.form-section {
    padding-bottom: 50px;
}

.formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formSecondContainer {
    width: 553px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formOceana {
    width: 620px;
}

.contactTitle {
    font-family: "Fakt Pro";
    text-transform: uppercase;
    font-weight: 200;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
    color: #4B5257;
    letter-spacing: 0px;
    margin-right: 10px;
}

.hereTitle {
    font-family: "Fakt Pro";
    text-transform: uppercase;
    font-weight: 200;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
    color: #4B5257;
    letter-spacing: 0px;
}

.contactIntro {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 35px;
    width: 76%;
    margin-right: 8px;
}


.contactIntro a:hover {
    color: #9a6545;
}

.contactOptions,
.contactIntro a {
    font-family: "Fakt Pro";
    font-size: 20px;
    font-weight: 350;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #4B5257;
}

.hereTitleHide {
    font-family: "Fakt Pro";
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    display: none;
    text-transform: none;
}

#contact-form {
    padding: 0 30px;
    max-width: 560px;
    margin: 0 auto;
}

.formOceana .hs-form-html {
    width: 100%;
    padding: 0;
  }

  .formOceana .hs-form-field label span {
    position: absolute;
    top: -2px;
    left: 20px;
    mix-blend-mode: normal;
    background-color: #fff;
    color: #4B5257;
    font-family: 'Fakt Pro', sans-serif !important;
    font-size: 14px;
    font-weight: 350;
    line-height: 22px;
    transition: top .3s;
    letter-spacing: 0px;
    padding: 0 4px;
  }

  .formOceana .hsfc-TextField,
  .formOceana .hsfc-EmailField,
  .formOceana .hsfc-PhoneField {
    width: 268px;
  }

  .formOceana .hsfc-TextareaField {
    width: 548px;
  }

  .formOceana .hs-form-field {
    position: relative;
  }

  .formOceana .hs-fieldtype-textarea span {
    top: -11px;
  }

  .formOceana .hsfc-Button {
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 18px !important;
    font-family: 'Fakt Pro', sans-serif !important;
    width: 109px !important;
    height: 50px !important;
    border: none !important;
    background-color: #9A6545 !important;
    transition: 0.6s !important;
    color: #fff !important;
    margin: 6px 8px 33px 0 !important;
    border-radius: 0px !important;
  }

  .formOceana fieldset .form-columns-2 {
    border: none;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .formOceana fieldset .form-columns-1 {
    border: none;
    display: flex;
    justify-content: center;
  }

  .formOceana .hsfc-PhoneInput__FlagAndCaret {
    border-radius: 0 !important;
    height: 50px;
    background-color: transparent !important;
  }

  .formOceana .hsfc-FieldLabel {
    position: absolute;
    margin-top: -12px !important;
    margin-left: 21px !important;
    padding: 0 4px;
    background: #fff;
    font-family: 'Fakt Pro', sans-serif !important;
    font-size: 14px;
    font-weight: 350;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(75, 82, 87);
  }

  .formOceana input {
    background-color: transparent !important;
    border-radius: 0px !important;
    mix-blend-mode: normal;
    border: 1px solid #4B5257;
    color: #4B5257 !important;
    height: 50px;
    padding: 0 18px !important;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Fakt Pro', sans-serif !important;
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .formOceana .inputStyle {
    text-indent: 20px;
  }

  .formOceana .hs-form-required {
    display: none;
  }

  .formOceana .hsfc-TextareaInput {
    height: 216px;
    padding: 25px 18px !important;
    letter-spacing: 1.2px;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #4B5257 !important;
    border: 1px solid #4B5257 !important;
  }

  .formOceana .actions {
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .formOceana .submitted-message {
    text-align: center;
    color: #9A6545;
  }

  .formOceana .input-error {
    border-color: #ff5730;
  }

  .formOceana .hsfc-ReCaptchaV2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .formOceana .grecaptcha-badge {
    visibility: visible;
    right: 10px;
    transform: scale(.64);
  }

.inputcontact {
    mix-blend-mode: normal;
    border: 1px solid #4B5257;
    color: #4B5257;
    height: 50px;
    padding: 0 18px;
    width: 100%;
    margin-bottom: 1rem;
    font-family: "Fakt Pro";
    font-size: 18px;
    font-weight: 350;
    line-height: 22px;
    letter-spacing: 0px;
}

.inputcontact:focus,
.messagecontact:focus {
    border: 1px solid #9a6545;
}

.inputsContainer {
    display: flex;
    gap: 10px;
}

.input-half {
    display: flex;
    justify-content: space-between;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}

textarea {
    resize: none;
}

.input-half label {
    position: absolute;
    top: 15px;
    left: 19px;
    mix-blend-mode: normal;
    color: #4B5257;
    font-family: "Fakt Pro";
    font-size: 18px;
    font-weight: 350;
    line-height: 22px;
    transition: top 0.3s;
    letter-spacing: 0px;
}

.input-half input:focus + label,
.input-half input:valid + label {
    top: -7px;
    left: 20px;
    background-color: #ffff;
    padding: 0 4px;
    font-family: "Fakt Pro";
    font-size: 14px;
    font-weight: 350;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

label[for="email"] {
    position: absolute;
    top: 15px;
    left: 19px;
    mix-blend-mode: normal;
    color: #4B5257;
    font-family: "Fakt Pro";
    font-size: 18px;
    font-weight: 350;
    line-height: 22px;
    transition: top 0.3s;
    letter-spacing: 0px;
}

label[for="email"].invalid {
    top: -7px;
    left: 20px;
    background-color: #ffff;
    padding: 0 4px;
    font-family: "Fakt Pro";
    font-size: 14px;
    font-weight: 350;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    position: absolute;
}

.leaveMessage textarea:focus ~ label {
    top: -7px;
    left: 20px;
    background-color: #ffff;
    padding: 0 4px;
    font-family: "Fakt Pro";
    font-size: 14px;
    font-weight: 350;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

.hsfc-NavigationRow__Buttons {
    justify-content: center !important;
}

.messagecontact:focus + .messageArea,
.messagecontact:not(:placeholder-shown) + .messageArea {
    position: absolute;
    top: -8px;
    left: 20px;
    background-color: #ffff;
    padding: 0 4px;
    font-family: "Fakt Pro";
    font-size: 14px;
    font-weight: 350;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

.leaveMessage {
    position: relative;
    height: fit-content;
}

.messageArea {
    position: absolute;
    top: 15px;
    left: 19px;
    mix-blend-mode: normal;
    color: #4B5257;
    font-family: "Fakt Pro";
    font-size: 18px;
    font-weight: 350;
    line-height: 22px;
    transition: top 0.3s;
    letter-spacing: 0px;
}

.messagecontact::placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: #4B5257;
}

.messagecontact {
    padding: 17px 17px;
    border: 1px solid #4B5257;
    min-height: 210px;
    width: 100%;
    font-family: "Fakt Pro";
    font-size: 18px;
}
.mandatoryMessage {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.centerText {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.sendButton {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: "Fakt Pro";
    width: 109px;
    height: 50px;
    border: none;
    background-color: #9a6545;
    transition: 0.6s;
    color: #fff;
    margin: 33px 0;
}
.form-message {
    font-family: "Fakt Pro";
    display: none;
    color: #ff5730;
    margin-top: 2.5px;
    margin-bottom: 47.5px;
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    text-align: center;
}
.error-validation {
    border: 1px solid #e14949 !important;
}
.error-validation::placeholder {
    color: #e14949;
}

.sendButton p {
    line-height: 50px;
    padding-top: 4px;
}

input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.59;
    font-size: 18px;
    font-family: "Fakt Pro", sans-serif;
}
.splitterForm {
    color: #000000;
    margin: 0 6px;
    font-family: "Fakt Pro Light";
    font-size: 1.4rem;
}

@media only screen and (min-width: 751px) {
    .hereTitle,
    .hereTitleHide {
        font-size: 40px;
        line-height: 72px;
        display: block;
    }
    #contact-form {
        padding: 0 !important;
    }
    .input-half {
        display: flex;
        justify-content: space-between;
    }
    .input-half input:first-child {
        margin-right: 5px;
    }
    .input-half input:last-child {
        margin-left: 5px;
    }
    .form-section {
        padding-bottom: 65px;
    }
}

@media only screen and (min-width: 1300px) {
    .form-section {
        padding-bottom: 83px;
    }
}

@media only screen and (max-width: 765px) {
    .inputsContainer {
        flex-direction: column;
        gap: 5px;
    }
    .input-half {
        width: 100%;
        margin-bottom: 15px;
    }
    .inputcontact {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    .formOceana {
        width: 100%;
    }

    .formOceana .hsfc-TextField,
    .formOceana .hsfc-EmailField,
    .formOceana .hsfc-PhoneField {
        width: 100%;
    }

    .formOceana .hsfc-Step__Content {
        padding: 0 !important;
    }
        
    .formOceana .hsfc-Row {
        flex-direction: column !important;
        margin-bottom: 30px !important;
        gap: 30px !important;
    }

    .formOceana .hsfc-TextareaField {
        width: 100%;
        margin-top: 11px;
    }
    .contact-container {
        width: 100%;
        align-items: start;
    }
    .formContainer {
        padding: 0 30px;
    }
    .hereTitle {
        width: 84%;
        text-align: left;
        font-size: 30px;
        font-weight: 300;
        line-height: 53px;
        margin-bottom: 10px;
    }

    .contactIntro {
        flex-direction: column;
        align-items: flex-start;
    }

    .splitterForm {
        display: none;
    }

    .contactTitle {
        font-family: "Fakt Pro";
        font-size: 30px;
        font-weight: 300;
        line-height: 53px;
        margin: 0;
    }

}
