/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_categories.sass ***!
  \*******************************************************************************************************************************/
.header {
  background-color: var(--color5);
}

.category {
  padding: var(--body-outer-padding);
  box-sizing: border-box;
}
.category__title {
  color: var(--color1);
  margin: auto;
  text-transform: uppercase;
  font-size: var(--fs-xxxxl);
  font-weight: 800;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-xxxxl);
  letter-spacing: calc(var(--fs-xxxxl) * -0.03);
}
.category__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category__newsletter-number {
  color: var(--color2);
  margin: 0;
  font-size: var(--fs-regular);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
}
.category__image {
  display: block;
  margin: 0;
  width: 100%;
}
.category__date {
  color: var(--color1);
  margin: 0;
  font-size: var(--fs-regular);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
  text-transform: uppercase;
}

@media all and (orientation: landscape) {
  .category__breadcrumbs {
    margin: 2vw 0;
  }
}
@media all and (orientation: portrait) {
  .category__breadcrumbs {
    margin: 6vw 0;
  }
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_entry.sass ***!
  \**************************************************************************************************************************/
@charset "UTF-8";
.header {
  background-color: var(--color5);
}

.entry__title {
  color: var(--color1);
  margin: 1vw auto 5vw auto;
  font-size: var(--fs-xxxxl);
  font-weight: 800;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-xxxxl);
  letter-spacing: calc(var(--fs-xxxxl) * -0.03);
}
.entry__subtitle {
  color: var(--color1);
  margin: auto;
  text-transform: uppercase;
  font-size: var(--fs-regular);
  font-weight: 700;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
}
.entry__thumbnail {
  display: block;
  width: 100%;
}
.entry__audio {
  display: block;
}
.entry__audio-text {
  display: block;
  color: var(--color1);
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
}
.entry__content {
  margin: auto;
}
.entry__content p, .entry__content li, .entry__content span, .entry__content a {
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
  line-height: var(--fs-mid);
}
.entry__content b, .entry__content strong {
  font-weight: 700;
}
.entry__content i, .entry__content em {
  font-style: italic;
}
.entry__content a {
  text-decoration: underline;
  color: var(--color1);
}
.entry__text {
  color: var(--color1);
  margin: auto;
  width: 45%;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
  text-align: center;
}
.entry__quote {
  color: var(--color2);
  margin: 3vw auto;
  font-size: var(--fs-xxxl);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: italic;
  line-height: var(--fs-xxxl);
  letter-spacing: calc(var(--fs-xxxl) * -0.03);
  text-align: center;
}
.entry__quote::before {
  content: "“";
}
.entry__quote::after {
  content: "”";
}

.author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.author__legend {
  color: var(--color2);
  margin: 0.5vw auto auto 0;
  font-size: var(--fs-small);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-small);
  letter-spacing: calc(var(--fs-small) * -0.03);
}
.author__image {
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.author__content {
  padding-left: 1vw;
}
.author__link {
  color: var(--color1);
  text-decoration: none;
}
.author__name, .author__network {
  margin: 0.5vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
}
.author__networks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.author__network {
  text-decoration: none;
  color: var(--color1);
  margin-right: 2vw;
}
.author svg {
  display: block;
  object-fit: contain;
  margin: auto 0.4vw auto 0;
}

.share__line {
  border: none;
  width: 100%;
  display: block;
  height: 0.1vw;
  background-color: var(--color2);
}
.share__container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.share__button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--color2);
  cursor: pointer;
  position: relative;
}
.share__button--active .share__copied {
  display: block;
}
.share__button svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share__button:hover {
  color: var(--color1);
}
.share__text {
  color: var(--color2);
  margin: auto 0;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff2);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
}
.share__copied {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: none;
  padding: 0.4vw 0.8vw;
  margin-right: -2.5vw;
  border-radius: 0.4vw;
  box-sizing: border-box;
  color: var(--color5);
  background-color: var(--color1);
  font-size: var(--fs-small);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-small);
  letter-spacing: calc(var(--fs-small) * -0.03);
}
.share__copied-polygon {
  background-color: var(--color1);
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1vw;
  height: 1vw;
  display: block;
  clip-path: polygon(0 0, 1vw 0, 0.3vw 1vw);
}

.emotions-slider {
  background-color: var(--color3);
  padding: 5vw 0;
}
.emotions-slider__title {
  color: var(--color1);
  margin: auto auto 6vw 1vw;
  font-size: var(--fs-xxxxl);
  font-weight: 800;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-xxxxl);
  letter-spacing: calc(var(--fs-xxxxl) * -0.03);
}

@media all and (orientation: landscape) {
  .category .entry {
    padding: 7vw 0 0 0;
  }
  .entry__content {
    width: 45%;
    padding: 1vw 0;
  }
  .entry__audio {
    width: 50%;
    height: 4vw;
    margin: 1.5vw 0 2vw 0;
  }
  .author {
    width: 45%;
    margin: 3vw auto 0 auto;
  }
  .author__image {
    width: 6vw;
    height: 6vw;
  }
  .author__network svg {
    width: 1.7vw;
    height: 1.7vw;
  }
  .share {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .share__button {
    width: 1.5vw;
    height: 1.7vw;
    margin: auto 1vw;
  }
  .share__container {
    padding: 0 4vw;
  }
}
@media all and (orientation: portrait) {
  .category .entry {
    padding: 16vw 0 0 0;
  }
  .entry__content {
    padding: 3vw 0;
  }
  .entry__audio {
    width: 100%;
    max-width: var(--bp-tablet);
    margin: 4vw 0 6vw 0;
  }
  .author {
    margin: 6vw auto 0 auto;
    width: 100%;
  }
  .author__image {
    width: 20vw;
    height: 20vw;
  }
  .author__network svg {
    width: 5vw;
    height: 5vw;
  }
  .share {
    margin-top: 6vw;
  }
  .share__container {
    padding: 6vw 0;
  }
  .share__button {
    width: 6vw;
    height: 6vw;
    margin: auto 5vw;
  }
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_emotions_slider.sass ***!
  \************************************************************************************************************************************/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.emotions__link {
  height: auto;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.emotions__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emotions__title {
  text-align: center;
  text-transform: uppercase;
  color: var(--color1);
  font-size: var(--fs-xxxl);
  font-weight: 900;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-xxxl);
  letter-spacing: calc(var(--fs-xxxl) * -0.03);
}
.emotions__text {
  color: var(--color1);
  margin: auto;
  text-align: center;
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
}
.emotions.glide__slide--active .emotions__text, .emotions.glide__slide--active .emotions__title {
  display: block;
}
.emotions.glide__slide--active .emotions__link {
  border-radius: 5vw;
}
.emotions__see-more {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--color5);
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-small);
  font-weight: 800;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-small);
  letter-spacing: calc(var(--fs-small) * -0.03);
  display: none;
  margin-left: -5vw;
  margin-top: -5vw;
}

.h-slider__count {
  display: flex;
  align-items: center;
  color: var(--color1);
  font-size: var(--fs-regular);
  font-weight: 400;
  font-family: var(--ff1);
  font-style: normal;
  line-height: var(--fs-regular);
  letter-spacing: calc(var(--fs-regular) * -0.03);
  margin: 0 2vw;
}
.h-slider__count span {
  display: inline-flex;
  margin: auto 1vw;
}
.h-slider__count .h-slider-total {
  color: var(--color2);
}

.glide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide__arrow {
  border: none;
  background-color: transparent;
  color: var(--color1);
  padding: 0;
  cursor: pointer;
  display: block;
}
.glide__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media all and (pointer: fine) {
  .emotions__link:hover .emotions__see-more {
    display: flex;
  }
}
@media all and (orientation: landscape) {
  .emotions__link {
    width: 75%;
    margin: auto;
  }
  .emotions__title {
    margin: 2vw auto 1vw auto;
    line-height: 4.5vw;
  }
  .glide__arrows {
    margin-top: 3vw;
  }
  .glide__arrow {
    width: 3vw;
    height: 3vw;
  }
}
@media all and (orientation: portrait) {
  .emotions__link {
    width: 90%;
    margin: auto auto 5vw auto;
  }
  .emotions__title {
    margin: 6vw auto;
  }
  .glide__arrows {
    margin-top: 10vw;
  }
  .glide__arrow {
    width: 10vw;
    height: 10vw;
  }
}
