/**
 * Block : Goals
 * =================================
 *
 *
 *
 */

.goals__body,
.goals__item {
  position: relative;
}

.goals__item {
  aspect-ratio: 1/1;
  z-index: 0;
}

.goals__body .controls {
  position: absolute;
  top: 50%;
  left: -7.5px;
  transform: translateY(-50%);
  width: calc(100% + 15px);
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goals__body .controls > button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}

.goals__body .controls > button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.goals__body .controls > button svg path {
  fill: var(--wp--preset--color--secondary);
}

@media screen and (max-width: 1199px) {
  .goals__body .tns-inner {
    padding: 0 29px;
  }
}
