@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4.4rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 2.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
        width: auto;
    }

    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .xs--hidden {
        display: none;
    }
    
    .text-xs-justify {
        text-align: justify;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 5.4rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 2.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
        width: auto;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }
    
    .text-sm-justify {
        text-align: justify;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 6rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 2.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
        width: auto;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .md--hidden {
        display: none;
    }
    
    .vertical-center-md {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .text-md-justify {
        text-align: justify;
    }

}

@media (max-width: 991.98px) {
    
    .background-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
    .text-center h2:after {
        margin-left: -20px;
        left: 50%;
    }
    
}

@media (min-width: 992px) {

    .background-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
    }
    
    .text-center h2:after {
        margin-left: -20px;
        left: 50%;
    }
    
    .text-lg-left h2:after {
        margin-left: 0;
        left: 0;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    h1 {
        font-size: 7rem;
    }
    
    h2 {
        font-size: 4.8rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 2.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -6px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
        width: auto;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .col-lg--margin-top-2x {
        margin-top: 60px;
    }
    
    .lg--hidden {
        display: none;
    }
    
    .vertical-center-lg {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .text-lg-justify {
        text-align: justify;
    }
    
    .arrow {
        top: -14px;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.6rem;
        color: #4a505c;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #4a505c;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #84a7f6;
        color: #ffffff;
    }
    
    .navbar-collapse {
        background-color: #ffffff;
    }
    
    .dropdown-menu {
        margin: 5px 0 0 0 !important;
        padding: 0 0 5px 0 !important;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ffffff;
    }
    
    .navbar--custom .social-list {
        position: absolute;
        top: 2px;
        right: 60px;
        z-index: 3;
    }
    
}

@media (min-width: 1200px) {
    
    h1 {
        font-size: 7.2rem;
    }
    
    h2 {
        font-size: 4.8rem;
    }
    
    h3 {
        font-size: 2.6rem;
    }
    
    h4 {
        font-size: 2.6rem;
    }
    
    h5 {
        font-size: 2.6rem;
    }
    
    h6 {
        font-size: 2.6rem;
    }
    
    .navbar-nav li a {
        margin: 0;
        padding: 10px 15px !important;
        color: #ffffff;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #84a7f6;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 80px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -8px;
        height: 30px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 80px;
        line-height: 80px;
    }
    
    .navbar--shrink {
        background-color: #1a1917;
        height: 50px;
        transition: height ease-in-out .3s;
        -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.5);
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 26px;
        width: auto;
        position: relative;
        top: -1px;
    }
    
    .navbar--shrink .navbar-nav li a {
        color: #2c2e34;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #84a7f6;
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar--shrink .navbar-nav li a {
        margin: 0 !important;
        padding: 0 15px !important;
    }
    
    .nav-item {
        font-size: 1.3rem;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #84a7f6;
        height: 0;
        width: 1px;
        display: block;
        content: '';
        transition: height .3s;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        height: 50%;
        //transition: height .3s;
    }
    
    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--custom .dropdown-menu {
        background-color: transparent;
        border: none;
        z-index: 98;
    }
    
    .navbar--custom .dropdown-menu:before {
        background-color: #1a1917;
        height: 100%;
        width: 205px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .navbar--custom .dropdown-menu li {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #1a1917;
        height: auto;
        width: 205px !important;
        font-size: 1.6em;
        text-align: left;
        display: block;
        cursor: default;
        position: relative;
        float: none;
    }
    
    .navbar--custom .dropdown-menu li a {
        margin: 0 !important;
        padding: 3px 0 !important;
        height: auto !important;
        color: #ffffff !important;
        text-decoration: none;
        line-height: normal !important;
        display: block;
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li a:hover, .navbar--custom .dropdown-menu li a:focus {
        color: #84a7f6 !important;
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li .dropdown-menu {
        top: 0;
        right: -170px;
    }
    
    .navbar--shrink .dropdown-menu li a:hover, .navbar--shrink .dropdown-menu li a:focus {
        background-color: inherit;
    }
    
    .navbar--shrink .dropdown-menu {
        margin: -1px 0 0 0 !important;
    }
    
    .dropdown-menu li a:hover:after {
        display: none;
    }
    
    .navbar--custom .social-list {
        position: absolute;
        top: 27px;
        left: 250px;
        z-index: 3;
    }
    
    .navbar--shrink .social-list {
        top: 12px;
        left: 180px;
        transition: width ease-in-out .3s;
    }
    
    .header:after {
        background: url(../images/shadow.png) repeat-x left top;
        height: 168px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 10;
        opacity: 1;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .vertical-center-xl {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .text-xl-justify {
        text-align: justify;
    }
    
    .arrow {
        top: -10px;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #ffffff;
}

h1, h2 {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
}

h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    line-height: 1.1em;
    position: relative;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h2:after {
    background-color: #84a7f6;
    height: 5px;
    width: 50px;
    position: absolute;
    bottom: 0;
    content: '';
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 2.4rem;
}

p:first-child {
    margin-top: 0;
}

section li {
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 600;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #4a505c;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #84a7f6;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #84a7f6;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #84a7f6;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.news--padding, .form--padding {
    padding: 70px 15px;
}

.news__heading-2, .form__heading-2 {
    padding-bottom: 20px;
    color: #2c2e34;
}

.news__heading-3 {
    font-size: 1.8rem;
    color: #2c2e34;
    line-height: 2.4rem;
}

.news p, .form p {
    font-size: 1.5rem;
    color: #4a505c;
}

.news__box {
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #84a7f6;
    height: auto;
    max-width: 71px;
    display: block;
}

.nb__span {
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2.4rem;
    color: #ffffff;
}

.news__span {
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.6rem;
    color: #2c2e34;
}

.gallery .item {
    margin-right: 20px;
}

.gallery__image {
    height: auto;
    max-width: 100%;
}

.form {
    background-color: #ffffff;
}

.form__link, .form__link:focus {
    color: #4a505c;
    text-decoration: none !important;
}

.form__link:hover {
    color: #2c2e34 !important;
}

.form__row--margin-top {
    margin-top: 15px;
}

.bottom--padding {
    padding: 70px 15px;
}

.bottom p {
    font-size: 1.5rem;
    color: #ffffff;
}

.bottom__image {
    height: auto;
    max-width: 238px;
}

.bottom p a, .bottom p a:focus, .form p a, .form p a:focus {
    color: inherit;
    text-decoration: none;
}

.bottom p a:hover {
    color: #84a7f6;
}

.form p a:hover {
    color: #84a7f6;
}

.bottom, .footer {
    background-color: #2c2e34;
}

.form-control--custom {
    background-color: transparent;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    line-height: normal;
    color: #4a505c;
    border: none;
    border-bottom: 1px solid #84a7f6;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: transparent;
    color: #4a505c;
    border: none;
    border-bottom: 1px solid #2c2e34;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #4a505c !important;
}
					
input:-moz-placeholder {
    color: #4a505c !important;
}
					
input::-moz-placeholder {
    color: #4a505c !important;
}
					
input:-ms-input-placeholder {  
    color: #4a505c !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #4a505c !important;
}
					
textarea:-moz-placeholder {
    color: #4a505c !important;
}
					
textarea::-moz-placeholder {
    color: #4a505c !important;
}
					
textarea:-ms-input-placeholder {  
    color: #4a505c !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1.5rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 12px 17px 14px 17px;
    width: auto;
    min-width: 180px;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--custom:hover, .btn--custom:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--blue, .btn--blue:focus {
    background-color: #84a7f6;
    color: #ffffff;
}

.btn--blue:hover {
    background-color: #2c2e34;
    color: #ffffff;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.btn--margin-top-2x {
    margin-top: 60px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-bottom {
    margin-bottom: 30px;
}

.row--margin-top-1x {
    margin-top: 15px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.bottom__col {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #2c2e34;
    border-top: 10px solid #84a7f6;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    height: 56px;
    width: 56px;
    position: relative;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.arrow__fa {
    font-size: 3rem;
    color: #262626;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    border-radius: 50%;
}

.arrow a, .arrow a:focus {
    background-color: #dccf9c;
    height: 56px;
    width: 56px;
    display: block;
    transition: ease all .2s;
}

.arrow a:hover {
    background-color: #c0b282;
    transition: ease all .2s;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

.grecaptcha-badge {
    visibility: hidden;
}

section ol, section ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 2.4rem;
}

section ol li {
    margin: 0 0 6px 17px;
    padding: 0 0 0 4px;
    position: relative;
}

section ul li {
    margin: 0 0 6px 12px;
    padding: 0 0 0 8px;
    list-style-type: none;
    position: relative;
}

section ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    font-weight: bold;
    color: #84a7f6;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.social-list {
    margin: 0;
    padding: 0;
    
}

.navbar--custom .social-list__item {
    margin: 0 0 0 8px;
    height: 25px;
    width: 25px;
    list-style: none;
    float: left;
}

.form .social-list__item {
    margin: 0 0 0 12px;
    padding: 0;
    height: 25px;
    width: 25px;
    list-style: none;
    float: left;
}

.social-list__item:first-child {
    margin: 0;
    padding: 0;
}

.social-list__item:before {
    display: none;
}

.small-gutters {

    > .col, > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
  
    }

}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}