.publishers {
  margin-top: calc(-1 * clamp(56px, 10vw, 106px));
  padding: clamp(80px, 12vw, 165px) 0 clamp(54px, 15vw, 200px);
  background-color: #fff;
  background: linear-gradient(to bottom, rgba(249, 245, 255, 0.3) 95%, #fff 100%), url("../../../../assets/img/publishers-bg.webp") no-repeat center/cover;
  color: var(--p-text-color);
  background-position: top center;
}
.publishers__title {
  max-width: 855px;
  margin: 0 auto clamp(30px, 3vw, 40px);
  text-align: center;
  font-size: clamp(36px, 5vw, 56px);
}
.publishers__title strong {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 600;
  font-style: normal;
  color: var(--color-accent);
  position: relative;
}
.publishers__title strong:after {
  content: "";
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzcwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMzcwIDEwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiA4Qzc3LjA3OTMgNi4yMTIyOCAyMTEuNjg5IDMuODUxODkgMjgzLjk5OSAyLjc2ODk4QzM1Ni4zMDggMS42ODYwOCAzNjIuMjM5IDEuOTUyMiAzNjggMi4zMzE0OSIgc3Ryb2tlPSIjNTYzQ0U5IiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=") no-repeat center/contain;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 166/6;
}
.publishers__snippet {
  max-width: 820px;
  text-align: center;
  margin: 0 auto 30px;
}
.publishers__action {
  margin-bottom: 40px;
  text-align: center;
}
.publishers__tabs {
  box-shadow: 0 2.81px 28.13px 0 rgba(166, 130, 249, 0.4);
  border-radius: 16px;
  max-width: 1002px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
}
.publishers__swipe {
  text-align: center;
  margin-top: 6px;
  display: none;
}
@media (width < 1360px) and (width >= 1280px) {
  .publishers__tabs {
    zoom: 0.92;
  }
}
@media (width < 1280px) {
  .publishers {
    padding-bottom: 48px;
  }
  .publishers__swipe {
    display: block;
  }
  .publishers__dots {
    display: flex;
  }
}
@media (width < 992px) {
  .publishers__tabs {
    box-shadow: unset;
    background: transparent;
  }
}
@media (width < 768px) {
  .publishers {
    background: linear-gradient(to bottom, transparent 90%, white 100%), url("../../../../assets/img/publishers-bg.webp") no-repeat center/cover;
    padding-bottom: 8px;
  }
  .publishers__action .btn {
    width: 100%;
  }
}

.ptabs {
  display: flex;
  padding: 22px 16px 12px;
  justify-content: center;
  overflow: auto;
  scrollbar-width: thin;
}
.ptabs__item {
  font-family: inherit;
  display: flex;
  align-items: center;
  padding: 8px 14px 5px;
  background: transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: 0;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.ptabs__item svg,
.ptabs__item path {
  stroke: currentColor;
}
.ptabs__item:hover {
  color: var(--color-accent);
}
.ptabs__item--active {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
@media (width < 992px) {
  .ptabs {
    padding: 0 12px 6px 12px;
    margin-bottom: 10px;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
  }
  .ptabs__item {
    border-bottom: 0;
    padding: 8px 14px;
    border-radius: 8px;
  }
  .ptabs__item--active {
    background: #fff;
  }
}

.pbody {
  position: relative;
  aspect-ratio: 1002/572;
  overflow: visible;
}
.pbody__item + .pbody__item {
  display: none;
}
.pbody.swiper-initialized .pbody__item {
  display: block;
}
.pbody__image {
  width: 100%;
  height: auto;
  display: block;
}
.pbody__arrow {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
}
.pbody__item--active .pbody__arrow {
  animation: fadeUp 0.6s ease forwards;
}
@media (width < 1280px) {
  .pbody__arrow {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pbody-pagination {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .pbody-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #d1d1d1;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: 0;
    opacity: 1;
    margin: 0;
  }
  .pbody-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    background: #563ce9;
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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