.cases .case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  padding-inline: 0px !important;
}

.cases-bg {
  width: 100%;
  height: 125px;
  background-color: #161616;
}

.cases {
  background-color: #F5F5F5;
}
@media (min-width: 84.625em) {
  .cases {
    padding-top: 6.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .cases {
      padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .cases {
      padding-top: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .cases {
    padding-top: 3.75rem;
  }
}
@media (min-width: 84.625em) {
  .cases {
    padding-bottom: 8.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (padding-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem )) {
    .cases {
      padding-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem );
    }
  }
  @supports not (padding-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem )) {
    .cases {
      padding-bottom: calc(5rem + 3.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .cases {
    padding-bottom: 5rem;
  }
}
.cases__container {
  max-width: 1064px;
}
.cases__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 84.625em) {
  .cases__head {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .cases__head {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .cases__head {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .cases__head {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .cases__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.cases hr {
  stroke-width: 1px;
  background-color: rgba(121, 121, 121, 0.3);
  height: 1px;
  width: 100%;
}
@media (min-width: 84.625em) {
  .cases hr {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .cases hr {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .cases hr {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .cases hr {
    margin-bottom: 1.875rem;
  }
}
.cases__title {
  max-width: 647px;
  width: 100%;
  color: #161616;
  font-family: "Peridot PE Variable";
  font-weight: 800;
  line-height: 1.3;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 84.625em) {
  .cases__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.75rem , 1.2520120724rem  +  2.2132796781vw , 3.125rem )) {
    .cases__title {
      font-size: clamp( 1.75rem , 1.2520120724rem  +  2.2132796781vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.2520120724rem  +  2.2132796781vw , 3.125rem )) {
    .cases__title {
      font-size: calc(1.75rem + 1.375 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .cases__title {
    font-size: 1.75rem;
  }
}
.cases__title.hidden {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.cases__title.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.cases .btn-cta {
  width: 264px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cases__block {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.cases__block.hidden {
  opacity: 0;
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
}
.cases__block.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 992px) {
  .cases__block {
    gap: 50px;
  }
}
.cases a.cases__case.case {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
.cases .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 316px;
  min-height: 220px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.cases .case:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.cases .case__image {
  border-radius: 5px;
  width: 100%;
  height: 220px !important;
  overflow: hidden;
}
.cases .case__title {
  margin-bottom: 10px;
  line-height: 1.3;
  padding-inline: 5px;
}
.cases .case__title.h3 {
  margin-bottom: 0;
}
.cases .case__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0 !important;
  min-height: 0;
  font-size: 16px;
  padding-inline: 5px;
  line-height: 1.3;
  margin-bottom: 0;
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 40px;
  z-index: 3;
}
.pagination a, .pagination span {
  padding: 10px 16px;
  border: 1px solid #161616;
  border-radius: 6px;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  line-height: 1;
  color: #161616;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  background-color: #161616;
  color: #FFF;
}
.pagination .current {
  background-color: #D1F801;
  border-color: #D1F801;
  color: #FFF;
}