@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  background-color: #efebe4;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}

*:focus {
  outline: none;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none !important;
}

main {
  overflow: unset;
}

@media only screen and (min-width: 0px) {
  .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1348px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px !important;
  }
}

.btn {
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  line-height: 125%;
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  gap: 8px;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn {
    gap: 6px;
    height: 30px;
  }
}
.btn i {
  width: 16;
  height: 16px;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn i {
    width: 14px;
    height: 14px;
  }
}
.btn i svg {
  width: 100%;
  height: 100%;
}
.btn.w-full {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .btn.w-mobile-full {
    width: 100%;
  }
}
.btn.btn-text {
  font-size: 12px;
  color: rgba(38, 26, 40, 0.8);
  line-height: 133.333%;
  height: fit-content;
}
.btn.btn-text-light {
  font-size: 12px;
  color: #efebe4;
  line-height: 133.333%;
  height: fit-content;
}
.btn.h-40 {
  height: 40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.h-40 {
    height: 36px;
  }
}
.btn.h-48 {
  height: 48px;
}
.btn.btn-light {
  padding: 0 16px;
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
  background: #fafafa;
  border-radius: 80px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.1);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.btn-light {
    padding: 0 8px;
    font-size: 12px;
  }
}
.btn.btn-light:hover {
  border-radius: 12px;
}
.btn.btn-primary {
  padding: 0 16px;
  box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.1) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.2) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.1);
  background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
  border-radius: 80px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2px;
  color: #efebe4;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn.btn-primary {
    padding: 0 8px;
    font-size: 12px;
  }
}
.btn.btn-primary:hover {
  border-radius: 12px;
}
.btn.btn-primary i svg path {
  stroke: #efebe4;
}

.homepage-case-study {
  padding: 120px 0;
  background: #efebe4;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-top: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-top: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-top: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-top: 7.8125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-bottom: 20.5128205128vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-bottom: 13.8648180243vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-bottom: 10.4166666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-bottom: 7.8125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-top: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-top: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-top: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study {
    padding-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study {
    padding-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study {
    padding-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study {
    padding-bottom: 3.90625vw;
  }
}
.homepage-case-study-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-head {
    text-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    margin-bottom: 10.2564102564vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    margin-bottom: 6.9324090121vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    margin-bottom: 5.2083333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    gap: 3.5897435897vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    gap: 2.4263431542vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    gap: 1.8229166667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    gap: 1.3671875vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head {
    gap: 3.0769230769vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head {
    gap: 2.0797227036vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head {
    gap: 1.171875vw;
  }
}
.homepage-case-study-head .title * {
  font-family: Red Hat Display !important;
  font-weight: normal;
  font-style: normal;
  color: #261a28;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .title * {
    line-height: 125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .title * {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .title * {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .title * {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .title * {
    font-size: 3.125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-head .title * {
    line-height: 115%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .title * {
    font-size: 7.1794871795vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .title * {
    font-size: 4.8526863085vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .title * {
    font-size: 3.6458333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .title * {
    font-size: 2.734375vw;
  }
}
.homepage-case-study-head .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: rgba(38, 26, 40, 0.8);
  font-size: 20px;
  line-height: 140%;
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    line-height: 133%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .description {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .description {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    line-height: 137%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .description {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .description {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .description {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .description {
    font-size: 1.5625vw;
  }
}
.homepage-case-study-head .action {
  display: flex;
}
.homepage-case-study-head .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #261a28;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 19px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    line-height: 122%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-top: 4.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-top: 2.9462738302vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-top: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-top: 1.66015625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-bottom: 4.358974359vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.9462738302vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.2135416667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-bottom: 1.66015625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    gap: 1.5384615385vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    gap: 1.0398613518vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    gap: 0.78125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    gap: 0.5859375vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    font-size: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-top: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-top: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-top: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    padding-bottom: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    padding-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    padding-bottom: 1.5625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a {
    gap: 1.0256410256vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a {
    gap: 0.6932409012vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a {
    gap: 0.5208333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a {
    gap: 0.390625vw;
  }
}
.homepage-case-study-head .action a::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(90deg, #ff6126 0%, #e92e2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.homepage-case-study-head .action a:hover::before {
  opacity: 1;
}
.homepage-case-study-head .action a:hover i {
  transform: translate(3px, -3px);
}
.homepage-case-study-head .action a:hover svg path {
  stroke: #e92e2f;
}
.homepage-case-study-head .action a i {
  display: flex;
  width: 20px;
  height: 20px;
  transition: transform 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a i {
    width: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a i {
    width: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a i {
    width: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a i {
    width: 1.953125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-head .action a i {
    height: 5.1282051282vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-head .action a i {
    height: 3.4662045061vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-head .action a i {
    height: 2.6041666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-head .action a i {
    height: 1.953125vw;
  }
}
.homepage-case-study-head .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-case-study-head .action a i svg path {
  transition: all 0.4s ease;
}
.homepage-case-study-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item {
    width: 21%;
  }
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item.active {
    width: 53%;
  }
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item:hover:not(.active) {
    width: 23%;
  }
  .homepage-case-study-body.item-count-3 .homepage-case-study-body-item .info-text .text {
    width: 250px;
  }
}
.homepage-case-study-body-item {
  display: flex;
  flex-direction: column;
  height: 480px;
  width: 17%;
  border-radius: 32px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item {
    height: 240px;
    width: 100%;
    border-radius: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item {
    height: 240px;
    width: 100%;
    border-radius: 24px;
  }
}
.homepage-case-study-body-item.active {
  width: 52%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item.active {
    width: 100%;
    height: 640px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item.active {
    width: 100%;
    height: 640px;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content {
  padding: 24px 24px 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content {
    padding: 22px 22px 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content {
    padding: 20px 20px 60px;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-start {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content-end {
    align-items: unset;
  }
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .customer-logo {
    justify-content: flex-start;
  }
}
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .description,
.homepage-case-study-body-item.active .homepage-case-study-body-item-content-end .subtext {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .homepage-case-study-body-item:hover:not(.active) {
    width: 19%;
  }
}
.homepage-case-study-body-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.7) 61%);
  border-radius: 0 0 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item::after {
    border-radius: 0 0 28px 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item::after {
    border-radius: 0 0 24px 24px;
  }
}
.homepage-case-study-body-item-media {
  display: flex;
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-media picture {
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-media img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-media img {
    border-radius: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-media img {
    border-radius: 24px;
  }
}
.homepage-case-study-body-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 18px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content {
    padding: 22px 22px 50px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content {
    padding: 20px 20px 60px;
  }
}
.homepage-case-study-body-item-content-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  height: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start {
    height: 72px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start {
    height: 62px;
  }
}
.homepage-case-study-body-item-content-start .action {
  display: flex;
  flex-shrink: 0;
}
.homepage-case-study-body-item-content-start .action a {
  font-family: Red Hat Display !important;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 19px 20px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, 0.25) inset, 1px 1px 2px 0 rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .action a {
    font-size: 18px;
    line-height: 122%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .action a {
    display: none;
  }
}
.homepage-case-study-body-item-content-start .action a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.homepage-case-study-body-item-content-start .action a i {
  display: flex;
  width: 20px;
  height: 20px;
}
.homepage-case-study-body-item-content-start .action a i svg {
  width: 100%;
  height: 100%;
}
.homepage-case-study-body-item-content-start .info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.homepage-case-study-body-item-content-start .info-text .number {
  font-family: Red Hat Display !important;
  font-weight: bold;
  font-style: normal;
  color: #efebe4;
  text-align: right;
  font-size: 48px;
  line-height: 116%;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    line-height: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 10.2564102564vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 6.9324090121vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 3.90625vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    line-height: 125%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 5.5459272097vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 4.1666666667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .number {
    font-size: 3.125vw;
  }
}
.homepage-case-study-body-item-content-start .info-text .text {
  font-family: Figtree !important;
  font-weight: 500;
  font-style: normal;
  color: #f8f8f8;
  font-size: 20px;
  line-height: 140%;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 180px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    line-height: 133%;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 4.6153846154vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 3.1195840555vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.34375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 1.7578125vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    line-height: 137%;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.7729636049vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-start .info-text .text {
    font-size: 1.5625vw;
  }
}
.homepage-case-study-body-item-content-end {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.homepage-case-study-body-item-content-end .customer-logo {
  display: flex;
  height: 72px;
  max-width: 118px;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .customer-logo {
    margin-bottom: 90px;
  }
}
.homepage-case-study-body-item-content-end .customer-logo img {
  height: 100%;
  object-fit: contain;
}
.homepage-case-study-body-item-content-end .description {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 14px;
  opacity: 0;
  height: 120px;
  visibility: hidden;
  transition: opacity 0.6s ease;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  width: 422px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .description {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .homepage-case-study-body-item-content-end .description {
    width: 375px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .description {
    line-height: 142%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-end .description {
    font-size: 1.3671875vw;
  }
}
.homepage-case-study-body-item-content-end .subtext {
  font-family: Figtree !important;
  font-weight: normal;
  font-style: normal;
  color: #efebe4;
  font-size: 16px;
  line-height: 150%;
  opacity: 0;
  height: 24px;
  visibility: hidden;
  transition: all 0.6s ease;
  /* stylelint-enabled */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100% !important;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .subtext {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .subtext {
    line-height: 142%;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 576px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 577px) and (max-width: 767px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 2.4263431542vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 1.8229166667vw;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 1024px) and (max-width: 1200px) {
  .homepage-case-study-body-item-content-end .subtext {
    font-size: 1.3671875vw;
  }
}