@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;900&display=swap");
#about-us {
  margin-top: 3rem; }
  #about-us .picture-wrapper {
    margin-left: auto;
    width: 40%;
    min-height: 500px; }
    #about-us .picture-wrapper img {
      width: 100%; }
    @media (max-width: 767px) {
      #about-us .picture-wrapper {
        margin-bottom: 8rem; } }
  #about-us .text-wrapper {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      #about-us .text-wrapper {
        top: 30%; } }
  #about-us .text-container {
    width: 60%; }
    @media (max-width: 767px) {
      #about-us .text-container {
        width: 80%; } }
  #about-us .horse-image {
    position: absolute;
    height: 700px;
    top: 70%;
    left: 0;
    z-index: -1; }
    @media (max-width: 2000px) {
      #about-us .horse-image {
        height: 450px; } }
    @media (max-width: 1399px) {
      #about-us .horse-image {
        height: 420px; } }
    @media (max-width: 1199px) {
      #about-us .horse-image {
        height: 370px; } }
#album {
  padding-top: 10rem; }
  @media (max-width: 1199px) {
    #album {
      padding-top: 8rem; } }
  @media (max-width: 575px) {
    #album {
      padding-top: 6rem; } }
  #album .album-container {
    height: 300px; }

#album-page {
  padding-top: 10rem; }
  @media (max-width: 1199px) {
    #album-page {
      padding-top: 8rem; } }
  @media (max-width: 575px) {
    #album-page {
      padding-top: 6rem; } }
  #album-page .photo_container {
    height: 300px;
    cursor: zoom-in; }

#benefits {
  margin-top: 7rem; }
  #benefits .images-block__item {
    width: 70%; }
    #benefits .images-block__item img {
      width: 100%; }
      @media (max-width: 575px) {
        #benefits .images-block__item img {
          width: 50%; } }
  #benefits .benefits-text {
    margin-top: 3.25rem; }
  #benefits .flower-image {
    position: absolute;
    height: 450px;
    top: -15%;
    left: 3%;
    z-index: -1; }
    @media (max-width: 2000px) {
      #benefits .flower-image {
        height: 300px;
        left: 0; } }
    @media (max-width: 767px) {
      #benefits .flower-image {
        top: 50%;
        height: 200px; } }
    @media (max-width: 575px) {
      #benefits .flower-image {
        top: 30%; } }
.carousel-wrapper {
  cursor: pointer; }

.yuna-carousel .carousel.slick-3 .slick-slide {
  height: 100% !important; }
  .yuna-carousel .carousel.slick-3 .slick-slide .carousel__img-wrapper {
    width: 100%;
    height: 100%; }
  .yuna-carousel .carousel.slick-3 .slick-slide h4 {
    font-size: 24px; }
  .yuna-carousel .carousel.slick-3 .slick-slide .carousel__img-label img {
    width: 34px; }

.yuna-carousel .carousel:not(.slick-3) .slick-slide .carousel__img-wrapper {
  width: 70%;
  height: 70%;
  transition: width .5s ease-in-out, height .5s ease-in-out; }

.yuna-carousel .carousel:not(.slick-3) .slick-slide h4 {
  font-size: 14px;
  transition: all .5s ease-in-out; }

.yuna-carousel .carousel:not(.slick-3) .slick-slide .carousel__img-label img {
  transition: all .5s ease-in-out;
  width: 19px;
  height: 19px; }
  @media (max-width: 575px) {
    .yuna-carousel .carousel:not(.slick-3) .slick-slide .carousel__img-label img {
      width: 14px;
      height: 14px; } }
.yuna-carousel .carousel:not(.slick-3) .slick-current, .yuna-carousel .carousel:not(.slick-3) .slick-problem {
  height: 100% !important; }
  .yuna-carousel .carousel:not(.slick-3) .slick-current .carousel__img-wrapper, .yuna-carousel .carousel:not(.slick-3) .slick-problem .carousel__img-wrapper {
    width: 100%;
    height: 100%; }
  .yuna-carousel .carousel:not(.slick-3) .slick-current h4, .yuna-carousel .carousel:not(.slick-3) .slick-problem h4 {
    font-size: 24px; }
    @media (max-width: 575px) {
      .yuna-carousel .carousel:not(.slick-3) .slick-current h4, .yuna-carousel .carousel:not(.slick-3) .slick-problem h4 {
        font-size: 18px; } }
  .yuna-carousel .carousel:not(.slick-3) .slick-current .carousel__img-label img, .yuna-carousel .carousel:not(.slick-3) .slick-problem .carousel__img-label img {
    width: 34px;
    height: 34px; }
    @media (max-width: 575px) {
      .yuna-carousel .carousel:not(.slick-3) .slick-current .carousel__img-label img, .yuna-carousel .carousel:not(.slick-3) .slick-problem .carousel__img-label img {
        width: 24px;
        height: 24px; } }
.yuna-carousel .carousel__image-container {
  height: 100%;
  overflow: hidden; }
  .yuna-carousel .carousel__image-container img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.yuna-carousel .carousel .carousel__img-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden; }

.yuna-carousel .carousel .carousel__img-label {
  position: absolute;
  padding: 14px;
  background-color: #44352E;
  opacity: 0.8;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  transition: all .5s ease-in-out; }
  @media (max-width: 575px) {
    .yuna-carousel .carousel .carousel__img-label {
      max-height: 52px; } }
.yuna-carousel .slick-list {
  height: 350px;
  border-radius: 8px;
  width: 85%;
  margin-inline: auto; }
  @media (max-width: 1199px) {
    .yuna-carousel .slick-list {
      height: 270px; } }
  @media (max-width: 991px) {
    .yuna-carousel .slick-list {
      width: 80%;
      height: 400px; } }
  @media (max-width: 575px) {
    .yuna-carousel .slick-list {
      height: 300px; } }
.yuna-carousel .slick-next {
  width: unset;
  height: unset;
  right: 0; }
  .yuna-carousel .slick-next::before {
    content: url("/static/assets/carousel-right-desktop.svg"); }
    @media (max-width: 767px) {
      .yuna-carousel .slick-next::before {
        content: url("/static/assets/carousel-right-mobile.svg"); } }
.yuna-carousel .slick-prev {
  width: unset;
  height: unset;
  left: 0; }
  .yuna-carousel .slick-prev::before {
    content: url("/static/assets/carousel-left-desktop.svg"); }
    @media (max-width: 767px) {
      .yuna-carousel .slick-prev::before {
        content: url("/static/assets/carousel-left-mobile.svg"); } }
.slick-dots {
  bottom: -6px !important; }
  .slick-dots button::before {
    font-size: 14px !important;
    color: #44352E !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  padding-bottom: 30px; }

#comics-news-page {
  padding-top: 10rem; }
  @media (max-width: 1199px) {
    #comics-news-page {
      padding-top: 8rem; } }
  @media (max-width: 575px) {
    #comics-news-page {
      padding-top: 6rem; } }
  #comics-news-page #comics-news-container {
    margin-top: 2rem; }
    @media (max-width: 767px) {
      #comics-news-page #comics-news-container {
        margin-top: 1.5rem; } }
    @media (max-width: 575px) {
      #comics-news-page #comics-news-container {
        margin-top: 1rem; } }
  #comics-news-page .content-title {
    margin-top: 2rem; }
    @media (max-width: 767px) {
      #comics-news-page .content-title {
        margin-top: 1rem; } }
  #comics-news-page .content__image-wrapper {
    width: 80%;
    position: relative; }
    #comics-news-page .content__image-wrapper img {
      position: relative;
      z-index: 1; }
    @media (max-width: 1199px) {
      #comics-news-page .content__image-wrapper {
        width: 96%; } }
  #comics-news-page .comics-item, #comics-news-page .news-item {
    overflow: hidden;
    height: 300px;
    border-radius: 8px;
    display: block; }
  #comics-news-page .comics-label, #comics-news-page .news-label {
    position: absolute;
    padding: 14px;
    background-color: #44352E;
    opacity: 0.8;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    transition: all .5s ease-in-out; }
    #comics-news-page .comics-label h4, #comics-news-page .news-label h4 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  #comics-news-page .comics-image, #comics-news-page .news-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #comics-news-page .comics-list-wrapper, #comics-news-page .news-list-wrapper {
    margin-top: 7rem; }
    @media (max-width: 991px) {
      #comics-news-page .comics-list-wrapper, #comics-news-page .news-list-wrapper {
        margin-top: 2rem; } }
  #comics-news-page .paginator {
    margin-top: 3rem;
    display: flex; }
    @media (max-width: 767px) {
      #comics-news-page .paginator {
        margin-top: 1.5rem; } }
    #comics-news-page .paginator__pages-wrapper {
      display: flex;
      margin-inline: auto;
      gap: 1.5rem; }
      @media (max-width: 767px) {
        #comics-news-page .paginator__pages-wrapper {
          gap: .75rem; } }
    #comics-news-page .paginator__page {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: none;
      transition: background-color .3s ease-in-out;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #44352E;
      cursor: pointer; }
      #comics-news-page .paginator__page:hover, #comics-news-page .paginator__page:active {
        background-color: #AB927E; }
      #comics-news-page .paginator__page.active {
        background-color: #44352E;
        color: white;
        pointer-events: none; }
      @media (max-width: 767px) {
        #comics-news-page .paginator__page {
          width: 40px;
          height: 40px; } }
#comics-page {
  padding-top: 10rem; }
  @media (max-width: 767px) {
    #comics-page {
      padding-top: 7rem; } }
  @media (max-width: 575px) {
    #comics-page {
      padding-top: 6rem; } }
  #comics-page .comics-page__title {
    margin-top: 2rem; }
  #comics-page .comics-page__content {
    margin-top: 2rem; }
  #comics-page .comics-page__other-news {
    margin-top: 4rem; }
  #comics-page .comics-page__closest-comics {
    margin-top: 2rem; }
  #comics-page .comics-carousel .slick-list {
    height: 720px; }
    @media (max-width: 575px) {
      #comics-page .comics-carousel .slick-list {
        height: auto; } }
  @media (max-width: 575px) {
    #comics-page .comics-carousel .slick-slide {
      height: auto; } }
  #comics-page .comics-carousel.slick-dotted {
    padding-bottom: 6rem; }
  #comics-page .comics-carousel__item {
    display: flex;
    justify-content: center;
    align-items: center; }
    #comics-page .comics-carousel__item img {
      border-radius: 8px;
      height: 100%;
      cursor: zoom-in; }
      @media (max-width: 575px) {
        #comics-page .comics-carousel__item img {
          height: unset;
          width: 100%; } }
  #comics-page .comics-carousel .slick-dots li {
    width: unset;
    height: unset; }
    #comics-page .comics-carousel .slick-dots li.slick-active .dot-container {
      background-color: #44352E;
      color: #FFF; }
  #comics-page .comics-carousel .slick-dots .dot-container {
    width: 48px;
    height: 48px;
    color: #44352E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

#comics {
  margin-top: 7rem; }
  @media (max-width: 991px) {
    #comics {
      margin-top: 5rem; } }
  @media (max-width: 575px) {
    #comics {
      margin-top: 3rem; } }
  #comics #comics-news-container[data-content="comics"] .news {
    display: none; }
  #comics #comics-news-container[data-content="news"] .comics {
    display: none; }
  #comics .comics, #comics .news {
    padding-bottom: 4rem; }
    #comics .comics__image-wrapper, #comics .news__image-wrapper {
      overflow: hidden;
      border-radius: 8px;
      min-height: 300px; }
      #comics .comics__image-wrapper img, #comics .news__image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 8px; }
        @media (max-width: 575px) {
          #comics .comics__image-wrapper img, #comics .news__image-wrapper img {
            object-fit: unset;
            height: unset; } }
      @media (max-width: 991px) {
        #comics .comics__image-wrapper, #comics .news__image-wrapper {
          height: 300px;
          min-height: unset; } }
      @media (max-width: 575px) {
        #comics .comics__image-wrapper, #comics .news__image-wrapper {
          height: auto; } }
    #comics .comics__header-container, #comics .news__header-container {
      z-index: 1;
      padding: 1.5rem 1rem 1.5rem 2rem;
      background-color: #44352E;
      border: 1px solid #FFF;
      color: #FFF;
      border-radius: 8px;
      position: absolute;
      top: 15%;
      right: -70%;
      left: 80%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 991px) {
        #comics .comics__header-container, #comics .news__header-container {
          position: static; } }
      #comics .comics__header-container .overview, #comics .news__header-container .overview {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis; }
      #comics .comics__header-container .header-link, #comics .news__header-container .header-link {
        margin-top: 16px;
        margin-left: auto;
        font-weight: 700; }
        @media (max-width: 767px) {
          #comics .comics__header-container .header-link, #comics .news__header-container .header-link {
            font-size: 0.875rem; } }
    #comics .comics-list__item, #comics .news-list__item {
      display: block;
      height: 200px; }
      @media (max-width: 767px) {
        #comics .comics-list__item, #comics .news-list__item {
          height: 170px; } }
      @media (max-width: 575px) {
        #comics .comics-list__item, #comics .news-list__item {
          height: 130px; } }
    #comics .comics-list__item__image-wrapper, #comics .news-list__item__image-wrapper {
      overflow: hidden;
      border-radius: 8px;
      height: 100%; }
      #comics .comics-list__item__image-wrapper img, #comics .news-list__item__image-wrapper img {
        object-fit: cover;
        width: 100%;
        min-height: 100%;
        border-radius: 8px; }
      #comics .comics-list__item__image-wrapper.link, #comics .news-list__item__image-wrapper.link {
        border: 1px solid #44352E; }
        #comics .comics-list__item__image-wrapper.link img, #comics .news-list__item__image-wrapper.link img {
          object-fit: contain;
          height: 100%; }
    #comics .comics-list__item__image-background, #comics .news-list__item__image-background {
      background-color: #44352E;
      color: #FFF;
      height: 100%;
      width: 100%;
      padding: 1.5rem 1rem; }
  #comics .flower-image {
    position: absolute;
    height: 600px;
    top: 20%;
    left: 0;
    z-index: -1; }
    @media (max-width: 2000px) {
      #comics .flower-image {
        height: 400px; } }
    @media (max-width: 1500px) {
      #comics .flower-image {
        height: 300px; } }
    @media (max-width: 991px) {
      #comics .flower-image {
        display: none; } }
#contacts {
  margin-top: 7rem; }
  @media (max-width: 991px) {
    #contacts {
      margin-top: 4rem; } }
  @media (max-width: 575px) {
    #contacts {
      margin-top: 2rem; } }
  #contacts .contacts__map {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: 370px; }
    @media (max-width: 400px) {
      #contacts .contacts__map {
        height: 300px; } }
    #contacts .contacts__map-frame {
      height: 100%;
      width: 100%; }
  #contacts .contacts__body {
    gap: 2rem; }
    @media (max-width: 991px) {
      #contacts .contacts__body {
        gap: 0.5rem; } }
  #contacts .contacts__img {
    width: 18px;
    height: 18px; }
  #contacts .horse-image {
    position: absolute;
    height: 320px;
    top: 30%;
    right: 0; }
    @media (max-width: 1400px) {
      #contacts .horse-image {
        height: 260px; } }
    @media (max-width: 991px) {
      #contacts .horse-image {
        height: 170px; } }
    @media (max-width: 450px) {
      #contacts .horse-image {
        top: 45%;
        height: 140px; } }
#development-page {
  padding-top: 10rem; }
  @media (max-width: 767px) {
    #development-page {
      padding-top: 7rem; } }
  @media (max-width: 575px) {
    #development-page {
      padding-top: 6rem; } }
  #development-page .background-image {
    height: 700px; }
    @media (max-width: 991px) {
      #development-page .background-image {
        height: 550px; } }
    @media (max-width: 575px) {
      #development-page .background-image {
        height: 400px; } }
  #development-page .development-text {
    position: absolute;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    height: 100%; }

#footer {
  padding-block: 3rem 2rem;
  margin-top: 5rem;
  background-color: #8C7E71;
  color: #FFF; }
  #footer .logo-footer {
    width: 300px; }
  #footer .footer__contact img {
    height: 20px;
    width: 20px; }

#horses {
  margin-top: 7rem; }
  @media (max-width: 991px) {
    #horses {
      margin-top: 4rem; } }
  @media (max-width: 575px) {
    #horses {
      margin-top: 2rem; } }
  #horses #horses-container[data-content="sport"] .horses-carousel-foal {
    height: 0;
    opacity: 0;
    z-index: -1; }
  #horses #horses-container[data-content="foal"] .horses-carousel-sport {
    height: 0;
    opacity: 0;
    z-index: -1; }
  #horses .carousel__img-label {
    flex-direction: column;
    align-items: start;
    justify-content: unset;
    max-height: unset; }
    #horses .carousel__img-label header {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    #horses .carousel__img-label p {
      overflow: hidden;
      height: 0;
      transition: height .5s ease-in-out;
      scrollbar-width: none; }
      #horses .carousel__img-label p::-webkit-scrollbar {
        display: none; }
    #horses .carousel__img-label.active p {
      overflow: auto;
      height: var(--pheight); }
    #horses .carousel__img-label.active img {
      transform: rotate(90deg); }
    #horses .carousel__img-label_arrow {
      transition: transform 0;
      transform: rotate(-90deg); }
  @media (max-width: 991px) {
    #horses .carousel__img-label h4 {
      font-size: 18px !important; } }
#main-banner .background-image {
  width: 100%;
  max-height: 1000px;
  min-height: 600px;
  object-fit: cover;
  mask-image: url("/static/assets/main-banner/mask-large.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%; }
  @media (max-width: 1199px) {
    #main-banner .background-image {
      height: 650px;
      min-height: unset;
      mask-size: 100% 650px; } }
  @media (max-width: 991px) {
    #main-banner .background-image {
      height: 570px;
      mask-size: 100% 570px; } }
  @media (max-width: 767px) {
    #main-banner .background-image {
      mask-size: 100% 510px;
      height: 510px; } }
  @media (max-width: 575px) {
    #main-banner .background-image {
      mask-image: url("/static/assets/main-banner/mask-small.png"); } }
#main-banner .content-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 170px;
  z-index: 1; }
  @media (max-width: 1199px) {
    #main-banner .content-wrapper {
      margin-top: 100px; } }
#main-banner .text-block {
  width: 60%;
  color: #FFF;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #main-banner .text-block__logo {
    width: 95%; }
    #main-banner .text-block__logo img {
      width: 100%; }
    @media (max-width: 767px) {
      #main-banner .text-block__logo {
        width: 350px; } }
    @media (max-width: 575px) {
      #main-banner .text-block__logo {
        width: 250px; } }
  @media (max-width: 575px) {
    #main-banner .text-block {
      width: 90%; } }
  #main-banner .text-block__body {
    margin-block: 3.5rem; }
    @media (max-width: 1199px) {
      #main-banner .text-block__body {
        margin-block: 2rem; } }
  #main-banner .text-block__contact-button {
    margin-bottom: 2rem; }
  @media (max-width: 991px) {
    #main-banner .text-block__arrow img {
      width: 24px; } }
#main-banner .social-block {
  position: absolute;
  top: 25%;
  right: 0;
  flex-direction: column;
  gap: .5rem; }
  #main-banner .social-block__image-wrapper {
    width: 38px;
    height: 38px; }

#navigation {
  position: fixed;
  z-index: 10;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid none;
  background-color: none;
  border: 1px solid none;
  transition: all 0.3s ease-in-out;
  color: #FFF; }
  #navigation .row > div:first-child {
    transition: opacity 0.3s ease-in-out; }
  #navigation.scrolled {
    background-color: #44352EDD;
    border-bottom: 1px solid white; }
    #navigation.scrolled .row > div:first-child {
      opacity: 1; }
    #navigation.scrolled .mobile-logo {
      opacity: 1;
      pointer-events: all; }
  #navigation .mobile-logo {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none; }
    #navigation .mobile-logo img {
      height: 60px; }
      @media (max-width: 575px) {
        #navigation .mobile-logo img {
          height: 40px; } }
  #navigation .nav-items {
    padding-block: 1.5rem; }
  #navigation .mobile-navigation .circle {
    position: relative;
    z-index: 14;
    width: 54px;
    height: 54px;
    border: 1px solid #FFF;
    border-radius: 50%;
    background-color: #44352E;
    cursor: pointer; }
    @media (max-width: 575px) {
      #navigation .mobile-navigation .circle {
        width: 40px;
        height: 40px; } }
    #navigation .mobile-navigation .circle line,
    #navigation .mobile-navigation .circle line::before,
    #navigation .mobile-navigation .circle line::after {
      transition: all .3s ease-in-out;
      border-radius: 3px;
      height: 3px;
      background-color: #FFF;
      width: 50%;
      position: relative; }
      @media (max-width: 575px) {
        #navigation .mobile-navigation .circle line,
        #navigation .mobile-navigation .circle line::before,
        #navigation .mobile-navigation .circle line::after {
          border-radius: 1px;
          height: 2px; } }
    #navigation .mobile-navigation .circle line::before {
      content: "";
      position: absolute;
      width: 90%;
      left: 0;
      top: -8px; }
      @media (max-width: 575px) {
        #navigation .mobile-navigation .circle line::before {
          top: -6px; } }
    #navigation .mobile-navigation .circle line::after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -8px; }
      @media (max-width: 575px) {
        #navigation .mobile-navigation .circle line::after {
          bottom: -6px; } }
  #navigation .mobile-navigation .navigation-content {
    position: absolute;
    left: 0;
    top: -400px;
    width: 100%;
    border-bottom: 1px solid #FFF;
    background-color: #44352E;
    transition: all .3s ease-in-out; }
    #navigation .mobile-navigation .navigation-content .navigation-container {
      padding-inline: 2rem; }
    #navigation .mobile-navigation .navigation-content hr {
      border: 1px solid;
      opacity: 1;
      border-radius: 1px;
      margin-top: 2rem;
      margin-bottom: 1.5rem; }
  #navigation .mobile-navigation.active .navigation-content {
    top: 0;
    padding-block: 1rem 1.5rem;
    border-bottom: 1px solid #FFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  #navigation .mobile-navigation.active .circle line {
    transform: rotate(45deg);
    border-radius: 2px;
    height: 4px; }
    #navigation .mobile-navigation.active .circle line::after {
      bottom: 0; }
    #navigation .mobile-navigation.active .circle line::before {
      transform: rotate(-90deg);
      width: 100%;
      border-radius: 2px;
      height: 4px;
      top: 0; }

#news-page {
  padding-top: 10rem; }
  @media (max-width: 767px) {
    #news-page {
      padding-top: 7rem; } }
  @media (max-width: 575px) {
    #news-page {
      padding-top: 6rem; } }
  #news-page .news-page__image {
    margin-top: 2rem; }
    #news-page .news-page__image #video-frame {
      width: 100%;
      border-radius: 8px;
      height: 700px; }
      @media (max-width: 1399px) {
        #news-page .news-page__image #video-frame {
          height: 650px; } }
      @media (max-width: 1199px) {
        #news-page .news-page__image #video-frame {
          height: 550px; } }
      @media (max-width: 991px) {
        #news-page .news-page__image #video-frame {
          height: 450px; } }
      @media (max-width: 767px) {
        #news-page .news-page__image #video-frame {
          height: 370px; } }
      @media (max-width: 575px) {
        #news-page .news-page__image #video-frame {
          height: 250px; } }
  #news-page .news-page__date {
    margin-top: 2rem; }
  #news-page .news-page__other-news {
    margin-top: 2rem; }
  #news-page .news-page__closest-news {
    margin-top: 2rem; }

.paginator {
  margin-top: 3rem;
  display: flex; }
  @media (max-width: 767px) {
    .paginator {
      margin-top: 1.5rem; } }
  .paginator__pages-wrapper {
    display: flex;
    margin-inline: auto;
    gap: 1.5rem; }
    @media (max-width: 767px) {
      .paginator__pages-wrapper {
        gap: .75rem; } }
  .paginator__page {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: none;
    transition: background-color .3s ease-in-out;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44352E;
    cursor: pointer; }
    .paginator__page:hover, .paginator__page:active {
      background-color: #AB927E; }
    .paginator__page.active {
      background-color: #44352E;
      color: white;
      pointer-events: none; }
    @media (max-width: 767px) {
      .paginator__page {
        width: 40px;
        height: 40px; } }
#photo-gallery {
  margin-top: 7rem; }
  @media (max-width: 991px) {
    #photo-gallery {
      margin-top: 4rem; } }
  @media (max-width: 575px) {
    #photo-gallery {
      margin-top: 2rem; } }
  #photo-gallery .slick-slide .carousel__img-wrapper {
    width: 100%;
    height: 100%; }
  #photo-gallery .carousel__image-container {
    height: 100%;
    overflow: hidden; }
  #photo-gallery .carousel__img-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in; }
    #photo-gallery .carousel__img-wrapper img {
      border-radius: 8px;
      height: 100%;
      width: 400px;
      object-fit: cover; }
  #photo-gallery .photos-carousel .slick-list {
    border-radius: 8px;
    overflow: hidden; }
  #photo-gallery .slick-list {
    height: 400px; }
    @media (max-width: 575px) {
      #photo-gallery .slick-list {
        height: 300px; } }
  #photo-gallery .photos-modal__wrapper {
    position: fixed;
    background-color: #00000070;
    bottom: 150%;
    z-index: 30;
    display: flex; }
    #photo-gallery .photos-modal__wrapper.active {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      cursor: pointer; }
    #photo-gallery .photos-modal__wrapper .photos-carousel-modal {
      width: 60%;
      height: 80%;
      margin-block: auto;
      margin-inline: auto;
      cursor: default; }
      @media (max-width: 1400px) {
        #photo-gallery .photos-modal__wrapper .photos-carousel-modal {
          width: 96%; } }
      #photo-gallery .photos-modal__wrapper .photos-carousel-modal .carousel_item {
        overflow: hidden; }
    #photo-gallery .photos-modal__wrapper .modal-carousel__image-container {
      height: 100%; }
    #photo-gallery .photos-modal__wrapper .modal__img-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #photo-gallery .photos-modal__wrapper .modal__img-wrapper img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 8px; }
    #photo-gallery .photos-modal__wrapper .slick-list {
      height: unset;
      position: relative; }
    #photo-gallery .photos-modal__wrapper .close-button {
      position: absolute;
      cursor: pointer;
      top: 20px;
      right: 0;
      opacity: .75;
      width: 64px;
      height: 64px;
      content: url("/static/assets/exit.svg"); }
      #photo-gallery .photos-modal__wrapper .close-button:hover {
        opacity: 1; }
    #photo-gallery .photos-modal__wrapper .slick-next::before {
      content: url("/static/assets/carousel-right-desktop-black.svg"); }
      @media (max-width: 767px) {
        #photo-gallery .photos-modal__wrapper .slick-next::before {
          content: url("/static/assets/carousel-right-mobile-black.svg"); } }
    #photo-gallery .photos-modal__wrapper .slick-prev::before {
      content: url("/static/assets/carousel-left-desktop-black.svg"); }
      @media (max-width: 767px) {
        #photo-gallery .photos-modal__wrapper .slick-prev::before {
          content: url("/static/assets/carousel-left-mobile-black.svg"); } }
#reels {
  margin-top: 7rem; }
  @media (max-width: 991px) {
    #reels {
      margin-top: 4rem; } }
  @media (max-width: 575px) {
    #reels {
      margin-top: 2rem; } }
  #reels .slick-slide .carousel__img-wrapper {
    width: 100%;
    height: 100%; }
  #reels .slick-slide h4 {
    font-size: 24px; }
  #reels .slick-slide .carousel__img-label img {
    width: 34px;
    height: 34px; }
  #reels .slick-list {
    height: 420px; }
    @media (max-width: 1199px) {
      #reels .slick-list {
        height: 350px; } }
    @media (max-width: 991px) {
      #reels .slick-list {
        width: 80%;
        height: 550px; } }
    @media (max-width: 575px) {
      #reels .slick-list {
        height: 400px; } }
  #reels .flower-image {
    position: absolute;
    height: 400px;
    top: 75%;
    left: 3%;
    z-index: -1; }
    @media (max-width: 2000px) {
      #reels .flower-image {
        height: 320px;
        left: 0; } }
    @media (max-width: 991px) {
      #reels .flower-image {
        height: 230px; } }
    @media (max-width: 767px) {
      #reels .flower-image {
        top: 120%; } }
    @media (max-width: 575px) {
      #reels .flower-image {
        height: 160px; } }
#services-banner {
  padding-top: 10rem; }
  @media (max-width: 767px) {
    #services-banner {
      padding-top: 7rem; } }
  @media (max-width: 575px) {
    #services-banner {
      padding-top: 6rem; } }
  #services-banner .services-banner__image-wrapper {
    width: 60%; }
    @media (max-width: 1199px) {
      #services-banner .services-banner__image-wrapper {
        width: 80%; } }
    @media (max-width: 991px) {
      #services-banner .services-banner__image-wrapper {
        width: 90%; } }
.photo-session__girl-image {
  position: absolute;
  left: 30px;
  top: 115%;
  height: 150px; }

#services {
  margin-top: 5rem; }
  @media (max-width: 991px) {
    #services {
      margin-top: 3rem; } }
  @media (max-width: 575px) {
    #services {
      margin-top: 2rem; } }
  #services .row {
    --bs-gutter-x: 2rem; }
    #services .row .d-flex > .services-item {
      margin-bottom: 2rem; }
    #services .row .d-flex > .services-item:last-child {
      margin-bottom: 0; }
  #services .column-1 {
    width: 28%; }
  #services .column-2 {
    width: 30%; }
  #services .column-3 {
    width: 42%; }
  #services .services-column {
    height: 480px; }
    @media (max-width: 1399px) {
      #services .services-column {
        height: 425px; } }
    @media (max-width: 1199px) {
      #services .services-column {
        height: 380px; } }
  #services .services-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    #services .services-item__content {
      color: #FFF;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 2rem 0 1rem 1.5rem;
      display: flex;
      flex-direction: column; }
    @media (max-width: 991px) {
      #services .services-item {
        width: 96%; }
        #services .services-item > img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  #services .services-carousel {
    height: 320px; }
    @media (max-width: 575px) {
      #services .services-carousel {
        height: 270px; } }
#team-banner {
  padding-top: 10rem; }
  @media (max-width: 767px) {
    #team-banner {
      padding-top: 7rem; } }
  @media (max-width: 575px) {
    #team-banner {
      padding-top: 6rem; } }
  #team-banner .team-banner__img {
    border-radius: 8px; }
  #team-banner .team-banner__quote {
    font-size: 1.125rem;
    font-weight: 700; }
    @media (max-width: 575px) {
      #team-banner .team-banner__quote {
        font-size: 1rem; } }
  #team-banner .team-banner__image-wrapper {
    width: 80%;
    position: relative; }
    #team-banner .team-banner__image-wrapper img {
      position: relative;
      z-index: 1; }
    @media (max-width: 1199px) {
      #team-banner .team-banner__image-wrapper {
        width: 96%; } }
#team {
  margin-top: 7rem; }
  @media (max-width: 991px) {
    #team {
      margin-top: 4rem; } }
  @media (max-width: 575px) {
    #team {
      margin-top: 2rem; } }
  #team .flower-image {
    position: absolute;
    height: 350px;
    top: 100%;
    right: 3%;
    z-index: -1; }
    @media (max-width: 2000px) {
      #team .flower-image {
        height: 260px;
        right: 0; } }
    @media (max-width: 991px) {
      #team .flower-image {
        top: 103%;
        height: 180px; } }
#video-block {
  margin-top: 7rem; }
  #video-block .iframe-container {
    border-radius: 8px;
    overflow: hidden; }
  @media (max-width: 991px) {
    #video-block {
      margin-top: 4rem; } }
  @media (max-width: 575px) {
    #video-block {
      margin-top: 2rem; } }
  #video-block .video-wrapper {
    width: 100%;
    position: relative; }
    #video-block .video-wrapper #video-frame {
      width: 100%; }

.home-page {
  padding-top: 2rem;
  padding-bottom: 8rem; }

#comics-modal {
  position: fixed;
  background-color: #000000A0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  height: 100vh;
  overflow: auto; }
  #comics-modal.active {
    top: 0;
    cursor: pointer; }
  #comics-modal .comics-modal__wrapper {
    width: 90%;
    margin-inline: auto;
    margin-top: 100px; }
    #comics-modal .comics-modal__wrapper .comics-carousel-modal {
      cursor: default; }
      #comics-modal .comics-modal__wrapper .comics-carousel-modal .slick-list {
        height: unset; }
      #comics-modal .comics-modal__wrapper .comics-carousel-modal .slick-disabled {
        cursor: default; }
      #comics-modal .comics-modal__wrapper .comics-carousel-modal__item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto; }
        #comics-modal .comics-modal__wrapper .comics-carousel-modal__item .img-wrapper {
          width: 90%; }
        #comics-modal .comics-modal__wrapper .comics-carousel-modal__item img {
          width: 100%; }
      #comics-modal .comics-modal__wrapper .comics-carousel-modal .close-button {
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 0;
        opacity: .75;
        width: 64px;
        height: 64px;
        content: url("/static/assets/exit.svg"); }
        @media (max-width: 767px) {
          #comics-modal .comics-modal__wrapper .comics-carousel-modal .close-button {
            width: 32px;
            height: 32px; } }
        #comics-modal .comics-modal__wrapper .comics-carousel-modal .close-button:hover {
          opacity: 1; }
      #comics-modal .comics-modal__wrapper .comics-carousel-modal .slick-next::before {
        content: url("/static/assets/carousel-right-desktop-black.svg"); }
        @media (max-width: 767px) {
          #comics-modal .comics-modal__wrapper .comics-carousel-modal .slick-next::before {
            content: url("/static/assets/carousel-right-mobile-black.svg"); } }
      #comics-modal .comics-modal__wrapper .comics-carousel-modal .slick-prev::before {
        content: url("/static/assets/carousel-left-desktop-black.svg"); }
        @media (max-width: 767px) {
          #comics-modal .comics-modal__wrapper .comics-carousel-modal .slick-prev::before {
            content: url("/static/assets/carousel-left-mobile-black.svg"); } }
#album-modal {
  position: fixed;
  background-color: #000000A0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  height: 100vh;
  overflow: auto; }
  #album-modal.active {
    top: 0;
    cursor: pointer; }
  #album-modal .album-modal__wrapper {
    width: 90%;
    margin-inline: auto;
    margin-block: 100px; }
    #album-modal .album-modal__wrapper .album-carousel-modal {
      cursor: default; }
      #album-modal .album-modal__wrapper .album-carousel-modal .slick-list {
        height: unset; }
      #album-modal .album-modal__wrapper .album-carousel-modal .slick-disabled {
        cursor: default; }
      #album-modal .album-modal__wrapper .album-carousel-modal__item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-block: auto;
        height: 100%;
        margin-block: auto; }
        #album-modal .album-modal__wrapper .album-carousel-modal__item .img-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 90%;
          height: 100%; }
        #album-modal .album-modal__wrapper .album-carousel-modal__item img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          object-fit: contain;
          border-radius: 8px; }
      #album-modal .album-modal__wrapper .album-carousel-modal .close-button {
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 0;
        opacity: .75;
        width: 64px;
        height: 64px;
        content: url("/static/assets/exit.svg"); }
        @media (max-width: 767px) {
          #album-modal .album-modal__wrapper .album-carousel-modal .close-button {
            width: 32px;
            height: 32px; } }
        #album-modal .album-modal__wrapper .album-carousel-modal .close-button:hover {
          opacity: 1; }
      #album-modal .album-modal__wrapper .album-carousel-modal .slick-next::before {
        content: url("/static/assets/carousel-right-desktop-black.svg"); }
        @media (max-width: 767px) {
          #album-modal .album-modal__wrapper .album-carousel-modal .slick-next::before {
            content: url("/static/assets/carousel-right-mobile-black.svg"); } }
      #album-modal .album-modal__wrapper .album-carousel-modal .slick-prev::before {
        content: url("/static/assets/carousel-left-desktop-black.svg"); }
        @media (max-width: 767px) {
          #album-modal .album-modal__wrapper .album-carousel-modal .slick-prev::before {
            content: url("/static/assets/carousel-left-mobile-black.svg"); } }
#feedback-form {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  display: flex;
  background-color: #00000060;
  padding: 12px 8px;
  overflow: auto; }
  #feedback-form.active {
    top: 0;
    bottom: 0; }
  #feedback-form .feedback-form__content {
    cursor: default;
    position: relative;
    margin: auto;
    width: 440px;
    border-radius: 8px;
    background-color: #F2DED3;
    padding: 3.5rem 2rem 1.5rem; }
    #feedback-form .feedback-form__content.form .message-container {
      display: none; }
    #feedback-form .feedback-form__content.message {
      padding-block: 0; }
      #feedback-form .feedback-form__content.message form {
        display: none; }
  #feedback-form form {
    margin-bottom: 0; }
  #feedback-form .message-container {
    display: flex;
    height: var(--height);
    justify-content: center;
    align-items: center; }
  #feedback-form .form-floating > .form-control-plaintext ~ label,
  #feedback-form .form-floating > .form-control:focus ~ label,
  #feedback-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
  #feedback-form .form-floating > .form-select ~ label {
    transform: scale(0.7) translateY(-0.5rem) translateX(0.26rem); }
    #feedback-form .form-floating > .form-control-plaintext ~ label::after,
    #feedback-form .form-floating > .form-control:focus ~ label::after,
    #feedback-form .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    #feedback-form .form-floating > .form-select ~ label::after {
      display: none; }
  #feedback-form .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 40px;
    width: 40px;
    opacity: 0.7;
    cursor: pointer; }
    #feedback-form .close-button:hover {
      opacity: 1; }
  #feedback-form .yuna__form-field {
    margin-top: 2rem;
    position: relative; }
    @media (max-width: 575px) {
      #feedback-form .yuna__form-field {
        margin-top: 1.5rem; } }
    #feedback-form .yuna__form-field .form-error {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      font-size: 12px;
      color: #E65552; }
      @media (max-width: 575px) {
        #feedback-form .yuna__form-field .form-error {
          top: calc(100% + 4px); } }
  #feedback-form .yuna-textarea {
    resize: none;
    min-height: 130px !important;
    padding: 26px .75rem !important; }
    @media (max-width: 575px) {
      #feedback-form .yuna-textarea {
        min-height: 100px !important; } }
  #feedback-form input,
  #feedback-form textarea {
    box-shadow: none; }
  #feedback-form .form-control {
    background-position: 98% center;
    background-repeat: no-repeat; }
    #feedback-form .form-control:focus {
      border-color: #69B655; }
    #feedback-form .form-control.invalid {
      background-image: url("/static/assets/invalid-input.svg");
      border-color: #E65552;
      background-color: #E655521A; }
    #feedback-form .form-control.form-control.valid {
      background-image: url("/static/assets/valid-input.svg");
      border-color: #69B655; }
      #feedback-form .form-control.form-control.valid ~ small {
        display: none; }
  #feedback-form .form-check-input:focus {
    border-color: #69B655; }
  #feedback-form .form-check-input:checked {
    background-color: #69B655;
    border-color: #69B655; }
  #feedback-form .form-check-input.invalid {
    border-color: #E65552;
    background-color: #E655521A; }
    #feedback-form .form-check-input.invalid:checked {
      background-color: #69B655; }
  #feedback-form .form-submit {
    margin-top: 1.5rem;
    margin-inline: auto; }
    @media (max-width: 575px) {
      #feedback-form .form-submit {
        margin-top: 1rem; } }
  #feedback-form .form-control {
    padding-block: 14px 6px;
    line-height: 1;
    min-height: unset; }
  #feedback-form .btn:not(:disabled) .spinner-border {
    display: none; }

.feedback-form__close-button {
  cursor: pointer; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p, ul {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font-size: 6rem;
  font-weight: 900; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 5rem; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 4rem; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 3rem; } }
h2 {
  font-size: 3rem;
  font-weight: 900; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 2.75rem; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 2.25rem; } }
  @media (max-width: 575px) {
    h2 {
      font-size: 1.75rem; } }
h3 {
  font-size: 2.25rem;
  font-weight: 700; }
  @media (max-width: 991px) {
    h3 {
      font-size: 1.75rem; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.5rem; } }
h4 {
  font-size: 1.5rem;
  font-weight: 700; }
  @media (max-width: 1199px) {
    h4 {
      font-size: 1.25rem; } }
h5 {
  font-size: 1.5rem;
  font-weight: 600; }

h6 {
  font-size: 1.125rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    h6 {
      font-size: 1rem; } }
  @media (max-width: 575px) {
    h6 {
      font-size: .85rem; } }
:root {
  --bs-body-color: #44352E; }

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #F2DED380;
  box-sizing: border-box;
  color: #44352E;
  overflow-x: hidden;
  position: relative; }
  body.noscroll {
    position: fixed;
    top: var(--st, 0);
    inline-size: 100%;
    overflow-y: scroll; }

.content {
  min-height: 60vh; }

.caption-404 {
  font-size: 260px;
  font-weight: 700;
  line-height: 1.1; }
  @media (max-width: 991px) {
    .caption-404 {
      font-size: 200px; } }
  @media (max-width: 575px) {
    .caption-404 {
      font-size: 100px; } }
.yuna-button {
  padding: 13.5px 14px;
  font-weight: 700;
  border-radius: 8px;
  background-color: unset;
  border: 1px solid #FFF;
  transition: background-color .1s ease-in-out; }
  @media (max-width: 575px) {
    .yuna-button {
      font-size: .85rem; } }
  .yuna-button.brown {
    background-color: #44352E;
    color: #FFF; }
    .yuna-button.brown:active, .yuna-button.brown:hover {
      background-color: #FFF;
      color: #44352E; }
  .yuna-button.white {
    background-color: #FFF;
    color: #44352E; }
    .yuna-button.white:active, .yuna-button.white:hover {
      background-color: #8C7E71;
      color: #FFF; }
  @media (max-width: 767px) {
    .yuna-button {
      padding: 10px 8px; } }
.yuna-text-1 {
  font-size: 1.5rem;
  font-weight: 500; }

p.large, span.large {
  font-size: 1.5rem;
  font-weight: 500; }
  p.large.bold, span.large.bold {
    font-weight: 700; }
  @media (max-width: 1199px) {
    p.large, span.large {
      font-size: 1.25rem; } }
  @media (max-width: 575px) {
    p.large, span.large {
      font-size: 1rem; } }
p.big, span.big {
  font-size: 1.125rem;
  font-weight: 500; }
  p.big.bold, span.big.bold {
    font-weight: 700; }
  @media (max-width: 575px) {
    p.big, span.big {
      font-size: .85rem; } }
p.medium, span.medium {
  font-size: 1rem;
  font-weight: 400; }
  p.medium.bold, span.medium.bold {
    font-weight: 700; }
  @media (max-width: 991px) {
    p.medium, span.medium {
      font-size: 0.875rem; } }
  @media (max-width: 575px) {
    p.medium, span.medium {
      font-size: 0.75rem; } }
p.small, span.small {
  font-size: 0.875rem;
  font-weight: 400; }
  p.small.bold, span.small.bold {
    font-weight: 700; }

.mobile-link {
  pointer-events: none; }
  @media (max-width: 767px) {
    .mobile-link {
      pointer-events: all; } }
.btn-group {
  border: 1px solid #44352E;
  overflow: hidden; }
  .btn-group .btn {
    border: 0;
    color: unset; }
  .btn-group .btn-check:checked + .btn {
    color: white;
    background-color: #44352E;
    border-radius: 0; }

.my-img {
  border-radius: 8px;
  width: 100%; }

.interactive {
  transition: transform .1s linear; }
  .interactive:hover {
    transform: scale(1.1); }
    .interactive:hover.int-small {
      transform: scale(1.05); }

.content__image-wrapper {
  position: relative; }

.ellipsis-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.card-item {
  overflow: hidden;
  height: 300px;
  border-radius: 8px;
  display: block; }

.card-label {
  position: absolute;
  padding: 14px;
  background-color: #44352E;
  opacity: 0.8;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  transition: all .5s ease-in-out; }

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slick-slider {
  touch-action: auto !important;
  -ms-touch-action: auto !important; }

.private-policy {
  text-decoration: underline; }
  .private-policy:hover {
    font-weight: 500;
    text-decoration: none; }

.background-spot {
  position: relative; }
  .background-spot .background-1 {
    position: absolute;
    display: flex;
    height: 300px;
    width: 300px;
    left: -40px;
    bottom: -40px;
    z-index: 0;
    content: url("/static/assets/background-light.png"); }
  .background-spot .background-2 {
    display: flex;
    position: absolute;
    top: -40px;
    right: -30px;
    height: 300px;
    width: 300px;
    z-index: 0;
    content: url("/static/assets/background-dark.png"); }

.placeholder-container {
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  .placeholder-container .placeholder-item {
    margin-top: 0.5rem;
    padding: 1rem;
    border: 1px solid #44352E; }

.news-card__wrapper {
  overflow: hidden;
  border-radius: 8px;
  min-height: 250px; }

.news-card__background {
  display: flex;
  flex-direction: column;
  background-color: #44352E;
  color: #FFF;
  height: 100%;
  width: 100%;
  padding: 1.5rem 1rem; }

.news-card__arrow {
  width: 32px; }

.yuna-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  color: white; }
  .yuna-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .yuna-card_label {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    opacity: 0.8;
    background-color: #44352E; }
    .yuna-card_label img {
      width: 34px;
      height: 34px; }

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