.paragraph--tabs-item {
  cursor: pointer;
  padding: 25px;
  transition: box-shadow .4s cubic-bezier(0, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

:not(.is-active) > .paragraph--tabs-item .only-active {
  display: none;
}

:not(.is-active) > .paragraph--tabs-item .field--tabs-item-text h3 {
  color: #b4b4b4;
}

:not(.is-active) > .paragraph--tabs-item .field--tabs-item-text p {
  display: none;
}

.is-active > .paragraph--tabs-item {
  cursor: auto;
  border-radius: 8px;
}

.is-active > .paragraph--tabs-item .field--tabs-item-icon {
  color: #a0a0a0;
  background: linear-gradient(90deg, #18a7de, #f15cdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 1px;
  display: flex;
  position: relative;
}

.is-active > .paragraph--tabs-item .field--tabs-item-icon:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 1px;
}

.is-active > .paragraph--tabs-item .field--tabs-item-icon .only-active {
  z-index: 2;
}

.is-active > .paragraph--tabs-item .field--tabs-item-icon .only-active:before {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #18a7de, #f15cdb);
  -webkit-background-clip: text;
}

.is-active > .paragraph--tabs-item .unless-active {
  display: none;
}

.paragraph--tabs-item .paragraph__bar {
  background: #0170f7;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 1023.98px) {
  .paragraph--tabs-item .paragraph__bar {
    width: 100%;
    height: 5px;
  }
}

.paragraph--tabs-item .field--tabs-item-media {
  display: none;
}

.paragraph--tabs-item .field--tabs-item-icon {
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

@media (width <= 1023.98px) {
  .paragraph--tabs-item .field--tabs-item-icon .only-active {
    display: none;
  }

  .paragraph--tabs-item .field--tabs-item-icon .unless-active {
    z-index: 2;
    display: block;
  }

  .paragraph--tabs-item .field--tabs-item-icon .unless-active:before {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #18a7de, #f15cdb);
    -webkit-background-clip: text;
  }
}

.paragraph--tabs-item .field--tabs-item-text {
  margin-top: 6px;
}

.paragraph--tabs-item .field--tabs-item-text p {
  color: #555;
  margin-top: 12px;
}

.paragraph--tabs-item .tabs-item-head--wrapper {
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  display: flex;
}

.paragraph--tabs-item .tabs-item-head--wrapper .tabs-item-step--wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  display: flex;
}

.paragraph--tabs-item .tabs-item-head--wrapper .tabs-item-step--wrapper .field--paragraph--tabs-item-step {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.paragraph--tabs-item .tabs-item-head--wrapper .tabs-item-step--wrapper .field--paragraph--tabs-item-head {
  color: #a0a0a0;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.is-active > .paragraph--tabs-item .tabs-item-head--wrapper .tabs-item-step--wrapper .field--paragraph--tabs-item-head {
  color: #282828;
}
/*# sourceMappingURL=paragraph--tabs-item.css.map */
