.company-labels-block {
  --font-family-heading: "Oswald", sans-serif;
  --font-family-body: "Gill Sans Nova", serif;
  --font-size-heading-h2: 4.8rem;
  --font-size-heading-h3: 4rem;
  --font-size-heading-h6: 2rem;
  --font-size-body-md: 1.6rem;
  --font-size-body-sm: 1.4rem;
  --section-padding-vertical: 9.6rem 0;
  --section-container-width: 130.5rem;
  --section-background-color: #F8F8FF;
  --swiper-slide-background-color: #E9ECF9;
  --swiper-slide-image-background-color: #FFFFFF66;
  --swiper-slide-text-color: #0D1633;
  --swiper-slide-gap: 1.6rem;
  --swiper-slide-padding: 3.2rem 2.4rem 1.6rem;
  --swiper-slide-radius: 0.8rem;
  --swiper-slide-height: 27.2rem;
  overflow: hidden;
  padding: var(--section-padding-vertical);
  width: 100%;
  background-color: var(--section-background-color);
}
@media (max-width: 1024px) {
  .company-labels-block {
    --font-size-heading-h2: 4rem;
    --font-size-heading-h6: 1.8rem;
    --section-padding-vertical: 5.6rem 0;
    --section-container-width: 72rem;
    --swiper-slide-gap: 0.8rem;
    --swiper-slide-radius: 0.4rem;
  }
}
@media (max-width: 767px) {
  .company-labels-block {
    --font-size-heading-h2: 3.2rem;
    --font-size-heading-h6: 1.6rem;
    --section-container-width: 44.8rem;
    --section-padding-vertical: 4.8rem 0;
    --swiper-slide-gap: 0.8rem;
    --swiper-slide-radius: 0.4rem;
  }
}
@media (min-width: 2560px) {
  .company-labels-block {
    --font-size-heading-h2: 6.4rem;
    --font-size-heading-h3: 5.6rem;
    --font-size-heading-h6: 3.6rem;
    --font-size-body-lg: 3.2rem;
    --font-size-body-md: 2.4rem;
    --font-size-body-sm: 1.8rem;
    --section-padding: 12.4rem 0;
    --section-container-width: 172rem;
    --swiper-slide-gap: 2.4rem;
    --swiper-slide-radius: 0.8rem;
    --swiper-slide-padding: 4rem 2.4rem;
    --swiper-slide-height: 40.8rem;
  }
}
.company-labels-block h1,
.company-labels-block h2,
.company-labels-block h3,
.company-labels-block h4,
.company-labels-block h5,
.company-labels-block h6,
.company-labels-block p {
  margin: 0;
}
.company-labels-block .container {
  max-width: 100%;
}
.company-labels-block .container .title-container {
  max-width: 84.2rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .company-labels-block .container .title-container {
    max-width: var(--section-container-width);
  }
}
@media (min-width: 2560px) {
  .company-labels-block .container .title-container {
    max-width: var(--section-container-width);
  }
}
.company-labels-block h2 {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: var(--font-size-heading-h2);
  line-height: 1.1em;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.company-labels-block .subtitle {
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-md);
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: center;
}
.company-labels-block .subtitle:not(:first-child) {
  margin-top: 2.4rem;
}
@media (max-width: 1024px) {
  .company-labels-block .subtitle:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.company-labels-block .swiper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  margin-top: 6.4rem;
  max-width: calc(var(--section-container-width) + var(--swiper-slide-gap));
}
@media (max-width: 1024px) {
  .company-labels-block .swiper {
    margin-top: 4rem;
    max-width: calc(var(--section-container-width) + var(--swiper-slide-gap));
  }
}
@media (min-width: 2560px) {
  .company-labels-block .swiper {
    margin-top: 6.4rem;
  }
}
.company-labels-block .swiper[data-cols="5"] {
  width: 132rem;
}
@media (min-width: 2560px) {
  .company-labels-block .swiper[data-cols="5"] {
    width: 100%;
  }
}
.company-labels-block .swiper[data-cols="4"] {
  width: 121rem;
}
@media (min-width: 2560px) {
  .company-labels-block .swiper[data-cols="4"] {
    width: 100%;
  }
}
.company-labels-block .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.company-labels-block .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.company-labels-block .swiper-slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
  height: 100%;
  border-radius: var(--swiper-slide-radius);
  padding: var(--swiper-slide-padding);
  min-height: var(--swiper-slide-height);
  width: calc(100% - var(--swiper-slide-gap));
  background-color: var(--swiper-slide-background-color);
  color: var(--swiper-slide-text-color);
}
@media (min-width: 2560px) {
  .company-labels-block .swiper-slide-content {
    gap: 2.95rem;
  }
}
.company-labels-block .swiper-slide-content h3 {
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-size: var(--font-size-heading-h6);
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.company-labels-block .swiper-slide-content p {
  font-family: var(--font-family-body);
  font-size: var(--font-size-body-sm);
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 1024px) {
  .company-labels-block .swiper-slide-content p {
    line-height: 1.4em;
  }
}
.company-labels-block .swiper-slide-content p:not(:first-child) {
  margin-top: 0.4rem;
}
@media (min-width: 2560px) {
  .company-labels-block .swiper-slide-content p:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.company-labels-block .swiper-slide-content h3,
.company-labels-block .swiper-slide-content p {
  transition: color 140ms ease-in-out;
}
.company-labels-block .swiper-slide-content .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.8rem;
  border-radius: 0.6rem;
  width: 100%;
  height: 6.7rem;
  background-color: var(--swiper-slide-image-background-color);
}
.company-labels-block .swiper-slide-content .image-container img {
  max-height: 4.8rem;
  width: auto;
}
.company-labels-block .swiper-slide-content .text-content {
  flex-grow: 1;
}
.company-labels-block .swiper-slide-content .btn-circle-dark {
  --btn-width: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  border-radius: 4rem;
  width: var(--btn-width);
  height: var(--btn-width);
  background-color: var(--swiper-slide-text-color);
}
@media (min-width: 2560px) {
  .company-labels-block .swiper-slide-content .btn-circle-dark {
    --btn-width: 4.8rem;
  }
}
.company-labels-block .swiper-slide-content .btn-circle-dark img {
  height: 1.7rem;
  width: auto;
}
.company-labels-block .swiper-buttons {
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 0.8rem;
  padding: 1.6rem 0;
}
@media (min-width: 2560px) {
  .company-labels-block .swiper-buttons {
    gap: 6rem;
  }
}
.company-labels-block .swiper-buttons:has( button:not(.swiper-button-disabled)) {
  display: flex;
}
.company-labels-block .swiper-buttons button {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.company-labels-block .swiper-buttons button img {
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 2560px) {
  .company-labels-block .swiper-buttons button img {
    height: 4rem;
    min-width: 4rem;
  }
}
.company-labels-block .swiper-buttons button.swiper-button-disabled {
  opacity: 35%;
}
.company-labels-block .swiper-buttons button::after {
  display: none;
}
.company-labels-block .swiper-buttons button:focus,
.company-labels-block .swiper-buttons button:hover {
  background-color: transparent;
}
/*# sourceMappingURL=index.css.map */