@charset "UTF-8";
/* ==========================================================================
   CONTENTS
   ==========================================================================

 * Imports.............Import external stylesheets
 * Primary styles......Non module styles  (e.g. basic typography)
 * Specific styles.....Common styles used througout the site
 * Layout..............General layout stuff
 * Modules.............Modules based on SMACSS
 * Print styles........Styles for printing
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   functions
   ========================================================================== */
/**
 * For converting pixels to ems
 * Based on a 10px font-size on the html
 * Usage:
 * div { width: pxToEm(300); }
 * Returns:
 * div { width: 30em; }
 */
/**
 * Color mixins (other than lighten or darken)
 */
/* ==========================================================================
   mixins
   ========================================================================== */
/**
 * Clearfix
 * Actually an @extend, but we don't want to depend on inclusion order
 *
 * Usage:
 * section { @include clearfix(); }
 */
/*
 * Bare
 * Author: Peter
 *
 * No margin/padding!
 */
/*
 * Bare list
 * Author: Mattijs Bliek
 *
 * Get rid of list-style and padding
 */
/**
 * For image replacement
 */
/**
 * Media query breakpoints mixins
 *
 * Usage:
 * div { width: 60px;
 *	@include breakpoint-min($small) { width: 80px; }
 * }
 */
/**
 * For targetting high dpi screens
 * Usage:
 * div {
 *	width: 30px; height: 30px; background: url('img.jpg');
 *	@include high-dpi() { background: url('image-2x.jpg'); @include background-size(30px 30px); }
 * }
 */
/* ==========================================================================
   variables
   ========================================================================== */
/* ==|== vars =============================================================== */
/* ==|== @font-face and @keyframes animations =============================== */
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-regular-webfont.eot");
  src: url("fonts/ubuntu-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-regular-webfont.woff") format("woff"), url("fonts/ubuntu-regular-webfont.ttf") format("truetype"), url("fonts/ubuntu-regular-webfont.svg#UbuntuRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-bold-webfont.eot");
  src: url("fonts/ubuntu-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-bold-webfont.woff") format("woff"), url("fonts/ubuntu-bold-webfont.ttf") format("truetype"), url("fonts/ubuntu-bold-webfont.svg#UbuntuBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-bolditalic-webfont.eot");
  src: url("fonts/ubuntu-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-bolditalic-webfont.woff") format("woff"), url("fonts/ubuntu-bolditalic-webfont.ttf") format("truetype"), url("fonts/ubuntu-bolditalic-webfont.svg#UbuntuBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-mediumitalic-webfont.eot");
  src: url("fonts/ubuntu-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-mediumitalic-webfont.woff") format("woff"), url("fonts/ubuntu-mediumitalic-webfont.ttf") format("truetype"), url("fonts/ubuntu-mediumitalic-webfont.svg#UbuntuLightItalic") format("svg");
  font-weight: medium;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu-lightitalic-webfont.eot");
  src: url("fonts/ubuntu-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-lightitalic-webfont.woff") format("woff"), url("fonts/ubuntu-lightitalic-webfont.ttf") format("truetype"), url("fonts/ubuntu-lightitalic-webfont.svg#UbuntuLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
.color-white {
  color: #ffffff;
}

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

.hidden {
  display: none;
}

/* ==========================================================================
  PRIMER
  ========================================================================== */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.4;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}

body {
  background: #e8ebed;
  color: #153f4c;
}

pre {
  white-space: pre-wrap;
  max-width: 120ch;
  margin: 0 auto;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

.rich {
  width: 100%;
  /* scss-lint:disable all */
  /* scss-lint:enable all */
}
.rich table {
  border-collapse: collapse;
  width: 100% !important;
}
.rich table th {
  white-space: nowrap;
  background: #e3e8ea;
  padding: 4px 2px;
  border: 1px #ffffff solid;
  text-align: left;
}
.rich table tr {
  background: #ffffff;
  border-bottom: 1px #e8ebed solid;
}
.rich table tr:nth-child(even) {
  background: #f8f8fc;
}
.rich table td {
  border-left: 1px #e8ebed solid;
  border-right: 1px #e8ebed solid;
  padding: 2px;
}
.rich table tbody {
  border: 1px #8a9fa5 solid;
}
.rich table thead td {
  background: #e3e8ea;
  border: 1px #ffffff solid;
  padding: 4px 2px;
}

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.rich ul, .rich ol {
  margin: 1em 0;
  padding: 0;
}

dd {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.main {
  box-shadow: 0 0 40px rgba(21, 63, 76, 0.8);
}
@media (min-width: 40em) {
  .main {
    margin-bottom: 536px;
  }
}

.body-container {
  background: #e8ebed url("img/bg-noise-30e43ddc84.png") fixed;
}

.body-container__inner {
  margin: 0 auto;
  position: relative;
  max-width: 1020px;
  padding: 30px;
}

.body-container--organisation .body-container__inner .article:last-child {
  margin-bottom: 90px;
}

a {
  color: #937000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* ==========================================================================
   Fixes / QuickHacks (Refactor me; these rules should not be neccessary)
  ========================================================================== */
@media (max-width: 39.9375em) {
  .container {
    overflow-x: hidden;
  }
}
.container {
  padding-top: 4em;
}

/* ==========================================================================
  MODULES
  ========================================================================== */
.article {
  margin-bottom: 15px;
  padding-left: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
@media (min-width: 40em) {
  .article {
    margin-bottom: 80px;
    padding-left: 20px;
    flex-direction: row;
  }
}

.article:last-of-type {
  margin-bottom: 0;
}

.article__image {
  width: 100%;
  position: relative;
  z-index: 1;
  order: 1;
  flex-shrink: 0;
  top: 0;
  margin-top: 24px;
}
@media (min-width: 40em) {
  .article__image {
    box-shadow: -10px 10px 0 0 #E9B914;
    width: 50%;
    max-width: 355px;
  }
}
@media (min-width: 40em) {
  .article__image {
    top: 24px;
    margin-top: 0;
  }
  .article__image:before {
    content: "";
    border-style: solid;
    position: absolute;
    top: 0;
    border-width: 10px 10px 0 0;
    left: -10px;
    border-color: transparent #E9B914 transparent transparent;
  }
  .article__image:after {
    content: "";
    border-style: solid;
    position: absolute;
    top: 0;
    border-width: 10px 10px 0 0;
    right: 10px;
    border-color: transparent #E9B914 transparent transparent;
  }
}
.article__image img {
  width: 100%;
  object-fit: cover;
  z-index: 3;
  display: block;
  position: relative;
}
.article__image .video-ct {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  display: block;
}
.article__image .video-ct iframe {
  position: relative;
  width: 100%;
  display: block;
}
@media (min-width: 40em) {
  .article__image {
    box-shadow: -20px 20px 0 0 #E9B914;
    order: 2;
  }
  .article__image:before {
    border-width: 21px 21px 0 0;
    left: -20px;
  }
  .article__image:after {
    display: block;
    border-width: 0 0 21px 21px;
    bottom: -20px;
    right: 0;
    border-color: transparent transparent transparent #E9B914;
  }
}

.article__content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  order: 2;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 40em) {
  .article__content {
    top: 60px;
  }
}
.article__content h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.article--mirrored .article__content {
  order: 1;
  margin-right: 20px;
}

.article__content-inner {
  font-size: 16px;
  line-height: 1.5;
  padding: 24px;
  position: relative;
  transition: max-height 0.4s ease-out;
}
.article__content-inner .rich {
  max-height: 72px;
  overflow: hidden;
}
.article__content-inner .rich p {
  margin-top: 0;
  margin-bottom: 24px !important;
}
.article__content--expanded .article__content-inner .rich {
  overflow: auto;
  max-height: 2000px;
}
.article__content-inner .button {
  margin-top: 1em;
}
.article__content-inner .button--view-less {
  display: none;
}
.article__content--expanded .article__content-inner .button {
  display: none;
}
.article__content--expanded .article__content-inner .button--view-less {
  display: block;
}
.article__content-inner .article__date,
.article__content-inner h4.article__date {
  margin: 0;
  font-weight: normal;
}
.article__content-inner .article__date + h3,
.article__content-inner h4.article__date + h3 {
  margin-top: 0;
}

@media (min-width: 40em) {
  .article--has-video .article__image {
    max-width: 480px;
  }
}
.article__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #E9B914;
  word-break: break-word;
}

.article--mirrored {
  justify-content: flex-end;
}

.article--minimal {
  margin: 0 auto 36px;
  padding-left: unset;
  flex-flow: column;
}
.article--minimal picture {
  margin-bottom: -5px;
}
.article--minimal .article__content {
  order: 2;
  padding: 24px;
  width: 100%;
}
@media (min-width: 40em) {
  .article--minimal .article__content {
    padding: 24px 72px;
  }
}
.article--minimal .article__quote {
  display: none;
}

.article + .pagination {
  margin: 80px 0 0 0;
}
@media (min-width: 40em) {
  .article + .pagination {
    margin: 120px 0 80px;
  }
}

.date-separator {
  display: flex;
}
@media (min-width: 40em) {
  .date-separator {
    position: sticky !important;
    top: 180px;
  }
}
.date-separator h3 {
  line-height: 1;
  padding: 1px;
  background: #e8ebed url("img/bg-noise-30e43ddc84.png") fixed;
  width: 100%;
  gap: 20px;
  margin: 2rem auto;
  text-align: center;
  display: flex;
  color: rgba(138, 159, 165, 0.3764705882);
  font-size: 4rem;
}
@media (min-width: 40em) {
  .date-separator h3 {
    width: 80%;
    margin: 0 auto;
    gap: 40px;
  }
}
.date-separator h3:before, .date-separator h3:after {
  content: "";
  display: inline-block;
  height: 50%;
  border-bottom: 3px #E9B914 solid;
  width: 100%;
  opacity: 0.3;
}

.date-separator:last-of-type {
  background: #e8ebed url("img/bg-noise-30e43ddc84.png") fixed;
  padding-bottom: 300px;
}
.date-separator:last-of-type + * {
  margin-top: -300px;
}

.button {
  outline: none;
  border: 0;
  background: none;
  text-decoration: none;
  transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear;
  display: inline-block;
  margin: 4px 0;
  cursor: pointer;
}
.button > svg {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
  transition: transform 0.2s linear;
}
.button:hover > svg {
  transform: translateX(2px);
}

.button--primary,
.button--secondary,
.button--tertiary,
.button--primary-alt {
  padding: 9px 12px 8px;
  background-color: #E9B914;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: 2px transparent solid;
}
.button--primary:hover,
.button--secondary:hover,
.button--tertiary:hover,
.button--primary-alt:hover {
  color: #E9B914;
  border-color: #E9B914;
  background: #ffffff;
}
@media (min-width: 40em) {
  .button--primary,
.button--secondary,
.button--tertiary,
.button--primary-alt {
    font-size: 18px;
  }
}

.button--primary-alt {
  color: #E9B914;
  border-color: #E9B914;
  background: #ffffff;
}
.button--primary-alt:hover {
  background-color: #E9B914;
  color: #ffffff;
  border-color: #E9B914;
}

.button--secondary {
  background-color: #7E7E7E;
}
.button--secondary:hover {
  color: #7E7E7E;
  border-color: #7E7E7E;
  background: #ffffff;
}

.button--tertiary {
  background-color: #8a9fa5;
}
.button--tertiary:hover {
  color: #8a9fa5;
  border-color: #8a9fa5;
  background: #ffffff;
}

.card-list {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}

.card-list li {
  padding: 0;
  flex-grow: 1;
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 40em) {
  .card-list li {
    padding: 0 40px;
  }
}
@media (min-width: 50em) {
  .card-list li {
    flex-basis: 50%;
    flex-grow: 0;
  }
}

.card-list li:nth-child(odd) {
  position: relative;
  z-index: 1;
}

.card-list li:nth-child(even) {
  position: relative;
  z-index: 0;
}

/* Card */
.card {
  margin-bottom: 30px;
  background-color: #E9B914;
  box-shadow: -10px 10px 0 0 #E9B914;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: Ubuntu;
}
@media (min-width: 40em) {
  .card {
    box-shadow: -20px 20px 0 0 #E9B914;
    margin-bottom: 60px;
  }
}

.card:before,
.card:after {
  content: "";
  border-style: solid;
  position: absolute;
}

.card:before {
  border-width: 10px 10px 0 0;
  left: -10px;
  border-color: transparent #E9B914;
}
@media (min-width: 40em) {
  .card:before {
    border-width: 20px 20px 0 0;
    left: -20px;
  }
}

.card:after {
  border-width: 0 0 10px 10px;
  bottom: -10px;
  right: 0;
  border-color: transparent transparent transparent #E9B914;
}
@media (min-width: 40em) {
  .card:after {
    border-width: 0 0 20px 20px;
    bottom: -20px;
  }
}

.card--small {
  max-width: 400px;
}

.card__heading {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background: #e3e8ea no-repeat center;
  background-size: cover;
}

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

.card__heading--large {
  height: unset;
}

.card__meta {
  position: absolute;
  bottom: -30px;
  right: -15px;
  width: 60%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 40em) {
  .card__meta {
    right: -40px;
  }
}

.card__meta span,
.card__meta h3 {
  color: #ffffff;
  background-color: #E9B914;
}

.card__meta-label > span {
  padding: 4px 10px;
  font-size: 14px;
  display: inline-block;
}

.card__meta h3 {
  margin: 0;
  position: relative;
  padding: 12px 10px 8px;
  font-size: 28px;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 260px;
  hyphens: auto;
}
@media (min-width: 40em) {
  .card__meta h3 {
    font-size: 40px;
  }
}

.card__meta h3:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.card__meta h3 > span {
  display: inline-block;
  line-height: 1;
  width: 100%;
}

.card__meta.card__meta--long-name h3 {
  font-size: 23px;
}

.card__content {
  padding: 12px 30px 40px;
  flex: 1;
  background-color: #ffffff;
  color: #153f4c;
  font-size: 18px;
}
@media (min-width: 50em) {
  .card__content.card__content--teachers {
    min-height: 18rem;
  }
}

.card__content span {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #E9B914;
}

.card__content h2 {
  line-height: 1.45;
  font-size: 22px;
}

.card__content p {
  margin-bottom: 0;
  line-height: 1.56;
}

.card__content .card__description {
  overflow: hidden;
}

.card__content .card__description--shortened {
  height: 0;
}

.card__content .card__description--expanded {
  height: auto;
}

.js .card__content .card__description--shortened {
  height: auto;
}

.js .card__content .card__description--expanded {
  height: 0;
}

.js .card__content--expanded .card__description--shortened {
  height: 0;
}

.js .card__content--expanded .card__description--expanded {
  height: auto;
}

.card__content [data-handler=toggleExpansionHandler] {
  color: #E9B914;
  display: none;
}

.js .card__content [data-handler=toggleExpansionHandler] {
  display: inline-block;
}

.card__teacher {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.card__teacher:hover {
  color: #234754;
}

.card__teacher-image {
  border-radius: 50%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: inset -5px 5px 5px -3px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.card__teacher-info {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card__teacher-info span {
  margin-bottom: 2px;
  display: block;
  font-size: 12px;
}

.card__teacher-info h4 {
  margin-top: 0;
  color: inherit;
  font-size: 18px;
}

.card__footer {
  padding: 10px 20px 10px 0;
  background-color: #E9B914;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.card__cta {
  border: 0;
  margin-left: auto;
  padding: 0 10px;
  background-color: #153f4c;
  text-align: center;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
}

.card__cta:hover {
  color: #E9B914;
}

.card .link:hover {
  color: #E9B914;
}

.composition-list {
  position: relative;
  counter-reset: cntr;
}
@media (max-width: 63.6875em) {
  .composition-list {
    margin: 0 !important;
    padding: 1rem !important;
  }
}
.composition-list .composition-list__item {
  display: flex;
  flex-flow: row;
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px #e8ebed dotted;
}
.composition-list .composition-list__item:before {
  counter-increment: cntr;
  content: counter(cntr, decimal-leading-zero) " ";
  width: 3rem;
  color: #8a9fa5;
  margin-top: 1.25rem;
}
.composition-list .composition-list__item.composition-list__item--reset {
  counter-reset: cntr 17;
}
.composition-list .composition-list__item.composition-list__item--special:before {
  content: "17a";
}
.composition-list .composition-list__item.composition-list__item--special + .composition-list__item--special:before {
  content: "17b";
}
.composition-list .composition-list__item > details {
  position: relative;
  pointer-events: all;
  width: 100%;
  transition: 0.1s linear background-color;
}
.composition-list .composition-list__item > details:hover {
  background: #e8ebed;
}
.composition-list .composition-list__item > details[open]:hover {
  background: #ffffff;
}
.composition-list .composition-list__item > details summary {
  display: flex;
  flex-flow: column;
  padding: 1rem 0 1rem 2rem;
  cursor: pointer;
}
.composition-list .composition-list__item > details summary:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1.5rem;
  top: 1.75rem;
  width: 1rem;
  height: 1rem;
  content: "";
  box-sizing: border-box;
  border-color: transparent transparent transparent #8a9fa5;
  border-width: 0.5rem 0rem 0.5rem 0.75rem;
  border-style: solid;
}
.composition-list .composition-list__item > details[open] summary:before {
  transform: rotate(90deg);
}
.composition-list .composition-list__item .composition-list__item-title {
  display: inline-block;
  color: #234754;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
}
.composition-list .composition-list__item .composition-list__item-composer {
  width: max-content;
  color: #E9B914;
}

/** ** **/
.songs-and-scores {
  display: flex;
  flex-flow: row;
}
.songs-and-scores > * {
  flex-basis: 50%;
}

.song-list-container h3 {
  margin: 1.5rem;
  margin-left: 2rem;
  margin-bottom: -1.5rem;
  color: #979797;
}
.song-list-container + .song-list-container h3 {
  margin-left: 1.5rem;
}

.song-list {
  display: block;
  margin: 0 2rem 0.25rem 0;
}
@media (min-width: 63.75em) {
  .song-list {
    margin: 0 2rem 4rem 0.5rem;
  }
}

.song-list__item {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.song-list__item-song {
  pointer-events: all;
  cursor: pointer;
  appearance: none;
  border: none;
  background: transparent;
  text-decoration: none;
  color: #234754;
  display: flex;
  font-size: 1.5rem;
  text-align: left;
  align-items: center;
}
.song-list__item-song:hover {
  color: #000;
}
.song-list__item-song:hover .song-list__item-play {
  background-color: #8a9fa5;
}

.song-list__item-play {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #e3e8ea;
  margin-left: -3.75rem;
  margin-right: 2rem;
  border-radius: 2.5rem;
  padding: 0.5rem 1rem;
  transition: background linear 0.25s, color linear 0.25s;
}
.song-list__item-play:after {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  content: "";
  box-sizing: border-box;
  border-color: transparent transparent transparent #ffffff;
  border-width: 0.8rem 0 0.8rem 1.5rem;
  border-style: solid;
}

.song-list__item-song[data-is-playing] {
  color: #E9B914;
}
.song-list__item-song[data-is-playing] .song-list__item-play {
  background: #8a9fa5;
}
.song-list__item-song[data-is-playing] .song-list__item-play:after {
  border-width: 0.7rem;
  border-color: #ffffff;
  margin: 0.3rem 0 0 -0.15rem;
}

.song-list__item-link {
  color: #8a9fa5;
  font-size: 1.2rem;
  text-decoration: none;
  background: #f8f8fc;
  color: #234754;
  border-radius: 2.5rem;
  padding: 0.5rem 1rem;
  transition: background linear 0.25s, color linear 0.25s;
}
.song-list__item-link:hover {
  background: #8a9fa5;
  color: #ffffff;
}

/* Course Configurator */
.course-configurator h1 {
  margin-top: 0;
}

.course-configurator .cta {
  margin-top: 3em;
  color: #7E7E7E;
}

.course-configurator__form {
  color: #ffffff;
  position: relative;
}
@media (min-width: 40em) {
  .course-configurator__form {
    margin-top: 0;
  }
}

.course-configurator__form .private-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
  justify-content: center;
  gap: 2em;
}
.course-configurator__form .private-filter .button {
  white-space: nowrap;
}

.course-configurator__widgets {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.course-configurator__widgets select {
  width: 100%;
}

.course-configurator__widget {
  flex: 1;
  position: relative;
  padding: 24px;
  background: #ffffff;
  color: #234754;
  min-width: 100%;
  margin-bottom: 24px;
  box-shadow: -10px 10px 0 0 #E9B914;
  transition: ease-out transform 0.5s, linear opacity 0.2s;
}
.course-configurator__widget:before, .course-configurator__widget:after {
  content: "";
  border-style: solid;
  position: absolute;
  top: 0;
  border-width: 10px 10px 0 0;
  left: -10px;
  border-color: transparent #E9B914 transparent transparent;
}
.course-configurator__widget:after {
  top: unset;
  left: unset;
  bottom: -10px;
  right: 0;
  border-color: #E9B914 transparent transparent;
}
@media (min-width: 40em) {
  .course-configurator__widget {
    margin-right: 24px;
  }
  .course-configurator__widget:last-child {
    margin-right: 0;
  }
}
@media (min-width: 50em) {
  .course-configurator__widget {
    min-width: unset;
    margin-bottom: unset;
  }
}
.course-configurator__widget label,
.course-configurator__widget select {
  display: block;
}
.course-configurator__widget .cols {
  columns: 2;
}
.course-configurator__widget .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}
.course-configurator__widget.inactive {
  opacity: 0;
  transform: translateY(6px);
  height: 0;
  touch-action: none;
  pointer-events: none;
}
@media (max-width: 49.9375em) {
  .course-configurator__widget.inactive {
    position: absolute;
  }
}

.course-configurator__courses {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.course-configurator__courses li {
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 50em) {
  .course-configurator__courses li {
    padding: 0 40px;
    width: 50%;
  }
}

.course-configurator__outro {
  margin-top: -40px;
  margin-bottom: 80px;
  font-size: 18px;
}

.course-configurator__body {
  padding: 2em;
  font-size: 1.6rem;
  background-color: #ffffff;
}
.course-configurator__body figure {
  margin: 0;
}
@media (min-width: 40em) {
  .course-configurator__body figure.right,
.course-configurator__body figure.left {
    max-width: 50%;
    margin: 1em;
  }
  .course-configurator__body figure.left {
    float: left;
  }
  .course-configurator__body figure.right {
    float: right;
  }
}

.course-configurator table {
  width: 100% !important;
}
.course-configurator table tr, .course-configurator table tbody {
  margin: 0;
  padding: 0;
  width: 100% !important;
  display: flex;
  flex-flow: row;
}
@media (max-width: 39.9375em) {
  .course-configurator table tr, .course-configurator table tbody {
    flex-flow: column;
  }
}
.course-configurator table td {
  width: 100% !important;
}

/*
.course-configurator__form:after {
  position: absolute;
  bottom: -30px;
  width: 0;
  height: 0;
  content: '';
  left: 50%;
  margin-left: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid $blue;
}
.course-configurator__form p {
  margin-bottom: 20px;
  font-size: 16px;
  @include bp-min($medium) {
    text-align: center;
    font-size: 40px;
    font-size: 3vw;
  }
  font-weight: bold;
}
.course-configurator__form span {
  vertical-align: baseline;
}

.course-configurator__form + .container {
  min-height: 50vh;
}

.course-configurator__total {
  margin-bottom: 50px;
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: $greyishblue;
}
.course-configurator__total > span {
  color: $yellow;
}

.course-configurator__courses {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.course-configurator__courses li {
  padding-left: 10px;
  box-sizing: border-box;

  @include bp-min($medium) {
    padding: 0 40px;
    width: 50%;
  }
}
.course-configurator__courses li:nth-child(odd) {
  position: relative;
  z-index: 1;
}
.course-configurator__courses li:nth-child(even) {
  position: relative;
  z-index: 0;
}
.course-configurator select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0 0 3px;
  padding: 0;
  display: inline-block;
  vertical-align: baseline;
  background: $yellow;
  color: $white;
  font-size: inherit;
  // line-height: 1.3em;
  font-weight: normal;
  padding-right: 44px;
  background-image: url('img/arrow-down-f25c3addb6.svg');
  background-size: 44px 17px;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: auto;
  transition: box-shadow .15s linear;
  @include bp-min($medium) {
    margin: 0;
  }
}
.course-configurator select:hover {
  box-shadow: -16px 16px 20px $shadowColor;
}
.course-configurator select:focus {
  background: $white;
  color: $darkblue;
}
.course-configurator option {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 10px;
}
*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: max-content;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #153f4c;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  min-width: 44px;
  min-height: 44px;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #153f4c;
}

.is-today .pika-button {
  color: #e9b914;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #e9b914;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #e9b914;
  box-shadow: none;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #e9b914;
  box-shadow: none;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

figure.image {
  margin: 0;
  padding: 0;
  position: relative;
}
figure.image > figcaption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #ffffff;
  text-shadow: 0 0 1px #153f4c, 0 0 2px #153f4c, 0 0 3px #153f4c, 0 0 4px #153f4c;
}

/**
 * Flash message
 */
.flash-message {
  z-index: 1000;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 600px;
  margin: 0 0 0 -320px;
  padding: 60px;
  background: #E9B914;
  color: #ffffff;
  border: 2px #ffffff solid;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  will-change: transform;
}

.flash-message p {
  margin-bottom: 0;
}

.flash-message-active .flash-message {
  opacity: 1;
  transform: translateY(0);
}

.flash-message-inactive .flash-message {
  opacity: 0;
  transform: translateYd(-50px);
}

/* Footer */
.site-footer {
  position: relative;
  width: 100%;
  z-index: 20;
  padding: 36px 0 0;
  color: #ffffff;
  background: #153f4c url("img/bg-noise2-9e5a68b850.png") fixed;
  font-size: 16px;
  height: 100%;
}
@media (min-width: 40em) {
  .site-footer {
    height: 536px;
    position: fixed;
    z-index: -2;
    bottom: 0;
  }
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 30px;
}
@media (min-height: 536px) {
  .site-footer__inner {
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 39.9375em) {
  .site-footer__inner {
    padding: 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 63.75em) {
  .site-footer__inner {
    flex-wrap: nowrap;
  }
}

.site-footer__logo-ct svg {
  width: 161px;
  height: 195px;
}
@media (max-width: 39.9375em) {
  .site-footer__logo-ct svg {
    width: 120.75px;
    height: 146.25px;
  }
}

.site-footer .col {
  display: flex;
  min-width: 25%;
  flex-flow: column;
  position: relative;
}
@media (min-width: 63.75em) {
  .site-footer .col:after {
    content: "";
    border-right: 1px #7E7E7E solid;
    height: 100%;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 48px;
  }
  .site-footer .col:last-of-type:after {
    display: none;
  }
}

.site-footer .col--spread {
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 40em) {
  .site-footer .col--spread {
    width: unset;
  }
}

@media (min-width: 40em) {
  .site-footer .col:first-of-type {
    padding-right: 30px;
    min-width: 290px;
  }
}

.site-footer .col.only-medium {
  display: flex;
}

.site-footer h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1em;
}
@media (max-width: 39.9375em) {
  .site-footer h3 {
    display: none;
  }
}

.site-footer ul {
  line-height: 2.9em;
}

.site-footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  display: inline-block;
  color: #E9B914;
  transition: 0.15s color linear;
}
.site-footer a:hover {
  color: #ffffff;
}

.site-footer a.external:after {
  position: absolute;
  content: "";
  background: url("img/icon-hand-pointright-375d56aac7.svg");
  width: 29px;
  height: 24px;
  margin-left: 0.5em;
  transition: transform linear 0.2s;
}
.site-footer a.external:hover:after {
  transform: translateX(5px);
}

.site-footer address {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
}
.site-footer address a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.site-footer__inner .col {
  min-width: 50%;
  margin-bottom: 2em;
}
@media (min-width: 40em) {
  .site-footer__inner .col {
    min-width: 25%;
    margin-bottom: 0;
  }
}

.site-footer .col--newsletter {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
@media (min-width: 63.75em) {
  .site-footer .col--newsletter {
    flex-flow: column;
    justify-content: flex-start;
  }
}
.site-footer .col--newsletter h3 {
  visibility: hidden;
  margin-bottom: 1.5em;
}
@media (min-width: 63.75em) {
  .site-footer .col--newsletter h3 {
    visibility: visible;
  }
}

.site-footer .newsletter-ct {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1em;
}
@media (min-width: 40em) {
  .site-footer .newsletter-ct {
    margin-top: 2em;
    max-width: 200px;
  }
}
.site-footer .newsletter-ct > div {
  flex-basis: 100%;
}
.site-footer .newsletter-ct input[type=email], .site-footer .newsletter-ct input[type=text] {
  appearance: none;
  background: none;
  width: 100%;
  border: 1px #7E7E7E solid;
  margin-bottom: 8px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 2;
  color: #979797;
  caret-color: #E9B914;
}
@media (min-width: 40em) {
  .site-footer .newsletter-ct input[type=email], .site-footer .newsletter-ct input[type=text] {
    margin-bottom: 24px;
  }
}
.site-footer .newsletter-ct input[type=email]::placeholder, .site-footer .newsletter-ct input[type=text]::placeholder {
  color: #7E7E7E;
  opacity: 1;
}
.site-footer .newsletter-ct input[type=email]:focus, .site-footer .newsletter-ct input[type=email]:focus-within, .site-footer .newsletter-ct input[type=email]:invalid, .site-footer .newsletter-ct input[type=text]:focus, .site-footer .newsletter-ct input[type=text]:focus-within, .site-footer .newsletter-ct input[type=text]:invalid {
  border-color: #E9B914;
  outline: none;
  box-shadow: none;
}
.site-footer .newsletter-ct input[type=email]:invalid, .site-footer .newsletter-ct input[type=text]:invalid {
  border-color: #cc0000;
}
.site-footer .newsletter-ct div {
  position: relative;
}
.site-footer .newsletter-ct button {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 1;
  width: 19px;
  border: 0;
  appearance: none;
  background: transparent url("img/icon-arrow-right-9fb838754f.svg") no-repeat;
}
.site-footer .newsletter-ct button span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  border: 0 none;
}
.site-footer .newsletter-ct button:hover {
  opacity: 0.8;
}
.site-footer .newsletter-ct button:focus {
  outline: 1px #E9B914 dotted;
}

.site-footer .social-links {
  display: flex;
  flex-flow: column;
  margin-left: 24px;
  justify-content: center;
}
@media (min-width: 63.75em) {
  .site-footer .social-links {
    justify-content: flex-start;
    flex-flow: row;
    margin-left: unset;
  }
}

.site-footer .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.site-footer .social-link:first-of-type {
  margin-top: 0;
}
@media (min-width: 63.75em) {
  .site-footer .social-link {
    margin-top: 0;
  }
}
.site-footer .social-link a {
  margin-bottom: 0;
  position: relative;
  padding: 10px;
  box-shadow: 1px -1px 0 #E9B914, 2px -2px 0 #E9B914, 3px -3px 0 #E9B914, 4px -4px 0 #E9B914, 5px -5px 0 #E9B914, 6px -6px 0 #E9B914, 7px -7px 0 #E9B914, 8px -8px 0 #E9B914, 9px -9px 0 #E9B914, 10px -10px 0 #E9B914, 0 0 0 #E9B914;
  width: 40px;
  height: 40px;
  background: #E9B914;
}
@media (min-width: 40em) {
  .site-footer .social-link a {
    margin-right: 27px;
  }
}
.site-footer .social-link span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  border: 0 none;
}
.site-footer .social-link svg {
  position: absolute;
  left: 5px;
  top: 8px;
}
.site-footer .social-link .icon {
  fill: #153f4c;
  transition: 0.15s linear fill;
}
.site-footer .social-link:first-of-type svg {
  left: 15px;
}
.site-footer .social-link:last-of-type svg {
  left: 10px;
}
.site-footer .social-link a:hover .icon {
  fill: #000;
}
.site-footer .social-link a:focus {
  background: transparent;
  box-shadow: none;
  outline: 1px #E9B914 dotted;
}
.site-footer .social-link a:focus .icon {
  fill: #E9B914;
}

.form {
  margin-top: 2em;
  margin-bottom: 120px;
  padding-left: 10px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 40em) {
  .form {
    padding-left: 20px;
  }
}

.form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form legend {
  font-weight: bold;
  margin: 2em 0 1em;
}

.form fieldset:first-of-type legend {
  margin-top: 0;
}

.form__content:before, .form__content:after,
.form__image:before,
.form__image:after {
  content: "";
  border-style: solid;
  position: absolute;
}

.form__content {
  box-shadow: -10px 10px 0 0 #153f4c;
  padding: 40px 20px 20px;
  position: relative;
  top: 50px;
  z-index: 2;
  background-color: #ffffff;
}
.form__content:before {
  top: 0;
  border-width: 10px 10px 0 0;
  left: -10px;
  border-color: transparent #153f4c transparent transparent;
}
.form__content:after {
  border-width: 0 0 10px 10px;
  bottom: -10px;
  right: 0;
  border-color: transparent transparent transparent #153f4c;
}
.form__content p {
  font-size: 18px;
  line-height: 1.63;
}
.form__content label {
  position: absolute;
  margin-left: 10px;
}
.form__content label > i {
  color: #E9B914;
}
.form__content label > [lang] {
  color: #8a9fa5;
}
.form__content label > [lang]:before {
  content: "/ ";
}
.form__content .input-elm {
  margin-bottom: 20px;
  border-bottom: 20px #153f4c solid;
  border: 1px #153f4c solid;
  border-top: 0;
  border-right: 0;
  position: relative;
  min-width: calc(100% + 30px);
}
.form__content .input-elm:after {
  display: none;
  position: absolute;
  content: "";
  bottom: -20px;
  right: 20px;
  width: 60px;
  height: 20px;
  background: #153f4c;
}
.form__content .input-elm:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 0 10px 10px;
  bottom: -10px;
  right: 0;
  border-color: transparent transparent transparent #153f4c;
}
.form__content .input-elm--small {
  margin-bottom: 20px;
  border-bottom: 20px #153f4c solid;
  border: 1px #153f4c solid;
  border-top: 0;
  border-right: 0;
  position: relative;
  min-width: 30%;
  max-width: 50%;
}
.form__content .input-elm--noborder {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 1em;
}
.form__content .input-elm-wrapper {
  height: 50px;
  margin-bottom: 3em;
}
.form__content .input--has-select select {
  appearance: none;
  border: 0;
  margin: 0;
  vertical-align: bottom;
  padding: 1em 0 1em 1em;
  width: 100%;
  color: #153f4c;
}
.form__content .input-elm--right {
  left: auto;
  right: -170px;
  width: 170px;
  border-bottom: 20px #153f4c solid;
  border: 1px #153f4c solid;
  border-top: 0;
  border-right: 0;
  position: relative;
}
@media (min-width: 40em) {
  .form__content .input-elm--right {
    right: -170px;
  }
}
.form__content .input-elm--right:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 0 10px 10px;
  bottom: -10px;
  right: 0;
  border-color: transparent transparent transparent #153f4c;
}
.form__content .input-description {
  color: #E9B914;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 2em;
}
.form__content .input-description + .input-description {
  margin-top: -2em;
}
.form__content a {
  font-weight: bold;
}
.form__content [type=text],
.form__content [type=date],
.form__content [type=password],
.form__content [type=email],
.form__content [type=number],
.form__content .input-date,
.form__content textarea {
  margin: 0;
  padding: 0;
  min-height: 57px;
  width: 100%;
  border: 0;
  padding: 1em 0 0 0.5em;
  font-size: 18px;
  color: #153f4c;
  caret-color: #E9B914;
  border-bottom: 4px transparent solid;
}
.form__content [type=text]::placeholder,
.form__content [type=date]::placeholder,
.form__content [type=password]::placeholder,
.form__content [type=email]::placeholder,
.form__content [type=number]::placeholder,
.form__content .input-date::placeholder,
.form__content textarea::placeholder {
  color: #8a9fa5;
}
.form__content [type=text]:focus,
.form__content [type=date]:focus,
.form__content [type=password]:focus,
.form__content [type=email]:focus,
.form__content [type=number]:focus,
.form__content .input-date:focus,
.form__content textarea:focus {
  outline: 0;
  border-bottom: 4px #E9B914 solid;
}
.form__content textarea {
  resize: vertical;
}
.form__content [type=checkbox] {
  margin: 0;
  padding: 0;
  appearance: none;
  outline: 1px #153f4c solid;
  width: 19px;
  height: 19px;
}
.form__content [type=checkbox]:focus,
.form__content [type=checkbox]:active {
  outline: 1px #153f4c dotted;
}
.form__content [type=checkbox]:checked {
  border: 3px #ffffff solid;
  background: #E9B914;
}
.form__content [type=date] {
  background: #ffffff;
}
.form__content .input-date {
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
  border-bottom: 0;
  color: #8a9fa5;
}
.form__content .input-date > [type=number] {
  color: #153f4c;
  appearance: none;
  border: 0;
  min-height: initial;
  padding: 10px;
  width: unset;
  min-width: unset;
  max-width: 8ch;
  flex-shrink: 4;
  border-bottom: 4px transparent solid;
}
.form__content .input-date > [type=number]:focus {
  border-bottom: 4px #E9B914 solid;
}
.form__content select:focus {
  outline: 0;
  border-bottom: 4px #E9B914 solid;
}
.form__content .button {
  box-shadow: -8px 8px 20px rgba(94, 104, 107, 0.25);
}
.form__content .button:hover {
  box-shadow: none;
}
@media (min-width: 40em) {
  .form__content {
    box-shadow: -20px 20px 0 0 #153f4c;
    margin-left: 180px;
    padding: 90px 40px 40px;
    width: 50%;
    max-width: 369px;
  }
  .form__content:before {
    border-width: 20px 20px 0 0;
    left: -20px;
  }
  .form__content:after {
    border-width: 0 0 20px 20px;
    bottom: -20px;
  }
  .form__content .input-elm {
    min-width: calc(100% + 120px);
  }
  .form__content .input-elm:before {
    border-width: 0 0 20px 20px;
    bottom: -20px;
  }
  .form__content .input-elm:after {
    display: block;
  }
}

.form__content-inner {
  position: relative;
}

.form__title {
  padding: 10px;
  position: absolute;
  top: -50px;
  left: -25px;
  width: 100%;
}
.form__title h3 {
  display: inline;
  color: #ffffff;
  background-color: #153f4c;
  box-shadow: 10px 0 0 #153f4c, -10px 0 0 #153f4c;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  /* Fabien Doiron's box-shadow Method: https://css-tricks.com/multi-line-padded-text/ */
  box-decoration-break: clone;
}
@media (min-width: 40em) {
  .form__title {
    top: -80px;
    left: -140px;
    text-align: right;
  }
  .form__title h3 {
    font-size: 40px;
  }
}

.form--signup .form__title {
  text-align: right;
  top: -30px;
  left: auto;
  right: -15px;
}
@media (min-width: 40em) {
  .form--signup .form__title {
    right: -80px;
  }
}

.form--signup {
  margin-bottom: 250px;
}
@media (min-width: 40em) {
  .form--signup {
    margin-top: 50px;
  }
}

#signup-form .invalid-description {
  display: none;
}

#signup-form:invalid .invalid-description {
  display: block;
}

#signup-form:invalid input:placeholder-shown:focus:required {
  background: #fdf4d6;
  box-shadow: none;
}

.input-date :not(:placeholder-shown):invalid {
  background: #ffdddd;
  border-bottom-color: #cc0000;
}

.form .error {
  color: #cc0000;
}

.hero {
  padding-top: 60px;
}
@media (min-width: 40em) {
  .hero {
    padding-top: 48px;
  }
}

.hero__inner {
  display: flex;
  flex-flow: column;
}

.hero__overlay {
  position: absolute;
  touch-action: none;
  pointer-events: none;
  width: 100%;
  height: 240px;
  z-index: 1;
}
@media (min-width: 40em) {
  .hero__overlay {
    height: 380px;
  }
}

.hero__overlay-inner {
  position: relative;
  margin: 30px auto 0;
  height: 100%;
  width: 100%;
  max-width: 1020px;
}
@media (max-width: 63.6875em) {
  .hero__overlay-inner {
    margin: 83px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hero__overlay-inner > svg {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 63.6875em) {
  .hero__overlay-inner > svg {
    position: absolute;
    top: -60px;
    width: 103px;
    height: 125px;
  }
}

.hero__cta-ct {
  position: relative;
  width: 100%;
  height: 240px;
  max-width: 1020px;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .hero__cta-ct {
    height: 380px;
  }
}

.hero__cta {
  position: absolute;
  padding: 20px 25px;
  bottom: 0;
  left: 30px;
  bottom: -18px;
  text-decoration: none;
  background: #E9B914;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 63.6875em) {
  .hero__cta {
    width: calc(100vw - 60px);
    justify-content: center;
  }
}
@media (min-width: 63.75em) {
  .hero__cta {
    left: unset;
    right: 0;
    padding: 34px 44px;
    max-width: 464px;
  }
}
.hero__cta:hover span {
  border-bottom: 1px #ffffff solid;
}
.hero__cta span {
  font-weight: normal;
  border-bottom: 1px transparent solid;
}
.hero__cta .icon {
  display: inline-block;
  min-width: 54px;
  height: 48px;
  background: url("img/icon-hand-call-1c84f8d1bd.svg");
  margin: 0 10px;
}

.hero__logo-byline {
  display: none;
}
@media (min-width: 63.75em) {
  .hero__logo-byline {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    display: block;
  }
}

.hero__bg {
  height: 100%;
  position: relative;
  height: 100%;
  font-size: 0;
}
.hero__bg > picture {
  width: 100%;
  height: 240px;
  position: fixed;
  z-index: -3;
  margin: 0;
  object-fit: cover;
  background: #e8ebed;
}
@media (min-width: 40em) {
  .hero__bg > picture {
    height: 380px;
  }
}
.is-inview .hero__bg > picture {
  z-index: -1;
}

.hero__bg > picture > img {
  width: 100%;
  height: calc(100% + 3px);
  object-fit: cover;
}

.hero__footer {
  min-height: 160px;
  background: #1e4854 url("img/bg-noise2-9e5a68b850.png") fixed;
  width: 100%;
  display: flex;
  align-self: center;
}

/*
.hero__cta-ct--inline {
    height: auto;
    width: min-content;
    margin: 2em auto;
    .hero__cta {
        position: relative;
        right: auto;
        left: 0;
    }
}
*/
.inline__cta {
  padding: 20px 25px;
  text-decoration: none;
  margin: 2em auto;
  width: min-content;
  justify-content: center;
  background: #E9B914;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (max-width: 63.6875em) {
  .inline__cta {
    width: 100%;
  }
}
@media (min-width: 63.75em) {
  .inline__cta {
    padding: 34px 44px;
  }
}
.inline__cta:hover span {
  border-bottom: 1px #ffffff solid;
}
.inline__cta span {
  font-weight: normal;
  border-bottom: 1px transparent solid;
}
.inline__cta .icon {
  display: inline-block;
  min-width: 54px;
  height: 48px;
  background: url("img/icon-hand-call-1c84f8d1bd.svg");
  margin: 0 10px;
}

.homepage-cta {
  background: #ffffff;
  margin: 50px 0;
  color: #ffffff;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

.homepage-cta__inner {
  width: 100%;
  max-width: 1020px;
  padding: 30px;
  color: #234754;
  margin: auto;
}
@media (min-width: 40em) {
  .homepage-cta__inner {
    padding: 36px 74px;
  }
}
.homepage-cta__inner .spice {
  z-index: 0;
  position: absolute;
  top: -130px;
  left: 50px;
  opacity: 0.125;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotate(0);
}
.homepage-cta__inner .spice--hand-count svg {
  max-width: 100%;
}
.homepage-cta__inner h2, .homepage-cta__inner p {
  margin: 0;
}
.homepage-cta__inner h2 {
  font-size: 36px;
  font-size: bold;
  color: #234754;
}
.homepage-cta__inner p {
  margin-bottom: 1em;
}
.homepage-cta__inner ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.homepage-cta__inner li {
  margin: 0 0.5em 0 0;
  line-height: 1.5;
  font-weight: normal;
  font-size: 20px;
}
.homepage-cta__inner a {
  text-decoration: none;
}
.homepage-cta__inner a > svg {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
  transition: transform 0.2s linear;
}
.homepage-cta__inner a:hover > svg {
  transform: translateX(2px);
}

.js .homepage-cta h2 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s linear, transform 0.6s ease-out;
}
.js .homepage-cta li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s linear, transform 0.3s ease-out;
}
.js .homepage-cta.is-inview h2 {
  transform: translateY(0);
  opacity: 1;
}
.js .homepage-cta.is-inview .spice {
  transform: rotate(16deg);
}
.js .homepage-cta.is-inview li {
  opacity: 1;
  transform: translateY(0);
}
.js .homepage-cta.is-inview li:nth-child(1) {
  transition-delay: 0.1s;
}
.js .homepage-cta.is-inview li:nth-child(2) {
  transition-delay: 0.4s;
}
.js .homepage-cta.is-inview li:nth-child(3) {
  transition-delay: 0.7s;
}
.js .homepage-cta.is-inview li:nth-child(4) {
  transition-delay: 1.1s;
}
.js .homepage-cta.is-inview li:nth-child(5) {
  transition-delay: 1.4s;
}

.homepage-reviews__inner {
  --numItems: 1;
  --cardWidth: 40rem;
  --cardMargin: 4rem;
  --sliderSpeed: 30s;
  --sliderWidth: calc(
      (var(--cardWidth) + var(--cardMargin)) * var(--numItems)
  );
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  animation: slide linear var(--sliderSpeed) infinite;
}
.homepage-reviews__inner ul {
  min-width: min-content;
  flex-wrap: nowrap;
}
.homepage-reviews__inner ul li {
  width: var(--cardWidth);
  margin-right: var(--cardMargin);
}
.homepage-reviews__inner:hover, .homepage-reviews__inner:active {
  animation-play-state: paused;
}

@keyframes slide {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(calc(-1 * var(--sliderWidth)));
  }
}
.homepage-reviews {
  overflow: hidden;
  margin: 2rem auto 0;
  padding: 30px 0;
  color: #234754;
}
.homepage-reviews h2 {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
}
.homepage-reviews ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  /*gap: 4rem; */
  min-width: max-content;
  position: relative;
  margin-top: 30px;
  align-items: start;
}
.homepage-reviews li {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-size: 16px;
}
.homepage-reviews .card__inner {
  padding: 20px 0 10px 0;
}
.homepage-reviews .header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.homepage-reviews .header .avatar {
  background: #234754;
  width: 60px;
  height: 60px;
  border-radius: 100vh;
  overflow: hidden;
  position: relative;
}
.homepage-reviews .header .avatar:after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: rgba(21, 63, 76, 0.5333333333) 5px 5px 8px inset;
  border-radius: 100vh;
}
.homepage-reviews .header h2 {
  line-height: 1;
}
.homepage-reviews p {
  margin: 20px 20px 10px 0;
}
.homepage-reviews .rating {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.homepage-reviews .rating i, .homepage-reviews .rating b {
  width: 15px;
  height: 15px;
  background-image: url("img/icon-star-8c579c0bef.svg");
  background-size: cover;
  opacity: 1;
}
.homepage-reviews .rating b {
  opacity: 0.4;
}
.homepage-reviews .avatar img {
  object-position: 5% -0.4rem;
}

.instrument-list {
  margin: 2em 0 4em;
  position: relative;
}

.instrument-list--header {
  margin: 2em 0;
}

.instrument-list--inner {
  background: #ffffff;
  line-height: 1.75;
  padding: 2em;
}
.instrument-list--inner ul {
  columns: 2;
}
@media (min-width: 50em) {
  .instrument-list--inner ul {
    columns: 2;
  }
}
.instrument-list--inner li {
  font-size: 18px;
  break-inside: avoid;
  word-break: break-all;
}

/* language selector */
.language-selector {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 86px;
  font-size: 1.2857142857em;
  display: none;
}
.language-selector > li {
  display: inline-block;
}
.language-selector > li:first-of-type {
  margin-right: 10px;
}
@media (min-width: 18.75em) {
  .language-selector {
    display: block;
  }
}
@media (min-width: 40em) {
  .language-selector {
    top: 64px;
    right: 15px;
  }
}

.language-selector__link {
  color: #8a9fa5;
  text-decoration: none;
  text-transform: lowercase;
}

.language-selector__link--active {
  font-weight: bold;
  color: #153f4c;
}

.language-selector__link:hover {
  color: #E9B914;
}

.language-selector__link > img {
  margin-left: 6px;
  margin-top: -2px;
}

.page-content-with-lists ul {
  list-style: disc;
  margin: 0 0 1em;
  padding-left: 20px;
}

.link {
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
  cursor: pointer;
}
.link:after {
  content: "";
  background-color: #E9B914;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: width 0.2s linear, left 0s linear;
  z-index: -1;
}
.link:hover {
  color: #ffffff;
}
.link:hover:after {
  width: 0;
  left: 100%;
  transition: width 0.2s linear, left 0.2s linear;
}

button.link {
  margin: 0;
  padding: 0;
  font-size: inherit;
  appearance: none;
  border: 0;
  background: none;
  text-decoration: underline;
  color: inherit;
}

button.link:hover {
  text-decoration: none;
}

/* Menu */
.menu-button {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 30px;
  cursor: pointer;
}

.menu-button__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-button__inner svg, .menu-button__inner img {
  width: 40px;
  height: 24px;
}
.menu-button__inner .icon {
  fill: #ffffff;
}

.menu-button:hover .icon {
  fill: #e8ebed;
}

.menu-button__inner > .icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity linear;
}

.menu-button__inner > .icon--menu-hamburger {
  opacity: 1;
}

/* Menu open */
.has--menu-open .menu-button__inner > .icon--menu-hamburger {
  opacity: 0;
}

.has--menu-open .menu-button__inner > .icon--menu-close {
  opacity: 1;
}

@media (max-width: 39.875em) {
  .has--menu-open .language-selector {
    opacity: 0;
  }
  .has--menu-open .site-header__logo {
    opacity: 0;
    pointer-events: none;
  }
  .has--menu-open .site-header__logo-small {
    opacity: 1 !important;
  }
}
/* Menu inner */
.menu-primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #E9B914;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100vh);
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.3s linear;
}
.has--menu-open .menu-primary {
  transform: translateY(0);
  opacity: 1;
}

.menu-primary__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  width: calc(100% - 48px);
}
.menu-primary__content > nav {
  width: 100%;
}
.menu-primary__content > .menu__search {
  margin: 20px;
  display: flex;
}
.menu-primary__content > .menu__search * {
  appearance: none;
}
.menu-primary__content > .menu__search [type=search] {
  padding: 5px;
  flex: 1;
  font-size: 18px;
  border: 0;
  background: #ffffff;
}
.menu-primary__content > .menu__search button {
  justify-content: flex-end;
  color: #E9B914;
  border: 0;
  font-size: 18px;
  margin-left: 10px;
  background: #ffffff;
  display: block;
}
.menu-primary__content > .menu__cta {
  align-self: flex-end;
}
.menu-primary__content ul {
  width: 100%;
  margin-top: 90px;
}
@media (min-width: 40em) {
  .menu-primary__content ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
.menu-primary__content ul li {
  margin: 20px;
}

.menu__cta {
  background: #ffffff;
  color: #E9B914;
  font-size: 18px;
  display: flex;
  flex-flow: row;
  padding: 26px;
  margin: 0 auto 30px;
}
.menu__cta .icon {
  display: inline-block;
  background: url("img/icon-phone-yellow-cc17efc107.svg");
  width: 13px;
  height: 32px;
  margin: 0 12px;
}

.menu-group > summary {
  font-size: 30px;
  font-weight: bold;
  color: #8a9fa5;
  list-style: none;
  cursor: pointer;
}

.menu-group > summary::-webkit-details-marker {
  display: none;
}

.menu-primary a {
  text-decoration: none;
  color: inherit;
}
.menu-primary a:focus {
  outline: 1px #E9B914 dotted;
}

.menu-primary-nav {
  border-left: 6px #ffffff solid;
  padding-left: 30px;
  margin-right: 24px;
  margin-bottom: 48px;
}

@media (min-width: 40em) {
  .menu-primary-nav:nth-of-type(even) {
    margin-bottom: 0;
  }
}
.menu-primary a:hover {
  color: #e8ebed;
}

.pagination {
  width: 100%;
  background: #ffffff;
  padding: 5px;
  position: relative;
}
.pagination p {
  font-size: 18px;
}
.pagination > ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pagination > ol > li {
  margin: 5px;
  font-size: 18px;
}
.pagination > ol > li a,
.pagination > ol > li .pagination__current {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E9B914;
  color: #ffffff;
  text-decoration: none;
  min-width: 40px;
  padding: 5px;
  /* scss-lint:disable all */
  /* scss-lint:enable  all */
}
.pagination > ol > li a:hover,
.pagination > ol > li .pagination__current:hover {
  background: #234754;
}
.pagination > ol > li a b,
.pagination > ol > li .pagination__current b {
  font-weight: normal;
}
.pagination > ol > li .pagination__prev,
.pagination > ol > li .pagination__next {
  padding: 5px 20px;
}
.pagination > ol > li .pagination__prev svg,
.pagination > ol > li .pagination__next svg {
  max-height: 12px;
}
.pagination > ol > li .pagination__current {
  background: #e8ebed;
}

.pagination--theme-transparent {
  background: transparent;
  padding: 0;
}
.pagination--theme-transparent > ol > li {
  margin: 0 10px 10px 0;
}
.pagination--theme-transparent > ol > li:last-of-type {
  margin-right: 0;
}
.pagination--theme-transparent > ol > li .pagination__current {
  background: #ffffff;
  color: #234754;
}
.pagination--theme-transparent > ol > li .pagination__current:hover {
  background: #ffffff;
  color: #234754;
}

.page-title {
  margin: 0;
  padding: 0;
  font-size: 60px;
  position: sticky;
  padding-top: 24px;
  top: 42px;
}
@media (min-width: 40em) {
  .page-title {
    font-size: 120px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.page-title ~ * {
  position: relative;
}

.primary-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.primary-nav__links {
  display: none;
}
@media (min-width: 65em) {
  .primary-nav__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    height: 100%;
    margin: 0 20px 0 0;
  }
}

.primary-nav__links > li {
  margin: 0 18px;
}
.primary-nav__links > li:first-of-type {
  margin-left: 0;
}
.primary-nav__links > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 63.6875em) {
  .primary-nav__links > li:first-of-type {
    margin-left: 18px;
  }
}

.primary-nav__links > li > a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  transition: 0.15s color linear;
}
.primary-nav__links > li > a:hover {
  color: #7E7E7E;
}

.primary-nav__search-ct {
  display: none;
}
@media (min-width: 65em) {
  .primary-nav__search-ct {
    display: flex;
    min-width: 200px;
    margin-right: 20px;
    align-items: center;
  }
  .primary-nav__search-ct input[type=search] {
    width: 100%;
    min-width: 200px;
    border: 0;
    border-bottom: 2px transparent solid;
    appearance: none;
    font-size: 16px;
    transition: 0.2s linear;
    caret-color: #E9B914;
  }
  .primary-nav__search-ct input[type=search]:focus {
    border: 0;
    outline: 0;
    box-shadow: 0;
    border-bottom: 2px #E9B914 solid;
  }
  .primary-nav__search-ct input[type=search]::placeholder {
    color: #979797;
  }
  .primary-nav__search-ct button {
    cursor: pointer;
    border: 0;
    appearance: none;
    background: transparent url("img/icon-search-385a816939.svg") no-repeat;
    width: 17px;
  }
  .primary-nav__search-ct button span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    border: 0 none;
  }
}

.primary-nav__language-controls {
  display: flex;
  flex-flow: row;
  margin: 0 auto 0 18px;
}
.primary-nav__language-controls li {
  margin-right: 9px;
  font-size: 16px;
}
.primary-nav__language-controls li:last-of-type {
  border-left: 1px #979797 solid;
  padding-left: 9px;
  margin-right: 18px;
}
.primary-nav__language-controls a {
  color: #000;
  text-decoration: none;
}
.primary-nav__language-controls a[aria-current=page] {
  color: #979797;
}

.progress-indicator {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.progress-indicator:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #8a9fa5;
  top: 14px;
  position: absolute;
  z-index: -1;
}
.progress-indicator li {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #8a9fa5;
  color: #e8ebed;
}
.progress-indicator li > span {
  margin: auto;
}
.progress-indicator .progress-indicator--active {
  background-color: #E9B914;
  color: #ffffff;
}

input[type=radio], input[type=checkbox] {
  margin: 0 0.25em;
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border: 2px #E9B914 solid;
  border-radius: 50%;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background: #234754;
}
input[type=radio]:focus, input[type=radio]:active, input[type=checkbox]:focus, input[type=checkbox]:active {
  outline: 2px #234754 solid;
}

input[type=checkbox] {
  border-radius: unset;
  width: 14px;
  height: 14px;
}

select {
  border: 2px #E9B914 solid;
  padding: 2px;
  appearance: none;
  background-image: url("img/icon-arrow-down-blue-b9ff9f2b8d.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

.rich {
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.rich ol,
.rich ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.rich ul > li {
  position: relative;
  margin-left: 20px;
}
@media (min-width: 40em) {
  .rich ul > li {
    margin-bottom: 10px;
  }
}
.rich ul > li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E9B914;
  position: absolute;
  left: -20px;
  top: 5px;
}
.rich a {
  pointer-events: all;
}

/* Header */
.site-header {
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 40em) {
  .site-header {
    max-width: 1020px;
  }
}

.site-header-container {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
  background: #ffffff;
}
@media (min-width: 65em) {
  .site-header-container {
    height: 48px;
  }
}

.site-header .menu-button {
  color: #E9B914;
  margin-right: 18px;
}
@media (min-width: 65em) {
  .site-header .menu-button {
    display: none;
  }
}

.spice {
  touch-action: none;
  pointer-events: none;
  margin-top: 48px;
}
@media (min-width: 40em) {
  .spice {
    margin-bottom: 384px;
  }
}
.spice--hand-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.spice--hand-count svg {
  width: 300px;
}
.spice--hand-rock {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.spice--hand-rock svg {
  animation: rock 2.25s infinite;
}
@media (max-width: 39.9375em) {
  .spice--hand-rock svg {
    max-width: 30%;
  }
}
.spice--hand-rock:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  max-width: 672px;
  height: 314px;
  position: absolute;
  z-index: -1;
}

@keyframes rock {
  0% {
    transform: translateY(-20px) rotate(-1deg);
  }
  33% {
    transform: rotate(-3deg);
  }
  50% {
    transform: translateY(0) rotate(2deg);
  }
  66% {
    transform: rotate(3deg);
  }
  100% {
    transform: translateY(-20px) rotate(-1deg);
  }
}
.static-page__content {
  max-width: calc(80ch + 56px);
  margin: 0 auto 56px;
  line-height: 1.5;
  font-size: 1.6rem;
}
.static-page__content h1 {
  margin-top: 0;
}

.static-page__head,
.static-page__description {
  background: #ffffff;
  width: 100%;
  margin: 56px 0 36px;
  padding: 56px;
}

.static-page__excerpt {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #8a9fa5;
}

.static-page__description {
  margin-top: 0;
}

.static-page__images {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.static-page__images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.static-page__contact .static-page__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 39.9375em) {
  .static-page__contact .static-page__content {
    word-wrap: break-word;
  }
  .static-page__contact .static-page__content .static-page__excerpt {
    font-size: 18px;
  }
}
.static-page__contact .static-page__head, .static-page__contact .static-page__description {
  padding: 28px;
}
@media (min-width: 63.75em) {
  .static-page__contact .static-page__head, .static-page__contact .static-page__description {
    padding: 56px;
  }
}
.static-page__contact .static-page__head strong a, .static-page__contact .static-page__head a strong, .static-page__contact .static-page__head b a, .static-page__contact .static-page__head a b {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 40em) {
  .static-page__contact .static-page__head {
    width: 50%;
    margin-top: 0;
    padding-right: 0;
  }
  .static-page__contact .static-page__description {
    width: 50%;
    padding-left: 0;
  }
  .static-page__contact .static-page__description p {
    margin-top: 0;
  }
}

.static-page .map {
  order: -1;
  margin: 30px 0 0 -30px;
  width: 100%;
  min-width: calc(100% + 60px);
  display: block;
  min-height: 450px;
  aspect-ratio: 16/9;
  margin-bottom: 36px;
}
@media (min-width: 40em) {
  .static-page .map {
    order: 1;
    min-width: unset;
    margin: 0;
  }
}

.teacher-detail h2 {
  position: relative;
}

.teacher-detail .card__content h2:before {
  content: "";
  display: block;
  height: 60px;
  margin: -60px 0 0;
}

.teacher-detail .teacher-intro,
.teacher-detail .teacher-details {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 39.9375em) {
  .teacher-detail .teacher-intro,
.teacher-detail .teacher-details {
    width: 100%;
  }
}

.teacher-detail .teacher-intro .card__meta h3 {
  word-break: normal;
}
@media (max-width: 39.9375em) {
  .teacher-detail .teacher-intro {
    flex-flow: column;
  }
}
@media (max-width: 63.6875em) {
  .teacher-detail .teacher-intro .card__meta {
    display: none;
  }
}

.teacher-detail #intro:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

.teacher-detail .teacher-excerpt {
  margin-bottom: 2em;
}

.teacher-detail .rich .video-embed {
  pointer-events: all;
  touch-action: all;
  margin: 1em 0;
  width: 100%;
}
.teacher-detail .rich .video-embed iframe {
  max-width: 100%;
}

.teacher-detail .teacher-contact {
  width: 100%;
}
@media (min-width: 40em) {
  .teacher-detail .teacher-contact {
    max-width: 320px;
  }
}

.teacher-detail .card-list li {
  flex-grow: 0;
}

@media (min-width: 40em) {
  .teacher-detail .teacher-tariffs {
    max-width: 600px;
  }
}
.teacher-detail .teacher-tariffs .card__content .card__description {
  overflow: visible;
}
.teacher-detail .teacher-tariffs table {
  margin: 2em 0 0;
  font-size: 12px;
}
@media (min-width: 63.75em) {
  .teacher-detail .teacher-tariffs table {
    font-size: 14px;
  }
}
@media (max-width: 39.9375em) {
  .teacher-detail .teacher-tariffs table {
    margin-left: -20px;
    margin-bottom: -20px;
    min-width: calc(100% + 40px);
  }
}
.teacher-detail .teacher-tariffs table td, .teacher-detail .teacher-tariffs table th {
  padding: 0 2px;
  vertical-align: top;
}

.teacher-detail .teacher-bio dl {
  margin: 0;
  padding: 0;
  max-width: 240px;
}
.teacher-detail .teacher-bio dt {
  display: none;
}
.teacher-detail .teacher-bio a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.teacher-detail .teacher-bio a:hover {
  color: #E9B914;
  text-decoration: underline;
}
.teacher-detail .teacher-bio .icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  margin-top: 1em;
}
.teacher-detail .teacher-bio .icons li {
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
.teacher-detail .teacher-bio .icons svg {
  fill: currentColor;
}
.teacher-detail .teacher-bio .icons .hidden {
  display: none;
}

.teacher-grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.usps {
  width: 1020px;
  margin: 0 auto;
  color: #E9B914;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  height: 100%;
  align-self: center;
  justify-content: center;
}
@media (max-width: 39.9375em) {
  .usps {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.usps ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.usps .usp {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 26px;
}
@media (min-width: 40em) and (max-width: 63.6875em) {
  .usps .usp:first-child {
    margin-left: 32px;
  }
}
.usps .usp:before {
  display: inline-block;
  background: "";
  height: 49px;
  background-repeat: no-repeat;
  content: "";
  margin-right: 8px;
  flex-shrink: 0;
}
.usps .usp--hand-rock:before {
  background-image: url("img/icon-hand-rock-d4bfde55a6.svg");
  width: 42px;
}
.usps .usp--hand-ok:before {
  background-image: url("img/icon-hand-ok-da01559cee.svg");
  width: 35px;
}
.usps .usp--hand-count:before {
  background-image: url("img/icon-hand-count-6fb321621e.svg");
  width: 34px;
}
@media (max-width: 39.9375em) {
  .usps .usp {
    margin-bottom: 12px;
  }
  .usps .usp:before {
    width: 42px;
  }
}

.welcome {
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 50em) {
  .welcome {
    padding: 5em 30px 2em;
    display: flex;
    gap: 4em;
    max-width: 1020px;
  }
}

.welcome__container {
  font-size: 16px;
  margin: 0 auto;
}
@media (min-width: 50em) {
  .welcome__container {
    background: #8a9fa5;
    position: relative;
  }
  .welcome__container:before {
    content: "";
    border-style: solid;
    position: absolute;
    top: 0;
    border-width: 20px 20px 0 0;
    left: -20px;
    height: 100%;
    border-color: transparent #8a9fa5 transparent transparent;
  }
  .welcome__container:after {
    content: "";
    border-style: solid;
    position: absolute;
    bottom: -20px;
    border-width: 20px 20px 0 0;
    right: 0px;
    width: calc(100% + 20px);
    border-color: #8a9fa5 transparent;
  }
}

.welcome__content {
  margin-top: 0;
  margin-bottom: 0px;
  text-wrap: balance;
  padding: 3.25em 4em;
  background: #ffffff;
  width: 100%;
}
@media (min-width: 50em) {
  .welcome__content {
    max-width: 60ch;
  }
}
.welcome__content h2 {
  margin-top: 0;
}

@media (max-width: 49.9375em) {
  .welcome__container + .welcome__container .welcome__content {
    padding-top: 0;
  }
}
/* Hide form field that should be left empty */
form .hp {
  display: none;
}

/* ==========================================================================
  HOVER - disable on scroll (see function disableHoverStylesOnScroll() in main-69fad22b62.js)
  ========================================================================== */
.disable-hover {
  pointer-events: none;
}

/* ==========================================================================
   No JavaScript utility class `.no-js`
  ========================================================================== */
@media screen {
  .js .no-js {
    display: none;
  }
}