<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#inner-page-wrapper {
    overflow: hidden;
}

.aios-about-inner {
    overflow: visible;
}
.aios-about-title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.aios-about-title strong {
}
.aios-about-right {
    float: right;
    width: 44%;
    padding: 0 0 2.7% 3%;
}
.aios-about-right .aios-about-right img {
    width: 100%;
}
.aios-about-form {
    position: relative;
    max-width: 556px;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 55px;
    padding: 13px 33px 16px;
    border: 1px solid var(--font-color-default);
    background: var(--background-color, #ffffff);
}
.wpcf7 form.custom-page-cf .custom-page-col {
    margin-top: 12px;
}
.wpcf7 form.custom-page-cf .custom-page-row:first-child .custom-page-col {
    margin-top: 0;
}
.wpcf7 form.custom-page-cf input[type="text"],
.wpcf7 form.custom-page-cf input[type="email"],
.wpcf7 form.custom-page-cf textarea {
    font-size: 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    height: 50px;
    padding: 0 5px;
    border-radius: 0;
    resize: none;
    border: 1px solid transparent;
    border-bottom: solid 1px #a5a5a5;
    transition: all 0.25s ease-in-out;
}
.wpcf7 form.custom-page-cf input[type="text"]:focus,
.wpcf7 form.custom-page-cf input[type="email"]:focus,
.wpcf7 form.custom-page-cf textarea:focus {
    border-color: #a5a5a5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #a5a5a5, 0 0 8px #a5a5a5;
    box-shadow: inset 0 0 1px #a5a5a5, 0 0 8px #a5a5a5;
}
.wpcf7 form.custom-page-cf textarea {
    height: 75px;
    position: relative;
    margin-bottom: 0;
    width: 100%;
}
.wpcf7 form.custom-page-cf .custom-page-submit {
    margin-top: 19px;
}
.wpcf7 form.custom-page-cf input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    font-size: 18px;
    color: var(--font-color-default);
    letter-spacing: 0.025em;
    text-transform: uppercase;
    background: transparent;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}
.wpcf7 form.custom-page-cf input[type="submit"]:hover {
    color: var(--primary);
}
#content .aios-about-form h2 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    color: var(--font-color-title);
}
#content .aios-about-form h2 span {
    display: block;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.025em;
    color: var(--font-color-default);
    margin-top: 12px;
}

@media only screen and (max-width: 1360px) {
    .aios-about-form {
        max-width: initial;
        width: 54%;
    }
}

@media only screen and (max-width: 991px) {
    .aios-about-title {
        font-size: 40px;
    }
    .aios-about-form {
        max-width: 556px;
        width: 100%;
        margin: 50px auto 100px;
        padding: 13px 15px 16px;
    }
    .aios-about-right {
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
}


@media only screen and (max-width: 480px) {
    .wpcf7 form.custom-page-cf .custom-page-col,
    .wpcf7 form.custom-page-cf .custom-page-row:first-child .custom-page-col:not(:first-child) {
        margin-top: 12px;
    }
}</pre></body></html>