/* Generated by vite-plugin-svg-spritemap */
.tabs__navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.tabs__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  border: 0.0625rem solid #eee;
  background: #fff;
  padding: 0.625rem 0.9375rem;
}
.tabs__title.--tab-active {
  background: #f8f8f8;
  color: #d4af37;
}
.tabs__body-previews, .tabs__body-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tabs__body-previews img, .tabs__body-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs__album-info {
  background: #fff;
  text-align: center;
  padding: 1.25rem;
}
.tabs__album-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  max-width: 31.25rem;
  margin: 0 auto;
}
.tabs__album-date {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 auto;
}/* Generated by vite-plugin-svg-spritemap */
.heroport {
  background-color: #f8f8f8;
  text-align: center;
}
.heroport__title {
  color: #000000;
  font-weight: 400;
}
.heroport__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.contentport {
  background-color: #f9f9f9;
  padding-inline: 1.25rem;
}
.contentport__container {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}/* Generated by vite-plugin-svg-spritemap */@media (max-width: 47.99875em) {
  .tabs__navigation {
    flex-direction: column;
  }
  .tabs__body-previews, .tabs__body-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs__album-name {
    line-height: 1.25;
  }
}@media (width <= 20em) {
  .tabs__title {
    font-size: 1rem;
  }
  .tabs__body-previews, .tabs__body-body {
    gap: 1.25rem;
  }
  .tabs__album-name {
    font-size: 1.125rem;
  }
  .tabs__album-name {
    margin-bottom: 0.5rem;
  }
  .tabs__album-date {
    font-size: 1rem;
  }
  .heroport {
    padding-top: 6.25rem;
  }
  .heroport__title {
    font-size: 1.75rem;
  }
  .heroport__title {
    margin-bottom: 1.5rem;
  }
  .heroport__subtitle {
    font-size: 1.125rem;
  }
  .contentport {
    padding-block: 2.5rem;
  }
}@media (width > 20em) and (width <= 79.375em) {
  .tabs__title {
    font-size: clamp( 1rem , 0.95789473684375rem  +  0.2105263158vw , 1.125rem );
  }
  .tabs__body-previews, .tabs__body-body {
    gap: clamp( 1.25rem , 1.0394736842125rem  +  1.0526315789vw , 1.875rem );
  }
  .tabs__album-name {
    font-size: clamp( 1.125rem , 1.04078947368125rem  +  0.4210526316vw , 1.375rem );
  }
  .tabs__album-name {
    margin-bottom: clamp( 0.5rem , 0.41578947368125rem  +  0.4210526316vw , 0.75rem );
  }
  .tabs__album-date {
    font-size: clamp( 1rem , 0.95789473684375rem  +  0.2105263158vw , 1.125rem );
  }
  .heroport {
    padding-top: clamp( 6.25rem , 5.19736842105rem  +  5.2631578947vw , 9.375rem );
  }
  .heroport__title {
    font-size: clamp( 1.75rem , 1.1605263157875rem  +  2.9473684211vw , 3.5rem );
  }
  .heroport__title {
    margin-bottom: clamp( 1.5rem , 1.373684210525rem  +  0.6315789474vw , 1.875rem );
  }
  .heroport__subtitle {
    font-size: clamp( 1.125rem , 1.04078947368125rem  +  0.4210526316vw , 1.375rem );
  }
  .contentport {
    padding-block: clamp( 2.5rem , 1.65789473684375rem  +  4.2105263158vw , 5rem );
  }
}@media (width > 79.375em) {
  .tabs__title {
    font-size: 1.125rem;
  }
  .tabs__body-previews, .tabs__body-body {
    gap: 1.875rem;
  }
  .tabs__album-name {
    font-size: 1.375rem;
  }
  .tabs__album-name {
    margin-bottom: 0.75rem;
  }
  .tabs__album-date {
    font-size: 1.125rem;
  }
  .heroport {
    padding-top: 9.375rem;
  }
  .heroport__title {
    font-size: 3.5rem;
  }
  .heroport__title {
    margin-bottom: 1.875rem;
  }
  .heroport__subtitle {
    font-size: 1.375rem;
  }
  .contentport {
    padding-block: 5rem;
  }
}