.collapse-button {
  width: auto;
}

.s-editorContent__collapsed {
  display: none;
}

.c-editorContent__read-more {
  font-size: 1.8rem;
  padding: 5px 10px;
  margin-left: 10px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  background: white;
}
.c-editorContent__read-more svg {
  margin-left: 5px;
}
.c-editorContent .wp-block-file__button {
  color: #fff;
}

.child-page-btn svg {
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .stickyNav {
    position: sticky;
    top: 50px;
    z-index: 1;
  }
}

.mainContent {
  overflow-x: hidden;
}

.l-section--partners {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.l-section .swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.l-section .swiper-wrapper {
  height: 100px;
}
.l-section .swiper-wrapper[slides-size=medium] {
  height: 230px;
}
@media (max-width: 768px) {
  .l-section .swiper-wrapper[slides-size=medium] {
    height: 210px;
  }
}
.l-section .swiper-wrapper[slides-size=large] {
  height: 300px;
}
@media (max-width: 768px) {
  .l-section .swiper-wrapper[slides-size=large] {
    height: 210px;
  }
}
.l-section .swiper-navigation {
  position: relative;
  width: 90px;
  justify-self: flex-end;
  height: 30px;
  margin-bottom: 10px;
}
.l-section .swiper-navigation .swiper-button-next,
.l-section .swiper-navigation .swiper-button-prev {
  height: 100%;
  margin: 0;
  top: 0;
}
.l-section .swiper-navigation .swiper-button-next::after,
.l-section .swiper-navigation .swiper-button-prev::after {
  font-size: 20px;
  color: #eb2329;
}
.l-section__partners__show-all {
  color: red;
  background: transparent;
  border: 0;
  padding: 0;
  align-self: flex-end;
  cursor: pointer;
}
.l-section__partners__popup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -5px;
  max-width: 600px;
}
.l-section__partners__popup .l-section__partners__partner {
  margin: 5px;
}
.l-section__partners__partner {
  padding: 5px;
  height: 100%;
  width: calc(33.33% - 7px);
  background: white;
  border-radius: 5px;
  border: 0.1rem solid lightgray;
  padding-bottom: 33%;
  position: relative;
}
.l-section__partners__partner .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.l-section__partners__list {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.l-section__partners-rest {
  flex-flow: wrap;
  gap: 10px;
  display: none;
  margin-bottom: 10px;
}
.l-section__partners-rest.active {
  display: flex;
}

@media (max-width: 767px) {
  .l-section__partners__partner {
    padding-bottom: 50%;
    width: calc(50% - 5px);
  }
}/*# sourceMappingURL=project.css.map */