@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3rem;
    }
    
    h4 {
        font-size: 3rem;
    }
    
    h5 {
        font-size: 3rem;
    }
    
    h6 {
        font-size: 3rem;
    }
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }
    
    .header {
        background-position: right -200px center !important;
        height: 100vh;
        max-height: 500px;
    }
    
    .header__image {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
    }
    
    .contact .container {
        padding: 70px 0 70px 0;
    }

    .contact__span {
        margin-top: 10px;
        font-family: 'Mulish', sans-serif;
        font-optical-sizing: auto;
        font-size: 1.6rem;
        color: #ffffff;
        text-align: center;
        line-height: 1em;
        position: relative;
        top: 4px;
        display: block;
    }
    
    .contact__image {
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        width: auto;
        display: block;
    }
    
    .bottom--padding {
        padding-top: 70px;
    }
    
    .bottom__image {
        height: auto;
        max-width: 100%;
        display: inline-block;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .col-xs--margin-top-2x {
        margin-top: 60px;
    }

    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) {
    
    .contact__span {
        font-family: 'Mulish', sans-serif;
        font-optical-sizing: auto;
        font-size: 1.6rem;
        color: #ffffff;
        line-height: 1em;
        position: relative;
        top: 5px;
        display: inline-block;
    }
    
    .contact__image {
        margin-right: 15px;
        height: 20px;
        width: auto;
        display: inline-block;
        position: relative;
        top: 3px;
    }
    
    .bottom__image {
        height: auto;
        max-width: 100%;
        display: inline-block;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 4rem;
    }
    
    h3 {
        font-size: 3rem;
    }
    
    h4 {
        font-size: 3rem;
    }
    
    h5 {
        font-size: 3rem;
    }
    
    h6 {
        font-size: 3rem;
    }
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }

    .header {
        background-position: right -200px center !important;
        height: 100vh;
        max-height: 500px;
    }
    
    .header__image {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
    }
    
    .contact .container {
        padding: 70px 0;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .col-sm--margin-top-2x {
        margin-top: 60px;
    }
    
    .sm--hidden {
        display: none;
    }

}

@media (max-width: 767.98px) {
    
    .bottom-nav .nav-item {
        margin: 10px 0 !important;
        display: block !important;
    }

}

@media (min-width: 768px) {

    .bottom-nav .nav-item {
        margin: 0 23px 0 0 !important;
        display: inline-block !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 6rem;
    }
    
    h2 {
        font-size: 5rem;
    }
    
    h3 {
        font-size: 3rem;
    }
    
    h4 {
        font-size: 3rem;
    }
    
    h5 {
        font-size: 3rem;
    }
    
    h6 {
        font-size: 3rem;
    }
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }
    
    .header {
        height: 100vh;
        max-height: 500px;
    }
    
    .header__image {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.7;
    }
    
    .contact .container {
        padding: 70px 0;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .col-md--margin-top-2x {
        margin-top: 60px;
    }

    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .header--small {
        max-height: 250px;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .about--padding, .specializations--padding, .content--padding, .advices--padding, .news--padding {
        padding: 70px 0;
    }
    
    .contact__inner {
        padding: 0 20px;
    }
    
    .contact__form {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f8f8f8;
    }
    
    .bottom--padding {
        padding-top: 0;
    }
    
    .bottom-nav .nav-item {
        margin: 10px 0 !important;
        display: block !important;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 7rem;
    }
    
    h2 {
        font-size: 5.4rem;
    }
    
    h3 {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 2.4rem;
    }
    
    h5 {
        font-size: 2.4rem;
    }
    
    h6 {
        font-size: 4.2rem;
    }
    
    .header__image {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .about--padding, .specializations--padding, .content--padding, .advices--padding, .news--padding, .contact .container {
        padding: 90px 0;
    }
    
    .contact__inner--left {
        padding-right: 20px;
    }
    
    .contact__inner--right {
        padding-left: 20px;
    }
    
    .contact__box {
        width: 50%;
    }
    
    .bottom--padding {
        padding-top: 90px;
    }
    
    .bottom-nav .nav-item {
        display: inline-block !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }
    
    .header {
        height: 550px;
    }
    
    .header--small {
        max-height: 400px;
    }
    
    .header__image {
        opacity: 0.7;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .header--small .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .bottom-nav {
        margin-top: 0 !important;
    }
    
    .bottom-nav .nav-item {
        font-size: 1.4rem;
    }
    
    .bottom-nav .nav-item {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }
    
    .col-lg--margin-top-2x {
        margin-top: 60px;
    }

    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0;
    }
    
    .arrow {
        top: -14px;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #000000;
    }
    
    .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.8rem;
        color: #ffffff;
        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: #ffffff;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #e9b871;
        color: #000000;
    }
    
    .header {
        margin-top: 50px;
    }
    
}

@media (min-width: 1200px) {

    .navbar-nav li a {
        margin: 0;
        padding: 10px 20px !important;
        color: #ffffff;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #e9b871;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 80px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -8px;
        height: 60px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 80px;
        line-height: 80px;
    }
    
    .navbar--shrink {
        background-color: #000000;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 36px;
        width: auto;
        position: relative;
        top: -1px;
    }
    
    .navbar--shrink .navbar-nav li a {
        color: #ffffff;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #e9b871;
        color: #000000;
    }

    .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 16px !important;
    }
    
    .nav-item {
        font-size: 1.6rem;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #e9b871;
        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;
    }
    
    .header {
        height: 800px;
    }
    
    .header--small {
        max-height: 300px;
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 55%;
        left: 0;
        z-index: 2;
        transform: translateY(-45%);
    }
    
    .header--small .header__inner {
        width: 100%;
        position: absolute;
        top: 64%;
        left: 0;
        z-index: 2;
        transform: translateY(-46%);
    }
    
    .bottom-nav {
        margin-top: 15px !important;
    }
    
    .bottom-nav .nav-item {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    
    .bottom__image {
        position: relative;
        top: -8px;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .col-xl--margin-top-2x {
        margin-top: 60px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .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, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-optical-sizing: auto;
    line-height: 1.2em;
    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;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 2.6rem;
}

p:first-child {
    margin-top: 0;
}

.span-heading {
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .3rem;
    line-height: 1rem;
    display: block;
}

.span-heading--black {
    color: #181818;
}

.span-heading--white {
    color: #ffffff;
}

section {
    position: relative;
}

section li {
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #2c4253;
    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: #ffffff;
    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: #e9b871;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #e9b871;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #e9b871;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.header, .about {
    background-color: #000000;
    width: 100%;
}

.header--small {
    background-color: #4b8db9;
    background-image: url(../images/header.jpg);
    background-position: center right;
    width: 100%;
}

.header__inner {
    z-index: 2;
}

.header__heading-1 {
    margin-bottom: 20px;
    color: #ffffff;
}

.header__heading-1 .span-heading {
    color: #e9b871;
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
}

.content--padding {
    padding-top: 100px;
}

.content .container {
    padding-bottom: 100px;
    border-bottom: 1px solid #f1f1f1;
}

.specializations {
    background-color: #ffffff;
}

.specializations__heading-2, .fancy__heading-2, .content h2, .advices__heading-2, .news__heading-2, {
    margin-bottom: 30px;
    color: #181818;
}

.specializations .span-heading, .advices .span-heading, .news .span-heading {
    color: #d3aa76;
}

.specializations p, .content p, .advices p, .news p, .contact__inner--right {
    font-size: 1.6rem;
    color: #4f4f4f;
}

.specializations__image {
    margin-bottom: 15px;
    height: 90px;
    width: auto;
    position: relative;
    z-index: 1;
}

.about__heading-2 {
    margin-bottom: 30px;
    color: #ffffff;
}

.about .span-heading {
    color: #e9b871;
}

.about p, .contact__inner--left {
    font-size: 1.6rem;
    color: #ffffff;
}

.advices__heading-2, .specializations__heading-2, .news__heading-2 {
    margin-bottom: 30px;
}

.news {
    background-color: #f8f8f8;
}

.news__heading-3, .specializations__heading-3 {
    font-size: 2.2rem;
    color: #181818;
}

.bcf {
    background-color: #000000;
}

.contact__inner--left .span-heading {
    color: #e9b871;
}

.contact__inner--right .span-heading {
    color: #d3aa76;
}

contact__heading-6--white {
    color: #ffffff;
}

.contact__box {
    background-color: #f8f8f8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.contact__row--margin-top {
    margin-top: 15px;
}

.contact__link, .contact__link:focus {
    color: inherit;
    text-decoration: none !important;
}

.contact__link:hover, .contact__span--color:hover {
    color: #e9b871 !important;
}

.footer--padding {
    padding: 40px 0;
}

.footer p {
    font-size: 1.6rem;
    color: #7a7c81;
}

.footer p a, .footer p a:focus {
    color: #7a7c81;
    text-decoration: none;
}

.footer p a:hover {
    color: #e9b871 !important;
}

.social__image {
    height: 40px;
    width: auto;
}

.social a {
    display: inline-block;
}

.social a:nth-child(2) {
    margin-left: 10px;
}

.iframe {
    background-color: #000000;
    height: 270px;
    width: 100%;
    border: 0;
}

.form-control--custom {
    background-color: #ffffff;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    line-height: normal;
    color: #4f4f4f;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: #fefefe;
    color: #181818;
    border: none;
    -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: #4f4f4f !important;
}
					
input:-moz-placeholder {
    color: #4f4f4f !important;
}
					
input::-moz-placeholder {
    color: #4f4f4f !important;
}
					
input:-ms-input-placeholder {  
    color: #4f4f4f !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #4f4f4f !important;
}
					
textarea:-moz-placeholder {
    color: #4f4f4f !important;
}
					
textarea::-moz-placeholder {
    color: #4f4f4f !important;
}
					
textarea:-ms-input-placeholder {  
    color: #4f4f4f !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.6rem;
    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.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;
}

.btn--custom {
    padding: 10px 15px 13px 15px;
    width: auto;
    min-width: 190px;
    font-family: 'Barlow', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    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--gold-white {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #e9b871;
}

.btn--gold-white:hover, .btn--gold-white:focus {
    background-color: transparent;
    color: #e9b871;
    border: 1px solid #ffffff;
}

.btn--gold-dark {
    background-color: transparent;
    color: #181818;
    border: 1px solid #d3aa76;
}

.btn--gold-dark:hover, .btn--gold-dark:focus {
    background-color: transparent;
    color: #d3aa76;
    border: 1px solid #181818;
}

.btn--wide {
    width: 100%;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.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 #f1f1f1;
    border-top: 10px solid #383e42;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear 1;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bottom-nav {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.bottom-nav .nav-item {
    padding: 0 !important;
    font-family: 'Barlow', sans-serif;
    font-optical-sizing: auto;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    list-style-type: none;
}

.bottom-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.bottom-nav .nav-item a, .bottom-nav .nav-item a:focus {
    color: #ffffff;
}

.bottom-nav .nav-item a:hover {
    color: #e9b871;
    text-decoration: none;
}

.arrow {
    background-color: transparent;
    height: 56px;
    width: 56px;
    border: 1px solid #e9b871;
    border-radius: 50%;
    position: relative;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.arrow__fa {
    font-size: 3rem;
    color: #e9b871;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a {
    height: 60px;
    width: 60px;
    display: block;
}

.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;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
}

.content h3 {
    margin: 15px 0;
}

.content h4 {
    margin: 10px 0;
}

p a, p a:hover, p a:focus, .content * a, .content * a:hover, .content * a:focus {
    color: inherit !important;
    text-decoration: none !important
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.fancy-popup {
    width: 100%;
    max-width: 992px;
    display: none;
}

.fancy-popup h2, .fancy-popup h3, .fancy-popup h4, .content h2, .content h3, .content h4 {
    color: #181818;
    text-align: left;
}

.fancy-popup h2, .content h2 {
    margin-bottom: 20px;
    color: #181818;
}

.fancy-popup h3, .content h3 {
    margin: 15px 0;
    font-size: 3rem;
    color: #181818;
}

.fancy-popup h4, .content h4 {
    margin: 10px 0;
    color: #181818;
}

.fancy-popup p, .content p {
    font-size: 1.6rem;
    color: #4f4f4f;
}

.fancy-popup ol, .fancy-popup ul, .content ol, .content ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 3rem;
}

.fancy-popup ol li, .content ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #4f4f4f;
    position: relative;
}

.fancy-popup ul li, .content ul li {
    margin: 0 0 10px 13px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #4f4f4f;
    list-style-type: none;
    position: relative;
}

.fancy-popup ul li:before, .content ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #e9b871;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}