
.step-2 {
    position: relative;
  }

  .step-2:after {
    content: "";
    position: absolute;
    right: -89px;
    top: 0px;
    border: 31px solid transparent;
    border-left: 58px solid #ffd23d;
    z-index: 100;
  }

  .step-2:before {
    content: "";
    position: absolute;
    right: -93px;
    top: -2px;
    border: 33px solid transparent;
    border-left: 59px solid #eaeaea;
    z-index: 99;
  }
  @media(max-width:991px) {
    .step-2:before {
      right: -97px;
      top: -1px;
      border: 33px solid transparent;
      border-left: 63px solid #eaeaea;
    }

    .step-2:after {
      top: 1px;
      border: 31px solid transparent;
      border-left: 59px solid #ffd23d;
      right: -90px;
    }
  }
  @media(max-width:478px) {
    .step-2:before {
      right: -69px;
      top: -2px;
      border: 27px solid transparent;
      border-left: 40px solid #eaeaea;
    }

    .step-2:after {
      top: 0px;
      border: 25px solid transparent;
      border-left: 37px solid #ffd23d;
      right: -62px;
    }
  }
  #aff_sec_1 {
    background: url(../images2/shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .email-acc .content {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.5s ease;
  }

  .email-acc.grow .content {
    grid-template-rows: 1fr;
    margin-top: 0;
  }

  .green_head:after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 18px;
    font-size: 34px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .email-acc.grow .green_head:after {
    content: "-";
  }

  .email-acc.grow .green_head {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hoplink_tab .w--current img {
    filter: brightness(100);
  }

  #aff_sec_5 {
    background: url(../images/blood_bg.webp);
    background-size: cover;
    background-position: center top;
  }

  @media(max-width:992px) {
    .orange_text br {
      display: none;
    }
  }

  @media(max-width:767.98px) {
    .green_head:after {
      transform: translateY(-50%);
      top: 50%;
    }
  }

  /* ---------------------------------------------------------- */
  .custom-padding {
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    margin-top: 40px;
}

.button-9 {
    text-shadow: 0 3px 7px rgba(0, 0, 0, .64);
}

#aff_sec_5 .affiliate_form {
    max-width: 500px;
    margin: 60px auto;
    background: #fff;
    padding: 29px;
    border: 6px dashed black;
}

#aff_sec_5 .affiliate_form h4 {
    font-size: 2rem;
    line-height: 36px;
    font-family: Lato, sans-serif;
    text-align: center;
    margin-block: 1px 28px;
    color: #000;
}

#aff_sec_5 .form-group {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#aff_sec_5 .form-group label {
    display: block;
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 5px;
}

#aff_sec_5 .form-group input {
    border: 2px solid #222;
    padding: 6px;
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 1rem;
}

#aff_sec_5 #contactForm1 {
    max-width: 450px;
    margin: 15px auto;
}

#aff_sec_5 .form-group label {
    display: block;
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 5px;
}

#aff_sec_5 .btn {
    color: #fff;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.64);
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.313rem;
    border-radius: 20px;
    display: block;
    font-family: var(--primary_font);
    font-weight: 700;
    width: 230px;
    text-align: center;
    padding-block: 4px 8px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.64);
}

#aff_sec_5 .btn {
    width: 100%;
    margin-top: 18px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 900;
    font-size: 1.5rem;
    background: #0fb199;
    font-family: Lato, sans-serif;
}

#aff_sec_5 form h3 {
    text-align: center;
    font-family: var(--primary_font);
    font-size: 22px;
    margin-top: 32px;
    color: var(--primary);
    font-weight: 700;
}

#aff_sec_5 .affiliate_form span {
    display: block;
    text-align: center;
    font-family: var(--primary_font);
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.w-webflow-badge {
    display: none !important;
}

/** tenth section **/
#tenth_section {
    padding: 50px 15px;
    background: #dbeafb;
}

#tenth_section .container {
    max-width: 1666px;
    margin: 0 auto;
}

#tenth_section h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: #337768;
    margin-block: 5px 45px;
}

#tenth_section .aff_form {
    max-width: 800px;
    margin: 0 auto;
}

#tenth_section .form-group input,
#tenth_section #affiliate-support-message {
    width: 100%;
    border: none;
    padding: 18px 16px;
    font-size: 24px;
    font-family: Lato, sans-serif;
}

#tenth_section #contactForm2 {
    max-width: 650px;
    margin: 0 auto;
}

#tenth_section .form-group #affiliate-support-message {
    height: 160px;
}

#tenth_section #contactForm2 .form-group {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#tenth_section .form-group input::-webkit-input-placeholder,
#tenth_section .form-group #affiliate-support-message::-webkit-input-placeholder {
    font-size: 24px;
    font-family: Lato, sans-serif;
    opacity: 0.3;
}

#tenth_section .form-group input::-moz-placeholder,
#tenth_section .form-group #affiliate-support-message::-moz-placeholder {
    font-size: 24px;
    font-family: Lato, sans-serif;
    opacity: 0.3;
}

#tenth_section .form-group input:-ms-input-placeholder,
#tenth_section .form-group #affiliate-support-message:-ms-input-placeholder {
    font-size: 24px;
    font-family: Lato, sans-serif;
    opacity: 0.3;
}

#tenth_section .form-group input::-ms-input-placeholder,
#tenth_section .form-group #affiliate-support-message::-ms-input-placeholder {
    font-size: 24px;
    font-family: Lato, sans-serif;
    opacity: 0.3;
}

#tenth_section .form-group input::placeholder,
#tenth_section .form-group #affiliate-support-message::placeholder {
    font-size: 24px;
    font-family: Lato, sans-serif;
    opacity: 0.3;
}

#tenth_section .btn {
    color: #fff;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.64);
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.313rem;
    border-radius: 20px;
    display: block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    width: 230px;
    text-align: center;
    padding-block: 4px 8px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.64);
}

#tenth_section .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: #3ea795;
    font-weight: 900;
    font-size: 28px;
    padding: 15px;
    cursor: pointer;
}

#tenth_section p {
    font-size: 1.2rem;
    text-align: left;
    font-family: Lato, sans-serif;
    margin-top: 34px;
}

#hoplink {
    text-align: left;
}

#hoplink label {
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    margin-bottom: 7px;
    color: #000;
}

#hoplink select,
#hoplink input {
    width: 100%;
    background: #fff;
    border: 2px solid #80808091;
    height: 40px;
    padding: 0 10px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 17px;
    border-radius: 7px;
    margin-bottom: 12px;
    outline: none !important;
}

#hoplink .checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#hoplink .checkbox input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

#hoplink input[type="submit"] {
    background-color: #008875;
    border-radius: 12px;
    width: 100%;
    max-width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin: 0 auto;
    display: block;
    height: auto;
    margin-top: 10px;
    cursor: pointer;
}

.hop_link {
    display: block;
    background: #e2e2e2;
    padding: 15px;
    margin-top: 12px;
}

.hop_link .head {
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 8px;
}

.hop_link a {
    word-break: break-all;
    margin-bottom: 25px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.w-tab-content form.hide {
    display: none;
}

.hop_link .copy_text {
    color: #fff;
    background-color: #008875;
    border-radius: 10px;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
    margin: 18px auto 0;
}

/** tenth section **/
@media(max-width:767.98px) {
    #cb_form {
        display: block !important;
    }

    .w-form-done {
        margin-top: 20px;
    }

    /** custom mobile header **/
    header .container-65 {
        padding-left: 0;
        padding-right: 0;
    }

    header .w-layout-hflex {
        flex-flow: row;
    }

    header .w-layout-hflex .button-9 {
        margin-left: 33px;
        font-size: 25px;
    }

    header .w-layout-hflex .code-embed-55 {
        margin-bottom: 0;
    }

    #aff_sec_5 .tabs.hoplink_tab {
        padding: 10px 10px 10px;
    }

    #aff_sec_5 .w-form-done {
        padding: 8px;
        margin-top: 8px;
    }

    #aff_sec_5 .field-label,
    #aff_sec_5 .field-label-2,
    #aff_sec_5 .field-label-3 {
        margin-bottom: 3px;
        font-size: 15px;
    }

    #aff_sec_5 .select-field,
    #aff_sec_5 .text-field,
    #aff_sec_5 .text-field-2 {
        margin-bottom: 6px;
    }

    #aff_sec_5 .text-block-129.form_data {
        margin-bottom: 13px;
    }

    #aff_sec_5 .text-block-128 {
        margin-bottom: 5px;
    }

    .w-tab-content #hoplink {
        display: block;
    }

    /** custom mobile header **/
}