@charset "UTF-8";
:root {
  --sc-color-primary-h: 196;
  --sc-color-primary-s: 78%;
  --sc-color-primary-l: 55%;
  --sc-color-primary-a: 1;
  --sc-color-primary: hsl(196, 78%, 55%);
  --sc-color-secondary-h: 212;
  --sc-color-secondary-s: 67%;
  --sc-color-secondary-l: 51%;
  --sc-color-secondary-a: 1;
  --sc-color-secondary: hsl(212, 67%, 51%);
  --sc-header-bg: var(--sc-color-secondary);
  --sc-header-color: white;
  --sc-navbar-bg: white;
  --sc-navbar-color: #404030;
  --sc-menu-max-height: 250px;
  --sc-menu-link-color-resting: var(--sc-color-secondary);
  --sc-menu-link-color-hover: #BD265D;
  --sc-banner-cta-bg: #BD265D;
  --sc-banner-cta-color: white;
  --sc-footer-bg: var(--sc-color-secondary);
  --sc-footer-color: white;
  --sc-border-radius: 5px;
  --sc-max-width: 1280px;
  --sc-sidebar-width: 320px;
  --color-lighter-blue: #e8f5f0;
  --color-light-blue: #eaf6fd;
  --color-dark-blue: #307ed6;
  --color-light-grey: #D3D1C4;
  --color-lighter-grey: #eaeae3;
  --color-dark-grey: #6D6D6D;
  --color-light-green: #f3f7e7;
  --color-dark-green: #A7CC43;
  --bright-blue: #162950;
  --dark-gray: #6d6d6d;
  --darkest-gray: #404030;
  --grayish-yellow: #d3d1c4;
  --strong-blue: #307ed6;
  --vivid-orange: #e6b113;
  --dark-grayish-yellow: #404030;
  --moderate-green: #a7cc43;
  --dark-cyan-lime-green: #32A75A;
  --dark-lime-green: #34855D;
  --very-dark-lime-green: #47685A;
  --bright-cyan: #34b7e6;
  --dark-cyan: #28B29F;
  --light-pink: #f3e0e4;
  --strong-pink: #BD265D;
  --white: #ffffff;
  --black: #000000;
  --sc-shade-darkest: #2a2a1f;
  --sc-shade-dark: #80806e;
  --sc-shade-neutral: #9e9d8e;
  --sc-shade-light: #bdbcaf;
  --sc-shade-lighter: #dcdcd3;
  --sc-shade-lightest: #ebebe6;
  --sc-color-error: #c3262e;
  --sc-color-error-h: 357;
  --sc-color-error-s: 67%;
  --sc-color-error-l: 46%;
  --sc-color-sale: #c3262e;
  --sc-color-sale-h: 357;
  --sc-color-sale-s: 67%;
  --sc-color-sale-l: 46%;
  --sc-color-bonus: #34b7e6;
  --sc-color-bonus-h: 196;
  --sc-color-bonus-s: 78%;
  --sc-color-bonus-l: 55%;
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: #D3D1C4;
  --litepicker-footer-color-bg: #f8f7f5;
  --litepicker-footer-box-shadow-color: #D3D1C4;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: #80806e;
  --litepicker-button-prev-month-color: #dcdcd3;
  --litepicker-button-next-month-color: #dcdcd3;
  --litepicker-button-prev-month-color-hover: #307ED6;
  --litepicker-button-next-month-color-hover: #307ED6;
  --litepicker-month-weekday-color: #dcdcd3;
  --litepicker-month-week-number-color: #dcdcd3;
  --litepicker-day-color: #80806e;
  --litepicker-day-color-hover: #307ED6;
  --litepicker-is-today-color: #c3262e;
  --litepicker-is-in-range-color: #cdd9ef;
  --litepicker-is-locked-color: #dcdcd3;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #307ED6;
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: #307ED6;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #dcdcd3;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #307ED6;
  --litepicker-button-reset-color: #909090;
  --litepicker-button-reset-color-hover: #307ED6;
  --litepicker-highlighted-day-color: #80806e;
  --litepicker-highlighted-day-color-bg: #E6B113;
  --sc-spacing-micro: 2px;
  --sc-spacing-tiny: 4px;
  --sc-spacing-small: 8px;
  --sc-spacing-medium: 16px;
  --sc-spacing-base: 24px;
  --sc-spacing-large: 32px;
  --sc-spacing-xlarge: 40px;
  --sc-spacing-xxlarge: 56px;
  --sc-spacing-huge: 80px;
  --sc-grid-gap: var(--sc-spacing-medium);
  --sc-font-tiny: 12px;
  --sc-font-small: 14px;
  --sc-font-base: 16px;
  --sc-font-medium: 17px;
  --sc-font-large: 20px;
  --sc-font-xlarge: 24px;
  --sc-font-xxlarge: 30px;
  --sc-font-huge: 34px;
  --sc-font-gigantic: 44px;
}

@media screen and (max-width: 768px) {
  :root {
    --sc-menu-link-color-resting: initial;
  }
}
h1, h2, h3, h4 {
  font-family: var(--sc-font-helvetica-condensed);
}

h1:not(.sc-font-normal),
h2:not(.sc-font-normal),
h3:not(.sc-font-normal),
h4:not(.sc-font-normal) {
  font-weight: 700;
}

h2, h3, h4 {
  color: #404030;
}

body {
  background-color: hsl(60, 20%, 98%);
}

@media screen and (max-width: 768px) {
  table td {
    padding-left: 0;
  }
}

p {
  margin: 0 0 var(--sc-spacing-medium);
}

h1 {
  margin: 0 0 var(--sc-spacing-medium);
}

ul {
  padding-left: var(--sc-spacing-base);
}

.rich-text pre,
.sc-rich-text pre {
  background-color: var(--sc-shade-lightest);
  padding: var(--sc-spacing-medium);
}

.SC-AcademicPage h2 {
  font-size: var(--sc-font-xxlarge);
}
.SC-AcademicPage_image {
  max-width: 270px;
}

.sc-accordion {
  border-top: 7px solid var(--sc-color-primary);
}
.sc-accordion_header {
  padding: var(--sc-spacing-small) var(--sc-spacing-base);
  background-color: var(--color-light-blue);
}
.sc-accordion_header h3 {
  color: var(--color-dark-blue);
}
.sc-accordion_icon {
  transition: all 0.5s;
}
.is-active .sc-accordion_icon {
  transform: rotate(180deg);
}
.sc-accordion_body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.sc-accordion_body.is-expanded {
  height: auto;
  opacity: 1;
  overflow: auto;
}

@media screen and (min-width: 992px) {
  .SC-ArticlePage_wrapper {
    max-width: 85%;
  }
}

:root {
  --sc-article-border: #027AC3;
  --sc-article-title-text: #027AC3;
  --sc-button-primary-bg: #027AC3;
  --sc-button-primary-color: #027AC3;
  --sc-button-secondary-bg: #BD265D;
  --sc-button-secondary-color: #BD265D;
}

/* Cards */
.SC-ArticleCard_heading {
  color: var(--sc-article-title-text);
  font-size: var(--sc-font-large);
}
.SC-ArticleCard_date {
  color: var(--black);
}
.SC-ArticleCard_image {
  height: 100%;
}
.SC-ArticleCard_wrapper {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: var(--sc-spacing-medium);
}
@media screen and (min-width: 992px) {
  .SC-ArticleCard_wrapper {
    max-width: 75%;
  }
}

@media screen and (min-width: 992px) {
  .SC-ArticleCategory_introduction {
    max-width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .SC-ArticleCategory .pagination {
    max-width: 75%;
  }
}

/* Single items */
.SC-Article_item {
  height: 100%;
  border: 1px solid var(--sc-article-border);
  border-radius: var(--sc-border-radius);
}

/* Custom items */
.SC-NewsArticle_image {
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}

#custom-play-button {
  padding: 10px 20px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 20px;
  border: none;
  border-radius: 5px;
}

.SC-Banner {
  background-color: rgb(233, 244, 251);
  background-position: center;
  background-repeat: no-repeat;
}
.SC-Banner_container {
  max-width: var(--sc-max-width);
}
@media screen and (max-width: 768px) {
  .SC-Banner_container {
    padding: var(--sc-spacing-base) var(--sc-spacing-medium);
  }
}
@media screen and (min-width: 1700px) {
  .SC-Banner_container.sc-left, .SC-Banner_container.sc-right {
    transform: unset;
  }
}
.SC-Banner_content {
  color: #404030;
  font-size: var(--sc-font-medium);
}
@media screen and (max-width: 768px) {
  .SC-Banner_content {
    max-width: 100%;
  }
}
.SC-Banner_content.sc-offset {
  color: white;
}
.SC-Banner_heading {
  font-weight: 700;
  color: #307ED6;
}
.SC-Banner_heading.sc-offset {
  color: white;
}
.SC-Banner_subheading {
  font-size: var(--sc-font-xlarge);
  font-weight: 700;
  color: #404030;
  font-family: var(--sc-font-helvetica-condensed);
}
.SC-Banner_subheading.sc-offset {
  color: white;
}
.SC-Banner_cta {
  font-family: var(--sc-font-helvetica-condensed);
  background-color: var(--sc-banner-cta-bg);
  color: var(--sc-banner-cta-color);
}
.SC-Banner_overlay {
  background-color: rgba(64, 64, 48, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.SC-Breadcrumb {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.SC-Breadcrumb_item a {
  color: var(--sc-shade-darkest);
  text-decoration: underline;
}
.SC-Breadcrumb_item::after {
  color: var(--sc-shade-darkest);
  content: ">";
}

.SC-Browse {
  border-right: 1px solid var(--sc-navbar-bg);
}
@media screen and (min-width: 1025px) {
  .SC-Browse {
    width: 200px;
    border: none;
  }
}
.SC-Browse_input {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--white);
  cursor: pointer;
  font-weight: 600;
  height: var(--sc-input-height);
  outline: none;
  padding: 0 var(--sc-spacing-base);
}
@media screen and (min-width: 1025px) {
  .SC-Browse_input {
    border-bottom: 1px solid var(--white);
    border-right: none;
    padding: 0 var(--sc-spacing-large) 0 0;
  }
}
.SC-Browse_input::placeholder {
  color: var(--white);
}
.SC-Browse_input:focus {
  background-color: transparent;
  border-bottom-color: var(--white);
  color: var(--white);
}
.SC-Browse svg {
  position: absolute;
  right: var(--sc-spacing-base);
  left: unset;
  color: var(--white);
  width: 15px;
  top: 17px;
}
@media screen and (min-width: 1025px) {
  .SC-Browse svg {
    right: var(--sc-spacing-tiny);
  }
}

.SC-Button {
  font-family: var(--sc-font-helvetica-condensed);
  font-weight: 700;
  transition: all 0.25s ease-out;
}
.SC-Button:hover:not(:disabled), .SC-Button:focus {
  color: white;
}
.SC-Button-secondary:hover:not(:disabled) {
  background-color: var(--strong-pink);
}
.SC-Button-red {
  background-color: var(--strong-pink);
  color: white;
}
.SC-Button-apply {
  display: inline-flex;
  align-items: center;
  gap: var(--sc-spacing-tiny);
  background-color: var(--strong-pink);
  border-radius: var(--sc-border-radius);
  font-weight: var(--sc-font-bold);
  padding: var(--sc-spacing-small);
  transition: all 0.2s linear 0s;
}
.SC-Button-apply svg {
  width: 0;
  transition: 0.2s linear 0s;
}
.SC-Button-apply:hover svg {
  width: 15px;
}

.SC-CardCarousel {
  width: 100%;
}
.SC-CardCarousel_heading {
  color: var(--sc-color-secondary);
}

.SC-CardGrid-wide {
  grid-template-columns: 1fr;
  gap: var(--sc-gap);
}

.SC-Card {
  background-color: var(--color-lighter-grey);
  border-bottom: 7px solid var(--sc-color-primary);
}
.SC-Card_image {
  height: 300px;
  width: 100%;
}
.SC-Card_image img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.sc-container:not(.sc-container-capsule) {
  max-width: var(--sc-max-width);
}

.SC-ContentBlockContainer {
  padding: var(--sc-spacing-medium) 0;
}
.SC-ContentBlockContainer:first-child {
  padding-top: 0;
}
.SC-ContentBlockContainer.sc-offset {
  background-color: #eaf6fd;
  padding-top: var(--sc-spacing-xlarge);
  padding-bottom: var(--sc-spacing-xlarge);
}
.SC-ContentBlockContainer_header:not(.sc-expand), .SC-ContentBlockContainer_body:not(.sc-expand), .SC-ContentBlockContainer_footer:not(.sc-expand) {
  max-width: var(--sc-max-width);
}
@media screen and (min-width: 992px) {
  .SC-ContentBlockContainer_header:not(.sc-expand), .SC-ContentBlockContainer_body:not(.sc-expand), .SC-ContentBlockContainer_footer:not(.sc-expand) {
    padding-left: var(--sc-spacing-xlarge);
    padding-right: var(--sc-spacing-xlarge);
  }
}
.SC-ContentBlockContainer_header.sc-expand, .SC-ContentBlockContainer_footer.sc-expand {
  padding-left: 0;
  padding-right: 0;
}
.SC-ContentBlockContainer_body.sc-none {
  display: grid;
  gap: var(--sc-spacing-small);
}
.SC-ContentBlockContainer_body.no-column-gaps {
  gap: 0;
}

.SC-Count {
  background: var(--light-pink);
  color: var(--sc-shade-darkest);
}

.SC-FeaturedArticles .tns-controls button {
  background-color: white;
  box-shadow: var(--sc-shadow-2);
}
.SC-FeaturedArticles .tns-controls button:hover {
  background-color: var(--sc-shade-lightest);
}
@media screen and (min-width: 768px) {
  .SC-FeaturedArticles .tns-controls button[data-controls=next] {
    margin-left: var(--sc-spacing-huge);
    right: unset;
  }
}
@media screen and (min-width: 992px) {
  .SC-FeaturedArticles .tns-controls button[data-controls=next] {
    right: -1.5%;
  }
}
@media screen and (min-width: 1440px) {
  .SC-FeaturedArticles .tns-controls button[data-controls=next] {
    right: -5%;
  }
}
@media screen and (min-width: 768px) {
  .SC-FeaturedArticles .tns-controls button[data-controls=prev] {
    margin-right: var(--sc-spacing-huge);
    left: unset;
  }
}
@media screen and (min-width: 992px) {
  .SC-FeaturedArticles .tns-controls button[data-controls=prev] {
    left: -1.5%;
  }
}
@media screen and (min-width: 1440px) {
  .SC-FeaturedArticles .tns-controls button[data-controls=prev] {
    left: -5%;
  }
}
.SC-FeaturedArticles .tns-controls button:hover {
  background-color: var(--sc-color-primary);
}
.SC-FeaturedArticles .tns-nav button.tns-nav-active {
  background: var(--sc-color-primary);
}

.SC-FeaturedProducts.sc-offset {
  background-color: var(--light-pink);
  padding-top: var(--sc-spacing-base);
  padding-bottom: var(--sc-spacing-base);
}
@media screen and (min-width: 768px) {
  .SC-FeaturedProducts.sc-offset {
    padding-top: var(--sc-spacing-xxlarge);
    padding-bottom: var(--sc-spacing-xxlarge);
  }
}
.SC-FeaturedProducts .tns-controls {
  display: flex !important;
  justify-content: center;
}
.SC-FeaturedProducts .tns-controls {
  display: flex;
  justify-content: center;
  gap: var(--sc-spacing-base);
}
.SC-FeaturedProducts .tns-controls button {
  top: 105%;
  border-radius: var(--sc-border-radius);
  background-color: transparent;
  transition: all 0.3s linear;
  background-color: white;
  box-shadow: var(--sc-shadow-2);
  height: 30px;
  width: 40px;
}
@media screen and (min-width: 992px) {
  .SC-FeaturedProducts .tns-controls button {
    top: 50%;
  }
}
.SC-FeaturedProducts .tns-controls button:hover {
  background-color: var(--sc-shade-lightest);
}
.SC-FeaturedProducts .tns-controls button[data-controls=next] {
  margin-left: var(--sc-spacing-huge);
  right: unset;
}
@media screen and (min-width: 992px) {
  .SC-FeaturedProducts .tns-controls button[data-controls=next] {
    right: -1.5%;
  }
}
@media screen and (min-width: 1440px) {
  .SC-FeaturedProducts .tns-controls button[data-controls=next] {
    right: -5%;
  }
}
.SC-FeaturedProducts .tns-controls button[data-controls=prev] {
  margin-right: var(--sc-spacing-huge);
  left: unset;
}
@media screen and (min-width: 992px) {
  .SC-FeaturedProducts .tns-controls button[data-controls=prev] {
    left: -1.5%;
  }
}
@media screen and (min-width: 1440px) {
  .SC-FeaturedProducts .tns-controls button[data-controls=prev] {
    left: -5%;
  }
}
.SC-FeaturedProducts .tns-controls button:hover {
  background-color: var(--sc-color-primary);
}
.SC-FeaturedProducts .tns-nav button.tns-nav-active {
  background: var(--sc-color-primary);
}
.SC-FeaturedProducts .SC-CardCarousel {
  overflow: unset;
}

.SC-FeaturedProductCard ul {
  padding: 0;
}
.SC-FeaturedProductCard ul li {
  display: flex;
  align-items: baseline;
  margin-left: var(--sc-spacing-tiny);
  margin-bottom: var(--sc-spacing-tiny);
}
.SC-FeaturedProductCard ul li::before {
  content: "✓";
  color: var(--sc-color-primary);
  margin-right: var(--sc-spacing-tiny);
}

.SC-Field-special input {
  width: 100%;
}

.SC-Footer {
  font-family: var(--sc-font-helvetica-condensed);
}
.SC-Footer h4 {
  color: currentColor;
}

.SC-Header {
  font-family: var(--sc-font-helvetica-condensed);
}
.SC-Header_inner {
  max-width: var(--sc-max-width);
}
.SC-Header_inner_left {
  flex-basis: inherit;
}
@media screen and (min-width: 768px) {
  .SC-Header_inner_center {
    max-width: unset;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .SC-Header_inner_right {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) {
  .SC-Header_inner .SC-Icon-button img,
  .SC-Header_inner .SC-Icon-button svg {
    width: 100%;
  }
}

.SC-ImageBesideText {
  gap: var(--sc-spacing-base);
}
@media screen and (min-width: 768px) {
  .SC-ImageBesideText {
    gap: var(--sc-spacing-xxlarge);
  }
}
.SC-ImageBesideText.sc-align-top {
  flex-direction: column;
}
.SC-ImageBesideText.sc-align-bottom {
  flex-direction: column-reverse;
}
.SC-ImageBesideText_cta {
  background-color: var(--sc-color-secondary);
  border-radius: var(--sc-border-radius);
  color: white;
  padding: var(--sc-spacing-small) var(--sc-spacing-medium);
}

.SC-Image {
  gap: var(--sc-spacing-small);
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Image {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.SC-Image.sc-align-right {
  flex-direction: row-reverse;
}
.SC-Image.sc-align-center-text {
  text-align: center;
}
.SC-Image.sc-align-top {
  flex-direction: column;
}
.SC-Image.sc-align-bottom {
  flex-direction: column-reverse;
}

.SC-ImageLink {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .SC-ImageLink {
    max-width: 50%;
  }
}

:root {
  --sc-border-width-menu-item: 7px;
}

.SC-Menu {
  font-size: 17px;
}
.SC-Menu.dropdown, .SC-Menu.mega {
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Menu.dropdown, .SC-Menu.mega {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    background-color: white;
    padding: var(--sc-spacing-large);
    transform: scale(0.9);
    transition: transform 100ms ease 0s, opacity 100ms ease 0s;
    z-index: 4;
  }
}
.SC-Menu.dropdown.is-active, .SC-Menu.mega.is-active {
  opacity: 1;
  pointer-events: inherit;
  transform: scale(1);
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Menu.dropdown.tier1.dropdown, .SC-Menu.mega.tier1.dropdown {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .SC-Menu.dropdown.tier1.dropdown, .SC-Menu.mega.tier1.dropdown {
    height: 100%;
  }
}
.SC-Menu.dropdown.tier2.dropdown, .SC-Menu.mega.tier2.dropdown {
  color: initial;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .SC-Menu.dropdown, .SC-Menu.mega {
    font-size: var(--sc-font-base);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Menu.dropdown:not(.tier1), .SC-Menu.mega:not(.tier1) {
    max-height: 100vh;
    padding: var(--sc-spacing-large);
    position: fixed;
    transition: 0.25s ease-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Menu.wrap.mega {
    max-height: none;
    flex-wrap: nowrap;
  }
}
.SC-Menu.mega {
  max-width: calc(var(--sc-max-width) - 80px);
}
@media screen and (min-width: 768px) {
  .SC-Menu.mega {
    margin-left: auto;
    margin-right: auto;
    z-index: var(--sc-depth-overlay);
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Menu_button {
    display: block;
    padding-left: var(--sc-spacing-medium);
    padding-right: var(--sc-spacing-medium);
  }
}
.SC-Menu_link {
  transition: all 0.25s ease-in-out;
}
.SC-Menu.tier1.dropdown > li > a:not(.Icon) {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .SC-Menu.tier1.dropdown > li > a:not(.Icon):hover {
    color: currentColor;
  }
}
.SC-Menu.tier1.dropdown > li > a svg {
  transition: all 0.25s ease-in-out;
}
.SC-Menu_item.tier1.dropdown.is-active svg, .SC-Menu_item.tier1.mega.is-active svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Menu_item.tier2 > a, .SC-Menu_item.tier3 > a {
    padding: var(--sc-spacing-medium);
  }
}
.SC-Menu_item.tier1 > a, .SC-Menu_item.tier2:not(.parent) > a, .SC-Menu_item.tier3:not(.parent) > a, .SC-Menu_item.subtle {
  opacity: 1;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .SC-Menu_item.tier1 > a, .SC-Menu_item.tier2:not(.parent) > a, .SC-Menu_item.tier3:not(.parent) > a, .SC-Menu_item.subtle {
    color: initial;
  }
}
.SC-Menu_item.tier2:not(.parent) > a, .SC-Menu_item.tier3:not(.parent) > a {
  color: var(--sc-shade-darkest);
  padding-top: var(--sc-spacing-tiny);
  padding-bottom: var(--sc-spacing-tiny);
}
@media screen and (min-width: 992px) {
  .SC-Menu.tier2.dropdown.right {
    right: 0;
  }
}
.SC-Menu.tier1.dropdown {
  margin-left: 0;
  margin-right: 0;
}
.SC-Menu.tier1.dropdown > li {
  border-top: var(--sc-border-width-menu-item) solid transparent;
}

#SC-Menu-header-right-menu svg {
  display: none;
}

.SC-Footer .SC-Menu {
  width: auto;
  margin: 0;
}

.SC-Footer .SC-Menu .SC-Menu_link {
  color: white;
  text-decoration: underline;
  padding: 0;
}

.SC-Footer .SC-Menu .SC-Menu_link span {
  font-weight: 600;
}

@media screen and (max-width: 1025px) {
  .SC-Navbar {
    padding: 0;
    border-top: 1px solid var(--sc-navbar-bg);
  }
}
@media screen and (min-width: 1025px) {
  .SC-Navbar {
    background-color: var(--sc-navbar-bg);
    color: var(--sc-navbar-color);
  }
}
.SC-Navbar_inner {
  display: flex;
  justify-content: space-between;
  max-width: var(--sc-max-width);
}
@media screen and (min-width: 1025px) {
  .SC-Navbar_inner .SC-Menu:not(.tier2) {
    width: auto;
  }
}
@media screen and (max-width: 1025px) {
  .SC-Navbar_inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .SC-Navbar_inner {
    padding-left: var(--sc-spacing-medium);
    padding-right: var(--sc-spacing-medium);
  }
}
@media screen and (max-width: 1025px) {
  .SC-Navbar .SC-Menu {
    height: 100%;
  }
}

.SC-PageGrid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: var(--sc-spacing-base);
  /**
   * Main
   */
  /**
   * Sidebar
   */
}
@media screen and (min-width: 768px) {
  .SC-PageGrid {
    grid-template-columns: [main] 1fr [sidebar] auto;
    column-gap: var(--sc-spacing-base);
    row-gap: var(--sc-spacing-base);
  }
}
.SC-PageGrid.sc-gap-wide {
  row-gap: var(--sc-spacing-tiny);
}
@media screen and (min-width: 1440px) {
  .SC-PageGrid.sc-gap-wide {
    gap: var(--sc-spacing-xlarge);
  }
}
@media screen and (min-width: 768px) {
  .SC-PageGrid.sc-inverse {
    grid-template-columns: [sidebar] auto [main] 1fr;
  }
}
@media screen and (min-width: 768px) {
  .SC-PageGrid_main {
    grid-row: 1;
    grid-column: main;
  }
}
.SC-PageGrid_main.sc-compacted {
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .SC-PageGrid_sidebar {
    grid-column: sidebar;
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .SC-PageGrid_sidebar {
    width: var(--sc-sidebar-width);
  }
}

.SC-PageHeader-BannerImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .SC-PageHeader-BannerImage {
    height: 65vh;
  }
}
.SC-PageHeader-BannerImage .SC-PageHeader_heading {
  font-size: var(--sc-font-xlarge);
}
@media screen and (min-width: 768px) {
  .SC-PageHeader-BannerImage .SC-PageHeader_heading {
    font-size: var(--sc-font-gigantic);
  }
}
.SC-PageHeader-BannerImage .SC-PageHeader_subheading {
  color: var(--sc-color-secondary);
}
@media screen and (min-width: 768px) {
  .SC-PageHeader-BannerImage .SC-PageHeader_subheading {
    font-size: var(--sc-font-xxlarge);
  }
}
.SC-PageHeader-BannerImage .SC-PageHeader_heading,
.SC-PageHeader-BannerImage .SC-PageHeader_subheading {
  color: white;
}
.SC-PageHeader-BannerImage-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.SC-PageHeader-background {
  background-position: right;
  background-size: 75%;
  background-repeat: no-repeat;
  height: 160px;
}
.SC-PageHeader-background.blue {
  background-color: var(--color-light-blue);
  color: var(--color-dark-blue);
}
.SC-PageHeader-background.micro-credentials-green {
  background-color: rgba(30, 133, 118,0.4);
  color: rgba(30, 133, 118,0.4);
}
.SC-PageHeader-background.green {
  background-color: rgba(167, 204, 67, 0.1);
  color: var(--sc-shade-darkest);
}
.SC-PageHeader-background.pink {
  background-color: var(--light-pink);
  color: var(--strong-pink);
}
@media screen and (min-width: 992px) {
  .SC-PageHeader-background {
    background-size: 50%;
    height: 300px;
  }
}
.SC-PageHeader-background .SC-PageHeader_heading {
  font-size: var(--sc-font-xlarge);
}
@media screen and (min-width: 768px) {
  .SC-PageHeader-background .SC-PageHeader_heading {
    font-size: var(--sc-font-xxlarge);
  }
}
@media screen and (min-width: 992px) {
  .SC-PageHeader-background .SC-PageHeader_heading {
    font-size: var(--sc-font-gigantic);
  }
}
.SC-PageHeader-background .SC-PageHeader_subheading {
  color: var(--sc-color-secondary);
}
@media screen and (min-width: 768px) {
  .SC-PageHeader-background .SC-PageHeader_subheading {
    font-size: var(--sc-font-xlarge);
  }
}
@media screen and (min-width: 992px) {
  .SC-PageHeader-background .SC-PageHeader_subheading {
    font-size: var(--sc-font-xxlarge);
  }
}
.SC-PageHeader_wrapper {
  height: 100%;
}
.SC-PageHeader_overlay {
  background-color: var(--color-light-blue);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.SC-PageHeader_pattern {
  position: absolute;
  top: 0;
  max-width: 1000px;
  right: 0;
  height: 100%;
  z-index: 1;
}
.SC-PageHeader_pattern img {
  height: 100%;
  width: 100%;
  transform: scale(1.01);
}

.SC-PageNav_info {
  background-color: var(--color-lighter-grey);
}
.SC-PageNav_link {
  color: var(--sc-color-secondary);
}

.pagination .page {
  line-height: 27px;
}

.SC-PrivacyBanner {
  position: fixed;
  top: unset;
  bottom: 0;
}
.SC-PrivacyBanner_actions {
  font-size: var(--sc-font-tiny);
}

.SC-ProductCard_headline {
  flex-grow: unset;
  min-height: 50px;
}
.SC-ProductCard_price.sc-border-bottom {
  border-bottom: 2px solid var(--sc-color-primary);
}
.SC-ProductCard_summary {
  font-size: var(--sc-font-base);
  flex-grow: 1;
}
.SC-ProductCard_actions {
  margin-top: auto;
}
.SC-ProductCard_actions .SC-Button-secondary {
  font-size: var(--sc-font-base);
  padding: var(--sc-spacing-medium);
  width: 100%;
}

.SC-ProgramInformation_wrapper {
  background-color: var(--color-lighter-grey);
}
.SC-ProgramInformation_content {
  display: grid;
  row-gap: var(--sc-spacing-large);
  column-gap: var(--sc-spacing-large);
}
@media screen and (min-width: 768px) {
  .SC-ProgramInformation_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .SC-ProgramInformation_content {
    font-size: var(--sc-font-medium);
    grid-template-columns: repeat(3, 1fr);
  }
}
.SC-ProgramInformation_content p {
  margin-bottom: 0;
}
.SC-ProgramInformation_image {
  max-height: 350px;
}
.SC-ProgramInformation_image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.SC-ProgramInformation_cta_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sc-spacing-base);
}
@media screen and (min-width: 768px) {
  .SC-ProgramInformation_cta_wrapper {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 768px) {
  .SC-ProgramInformation_cta_button {
    min-width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .SC-ProgramInformation_cta_button {
    min-width: var(--sc-sidebar-width);
  }
}
@media screen and (min-width: 768px) {
  .SC-ProgramInformation_cta_button .SC-Button {
    font-size: var(--sc-font-xxlarge);
  }
}

.SC-ResultCard {
  border-top: 7px solid var(--sc-color-primary);
}
.SC-ResultCard_image {
  max-width: 25%;
}
.SC-ResultCard_image.sc-placeholder {
  width: auto;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .SC-ResultCard_image.sc-placeholder {
    max-width: 200px;
  }
}

.sc-separator {
  height: 7px;
  background-color: var(--sc-color-primary);
}

.SC-Testimonial {
  background-color: var(--color-light-blue);
  position: relative;
  overflow: hidden;
}
.SC-Testimonial_heading {
  font-size: var(--sc-font-large);
}
@media screen and (min-width: 992px) {
  .SC-Testimonial_heading {
    font-size: var(--sc-font-xlarge);
  }
}
.SC-Testimonial_body {
  max-width: var(--sc-max-width);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--sc-spacing-large);
  z-index: var(--sc-depth-foreground);
}
@media screen and (min-width: 768px) {
  .SC-Testimonial_image {
    grid-column: 1/4;
  }
}
.SC-Testimonial_text {
  grid-column: 1/12;
}
@media screen and (min-width: 768px) {
  .SC-Testimonial_text {
    grid-column: 4/12;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.SC-Testimonial blockquote {
  font-size: var(--sc-font-large);
  font-weight: 700;
}
.SC-Testimonial_icon {
  position: absolute;
  top: -50px;
  width: 35%;
  z-index: -1;
  right: 35%;
}
.SC-Text {
  position: relative;
}
.SC-Text.sc-background_colour {
  background-color: var(--color-lighter-grey);
  padding: var(--sc-spacing-base);
}
@media screen and (min-width: 1268px) {
  .SC-Text.sc-background_colour {
    padding: 25px;
  }
}
.SC-Text.sc-background_colour h2, .SC-Text.sc-background_colour h3 {
  color: var(--sc-color-secondary);
}
.SC-Text.sc-background_colour h3 {
  font-size: 22px;
}
.SC-Text.sc-background_colour ul {
  list-style-type: none;
  padding-left: var(--sc-spacing-medium);
}
.SC-Text.sc-background_colour ul li::before {
  content: "- ";
}
.SC-Text.sc-offset {
  background-color: var(--color-lighter-grey);
  border-bottom: 7px solid var(--sc-color-primary);
}
.SC-Text.sc-border-left-primary {
  border-left: 9px solid var(--sc-color-primary);
}
.SC-Text.sc-hero_image {
  background-color: var(--color-light-blue);
  min-height: 250px;
  overflow: hidden;
}
.SC-Text_content.sc-skinny {
  max-width: var(--sc-max-width);
  position: relative;
  z-index: var(--sc-depth-foreground);
}
.SC-Text h2 {
  font-size: var(--sc-font-xlarge);
}
@media screen and (min-width: 768px) {
  .SC-Text h2 {
    font-size: var(--sc-font-xxlarge);
  }
}
.SC-Text_heading {
  color: #307ED6;
  font-weight: 700;
}
.SC-Text_cta {
  margin-top: auto;
}
.SC-Text_cta.right {
  position: absolute;
  right: var(--sc-spacing-small);
  top: 50%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .SC-Text_cta.right {
    width: 30px;
    right: var(--sc-spacing-large);
  }
}
@media screen and (min-width: 992px) {
  .SC-Text_cta.right {
    top: 40%;
    right: var(--sc-spacing-huge);
    width: 45px;
  }
}
.SC-Text_background {
  position: absolute;
  max-width: 550px;
  right: 0;
  height: 50%;
  z-index: var(--sc-depth-neutral);
}
@media screen and (min-width: 768px) {
  .SC-Text_background {
    height: 100%;
    transform: translateX(65%);
  }
}
.SC-Text_background img {
  height: 100%;
}

.SC-Video_image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.SC-Video_wrapper {
  aspect-ratio: 6/3;
}
.SC-Video_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  background: var(--sc-color-primary);
  border-radius: 50%;
  width: var(--sc-spacing-xxlarge);
  height: var(--sc-spacing-xxlarge);
}
@media screen and (min-width: 768px) {
  .SC-Video_icon {
    width: 130px;
    height: 130px;
    padding-left: var(--sc-spacing-small);
  }
}
@media screen and (min-width: 768px) {
  .SC-Video_icon svg {
    width: 50px;
    height: 50px;
  }
}

.simulate-landscape {
  transform: rotate(90deg) translateX(-100%);
  transform-origin: bottom left;
  width: 100vh;
  height: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.SC-YouTubeShort_wrapper {
  height: 100%;
  min-height: 600px;
}
.SC-YouTubeShort_media {
  height: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
}
.SC-YouTubeShort_icon {
  background-color: var(--sc-color-primary);
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.SC-YouTubeShort_content {
  bottom: 0;
}

.sc-bg-light-blue {
  background-color: var(--color-light-blue);
}

.sc-bg-lighter-grey {
  background-color: var(--color-lighter-grey);
}

.sc-bg-lightest-grey {
  background-color: #f8f7f5;
}

.sc-bg-primary {
  background-color: var(--sc-color-primary);
}

.sc-bg-secondary {
  background-color: var(--sc-color-secondary);
}
.sc-bg-secondary:hover {
  background-color: var(--strong-pink);
  color: white;
}

.sc-border-top-primary {
  border-top: 7px solid var(--sc-color-primary);
}

.sc-color-white {
  color: white;
}

.sc-color-secondary {
  color: var(--sc-color-secondary);
}

.sc-h-100 {
  height: 100%;
}

@media screen and (max-width: 1025px) {
  .sc-hide-up-to-large-tablet {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sc-hide-large-tablet-and-up {
    display: none;
  }
}

.sc-font-helveltica-condensed {
  font-family: var(--sc-font-helvetica-condensed);
}

.sc-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.sc-font-italic {
  font-style: italic;
}

.sc-font-thin {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .sc-font-gigantic {
    font-size: var(--sc-font-huge);
    line-height: 1.25;
  }
}

.sc-font-bold-700 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

.sc-font-extra-bold {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 800;
}

.sc-text-justify {
  text-align: justify;
}

.sc-gap-0 {
  gap: 0;
}

.sc-grid {
  display: grid;
}

@media screen and (max-width: 768px) {
  .sc-one-third-two-thirds,
  .sc-two-thirds-one-third {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .sc-two-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .sc-three-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sc-one-to-five-column {
  display: grid;
  gap: var(--sc-grid-gap);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .sc-one-to-five-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .sc-one-to-five-column {
    grid-template-columns: repeat(5, 1fr);
  }
}

.sc-two-to-six-column {
  display: grid;
  gap: var(--sc-grid-gap);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .sc-two-to-six-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .sc-two-to-six-column {
    grid-template-columns: repeat(6, 1fr);
  }
}

.sc-icon {
  display: inline-block;
}
.sc-icon-large svg {
  height: 20px;
}
@media screen and (min-width: 768px) {
  .sc-icon-large svg {
    height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .sc-icon-large svg {
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sc-md\:mb-none {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .sc-md\:ml-auto {
    margin-left: auto;
  }
}

.sc-rotate-270 {
  transform: rotate(270deg);
}

.sc-word-break-all {
  word-break: break-all;
}

/*# sourceMappingURL=theme-vh5fl.css.map */