/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/inspirationhp/inspirationhp.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;
}

.mt-title {
  font-weight: 600;
}
.mt-title--l {
  font-size: 1.75rem;
  line-height: 2.275rem;
}
.mt-title--m {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
.mt-title--s {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}

.mc-carousel {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.mc-carousel__header {
  display: flex;
  align-items: flex-start;
}
.mc-carousel__headings {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  flex: 1;
  align-items: flex-start;
  color: #000000;
}
.mc-carousel__controls {
  display: flex;
  column-gap: 0.5rem;
  margin: 0.25rem 0.25rem 0 0;
}
.mc-carousel__content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.mc-carousel__content > * {
  scroll-snap-align: start;
}

.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;
}

.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-pinterest {
  position: absolute;
  z-index: 2;
  fill: #ffffff;
}
.o-hub .o-pinterest--right {
  right: 0.75rem;
}
.o-hub .o-pinterest--left {
  left: 0.75rem;
}
.o-hub .o-pinterest::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.o-hub .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-hub .o-pinterest:hover {
  fill: #ea302d;
}
.o-hub .o-pinterest:hover::before {
  transform: scale(1);
  opacity: 1;
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-tags {
  margin-bottom: 1.75rem;
}
.o-hub .o-tags:not(.ml-container) {
  padding-right: 0;
}
@media (width >= 680px) {
  .o-hub .o-tags {
    margin-bottom: 3rem;
  }
  .o-hub .o-tags:not(.ml-container) {
    padding-right: initial;
  }
}
.o-hub .o-tags__list {
  display: flex;
  overflow-x: auto;
}
@media (width >= 680px) {
  .o-hub .o-tags__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.o-hub .o-tags__item {
  min-width: fit-content;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}
.o-hub .o-tags__item:last-child {
  margin-right: 0;
}
.o-hub .o-tags__item:last-child .mc-tag-link {
  margin-right: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-tags__item:last-child .mc-tag-link {
    margin-right: 0;
  }
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .o-hub .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .o-hub .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .o-hub .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-hub .ml-container {
    max-width: 1480px;
  }
}
.o-hub .ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .o-hub .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}
.o-hub .o-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.o-hub .o-entry__global {
  position: relative;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 0;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    width: 944px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(4, 1fr);
    width: 1200px;
  }
}
.o-hub .o-entry__global .o-entry__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.o-hub .o-entry--alt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-hub .o-entry__layout {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.o-hub .o-entry__wrapper {
  position: relative;
  z-index: 1;
}
.o-hub .o-entry__wrapper--push {
  overflow: hidden;
}
.o-hub .o-entry__maintitle {
  font-size: 1.75rem;
  line-height: 1.3;
  display: flex;
}
.o-hub .o-entry__title, .o-hub .o-entry__descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.o-hub .o-entry__title {
  width: calc(100% - 2.5rem);
  margin-top: -2.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2.5rem;
  min-height: 80px;
  padding-top: 1rem;
  padding-right: 1.5rem;
  background-color: #ffffff;
  padding-left: 0.5rem;
}
@media (width >= 680px) {
  .o-hub .o-entry__title {
    min-height: initial;
  }
}
.o-hub .o-entry__title--alt {
  min-height: initial;
  margin-bottom: 0.5rem;
}
.o-hub .o-entry__descr {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.o-hub .o-entry__picture {
  position: relative;
  display: flex;
}
.o-hub .o-entry__image {
  width: 100%;
}
.o-hub .o-entry__tags {
  width: 100%;
  position: relative;
  z-index: 1;
}
.o-hub .o-entry__inner {
  z-index: 1;
  min-height: 56px;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.o-hub .o-entry__inner--alt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-hub .o-entry__only--icon {
  display: flex;
  flex-wrap: wrap;
}
.o-hub .o-entry__link {
  width: 100%;
  text-decoration: none;
}
.o-hub .o-entry__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-hub .o-entry__text {
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.o-hub .o-entry__infos {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #117f03;
  cursor: pointer;
}
.o-hub .o-entry__infos--alt {
  width: 100%;
  height: 4rem;
  margin-top: 1rem;
  text-align: center;
}
.o-hub .o-entry__infos--alt .o-entry__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.o-hub .o-entry__infos--alt .o-entry__icon {
  margin-right: 0;
}
.o-hub .o-entry__icon {
  margin-right: 0.25rem;
  fill: #117f03;
}
.o-hub .o-entry--lmscript {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-entry--push {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.o-hub .o-entry--push__inner {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}
@media (width >= 1024px) {
  .o-hub .o-entry--push__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.o-hub .o-entry--push__icon {
  margin-bottom: 0.5rem;
  fill: #ffffff;
}
.o-hub .o-entry--push__image {
  width: 100%;
}
.o-hub .o-entry--push__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o-hub .o-entry--push__descr {
  display: none;
  margin-bottom: 1.25rem;
}
@media (width >= 680px) {
  .o-hub .o-entry--push__descr {
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (width >= 1280px) {
  .o-hub .o-entry--push__descr {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.o-hub .o-entry--push__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-hub .o-entry--push__picture {
  width: 100%;
}
.o-hub .o-entry--push__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242938;
  opacity: 0.7;
}
.o-hub .o-entry--push__subpicture {
  height: 40px;
  width: 190px;
  margin-bottom: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-entry--push__subpicture {
    height: 48px;
    width: 228px;
  }
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .o-hub .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .o-hub .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .o-hub .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-hub .ml-container {
    max-width: 1480px;
  }
}
.o-hub .ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .o-hub .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .o-hub .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .o-hub .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .o-hub .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-hub .ml-container {
    max-width: 1480px;
  }
}
.o-hub .ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .o-hub .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}
.o-hub .o-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.o-hub .o-entry__global {
  position: relative;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 0;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    width: 944px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(3, 1fr);
    width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-hub .o-entry__global {
    grid-template-columns: repeat(4, 1fr);
    width: 1200px;
  }
}
.o-hub .o-entry__global .o-entry__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.o-hub .o-entry--alt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-hub .o-entry__layout {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.o-hub .o-entry__wrapper {
  position: relative;
  z-index: 1;
}
.o-hub .o-entry__wrapper--push {
  overflow: hidden;
}
.o-hub .o-entry__maintitle {
  font-size: 1.75rem;
  line-height: 1.3;
  display: flex;
}
.o-hub .o-entry__title, .o-hub .o-entry__descr {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.o-hub .o-entry__title {
  width: calc(100% - 2.5rem);
  margin-top: -2.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2.5rem;
  min-height: 80px;
  padding-top: 1rem;
  padding-right: 1.5rem;
  background-color: #ffffff;
  padding-left: 0.5rem;
}
@media (width >= 680px) {
  .o-hub .o-entry__title {
    min-height: initial;
  }
}
.o-hub .o-entry__title--alt {
  min-height: initial;
  margin-bottom: 0.5rem;
}
.o-hub .o-entry__descr {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.o-hub .o-entry__picture {
  position: relative;
  display: flex;
}
.o-hub .o-entry__image {
  width: 100%;
}
.o-hub .o-entry__tags {
  width: 100%;
  position: relative;
  z-index: 1;
}
.o-hub .o-entry__inner {
  z-index: 1;
  min-height: 56px;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.o-hub .o-entry__inner--alt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.o-hub .o-entry__only--icon {
  display: flex;
  flex-wrap: wrap;
}
.o-hub .o-entry__link {
  width: 100%;
  text-decoration: none;
}
.o-hub .o-entry__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-hub .o-entry__text {
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.o-hub .o-entry__infos {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #117f03;
  cursor: pointer;
}
.o-hub .o-entry__infos--alt {
  width: 100%;
  height: 4rem;
  margin-top: 1rem;
  text-align: center;
}
.o-hub .o-entry__infos--alt .o-entry__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.o-hub .o-entry__infos--alt .o-entry__icon {
  margin-right: 0;
}
.o-hub .o-entry__icon {
  margin-right: 0.25rem;
  fill: #117f03;
}
.o-hub .o-entry--lmscript {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-entry--push {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.o-hub .o-entry--push__inner {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}
@media (width >= 1024px) {
  .o-hub .o-entry--push__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.o-hub .o-entry--push__icon {
  margin-bottom: 0.5rem;
  fill: #ffffff;
}
.o-hub .o-entry--push__image {
  width: 100%;
}
.o-hub .o-entry--push__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o-hub .o-entry--push__descr {
  display: none;
  margin-bottom: 1.25rem;
}
@media (width >= 680px) {
  .o-hub .o-entry--push__descr {
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (width >= 1280px) {
  .o-hub .o-entry--push__descr {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.o-hub .o-entry--push__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-hub .o-entry--push__picture {
  width: 100%;
}
.o-hub .o-entry--push__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242938;
  opacity: 0.7;
}
.o-hub .o-entry--push__subpicture {
  height: 40px;
  width: 190px;
  margin-bottom: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-entry--push__subpicture {
    height: 48px;
    width: 228px;
  }
}
.o-hub .o-breakzone {
  margin-bottom: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-breakzone {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-breakzone {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-breakzone {
    width: 1200px;
  }
}
.o-hub .o-breakzone .o-entry__cover {
  height: 344px;
}
@media (width >= 680px) {
  .o-hub .o-breakzone .o-entry__cover {
    height: 325px;
  }
}
.o-hub .o-breakzone .o-entry .o-entry--push__descr {
  display: -webkit-box;
  max-width: 600px;
}
.o-hub .o-breakzone .o-entry__picture {
  overflow: hidden;
  align-items: center;
  width: 100%;
}
.o-hub .o-breakzone .o-entry {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-breakzone .o-entry .o-entry--push {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.o-hub .o-breakzone .o-entry .o-entry--push__inner {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}
@media (width >= 1024px) {
  .o-hub .o-breakzone .o-entry .o-entry--push__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.o-hub .o-breakzone .o-entry .o-entry--push__icon {
  margin-bottom: 0.5rem;
  fill: #ffffff;
}
.o-hub .o-breakzone .o-entry .o-entry--push__image {
  width: 100%;
}
.o-hub .o-breakzone .o-entry .o-entry--push__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.o-hub .o-breakzone .o-entry .o-entry--push__descr {
  display: none;
  margin-bottom: 1.25rem;
}
@media (width >= 680px) {
  .o-hub .o-breakzone .o-entry .o-entry--push__descr {
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (width >= 1280px) {
  .o-hub .o-breakzone .o-entry .o-entry--push__descr {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.o-hub .o-breakzone .o-entry .o-entry--push__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-hub .o-breakzone .o-entry .o-entry--push__picture {
  width: 100%;
}
.o-hub .o-breakzone .o-entry .o-entry--push__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242938;
  opacity: 0.7;
}
.o-hub .o-breakzone .o-entry .o-entry--push__subpicture {
  height: 40px;
  width: 190px;
  margin-bottom: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-breakzone .o-entry .o-entry--push__subpicture {
    height: 48px;
    width: 228px;
  }
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-guide {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background-color: #eaf3e2;
}
@media (width >= 680px) {
  .o-hub .o-guide {
    margin-bottom: 3rem;
    height: 410px;
  }
}
@media (width >= 1024px) {
  .o-hub .o-guide {
    padding-bottom: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-guide {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }
}
.o-hub .o-guide__maintitle {
  margin-bottom: 1.5rem;
}
.o-hub .o-guide__maintitle::after {
  content: "";
  display: block;
  width: 3rem;
  margin-top: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  height: 3px;
  background-color: #78be20;
}
@media (width >= 680px) {
  .o-hub .o-guide__maintitle {
    margin-bottom: 2rem;
  }
}
.o-hub .o-guide__inner {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 1280px) {
  .o-hub .o-guide__inner {
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
  }
}
.o-hub .o-guide__image {
  margin-bottom: 1rem;
  width: 200px;
  height: 250px;
}
@media (width >= 680px) {
  .o-hub .o-guide__image {
    margin-right: 2rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-guide__image {
    margin-right: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-guide__image {
    width: auto;
  }
}
.o-hub .o-guide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.o-hub .o-guide__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (width >= 680px) {
  .o-hub .o-guide__content {
    flex-direction: row;
  }
}
@media (width >= 1280px) {
  .o-hub .o-guide__content {
    flex-direction: column;
  }
}
.o-hub .o-guide__text {
  max-width: 300px;
}
@media (width >= 680px) {
  .o-hub .o-guide__text {
    margin-left: 2rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-guide__text {
    margin-left: 0;
  }
}
.o-hub .o-guide__text--title {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.o-hub .o-guide__text--descr {
  font-size: 0.875rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 1.5rem;
}
@media (width >= 680px) {
  .o-hub .o-guide__text--descr {
    padding-right: 0;
    padding-left: 0;
  }
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-header {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.o-hub .o-header__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-hub .o-header__picture {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.o-hub .o-header__image {
  width: 100%;
  object-fit: cover;
  min-height: 319px;
}
@media (width >= 680px) {
  .o-hub .o-header__image {
    min-height: 470px;
  }
}
@media (width >= 1024px) {
  .o-hub .o-header__image {
    min-height: 412px;
  }
}
@media (width >= 1280px) {
  .o-hub .o-header__image {
    min-height: 541px;
  }
}
.o-hub .o-header__icon {
  display: flex;
  margin-bottom: 0.75rem;
  fill: #ffffff;
}
.o-hub .o-header__title {
  margin-bottom: 1rem;
  text-align: center;
}
@media (width >= 680px) {
  .o-hub .o-header__title {
    margin-bottom: 0.25rem;
  }
}
.o-hub .o-header__descr {
  text-align: center;
  min-height: 3rem;
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .o-room {
  margin-bottom: 2rem;
  position: relative;
}
@media (width >= 1280px) {
  .o-hub .o-room {
    margin-bottom: 3rem;
  }
}
.o-hub .o-room__wrapper {
  overflow: hidden;
  height: 100%;
  width: calc(100% + 1rem);
  padding: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.o-hub .o-room__picture {
  display: flex;
}
@media (width >= 1024px) {
  .o-hub .o-room__picture {
    width: 100%;
  }
}
.o-hub .o-room__image {
  width: 100%;
  object-fit: cover;
}
.o-hub .o-room__icon {
  display: flex;
  margin-bottom: 0.75rem;
  fill: #ffffff;
}
.o-hub .o-room__inner {
  position: relative;
  z-index: 1;
  margin: 4rem 1.75rem;
  color: #ffffff;
}
@media (width >= 680px) {
  .o-hub .o-room__inner {
    margin: 3rem 0 3rem 3rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-room__inner {
    margin: 2rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-room__inner {
    margin: 3rem 0 3rem 3rem;
  }
}
.o-hub .o-room__inner--btn {
  margin-top: 1.5rem;
}
.o-hub .o-room__inner--btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-hub .o-room__inner--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  z-index: 1;
}
.o-hub .o-room__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242938;
  opacity: 0.7;
}
.o-hub .o-room__title {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: center;
}
.o-hub .o-room__descr {
  text-align: center;
}
.o-hub .o-room .slider-item {
  position: relative;
  height: 569px;
}
@media (width >= 1024px) {
  .o-hub .o-room .slider-item {
    height: 590px;
  }
}
@media (width >= 320px) {
  .o-hub .o-room .slider-item {
    min-width: calc(100% / 1 - 0 * 1px + 0 * 1px / 1);
    max-width: calc(100% / 1 - 0 * 1px + 0 * 1px / 1);
  }
  .o-hub .o-room .slider-item:not(:last-child) {
    margin-right: 0px;
  }
}
.o-hub {
  /**
   * Do not edit directly, this file was auto-generated.
   */
}
.o-hub .ml-container {
  padding-inline: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
}
@media (width >= 680px) {
  .o-hub .ml-container {
    padding-inline: 1.5rem;
  }
}
@media (width >= 1024px) {
  .o-hub .ml-container {
    padding-inline: initial;
    max-width: 944px;
  }
}
@media (width >= 1280px) {
  .o-hub .ml-container {
    max-width: 1200px;
  }
}
@media (width >= 1920px) {
  .o-hub .ml-container {
    max-width: 1480px;
  }
}
.o-hub .ml-container--fluid {
  max-width: none;
}
@media (width >= 1024px) {
  .o-hub .ml-container--fluid {
    padding-inline: 2.5rem;
  }
}
.o-hub .o-slideshow {
  margin-bottom: 1.5rem;
  padding: 2rem;
  text-align: center;
  color: #000000;
  position: relative;
  width: 100%;
}
@media (width >= 680px) {
  .o-hub .o-slideshow {
    padding-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slideshow {
    padding-top: 3.5rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-slideshow {
    width: 1200px;
    padding: 3rem;
  }
}
.o-hub .o-slideshow--first {
  position: relative;
}
.o-hub .o-slideshow--first .o-pinterest {
  top: 0.75rem;
}
.o-hub .o-slideshow--first .o-pinterest--right {
  right: 0.75rem;
}
@media (width >= 680px) {
  .o-hub .o-slideshow--first .o-pinterest--right {
    right: 1.75rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slideshow--first .o-pinterest--right {
    right: 0.75rem;
  }
}
.o-hub .o-slideshow--last {
  position: relative;
}
.o-hub .o-slideshow--last .o-pinterest {
  top: 0.75rem;
  right: 1.25rem;
}
@media (width >= 680px) {
  .o-hub .o-slideshow--last .o-pinterest {
    right: 2.75rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slideshow--last .o-pinterest {
    right: 1.75rem;
  }
}
.o-hub .o-slideshow__inner {
  position: relative;
}
@media (width >= 680px) {
  .o-hub .o-slideshow__inner {
    margin-bottom: 3.5rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slideshow__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.o-hub .o-slideshow__inner .o-pinterest {
  top: inherit;
  bottom: 0.75rem;
}
.o-hub .o-slideshow__link {
  text-decoration: none;
}
.o-hub .o-slideshow__picture {
  display: flex;
  margin-bottom: 1rem;
}
@media (width >= 680px) {
  .o-hub .o-slideshow__picture {
    margin-right: 1rem;
    margin-bottom: 2.5rem;
    margin-left: 1rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slideshow__picture {
    order: 1;
    margin: 0;
  }
}
.o-hub .o-slideshow__picture:last-child {
  margin-bottom: 0;
}
@media (width >= 680px) {
  .o-hub .o-slideshow__picture:last-child {
    margin-top: 2.5rem;
  }
}
@media (width >= 680px) {
  .o-hub .o-slideshow__picture:last-child {
    margin-top: 0;
  }
}
.o-hub .o-slideshow__image {
  width: 100%;
}
.o-hub .o-slideshow__title {
  margin-bottom: 0.5rem;
  color: #000000;
}
.o-hub .o-slideshow__descr {
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (width >= 1024px) {
  .o-hub .o-slideshow__descr {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.o-hub .o-slideshow__descr .ka-link {
  color: inherit;
}
.o-hub .o-slideshow__text {
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.3;
}
.o-hub .o-slideshow__icon {
  fill: #000000;
}
.o-hub .o-slideshow__cit {
  position: relative;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  font-style: italic;
}
@media (width >= 680px) {
  .o-hub .o-slideshow__cit {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-top: 2rem;
    text-align: left;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slideshow__cit {
    margin-top: 3rem;
  }
}
.o-hub .o-slideshow__link {
  color: #000000;
}
.o-hub .o-slideshow__link + .o-slideshow__link {
  margin-top: 2.5rem;
}
.o-hub .o-slideshow__wording {
  padding-right: 2rem;
  padding-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (width >= 680px) {
  .o-hub .o-slideshow__wording {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.o-hub .o-slideshow .quote-l,
.o-hub .o-slideshow .quote-r {
  position: absolute;
  font-size: 80px;
  line-height: 44px;
  opacity: 0.22;
}
@media (width >= 680px) {
  .o-hub .o-slideshow .quote-l,
  .o-hub .o-slideshow .quote-r {
    font-size: 120px;
  }
}
.o-hub .o-slideshow .quote-l {
  top: -1rem;
  left: -0.5rem;
}
.o-hub .o-slideshow .quote-r {
  bottom: 0;
  right: -0.5rem;
  transform: scale(-1, 1);
}
.o-hub .o-pinterest {
  top: 0.75rem;
}
.o-hub .o-hub--lmscript {
  font-size: 1.75rem;
  line-height: 1.3;
}
.o-hub .mc-carousel .ka-nav-button {
  padding: 0.5rem;
  opacity: 0.7;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
}
.o-hub .mc-carousel .ka-nav-button:hover {
  opacity: 1;
}
.o-hub .mc-carousel .ka-nav-button:disabled {
  display: none;
}
.o-hub .mc-carousel .ka-nav-button svg {
  fill: #404040;
  pointer-events: none;
}
@media (width >= 680px) {
  .o-hub .o-card {
    padding-bottom: 3rem;
  }
}
.o-hub .o-card__inner {
  position: relative;
}
.o-hub .o-card__picture {
  display: flex;
}
.o-hub .o-card__title {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
}
.o-hub .o-card__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.o-hub .o-card__push {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media (width >= 680px) {
  .o-hub .o-card__push {
    margin: -2.5rem 2rem 2rem 2.5rem;
    padding-top: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-card__push {
    position: absolute;
    top: 42px;
    right: 0;
    width: 364px;
    margin: 3rem;
    margin-bottom: 2rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-card__push {
    width: 384px;
  }
}
.o-hub .o-card .o-pinterest--right {
  right: 2.25rem;
}
@media (width >= 680px) {
  .o-hub .o-card .o-pinterest--right {
    right: 1.75rem;
  }
}
@media (width >= 680px) {
  .o-hub .o-slide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.o-hub .o-slide__push {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media (width >= 680px) {
  .o-hub .o-slide__push {
    padding-top: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slide__push {
    position: absolute;
    bottom: -2rem;
    right: 2rem;
    width: 364px;
    margin: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-slide__push {
    width: 384px;
  }
}
.o-hub .o-slide__push {
  padding: 2rem 2rem 2rem;
  background-color: #ffffff;
}
.o-hub .o-slide__push a {
  text-decoration: none;
}
.o-hub .o-slide__push .o-entry__title {
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  -webkit-line-clamp: 2;
}
@media (width >= 1280px) {
  .o-hub .o-slide__push .o-entry__title {
    -webkit-line-clamp: 3;
  }
}
.o-hub .o-slide__push .o-entry__descr {
  -webkit-line-clamp: 4;
}
@media (width >= 680px) {
  .o-hub .o-slide__push .o-entry__descr {
    -webkit-line-clamp: 2;
  }
}
@media (width >= 680px) {
  .o-hub .o-slide__push .o-entry__descr {
    -webkit-line-clamp: 4;
  }
}
.o-hub .o-slide__push .o-entry__text {
  text-decoration: underline;
}
.o-hub .o-slide__push .o-entry__infos {
  margin-top: 1.5rem;
}
.o-hub .o-slide-cat {
  position: relative;
  margin-top: 2rem;
}
@media (width >= 680px) {
  .o-hub .o-slide-cat {
    margin-top: 0;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slide-cat {
    align-items: center;
    margin-bottom: 2.5rem;
  }
}
.o-hub .o-slide-cat__link {
  text-decoration: none;
}
.o-hub .o-slide-cat__title {
  width: auto;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.o-hub .o-slide-cat .o-entry__infos {
  display: flex;
  justify-content: center;
  position: inherit;
  width: inherit;
  height: inherit;
}
@media (width >= 1024px) {
  .o-hub .o-slide-cat__products {
    margin-bottom: 0;
  }
}
.o-hub .o-slide-cat__inner {
  position: relative;
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media (width >= 680px) {
  .o-hub .o-slide-cat__inner {
    margin-bottom: 2.5rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slide-cat__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slide-cat__inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.o-hub .o-slide-cat__picture {
  display: flex;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .o-hub .o-slide-cat__picture {
    height: 928px;
    margin-bottom: 0;
  }
}
@media (width >= 1280px) {
  .o-hub .o-slide-cat__picture {
    height: 750px;
  }
}
.o-hub .o-slide-cat .mc-carousel {
  width: 100%;
}
.o-hub .o-slide-cat .mc-carousel .kl-tile--v {
  white-space: normal;
}
.o-hub .o-slide-cat .mc-carousel .kl-tile {
  padding: 0.5rem;
}
.o-hub .o-slide-cat .mc-carousel .o-thumbnail__delivery {
  display: none;
}
.o-hub .o-slide-cat .mc-carousel .m-carousel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.o-hub .o-slide-cat .mc-carousel .m-carousel__image::after {
  content: "";
  display: block;
  padding-bottom: 95%;
}
@media (width >= 320px) {
  .o-hub .o-slide-cat__carousel-item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-hub .o-slide-cat__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-hub .o-slide-cat__carousel-item {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
  }
  .o-hub .o-slide-cat__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-hub .o-slide-cat__carousel-item {
    min-width: calc(100% / 2.5 - 32 * 1px + 32 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 32 * 1px + 32 * 1px / 2.5);
  }
  .o-hub .o-slide-cat__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1280px) {
  .o-hub .o-slide-cat__carousel-item {
    min-width: calc(100% / 2.5 - 32 * 1px + 32 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 32 * 1px + 32 * 1px / 2.5);
  }
  .o-hub .o-slide-cat__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1920px) {
  .o-hub .o-slide-cat__carousel-item {
    min-width: calc(100% / 2.5 - 32 * 1px + 32 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 32 * 1px + 32 * 1px / 2.5);
  }
  .o-hub .o-slide-cat__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
.o-hub__subtitle {
  margin-bottom: 0;
}
.o-hub .o-secondary__title {
  margin-bottom: 1.5rem;
}
.o-hub .o-secondary .mc-carousel__content {
  justify-content: flex-start;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
@media (width >= 1024px) {
  .o-hub .o-secondary .o-secondary__carousel-item:nth-child(odd),
  .o-hub .o-thematic .o-thematic__carousel-item:nth-child(odd) {
    margin-top: 2rem;
  }
}
.o-hub .o-thematic .mc-carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media (width >= 680px) {
  .o-hub .o-thematic .mc-carousel {
    margin-bottom: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-thematic .mc-carousel {
    margin-bottom: 2rem;
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-thematic .mc-carousel {
    margin-bottom: 3.5rem;
  }
}
.o-hub .o-thematic .mc-carousel__content {
  justify-content: flex-start;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
@media (width >= 320px) {
  .o-hub .o-thematic__carousel-item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-hub .o-thematic__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-hub .o-thematic__carousel-item {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
  }
  .o-hub .o-thematic__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-hub .o-thematic__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-hub .o-thematic__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1280px) {
  .o-hub .o-thematic__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-hub .o-thematic__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1920px) {
  .o-hub .o-thematic__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-hub .o-thematic__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
.o-hub .o-secondary .mc-carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media (width >= 680px) {
  .o-hub .o-secondary .mc-carousel {
    margin-bottom: 2rem;
  }
}
@media (width >= 1024px) {
  .o-hub .o-secondary .mc-carousel {
    margin-bottom: 2rem;
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
@media (width >= 1280px) {
  .o-hub .o-secondary .mc-carousel {
    margin-bottom: 3.5rem;
    max-width: 100%;
  }
}
.o-hub .o-secondary__subtitle {
  font-size: 1.75rem;
}
@media (width >= 1280px) {
  .o-hub .o-secondary__carousel--has-display-exception {
    max-width: 75%;
  }
}
@media (width >= 320px) {
  .o-hub .o-secondary__carousel-item {
    min-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
    max-width: calc(100% / 1.5 - 16 * 1px + 16 * 1px / 1.5);
  }
  .o-hub .o-secondary__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 680px) {
  .o-hub .o-secondary__carousel-item {
    min-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
    max-width: calc(100% / 2.5 - 16 * 1px + 16 * 1px / 2.5);
  }
  .o-hub .o-secondary__carousel-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (width >= 1024px) {
  .o-hub .o-secondary__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-hub .o-secondary__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1280px) {
  .o-hub .o-secondary__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-hub .o-secondary__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1920px) {
  .o-hub .o-secondary__carousel-item {
    min-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
    max-width: calc(100% / 3 - 32 * 1px + 32 * 1px / 3);
  }
  .o-hub .o-secondary__carousel-item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (width >= 1024px) {
  .o-hub .o-secondary__carousel-item-has-display-exception {
    max-width: calc(24.5% - 21.33333px);
    min-width: calc(24.5% - 21.33333px);
  }
}
.o-hub .o-entry__picture {
  z-index: -1;
}

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