/* General CSS */
.heading-title {
  text-align: center;
}

.logo-title {
  margin: auto;
}

/* ############################################################################
############# Generic Category 6891dd2085fa623494b7dc0f #######################
############################################################################# */
.sh-ge-collect-6891dd2085fa623494b7dc0f
  .BannerCollection-component
  .banner-content {
  max-width: 100%;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #00000054, transparent);
}
.sh-ge-collect-6891dd2085fa623494b7dc0f
  .BannerCollection-component:hover
  .banner-content {
  background: linear-gradient(0deg, #0000007a, #00000040, #00000000);
}
.sh-ge-collect-6891dd2085fa623494b7dc0f
  .BannerCollection-component
  .banner-title {
  text-shadow: 1px 2px 6px #6c6c6c;
  font-size: 24px;
}
.sh-ge-collect-6891dd2085fa623494b7dc0f
  .BannerCollection-component
  .banner-button {
  box-shadow: 0px 2px 6px 2px #58585857;
  padding: 8px 12px;
}
.sh-ge-collect-6891dd2085fa623494b7dc0f
  .BannerCollection-component
  .banner-button:hover {
  background: var(--button-main) !important;
  color: var(--button-contrast-text) !important;
}

@media (max-width: 480px) {
  .sh-ge-collect-6891dd2085fa623494b7dc0f
    .BannerCollection-component
    .banner-title {
    font-size: 16px;
  }
  .sh-ge-collect-6891dd2085fa623494b7dc0f
    .BannerCollection-component
    .banner-button {
    font-size: 10px;

    font-size: 10px;
  }
}

/* ############################################################################
############# Generic Category 6891fce9d6b03035777fa276 #######################
############################################################################# */
.sh-ge-collect-6891fce9d6b03035777fa276
  .BannerCollection-component
  .banner-collection {
  border-radius: 100%;
  overflow: hidden;
}
.sh-ge-collect-6891fce9d6b03035777fa276
  .BannerCollection-component
  .banner-collection
  .banner-image {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.sh-ge-collect-6891fce9d6b03035777fa276
  .BannerCollection-component
  .banner-collection:hover
  .banner-image {
  transform: scale(1.05);
}
.sh-ge-collect-6891fce9d6b03035777fa276
  .BannerCollection-component
  .banner-content {
  position: static;
  width: 100%;
  max-width: unset;
  text-align: center;
}
.sh-ge-collect-6891fce9d6b03035777fa276
  .BannerCollection-component
  .banner-content
  h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (min-width: 481px) {
  .sh-ge-collect-6891fce9d6b03035777fa276
    .BannerCollection-component
    .banner-content
    h2 {
    font-size: 16px;
  }
}
