/* Reusable online-course homepage. */
body.cae-course-hub-page {
  overflow-x: clip;
}

body.cae-course-hub-page #header,
body.cae-course-hub-page #footer,
body.cae-course-hub-page #masthead,
body.cae-course-hub-page #colophon,
body.cae-course-hub-page .as-site-header,
body.cae-course-hub-page .as-site-footer,
body.cae-course-hub-page .entry-header,
body.cae-course-hub-page .page-title {
  display: none;
}

body.cae-course-hub-page #main,
body.cae-course-hub-page .page-wrapper,
body.cae-course-hub-page .entry-content {
  background: #ffffff;
  padding-bottom: 0;
  padding-top: 0;
}

.cae-course-hub,
.cae-course-hub * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.cae-course-hub {
  --cae-hub-blue: #4361ee;
  --cae-hub-blue-dark: #2946cf;
  --cae-hub-border: #d9dde5;
  --cae-hub-coral: #ef674c;
  --cae-hub-ink: #10141b;
  --cae-hub-muted: #5d6470;
  --cae-hub-pale: #f3f5f7;
  --cae-hub-white: #ffffff;
  background: var(--cae-hub-white);
  color: var(--cae-hub-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  margin-left: 0;
  overflow: clip;
  width: 100%;
}

.cae-course-hub h1,
.cae-course-hub h2,
.cae-course-hub h3,
.cae-course-hub p,
.cae-course-hub figure,
.cae-course-hub blockquote,
.cae-course-hub ul {
  margin-top: 0;
}

.cae-course-hub h1,
.cae-course-hub h2,
.cae-course-hub h3 {
  color: var(--cae-hub-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.cae-course-hub a {
  color: inherit;
  text-decoration: none;
}

.cae-course-hub img {
  display: block;
  max-width: 100%;
}

.cae-hub-container {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: 44px;
  padding-right: 44px;
  width: 100%;
}

.cae-hub-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e4e7ec;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  height: 76px;
  padding: 0 44px;
  position: relative;
  width: 100%;
  z-index: 20;
}

.cae-hub-brand {
  align-items: baseline;
  display: inline-flex;
  gap: 8px;
  justify-self: start;
  white-space: nowrap;
}

.cae-hub-brand strong {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.cae-hub-brand span {
  color: #8a909a;
  font-size: 20px;
  font-weight: 300;
}

.cae-hub-brand small {
  color: #323841;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.cae-hub-nav {
  align-items: center;
  display: flex;
  gap: 44px;
  justify-content: center;
}

.cae-hub-nav a {
  border-bottom: 1px solid transparent;
  color: #2c323a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 0;
  transition: border-color 160ms ease, color 160ms ease;
}

.cae-hub-nav a:hover,
.cae-hub-nav a:focus-visible {
  border-color: var(--cae-hub-blue);
  color: var(--cae-hub-blue-dark);
}

.cae-hub-account {
  border: 1px solid var(--cae-hub-blue);
  border-radius: 4px;
  color: var(--cae-hub-blue-dark) !important;
  font-size: 14px;
  font-weight: 700;
  justify-self: end;
  line-height: 1.2;
  padding: 13px 18px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.cae-hub-account:hover,
.cae-hub-account:focus-visible {
  background: var(--cae-hub-blue);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.cae-hub-hero {
  align-items: center;
  display: flex;
  height: min(76svh, 720px);
  max-height: 720px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

#koolitused,
#kuidas,
#kkk {
  scroll-margin-top: 96px;
}

.cae-hub-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.cae-hub-hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.cae-hub-hero h1 {
  font-size: 76px;
  line-height: 1.01;
  margin-bottom: 26px;
  max-width: 700px;
  overflow-wrap: break-word;
}

.cae-hub-hero__content > p {
  color: #252a31;
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 610px;
}

.cae-hub-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cae-hub-button {
  align-items: center;
  background: var(--cae-hub-blue);
  border: 1px solid var(--cae-hub-blue);
  border-radius: 4px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 15px 24px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cae-hub-button:hover,
.cae-hub-button:focus-visible {
  background: var(--cae-hub-blue-dark);
  border-color: var(--cae-hub-blue-dark);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.cae-hub-button--secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--cae-hub-blue-dark) !important;
}

.cae-hub-button--secondary:hover,
.cae-hub-button--secondary:focus-visible {
  background: #ffffff;
  color: var(--cae-hub-blue-dark) !important;
}

.cae-hub-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--cae-hub-blue-dark) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 2px;
}

.cae-hub-text-link:hover,
.cae-hub-text-link:focus-visible {
  color: var(--cae-hub-blue) !important;
}

.cae-course-hub .cae-hub-hero__trust {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(8, 12, 20, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 30px 0 0;
  max-width: 720px;
  padding: 22px 18px 16px;
  width: 100%;
}

.cae-hub-hero__trust li {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 62px;
  padding: 0 24px;
}

.cae-hub-hero__trust li:first-child {
  padding-left: 0;
}

.cae-hub-hero__trust li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.cae-hub-hero__trust li span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cae-hub-hero__trust li strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
  margin-top: 7px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.cae-hub-catalog {
  background: #ffffff;
  padding: 94px 0 112px;
  scroll-margin-top: 20px;
}

.cae-hub-section-heading {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  margin-bottom: 48px;
}

.cae-hub-section-heading h2,
.cae-hub-experience h2,
.cae-hub-method h2,
.cae-hub-trainer h2,
.cae-hub-faq h2,
.cae-hub-closing h2 {
  font-size: 54px;
  line-height: 1.08;
  margin-bottom: 0;
  overflow-wrap: break-word;
}

.cae-hub-section-heading p {
  color: var(--cae-hub-muted);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 5px;
}

.cae-hub-filters {
  border-bottom: 1px solid var(--cae-hub-border);
  border-top: 1px solid var(--cae-hub-border);
  margin: 0 0 34px;
  padding: 28px 0 18px;
}

.cae-hub-filters[hidden] {
  display: none;
}

.cae-hub-filters__controls {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(260px, 1.35fr) minmax(190px, 0.8fr) minmax(180px, 0.7fr);
}

.cae-hub-filter-field {
  min-width: 0;
}

.cae-hub-filter-field label,
.cae-hub-filter-levels legend {
  color: #3d444e;
  display: block;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  margin-bottom: 8px;
}

.cae-hub-filter-field input,
.cae-hub-filter-field select {
  appearance: auto;
  background: #ffffff;
  border: 1px solid #b9c0cb;
  border-radius: 4px;
  color: var(--cae-hub-ink);
  font: inherit;
  font-size: 15px;
  height: 50px;
  line-height: 1.3;
  margin: 0;
  max-width: none;
  padding: 0 14px;
  width: 100%;
}

.cae-hub-filter-field input::placeholder {
  color: #777f8a;
  opacity: 1;
}

.cae-hub-filter-field input:focus,
.cae-hub-filter-field select:focus,
.cae-hub-filter-levels button:focus-visible,
.cae-hub-filter-reset:focus-visible {
  border-color: var(--cae-hub-blue);
  box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.16);
  outline: 0;
}

.cae-hub-filter-levels {
  border: 0;
  grid-column: 1 / -1;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
}

.cae-hub-filter-levels__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cae-hub-filter-levels button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #b9c0cb;
  border-radius: 4px;
  color: #303740;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 9px 12px;
}

.cae-hub-filter-levels button span {
  align-items: center;
  background: var(--cae-hub-pale);
  border-radius: 3px;
  color: var(--cae-hub-muted);
  display: inline-flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 5px;
}

.cae-hub-filter-levels button:hover {
  border-color: #7f8997;
}

.cae-hub-filter-levels button.is-active {
  background: var(--cae-hub-ink);
  border-color: var(--cae-hub-ink);
  color: #ffffff;
}

.cae-hub-filter-levels button.is-active span {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.cae-hub-filters__status {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
  padding-top: 14px;
}

.cae-hub-filters__status p {
  color: var(--cae-hub-muted);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.cae-hub-filter-reset {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--cae-hub-blue-dark);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 0;
}

.cae-hub-course-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cae-hub-course-card {
  border: 1px solid var(--cae-hub-border);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.cae-hub-course-card--featured {
  grid-column: 1 / -1;
}

.cae-hub-course-card--filter-leading {
  grid-column: 1 / -1;
}

.cae-hub-course-card[hidden],
.cae-hub-filter-empty[hidden],
.cae-hub-filter-reset[hidden] {
  display: none;
}

.cae-hub-course-card__media {
  aspect-ratio: 16 / 9;
  background: var(--cae-hub-pale);
  margin: 0;
  overflow: hidden;
}

.cae-hub-course-card:not(.cae-hub-course-card--featured) .cae-hub-course-card__media {
  aspect-ratio: 16 / 10;
}

.cae-hub-course-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.cae-hub-course-card:hover .cae-hub-course-card__media img {
  transform: scale(1.015);
}

.cae-hub-course-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 36px 36px;
}

.cae-hub-course-card--featured .cae-hub-course-card__body {
  padding: 40px 44px 44px;
}

.cae-hub-course-card__facets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.cae-hub-course-card__facets li {
  border: 1px solid var(--cae-hub-border);
  color: var(--cae-hub-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  padding: 7px 9px;
}

.cae-hub-course-card__facets .is-level {
  background: var(--cae-hub-ink);
  border-color: var(--cae-hub-ink);
  color: #ffffff;
}

.cae-hub-course-card__facets .is-reviewed {
  margin-left: auto;
}

.cae-hub-course-card h3 {
  font-size: 38px;
  line-height: 1.12;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}

.cae-hub-course-card--featured h3 {
  font-size: 48px;
}

.cae-hub-course-card__summary {
  color: #3b414a;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 780px;
}

.cae-hub-course-card__outcome {
  border-left: 3px solid var(--cae-hub-blue);
  display: grid;
  gap: 4px;
  margin: 0 0 22px;
  max-width: 780px;
  padding-left: 14px;
}

.cae-hub-course-card__outcome strong {
  color: var(--cae-hub-muted);
  font-size: 10px;
  text-transform: uppercase;
}

.cae-hub-course-card__outcome span {
  color: var(--cae-hub-ink);
  font-size: 15px;
  line-height: 1.5;
}

.cae-hub-course-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.cae-hub-course-card__prerequisites {
  color: var(--cae-hub-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: -10px 0 22px;
}

.cae-hub-course-card__prerequisites strong {
  color: var(--cae-hub-ink);
}

.cae-hub-course-card__meta li {
  color: var(--cae-hub-muted);
  font-size: 13px;
  line-height: 1.45;
}

.cae-hub-course-card__meta li + li::before {
  color: #a0a6ae;
  content: "·";
  margin: 0 9px;
}

.cae-hub-course-card__price {
  color: var(--cae-hub-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin: auto 0 22px;
}

.cae-hub-course-card__price del {
  color: var(--cae-hub-muted);
  font-size: 16px;
  margin-right: 7px;
}

.cae-hub-course-card__price ins {
  background: transparent;
  text-decoration: none;
}

.cae-hub-empty {
  border-bottom: 1px solid var(--cae-hub-border);
  border-top: 1px solid var(--cae-hub-border);
  padding: 56px 0;
}

.cae-hub-empty h3 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.cae-hub-empty p {
  color: var(--cae-hub-muted);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 680px;
}

.cae-hub-filter-empty {
  border-bottom: 1px solid var(--cae-hub-border);
  border-top: 1px solid var(--cae-hub-border);
  padding: 52px 0;
}

.cae-hub-filter-empty h3 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.cae-hub-filter-empty p {
  color: var(--cae-hub-muted);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.cae-hub-filter-empty .cae-hub-button {
  width: auto;
}

.cae-hub-proof {
  border-top: 1px solid var(--cae-hub-border);
  margin-top: 64px;
  padding-top: 42px;
}

.cae-hub-proof > p {
  color: var(--cae-hub-muted);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.cae-hub-proof__logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.cae-hub-proof__logos img {
  filter: grayscale(1);
  height: 34px;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.72;
  width: auto;
}

.cae-hub-proof__reviews {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.cae-hub-proof__reviews blockquote {
  border-left: 3px solid var(--cae-hub-coral);
  margin-bottom: 0;
  padding: 2px 0 2px 22px;
}

.cae-hub-proof__reviews blockquote p {
  color: #292f37;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.cae-hub-proof__reviews cite {
  color: var(--cae-hub-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.cae-hub-experience {
  background: var(--cae-hub-pale);
  padding: 104px 0;
  scroll-margin-top: 20px;
}

.cae-hub-experience__layout {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
}

.cae-hub-experience header p {
  color: var(--cae-hub-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 400px;
}

.cae-hub-experience__preview {
  min-width: 0;
}

.cae-hub-experience__preview .cae-training-product-preview {
  margin-top: 0;
}

.cae-hub-experience__preview .cae-learning-shell {
  border: 1px solid #cdd2da;
  border-radius: 4px;
  box-shadow: 0 22px 55px rgba(22, 29, 39, 0.12);
  overflow: hidden;
}

.cae-hub-method {
  background: #ffffff;
  padding: 104px 0 112px;
}

.cae-hub-method h2 {
  margin-bottom: 62px;
  max-width: 850px;
}

.cae-hub-method__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cae-hub-method__steps article {
  min-height: 170px;
  padding: 18px 54px 18px 0;
}

.cae-hub-method__steps article + article {
  border-left: 1px solid var(--cae-hub-border);
  padding-left: 54px;
}

.cae-hub-method__steps h3 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cae-hub-method__steps p {
  color: #3b4149;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 280px;
}

.cae-hub-trainer {
  background: var(--cae-hub-pale);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  scroll-margin-top: 20px;
}

.cae-hub-trainer__copy {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 600px;
  padding: 72px 82px 72px max(44px, calc((100vw - 1320px) / 2 + 44px));
}

.cae-hub-trainer__copy > div {
  max-width: 560px;
}

.cae-hub-trainer h2 {
  margin-bottom: 28px;
}

.cae-hub-trainer p {
  color: #343a43;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.cae-hub-trainer figure {
  margin-bottom: 0;
  min-height: 600px;
}

.cae-hub-trainer figure img {
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  width: 100%;
}

.cae-hub-team {
  background: var(--cae-hub-coral);
  color: #16191e;
  padding: 48px 0;
}

.cae-hub-team .cae-hub-container {
  align-items: center;
  display: flex;
  gap: 42px;
  justify-content: space-between;
}

.cae-hub-team h2 {
  color: #16191e;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 9px;
}

.cae-hub-team p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
}

.cae-hub-button--on-coral {
  background: transparent;
  border-color: #16191e;
  color: #16191e !important;
  flex: 0 0 auto;
}

.cae-hub-button--on-coral:hover,
.cae-hub-button--on-coral:focus-visible {
  background: #16191e;
  border-color: #16191e;
  color: #ffffff !important;
}

.cae-hub-faq {
  background: #ffffff;
  padding: 104px 0 112px;
}

.cae-hub-faq .cae-hub-container {
  display: grid;
  gap: 84px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
}

.cae-hub-faq__list {
  border-top: 1px solid var(--cae-hub-border);
}

.cae-hub-faq details {
  border-bottom: 1px solid var(--cae-hub-border);
}

.cae-hub-faq summary {
  color: var(--cae-hub-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  padding: 22px 46px 22px 0;
  position: relative;
}

.cae-hub-faq summary::-webkit-details-marker {
  display: none;
}

.cae-hub-faq summary::after {
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 22px;
}

.cae-hub-faq details[open] summary::after {
  content: "−";
}

.cae-hub-faq details p {
  color: var(--cae-hub-muted);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 22px;
  max-width: 720px;
  padding-right: 46px;
}

.cae-hub-closing {
  background: #101114;
  color: #ffffff;
  padding: 98px 0 54px;
}

.cae-hub-closing h2 {
  color: #ffffff;
  margin-bottom: 32px;
  max-width: 860px;
}

.cae-hub-button--dark-secondary {
  background: transparent;
  border-color: #ffffff;
}

.cae-hub-button--dark-secondary:hover,
.cae-hub-button--dark-secondary:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #101114 !important;
}

.cae-hub-closing__brand {
  align-items: baseline;
  display: flex;
  font-size: 13px;
  gap: 7px;
  margin: 84px 0 0;
  text-transform: uppercase;
}

.cae-hub-closing__brand strong {
  font-weight: 800;
}

.cae-hub-closing__brand span {
  color: #7d828c;
}

.cae-course-hub a:focus-visible,
.cae-course-hub summary:focus-visible {
  outline: 3px solid #9fafef;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .cae-hub-hero__content > * {
    animation: cae-hub-rise 520ms both;
  }

  .cae-hub-hero__content > :nth-child(2) {
    animation-delay: 70ms;
  }

  .cae-hub-hero__content > :nth-child(3) {
    animation-delay: 120ms;
  }

  .cae-hub-hero__content > :nth-child(4) {
    animation-delay: 170ms;
  }
}

@keyframes cae-hub-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .cae-hub-header {
    grid-template-columns: 1fr auto;
  }

  .cae-hub-nav {
    display: none;
  }

  .cae-hub-hero h1 {
    font-size: 64px;
    max-width: 590px;
  }

  .cae-hub-hero__content > p {
    font-size: 19px;
    max-width: 540px;
  }

  .cae-hub-section-heading,
  .cae-hub-experience__layout,
  .cae-hub-faq .cae-hub-container {
    gap: 48px;
  }

  .cae-hub-section-heading h2,
  .cae-hub-experience h2,
  .cae-hub-method h2,
  .cae-hub-trainer h2,
  .cae-hub-faq h2,
  .cae-hub-closing h2 {
    font-size: 48px;
  }

  .cae-hub-trainer__copy {
    padding-left: 44px;
    padding-right: 54px;
  }
}

@media (max-width: 820px) {
  .cae-hub-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cae-hub-header {
    height: 70px;
    padding: 0 28px;
  }

  .cae-hub-hero {
    height: min(76svh, 680px);
    min-height: 560px;
  }

  .cae-hub-hero__image {
    object-position: 52% center;
  }

  .cae-hub-hero h1 {
    font-size: 56px;
    max-width: 520px;
  }

  .cae-hub-hero__content > p {
    max-width: 480px;
  }

  .cae-hub-section-heading,
  .cae-hub-experience__layout,
  .cae-hub-faq .cae-hub-container {
    grid-template-columns: 1fr;
  }

  .cae-hub-section-heading {
    gap: 22px;
  }

  .cae-hub-filters__controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cae-hub-filter-field--search,
  .cae-hub-filter-levels {
    grid-column: 1 / -1;
  }

  .cae-hub-course-list,
  .cae-hub-proof__reviews {
    grid-template-columns: 1fr;
  }

  .cae-hub-course-card--featured {
    grid-column: auto;
  }

  .cae-hub-experience__layout {
    gap: 42px;
  }

  .cae-hub-experience header p {
    max-width: 640px;
  }

  .cae-hub-method__steps article {
    padding-right: 28px;
  }

  .cae-hub-method__steps article + article {
    padding-left: 28px;
  }

  .cae-hub-trainer {
    grid-template-columns: 1fr;
  }

  .cae-hub-trainer__copy {
    justify-content: flex-start;
    min-height: 0;
    padding: 84px 28px 54px;
  }

  .cae-hub-trainer figure {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .cae-hub-team .cae-hub-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .cae-hub-faq .cae-hub-container {
    gap: 42px;
  }
}

@media (max-width: 560px) {
  .cae-hub-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cae-hub-header {
    height: 66px;
    padding: 0 20px;
  }

  .cae-hub-brand {
    gap: 5px;
  }

  .cae-hub-brand strong {
    font-size: 14px;
  }

  .cae-hub-brand span {
    font-size: 16px;
  }

  .cae-hub-brand small {
    font-size: 11px;
  }

  .cae-hub-account {
    font-size: 12px;
    padding: 10px 12px;
  }

  .cae-hub-hero {
    height: min(76svh, 640px);
    max-height: 640px;
    min-height: 560px;
  }

  .cae-hub-hero__image {
    object-position: 56% center;
  }

  .cae-hub-hero::before {
    background: rgba(255, 255, 255, 0.72);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
  }

  .cae-hub-hero__content {
    z-index: 2;
  }

  .cae-hub-hero h1 {
    font-size: 40px;
    line-height: 1.03;
    margin-bottom: 20px;
    max-width: 330px;
  }

  .cae-hub-hero__content > p {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 320px;
  }

  .cae-hub-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .cae-hub-button {
    width: 100%;
  }

  .cae-course-hub .cae-hub-hero__trust {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(16, 20, 27, 0.08);
    border-top-color: rgba(16, 20, 27, 0.24);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
    padding: 16px 10px 12px;
    width: 100%;
  }

  .cae-hub-hero__trust li {
    min-height: 58px;
    padding: 0 10px;
  }

  .cae-hub-hero__trust li:first-child {
    padding-left: 0;
  }

  .cae-hub-hero__trust li:last-child {
    padding-right: 0;
  }

  .cae-hub-hero__trust li + li {
    border-left-color: rgba(16, 20, 27, 0.2);
  }

  .cae-hub-hero__trust li span {
    color: rgba(26, 32, 41, 0.62);
    font-size: 9px;
  }

  .cae-hub-hero__trust li strong {
    color: #1a2029;
    font-size: 12px;
    margin-top: 5px;
    text-shadow: none;
  }

  .cae-hub-catalog,
  .cae-hub-experience,
  .cae-hub-method,
  .cae-hub-faq {
    padding-bottom: 76px;
    padding-top: 72px;
  }

  .cae-hub-section-heading {
    margin-bottom: 32px;
  }

  .cae-hub-filters {
    margin-bottom: 24px;
    padding-top: 22px;
  }

  .cae-hub-filters__controls {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .cae-hub-filter-field--search,
  .cae-hub-filter-levels {
    grid-column: auto;
  }

  .cae-hub-filter-field input,
  .cae-hub-filter-field select {
    font-size: 16px;
  }

  .cae-hub-filter-levels__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cae-hub-filter-levels button {
    justify-content: space-between;
    min-width: 0;
    width: 100%;
  }

  .cae-hub-filters__status {
    align-items: flex-start;
    gap: 10px;
  }

  .cae-hub-section-heading h2,
  .cae-hub-experience h2,
  .cae-hub-method h2,
  .cae-hub-trainer h2,
  .cae-hub-faq h2,
  .cae-hub-closing h2 {
    font-size: 38px;
    line-height: 1.1;
  }

  .cae-hub-section-heading p,
  .cae-hub-experience header p,
  .cae-hub-trainer p {
    font-size: 16px;
  }

  .cae-hub-course-card__body,
  .cae-hub-course-card--featured .cae-hub-course-card__body {
    padding: 26px 22px 28px;
  }

  .cae-hub-course-card h3,
  .cae-hub-course-card--featured h3 {
    font-size: 32px;
  }

  .cae-hub-course-card__summary {
    font-size: 16px;
  }

  .cae-hub-filter-empty {
    padding: 40px 0;
  }

  .cae-hub-filter-empty h3 {
    font-size: 30px;
  }

  .cae-hub-course-card__facets .is-reviewed {
    border: 0;
    flex-basis: 100%;
    margin-left: 0;
    padding: 3px 0 0;
  }

  .cae-hub-course-card__meta {
    display: block;
  }

  .cae-hub-course-card__meta li {
    display: inline;
  }

  .cae-hub-course-card__meta li + li::before {
    margin: 0 6px;
  }

  .cae-hub-method h2 {
    margin-bottom: 38px;
  }

  .cae-hub-method__steps {
    grid-template-columns: 1fr;
  }

  .cae-hub-method__steps article {
    min-height: 0;
    padding: 26px 0;
  }

  .cae-hub-method__steps article + article {
    border-left: 0;
    border-top: 1px solid var(--cae-hub-border);
    padding-left: 0;
  }

  .cae-hub-method__steps h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .cae-hub-trainer__copy {
    padding: 72px 20px 48px;
  }

  .cae-hub-trainer figure {
    aspect-ratio: 4 / 4.6;
  }

  .cae-hub-team {
    padding: 40px 0;
  }

  .cae-hub-team h2 {
    font-size: 34px;
  }

  .cae-hub-button--on-coral {
    width: 100%;
  }

  .cae-hub-faq summary {
    font-size: 16px;
    padding-right: 38px;
  }

  .cae-hub-faq details p {
    padding-right: 20px;
  }

  .cae-hub-closing {
    padding: 72px 0 40px;
  }

  .cae-hub-closing__brand {
    margin-top: 58px;
  }
}

@media (max-width: 360px) {
  .cae-hub-hero h1 {
    font-size: 36px;
  }
}
