.goprofiles-webinar-form .input .hs-input {
    width: 100%;
    display: block;
    height: calc(1.5em + 1.8rem + 2px);
    padding: 0.9rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f1f2f4;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-width: none;
  }

  /* For each input field, hide elements where their input field has type=hidden. */
  .hbspt-form .hs-form-field:has(input[type="hidden"]){
    display: none !important;
  }
  
  .hbspt-form .input .hs-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00beac;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 190 172 / 25%);
  }
  
  .hbspt-form .hs-submit .actions {
    padding: 0;
    margin: 0;
  }
  
  .hbspt-form .hs-submit .actions input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hbspt-form .inputs-list {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
  }
  
  .hbspt-form .hs-error-msg {
    color: var(--danger);
    margin-bottom: 0;
  }

  .hbspt-form .hs_error_rollup {
    display: none !important;
  }
  
  .hbspt-form .hs-main-font-element {
    color: var(--danger);
    margin-bottom: 0;
  }
  
  .hbspt-form label .hs-form-required {
    display: none;
  }
  
  .hbspt-form label span {
    display: block;
    color: var(--default-text);
    font-weight: bold;
    font-size: 13px;
    margin-top: 16px;
  }
  
  .goprofiles-webinar-header {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  /* stylelint-disable-next-line media-feature-range-notation */
  @media (min-width: 798px) {
    .goprofiles-webinar-header {
      font-size: 52px !important;
    }
  }

  .goprofiles-webinar-list li::marker {
    color: var(--default-text) !important;
  }
  
  @media (width >= 768px) {
      .goprofiles-webinar-speaker-container {
          border-right: .5px solid var(--light-gray);
      }
    }
  
  @media (width >= 992px) {
    .goprofiles-webinar-header {
      font-size: 56px;
      line-height: 64px;
    }
  }
  

  /* Category buttons */

.hr-gamechangers-category-button.active, .hr-gamechangers-category-button:hover, .hr-gamechangers-category-button:focus{
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}