.contact-title {
    font-size: 37px;
    font-family: 'inter-l' !important;
    color: black;
}

.btn-contact {
    position: relative;
}

.btn-contact img {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
}

#cu-banner {
    background-size: cover !important;
    width: 100%;
    height: 748px;
    margin-top: 110px;
    align-items: start !important;
}

#cu-banner .cu-introText {
    padding-top: 140px;
}

#cu-intro {
    margin-bottom: 140px;
}

.contact-w50 {
    width: 50%;
}

.contact-msg {
    width: 100%;
    margin-bottom: 40px;
}

.success-msg {
    background: #8AD1C7;
    padding: 10px 19px;
    border-radius: 6px;
}

.error-msg {
    background: #ec4261;
    padding: 10px 19px;
    color: #fff;
    border-radius: 6px;
}

.error-msg-text {
    color: #ec4261;
    font-size: 12px;
}

/* Honeypot field - hide from real users, bots will fill it */
.hp-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    overflow: hidden;
}

@media screen and (max-width:600px) {
    .contact-w50 {
        width: 100%;
    }
}
