/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
.snk-case-study .splide__arrow {
  transform: none;
  top: unset;
  bottom: 0;
  padding: 1.3125rem;
  transition: all 0.3s ease;
  background-color: #fff;
  opacity: 1;
}
.snk-case-study .splide__arrow:disabled {
  opacity: 0.65;
}
.snk-case-study .splide__arrow:not(:disabled):hover, .snk-case-study .splide__arrow:not(:disabled):active {
  background-color: #00ff59;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: all 0.3s ease;
}
.snk-case-study .splide__arrow:not(:disabled):hover svg, .snk-case-study .splide__arrow:not(:disabled):active svg {
  fill: #101010;
}
.snk-case-study .splide__arrow:focus-visible {
  outline: 1px solid #101010;
  outline-offset: 0.1875rem;
}
.snk-case-study .splide__arrow svg {
  fill: #101010;
  width: 0.875rem;
  height: 0.875rem;
  transition: all 0.3s ease;
}
.snk-case-study .splide__arrow--prev {
  left: 0;
}
.snk-case-study .splide__arrow--next {
  right: unset;
  left: 3.75rem;
}
.snk-case-study .splide__pagination {
  gap: 0.5625rem;
  left: 33.33333333%;
  bottom: 1.5rem;
  justify-content: flex-start;
}
.snk-case-study .splide__pagination__page {
  background-color: #444;
  opacity: 1;
}
.snk-case-study .splide__pagination__page.is-active {
  background-color: #fff;
  width: 1.1875rem;
}
.snk-case-study-slider.is-overflow .snk-case-study-slide {
  margin-bottom: 7rem;
}
.snk-case-study .snk-roofline {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .snk-case-study .snk-roofline {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .snk-case-study .snk-roofline {
    display: flex;
    align-items: center;
  }
  .snk-case-study .snk-roofline span {
    flex-shrink: 0;
    margin-right: 3rem;
  }
  .snk-case-study .snk-roofline::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #fff;
  }
}
.snk-case-study-company {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.snk-case-study-company span {
  color: #00c7b9;
}
@media (max-width: 767.98px) {
  .snk-case-study-company {
    margin-top: 0.75rem;
  }
}
.snk-case-study-kpi-wrapper, .snk-case-study-quote-wrapper {
  margin-top: 3.5rem;
}
@media (max-width: 767.98px) {
  .snk-case-study-kpi-wrapper, .snk-case-study-quote-wrapper {
    margin-top: 3rem;
  }
}
.snk-case-study-quote-wrapper .snk-btn-tertiary {
  margin-top: 4rem;
}
.snk-case-study-kpi-wrapper .snk-case-study-kpi {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #00c7b9;
}
@media (max-width: 1023.98px) {
  .snk-case-study-kpi-wrapper .snk-case-study-kpi {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .snk-case-study-kpi-wrapper .snk-case-study-kpi {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }
}
.snk-case-study-kpi-desc {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .snk-case-study-kpi-desc {
    margin-top: 1.125rem;
  }
}
.snk-case-study-quote {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .snk-case-study-quote {
    font-size: 1.25rem;
  }
}
.snk-case-study-testimonial {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-right: 1rem;
}
.snk-case-study-testimonial-wrapper {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .snk-case-study-testimonial-wrapper {
    margin-top: 3rem;
  }
}
.snk-case-study-testimonial img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .snk-case-study-testimonial img {
    width: 48px;
    height: 48px;
  }
}
.snk-case-study-testimonial p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .snk-case-study-testimonial p {
    font-size: 0.875rem;
  }
}
.snk-case-study-testimonial p.snk-case-study-testimonial-name {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.snk-case-study-testimonial-logo img {
  height: 4.25rem;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .snk-case-study-testimonial-logo img {
    height: 2rem;
  }
}