.dark,
.dark p,
.dark td,
.absolute-footer.dark,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: #fff;
}

.nav>li.html,
.nav>li>a {
    font-weight: inherit;
    font-size: inherit;
}

body {
    font-size: 16px;
    font-family: "Be Vietnam Pro", sans-serif;
}

input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

.h-100 {
    height: 100%;
}

.button span {
    line-height: inherit;
}

.button.is-underline {
    padding: 0;
    font-weight: normal;
    min-height: unset;
}

.button.is-underline::before {
    opacity: 1;
    width: 100%;
    left: 0;
}

.wpcf7-form {
    margin: 0;
}

.button.primary.is-underline,
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: #000;
}

.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
    height: 56px;
    padding: 8px 32px;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: normal;
    border: 0;
}

.wpcf7 textarea.wpcf7-form-control:not(.wpcf7-submit) {
    min-height: 134px;
    padding: 24px 32px;
    border-radius: 20px;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
    font-weight: normal;
    border-radius: 30px;
    padding: 14px 20px;
    min-height: unset;
    line-height: normal;
    text-transform: unset;
    margin-top: 20px;
}

.btn-main {
    box-shadow: unset !important;
    line-height: 51px;
    padding: 0 20px;
    font-weight: normal;
    position: relative;
    border-radius: 30px;
}

.btn-main::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0.5) 70%, rgba(0, 0, 0, 0) 100%) -100% -100% / 250% 250% no-repeat, 0px 0px / 100% 100%;
    pointer-events: none;
    border-radius: 30px;
    scroll-behavior: auto;
    transition: 650ms;
}

.btn-main:hover::before {
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0.5) 70%, rgba(0, 0, 0, 0) 100%) 100% 100% / 250% 250% no-repeat, 0px 0px / 100% 100%;
}

.title h1,
.title h2 {
    font-size: 2.25rem;
    font-weight: normal;
}

.title-large h2 {
    font-size: 40px;
}

.title-home h1,
.title-home h2 {
    font-size: 48px;
}

.title-mb0 h2,
.title-mb0 h1 {
    margin: 0;
}

.title-box-home h4 {
    font-weight: 300;
    font-size: 36px;
    margin: 0;
}

nav.rank-math-breadcrumb a {
    color: #000;
}

span.separator {
    margin: 0 5px;
}

label,
td,
th {
    font-size: 16px;
}

@media screen and (max-width: 550px) {

    .title-box-home h4,
    .title-home h1,
    .title-home h2,
    .title-large h2 {
        font-size: 2.25rem;
    }
}