  <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
  <style>
    body {
      font-family: "Poppins", serif;
      font-style: normal;
      background-color: #f5f5f5;
      margin: 0;
      padding: 0;
    }
    .payment2 {
      padding: 0 30px;
      max-width: 1440px;
      margin: 0 auto;
    }
    .payment2-content {
      margin-right: calc(-0.5 * var(--bs-gutter-x));
      margin-left: calc(-0.5 * var(--bs-gutter-x));
    }
    .grey-bg {
      background-color: #fff !important;
    }
    .form_body {
      border: 1px solid #becad6;
      background: #fff;
      box-shadow: none;
      margin: 1rem auto 0 auto;
      border-radius: 1rem;
    }
    .form_wrapper {
      background: #fff;
      box-shadow: none;
      margin: 0 auto;
      padding: 0 1.5rem;
    }
    #creditCardForm { 
        border: 1px solid #becad6;
        border-radius: 1rem;
    }
    hr {
      margin: 0.5rem 0;
    }
    .dh {
      color: #000;
      padding: 1rem 0;
    }
    .secondStep .dh {
      color: #000;
      padding: 0.6rem;
    }
    .credit-header {
      padding: 1rem;
    }
    .dh p {
      font-size: 24px;
      font-weight: 700;
    }
    .form-line {
      margin: 0 -0.5rem 0.5rem;
    }
    .ui-input {
      height: 50px;
      padding: 0.8rem 0.75rem;
      font-size: 16px;
      line-height: 1.15;
      width: 100%;
      background: #f5f5f5;
      border: 1px solid #becad6;
      border-radius: 1rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
      outline: none;
    }
    .ui-input:hover, select:hover {
      border-color: #2d67cb7d;
    }
    .ui-input:focus, select:focus {
      box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12) !important;
      border-color: #24728e99 !important;
    }
    .ui-input::placeholder, select::placeholder {
      color: #D2D3D2;
    }
    label {
      color: #333 !important;
      font-size: 14px !important;
      font-weight: 500;
    }
    .ui-form__submit {
      margin: 10px 0 0 0;
    }
    .bottom-payment {
      background: #ebe9eb;
      padding: 2rem;
      border: none;
      margin-bottom: 1rem;
      margin-top: 1rem;
    }
    .confirm {
      background: #dfdcde;
      padding: 1.5rem;
      border-radius: 1rem;
      text-align: center;
      margin-top: 1rem;
    }
    .bottom-payment-header {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
    }
    .cvv-wrapper {
      width: 100%;
    }
    .cvv {
      width: 70px;
    }
    .ui-form__submit-button {
      line-height: normal;
      height: auto;
      padding: 13.5px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 500;
      background-color: #19a101;
      border: none;
      width: 100%;
    }
    .ui-form__submit-button:hover {
      background-color: #19a101;
    }
    .topterms {
      width: 100%;
      text-align: left;
      background: #f5f5f5;
      color: #a2a2a2;
      padding: 0.5rem;
      font-size: 10px;
      line-height: 1.2;
    }
    .toptermsText {
      display: flex;
      justify-content: space-between;
    }
    .lockIcon {
      margin-right: 2px;
      background-color: #333;
      border-radius: 50%;
      padding: 0.125rem;
    }
    .toptermsText span {
      color: black;
      font-size: 1rem;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .toptermsText img {
      height: 20px;
      vertical-align: sub;
    }
    .iti__selected-flag {
      border-radius: 1rem 0 0 1rem;
    }
    .free-membership {
        padding: 10px 20px;;
        text-align: center;
        border-radius: 1rem 1rem 0 0;
        font-weight: 600;
        text-align: left;
        font-size: 11px;
        font-weight: normal;
    }
    .free-membership hr {
        width: 100%;
        margin: 0.5rem auto;
    }
    .verify-section {
      background-color: #fff;
      padding: 0 20px 15px;
      text-align: center;
      font-weight: 700;
      color: #333;
      font-size: 20px;
      text-align: left;
    }
    .stars {
        color: #c9b02c;
    }
    .greentext{
        text-transform: uppercase;
        color: #19a101;
        font-weight: 600;
    }
    .larger {
        font-size: 16px;
        font-weight: 600;
    }
    .verify-section span {
        color: white;
        background: #19a101;
        padding: 5px 13px;
        border-radius: 500px;
        display: inline-block;
        text-align: center;
    }
    .terms {
    font-size: 9px;
    color: #666;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    font-family: sans-serif;
    }
  </style>