body {
    font-size: 16px;
    font-family: Helvetica, serif;
}

.outline-none {
    outline: none !important;
}

.wh-box-shadow {
    box-shadow: 0 4px 47px 0 rgba(0, 0, 0, 0.14);
}

input::placeholder {
    color: #8C8C8C !important;
    font-family: Helvetica, serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

input::-ms-input-placeholder {
    color: #8C8C8C !important;
    font-family: Helvetica, serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.hero img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pointer-event {
    cursor: pointer;
}

.container {
    max-width: 920px;
}