.warp_top {
  background-image:
    linear-gradient(90deg, #1ba5ad 0%, #1e4b73 100%), linear-gradient(#222439, #222439);
  background-blend-mode: normal, normal;
  padding: 220px 0 125px 0;
}

.top_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top_left {
  width: 45%;
  padding-top: 100px;
  text-align: center;
}

.top_left h1 {
  font-size: 42px;
  color: #ffffff;
}

.top_p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 32px;
}

.top_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 45px;
}

.top_flex a {
  min-width: 236px;
  min-height: 54px;
  padding: 0 24px;
  font-size: 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.top_flex .top_flex_btn_1 {
  background-color: #fdc937;
  color: #1d2436;
}
.top_flex .top_flex_btn_2 {
  color: #ffffff;
  border: solid 1px #ffffff;
  background: transparent;
}

.top_right {
  width: 41%;
  margin-right: 52px;
}

.top_right img {
  width: 100%;
}

.top_adv {
  margin-top: 108px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.adv_item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 36px 20px;
  color: #ffffff;
  text-align: center;
}

.adv_item .iconfont {
  font-size: 38px;
  line-height: 40px;
}

.adv_item .adv_title {
  font-size: 28px;
  color: #ffffff;
  margin-top: 22px;
  line-height: 32px;
}

.adv_item .adv_txt {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 24px;
}

.home_h2 {
  font-size: 40px;
  color: #1a1a1a;
  text-align: center;
}

.home_p {
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 18px;
  text-align: center;
  line-height: 28px;
}

.step_box {
  margin-top: 80px;
}

.step_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 57px;
}

.step_grid img {
  width: 31.5%;
}

.step_line {
  margin-top: 70px;
  height: 3px;
  background-color: #d3d7e0;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 0 33px;
}

.step_line_item {
  display: flex;
  align-items: center;
  width: 30%;
}

.step_cir {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 2px #f0b91e;
  border-radius: 50%;
}

.step_l {
  width: calc(100% - 12px);
  height: 3px;
  background: linear-gradient(to right, #f0b91e, #d3d7e0);
  border-radius: 2px;
}

.step_work {
  display: flex;
  justify-content: space-between;
  padding: 0 33px;
  margin-top: 38px;
}

.step_work_i {
  width: 30%;
}
.step_work_i .step_p {
  font-size: 20px;
  color: #f0b91e;
  font-family: "Poppins-Medium";
}

.step_work_i .step_title {
  font-size: 20px;
  color: #1a1a1a;
  margin-top: 14px;
  font-family: "Poppins-Medium";
}

.step_work_i .step_txt {
  margin-top: 18px;
  font-size: 20px;
  line-height: 32px;
  color: #1a1a1a;
}

.step_sign {
  width: 230px;
  height: 54px;
  border-radius: 10px;
  border: solid 1px #1c1d1d;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.commission_box {
  padding: 96px 0;
  background-color: #f8f9fb;
  margin-top: 100px;
}

.commission_farme {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commission_left {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.commission_left .home_h2,
.commission_left .home_p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.commission_left .home_h2 {
  max-width: 680px;
}

.commission_left .home_p {
  max-width: 760px;
  line-height: 1.8;
}

.commission_left img {
  width: min(100%, 900px);
  display: block;
  margin: 56px auto 0;
}

.commission_right {
  padding: 30px;
  width: 373px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 20px 50px rgba(15, 34, 68, 0.08);
  overflow: hidden;
}

.commission_title {
  font-size: 16px;
  color: #1a1a1a;
}

.slider_box {
  margin-top: 10px;
  position: relative;
  padding-top: 56px;
}

.commission_range {
  width: 100%;
  appearance: none;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0e63f4 0%, #3d93ff 100%);
  outline: none;
}

.commission_range::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #0e63f4;
  box-shadow: 0 6px 14px rgba(14, 99, 244, 0.24);
  cursor: pointer;
}

.commission_range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #0e63f4;
  box-shadow: 0 6px 14px rgba(14, 99, 244, 0.24);
  cursor: pointer;
}

.slider_p_box {
  width: 100%;
  position: relative;
  margin-top: 18px;
  height: 40px;
}

.slider_p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #0e1e3b;
  font-family: Poppins-Medium;
  border-radius: 999px;
  background: #eef4ff;
  padding: 0 16px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(var(--slider-pill-left, 0));
  transition: transform 0.2s ease;
  pointer-events: none;
}

.commission_marks {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  font-size: 13px;
  color: #6a778f;
}

.progress_box {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

.progress_total {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.progress_money {
  font-size: 42px;
  color: #0060fa;
  margin-top: 57px;
  font-family: Poppins-Medium;
}

.progress_hr {
  width: 39px;
  height: 2px;
  background-color: #eaeff9;
  border-radius: 1px;
  margin: 0 auto;
  margin-top: 10px;
}

.progress_tip {
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 15px;
}

.progress_rate {
  margin-top: 14px;
  font-size: 14px;
  color: #5c6781;
}

.progress_rate span {
  font-family: Poppins-Medium;
  color: #0e63f4;
}

.commission_title_b {
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 16px;
}

.commission_tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.commission_tiers div {
  border-radius: 14px;
  background: #f7faff;
  padding: 14px 10px;
  text-align: center;
}

.commission_tiers span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #73809a;
}

.commission_tiers strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #0e1e3b;
  font-family: Poppins-Medium;
}

.invite_box {
  margin-top: 80px;
}

.invite_farme {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.invite_item {
  width: 48%;
}

.invite_item img {
  width: 100%;
  display: block;
}

.invite_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.invite_cir {
  width: 24px;
  height: 24px;
  background-color: #ffbd01;
  font-size: 18px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 6px;
}

.invite_p {
  width: calc(100% - 40px);
  font-size: 20px;
  line-height: 36px;
  color: #1a1a1a;
}

.become_bottom {
  margin-top: 140px;
  height: 371px;
  border-radius: 16px;
  background: url(/assets/img/pages/partners/affiliate-program/bg.png) no-repeat center;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
}

.become_bottom h2 {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
}

.become_bottom_link {
  width: 223px;
  height: 50px;
  background-color: #fdc937;
  border-radius: 8px;
  font-size: 18px;
  color: #1d2436;
  margin: 0 auto;
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .top_right {
    display: none;
  }

  .top_left {
    width: 100%;
    padding-top: 0;
  }

  .top_adv {
    grid-template-columns: 1fr 1fr;
  }

  .top_flex a {
    min-width: 260px;
  }
}

@media only screen and (max-width: 920px) {
  .commission_box {
    padding: 72px 0;
    margin-top: 80px;
  }

  .commission_left {
    width: 100%;
    max-width: 100%;
  }

  .commission_farme {
    padding: 0 24px;
  }

  .commission_left .home_p {
    max-width: 720px;
  }

  .commission_left img {
    width: min(100%, 760px);
    margin-top: 44px;
  }
}

@media only screen and (max-width: 768px) {
  .commission_box {
    padding: 56px 0;
    margin-top: 64px;
  }

  .commission_farme {
    padding: 0 18px;
  }

  .commission_left .home_h2 {
    max-width: 100%;
  }

  .commission_left .home_p {
    max-width: 100%;
    line-height: 1.7;
  }

  .commission_left img {
    width: 100%;
    margin-top: 32px;
  }

  .invite_farme {
    flex-direction: column;
    align-items: center;
  }

  .invite_item {
    width: 100%;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .top_flex {
    margin-top: 32px;
  }

  .top_flex a {
    width: 100%;
    min-width: 0;
    max-width: 340px;
  }

  .commission_box {
    padding: 48px 0;
  }

  .commission_farme {
    padding: 0 14px;
  }

  .commission_left .home_p {
    font-size: 15px;
    line-height: 1.65;
  }

  .top_adv {
    grid-template-columns: 1fr;
  }

  .step_grid,
  .step_line {
    display: none;
  }

  .step_work {
    display: block;
  }

  .step_work_i {
    width: 100%;
    margin-bottom: 30px;
  }
}
