/* [project]/src/components/header/header.module.scss.module.css [app-client] (css) */
.header-module-scss-module__ME5lHG__header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
  text-align: center;
  color: #fff8ff;
  padding: 180px 40px 0;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__header {
    padding: 120px 20px 0;
  }
}

.header-module-scss-module__ME5lHG__titleWrapper {
  grid-column-start: 2;
  grid-column-end: 12;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__titleWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.header-module-scss-module__ME5lHG__title {
  max-width: 1000px;
  margin: 0 auto;
  font-family: var(--font-ivory-ll);
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.8px;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__title {
    font-family: var(--font-ivory-ll);
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.2px;
  }
}

.header-module-scss-module__ME5lHG__subtitleWrapper {
  grid-column-start: 3;
  grid-column-end: 11;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__subtitleWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.header-module-scss-module__ME5lHG__subtitle {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--font-ivory-ll);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__subtitle {
    font-family: var(--font-ivory-ll);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.4px;
  }
}

.header-module-scss-module__ME5lHG__metaWrapper {
  grid-column-start: 2;
  grid-column-end: 12;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__metaWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.header-module-scss-module__ME5lHG__meta {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.header-module-scss-module__ME5lHG__dateContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.header-module-scss-module__ME5lHG__date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.header-module-scss-module__ME5lHG__time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.header-module-scss-module__ME5lHG__readingTime {
  margin-top: 40px;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__readingTime {
    font-family: var(--font-general-grotesque);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .22px;
    text-transform: uppercase;
  }
}

.header-module-scss-module__ME5lHG__headerImage {
  grid-column-start: 1;
  grid-column-end: 13;
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__headerImage {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__headerImage {
    aspect-ratio: 4 / 3;
  }
}

.header-module-scss-module__ME5lHG__ctaWrapper {
  grid-column-start: 1;
  grid-column-end: 13;
  text-align: center;
}

.header-module-scss-module__ME5lHG__ctaWrapper a {
  display: inline-block;
  margin-top: 10px;
}

.header-module-scss-module__ME5lHG__styleOne .header-module-scss-module__ME5lHG__headerImage {
  margin-top: 60px;
  border-radius: 40px;
}

.header-module-scss-module__ME5lHG__styleTwo .header-module-scss-module__ME5lHG__headerImage {
  margin-top: 60px;
  border-radius: 40px 40px 0 0;
}

.header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper {
  grid-column-start: 1;
  grid-column-end: 13;
  width: 100%;
  position: relative;
}

.header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper img, .header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper video {
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
  border-radius: 40px;
}

@media only screen and (width <= 768px) {
  .header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper img, .header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper video {
    aspect-ratio: 4 / 3;
  }
}

.header-module-scss-module__ME5lHG__styleThree .header-module-scss-module__ME5lHG__headerImageWrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#23012300 0%, #230123 100%);
  border-radius: 0 0 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.header-module-scss-module__ME5lHG__header.header-module-scss-module__ME5lHG__styleThree {
  padding: 120px 40px 0;
}

@media only screen and (width <= 992px) {
  .header-module-scss-module__ME5lHG__header.header-module-scss-module__ME5lHG__styleThree {
    padding: 100px 14px 0;
  }
}


/* [project]/src/components/ui/tags/tags.module.scss.module.css [app-client] (css) */
.tags-module-scss-module__zxZ1Ga__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.tags-module-scss-module__zxZ1Ga__tags.tags-module-scss-module__zxZ1Ga__light .tags-module-scss-module__zxZ1Ga__tag {
  border: 1px solid #fff8ff33;
  color: #fff8ff;
  background-color: #0000;
}

.tags-module-scss-module__zxZ1Ga__tags.tags-module-scss-module__zxZ1Ga__dark .tags-module-scss-module__zxZ1Ga__tag {
  border: 1px solid #22002280;
  color: #202;
  background-color: #0000;
}

.tags-module-scss-module__zxZ1Ga__left {
  justify-content: flex-start;
}

.tags-module-scss-module__zxZ1Ga__right {
  justify-content: flex-end;
}

.tags-module-scss-module__zxZ1Ga__center {
  justify-content: center;
}

.tags-module-scss-module__zxZ1Ga__tag {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
}


/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #0000;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}


/* [project]/node_modules/swiper/modules/free-mode.css [app-client] (css) */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}


/* [project]/node_modules/swiper/modules/autoplay.css [app-client] (css) */



/* [project]/src/components/ui/card/card.module.scss.module.css [app-client] (css) */
.card-module-scss-module__Vi0IrW__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  transition: background-color .3s;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__mediaWrapper {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
  display: block;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__tagContainer {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__imageWrapper + .card-module-scss-module__Vi0IrW__tagContainer {
  margin-top: 8px;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__dateContainer {
  position: absolute;
  top: 34px;
  right: 34px;
  background-color: #ba86fe;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 12px;
  border-radius: 16px;
  border: 1.5px solid #fff8ff33;
  color: #331433;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
  text-transform: uppercase;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__title {
  color: #fff8ff;
  margin: 0;
  font-family: var(--font-general-grotesque);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__subtitle {
  color: #fff8ff;
  opacity: .8;
  margin: 0;
  margin-top: -10px;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__description {
  color: #fff8ff;
  margin: 0;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}

.card-module-scss-module__Vi0IrW__card .card-module-scss-module__Vi0IrW__readTime {
  color: #fff8ff;
  opacity: .8;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
}

.card-module-scss-module__Vi0IrW__dark {
  background-color: #331433;
}

.card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__title, .card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__description {
  color: #fff8ff;
}

.card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__readTime {
  color: #fff8ff;
  opacity: .8;
}

.card-module-scss-module__Vi0IrW__dark .card-module-scss-module__Vi0IrW__dateContainer {
  background-color: #ba86fe;
  border: 1.5px solid #fff8ff1a;
  color: #331433;
}

.card-module-scss-module__Vi0IrW__light {
  background-color: #3314331a;
}

.card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__title, .card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__description {
  color: #331433;
}

.card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__readTime {
  color: #331433;
  opacity: .8;
}

.card-module-scss-module__Vi0IrW__light .card-module-scss-module__Vi0IrW__dateContainer {
  background-color: #ba86fe;
  border: 1.5px solid #fff8ff1a;
  color: #331433;
}

a.card-module-scss-module__Vi0IrW__card:hover {
  background-color: #fff8ff26;
}

a.card-module-scss-module__Vi0IrW__card:hover .card-module-scss-module__Vi0IrW__image {
  transform: scale(1.05);
}

a.card-module-scss-module__Vi0IrW__card:hover .card-module-scss-module__Vi0IrW__video {
  transform: scale(1.05);
}

a.card-module-scss-module__Vi0IrW__card.card-module-scss-module__Vi0IrW__light:hover {
  background-color: #33143326;
}

.card-module-scss-module__Vi0IrW__style-2 {
  background-color: unset;
  padding: 0;
}

.card-module-scss-module__Vi0IrW__style-2 .card-module-scss-module__Vi0IrW__mediaWrapper {
  width: 100%;
  aspect-ratio: 2 / 2;
}

.card-module-scss-module__Vi0IrW__authorContainer {
  display: flex;
  gap: 8px;
  align-items: center;
}

.card-module-scss-module__Vi0IrW__authorImage, .card-module-scss-module__Vi0IrW__authorImage2 {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  overflow: hidden;
  box-sizing: content-box;
}

.card-module-scss-module__Vi0IrW__authorName {
  color: #fff8ff;
  opacity: .8;
  font-family: var(--font-general-grotesque);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .24px;
}

.card-module-scss-module__Vi0IrW__authorImage2:not(:first-child) {
  margin-left: -20px;
  border: 2px solid #331433;
}

.card-module-scss-module__Vi0IrW__authorRow {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}


/* [project]/src/components/cardSwiper/cardSwiper.module.scss.module.css [app-client] (css) */
.cardSwiper-module-scss-module__SxHTia__swiperContainer {
  padding: 40px;
}

@media (width <= 992px) {
  .cardSwiper-module-scss-module__SxHTia__swiperContainer {
    padding: 40px 14px;
  }
}

.cardSwiper-module-scss-module__SxHTia__swiperInner {
  position: relative;
  width: 100%;
  background: #fff8ff;
  border-radius: 30px;
  padding: 100px 0 60px;
  overflow: hidden;
}

.cardSwiper-module-scss-module__SxHTia__swiper {
  height: 100%;
  padding-bottom: 40px;
}

.cardSwiper-module-scss-module__SxHTia__swiper .swiper-wrapper {
  height: 100%;
}

.cardSwiper-module-scss-module__SxHTia__swiper .swiper-slide {
  height: auto;
  display: flex;
}

.cardSwiper-module-scss-module__SxHTia__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
  padding: 0 40px;
}

@media (width <= 768px) {
  .cardSwiper-module-scss-module__SxHTia__header {
    padding: 0 20px;
  }
}

.cardSwiper-module-scss-module__SxHTia__animatedSlide {
  width: 100%;
}

.cardSwiper-module-scss-module__SxHTia__swiperTitle {
  font-family: var(--font-ivory-ll);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  color: #202;
  margin-bottom: 0;
}

.cardSwiper-module-scss-module__SxHTia__slide {
  height: 100%;
  display: flex;
}

.cardSwiper-module-scss-module__SxHTia__slide .cardSwiper-module-scss-module__SxHTia__slideWrapper {
  padding: 0 20px;
  height: 100%;
}

.cardSwiper-module-scss-module__SxHTia__slide h2 {
  font-family: var(--font-general-grotesque);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #202;
  margin-top: 14px;
}

.cardSwiper-module-scss-module__SxHTia__slide p {
  font-family: var(--font-ivory-ll);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cardSwiper-module-scss-module__SxHTia__slide .cardSwiper-module-scss-module__SxHTia__readTime {
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
  text-transform: uppercase;
  color: #202;
}

.cardSwiper-module-scss-module__SxHTia__slideControls {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.cardSwiper-module-scss-module__SxHTia__navButton {
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.cardSwiper-module-scss-module__SxHTia__navButton svg {
  width: 17px;
  height: 17px;
}

.cardSwiper-module-scss-module__SxHTia__navButton.cardSwiper-module-scss-module__SxHTia__disabled {
  opacity: .2;
  cursor: default;
  pointer-events: none;
}

.cardSwiper-module-scss-module__SxHTia__navButtonStroke {
  stroke: #202;
}


/* [project]/src/components/footer/footer.module.scss.module.css [app-client] (css) */
.footer-module-scss-module__BKh3Zq__subscribe {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 100px 40px;
}

@media (width <= 768px) {
  .footer-module-scss-module__BKh3Zq__subscribe {
    padding: 50px 20px;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe {
  max-width: 1600px;
  margin: 0 auto;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowOne {
  grid-column-start: 4;
  grid-column-end: 10;
}

@media (width <= 1200px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowOne {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

@media (width <= 992px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowOne {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowTwo {
  grid-column-start: 4;
  grid-column-end: 10;
}

@media (width <= 1200px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowTwo {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

@media (width <= 992px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowTwo {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowThree {
  grid-column-start: 5;
  grid-column-end: 9;
}

@media (width <= 1200px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowThree {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}

@media (width <= 992px) {
  .footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__rowThree {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.footer-module-scss-module__BKh3Zq__subscribe h2 {
  color: #fff8ff;
  font-family: var(--font-ivory-ll);
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.2px;
  text-align: center;
}

.footer-module-scss-module__BKh3Zq__subscribe p {
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}

.footer-module-scss-module__BKh3Zq__subscribe form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  transition: opacity .5s ease-out;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__formHidden {
  opacity: 0;
  pointer-events: none;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__response {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%)translateY(20px);
  animation: .5s ease-out forwards footer-module-scss-module__BKh3Zq__slideInUp;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__response p {
  text-align: center;
}

.footer-module-scss-module__BKh3Zq__subscribe .footer-module-scss-module__BKh3Zq__formWrapper {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-module-scss-module__BKh3Zq__subscribe input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1.5px solid #fff8ff45;
  background-color: #0000;
  color: #fff8ff;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer-module-scss-module__BKh3Zq__subscribe input:focus {
  outline: none;
  border-bottom: 1.5px solid #fff8ff80;
}

.footer-module-scss-module__BKh3Zq__subscribe input::placeholder {
  color: #fff8ff80;
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@keyframes footer-module-scss-module__BKh3Zq__slideInUp {
  to {
    opacity: 1;
    transform: translate(-50%, -50%)translateY(0);
  }
}

.footer-module-scss-module__BKh3Zq__footer {
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: center;
  padding: 30px 40px;
  border-top: 1.5px solid #fff8ff45;
}

@media (width <= 768px) {
  .footer-module-scss-module__BKh3Zq__footer {
    padding: 30px 20px 50px;
  }
}

.footer-module-scss-module__BKh3Zq__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-module-scss-module__BKh3Zq__socialLinks {
  display: flex;
  gap: 17px;
}

.footer-module-scss-module__BKh3Zq__bottomSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-module-scss-module__BKh3Zq__legalLinks {
  display: flex;
  gap: 30px;
}

.footer-module-scss-module__BKh3Zq__link {
  color: #fff8ff;
  text-decoration: none;
  font-size: 8px;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
  transition: opacity .3s;
}

.footer-module-scss-module__BKh3Zq__link:hover {
  opacity: .5;
}

.footer-module-scss-module__BKh3Zq__copyright {
  color: #fff8ff;
  font-size: 8px;
  font-family: var(--font-general-grotesque);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .22px;
}


/* [project]/src/components/ui/text/text.module.scss.module.css [app-client] (css) */
.text-module-scss-module__aiag-q__text {
  color: inherit;
}

.text-module-scss-module__aiag-q__text > * + * {
  margin-top: 58px;
}

.text-module-scss-module__aiag-q__text p + p, .text-module-scss-module__aiag-q__text p + ul, .text-module-scss-module__aiag-q__text ul + p {
  margin: 1em 0 0;
}

.text-module-scss-module__aiag-q__text p + a, .text-module-scss-module__aiag-q__text a + p, .text-module-scss-module__aiag-q__text p + button, .text-module-scss-module__aiag-q__text button + p {
  margin: 2em 0 0;
}

.text-module-scss-module__aiag-q__text h3 + p {
  margin-top: 20px;
}

.text-module-scss-module__aiag-q__text h2 + p {
  margin-top: 20px;
}

.text-module-scss-module__aiag-q__text h1 + p {
  margin-top: 24px;
}

@media (width <= 768px) {
  .text-module-scss-module__aiag-q__text > * + * {
    margin-top: 20px;
  }

  .text-module-scss-module__aiag-q__text p + p, .text-module-scss-module__aiag-q__text p + ul, .text-module-scss-module__aiag-q__text ul + p {
    margin: .8em 0 0;
  }
}

.text-module-scss-module__aiag-q__text h2 {
  font-family: var(--font-ivory-ll);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.text-module-scss-module__aiag-q__text h2 i {
  font-style: italic;
}

@media only screen and (width <= 768px) {
  .text-module-scss-module__aiag-q__text h2 {
    font-family: var(--font-ivory-ll);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.4px;
  }
}

.text-module-scss-module__aiag-q__text h3 {
  font-family: var(--font-ivory-ll);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -.92px;
}

.text-module-scss-module__aiag-q__text h3 i {
  font-style: italic;
}

@media only screen and (width <= 768px) {
  .text-module-scss-module__aiag-q__text h3 {
    font-family: var(--font-ivory-ll);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.4px;
  }
}

.text-module-scss-module__aiag-q__text h4 {
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.text-module-scss-module__aiag-q__text h4 i {
  font-style: italic;
}

.text-module-scss-module__aiag-q__text p {
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.text-module-scss-module__aiag-q__text p strong {
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.text-module-scss-module__aiag-q__text p b {
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.text-module-scss-module__aiag-q__text p i {
  font-style: italic;
}

.text-module-scss-module__aiag-q__text p a {
  text-decoration: underline;
  text-underline-offset: .1em;
  text-decoration-thickness: .1em;
}

@media (hover: hover) {
  .text-module-scss-module__aiag-q__text p a:hover {
    text-decoration: none;
  }
}

.text-module-scss-module__aiag-q__text ul, .text-module-scss-module__aiag-q__text ol {
  font-family: var(--font-general-grotesque);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 1em;
  list-style-position: outside;
}

.text-module-scss-module__aiag-q__text ul strong, .text-module-scss-module__aiag-q__text ol strong {
  font-weight: 800;
}

.text-module-scss-module__aiag-q__text ul i, .text-module-scss-module__aiag-q__text ol i {
  font-style: italic;
}

.text-module-scss-module__aiag-q__text ul a, .text-module-scss-module__aiag-q__text ol a {
  text-decoration: underline;
  text-underline-offset: .1em;
  text-decoration-thickness: .1em;
}

.text-module-scss-module__aiag-q__text ul a:hover, .text-module-scss-module__aiag-q__text ol a:hover {
  text-decoration: none;
}

.text-module-scss-module__aiag-q__text ul {
  list-style-type: disc;
}

.text-module-scss-module__aiag-q__text ol {
  list-style-type: decimal;
}


/* [project]/src/components/textRegular/textRegular.module.scss.module.css [app-client] (css) */
.textRegular-module-scss-module__wk_EnG__mainContainer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 0 40px;
  margin: 80px auto;
}

@media only screen and (width >= 768px) {
  .textRegular-module-scss-module__wk_EnG__mainContainer {
    margin: 120px auto;
  }
}

@media (width <= 992px) {
  .textRegular-module-scss-module__wk_EnG__mainContainer {
    padding: 0 20px;
  }
}

.textRegular-module-scss-module__wk_EnG__textWrapper {
  grid-column-start: 3;
  grid-column-end: 11;
}

@media (width <= 768px) {
  .textRegular-module-scss-module__wk_EnG__textWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.textRegular-module-scss-module__wk_EnG__textSection {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff8ff;
}


/* [project]/src/components/ui/image/image.module.scss.module.css [app-client] (css) */
.image-module-scss-module__IaiYAa__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.image-module-scss-module__IaiYAa__imageWrapper {
  padding: 40px;
}

@media (width <= 768px) {
  .image-module-scss-module__IaiYAa__imageWrapper {
    padding: 20px;
  }
}

.image-module-scss-module__IaiYAa__caption {
  font-family: var(--font-general-grotesque);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .24px;
  margin-top: 10px;
  margin-bottom: 58px;
  width: 100%;
  display: block;
  text-align: left;
}


/* [project]/node_modules/swiper/modules/thumbs.css [app-client] (css) */



/* [project]/node_modules/swiper/modules/effect-fade.css [app-client] (css) */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


/* [project]/src/components/gallery/gallery.module.scss.module.css [app-client] (css) */
.gallery-module-scss-module__tCwcAW__galleryContainer {
  width: 100%;
  margin: 80px auto;
}

@media only screen and (width >= 768px) {
  .gallery-module-scss-module__tCwcAW__galleryContainer {
    margin: 120px auto;
  }
}

.gallery-module-scss-module__tCwcAW__mainSwiperWrapper {
  padding: 0 40px;
}

@media (width <= 768px) {
  .gallery-module-scss-module__tCwcAW__mainSwiperWrapper {
    padding: 0 20px;
  }
}

.gallery-module-scss-module__tCwcAW__mainSwiper {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
  border-radius: 40px;
}

.gallery-module-scss-module__tCwcAW__mainSwiper .swiper-slide {
  text-align: center;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-module-scss-module__tCwcAW__mainSwiper .swiper-slide img, .gallery-module-scss-module__tCwcAW__mainSwiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-module-scss-module__tCwcAW__thumbsSwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

@media (width >= 768px) {
  .gallery-module-scss-module__tCwcAW__thumbsSwiper .swiper-wrapper {
    justify-content: center;
  }
}

.gallery-module-scss-module__tCwcAW__thumbsSwiper .swiper-slide {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  opacity: .4;
  cursor: pointer;
  border: 1.5px solid #fff8ff00;
}

.gallery-module-scss-module__tCwcAW__thumbsSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}

.gallery-module-scss-module__tCwcAW__thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 1.5px solid #fff8ff80;
}

.gallery-module-scss-module__tCwcAW__caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background-color: #fff8ff;
  padding: 4px 12px;
  border-radius: 999px;
  color: #331433;
  font-family: var(--font-general-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: .28px;
}


/* [project]/src/components/textAndVisual/textAndVisual.module.scss.module.css [app-client] (css) */
.textAndVisual-module-scss-module__8RAxda__container {
  width: 100%;
  padding: 0 40px;
  margin: 80px auto;
}

@media only screen and (width >= 768px) {
  .textAndVisual-module-scss-module__8RAxda__container {
    margin: 120px auto;
  }
}

@media (width <= 992px) {
  .textAndVisual-module-scss-module__8RAxda__container {
    padding: 0 20px;
  }
}

.textAndVisual-module-scss-module__8RAxda__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.textAndVisual-module-scss-module__8RAxda__textWrapper {
  grid-column: 1 / span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.textAndVisual-module-scss-module__8RAxda__textSection {
  max-width: 700px;
  margin: 0 auto;
  color: #fff8ff;
  padding: 20px;
}

.textAndVisual-module-scss-module__8RAxda__visualSection {
  grid-column: 7 / span 6;
  position: relative;
}

.textAndVisual-module-scss-module__8RAxda__reverse .textAndVisual-module-scss-module__8RAxda__textWrapper {
  grid-column: 7 / span 6;
  order: 2;
}

.textAndVisual-module-scss-module__8RAxda__reverse .textAndVisual-module-scss-module__8RAxda__visualSection {
  grid-column: 1 / span 6;
  order: 1;
}

.textAndVisual-module-scss-module__8RAxda__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textAndVisual-module-scss-module__8RAxda__video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (width <= 992px) {
  .textAndVisual-module-scss-module__8RAxda__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .textAndVisual-module-scss-module__8RAxda__textSection {
    grid-column: 1 / -1;
  }

  .textAndVisual-module-scss-module__8RAxda__textSection {
    order: 2;
    padding: 0;
  }

  .textAndVisual-module-scss-module__8RAxda__visualSection {
    order: 1;
    grid-column: 1 / span 6;
  }

  .textAndVisual-module-scss-module__8RAxda__reverse .textAndVisual-module-scss-module__8RAxda__textWrapper {
    grid-column: 1 / span 6;
  }
}


/* [project]/src/components/callToAction/callToAction.module.scss.module.css [app-client] (css) */
.callToAction-module-scss-module__WzTffa__callToAction {
  background-color: #ba86fe;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto;
  text-align: center;
  padding: 80px 40px;
  color: #fff8ff;
  min-height: 120px;
  align-content: center;
}

@media only screen and (width <= 992px) {
  .callToAction-module-scss-module__WzTffa__callToAction {
    padding: 60px 14px;
  }
}

.callToAction-module-scss-module__WzTffa__titleWrapper {
  grid-column-start: 3;
  grid-column-end: 11;
}

@media only screen and (width <= 992px) {
  .callToAction-module-scss-module__WzTffa__titleWrapper {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.callToAction-module-scss-module__WzTffa__title {
  max-width: 1000px;
  margin: 0 auto;
  color: #202;
  font-family: var(--font-ivory-ll);
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.8px;
}

@media only screen and (width <= 768px) {
  .callToAction-module-scss-module__WzTffa__title {
    font-family: var(--font-ivory-ll);
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.2px;
  }
}

.callToAction-module-scss-module__WzTffa__buttonWrapper {
  grid-column-start: 1;
  grid-column-end: 13;
  text-align: center;
}

.callToAction-module-scss-module__WzTffa__buttonWrapper a {
  display: inline-block;
  margin-top: 10px;
}


/*# sourceMappingURL=_15cc98._.css.map*/
