/* The classes "downloadProgram" and "applyFullStack" are used for Google Tag Manager */

/* General Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
h1 {
  font-size: 44px;
  line-height: 52px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 16px;
  }
}

.centered-title {
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
}

.padding-16px {
  padding: 1rem;
}
.padding-standard {
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .padding-standard {
    padding: 2rem;
  }
}

.margin-bottom-standard {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .margin-bottom-standard {
    margin-bottom: 2rem;
  }
}

.margin-right--auto {
  margin-right: auto;
}

.centered {
  display: flex;
  justify-content: center;
}
.centered-text {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
span.avoidwrap { 
  display: inline-block;
}
.growing-element {
  flex-grow: 1;
}
.invisible {
  display: none !important;
}
.visible {
  display: block !important;
}
.subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.color--white {
  color: #fff;
}
.color--black {
  color: #181a1c;
}
.width-25 {
  width: 25%;
}
.two-columns {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .two-columns {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .two-columns {
    margin-bottom: 6rem;
  }
}
.column-1,
.column-2 {
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.column-1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 480px) {
  .column-1 img {
    width: unset;
    max-width: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .column-1 {
    padding: 0 3rem 0 0;
    width: 40%;
  }
  .column-1 img {
    max-width: unset;
    width: 100%;
  }
  .column-2 {
    padding: 0 0 0 0;
    width: 60%;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .column-2 {
    padding: 0 0 0 3rem;
  }
}
.column-1 p,
.column-2 p {
  margin: 0;
}
.column-1 h3,
.column-1 h4,
.column-2 h3,
.column-2 h4 {
  margin: 0 0 1rem 0;
}
.horizontal-rule {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #f2f2f2;
  margin: 2rem 0 1rem;
}
.horizontal-rules {
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #f2f2f2;
  padding: 2.5rem 0;
  margin: 2rem 0;
}

.grid-of-6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .grid-of-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .grid-of-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-of-6 {
    grid-column-gap: 4rem;
  }
}
.grid-of-6-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.grid-of-6-item img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.background-image {
  position: absolute;
  margin-top: 2rem;
  left: 50%;
  transform: translateX(-1rem);
  z-index: -1;
  width: auto;
  height: 140px;
}
.illustrative-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 5rem;
  margin-bottom: 10rem;
  text-align: center;
}
  
/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'),
  url('../fonts/asap-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/asap-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* asap-italic - latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: local('Asap Italic'), local('Asap-Italic'),
  url('../fonts/asap-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/asap-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* asap-600 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: local('Asap SemiBold'), local('Asap-SemiBold'),
  url('../fonts/asap-v11-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/asap-v11-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* asap-700 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'),
  url('../fonts/asap-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('../fonts/asap-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

:root {
  --layout-max: 85vw;
}
@media only screen and (min-width: 480px) {
  :root {
    --layout-max: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --layout-max: 660px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --layout-max: 860px;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    --layout-max: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --layout-max: 1200px;
  }
}

.spacer--m-0 {
  margin: 0px;
}
.spacer--mb-8 {
  margin-bottom: 8px;
}
.spacer--mt-16 {
  margin-top: 16px;
}
.spacer--mb-16 {
  margin-bottom: 16px;
}
.spacer--mt-24 {
  margin-top: 24px;
}
.spacer--mt-32 {
  margin-top: 32px;
}
.spacer--mt-48 {
  margin-top: 48px;
}
.spacer--mb-80 {
  margin-bottom: 80px;
}

html {
  max-width: 100vw;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  min-height: 100vh;
  font-size: 18px;
  line-height: 32px;
  font-family: "Asap", sans-serif;
  color: #181a1c;
  background: #fcfcfc;
}

* {
  box-sizing: border-box;
  shape-rendering: geometricPrecision;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.font-heading-03 {
  margin: 0;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.font-heading-03 a {
  text-decoration: none;
}

.lead {
  color: #555963;
  font-weight: 700;
}
@media only screen and (min-width: 992px){
  .lead {
    font-size: 20px;
    line-height: 34px;
  }
}
.text--low-key {
  color: #555963;
  font-size: 14px;
  font-weight: 200;
}
strong,
.strong {
  font-weight: 700;
}
.giant {
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.dwarf {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

p {
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 32px;
  margin-top: 0;
}

sup {
  text-transform: uppercase;
  font-size: 12px;
  color: #1cbdaf;
}

a {
  color: #1cbdaf;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
a:focus {
  outline: none;
}

.font-heading-03 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .font-heading-03 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
  color: #555963;
  font-weight: 400;
  font-size: 16px;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #555963;
  font-weight: 400;
  font-size: 16px;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #555963;
  font-weight: 400;
  font-size: 16px;
}

:root {
  --util-rhythm-xl: 64px;
}

.util--position-sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.util--image-right,
.util--image-left {
  margin: 1rem 0 1rem 0;
  border-radius: 6px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .util--image-left {
    max-width: 65%;
    float: left;
    margin: .5rem 1.5rem .5rem 0;
  }
  .util--image-right {
    max-width: 65%;
    float: right;
    margin: .5rem 0 .5rem 1.5rem;
  }
}

@media only screen and (min-width: 480px) {
  :root {
    --util-rhythm-xl: 64px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --util-rhythm-xl: 80px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --util-rhythm-xl: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    --util-rhythm-xl: 160px;
  }
}

.avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  position: relative;
}
.avatar:after {
  transition: opacity 0.5s;
  opacity: 0;
  content: "";
  position: absolute;
  top: calc(38px * 0.5 - (50px * 0.5));
  left: calc(38px * 0.5 - (50px * 0.5));
  z-index: 1;
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/hcs-avatar-circle-hover.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .avatar:after {
    width: 88px;
    height: 88px;
    top: calc(72px * 0.5 - (88px * 0.5));
    left: calc(72px * 0.5 - (88px * 0.5));
  }
}
.avatar:before {
  transition: opacity 0.5s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 29%,
    rgba(28, 189, 175, 0.7) 100%
  );
}
@media only screen and (min-width: 768px) {
  .avatar:before {
    width: 72px;
    height: 72px;
  }
}
.avatar:hover:after {
  opacity: 1;
}
.avatar:hover:before {
  opacity: 1;
}
.avatar__image {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .avatar__image {
    width: 72px;
    height: 72px;
  }
}
.avatar__image-asset {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.avatar__popup {
  transition: opacity 0.25s;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: calc((16px + 38px) + 4px);
  right: calc(38px * 0.5);
  background: #ffffff;
  z-index: 5;
  padding: 16px 16px;
  border-radius: 6px 6px 0 6px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  max-width: 220px;
}
@media only screen and (min-width: 375px) {
  .avatar__popup {
    padding: 16px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .avatar__popup {
    bottom: calc((24px + 72px) + 4px);
    right: calc(72px * 0.5);
  }
}
.avatar__popup:after {
  position: absolute;
  bottom: calc(16px * -1);
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #ffffff transparent;
  transform: scaleY(-1);
}
@media only screen and (min-width: 768px) {
  .avatar__popup:after {
    bottom: calc(24px * -1);
    border-width: 0 0 24px 24px;
  }
}
.avatar__title {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.avatar__link {
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
}
.avatar__link-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  float: left;
  fill: #1cbdaf;
}
.avatar.avatar--is-active .avatar__popup {
  opacity: 1;
  visibility: inherit;
}
.avatar.avatar--is-active:after {
  opacity: 1;
}
.avatar.avatar--is-active:before {
  opacity: 1;
}
.avatar.avatar--reverse .avatar__popup {
  right: unset;
  left: calc(38px * 0.5);
  border-radius: 6px 6px 6px 0;
}
@media only screen and (min-width: 768px) {
  .avatar.avatar--reverse .avatar__popup {
    left: calc(72px * 0.5);
  }
}
.avatar.avatar--reverse .avatar__popup:after {
  right: unset;
  left: 0;
  border-color: transparent transparent transparent #ffffff;
  transform: scaleY(1);
}

.article > * {
  margin-top: 32px;
}
.article > *:first-child {
  margin-top: 0;
}

.article p {
  margin-bottom: 0;
}

.article h1 + p,
.article h2 + p,
.article h3 + p,
.article h4 + p,
.article h5 + p,
.article h6 + p {
  margin-top: 16px;
}

.article ul,
.article ol {
  padding-left: 24px;
}

.article img,
figure img,
.standard-img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.img-small {
  width: unset;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .img-small {
    max-width: 500px;
  }
}
.official-seal-img {
  width: 150px;
  height: auto;
  margin-top: 1rem;
}
.article figure {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}
figcaption h4 {
  color: #555963;
  font-size: 14px;
  font-weight: 200;
  margin-top: .5em;
  margin-bottom: 0;
}

.badge {
  background: #1cbdaf;
  border-radius: 3px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
}
.badge::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 8px;
  width: calc(100% - 2rem);
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.badge:hover {
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
.badge:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.badge.menu-is-active::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 8px;
  width: calc(100% - 2rem);
  height: 2px;
  background: currentColor;
}

.badge_simple {
  background: #1cbdaf;
  border-radius: 3px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 24px;
}

blockquote,
.blockquote {
  font-size: 16px;
  line-height: 32px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}
blockquote:before,
.blockquote:before {
  content: "";
  background: #1cbdaf;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.button,
.pretix-button {
  background: #1cbdaf;
  border-radius: 3px;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: 0;
}

.button__label,
.pretix-button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
}
.button__label-inverse {
  color: #1cbdaf;
}
.button:hover,
.pretix-button--outline .pretix-button:hover {
  cursor: pointer;
  background: #1cbdaf;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}

.pretix-button:hover {
  cursor: pointer;
  background: #1cbdaf;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
.pretix-button:hover {
  cursor: pointer;
  background: #1cbdaf;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
.pretix-button:focus {
  outline: none;
}
.button--outline {
  background: transparent;
  box-shadow: none;
  border: 1px solid #1cbdaf;
}
.pretix-button--outline .pretix-button {
  background: transparent;
  border: 1px solid #1cbdaf;
  box-shadow: none;
}
.button--outline .button__label,
.pretix-button--outline .pretix-button {
  color: #1cbdaf;
}
.button--outline .button__icon,
.pretix-button--outline .pretix-button {
  fill: #1cbdaf;
}

.button__icon {
  fill: #ffffff;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}
.button__icon__left {
  fill: #ffffff;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.button--outline:hover .button__label,
.pretix-button--outline .pretix-button:hover {
  color: #ffffff;
}
.button--outline:hover .button__icon,
.button--outline:hover .button__icon-left-invert,
.pretix-button--outline .pretix-button:hover {
  fill: #ffffff;
}
.button--reverse .button__label {
  -ms-flex-order: 2;
  order: 2;
}
.button--reverse .button__icon {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 8px;
}
.button--link {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.button--link-padded {
  background: transparent;
  box-shadow: none;
}
.button.button--link-padded:hover {
  background-color: transparent;
  box-shadow: none;
}
.button--link .button__label {
  color: #1cbdaf;
}
.button--link .button__icon {
  fill: #1cbdaf;
}
.button--link:hover {
  box-shadow: none;
  background: transparent;
}
.button--invert {
  background: #ffffff;
}
.button--invert .button__label {
  color: #1cbdaf;
}
.button__label.email {
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  .button__label.email {
    font-size: 14px;
  }
}

.disabled {
  pointer-events: none;
}

.button__icon {
  fill: #ffffff;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}
.button__icon-left {
  fill: #ffffff;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.button__icon-left-invert {
  fill: #1cbdaf;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.button__icon-right-invert {
  fill: #1cbdaf;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}
.button--invert .button__icon {
  fill: #1cbdaf;
}
.button--invert.button--link {
  background: transparent;
}
.button--invert.button--link .button__label {
  color: #ffffff;
}
.button--invert.button--link .button__icon {
  fill: #ffffff;
}
.button--invert.button--link:hover {
  background: transparent;
}
.button--invert:hover {
  background: #ffffff;
  color: #1cbdaf;
}

/* Ellipsis loading animation */
@keyframes jump-animation {
  0% { top: 0; }
  30% { top: -0.2em; }
  60% { top: 0; }
  100% { top: 0; }
}
.ellipsis-jump span {
  position: relative;
  animation: jump-animation 1s ease-in-out infinite;
}
.ellipsis-jump span:first-child {
  animation-delay: 0s;
}
.ellipsis-jump span:nth-child(2) {
  animation-delay: .25s;
}
.ellipsis-jump span:last-child {
  animation-delay: .5s;
}

/* Application Form  */
.content-card.application-form {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.form-checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
}
.form-checkbox__container {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1rem; 
}
.form-checkbox__checkmark {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid #ceced5;
  margin-right: 8px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 3px;
}
.form-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 4px;
  height: 11px;
  border: solid #1cbdaf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-checkbox__input {
  opacity: 0;
  position: absolute;
}
.form-checkbox__input:checked ~ .form-checkbox__checkmark {
  border-color: #1cbdaf;
}
.form-checkbox__input:checked ~ .form-checkbox__checkmark:after {
  display: block;
}
.form-checkbox__input:disabled ~ .form-checkbox__checkmark {
  pointer-events: none;
}
.form-checkbox:hover .form-checkbox__container {
  color: #1cbdaf;
}
.form-checkbox:hover .form-checkbox__checkmark {
  border-color: #1cbdaf;
}
.form-checkbox.disabled {
  color: unset;
  pointer-events: none;
}
.form-checkbox.disabled .form-checkbox__container {
  opacity: 0.5;
}
form div:last-child {
  margin-top: 1rem;
}

.form-select {
  height: 48px;
  -webkit-appearance: none;
  text-transform: none;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #ceced5;
  border-radius: 3px;
  color: #181a1c;
  padding: 0 16px 0 16px;
  cursor: pointer;
  width: 100%;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 19 12' width='10' height='10' xmlns='http://www.w3.org/2000/svg'><polyline fill='none' stroke='currentColor' points='17 2 9.5 10 2 2' fill-rule='evenodd' stroke-width='2' stroke-linecap='square'></polyline></svg>") no-repeat;
  background-position: right 15px top 50%;
}
.form-select:focus {
  outline: none;
}

.form-text {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #ceced5;
  color: #181a1c;
  width: 100%;
  -webkit-appearance: none;
  padding: 0 16px;
}
.form-text:focus {
  box-shadow: none;
  outline: none;
}
.form-textarea {
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  border: 1px solid #ceced5;
  border-radius: 3px;
  width: 100%;
  padding: 8px 16px;
}
.form-textarea:focus {
  outline: none;
  box-shadow: none;
}
.turn-off-number-input-arrows::-webkit-outer-spin-button,
.turn-off-number-input-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.turn-off-number-input-arrows {
    -moz-appearance: textfield;
}

/* Mailchimp form */
.content__gdprBlock .fineprint {
  font-size: 14px;
}
fieldset.mc_fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
  margin-bottom: 16px;
}
.optionalParent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.optionalParent > .button {
  margin-right: 2rem;
}
.mailchimp_logo {
  display: contents;
}
.mailchimp_logo,
.mailchimp_logo img {
  max-width: 120px;
}
.mailchimp_logo img {
  opacity: 0.5;
}

.file-upload-button {
  cursor: pointer;
  color: transparent;
}
.file-upload-button::-webkit-file-upload-button {
  visibility: hidden;
}
.file-upload-button::before {
  content: 'Choose PDF';
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  border: 1px solid #ceced5;
  border-radius: 3px;
  padding: 8px 16px;
  color: #181a1c;
}
.icon {
  width: auto;
  height: 64px;
  fill: #1cbdaf;
}
.icon.icon--invert {
  fill: #ffffff;
}

.link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.link__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  color: #1cbdaf;
  text-transform: uppercase;
}
.link__icon {
  width: 17px;
  min-width: 17px;
  height: 24px;
  margin-right: 8px;
  float: left;
  fill: #1cbdaf;
}
.link:hover {
  cursor: pointer;
}
.link:hover .link__label {
  color: #1cbdaf;
}
.link:hover .link__icon {
  fill: #1cbdaf;
}
.link--invert .link__label {
  color: #ffffff;
}
.link--invert .link__icon {
  fill: #ffffff;
}
.link--reverse .link__icon {
  margin-right: 0;
  margin-left: 8px;
  -ms-flex-order: 2;
  order: 2;
}

.logo svg {
  display: block;
}
.venue__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .venue__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .venue__container {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .venue__container {
    -ms-grid-columns: 35% 35% 30%;
    grid-template-columns: 35% 35% 30%;
    align-items: center;
  }
}
.venue__text {
  grid-row: 1/2;
  padding: 1.5rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .venue__text {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 992px){
  .venue__text {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    padding: 0 0 0 6rem;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .venue__text {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    padding: 0 0 0 6rem;
  }
}
.venue__title {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .venue__title {
    max-width: 60%;
  } 
}
@media only screen and (min-width: 992px) {
  .venue__title {
    max-width: unset;
    text-align: start;
  } 
}
.venue__image {
  grid-row: 3/4;
  position: relative;
  border-radius: 0 0 6px 6px;
}
.venue__image:after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 0 6px 6px;
  background-image: 
    linear-gradient( -180deg, rgba(0, 0, 0, 0) 29%, 
    rgba(28, 218, 181, 0.5) 100% );
}
.venue__image img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0 0 6px 6px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .venue__image {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .venue__image img {
    border-radius: 0 6px 6px 0;
  }
}
@media only screen and (min-width: 992px) {
  .venue__image {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .venue__image img {
    border-radius: 0 0 6px 6px;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .venue__image {
    grid-row: 1/2;
    grid-column: 2/3;
    border-radius: 0 6px 6px 0;
  }
  .venue__image img {
    border-radius: 0 6px 6px 0;
    height: 300px;
  }
}
.venue__map {
  grid-row: 2/3;
  width: 100%;
  height: 300px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.venue__map img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .venue__map {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    border-radius: 6px 0 0 6px;
  }
  .venue__map img {
    border-radius: 6px 0 0 6px;
  }
}
@media only screen and (min-width: 992px) {
  .venue__map {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-radius: 6px 6px 0 0;
    height: 250px;
  }
  .venue__map img {
    border-radius: 6px 6px 0 0;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .venue__map {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-radius: 6px 0 0 6px;
    height: 300px;
  }
  .venue__map img {
    border-radius: 6px 0 0 6px;
    height: 300px;
  }
}

.venue__map-marker {
  position: absolute;
  top: .5rem;
  left: .5rem;
  padding: 2px 5px;
  border-radius: 6px;
  background-color: #fff;
  line-height: 1.2;
  font-size: 13px;
}

.osm-attribution {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  padding: 2px 5px;
  border-radius: 6px;
  background-color: #fff;
  line-height: 1;
  font-size: 13px;
}

/* Quality Css*/

.quality__container {
  display: flex;
  flex-direction: column;
}
.quality__bigcontainer{
  display: flex;
  flex-direction: column;
}
.quality__smallcontainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality__image {
  height: 100%;
  width: 70%;
}

.quality__text_box {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.quality__title {
  font-weight: 400;
  text-align: center;
}
/* Quality Responsive Size*/
@media only screen and (min-width: 1400px){
  .quality__bigcontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .quality__smallcontainer{
    display: flex;
    flex-direction: row;
  }
  .quality__image{
    height: 250px;
    width: 250px;
    margin-top: -6%;
  }
}
@media only screen and (min-width: 992px)and (max-width: 1400px){
  .quality__bigcontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .quality__smallcontainer{
    display: flex;
    flex-direction: row;
  }
  .quality__image{
    height: 250px;
    width: 250px;
    margin-top: -3%;
  }
}

@media only screen and (min-width: 550px) and (max-width: 992px){
  .quality__bigcontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .quality__smallcontainer{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 30%;
  }
  .quality__image{
    height: 100%;
    width: 100%;
  }
  .quality__text_box{
    width: 60%;
  }
}

/* Quality Responsive Size*/

/* Quality Css*/

.form-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-group--flex {
  display: flex;
  flex-direction: column;
}
.form-group--half-width:last-child {
  margin-top: .5rem;
}
@media only screen and (min-width: 768px){
  .form-group--flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .form-group--half-width {
    width: 48%;
  }
  .form-group--half-width:last-child {
    margin-top: 0;
  }
}
.block {
  display: block;
}
.form-group__label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
textarea::placeholder,
input::placeholder {
  color: #181a1c;
  opacity: .6;
}

.item-accordion {
  background: #ffffff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.item-accordion > * {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.item-accordion > *:first-child {
  border-top: none;
}
.accordion__item__summary {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .accordion__item__summary {
    flex-direction: row;
  }
}
@media only screen and (min-width: 480px) {
  .accordion__item__summary.small-content {
    flex-direction: row;
  }
}
.accordion__summary-main {
  flex: auto;
  margin-right: 2rem;
}
.accordion__summary-secondary {
  color: #555963;
  font-weight: 400;
  margin-right: 10px;
}

/* Accordion Toggle */
.accordion__item {
  width: 100%;
  margin: auto;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .accordion__item {
    padding: 1.5rem 2rem;
  }
}
input.toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.question {
  display: flex;
  width: 100%;
  font-weight: 700;
  padding-right: 2rem;
  background: url("/assets/svg/cross-highlighted.svg") no-repeat right ;
  background-size: 18px;
}
input.toggle:checked ~ .question {
  background: url("/assets/svg/plus-highlighted.svg") no-repeat right;
  background-size: 18px;
}
.answer {
  position: relative;
  margin-top: 1rem;
}
input.toggle:checked ~ .answer {
  display: none;
}
.answer h5 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.answer ul,
.answer .section-button {
  margin-top: 0.5rem;
}
.answer .item {
  margin-top: 2rem;
}

.item-blog {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  z-index: 1;
  position: relative;
  transition: margin 0.5s;
  border-radius: 6px;
  width: 100%;
}

.item-blog__meta {
  display: -ms-flexbox;
  display: flex;
  align-self: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 8px;
}
.item-blog__wrapper {
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .item-blog__wrapper {
    padding: 32px;
  }
}
.item-blog__image {
  width: 100%;
  height: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.item-blog__image:after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 29%,
    rgba(28, 218, 181, 0.5) 100%
  );
}
.item-blog__image img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.item-blog__title {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #181a1c;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.item-blog__subline {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-top: .5rem;
}
.item-blog__date {
  color: #555963;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .item-blog {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .item-blog:hover {
    margin-top: 0;
    margin-left: calc(16px * -1);
    margin-right: 16px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .item-blog:hover .item-blog__image img {
    width: 110%;
    height: 110%;
  }
  .item-blog__title {
    font-size: 20px;
    line-height: 26px;
  }
  .item-blog__image {
    width: 196px;
    height: 196px;
    border-radius: 6px 0 0 6px;
  }
  .item-blog__image:after {
    border-radius: 6px 0 0 6px;
  }
  .item-blog__image img {
    border-radius: 6px 0 0 6px;
  }
}
@media only screen and (min-width: 992px) {
  .item-blog__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .item-blog__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.item-accordion.detailed .course-schedule {
  color: #555963;
}

.course-preview__card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: margin 0.5s;
  border-radius: 6px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) {
  .course-preview__card {
    flex-direction: row;
  }
  .course-preview__card:hover {
    margin-top: 0;
    margin-left: -1rem;
    margin-right: 1rem;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  }
}
.course-preview__wrapper {
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .course-preview__wrapper {
    padding: 2rem 2rem;
  }
}
.course-preview__image {
  width: 100%;
  height: 160px;
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .course-preview__card .course-preview__image {
    width: 196px;
    height: 196px;
    border-radius: 6px 0 0 6px;
  }
}
.course-preview__image:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 29%,
    rgba(28, 218, 181, 0.5) 100%
  );
}
.course-preview__image img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .course-preview__card .course-preview__image img {
    border-radius: 6px 0 0 6px;
  }
  .course-preview__card:hover .course-preview__image img {
    width: 110%;
    height: 110%;
  }
}
.course-preview__icon,
.course-preview__image img.course-preview__icon,
.slider-course__image img.course-preview__icon {
  position: absolute;
  fill: #ffffff;
  width: auto;
  height: 32px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  transition: unset;
}
@media only screen and (min-width: 768px) {
  .course-preview__card:hover .course-preview__image img.course-preview__icon,
  .slider__slide:hover .slider-course__image img.course-preview__icon {
    width: auto;
    height: 32px;
  }
}
.course-preview__title {
  color: #181a1c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .course-preview__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .course-preview__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.course-preview__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.course-preview__description {
  color: #181a1c;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 1rem;
}
.course-preview__detail,
.event-preview__detail {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-top: auto;
}
.course-preview__detail a {
  position: relative;
}
.course-preview__audience-icon {
  width: 15px;
  height: 10px;
  margin-right: 8px;
}
.course-preview__duration {
  color: #555963;
  display: flex;
  margin-left: auto;
}
.event-preview__date {
  color: #555963;
  display: flex;
}
.event-preview__price {
  margin-left: auto;
  color: #1cbdaf;
  font-weight: 700;
}

.item-meta__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 24px;
}
.item-meta__item:first-child {
  padding: 16px 24px;
}
.item-meta__item-header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  color: #555963;
  -ms-flex: auto;
  flex: auto;
  max-width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.item-meta__item-header-icon {
  margin-top: -2px;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.item-meta__item-label {
  color: #181a1c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.container__keyword-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: start;
}
.container__keyword-filter > * {
  margin-right: 8px;
  margin-bottom: 8px;
}
.container__keyword-filter > *:last-child {
  margin-right: 0;
}

.table {
  position: relative;
}
.table:after {
  display: block;
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
}
.table__wrapper {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #f2f2f2;
  overflow-x: scroll;
  width: 100%;
}
.table table {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  border-collapse: collapse;
  border: none;
}
.table table thead {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.table table thead th {
  color: #555963;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #f2f2f2;
  padding: 4px 16px;
}
@media only screen and (min-width: 992px) {
  .table table thead th {
    padding: 4px 24px;
  }
}
.table table thead th:first-child {
  border-width: 0 1px 0 0;
}
.table table tbody {
  border: none;
}
.table table tbody tr:nth-child(odd) {
  background: #fcfcfc;
}
.table table tbody td,
.table table tbody th {
  padding: 8px 16px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
  font-size: 18px;
  text-align: left;
  vertical-align: text-bottom;
  white-space: nowrap;
}
.table table tbody th {
  font-size: 16px;
  border-width: 0 1px 1px 0;
}

@media only screen and (min-width: 992px) {
  .table table tbody td,
  .table table tbody th {
    padding: 8px 24px;
  }
  .table:after {
    display: none;
  }
}

.teacher-wheel {
  padding: 1rem 0;
}
@media only screen and (min-width: 480px) {
  .teacher-wheel {
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .teacher-wheel {
    padding: 1rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .teacher-wheel {
    padding: 1rem 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .teacher-wheel {
    padding: 1rem 10rem;
  }
}
.container-avatar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.container-avatar__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container-avatar__item:before {
  content: "";
  width: 0;
  padding-bottom: 100%;
}
.container-avatar__bullet {
  width: 6px;
  width: 6px;
  height: 6px;
  height: 6px;
  background: #ffffff;
  border: 1px solid #1cbdaf;
  border-radius: 50%;
}
.container-avatar__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.container-avatar__wrapper--is-active {
  z-index: 99999;
}
.container-avatar__wrapper .container-avatar__circle {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (1fr) [5];
  grid-template-rows: repeat(5, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.container-avatar__wrapper .container-avatar__item {
  pointer-events: none;
}
.container-avatar__wrapper .container-avatar__item:nth-child(1) {
  -ms-grid-column: 2;
  grid-column: 2;
}
.container-avatar__wrapper .container-avatar__item:nth-child(2) {
  -ms-grid-column: 4;
  grid-column: 4;
}
.container-avatar__wrapper .container-avatar__item:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
}
.container-avatar__wrapper .container-avatar__item:nth-child(4) {
  -ms-grid-column: 5;
  grid-column: 5;
}
.container-avatar__wrapper .container-avatar__item:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}
.container-avatar__wrapper .container-avatar__item:nth-child(6) {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  grid-row: 4;
}
.container-avatar__wrapper .container-avatar__item:nth-child(7) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
.container-avatar__wrapper .container-avatar__item:nth-child(8) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 5;
  grid-row: 5;
}
.container-avatar__wrapper .container-avatar__item .avatar {
  z-index: 10;
}
.container-avatar__wrapper .container-avatar__image {
  width: 100%;
  height: 100%;
  padding: 5%;
  z-index: -2;
}
.container-avatar__wrapper + .container-avatar__wrapper {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(1) {
  -ms-grid-column: 3;
  grid-column: 3;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(2) {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__image {
  padding: 10%;
  z-index: -2;
}
.container-avatar__wrapper + .container-avatar__wrapper .avatar {
  z-index: 9;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper {
  width: 55%;
  height: 55%;
  top: 22.5%;
  left: 22.5%;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__circle {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: (1fr) [6];
  grid-template-rows: repeat(6, 1fr);
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(1) {
  grid-column: 1 / 3;
  -ms-grid-row: span 2;
  grid-row: span 2;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(2) {
  grid-column: 5 / 7;
  -ms-grid-row: span 2;
  grid-row: span 2;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(3) {
  grid-column: 1 / 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 5;
  grid-row: 5 / span 2;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__item:nth-child(4) {
  grid-column: 5 / 7;
  -ms-grid-row-span: 2;
  -ms-grid-row: 5;
  grid-row: 5 / span 2;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__image {
  padding: 2%;
  z-index: -5;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
  z-index: -4;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper {
  width: 13%;
  height: 13%;
  top: 43.5%;
  left: 43.5%;
  z-index: 5;
  border-radius: 50%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(140deg, #1565C0 17%, #1CDAB5 100%);
  z-index: -5;
}
.container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  + .container-avatar__wrapper
  .container-avatar__image {
  padding: 20%;
  z-index: -5;
}

@media only screen and (min-width: 768px) {
  .container-avatar__bullet {
    width: 11px;
    width: 11px;
    height: 11px;
    height: 11px;
    background: #ffffff;
    border: 1px solid #1cbdaf;
    border-radius: 50%;
  }
}

.grid--3frames {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .grid--3frames {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Payment widget */
.payment-card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
}
@media only screen and (min-width: 768px) {
  .payment-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .payment-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.payment-title {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-title > .name {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
.payment-title > .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .payment-title {
    grid-column: 1 / 2;
    padding-bottom: 0.5rem;
    align-items: flex-start;
  }
  .payment-title > .name {
    text-align: start;
  }
  .payment-title > .date {
    margin-top: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .payment-title {
    grid-column: 1 / 3;
    padding-bottom: 1rem;
  }
}
.payment-card .form-select {
  font-weight: 600;
  height: 2.5rem;
  max-width: 13rem;
  margin-top: 1rem;
}
.payment-description {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-description > .description {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.payment-description > .pretix-widget-wrapper {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .payment-description {
    padding: 2rem;
    padding-top: 0rem;
    grid-column: 1 / 2;
    align-items: flex-start;
  }
  .payment-description > .description {
    text-align: start;
  }
  .payment-description > .pretix-widget-wrapper {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .payment-description {
    grid-column: 1 / 3;
  }
  .payment-description > .pretix-widget-wrapper {
    margin-top: 1.5rem;
  }
}

.payment-price {
  margin: 0 -0.5rem 0 -0.5rem;
  padding: 2rem;
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-price > .price {
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  color: #ffffff;
  white-space: nowrap;
}
.payment-price > .vat {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .payment-price {
    margin: -0.5rem 0 -0.5rem 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 992px) {
  .payment-price {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
#booking,
#classmode,
#register {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}
.payment-card-replacer {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin: 3rem auto 0 auto;
  max-width: 85vw;
  max-width: var(--layout-max);
  padding: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .payment-card-replacer {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .payment-card-replacer {
    padding: 3rem;
  }
}

/* used in trial-lesson */
.pretix-trial-lesson-wrapper {
  position: relative;
  border-radius: 15px;
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  border: 0;
  min-height: 260px; /* Important that the layout knows the height even before Pretix JS is loaded */
  margin-top: 2rem;
}
.pretix-trial-lesson-wrapper .pretix-title {
  font-size: 32px;
  font-weight: bold;
  padding: 25px;
  line-height: 32px;
  margin: 0;
}
.pretix-trial-lesson-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/images/hcs-teaser-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.pretix-widget-compat .pretix-widget-item-title {
  display: none;
}
.pretix-trial-lesson-wrapper .form-select {
  line-height: normal;
  border: 0px;
  height: 34px;
  padding: 6px 12px;
  margin: 0 25px 0;
  float: right;
  color: #555;
  background-color: #fff;
  width: 200px;
  position: relative;
  z-index: 2;
}
.pretix-trial-lesson-wrapper .pretix-widget {
  border: none;
}
.pretix-widget-compat .pretix-widget-attribution a {
  color: #ceced5;
}
.pretix-widget-compat .pretix-widget-action button,
.pretix-widget-compat .pretix-widget-voucher-button-wrap button {
  position: relative;
  height: 48px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  background-color: #1cbdaf;
  box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.pretix-widget input[type=number] {
  position: relative;
  z-index: 2;
}
.pretix-widget-compat .pretix-widget-action button:hover {
  background-color: #1cbdaf;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
.pretix-widget-compat .pretix-widget-voucher {
  display: none;
}
.pretix-widget-waiting-list-link a {
  position: relative;
  z-index: 10;
}
.pretix-widget-waiting-list-link a:hover,
.pretix-widget-waiting-list-link a:focus {
  color: #fff !important;
}
.trialLessonSelector-wrapper {
  padding: 0 25px;
}
#trialLessonSelector.form-select {
  margin: 0;
  float: unset;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #trialLessonSelector.form-select {
    width: 217px;
    float: right;
  }
}
div.pretix-widget-item-row.pretix-widget-main-item-row {
  overflow: hidden;
}

/* Grid Items */
.item-grid {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}
.item {
  line-height: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
}
.item-image {
  height: 28px;
  width: auto;
  margin-right: 1rem;
}
.item-text {
  padding-top: 4px;
  line-height: 1.6rem;
}
.item-text--small {
  font-size: unset;
  font-weight: normal;
}
.item-grid-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .item-grid-large {
    grid-template-columns: 1fr 1fr;
  }
}
.item-large {
  flex-direction: column;
  align-items: flex-start;
}
.item-image-large {
  height: 48px;
  max-width: 100%;
}
.item-image-small {
  height: 24px;
}
.item-title {
  margin: 1rem 0 0 0;
  font-size: 20px;
  line-height: 26px;
}
.item-title--large {
  margin: 1rem 0 0 0;
  font-size: 20px;
  line-height: 26px;
}
.item-title--small {
  margin: 1rem 0 0 0;
  font-size: unset;
  line-height: unset;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .item-title--large {
    font-size: 22px;
  }
}
.item-text-large {
  font-weight: normal;
  line-height: 32px;
}
.item-text-wide {
  font-weight: normal;
  padding-top: 0px;
}

.item-list .item-text {
  margin-bottom: 2rem;
}
.item-list .item-text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .item-list {
    display: grid;
    grid-template-columns: 4rem auto;
    row-gap: 2rem;
    column-gap: 1rem;
  }
  .item-list .item-text {
    margin-bottom: 0;
  }
  .item-centered {
    align-self: center;
  }
}

/* Image items */
.image-item-image {
  position: relative;
  max-width: 320px;
}
.image-item-image:after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(-180deg,rgba(0, 0, 0, 0) 29%,
    rgba(28, 218, 181, 0.5) 100%
  );
}
.image-item-image img {
  height: auto;
  width: 100%;
  display: block;
  border-radius: 6px 6px 0 0;
}
.image-item-icon {
  position: absolute;
  fill: #ffffff;
  width: auto;
  height: 54px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.image-item-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 1.5rem;
}
.image-item-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 0.5rem;
  max-width: 320px;
}
.image-item-duration {
  color: #555963;
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.image-item-duration-icon {
  width: 18px;
  margin-right: 8px;
}
.image-item-audience {
  color: #1cbdaf;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: 4px;
}
.image-item-audience-icon {
  width: 15px;
  height: 10px;
  margin-left: 2px;
  margin-right: 7px;
}

/* Three white boxes */
.triptych {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.triptych-item {
  flex: 1 1;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
  border-radius: 6px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.triptych-item > div:nth-child(2) {
  align-self: stretch;
  height: 100%;
}
.triptych-item h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.triptych-item-text,
.triptych-item-text p {
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .triptych {
    flex-direction: row;
    gap: 2rem;
  }
}

/* Pretix */
.single-pretix {
  grid-column-start: 2;
  grid-column-end: 3;
  width: 21rem;
}

.pretix-widget .pretix-widget-resume-button {
  position: relative;
  z-index: 10;
}
/* to prevent Pretix from displaying a checkbox in the widget when there is just one available seat left: */
#register .pretix-widget-compat .pretix-widget-event-form .pretix-widget-category div.pretix-widget-item-availability-col input[type=checkbox] {
  display: none;
}

/* Course Slider on Homepage */
.slider {
  max-width: 85vw;
  max-width: var(--layout-max);
  position: relative;
  margin-bottom: 3rem;
}

.container-slider__header{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.container-slider__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .container-slider__header {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .container-slider__title {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .container-slider__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.slides {
  display: flex;
  overflow-x: auto;
  padding: 2rem 0 1.5rem;
  margin-bottom: 1.5rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.slider__slide {
  min-width: 100%;
  transition: margin 0.5s;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.slider__slide + .slider__slide {
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .slider__slide {
    min-width: 314px;
  }
}
@media only screen and (min-width: 992px) {
  .slider__slide {
    min-width: 265.3px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__slide {
    min-width: 236px;
  }
}
@media only screen and (min-width: 1440px) {
  .slider__slide {
    min-width: 276px;
  }
}
.slider-course-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.5s;
}
.slider-course__image {
  width: 100%;
  height: 160px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-start;
}
.slider-course__image:after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 29%,
    rgba(28, 218, 181, 0.5) 100%
  );
}
.slider-course__image img{
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  object-fit: cover;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .slider__slide:hover {
    margin-top: -1rem;
  }
  .slider-course-item:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .slider__slide:hover .slider-course__image img{
    width: 110%;
    height: 110%;
  }
}
.classmode {
  position: absolute;
  top: 2rem;
  left: 0;
  color: #fff;
  font-size: 12px;
  padding: 0rem 1.0rem 0rem .6rem;
  border-radius: 0 16px 16px 0;
  text-transform: uppercase;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
a[href="#classmode"] {
  position: absolute;
  z-index: 3;
}
.classmode.classroom {
  background-color: #00829B;
}
.classmode.remote {
  background-color: #CA943B;
}
.classmode.hybrid,
.classmode.in-person {
  background-color: #1976D2;
}
.slider-course-item__wrapper {
  position: relative;
  padding: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 160px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}
.course-slider__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.course-slider__title {
  font-size: 18px;
  line-height: 24px;
  color: #181a1c;
  text-transform: none;
}
.course-slider__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.course-slider__details {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
}
.course-slider__details a {
  position: relative;
}
.course-slider__duration {
  color: #555963;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .slider-course__image {
    height: 180px;
  }
  .slider-course-item__wrapper {
    padding: 2rem;
    height: 180px;
  }
}
/* course slider controls */
.slider__side-controls {
  position: absolute;
  bottom: -3.5rem;
  width: 40px;
  transition: transform ease .3s;
  cursor: pointer;
}
.slider__side-controls:hover {
  transform: scale(1.2, 1.2);
}
.slider__side-controls.left {
  display: none;
  left: 1rem;
} 
.slider__side-controls.right {
  right: 0;
} 
@media only screen and (min-width: 480px){
  .slider__side-controls.left {
    left: 3rem;
  } 
  .slider__side-controls.right {
    right: 2rem;
  } 
}
@media only screen and (min-width: 768px){
  .slider__side-controls.left {
    left: 5rem;
  } 
  .slider__side-controls.right {
    right: 4rem;
  } 
}
@media only screen and (min-width: 992px) {
  .slider {
    margin-bottom: 1rem;
  }
  .slider__side-controls.left {
    bottom: 11rem;
    left: -4rem;
  } 
  .slider__side-controls.right {
    bottom: 11rem;
    right: -5rem;
  } 
}
.slider__section-controls {
  position: absolute;
  bottom: -3rem;
  display: flex;
  justify-content: space-evenly;
  left: 50%;
  transform: translateX(-50%);
  padding-inline-start: 0;
}

.slider__section-controls li {
  display: inline-block;
  cursor: pointer;
  background-color: #b3b3bb;
  border-radius: 6px;
  height: 7px;
  width: 14px;
  margin: 0 4px;
  transition: all ease .3s;
}
.slider__section-controls .sliderHere {
  background-color: #1cbdaf;
  transform: scale(1.3, 1.3);
}
@media only screen and (min-width: 480px) {
  .slider__section-controls li {
    width: 20px;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 768px){
  .slider__section-controls li {
    width: 24px;
    margin: 0 8px;
  }
  .slider__section-controls li:hover {
    background-color: #1cbdaf;
    transform: scale(1.3, 1.3);
  }
  /* adjust course slider: #section[number of slides]: */
  #section6 {
    display: none;
  }
}
@media only screen and (min-width: 992px){
  .slider__section-controls li {
    width: 28px;
    margin: 0 8px;
  }
  /* adjust course slider: #section[number of slides -1]: */
  #section5 {
    display: none;
  }
}
@media only screen and (min-width: 1200px){
  /* adjust course slider: #section[number of slides -2]: */
  #section4 {
    display: none;
  }
}

/* Testimonials */
.container-testimonial {
  --container-testimonial-header-asset: 140px;
  --container-testimonial-header-asset-offset: -10px;
  --container-testimonial-header-margin: 64px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.container-testimonial__header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: var(--container-testimonial-header-margin);
  margin-bottom: var(--container-testimonial-header-margin);
  position: relative;
}
.container-testimonial__header-asset {
  position: absolute;
  top: var(--container-testimonial-header-asset-offset);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: auto;
  height: var(--container-testimonial-header-asset);
}
.container-testimonial__body {
  width: 100%;
  height: 100%;
  
}
.container-testimonial__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .container-testimonial {
    --container-testimonial-header-margin: 64px;
    --container-testimonial-header-asset: 120px;
    --container-testimonial-header-asset-offset: -30px;
  }
  .container-testimonial__title {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .container-testimonial {
    height: auto;
  }
  .container-testimonial__title {
    max-width: 50%;
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-testimonial {
    --container-testimonial-header-asset: 120px;
    --container-testimonial-header-asset-offset: -25px;
  }
}

.footer {
  position: relative;
  background: #181a1c;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  margin-top: auto;
}
.footer:after {
  display: none;
  content: "";
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/assets/images/hcs-footer.svg");
  background-repeat: no-repeat;
  background-color: #fcfcfc;
  background-size: cover;
  background-position: -1px top;
}
.footer__body {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 2rem;
  max-width: 85vw;
  max-width: var(--layout-max);
  margin: 0 auto;
}
@media only screen and (min-width: 1200px){
  .footer__body {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1440px){
  .footer__body {
    padding-top: 5rem;
  }
}
.footer__body:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  width: 100%;
  height: 4px;
  max-width: 85vw;
  max-width: var(--layout-max);
}
.footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}
.footer__logo_inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo-image {
  width: 53px;
  height: 53px;
}
.footer__copy {
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .footer__body {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
  .footer__logo {
    grid-column: 1 / 13;
  }
}

/* Footer Toggle */
.footer__nav label {
display: inline-block;
width: 100%;
}
#menu {
  display: none;
}
#Coding_School,
#Courses,
#Service,
#Connect {
  display: none;
}
#Coding_School:checked ~ #menu,
#Courses:checked ~ #menu,
#Service:checked ~ #menu,
#Connect:checked ~ #menu {
  display: block;
}
label[for="Coding_School"],
label[for="Courses"],
label[for="Service"],
label[for="Connect"] {
  background: url("/assets/svg/plus.svg") no-repeat right ;
  background-size: 18px;
}
#Coding_School:checked+label[for="Coding_School"],
#Courses:checked+label[for="Courses"],
#Service:checked+label[for="Service"],
#Connect:checked+label[for="Connect"] {
  background: url("/assets/svg/cross.svg") no-repeat right;
  background-size: 18px;
}
@media only screen and (min-width: 768px){
  label[for="Coding_School"],
  label[for="Courses"],
  label[for="Service"],
  label[for="Connect"]{
    background-image: none !important;
  }
}
.footer__nav {
  color: #ffffff;
  padding: 1.5rem 0 1.5rem 0;
  border-bottom: 1px solid #444444;
  white-space: nowrap;
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin-block-start: 1rem;
  margin-block-end: 0px;
}
.footer__nav-title {
  font-weight: 700;
  font-size: 20px;
}
.footer__nav-item {
  margin: 0 0 1rem 0;
}
.footer__nav-item:last-child {
  margin: 0;
}
.footer__nav-link {
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .footer__body {
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .footer__logo {
    grid-column: 1 / 13;
  }
  .footer__nav {
    border-bottom: none;
    grid-column: span 4;
  }
  #menu {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .footer__nav {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1200px) {
  #menu {
    margin-top: 32px;
  }
  .footer:after {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__logo {
    grid-column: 1/4;
  }
  .footer__nav {
    grid-column: span 2;
    padding-top: 0;
  }
}
.footer-landingpage {
  color: #FFFFFF;
}
.footer-landingpage .footer__info {
  line-height: normal;
}
.footer-landingpage .footer__nav {
  border-bottom: unset;
}
.footer-landingpage .footer__nav-link {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .footer-landingpage .footer__body {
    display: flex;
    flex-direction: column;
  }
}


.form {
  width: 100%;
  max-width: 100%;
}
.form > * {
  margin: 0;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .form > * {
    margin-top: 64px;
  }
}
.form > *:first-child {
  margin-top: 0;
}

.submit--widerruf {
  margin-top: 3rem !important;
}

.header__offcanvas {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 998;
  background: #fcfcfc;
  transition: all 150ms;
  transform: translateX(100%);
}

.header__offcanvas-wrapper {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 85vw;
  max-width: var(--layout-max);
  margin: 0 auto;
}
.header__offcanvas-wrapper > * {
  width: 100%;
  margin-bottom: 32px;
}
.header__offcanvas-wrapper > *:first-child {
  margin-top: calc(80px + 16px);
  margin-top: calc(var(--header-height) + 16px);
}
.header__offcanvas-wrapper > *:last-child {
  margin-bottom: 0;
}

.header__offcanvas-nav {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  list-style: none;
  border-width: 1px 0 0 0;
  border-color: #f2f2f2;
  border-style: solid;
}

.header__offcanvas-nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0 0 1px 0;
  border-color: #f2f2f2;
  border-style: solid;
}

.header__offcanvas-nav-link {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #181a1c;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__offcanvas-nav-icon {
  width: 16px;
  height: 16px;
}

.header__offcanvas--active {
  transform: translateX(0);
}

@media only screen and (min-width: 768px) {
  .header__offcanvas {
    width: 360px;
    transform: 0;
    left: unset;
  }
  .header__offcanvas-wrapper {
    width: 85%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

:root {
  --header-height: 80px;
  --header-sticky-height: 76px;
  --header-logo-size: 150px;
}

.header {
  background: #ffffff;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s;
  height: 80px;
  height: var(--header-height);
  background: transparent;
}
.header__body {
  max-width: 85vw;
  max-width: var(--layout-max);
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
.header__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__logo {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
  min-width: var(--header-logo-size);
}
.header__logo-image {
  display: none;
  height: 53px;
  width: 53px;
}

.header__burger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 80px;
  height: var(--header-height);
}
.header__burger-icon {
  fill: #ffffff;
  height: 20px;
  width: 20px;
}
.header__nav {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  margin: 0;
  margin-left: 60px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    margin-left: 80px;
  }
}

.header__nav > * {
  margin-right: 40px;
}
.header__nav > *:last-child {
  margin-right: 0;
}
.header__nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.header__nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header__nav-link.menu-is-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

/* "HAMBURG CODING SCHOOL" text next to logo */
.header__nav-logo-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 1rem;
  white-space: nowrap;
}
.footer__nav-logo-link {
  text-decoration: none;
  margin-left: 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3rem;
  color: #ffffff;
  text-transform: uppercase;
}
.header__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header__meta > * {
  margin-left: 16px;
}
.header__meta > *:first-child {
  margin-left: 0;
}
.header__contact {
  display: none;
}
.header__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__lang-icon {
  stroke: #ffffff;
  fill: none;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.header.header--open {
  background: #ffffff;
}
.header.header--open .header__logo-image {
  display: block;
}
.header.header--open .header__logo-image--invert {
  display: none;
}
.header.header--open .header__burger-icon {
  fill: #181a1c;
  height: 18px;
  width: 18px;
}
.header.header--open .header__nav-link {
  color: #181a1c;
}
.header.header--open .header__lang {
  color: inherit;
}
.header.header--open .header__lang-icon {
  stroke: #181a1c;
}
.header.header--sticky {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.025);
  background-color: hsla(0,0%,100%,.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header.header--sticky .header__logo-image {
  display: block;
}
.header.header--sticky .header__logo-image--invert {
  display: none;
}
.header.header--sticky .header__burger-icon {
  fill: #181a1c;
  height: 18px;
  width: 18px;
}
.header.header--sticky .header__nav-link {
  color: #181a1c;
}
.header.header--sticky .header__nav-logo-link,
.header--open .header__nav-logo-link {
  color: #181a1c;
}
.header.header--sticky .header__burger {
  height: 76px;
  height: var(--header-sticky-height);
}
.header.header--sticky .header__lang {
  color: inherit;
}
.header.header--sticky .header__lang-icon {
  stroke: #181a1c;
}

@media only screen and (min-width: 480px) {
  :root {
    --header-logo-size: 160px;
    --header-height: 100px;
    --header-sticky-height: 86px;
  }
}

@media only screen and (min-width: 768px) {
  :root {
    --header-logo-size: 160px;
    --header-height: 100px;
    --header-sticky-height: 86px;
  }
}

@media only screen and (min-width: 992px) {
  :root {
    --header-logo-size: 193px;
    --header-height: 100px;
    --header-sticky-height: 86px;
  }
  .header__body {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__nav {
    display: -ms-flexbox;
    display: flex;
  }
  .header__wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__burger {
    display: none;
  }
  .header__contact {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 130px;
    white-space: nowrap;
  }
  .header__meta > * {
    margin-left: 32px;
  }
  .header__meta > *:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  :root {
    --header-logo-size: 193px;
    --header-height: 130px;
    --header-sticky-height: 86px;
  }
}

@media only screen and (min-width: 1440px) {
  :root {
    --header-logo-size: 193px;
    --header-height: 130px;
    --header-sticky-height: 90px;
  }
}

.stage {
  position: relative;
  padding: 110px 0 180px 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .stage {
    padding: 110px 0 140px 0;
  }
}
@media only screen and (min-width: 768px) {
  .stage {
    padding: 150px 0 150px 0;
  }
}
@media only screen and (min-width: 992px) {
  .stage {
    padding: 136px 0 260px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .stage {
    padding: 180px 0 300px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .stage {
    padding: 218px 0 25vw 0;
  }
}

/* Utility Classes */
.heading-indented {
  margin-left: 0;
}
@media only screen and (min-width: 480px) {
  .heading-indented {
    margin-left: 1.5rem;
  }
}

.border-gradient {
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%),white;
  background-clip: padding-box, border-box;
  border: 8px solid transparent;
  border-radius: 16px;
  padding: 8px;
}

/* Team List */
.team-list__container {
  margin-top: 2rem;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .team-list__container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .team-list__container {
    grid-template-columns: 320px 320px;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team-list__container {
    grid-template-columns: 320px 320px;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .team-list__container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }
}

.team-preview__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  transition: margin 0.5s;
}
.team-preview__img {
  height: 220px;
  border-radius: 50%;
  margin-top: 1.5rem;
  transition: height 0.5s;
}
@media only screen and (min-width: 768px) {
  .team-preview__card:hover {
    margin-left: -1rem;
    margin-right: 1rem;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  }
  .team-preview__card:hover .team-preview__img {
    height: 240px;
  }
}
.team-preview__name {
  font-size: 32px;
  line-height: 32px;
  color: #181a1c;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem ;
}
.team-preview__title {
  text-align: center;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  color: #555963;
  text-transform: uppercase;
}

.button__icon {
  fill: #ffffff;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}

/* teacher card in courses/single */
.teacher-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 1.5rem;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
.teacher-data {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.teacher-teaser img {
  height: 13rem;
  border-radius: 50%;
  width: auto;
  display: block;
}
.teacher-name {
  color: #181a1c;
  font-size: 32px;
  margin-block-start: 0;
  font-weight: 400;
}
.teacher-jobtitle {
  color: #555963;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .teacher-teaser {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px){
  .teacher-teaser {
    flex-direction: row;
    align-items: flex-start;
    padding: 3rem;
  }
  .teacher-data {
    padding-left: 3rem;
    align-items: flex-start;
    text-align: start;
    margin-top: 0;
  }
  .teacher-data h2 {
    text-align: start;
  }
}

.highlight > pre {
  background-color: #f3f3f3 !important;
  padding: 1rem;
  border-radius: 6px;
  white-space: pre-wrap;
  word-break: break-all;
  word-break: break-word;
}
.img--rounded {
  border-radius: 5px;
}
.page > h3 {
  margin-bottom: 1rem;
}
.page > div {
  margin-bottom: 3rem;
}
.page:last-child {
  margin-bottom: 3rem;
}
.page .cta {
  margin-top: 3rem;
}

/* Card */
.card {
  background: #ffffff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 1.5rem;
}
.card.card--large {
  border-radius: 24px;
}
.card.card--two-items {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.card .card--item1 {
  border-radius: 24px 24px 0 0;
}
.card .card--item2 {
  border-radius: 0 0 24px 24px;
}
.card .card--image img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card--text {
  padding: 2rem;
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  margin: 0;
}
.card .margin-bottom-standard {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .card.card--two-items {
    flex-direction: row;
  }
  .card .card--item1 {
    border-radius: 24px 0 0 24px;
    width: 50%;
  }
  .card .card--image {
    flex: 0 0 auto;
    position: relative;
  }
  .card .card--image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .card .card--item2 {
    border-radius: 0 24px 24px 0;
    width: 50%;
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .card {
    padding: 2rem;
  }
  .card .card--text {
    padding: 3rem;
  }
  .card .margin-bottom-standard {
    margin-bottom: 2rem;
  }
}


/* Full-Stack Program: Learning Methods */
.learning-methods__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.learning-methods__row.reverse {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .learning-methods__row,
  .learning-methods__row.reverse {
    flex-direction: row;
  }
  .learning-methods__row + .learning-methods__row {
    margin-top: 2rem;
  }
}
.learning-methods__row .learning-methods__title {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .learning-methods__row .learning-methods__title {
    margin-top: 0;
  }
}
.learning-methods__row .img--half-width {
  width: 100%;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .learning-methods__row .img--half-width {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .right-of-img {
    padding-left: 1rem;
  }
  .left-of-img {
    padding-right: 1rem;
  }
}

.fineprint {
  line-height: 1.5;
  color: #555963;
  font-size: 16px;
}
.fineprint.inverted {
  color: #FCFCFC;
}
.smallprint,
.smallprint-red {
  line-height: 1.5;
  color: #555963;
  font-size: 14px;
  font-weight: 200;
  margin: 0.5rem 0;
}
.smallprint-red {
  color: #DA6880;
}

.cta {
  text-align: center;
  padding: 24px 32px;
}
.cta--rounded {
  border-radius: 30px;
}
.cta--highlighted {
  background-color: #1cbdaf;
  color: #fff;
}
.cta__text {
  font-size: 22px;
}

.cta__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cta__buttons {
    flex-direction: row;
  }
}
.cta__btn {
  border-radius: 3px;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.15);
  background: #1cbdaf;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 1.5rem 0 1rem;
}
.cta__btn:hover {
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
}
.cta__btn--invert {
  border-radius: 3px;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #1cbdaf;
  font-size: 14px;
  text-transform: uppercase;
  margin: 1.5rem 0 1rem;
}
.cta__btn--secondary {
  color: #1cbdaf;
  border-radius: 3px;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 1rem;
  white-space: nowrap;
}
.cta__btn--secondary--invert {
  color: #ffffff;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 1rem;
  white-space: nowrap;
}
.cta__image {
  width: 100%;
  max-width: 20rem;
  margin: 2rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .cta__btn,
  .cta__btn--invert,
  .cta__btn--secondary,
  .cta__btn--secondary--invert {
    margin: 1.5rem 2rem 0.5rem;
  }
}

/* Consultation Cards*/
.consultation-double,
.consultation {
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
  border-radius: 24px;
  margin: 0 auto;
  max-width: 85vw;
  max-width: var(--layout-max);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .consultation-double,
  .consultation {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .consultation-double,
  .consultation {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .consultation {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .consultation.large {
    flex-direction: row;
    align-items: flex-start;
  }
}
.consultation.margin-bottom-standard {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .consultation.margin-bottom-standard {
    margin-bottom: 2rem;
  }
}
.consultant img {
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.consultant img.square {
  border-radius: 0;
  width: 15rem;
  height: 15rem;
  box-shadow: unset;
}
.consultant img.rectangle {
  border-radius: 6px;
  width: 15rem;
  height: 15rem;
  object-fit: cover;
}
.consultant.overlay::after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-image: linear-gradient(-190deg,rgba(0, 0, 0, 0) 60%, rgba(28, 218, 181, 0.9) 100% );
}
.consultant {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.consultation-content {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.consultant-name {
  padding-top: 1rem;
  color: #1cbdaf;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.consultant-info {
  line-height: normal;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  text-transform: unset;
  text-align: left;
  padding-top: 0;
  width: 13rem;
}
.consultant-jobtitle {
  line-height: normal;
  color: #555963;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
}
@media only screen and (min-width: 992px) {
  .large .consultant {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .consultant {
    margin-bottom: 0;
  }
}
.consultation-content h2 {
  font-size: 32px;
  font-weight: 400;
  margin-block-start: 0;
  text-align: center;
}
.consultation-content h3 {
  font-weight: 400;
  margin-block-start: 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .consultation-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .consultation-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .large .consultation-content {
    align-items: flex-start;
    text-align: start;
  }
  .large .consultation-content h2 {
    text-align: start;
  }
}
@media only screen and (min-width: 1200px) {
  .consultation-content {
    padding-left: 4rem;
    padding-right: 2rem;
    align-items: flex-start;
    text-align: start;
  }
  .consultation-content h2{
    text-align: start;
  }
}
.sm .consultation-buttons,
.consultation-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sm .consultation-buttons {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .sm .consultation-buttons {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .sm .consultation-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .sm .consultation-buttons {
    flex-direction: row;
    align-items: center;
  }
}
.sm .consultation-cta,
.consultation-cta {
  margin: 2rem 0 1rem 0;
  white-space: nowrap;
}
.consultation-cta-secondary {
  margin: 0 0 1rem 0;
  white-space: nowrap;
  width: 100%;
}
.sm .consultation-cta-secondary.email, 
.consultation-cta-secondary.email,
.sm .consultation-cta-secondary.phone, 
.consultation-cta-secondary.phone {
  width: unset;
}
.sm .consultation-cta-secondary {
  margin: 0 0 1rem 0;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .sm .consultation-cta-secondary {
    margin: 2rem 0 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sm .consultation-cta-secondary {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sm .consultation-cta-secondary {
    margin: 2rem 0 1rem 0;
  }
}
.calendly-inline-widget {
  min-width: unset !important;
  margin-top: 2rem;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .calendly-inline-widget {
    box-shadow: unset;
    border-radius: unset;
  }
}

@media only screen and (min-width: 768px) {
  .consultation-buttons {
    flex-direction: row;
  }
  .consultation-cta {
    margin: 2rem 2rem 2rem 0;
  }
  .consultation-cta-secondary {
    margin: 2rem 2rem 2rem 0;
  }
  .xs .consultation-cta {
    margin: 2rem 0 1rem 0;
  }
  .xs .consultation-cta-secondary {
    margin: 2rem 0 1rem 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .large .consultation-buttons {
    flex-direction: row;
  }
  .large .consultation-cta {
    margin: 2rem 2rem 2rem 0;
  }
  .large .consultation-cta-secondary {
    margin: 2rem 2rem 2rem 0;
  }
  .xs .consultation-buttons {
    flex-direction: column;
  }
  .xs .consultation-cta-secondary {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .consultation-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .consultation-cta {
    margin: 2rem 0 1rem 0;
  }
  .consultation-cta-secondary {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  .medium .consultation-buttons {
    flex-direction: row;
    align-items: center;
  }
  .medium .consultation-cta {
    margin: 2rem 2rem 2rem 0;
  }
  .medium .consultation-cta-secondary {
    margin: 2rem 2rem 2rem 0;
  }
}

.consultation-single {
  display: flex;
  flex-direction: column;
}
.consultation-single+.consultation-single {
  margin-top: 3rem;
}
@media only screen and (min-width: 1200px) {
  .consultation-single {
    flex-direction: row;
    align-items: flex-start;
  }
  .consultation-single+.consultation-single {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .consultation-single .consultation-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .consultation-single .consultation-cta-secondary {
    margin: 0 0 1rem 0;
  }
  .consultation-single .consultation-cta {
    margin: 2rem 0 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .consultation-single .consultation-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .consultation-single .consultation-buttons {
    flex-direction: row;
    align-items: center;
  }
  .consultation-single .consultation-cta {
    margin: 2rem 2rem 2rem 0;
  }
    .consultation-single .consultation-cta-secondary {
      margin: 2rem 2rem 2rem 0;
  }
}

 /* Consultation Card in Content-Full-Width */
.content-full-width .consultant img {
  width: 13rem;
  height: 13rem;
}
@media only screen and (min-width: 768px){
  .content-full-width .consultant {
    margin-bottom: 0;
  }
  .content-full-width .consultation {
    flex-direction: row;
    align-items: flex-start;
  }
  .content-full-width .consultation-content {
    padding: 0 0 0 3rem;
    align-items: flex-start;
    text-align: start;
  }
  .content-full-width .consultation-content h2 {
    text-align: start;
  }
}

/* Consultation Cards Highlighted */
.consultation--highlighted {
  position: relative;
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  color: #fff;
}
.consultation--highlighted:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/images/hcs-teaser-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.consultant--highlighted {
  z-index: 2;
}
.consultant--highlighted .consultant-jobtitle {
  color: #ffffff;
}
.consultant-name--highlighted a {
  color: #fff;
}
.consultation-content--highlighted {
  z-index: 2;
}
.consultation-content--highlighted .button__label {
  color: #fff;
}

/* Contact Person Card (tailored training + jobs) */
.contact-person__card {
  display: grid;
  position: relative;
  color: #fff;
  text-align: center;
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  margin-top: 3rem;
  padding: 1rem;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
  border-radius: 24px;
}
@media only screen and (min-width: 480px) {
  .contact-person__card {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-person__card {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-person__card {
    grid-template-columns: 240px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 3rem;
    justify-items: start;
  }
}
.contact-person__card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/hcs-teaser-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.contact-person__card h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .contact-person__card h2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: left;
  }
}
.contact-person__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .contact-person__avatar {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
.contact-person__card img {
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
}
.contact-person__image {
  display: block;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .contact-person__card img {
    margin-top: 0;
  }
}
.contact-person__name {
  display: block;
  margin-top: 1rem;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .contact-person__name {
    margin-top: .5rem;
  }
}
.contact-person__card a,
.contact-person__card .button__label {
  color: #fff;
  z-index: 2;
  position: relative;
}
.contact-person__jobtitle {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 2;
}
.contact-person__text {
  margin-top: 1.5rem;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .contact-person__text {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-person__text {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-person__text {
    text-align: left;
    padding: 0;
  }
}
.contact-person__button {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 1rem 0 0 0; 
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .contact-person__button {
    flex-direction: row;
    height: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-person__button {
    justify-content: unset;
  }
}
.contact-person__button svg {
  fill: #fff;
  width: 17px;
  height: 17px;
  margin: 0 .5rem 0 0;
  z-index: 2;
}
.consultation .contact-person__button svg {
  fill: #1cbdaf;
}

/* Who can enroll */
.who-can-enroll ul {
  margin-top: 8px;
  margin-bottom: 0px;
}
.who-can-enroll p {
  margin-top: 16px;
}

.financing-item-card {
  margin: 1rem auto;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.table--no-style {
  width: 100%;
}
.table--no-style th,
.table--no-style td {
  text-align: left;
  vertical-align: top;
}
.col-nth {
  padding-left: 1rem;
}
.bullet-number-list {
  list-style: none;
  counter-reset: bulletNumber;
  padding: 0 2.5rem !important;
}
.bullet-number-list li {
  position: relative;
  margin-top: 1rem;
}
.bullet-number-list li:before {
  counter-increment: bulletNumber;
  content: counter(bulletNumber);
  position: absolute;
  left: -2.5rem;
  top: 0.2rem;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  width: 24px;
  height: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1cbdaf;
  border-radius: 50%;
  padding: 1px 1px 0 1px;
}
input:focus {
  outline: none;
}
.required:after {
  content: " *";
  color: red;
}
.check-mark-container {
  position: relative;
  margin-right: 52px;
  margin-top: 42px;
  display: inline-block;
}
.check-mark {
  position: absolute;
  top: -27px;
  left: 16px;
  width: 8px;
  height: 20px;
  transform: rotate(45deg) scale(2);
  border: 3px solid #1cbdaf;
  border-left: none;
  border-top: none;
}

/* Full-Stack Program */

/* Schedule */
.schedule {
  margin-top: 3rem;
  padding: 1.5rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .schedule {
    padding: 2rem 0 0 0;
  }
}
.schedule .schedule-headline {
  margin: 0 1.5rem 0 1.5rem;
}
@media only screen and (min-width: 992px) {
  .schedule .schedule-headline {
    margin: 0 2rem 0 2rem;
  }
}
.schedule-description {
  margin: 0.5rem 1.5rem 1.5rem 1.5rem;
}
@media only screen and (min-width: 992px) {
  .schedule-description {
    margin: 0.5rem 2rem 2rem 2rem;
  }
}
.schedule-item {
  border-top: 1px solid #f2f2f2;
  padding: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .schedule-item {
    padding: 2rem;
  }
}
.schedule-item-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-item-icon {
  height: 1em;
  width: 1em;
  margin-right: 1rem;
}
.schedule-item-name {
  color: #1cbdaf;
  font-weight: 600;
}
.schedule-item-time {
  margin-left: auto;
  color: #555963;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 12px;
}
.schedule-item-body {
  margin-left: calc(1em + 1rem);
  color: #181a1c;
  margin-top: 0.5rem;
}
.schedule-image {
  width: 100%;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

/* Common */
.stage-content h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  margin: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.stage-content h2 {
  margin: 0;
  margin-top: 0.5em;
}

@media only screen and (min-width: 992px) {
  .stage-content h1 {
    font-size: 56px;
    line-height: 64px;
  }
}

.back--clickable {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  width: 100%;
  min-width: 7rem;
  padding-top: .5rem;
}
@media only screen and (min-width: 992px) {
  .back--clickable {
    width: 7rem;
    padding-bottom: .5rem;
  }
}

/* Template A (Home) */
.template-home .stage {
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 1rem;
}
.template-home .stage::after {
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: left bottom;
  transform: skew(0deg, -10.5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 480px) {
  .template-home .stage {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-home .stage {
    padding-top: 150px;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .template-home .stage {
    padding-top: 136px;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-home .stage {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-home .stage {
    padding-top: 218px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-home .stage::after {
    border-radius: 0 0 100px 0;
    width: 96vw;
  }
}

.template-home .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .template-home .stage-content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-home .stage-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-home .stage-content {
    max-width: 860px;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .template-home .stage-content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-home .stage-content {
    max-width: 1200px;
  }
}

.template-home .stage-text {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .template-home .stage-text {
    min-width: 50%;
    width: 50%;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .template-home .stage-text {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-home .stage-text {
    margin-bottom: 8rem;
    padding-right: 6rem;
  }
}

.template-home .stage-text h1 {
  font-weight: 400;
}

.template-home .stage-image {
  position: relative;
  border-radius: 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.template-home .stage-image::after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-image: linear-gradient(-190deg,rgba(0, 0, 0, 0) 60%, rgba(28, 218, 181, 0.9) 100% );
}
@media only screen and (min-width: 992px) {
  .template-home .stage-image {
    min-width: calc(50% - 5rem);
    width: calc(50% - 5rem);
    margin-left: 5rem;
  }
}

.stage-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.template-home .content {
  max-width: 85vw;
  margin: 4rem auto;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .template-home .content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-home .content {
    max-width: 660px;
    margin: 5rem auto;
  }
}
@media only screen and (min-width: 992px) {
  .template-home .content {
    max-width: 860px;
    margin: 7.5rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .template-home .content {
    max-width: 1040px;
    margin: 10rem auto;
  }
}
@media only screen and (min-width: 1440px) {
  .template-home .content {
    max-width: 1200px;
  }
}

.template-home .content .consultation {
  margin-top: 0;
}

.background-right {
  display: none;
  position: absolute;
  right: 0;
  margin-top: -20rem;
  z-index: -10;
}
@media only screen and (min-width: 1200px) {
  .background-right {
    display: block;
  }
}
.background-left {
  display: none;
  position: absolute;
  left: 0;
  margin-top: -20rem;
  z-index: -10;
}
@media only screen and (min-width: 1200px) {
  .background-left {
    display: block;
  }
}

/* Template B (Content) */
.template-content .stage {
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 8rem;
}
.template-content .stage::after {
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: left bottom;
  transform: skew(0deg, -10.5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 480px) {
  .template-content .stage {
    padding-bottom: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-content .stage {
    padding-top: 150px;
    padding-bottom: 16rem;
  }
}
@media only screen and (min-width: 992px) {
  .template-content .stage {
    padding-top: 136px;
    padding-bottom: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-content .stage {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-content .stage {
    padding-top: 218px;
    padding-bottom: 22rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-content .stage::after {
    border-radius: 0 0 100px 0;
    width: 96vw;
  }
}

.template-content .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .template-content .stage-content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-content .stage-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-content .stage-content {
    max-width: 860px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .template-content .stage-content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-content .stage-content {
    max-width: 1200px;
  }
}

.template-content .back {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .template-content .back {
    padding-top: unset;
    width: calc(310px + 5rem);
    min-width: calc(310px + 5rem);
  }
}

.template-content .blog-date {
  padding-top: 2rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 1px;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .template-content .blog-date {
    padding-top: 0.5rem;
  }
}

.template-content .content {
  max-width: 85vw;
  margin: 0 auto;
  padding-bottom: 5rem;
  position: relative;
  top: -8rem;
  margin-bottom: -8rem;
  z-index: 1;
}
.content-right {
  overflow: auto;
}
@media only screen and (min-width: 480px) {
  .template-content .content {
    max-width: 80vw;
    top: -12rem;
    margin-bottom: -12rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-content .content {
    max-width: 660px;
    top: -16rem;
    margin-bottom: -16rem;
    display: grid;
    grid-template-columns: 310px auto;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .template-content .content {
    max-width: 860px;
    top: -20rem;
    margin-bottom: -20rem;
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-content .content {
    max-width: 1040px;
  }
  .content-right .item-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  .template-content .content {
    max-width: 1200px;
    top: -22rem;
    margin-bottom: -20rem;
  }
}

.content-teaser-left {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .content-teaser-left {
    width: 310px;
    min-width: 310px;
    align-self: start;
  }
}
@media only screen and (min-width: 1200px) {
  .content-teaser-left {
    grid-row: 1/3;
  }
}
/* Template Blog */
@media only screen and (min-width: 1200px) {
  .template-blog .stage {
    padding-bottom: 30rem;
  }
  .template-blog .content {
    top: -30rem;
    margin-bottom: -30rem;
  }
}
.template-blog .content {
  display: grid;
  grid-template-rows: auto;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .template-blog .content-right {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
}
@media only screen and (min-width: 992px) {
  .template-blog .content-right {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}
@media only screen and (min-width: 1200px) {
  .template-blog .content-full-width {
    grid-row: 2 / 3;
    grid-column: 2/3;
  }
}
.template-blog .team-card.content-teaser-left {
  margin-top: 0rem;
  grid-row: 3 / 4;
}
@media only screen and (min-width: 768px) {
  .template-blog .team-card.content-teaser-left {
    width: 100%;
    grid-column: 1 / 3;
  }
}
@media only screen and (min-width: 992px) {
  .template-blog .team-card.content-teaser-left {
    width: 310px;
    min-width: 310px;
    grid-row: 1 / 2;
  }
}
@media only screen and (min-width: 1200px) {
  .template-blog .team-card.content-teaser-left {
    grid-row: 1 / 3;
  }
}

.template-blog .blog-image-small {
  width: 100%;
  max-width: 300px;
}

@media only screen and (max-width: 480px) {
  .template-blog ul {
    padding-inline-start: 1rem;
  }
}

/* Template List */
.template-list {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.template-list .stage {
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 26rem;
}
.template-list .stage::after {
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: left bottom;
  transform: skew(0deg, -10.5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .template-list .stage {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .template-list .stage {
    padding-top: 136px;
    padding-bottom: 28rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-list .stage {
    padding-top: 180px;
    padding-bottom: 30rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-list .stage {
    padding-top: 218px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-list .stage::after {
    border-radius: 0 0 100px 0;
    width: 96vw;
  }
}
.template-list .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .template-list .stage-content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-list .stage-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-list .stage-content {
    max-width: 860px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .template-list .stage-content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-list .stage-content {
    max-width: 1200px;
  }
}
.template-list .back {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .template-list .back {
    padding-top: unset;
    width: calc(260px + 3rem);
    min-width: calc(260px + 3rem);
  }
}
@media only screen and (min-width: 1200px) {
  .template-list .back {
    width: calc(260px + 5rem);
    min-width: calc(260px + 5rem);
  }
}
@media only screen and (min-width: 1440px) {
  .template-list .back {
    padding-top: unset;
    width: calc(300px + 5rem);
    min-width: calc(300px + 5rem);
  }
}
.template-list .content {
  max-width: 85vw;
  margin: 0 auto;
  padding-bottom: 5rem;
  position: relative;
  top: -27rem;
  margin-bottom: -27rem;
  z-index: 1;
  display: grid;
  grid-template-rows: auto;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 480px) {
  .template-list .content {
    max-width: 80vw;
    top: -24rem;
    margin-bottom: -24rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-list .content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-list .content {
    top: -28rem;
    margin-bottom: -28rem;
    grid-template-columns: 260px auto;
    max-width: 860px;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-list .content {
    top: -30rem;
    margin-bottom: -30rem;
    max-width: 1040px;
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-list .content {
    max-width: 1200px;
    grid-template-columns: 300px auto;
  }
}
.list-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1.5rem;
  overflow: visible;
  align-items: start;
}
@media only screen and (min-width: 1200px) {
  .list-container {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}
.sub-list__container {
  display: grid;
  grid-row-gap: 1.5rem;
}
.sub-list__headline {
  justify-self: start;
  margin: 1rem 0;
  color: #ffffff;
  background: #1cbdaf;
  border-radius: 6px;
  padding: 2px 24px;
  text-transform: uppercase;
  font-size: 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.sub-list__headline:first-child {
  margin-top: 0;
}

.back--end-of-page {
  justify-self: start;
  grid-row: 4 / 5;
  grid-column: 1 / 2;
}
@media only screen and (min-width: 992px) {
  .back--end-of-page {
    grid-row: 3 / 4;
  }
}
@media only screen and (min-width: 1200px) {
  .back--end-of-page {
    grid-column: 2 / 3;
  }
}

.content-card {
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  background-color: #ffffff;
  padding: 1.5rem;
}
.content-card > h2,
.content-card > h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .content-card {
    padding: 2rem;
  }
}
.content-card .summary {
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .content-full-width {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 1200px) {
  .content-full-width {
    grid-column: 2/3;
  }
}
.content-full-width > h3, 
.content-full-width > h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.course-card {
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

.course-card-header {
  height: 160px;
  position: relative;
  overflow: hidden;
}
.course-card-header:after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( -180deg, rgba(0, 0, 0, 0) 29%, rgba(28, 218, 181, 0.5) 100% );
}
@media only screen and (min-width: 768px) {
  .course-card-header {
    height: 240px;
  }
}

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

.course-icon {
  position: absolute;
  fill: #ffffff;
  width: auto;
  height: 32px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.course-icon.course-icon__large {
  height: 64px;
}

.course-card-body {
  background: #ffffff;
}
.course-card-item {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f2f2f2;
}
.course-card-item:first-child {
  align-items: center;
}
.course-card-item-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #555963;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}
.course-card-item-label-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #1CBDAF;
  font-weight: 400;
  font-size: 1rem;
}
svg.course-card-item-label-icon {
  fill: #1CBDAF;
}
.course-card-item-label-icon-large {
  width: 32px;
  height: 32px;
}
.course-card-item-value {
  color: #181a1c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}
.course-card-item-value-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  line-height: 24px;
}
.course-card-item-value-detail {
  font-weight: 400;
}

.course-card-footer {
  padding: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 6px 6px;
}

/* Template C (Page) */
.template-page .stage {
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 8rem;
}
.template-page .stage::after {
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: left bottom;
  transform: skew(0deg, -10.5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 480px) {
  .template-page .stage {
    padding-bottom: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-page .stage {
    padding-top: 150px;
    padding-bottom: 16rem;
  }
}
@media only screen and (min-width: 992px) {
  .template-page .stage {
    padding-top: 136px;
    padding-bottom: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-page .stage {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-page .stage {
    padding-top: 218px;
    padding-bottom: 25rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-page .stage::after {
    border-radius: 0 0 100px 0;
    width: 96vw;
  }
}

.template-page .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .template-page .stage-content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-page .stage-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-page .stage-content {
    max-width: 860px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .template-page .stage-content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-page .stage-content {
    max-width: 1200px;
  }
}

.template-page .back {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .template-page .back {
    padding-top: unset;
    width: 193px;
    min-width: 193px;
  }
}

.template-page .content {
  max-width: 85vw;
  margin: 0 auto;
  padding-bottom: 5rem;
  position: relative;
  top: -8rem;
  margin-bottom: -8rem;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .template-page .content {
    max-width: 80vw;
    top: -12rem;
    margin-bottom: -12rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-page .content {
    max-width: 660px;
    top: -16rem;
    margin-bottom: -16rem;
  }
}
@media only screen and (min-width: 992px) {
  .template-page .content {
    max-width: 860px;
    padding-left: 193px;
    top: -20rem;
    margin-bottom: -20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-page .content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-page .content {
    max-width: 1200px;
    top: -25rem;
    margin-bottom: -25rem;
  }
}

.content-teaser {
  width: 100%;
  margin-bottom: 2rem;
}

.content .payment-card {
  margin-top: 3rem;
}

.content .consultation {
  margin-top: 3rem;
}

/* Template D (Text) */
.template-text .stage {
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .template-text .stage {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 992px) {
  .template-text .stage {
    padding-top: 136px;
  }
}

@media only screen and (min-width: 1200px) {
  .template-text .stage {
    padding-top: 180px;
  }
}

@media only screen and (min-width: 1440px) {
  .template-text .stage {
    padding-top: 218px;
  }
}

.template-text .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

@media only screen and (min-width: 480px) {
  .template-text .stage-content {
    max-width: 80vw;
  }
}

@media only screen and (min-width: 768px) {
  .template-text .stage-content {
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) {
  .template-text .stage-content {
    max-width: 860px;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  .template-text .stage-content {
    max-width: 1040px;
  }
}

@media only screen and (min-width: 1440px) {
  .template-text .stage-content {
    max-width: 1200px;
  }
}

.template-text .back {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .template-text .back {
    padding-top: unset;
    width: 8rem;
    min-width: 8rem;
  }
}

.template-text .content {
  max-width: 85vw;
  margin: 0 auto;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 480px) {
  .template-text .content {
    max-width: 80vw;
  }
}

@media only screen and (min-width: 768px) {
  .template-text .content {
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) {
  .template-text .content {
    max-width: 860px;
    padding-left: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .template-text .content {
    max-width: 1040px;
  }
}

@media only screen and (min-width: 1440px) {
  .template-text .content {
    max-width: 1200px;
  }
}


/* Template Team - List */
.template-teamlist .stage {
  color: #ffffff;
  padding-top: 110px;
  padding-bottom: 24rem;
}
.template-teamlist .stage::after {
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: left bottom;
  transform: skew(0deg, -10.5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .template-teamlist .stage {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .template-teamlist .stage {
    padding-top: 136px;
    padding-bottom: 28rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-teamlist .stage {
    padding-top: 180px;
    padding-bottom: 30rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-teamlist .stage {
    padding-top: 218px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-teamlist .stage::after {
    border-radius: 0 0 100px 0;
    width: 96vw;
  }
}
.template-teamlist .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .template-teamlist .stage-content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-teamlist .stage-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-teamlist .stage-content {
    max-width: 860px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .template-teamlist .stage-content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-teamlist .stage-content {
    max-width: 1200px;
  }
}

.template-teamlist .back {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .template-teamlist .back {
    padding-top: unset;
    width: 8rem;
    min-width: 8rem;
  }
}

.template-teamlist .content {
  max-width: 85vw;
  margin: 0 auto;
  padding-bottom: 5rem;
  position: relative;
  top: -25rem;
  margin-bottom: -25rem;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .template-teamlist .content {
    max-width: 80vw;
    top: -24rem;
    margin-bottom: -24rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-teamlist .content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-teamlist .content {
    max-width: 860px;
    padding-left: 8rem;
    top: -28rem;
    margin-bottom: -28rem;
  }
}
@media only screen and (min-width: 1200px) {
  .template-teamlist .content {
    max-width: 1040px;
    top: -30rem;
    margin-bottom: -30rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-teamlist .content {
    max-width: 1200px;
  }
}

/* Template Landingpage */
.template-landingpage .stage {
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.template-landingpage .stage::after {
  content: "";
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: left bottom;
  transform: skew(0deg, -10.5deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 480px) {
  .template-landingpage .stage {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .template-landingpage .stage {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .template-landingpage .stage {
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-landingpage .stage::after {
    border-radius: 0 0 100px 0;
    width: 96vw;
  }
}

.template-landingpage .stage-content {
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 480px) {
  .template-landingpage .stage-content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-landingpage .stage-content {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .template-landingpage .stage-content {
    max-width: 860px;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .template-landingpage .stage-content {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  .template-landingpage .stage-content {
    max-width: 1200px;
  }
}

.template-landingpage .stage-text {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .template-landingpage .stage-text {
    min-width: 50%;
    width: 50%;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .template-landingpage .stage-text {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .template-landingpage .stage-text {
    margin-bottom: 8rem;
    padding-right: 6rem;
  }
}

.template-landingpage .stage-text h1 {
  font-weight: 400;
}

.template-landingpage .stage-image {
  position: relative;
  border-radius: 24px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.template-landingpage .stage-image::after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-image: linear-gradient(-190deg,rgba(0, 0, 0, 0) 60%, rgba(28, 218, 181, 0.9) 100% );
}
@media only screen and (min-width: 992px) {
  .template-landingpage .stage-image {
    min-width: calc(50% - 5rem);
    width: calc(50% - 5rem);
    margin-left: 5rem;
  }
}

.template-landingpage .content {
  max-width: 85vw;
  margin: 4rem auto;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .template-landingpage .content {
    max-width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .template-landingpage .content {
    max-width: 660px;
    margin: 5rem auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .template-landingpage .content {
    max-width: 860px;
    margin: 7.5rem auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .template-landingpage .content {
    max-width: 1040px;
    margin: 10rem auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .template-landingpage .content {
    max-width: 1200px;
  }
}

/* Sections */
.section {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .section {
    flex-direction: row;
    align-items: center;
  }
}

.section-intro {
  margin-bottom: 4rem;
}
.section-intro h2 {
  margin: 0 0 1rem 0;
  font-weight: 400;
}
.section-intro p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .section-intro {
    margin-bottom: 0;
    flex-basis: 31%;
    max-width: 31%;
  }
}
@media only screen and (min-width: 992px) {
  .section-content {
    flex-basis: 58%;
    max-width: 58%;
    margin-left: 11%;
  }
}
.section-button {
  margin-top: 1.5rem;
}


/* Cookie-Banner */
#cookie-banner {
  display: none;
  position: fixed; 
  grid-template-columns: 80% 20%;
  grid-template-rows: 35% 65%;
  height: auto;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  bottom: 0;
  margin-bottom: 0 !important;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  #cookie-banner {
    grid-template-columns: 1fr 75% 1fr;
    grid-template-rows: 60% 1fr;
    max-width: 660px;
    width: 85vw;
    align-items: center;
    padding: 1.5rem 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 992px) {
  #cookie-banner {
    max-width: 860px;
  }
}
@media only screen and (min-width: 1200px) {
  #cookie-banner {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1440px) {
  #cookie-banner {
    max-width: 1200px;
  }
}
.cookie__icon {
  font-size: 32px;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  justify-self: center;
  text-align: center;
  padding-top: 1rem;
  position: relative;
  left: -3px;
}
@media only screen and (min-width: 768px){
  .cookie__icon {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    font-size: 45px;
    padding: 0;
  }
}
#close {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  justify-self: center;
}
@media only screen and (min-width: 768px){
  #close {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
  }
}
.cookie-fineprint {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  line-height: 1.2;
  color: #555963;
  font-size: 12px;
  font-weight: 400;
}
.cookie-fineprint__strong {
  color: #555963;
  font-weight: 700;
}
@media only screen and (min-width: 480px){
  .cookie-fineprint {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px){
  .cookie-fineprint {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
}
.close-icon {
  height: 3rem;
  width: auto;
  fill: #1cbdaf;
}
.close-icon:hover {
  cursor: pointer;
  fill: #B3B3BB;
}

/* team single teaser card */
.team-card {
  color: #181a1c;
  background-color: #ffffff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 6px;
}
.team-card--img {
  height: 13rem;
  width: 13rem;
  max-width: 90%;
  border-radius: 50%;
  margin-top: 2rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.team-card--name {
  font-weight: normal;
  padding: 1.5rem;
  font-size: 32px;
}
.team-card-jobtitle {
  line-height: normal;
  color: #555963;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.team-card--button {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.card-interline {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}

/* team single: contact items */
.contact-items {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.team-contact-items > h3 {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contact-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .content-full-width.team-contact-items {
    grid-column: 2/3;
  }
  .content-teaser-left.team-card {
    grid-row: 1/3;
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  min-width: 46%;
  margin-top: 2rem;
}
.contact-item .item-image-large {
  width: 65px;
  margin: 0 1rem .5rem 0;
}
.contact-item__text {
  color: #1a181c;
  line-height: 24px;
  font-weight: bold;  
}
.contact-item__link {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 480px) {
  .contact-item {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .contact-item {
    flex-direction: row;
  }
  .contact-item img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* Color Scheme */
.colors {
  display: flex;
  flex-direction: row;
}
.color {
  display: block;
  width: 200px;
  height: 200px;
  min-width: 200px;
  padding: 1em;
  font-weight: 600;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.color-bw {
  display: block;
  width: 133px;
  height: 133px;
  min-width: 133px;
  padding: 1em;
  font-weight: 600;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.color-gradient {
  width: 800px;
  min-width: 800px;
  height: 133px;
  padding: 1em;
  font-weight: 600;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  color: #ffffff;
  border-radius: 15px;
}

/* Green */
.green-light {
  background-color: #1CDAB5;
  color: #181A1C;
  border-radius: 15px 0 0 0;
}
.green {
  background-color: #1CBDAF;
  color: #ffffff;
}
.green-dark {
  background-color: #00829b;
  color: #ffffff;
  border-radius: 0 0 0 15px;
}

/* Blue */
.blue-light {
  background-color: #03A9F4;
  color: #181A1C;
}
.blue {
  background-color: #1976D2;
  color: #ffffff;
}
.blue-dark {
  background-color: #1565C0;
  color: #ffffff;
}

/* Red */
.red-light {
  background-color: #da6880;
  color: #181A1C;
}
.red {
  background-color: #c93c52;
  color: #ffffff;
}
.red-dark {
  background-color: #8f2e46;
  color: #ffffff;
}

/* Yellow */
.yellow-light {
  background-color: #f8dead;
  color: #181A1C;
  border-radius: 0 15px 0 0;
}
.yellow {
  background-color: #EFB140;
  color: #181A1C;
}
.yellow-dark {
  background-color: #ca943b;
  color: #ffffff;
  border-radius: 0 0 15px 0;
}

/* Black and White */
.white {
  background-color: #ffffff;
  color: #181A1C;
  border-radius: 15px 0 0 15px;
}
.background {
  background-color: #fcfcfc;
  color: #181A1C;
}
.grey-light {
  background-color: #ceced5;
  color: #181A1C;
}
.grey {
  background-color: #b3b3bb;
  color: #181A1C;
}
.grey-dark {
  background-color: #555963;
  color: #ffffff;
}
.black {
  background-color: #181A1C;
  color: #ffffff;
  border-radius: 0 15px 15px 0;
}

/* Text colors */
.grey-text {
  color: #555963;
}
.red-text {
  color: #ff1744;
}

/* Icons Collection */
.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.icons .icon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  background-color: #FFFFFF;
  border-radius: 6px;
  height: 170px;
  width: 150px;
  padding: 1rem;
  text-align: center;
}
.icons .icon img,
.icons .icon svg {
  height: 64px;
  width: 64px;
  margin: 0 auto;
}
.icons .icon .background {
  background-color: lightblue;
}
.icons .icon span {
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

/* Location card */
.location-card {
  padding-bottom: 125%; /* ratio */
  position: relative;
  height: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.location-card:after {
  content: "";
  position: absolute;
  bottom: 0; 
  right: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 6px 6px;
  background-image: linear-gradient( -180deg, rgba(0, 0, 0, 0) 39%, rgba(28, 218, 181, 0.5) 100% );
  z-index: 1;
}
.location-map {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 6px 6px 0 0;
}
.location-map img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  object-fit: cover;
}
.location-image {
  position: absolute;
  bottom: 0; 
  right: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 6px 6px;
  object-fit: cover;
}
@media only screen and (min-width: 480px){
  .location-card {
    padding-bottom: 40%; /* 1:2 */
    height: 0;
  }
  .location-card:after {
    width: 50%;
    height: 100%;
    border-radius: 0 6px 6px 0;
  }
  .location-map {
    width: 50%;
    height: 100%;
    border-radius: 6px 0 0 6px;
  }
  .location-map img {
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
  }
  .location-image {
    width: 50%;
    height: 100%;
    border-radius: 0 6px 6px 0;
  }
}

/* Profile and profile images */
/* TODO: replace .avatar with this */
.profile-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .profile-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 50%;
}
@media only screen and (min-width: 768px) {
  .profile {
    width: 50%;
  }
}
.profile-image {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.profile-description {
  margin-left: 1rem;
}
.profile-name {
  font-size: 20pt;
}
.profile-jobtitle {
  color: #555963;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

/* About */
.story-portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 480px) {
  .story-portrait {
    width: 30%;
    min-width: 12rem;
    float: left;
    margin-right: 3rem;
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .story-portrait {
    min-width: 16rem;
  }
}
.story-portrait-image {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.quality-seal {
  width: 100%;
  margin-top: 3rem;
}
.quality-seals {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-seal-image {
  width: 16rem;
  display: block;
  margin: 0 auto;
}
.quality-seal-image__small {
  width: 12rem;
}
.quality-seal-image__small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .quality-seals {
    flex-direction: row;
    justify-content: center;
  }
}

.choose-course-date {
  margin: 0 0 2rem;
}
.choose-course-date__label {
  margin-right: 1.5rem;
}
.choose-course-date .form-select {
  width: 13rem;
}

/* Full-stack program accordion */
.fullstack-program .question {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .fullstack-program .question {
    flex-direction: row;
  }
}
.accordion__course-number {
  min-width: 20px;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .accordion__course-number {
    min-width: 20px;
    display: inline-block;
  }
}
.accordion__course-icon {
  min-width: 3rem;
  display: flex;
  padding-bottom: .5rem;
}
@media only screen and (min-width: 768px) {
  .accordion__course-icon {
    padding-bottom: 0;
  }
}
.accordion__course-icon svg {
  height: 32px;
  fill: #1cbdaf;
}
.fullstack-href {
  margin-top: 2rem;
}

/* Financing badge */
.financing {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.financing-badge {
  background: linear-gradient(-24deg, #1565C0 17%, #1CDAB5 100%);
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.financing-badge > .price {
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
  color: #ffffff;
  white-space: nowrap;
}
.financing-badge > .vat {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.financing-badge > .footnote {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}
.financing-items {
  padding-bottom: 1rem;
}
.financing-option-headline {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .financing {
    flex-direction: row;
    align-items: flex-start;
  }
  .financing-items {
    padding: 0 2rem 0 0;
  }
}


/* animations for geocache */
.glitch {
  animation: glitch 7s infinite;
}

@keyframes glitch {
  0% { text-shadow: none; }
  92% { text-shadow: none; }
  93% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, .75),
    -0.05em -0.025em 0 rgba(0, 255, 0, .75),
    -0.05em -0.05em 0 rgba(0, 0, 255, .75);
  }
  95% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, .75),
    -0.05em -0.025em 0 rgba(0, 255, 0, .75),
    -0.05em -0.05em 0 rgba(0, 0, 255, .75);
  }
  96% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, .75),
    -0.025em -0.05em 0 rgba(0, 255, 0, .75),
    0.025em 0.05em 0 rgba(0, 0, 255, .75);
  }
  97% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, .75),
    -0.025em -0.05em 0 rgba(0, 255, 0, .75),
    0.025em 0.05em 0 rgba(0, 0, 255, .75);
  }
  98% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, .75),
    0.05em 0 0 rgba(0, 255, 0, .75),
    0 -0.05em 0 rgba(0, 0, 255, .75);
  }
  99% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, .75),
    0.05em 0 0 rgba(0, 255, 0, .75),
    0 -0.05em 0 rgba(0, 0, 255, .75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(255, 0, 0, .75),
    -0.025em -0.025em 0 rgba(0, 255, 0, .75),
    -0.025em 0.05em 0 rgba(0, 0, 255, .75);
  }
  
}
.fliphorizontal {
  animation: flipHorizontal 1s linear infinite;
}
@keyframes flipHorizontal {
  50% { transform: rotateY(180deg);}
  to { transform: rotateY(360deg);}
}
.giant.half-giant {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
.geoCacheError {
  font-size: 30px;
  line-height: 40px;
}
#errorField {
  display: none;

}
#errorField.active {
  padding-top: 1em;
  display: block;
  font-size: 1.1em;
  color: #8F2E46; 
}

/* Slider for Success Stories */
.successStories__slider {
  width: 85vw;
  max-width: var(--layout-max);
  margin: 0 auto;
}
.successStories__slides {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  padding-bottom: 2rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.successStories__slide {
  width: 85vw;
  margin-right: 2rem;
  border-radius: 24px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.04);
  transition: margin 0.5s;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.successStories__slide-image {
  overflow: hidden;
  height: 85vw;
  border-radius: 24px 24px 0 0;
  position: relative;
}
.successStories__slide-image img {
  object-fit: cover;
  object-position: center;
  width: 85vw;
}
.successStories__slide-image:after {
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient( -180deg, rgba(0, 0, 0, 0) 29%, rgba(28, 218, 181, 0.5) 100% );
}
.successStories__slide__text {
  padding: 1.5rem;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  border-radius: 0 24px 24px 0;
  background-color: #FFFFFF;
}
.successStories .title {
  margin: 0 0 1rem 0;
  font-size: 20px;
  line-height: 26px;
}
.successStories .jobtitles {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: baseline;
}
.successStories .detail {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 12px;
  color: #555963;
}
.successStories .jobtitle {
  font-weight: 600;
}
.successStories .description {
  margin: 1rem 0;
}
.successStories__slide__text .button--link {
  width: 100%;
  margin: auto auto 0;
}

@media only screen and (min-width: 480px) {
  .successStories__slide {
    width: 320px;
  }
  .successStories__slide-image {
    max-height: 320px;
  }
  .successStories__slide-image img {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .successStories__slide {
    display: flex;
    flex-direction: row;
    min-width: 600px;
    height: 400px;
  }
  .successStories__slide-image {
    width: 45%;
    height: 100%;
    max-height: unset;
    border-radius: 24px 0 0 24px;
  }
  .successStories__slide-image img {
    height: 100%;
  }
  .successStories__slide__text {
    display: flex;
    flex-direction: column;
    width: 55%;
    height: 100%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .successStories .title {
    font-size: 22px;
  }
}

input.checked:invalid {
  border:2px solid #DA6880;
}

textarea.checked:invalid {
  border:2px solid #DA6880;
}

select.checked:invalid {
  border:2px solid #DA6880;
}

.redborder {
  border:2px solid #DA6880;
}