
#contact-2024 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.contact-iadvize-logo {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

.contact-title-2024 {
  color: var(--neutral-000-ffffff, #FFF);
  font-family: 'ProximaNova-bold', 'proxima-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
  letter-spacing: -1.12px;
  display: inline-block;
  width: 100%;
}

.contact-left-2024 {
  color: var(--neutral-000-ffffff, #FFF);
  font-family: 'proxima-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  width: 50%;
}

.contact-left-2024 b,
.contact-left-2024 strong {
  color: var(--neutral-000-ffffff, #FFF);
  font-family: 'ProximaNova-bold', 'proxima-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

.contact-left-2024 {
  padding: 4rem 4.25rem 5rem;
}
.inner-contact-left-2024 {
  max-width: 540px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.left-boldtext-2024 {
  color: var(--neutral-000-ffffff, #FFF);
  font-family: 'proxima-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  display: inline-block;
  margin-bottom: 1rem;
}

.left-logo-box-2024 {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}


.left-logo-box-2024 img {
  margin: 8px auto;
}

.left-logo-box-2024 img:nth-child(1), 
.left-logo-box-2024 img:nth-child(5) {
  margin-left: 0;
}

.contact-right-2024 {
  padding: 1rem 4.25rem 4rem;
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/**** FORM CSS */
form input[type=text], 
form input[type=email], 
form input[type=password], 
form input[type=tel], 
form input[type=number],
form input[type=file], 
form select,
form textarea,
.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field > div > input,
.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field > div > input,
.hs_company.hs-company.hs-fieldtype-text.field.hs-form-field > div > input,
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > div > input,
.hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field > div > input {
  border-radius: 8px;
  border: 1px solid var(--neutral-600-a-4-a-9-bc, #A4A9BC);
  background: var(--neutral-000-ffffff, #FFF);
  width: 100%;
  height: 54px;
}

.hs-form-735e0c7c-93e8-46a6-aed0-1cc3f282fe0c_4059fc48-4589-492c-9aa4-31fe293c2054 fieldset.form-columns-1 .hs-input,
form select {
width: 100% !important;
}

form {
  max-width: 100% !important;
  padding: 20px !important; 
}

form input[type=submit], 
form .hs-button {
    display: flex;
    width: 100% !important;
    height: 54px;
    /*padding: 16px 20px;*/
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    background: var(--neutral-1000000000, #000) !important;
}

form div.hs_submit.hs-submit > div.actions {
    margin-top: 2.5rem;
}

label {
color: var(--neutral-1000000000, #000);
font-family: 'ProximaNova-regular', 'proxima-regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
    line-height: 140%;
}


@media screen and (min-width: 1600px) {
  .inner-contact-left-2024,
  .contact-form-box {
  max-width: 600px;
  }
  .contact-left-2024 {
  font-size: 18px;
  }
   .contact-left-2024 strong,
   .contact-left-2024 b {
  font-size: 20px;
  }
  .contact-left-2024,
  .contact-right-2024 {
  padding-top: 6rem !important;
  }
  .contact-form-box {
    max-width: 500px;
  }
  .inner-contact-left-2024 {
    max-width: 760px;
  }
  .left-logo-box-2024 {
  max-width: 576px;
    margin: 1rem auto;
  }
  .contact-iadvize-logo {
  margin-bottom: 3rem;
  }
  .contact-title-2024 {
  margin-bottom: 3rem;
    font-size: 46px;
  }
  #contact-2024 > div.contact-left-2024 > div > div.content-left-2024 > div.left-richtext-2024 > p > img {
  margin: 36px auto !important;
  }
  .left-boldtext-2024 { 
    font-size; 29px;
  }
}

@media screen and (max-width: 1240px) {  
  .left-logo-2024 > div > img:nth-child(7),
  .left-logo-2024 > div > img:nth-child(8) {
    display: none;
  }
}


@media screen and (max-width: 1010px) {
  .contact-right-2024 {
    padding: 3rem 2.25rem 4rem;
  }
  .contact-left-2024 {
    padding: 3rem 3.25rem 5rem;
}
    .contact-title-2024 {
  font-size: 46px;
  }
}


@media screen and (max-width: 980px) {  
  .contact-title-2024 {
  font-size: 44px;
  }
    .contact-left-2024 {
   padding: 7rem 3.25rem 5rem;
}
  .contact-right-2024 {
    padding: 7rem 2.25rem 4rem;
}
}

@media screen and (max-width: 880px) {
  .content-left-2024 {
    display: none; 
  }
  .contact-left-2024 {
   padding: 8rem 2rem 0;
}
  .contact-right-2024 {
    padding: 1rem 2rem 4rem;
}
  #contact-2024 {
    flex-direction: column;
  }
  .contact-right-2024,
  .contact-left-2024 {
  width: 100%;
  }
  form  {
    padding: 48px 64px !important;
    border-radius: 16px;
    background: #FFF;
  }
  .inner-contact-left-2024 {
   max-width: 100%;
    margin: 0 auto;
  }
  .contact-title-2024 {
    font-size: 48px;
    width: 75%;
    text-align: center;
    letter-spacing: -0.96px;
  }
}

@media screen and (max-width: 576px) {
  .contact-title-2024 {
    font-size: 46px;
    width: 100%;
  }
    form  {
    padding: 2rem 1.5rem !important;
  }
    .contact-left-2024 {
   padding: 4rem 1.5rem 0;
}
  .contact-right-2024 {
    padding: 0 1.5rem 4rem;
}
}

@media screen and (max-width: 450px) {
  .contact-title-2024 {
    text-align: left; 
    font-size: 40px;
  }

 form input[type=submit], 
form .hs-button {
  margin-top: 1.5rem !important;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span, 
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.8rem;
  }
}