@font-face {
    font-family: Merriweather Sans;
    src: url(/fonts/MerriweatherSans.ttf)
}

@font-face {
    font-family: Merriweather Sans Bold;
    src: url(/fonts/MerriweatherSans-Bold.ttf)
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.ttf)
}

.contact_text-overflow__iF5OD {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.contact_text-gradient__ydQFC {
    background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(.37, #148eff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact_background-hover__sMlxb {
    transition: all .3s ease-out
}

.contact_background-hover__sMlxb:hover {
    background-color: #00a1f1
}

.contact_contact-content__G8cIY {
    padding: 20px 5px;
    white-space: pre-line
}

.contact_contact-form__zSnPz {
    padding: 20px 5px;
    max-width: 500px;
    margin: auto
}

.contact_contact-form__zSnPz .ant-form-item .ant-input {
    height: 40px;
    font-size: 12px
}

.contact_contact-form__zSnPz .form-message .ant-form-item-explain {
    text-align: center;
    font-size: 10px
}