  /*#region - Home - Contact*/
  .container-contact {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background: url('../images/Home-Contact-Background.webp') no-repeat center center/cover;
    border-radius: 10px;
    display: inline-block;
  }

  .contact-details {
    padding: 20px;
    border-radius: 8px;
    text-align: left;
  }
  
  .contact-details>ul{
    list-style: none;
    padding-right: 20px;
  }
  
  .contact-details>ul>p>a{
    color: white;
    text-decoration: none;
  }

  .contact-details>ul>p>a:hover{
    color: #f9a01b;
  }

  .contact-form {
    padding: 20px;
    border-radius: 8px;
    }
  
  .subscribe-form input{
    width: 50%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
  }
  
  .subscribe-form button {
    background: #f9a01b;
    color: black;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  /*#endregion*/

a.disable-link {
    pointer-events: none;
    cursor: default;
  }