/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/main/resources/static/sass/slideshow/slideshow.src.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * Do not edit directly, this file was auto-generated.
 */
.ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .ml-container {
    max-width: 1480px;
  }
}
.ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}

.ml-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.ml-flex--space-around {
  justify-content: space-around;
}
.ml-flex--justify-between {
  justify-content: space-between;
}
.ml-flex--justify-evenly {
  justify-content: space-evenly;
}
.ml-flex--justify-start {
  justify-content: flex-start;
}
.ml-flex--justify-center {
  justify-content: center;
  -ms-flex-pack: center;
}
.ml-flex--justify-end {
  justify-content: flex-end;
}
.ml-flex--items-stretch {
  align-items: stretch;
}
.ml-flex--items-start {
  align-items: flex-start;
}
.ml-flex--items-center {
  align-items: center;
}
.ml-flex--items-end {
  align-items: flex-end;
}

.mc-button {
  color: #ffffff;
  background-color: #464e63;
}
.mc-button:hover {
  background-color: #343b4c;
  color: #ffffff;
}
.mc-button:active {
  background-color: #242938;
}
.mc-button:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button {
  font-weight: 600;
  padding: 0 calc(1rem - 0.125rem);
  min-height: 3rem;
  min-width: 3rem;
  border-radius: 0.25rem;
}
.mc-button .mc-button__label {
  font-size: 1rem;
}
.mc-button {
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  border: 2px solid transparent;
  transition: all ease 200ms;
  transition: box-shadow 200ms ease;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  fill: currentcolor;
  gap: 0.25rem;
  cursor: pointer;
}
.mc-button__label {
  font-size: 1rem;
}
.mc-button__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.mc-button:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button:focus {
  box-shadow: none;
  outline: none;
}
.mc-button:focus-visible {
  box-shadow: 0 0 0 0.125rem var(--focus-color-mid, #ffffff), 0 0 0 0.25rem var(--focus-color-outer, #000000);
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.mc-button--s {
  padding: 0 calc(0.75rem - 0.125rem);
  min-height: 2rem;
  min-width: 2rem;
  border-radius: 0.25rem;
}
.mc-button--s .mc-button__label {
  font-size: 0.875rem;
}
.mc-button--s .mc-button__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-button--s .mc-button__icon:only-child {
  width: 1.25rem;
  height: 1.25rem;
}
.mc-button--m {
  padding: 0 calc(1rem - 0.125rem);
  min-height: 3rem;
  min-width: 3rem;
  border-radius: 0.25rem;
}
.mc-button--m .mc-button__label {
  font-size: 1rem;
}
.mc-button--m .mc-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mc-button--m .mc-button__icon:only-child {
  width: 1.5rem;
  height: 1.5rem;
}
.mc-button--l {
  padding: 0 calc(1.25rem - 0.125rem);
  min-height: 4rem;
  min-width: 4rem;
  border-radius: 0.25rem;
}
.mc-button--l .mc-button__label {
  font-size: 1.125rem;
}
.mc-button--l .mc-button__icon {
  width: 2rem;
  height: 2rem;
}
.mc-button--l .mc-button__icon:only-child {
  width: 2rem;
  height: 2rem;
}
.mc-button--icon-only {
  padding: 0.25rem;
}
.mc-button--outlined {
  color: #242938;
  border-color: #8891aa;
  background-color: #ffffff;
}
.mc-button--outlined:hover {
  background-color: #eff1f6;
  color: #242938;
}
.mc-button--outlined:active {
  background-color: #c9d0de;
}
.mc-button--outlined:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost {
  color: #242938;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost:hover {
  background-color: rgba(70, 78, 99, 0.1);
  color: #242938;
}
.mc-button--ghost:active {
  background-color: rgba(70, 78, 99, 0.2);
}
.mc-button--ghost:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--accent {
  color: #ffffff;
  background-color: #117f03;
}
.mc-button--accent:hover {
  background-color: #006902;
  color: #ffffff;
}
.mc-button--accent:active {
  background-color: #035010;
}
.mc-button--accent:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--danger {
  color: #ffffff;
  background-color: #c61112;
}
.mc-button--danger:hover {
  background-color: #8c0003;
  color: #ffffff;
}
.mc-button--danger:active {
  background-color: #530000;
}
.mc-button--danger:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--inverse {
  --focus-color-mid: #000000;
  --focus-color-outer: #ffffff;
  color: #242938;
  background-color: #ffffff;
}
.mc-button--inverse:hover {
  background-color: #e6e6e6;
  color: #242938;
}
.mc-button--inverse:active {
  background-color: #cccccc;
}
.mc-button--inverse:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--icon-button {
  border-radius: 100%;
  padding: 0;
}
.mc-button--loading {
  pointer-events: none;
}
.mc-button--loading .mc-button__loader {
  position: absolute;
  color: currentcolor;
}
.mc-button--loading .mc-button__label,
.mc-button--loading .mc-button__icon {
  visibility: hidden;
}
.mc-button--outlined.mc-button--standard {
  color: #242938;
  border-color: #8891aa;
  background-color: #ffffff;
}
.mc-button--outlined.mc-button--standard:hover {
  background-color: #eff1f6;
  color: #242938;
}
.mc-button--outlined.mc-button--standard:active {
  background-color: #c9d0de;
}
.mc-button--outlined.mc-button--standard:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--outlined.mc-button--accent {
  color: #117f03;
  border-color: #78be20;
  background-color: #ffffff;
}
.mc-button--outlined.mc-button--accent:hover {
  background-color: #ebf5de;
  color: #117f03;
}
.mc-button--outlined.mc-button--accent:active {
  background-color: #c5e39e;
}
.mc-button--outlined.mc-button--accent:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--outlined.mc-button--danger {
  color: #c61112;
  border-color: #ef5f5c;
  background-color: #ffffff;
}
.mc-button--outlined.mc-button--danger:hover {
  background-color: #fdeaea;
  color: #c61112;
}
.mc-button--outlined.mc-button--danger:active {
  background-color: #f8bcbb;
}
.mc-button--outlined.mc-button--danger:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--outlined.mc-button--inverse {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--outlined.mc-button--inverse:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.mc-button--outlined.mc-button--inverse:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.mc-button--outlined.mc-button--inverse:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--standard {
  color: #242938;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--standard:hover {
  background-color: rgba(70, 78, 99, 0.1);
  color: #242938;
}
.mc-button--ghost.mc-button--standard:active {
  background-color: rgba(70, 78, 99, 0.2);
}
.mc-button--ghost.mc-button--standard:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--accent {
  color: #117f03;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--accent:hover {
  background-color: rgba(17, 127, 3, 0.1);
  color: #117f03;
}
.mc-button--ghost.mc-button--accent:active {
  background-color: rgba(17, 127, 3, 0.2);
}
.mc-button--ghost.mc-button--accent:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--danger {
  color: #c61112;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--danger:hover {
  background-color: rgba(198, 17, 18, 0.1);
  color: #c61112;
}
.mc-button--ghost.mc-button--danger:active {
  background-color: rgba(198, 17, 18, 0.2);
}
.mc-button--ghost.mc-button--danger:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}
.mc-button--ghost.mc-button--inverse {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.01);
}
.mc-button--ghost.mc-button--inverse:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.mc-button--ghost.mc-button--inverse:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.mc-button--ghost.mc-button--inverse:disabled {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #737373;
  cursor: not-allowed;
}

/**
 * Do not edit directly, this file was auto-generated.
 */
.article-entry {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.article-entry:hover .article-entry__link::after,
.article-entry .article-entry__link:focus::after {
  border: 1px solid #333333;
}
.article-entry__logo {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 100px;
}
.article-entry__picture {
  line-height: 0;
}
.article-entry__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-entry__media--isVideo::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 31px;
  background-color: #242938;
  opacity: 0.4;
  transition: opacity ease 200ms;
}
.article-entry__image {
  width: 100%;
}
.article-entry__video {
  position: absolute;
  fill: #ffffff;
}
.article-entry__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #cccccc;
  flex: 1;
}
.article-entry__type {
  font-size: 0.875rem;
  font-weight: 600;
  color: #117f03;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.article-entry__type__icon {
  fill: #117f03;
  margin-right: 0.5rem;
}
.article-entry__title {
  font-size: 1rem;
  line-height: 1.3;
}
.article-entry__title:hover ~ .article-entry__more {
  text-decoration: none;
}
.article-entry__link {
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-entry__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.article-entry__description {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-entry__more {
  text-decoration: underline;
}
.article-entry--v {
  flex-direction: column;
}
.article-entry--v .article-entry__media {
  margin-right: 0;
}
.article-entry--v .article-entry__wrapper {
  flex: 1;
}
.article-entry--v .article-entry__title {
  display: flex;
  align-items: center;
  flex-grow: 2;
}

/**
 * Do not edit directly, this file was auto-generated.
 */
.o-pinterest {
  position: absolute;
  z-index: 2;
  fill: #ffffff;
}
.o-pinterest--right {
  right: 0.75rem;
}
.o-pinterest--left {
  left: 0.75rem;
}
.o-pinterest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.o-pinterest::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 20%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.18s;
  z-index: -1;
  transform: scale(0);
}
.o-pinterest:hover {
  fill: #ea302d;
}
.o-pinterest:hover::before {
  transform: scale(1);
  opacity: 1;
}

/**
 * Do not edit directly, this file was auto-generated.
 */
.o-dates {
  margin: 0.5rem 0 1.5rem;
}
.o-dates__datetime {
  font-size: 0.875rem;
  color: #666666;
}

.component-slideshow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
}
.component-slideshow .o-title-edito {
  margin-bottom: 2rem;
}
.component-slideshow .o-pinterest {
  top: 0.75rem;
}
.component-slideshow .o-pinterest--right {
  right: 1.75rem;
}
.component-slideshow .o-slideshow__title {
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media (width >= 680px) {
  .component-slideshow .o-slideshow__title {
    margin-bottom: 1.25rem;
    margin-top: 3.5rem;
    max-width: 60%;
  }
}
.component-slideshow .o-slideshow__intro {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media (width >= 680px) {
  .component-slideshow .o-slideshow__intro {
    font-size: 1.125rem;
    max-width: 70%;
    margin-bottom: 1rem;
  }
}
.component-slideshow .o-slideshow__button {
  margin-bottom: 2.5rem;
}
@media (width >= 680px) {
  .component-slideshow .o-slideshow__button {
    margin-bottom: 5rem;
  }
}
.component-slideshow .o-slideshow__item {
  position: relative;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .component-slideshow .o-slideshow__item {
    margin-bottom: 2rem;
  }
}
.component-slideshow .o-slideshow__image {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (width >= 1024px) {
  .component-slideshow .o-slideshow__image {
    height: 208px;
  }
}
@media (width >= 1280px) {
  .component-slideshow .o-slideshow__image {
    height: 280px;
  }
}
@media (width >= 1920px) {
  .component-slideshow .o-slideshow__image {
    height: 436px;
  }
}
.component-slideshow .o-slideshow__link {
  font-size: 1rem;
  text-decoration: none;
}
@media (width >= 680px) {
  .component-slideshow .o-slideshow__link {
    font-size: 1.125rem;
  }
}
.component-slideshow .o-slideshow__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=slideshow.css.map*/