.accrodion-wrapper {
  counter-reset: accordion-counter;
  position: relative;
}

.accordion-item.active {
  box-shadow: 0px 10px 40px 0px rgba(187, 199, 206, 0.25);
}

.has-counter .accordion-toggle:before {
  counter-increment: accordion-counter;
  content: counter(accordion-counter, decimal-leading-zero) ".";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.accordion-toggle {
  position: relative;
}

.accordion-toggle:after {
  content: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M14.1788 6.32817H14.1796H8.67183V0.830732C8.67183 0.378293 8.30549 0 7.85305 0H7.14829C6.69598 0 6.32805 0.378293 6.32805 0.830732V6.32817H0.820366C0.368171 6.32817 0 6.69402 0 7.14659V7.85536C0 8.30756 0.368049 8.67183 0.820366 8.67183H6.32817V14.1891C6.32817 14.6413 6.69598 14.9999 7.14841 14.9999H7.85317C8.30561 14.9999 8.67195 14.6412 8.67195 14.1891V8.67183H14.1788C14.6312 8.67183 15 8.30744 15 7.85536V7.14659C15 6.69402 14.6312 6.32817 14.1788 6.32817Z" fill="black"/></svg>');
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  padding-bottom: 0;
  border-radius: 8px;
  background-color: #f3f4f6;
}

.accordion-toggle.active::after {
  content: url('data:image/svg+xml,<svg width="15" height="3" viewBox="0 0 15 3" fill="none" xmlns="http://www.w3.org/2000/svg" ><path d="M0.820366 0H6.32805H14.1788C14.1788 0 15 0.365855 15 0.818416V1.52719C15 1.97927 14.6312 2.34366 14.1788 2.34366H8.67195H6.32817H0.820366C0.368049 2.34366 0 1.97939 0 1.52719V0.818416C0 0.365855 0.368171 0 0.820366 0Z" fill="white"/></svg>');
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #111827;
  padding: 8px;
  padding-top: 2px;
}

.home .accordion-toggle.active::after {
  content: url('data:image/svg+xml,<svg width="15" height="3" viewBox="0 0 15 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.820366 0H6.32805H14.1788C14.1788 0 15 0.365855 15 0.818416V1.52719C15 1.97927 14.6312 2.34366 14.1788 2.34366H8.67195H6.32817H0.820366C0.368049 2.34366 0 1.97939 0 1.52719V0.818416C0 0.365855 0.368171 0 0.820366 0Z" fill="black"/></svg>');
}

@media screen and (min-width: 767px) {
  .has-counter .accordion-toggle::before {
    left: 36px;
  }
  .accordion-toggle::after,
  .accordion-toggle.active::after {
    right: 28px;
  }
}
