#popup-modal .modal-content{
    width: 850px;
    padding: 50px 0;
    border-bottom: 5px solid #cc0000;
    }
    #popup-modal .mktoOverlayForm .mktoForm{
      width: 400px !important;
    }
    #popup-modal .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor{
      width: 100% !important;
      margin-right: 0;
    }
    #popup-modal .mktoForm .mktoFormRow{
      padding: 0 5px;
    }
    #popup-modal .mktoForm .mktoFormRow:nth-child(23){
      display: none;
    }
    .hds-privacy-policy{
      padding: 10px 0px 20px 15px;
    }
    .hds-privacy-policy a{
      color: #000;
      text-decoration: underline;
    }
    #popup-modal .modal-header .title{
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        color: #000;
        font-family: neue-haas-grotesk-display, sans-serif;
        margin: 0 0 42px;
    }
    #popup-modal .modal-body{
        text-align: center;
    }
    #popup-modal .modal-body p{
      font-size: 20px;    
      color: #000000;
      margin-bottom: 30px;
      font-family: neue-haas-grotesk-display, sans-serif;
      letter-spacing: unset;
    }
    #popup-modal .modal-body .c-btn{
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      letter-spacing: 0;
      text-decoration: none;
      display: inline-block;
      padding: 15px 20px;
      background: #c00;
      min-width: 200px;
      font-weight: 700;
      font-family: neue-haas-grotesk-display, sans-serif;
      margin-right: 0;    
    }
    #popup-modal .modal-body .c-btn:hover{
      background: #ae0000;
    }


    body {
  
        overflow: hidden;
    }
    @media (max-width: 767px) {
      #popup-modal .modal-content{
        width: inherit;
      }
      #popup-modal .mktoOverlayForm .mktoForm{
        width: inherit !important;
      }
      #popup-modal .modal-header{
        padding: 10px;
      }
      #popup-modal .modal-header .title{
        font-size: 32px;
      }

      body {
  
        overflow: auto;
    }
    }



  #popup-modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    background:  rgb(0 0 0 / 86%);
}


footer .footer-section2 .hv-logo-txt a svg {
  width: 180px;
  height: 25px;
}
