/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.single-course {
  /*	Download items
  --------------------------------------- */
  /*	Solution
  --------------------------------------- */
}
.single-course .page-hero .col.left {
  padding: 6.4rem 0;
}
.single-course__title {
  margin-bottom: 2.4rem;
}
.single-course .download-items {
  padding: var(--section-padding-small) 0;
}
.single-course .download-items__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 2.4rem;
}
.single-course .download-items .container {
  padding: 0;
  max-width: initial;
}
.single-course .custom-solution {
  --cs-gap: 4rem;
  padding: var(--section-padding-general) 0;
}
.single-course .custom-solution__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
}
.single-course .custom-solution .container {
  padding: 0;
  max-width: initial;
}

.sticky-wrapper {
  --sticky-w: min(40rem,27.77%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sticky-wrapper__moveable {
  padding: var(--section-padding-general) 0 var(--section-padding-big);
  width: calc(100% - var(--sticky-w));
}
.sticky-wrapper__inner {
  padding: 0 4rem 0 var(--content-padding);
}
@media screen and (min-width: 1090px) {
  .sticky-wrapper__inner {
    margin-left: calc((100vw - var(--scrollbarWidth) - 114rem) / 2 - var(--content-padding));
  }
}
@media screen and (max-width: 850px) {
  .sticky-wrapper__inner {
    padding: 0 var(--content-padding);
  }
}
.sticky-wrapper__sticky {
  position: sticky;
  top: var(--site-header-height);
  width: var(--sticky-w);
}
@media screen and (max-width: 850px) {
  .sticky-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sticky-wrapper__moveable {
    width: 100%;
  }
  .sticky-wrapper__sticky {
    width: 100%;
  }
}

.course-sticky .whitebox {
  padding: 6.4rem 4rem;
  overflow-y: auto;
  max-height: calc(100vh - var(--site-header-height));
}
@media screen and (max-width: 850px) {
  .course-sticky .whitebox {
    padding: var(--section-padding-general) var(--content-padding);
  }
}
.course-sticky__scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.course-sticky__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2.5rem);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.course-sticky__contact {
  padding-top: 2.4rem;
}
.course-sticky__subtitle {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2rem);
  /*	2) Display text group
  --------------------------------------- */
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
.course-sticky .contact-link:not(:last-child) {
  margin-bottom: 0.8rem;
}
.course-sticky .contact-link a {
  font-family: "Poppins-Semibold", sans-serif;
  font-weight: 600;
  /*@else if $font-family == 'gs' {

      @if $font-weight == 'l' {
          font-family: 'GeneralSans-light', sans-serif;
          font-weight: 300;
      } @else if $font-weight == 'm' {
          font-family: 'GeneralSans-Medium', sans-serif;
          font-weight: 500;
      } @else {
          font-family: 'GeneralSans-Regular', sans-serif;
          font-weight: 400;
      }
  }*/
  color: var(--purple);
}
.course-sticky .contact-link a:hover {
  color: var(--black);
}
.course-sticky__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.2rem;
  padding-top: 2.4rem;
}
.course-sticky__cta .btn {
  width: 100%;
  margin: 0;
}

/*	Flexible
--------------------------------------- */
.flex-doublecol__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 2.4rem;
}
.flex-doublecol.no-border .doublecol::after {
  display: none;
}

.flex-banner {
  margin: 1.6rem 0;
  container-type: inline-size;
}
.flex-banner .purplebox {
  padding: 6.4rem 4.8rem;
}
@container (max-width: 45rem) {
  .flex-banner .purplebox {
    padding: 4.8rem 3.2rem;
  }
}
@container (max-width: 35rem) {
  .flex-banner .purplebox {
    padding: 3.2rem 2.4rem;
  }
}
.flex-banner__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  max-width: min(65.3rem, 100%);
  margin: 0 auto 0.8rem;
}
.flex-banner__content {
  max-width: min(65.3rem, 100%);
  margin: 0 auto;
}
.flex-banner__footer {
  margin-top: 4rem;
}
.flex-banner__footer .btn {
  margin: 0 auto;
}

/*	Modules
--------------------------------------- */
.modules {
  padding: var(--section-padding-general) 0 var(--section-padding-small);
}
.modules .container {
  padding: 0;
  max-width: initial;
}
.modules__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 2.4rem;
}

/*	FAQ
--------------------------------------- */
.faq {
  padding: var(--section-padding-small) 0;
}
.faq .container {
  margin-left: 0;
  max-width: 100%;
  padding: 0;
}
.faq__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 2.4rem;
  text-align: left;
}
.faq footer {
  text-align: left;
}
.faq footer .btn {
  margin-left: 0;
}

/*	Team - persons
--------------------------------------- */
.team {
  padding: 3.2rem 0;
}
.team__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 2.4rem;
}
.team .grid-team {
  max-width: 67.4rem;
}
.team .grid-team .team-preview-box {
  width: calc(33.3333333333% - 1.0666666667rem);
}
@media screen and (max-width: 640px) {
  .team .grid-team .team-preview-box {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 500px) {
  .team .grid-team .team-preview-box {
    width: min(100%, 30rem);
  }
}

/*	Terms
--------------------------------------- */
.terms {
  padding: var(--section-padding-small) 0;
}
.terms__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 2.4rem;
}
.terms__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.terms__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
.terms__grid .course-term {
  width: calc(33.3333333333% - 1.0666666667rem);
}
@media screen and (max-width: 640px) {
  .terms__grid .course-term {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 500px) {
  .terms__grid .course-term {
    width: min(100%, 30rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.terms .purplebox {
  padding: 6.4rem 4.8rem;
}
@media screen and (max-width: 640px) {
  .terms .purplebox {
    padding: 6.4rem 2.4rem;
  }
}

.no-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  max-width: 65.3rem;
  margin: 0 auto;
  text-align: center;
}
.no-terms__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 0.8rem;
}
.no-terms__content p:last-child {
  margin-bottom: 0;
}

.course-term {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  font-size: 12px;
}
.course-term strong {
  font-size: 14px;
}
.course-term.is-fully-booked {
  opacity: 0.5;
  background: var(--white, #FFF);
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.course-term__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.course-term .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
}
.course-term .cols .col {
  width: calc(50% - 0.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-term__lecturers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-term .btn {
  width: 100%;
  margin: 0;
}
.course-term:hover {
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
}

/*	Custom course
--------------------------------------- */
.course-custom {
  padding: 6.4rem 4.8rem;
}
@media screen and (max-width: 640px) {
  .course-custom {
    padding: 6.4rem 0;
  }
}
.course-custom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  max-width: 65.3rem;
  margin: 0 auto;
  text-align: center;
}
.course-custom__title {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1.1935483871;
  margin-bottom: 0.8rem;
}
.course-custom__content p:last-child {
  margin-bottom: 0;
}

.gform_wrapper,
.gform_confirmation_wrapper {
  max-width: 39.4rem;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=single-course.css.map */
