.case figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.case {
  width: 100%;
  background-color: #F5F5F5;
}
@media (min-width: 84.625em) {
  .case {
    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 )) {
    .case {
      padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .case {
      padding-top: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case {
    padding-top: 3.75rem;
  }
}
@media (min-width: 84.625em) {
  .case {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .case {
      margin-bottom: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .case {
      margin-bottom: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case {
    margin-bottom: 3.75rem;
  }
}
.case__container {
  max-width: 1064px;
  width: 100%;
}
.case h1 {
  font-family: "Peridot PE Variable";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.3;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 84.625em) {
  .case h1 {
    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 )) {
    .case h1 {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .case h1 {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case h1 {
    margin-bottom: 1.875rem;
  }
}
.case__content {
  max-width: 100%;
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.case__content a {
  font-style: italic;
  text-decoration: underline;
}
.case__content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case__content figure figcaption {
  color: #797979;
  font-family: "Peridot PE Variable";
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 84.625em) {
  .case__content figure figcaption {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1rem , 0.9547283702rem  +  0.2012072435vw , 1.125rem )) {
    .case__content figure figcaption {
      font-size: clamp( 1rem , 0.9547283702rem  +  0.2012072435vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9547283702rem  +  0.2012072435vw , 1.125rem )) {
    .case__content figure figcaption {
      font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case__content figure figcaption {
    font-size: 1rem;
  }
}
@media (min-width: 84.625em) {
  .case__content figure figcaption {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.8243209256rem  +  0.5030181087vw , 1.25rem )) {
    .case__content figure figcaption {
      margin-bottom: clamp( 0.9375rem , 0.8243209256rem  +  0.5030181087vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.8243209256rem  +  0.5030181087vw , 1.25rem )) {
    .case__content figure figcaption {
      margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case__content figure figcaption {
    margin-bottom: 0.9375rem;
  }
}
.case__content p strong {
  color: #797979;
}
.case__content hr {
  margin-bottom: 20px;
}
.case__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-left: 0;
}
@media (min-width: 84.625em) {
  .case__content ul {
    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 )) {
    .case__content ul {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .case__content ul {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case__content ul {
    margin-bottom: 1.875rem;
  }
}
.case__content ul li {
  position: relative;
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 22px;
  list-style: none;
}
.case__content ul li strong {
  color: #161616;
  font-weight: 800;
}
.case__content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #D1F801;
}
.case__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-left: 25px;
}
@media (min-width: 84.625em) {
  .case__content ol {
    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 )) {
    .case__content ol {
      margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4222837022rem  +  2.0120724346vw , 3.125rem )) {
    .case__content ol {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case__content ol {
    margin-bottom: 1.875rem;
  }
}
.case__content ol li {
  position: relative;
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.case__content ol li strong {
  color: #161616;
  font-weight: 800;
}
.case h2 {
  color: #161616;
  font-family: "Peridot PE Variable";
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 84.625em) {
  .case h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem )) {
    .case h2 {
      font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.5689134809rem  +  0.8048289738vw , 2.25rem )) {
    .case h2 {
      font-size: calc(1.75rem + 0.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 84.625em) {
  .case h2 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.6486418511rem  +  1.0060362173vw , 2.5rem )) {
    .case h2 {
      margin-bottom: clamp( 1.875rem , 1.6486418511rem  +  1.0060362173vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.6486418511rem  +  1.0060362173vw , 2.5rem )) {
    .case h2 {
      margin-bottom: calc(1.875rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case h2 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 84.625em) {
  .case h2 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-top: clamp( 1.875rem , 1.6486418511rem  +  1.0060362173vw , 2.5rem )) {
    .case h2 {
      margin-top: clamp( 1.875rem , 1.6486418511rem  +  1.0060362173vw , 2.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.875rem , 1.6486418511rem  +  1.0060362173vw , 2.5rem )) {
    .case h2 {
      margin-top: calc(1.875rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case h2 {
    margin-top: 1.875rem;
  }
}
.case h3 {
  color: #161616;
  font-family: "Peridot PE Variable";
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 84.625em) {
  .case h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem )) {
    .case h3 {
      font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0797283702rem  +  0.2012072435vw , 1.25rem )) {
    .case h3 {
      font-size: calc(1.125rem + 0.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 84.625em) {
  .case h3 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .case h3 {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .case h3 {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case h3 {
    margin-bottom: 1.25rem;
  }
}
.case p {
  color: #797979;
  font-family: "Peridot PE Variable";
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 84.625em) {
  .case p {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1rem , 0.9547283702rem  +  0.2012072435vw , 1.125rem )) {
    .case p {
      font-size: clamp( 1rem , 0.9547283702rem  +  0.2012072435vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9547283702rem  +  0.2012072435vw , 1.125rem )) {
    .case p {
      font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case p {
    font-size: 1rem;
  }
}
@media (min-width: 84.625em) {
  .case p {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.8243209256rem  +  0.5030181087vw , 1.25rem )) {
    .case p {
      margin-bottom: clamp( 0.9375rem , 0.8243209256rem  +  0.5030181087vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.8243209256rem  +  0.5030181087vw , 1.25rem )) {
    .case p {
      margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case p {
    margin-bottom: 0.9375rem;
  }
}
.case figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 84.625em) {
  .case figure {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .case figure {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .case figure {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .case figure {
    margin-bottom: 1.25rem;
  }
}