@charset "utf-8";
html, body {
    overflow-x: inherit;
}
.site_wrapper {
    overflow-x: inherit;
}

.page-contact {
    display: flex;
    max-width: 1240px;
    margin: 50px auto;
    width: 100%;
    padding-top: 80px;
}
.contact-header {
    width: 350px;
    padding: 0 24px;
}
.contact-header .page-title {
    position: sticky;
    top: 130px;
}
.contact-header .page-title .title {
    font-size: calc(36px + (64 - 36)*((100vw - 300px)/(1920 - 300)));
    font-family: var(--cn-title-font);
    font-weight: 800;
}

.contact-header .page-title .byline {
    font-size: 18px;
    line-height: 1.25;
}


.page-contact .contact-body .acf-form .acf-field-message label:after {
    content: ' *';
    color: #f00;
}


.page-contact .contact-body {
    margin-bottom: 60px;
    max-width: 769px;
    flex-grow: 1;
}

.acf-field {
    margin: 15px 0;
    clear: both;
}

.acf-fields > .acf-field {
    position: relative;
    margin: 0;
    padding: 15px 12px;
}


.acf-field .acf-label {
    vertical-align: top;
    margin: 0 0 10px;
}

.page-contact .contact-body .acf-form .acf-field-59cbc55c0a5be .acf-label, .page-contact .contact-body .acf-form .acf-label {
    margin-bottom: 0;
}

.acf-field .acf-label label {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
}

.page-contact .contact-body .acf-field label {
    text-transform: uppercase;
    color: #000000;
}

.page-contact .contact-body .row .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.page-contact .contact-body .acf-field label .acf-required {
    color: #f00;
}


.acf-input-wrap input, .acf-input-wrap textarea {
    width: 100%;
    padding: 3px 5px;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

.acf-input-wrap-short {
    width: 50%;
    min-height: 77px;
}




.page-contact .contact-body .acf-field input,
.page-contact .contact-body .acf-field textarea {
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    border: 2px solid #272727;
    padding: 19px 21px;
}



.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    width: 100%;
    padding: 3px 5px;
    resize: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

.acf-field textarea {
    resize: vertical;
}
.page-contact .contact-body .acf-form-submit {
    padding: 15px 12px;
}

.page-contact .contact-body .flat_btn {
    width: 100%;
    width: 100%;
    font-weight: 500;
    font-size: .9rem;
    margin-top: 25px;
    cursor: pointer;
    outline: none;
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #272727;
}
.page-contact .contact-body .flat_btn:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #272727;
}

@media (max-width: 1270px) {
    .page-contact {
        width:90%;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
    .page-contact {
        max-width: 540px;
        flex-direction: column;
        padding-top: 30px;
    }
    .page-contact .contact-header{
        width: 100%;
    }
    .page-contact .contact-header .page-title {
        position: relative;
        top: 0px;
    }
    .acf-input-wrap-short {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .page-contact {
        max-width: 100%;
        width: 100%;
    }
    .page-contact .page-title{
        text-align: center;
        margin-bottom: 25px;
    }
    .page-contact .contact-content{
        padding: 0 20px;
    }


}
.page-contact .page-filter-wrapper {
    margin-top: 60px;
    padding-bottom: 100px;
}
.page-contact .page-filter-wrapper .page-filter-item-wrapper:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}
.page-contact .page-filter-wrapper .page-filter-item-wrapper .page-filter-item{
    font-family: var(--cn-title-font);
    font-size: 22px;
    line-height: 2.25;
    color: #58585b;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}
.page-contact .page-filter-wrapper .page-filter-item-wrapper .page-filter-item:hover{
    text-decoration: underline;
}

.page-contact .contact-body .page-filter-select-wrapper{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: none;
}
.page-contact .contact-body .page-filter-select-wrapper .page-filter-select{
    border: 2px solid #000000;
    padding: 10px 4px  ;
    width: 100%;
}
.fd_content_wrapper .fd_content_title {
    font-family: var(--cn-title-font);
    font-size: 32px;
    line-height: 2.25;
    color: #000000;
    font-weight: 800;
}
@media  (max-width: 768px) {
    .page-contact .page-filter-wrapper {
        display: none;
    }
    .page-contact .contact-body .page-filter-select-wrapper{
        display: block;
    }
}