/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-business-business/style.scss ***!
  \********************************************************************************************************************************************************************/
:root {
  --font-roboto: "Roboto", sans-serif;
  --font-gothic: "Century Gothic", sans-serif;
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-cards-slider {
  background-color: #F7F7F7;
}
.bio-cards-slider__container {
  max-width: 65.875rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem 2.625rem;
}
@media (min-width: 768px) {
  .bio-cards-slider__container {
    padding: 5.5rem 1.5rem 6.625rem;
  }
}
@media (min-width: 1200px) {
  .bio-cards-slider__container {
    padding: 5.5rem 0 6.625rem;
  }
}
.bio-cards-slider {
  /*   */
}
.bio-cards-slider__grid {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .bio-cards-slider__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bio-cards-slider__card {
  display: flex;
  flex-direction: column;
  height: auto;
}
.bio-cards-slider__card:hover .bio-cards-slider__image img {
  transform: scale(1.05);
}
.bio-cards-slider__category {
  color: #27282A;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid #4A5466;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.75rem;
}
.bio-cards-slider__logo {
  margin-bottom: 1.5rem;
}
.bio-cards-slider__logo img {
  max-width: 100%;
  height: 2.3125rem;
  display: block;
}
.bio-cards-slider__title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .bio-cards-slider__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.bio-cards-slider__description {
  color: #27282A;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.bio-cards-slider__image {
  margin-bottom: 1.5rem;
  overflow: hidden;
  height: 15rem;
}
.bio-cards-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all ease 0.3s;
}
.bio-cards-slider__button-wrapper {
  margin-top: auto;
}
.bio-cards-slider__navigation {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .bio-cards-slider__navigation {
    display: none;
  }
}
.bio-cards-slider__nav-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #4a4f54;
}
.bio-cards-slider__nav-button svg {
  width: 24px;
  height: 24px;
}
.bio-cards-slider__nav-button:hover:not(.swiper-button-disabled) {
  background-color: #4a4f54;
  border-color: #4a4f54;
  color: #ffffff;
}
.bio-cards-slider__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.bio-cards-slider .swiper-wrapper {
  display: flex;
}
.bio-cards-slider .swiper-slide {
  height: auto;
  display: flex;
}
