/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors, body.frontend .section-sponsors {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 55px 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__title, body.frontend .section-sponsors__title {
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__text *, body.frontend .section-sponsors__text * {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__text *, body.frontend .section-sponsors__text * {
    font-size: calc(16px + 4 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__text *, body.frontend .section-sponsors__text * {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__text *, body.frontend .section-sponsors__text * {
    font-size: 20px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor, body.frontend .section-sponsors .sponsor {
  padding: 24px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor, body.frontend .section-sponsors .sponsor {
    padding: 24px 35px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor--item, body.frontend .section-sponsors .sponsor--item {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.51);
  position: relative;
  padding: 15px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor--item img, body.frontend .section-sponsors .sponsor--item img {
  height: 100%;
  width: auto;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__sponsors, body.frontend .section-sponsors__sponsors {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors__sponsors.closed, body.frontend .section-sponsors__sponsors.closed {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .load-more-sponsors.hide, body.frontend .section-sponsors .load-more-sponsors.hide {
  display: none !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .load-more-sponsors.closed, body.frontend .section-sponsors .load-more-sponsors.closed {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor-close, body.frontend .section-sponsors .sponsor-close {
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor-close span.close, body.frontend .section-sponsors .sponsor-close span.close {
  display: block;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor-close span.open, body.frontend .section-sponsors .sponsor-close span.open {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor-close .closed span.close, body.frontend .section-sponsors .sponsor-close .closed span.close {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-sponsors .sponsor-close .closed span.open, body.frontend .section-sponsors .sponsor-close .closed span.open {
  display: block;
}

/*# sourceMappingURL=block.css.map*/