.contact-us-page .top-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 15rem;
    padding: var(--wp--custom--spacing--plus-2) 0 var(--wp--custom--spacing--plus-4);
    border-bottom: 1px solid var(--wp--preset--color--grey-tint-4);
}

.contact-us-page .top-content .subtitle {
    margin-bottom: var(--wp--custom--spacing--plus-2);
    color: var(--wp--preset--color--light-blue);
}

.contact-us-page .top-content .subtitle a {
    color: var(--wp--preset--color--light-blue);
}

.contact-us-page .top-content h1 {
    font-size: var(--wp--preset--font-size--plus-3);
}

.contact-us-page .top-content .description {
    max-width: 50rem;
    margin-top: 1em;
}

.contact-us-page .top-content svg {
    display: block;
    height: var(--wp--custom--spacing--plus-1);
    margin-bottom: var(--wp--custom--spacing--base);
    width: var(--wp--custom--spacing--plus-1);
}

.contact-us-page .form-container {
    padding: var(--wp--custom--spacing--plus-4) var(--wp--custom--spacing--base);
    margin-bottom: var(--wp--custom--spacing--plus-2);
    margin-top: var(--wp--custom--spacing--plus-2);
    background-color: var(--wp--preset--color--grey-tint-2);
}

.contact-us-page .form-container .inside-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
}

.contact-us-page .form-container .inside-content h2 {
    margin: 0 auto 1.25em;
    max-width: 25rem;
    font-size: var(--wp--preset--font-size--plus-2);
    text-align: center;
}

.contact-us-page .form-container .inside-content .tips {
    margin: 0 auto var(--wp--custom--spacing--plus-5);
    font-size: var(--wp--preset--font-size--minus-2);
    text-align: center;
}

.contact-us-page .form-container form {
    display: flex;
    flex-direction: column;
    gap: .75em;
    font-size: var(--wp--preset--font-size--minus-1);
}

.contact-us-page .form-container form input:not(.chapter-input) {
    display: flex;
    width: 100%;
    padding: .75em 1em;
    border: 0;
    border-radius: .25em;
    line-height: normal;
}

.form-container form input:focus,
.contact-us-page .form-container form textarea:focus {
    outline: 1px dashed var(--wp--preset--color--dark-grey) !important;
    outline-offset: 2px;
}

.contact-us-page .form-container form textarea {
    display: flex;
    width: 100%;
    padding: .75em 1em;
    border: 0;
    border-radius: .25em;
    line-height: normal;
}

.contact-us-page .form-container form select {
    width: 100%;
    padding: .5em;
    font-size: var(--wp--preset--font-size--minus-1);
    line-height: normal;
}

.contact-us-page .form-container form .chapter {
    max-width: 25rem;
    background: var(--wp--preset--color--grey-tint-4);
    padding: var(--wp--custom--spacing--base);
    margin: var(--wp--custom--spacing--base) 0;
}

.contact-us-page .form-container form .chapter p {
    display: block;
    width: 100%;
    padding-bottom: .75em;
    font-size: var(--wp--preset--font-size--minus-1);
}

.contact-us-page .form-container form .chapter-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: var(--wp--custom--spacing--base);
}

.contact-us-page .form-container form .chapter-input {
    width: 178px;
}

.contact-us-page .form-container form .policy label {
    display: flex;
    align-items: center;
    gap: .5em;
    margin-bottom: .5em;
    cursor: pointer;
}

.contact-us-page .form-container form .policy label input {
    flex-shrink: 0;
    appearance: none;
    position: relative;
    top: 1px;
    width: .75em;
    height: .75em;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 1px var(--wp--preset--color--dark-grey);
    border: 2px solid var(--wp--preset--color--white);
    background: var(--wp--preset--color--white);
    border-radius: 0;
}

.contact-us-page .form-container form .policy label input:checked {
    background: var(--wp--preset--color--dark-grey);
}

.contact-us-page .form-container form .policy label span {
    font-size: var(--wp--preset--font-size--minus-1);
    font-weight: 700;
}

.contact-us-page .form-container form .policy-description {
    max-width: 40em;
    font-size: var(--wp--preset--font-size--minus-1);
}

.contact-us-page .form-container button,
.contact-us-page .form-container form input[type="submit"] {
    display: inline-block;
    border-color: var(--wp--preset--color--mid-grey);
    background: 0 0;
    color: var(--wp--preset--color--mid-grey);
    padding: .25em 2em;
    border: 1px solid currentColor;
    border-radius: .4em;
    text-transform: none;
    font-size: var(--wp--preset--font-size--base);
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    transition: background .2s;
    margin-top: var(--wp--custom--spacing--plus-1);
    width: auto;
    min-width: 10em;
}

.contact-us-page .form-container button:hover{
    cursor: pointer;
    border-color: var(--wp--preset--color--mid-grey);
    background: var(--wp--preset--color--grey-tint-1);
    color: var(--wp--preset--color--mid-grey);
}

.contact-us-page .location {
    padding: var(--wp--custom--spacing--plus-6) 0;
}

.contact-us-page .location h2 {
    margin: 0 auto var(--wp--custom--spacing--plus-6);
    font-size: var(--wp--preset--font-size--plus-2);
    text-align: center;
}

.contact-us-page .location .map .contact-map_svg__text {
    font-size: .6666em;
}

.contact-us-page .location .map .contact-map_svg__text:first-child {
    font-weight: 700;
    fill: #72645d;
}

.contact-us-page .phone-message-list {
    display: none;
    text-align: center;
    margin-top: -2.5rem;
}

.contact-us-page .phone-message-list .item {
    margin-bottom: 2em;
    font-size: var(--wp--preset--font-size--minus-1);
}

.contact-us-page .phone-message-list .item strong {
    font-weight: 700;
}