.how-referrals-work {
  background: #040404;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .how-referrals-work {
    padding: 60px 0;
  }
}

.hrw__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .hrw__container {
    padding: 0 20px;
  }
}
.hrw__container::before {
  content: "";
  position: absolute;
  width: 1120px;
  height: 640px;
  background-size: 100%;
  bottom: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, 65%);
      -ms-transform: translate(-50%, 65%);
          transform: translate(-50%, 65%);
  background-repeat: no-repeat;
  background-image: url("../../../assets/img/haw_background.png");
}
@media (max-width: 480px) {
  .hrw__container::before {
    width: 200%;
  }
}
.hrw__title {
  color: #EEE;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 55.8px;
  letter-spacing: -1.12px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .hrw__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .hrw__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.hrw__subtitle {
  color: rgba(238, 238, 238, 0.7);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  margin: 0 0 62px;
  max-width: 470px;
}
@media (max-width: 768px) {
  .hrw__subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .hrw__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.hrw__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1020px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .hrw__steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .hrw__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.hrw__step-card {
  width: 315px;
  min-height: 240px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#0B0B0B));
  background: linear-gradient(180deg, #181818 0%, #0B0B0B 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 24px 24px 54px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: border 0.3s ease, background 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease;
  border: 1px solid transparent;
}
.hrw__step-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .hrw__step-card {
    width: 100%;
    max-width: 400px;
    min-height: auto;
    padding: 24px 24px 40px;
  }
}
.hrw__step-icon-wrapper {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hrw__step-icon-layer {
  position: absolute;
  border-radius: 50%;
}
.hrw__step-icon-layer--1 {
  width: 64px;
  height: 64px;
  background: #0E0E0E;
  -webkit-box-shadow: 4.987px 4.987px 9.975px 0 #443005 inset, -4.987px -4.987px 9.975px 0 #0E0E0E inset;
          box-shadow: 4.987px 4.987px 9.975px 0 #443005 inset, -4.987px -4.987px 9.975px 0 #0E0E0E inset;
  -webkit-filter: drop-shadow(4.987px 4.987px 9.975px #0E0E0E) drop-shadow(-4.987px -4.987px 9.975px rgba(14, 14, 14, 0.85));
          filter: drop-shadow(4.987px 4.987px 9.975px #0E0E0E) drop-shadow(-4.987px -4.987px 9.975px rgba(14, 14, 14, 0.85));
  z-index: 1;
}
.hrw__step-icon-layer--2 {
  width: 47.132px;
  height: 47.132px;
  background: #0C0C0C;
  -webkit-box-shadow: -3.325px -3.325px 6.65px 0 rgba(14, 14, 14, 0.85) inset, 3.325px 3.325px 6.65px 0 #0E0E0E inset;
          box-shadow: -3.325px -3.325px 6.65px 0 rgba(14, 14, 14, 0.85) inset, 3.325px 3.325px 6.65px 0 #0E0E0E inset;
  -webkit-filter: drop-shadow(-3.325px -3.325px 6.65px #0E0E0E) drop-shadow(3.325px 3.325px 6.65px rgba(68, 48, 5, 0.85));
          filter: drop-shadow(-3.325px -3.325px 6.65px #0E0E0E) drop-shadow(3.325px 3.325px 6.65px rgba(68, 48, 5, 0.85));
  z-index: 2;
}
.hrw__step-icon-layer--3 {
  width: 44.899px;
  height: 45.147px;
  background: #0C0C0C;
  -webkit-box-shadow: 4.987px 4.987px 9.975px 0 rgba(68, 48, 5, 0.85) inset, -4.987px -4.987px 9.975px 0 #0E0E0E inset;
          box-shadow: 4.987px 4.987px 9.975px 0 rgba(68, 48, 5, 0.85) inset, -4.987px -4.987px 9.975px 0 #0E0E0E inset;
  -webkit-filter: drop-shadow(4.987px 4.987px 9.975px #0E0E0E) drop-shadow(-4.987px -4.987px 9.975px rgba(14, 14, 14, 0.85));
          filter: drop-shadow(4.987px 4.987px 9.975px #0E0E0E) drop-shadow(-4.987px -4.987px 9.975px rgba(14, 14, 14, 0.85));
  z-index: 3;
}
.hrw__step-icon-image {
  position: relative;
  width: 58.394px;
  height: 58.394px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hrw__step-icon-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.hrw__step-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #DB9A0B;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.372px;
  letter-spacing: -0.4px;
  z-index: 5;
}
.hrw__step-title {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .hrw__step-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.hrw__step-description {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.32px;
  margin: 0;
}
@media (max-width: 768px) {
  .hrw__step-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.hrw__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hrw__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 64px;
  border: 1px solid rgba(219, 154, 11, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#382D13), to(#171613));
  background: linear-gradient(180deg, #382D13 0%, #171613 100%);
  color: #DB9A0B;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}
.hrw__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.hrw__button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 480px) {
  .hrw__button {
    width: 100%;
    max-width: 300px;
  }
}