@media (max-width: 575.98px) {
    
    h1 {
        font-size: 3.2rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .navbar-brand__image {
        margin-top: 1px;
        margin-bottom: 7px;
        height: 41px;
        width: auto;
    }
    
    .header__image--front {
        margin-left: 50%;
        height: auto;
        max-width: 90%;
        transform: translateX(-50%);
    }
    
    .offer--padding {
        padding-bottom: 100px !important;
    }
    
    .about__col {
        margin-top: -150px !important;
    }
    
    .about__image {
        margin-left: 50%;
        height: auto;
        max-width: 100%;
        transform: translateX(-50%);
    }
    
    .bottom__span {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 400;
        line-height: 1em;
        position: relative;
        top: 7px;
        display: inline-block;
    }
    
    .bottom__image {
        margin-right: 10px;
        height: 28px !important;
        width: auto !important;
        display: inline-block;
    }
    
    .fancy-popup img {
        margin: 0 !important;
        display: block;
        float: none !important;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }
    
    .offer .col-xs--margin-top {
        margin-top: 60px;
    }

    .xs--hidden {
        display: none;
    }

}

@media (min-width: 576px) {

    .bottom__span {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        color: #ffffff;
        line-height: 1em;
        position: relative;
        top: 3px;
        display: inline-block;
    }
    
    .bottom__image {
        margin-right: 10px;
        height: 34px !important;
        width: auto !important;
        display: inline-block;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 3.2rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .navbar-brand__image {
        margin-bottom: 9px;
        height: 41px;
        width: auto;
    }
    
    .header__image--front {
        margin-left: 50%;
        height: auto;
        max-width: 60%;
        transform: translateX(-50%);
        position: relative;
        bottom: -2px;
    }
    
    .offer--padding {
        padding-bottom: 100px !important;
    }
    
    .about__col {
        margin-top: -150px !important;
    }
    
    .about__image {
        margin-left: 50%;
        height: auto;
        max-width: 90%;
        transform: translateX(-50%);
    }
    
    .fancy-popup img {
        margin: 0 !important;
        display: block;
        float: none !important;
    }

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

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 3.6rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .navbar-brand__image {
        margin-bottom: 7px;
        height: 41px;
        width: auto;
    }

    .header__image--front {
        margin-left: 50%;
        height: auto;
        max-width: 60%;
        transform: translateX(-50%);
        position: relative;
        bottom: -2px;
    }
    
    .offer--padding {
        padding-bottom: 150px !important;
    }
    
    .about__col {
        margin-top: -200px !important;
    }
    
    .about__image {
        margin-left: 50%;
        height: auto;
        max-width: 80%;
        transform: translateX(-50%);
    }

    .col-md--margin-top {
        margin-top: 30px;
    }
    
    .offer .col-md--margin-top {
        margin-top: 60px;
    }

    .md--hidden {
        display: none;
    }

}

@media (max-width: 991.98px) {
    
    .header {
        padding-top: 50px;
        background-color: #e2d8d9;
        height: auto;
    }
    
    .header--small {
        padding-top: 0;
        height: 200px;
    }
    
    .header--small .header__inner {
        width: 100%;
        position: absolute !important;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .bottom {
        background-image: url(../images/bottom.jpg) !important;
        height: auto;
    }
    
    .bottom__logo {
        height: auto;
        max-width: 100%;
    }
    
    .bottom-nav {
        margin: 0;
    }
    
    .bottom-nav .nav-item {
        margin: 10px 0;
        display: block !important;
    }

    .arrow {
        left: 15px;
        bottom: 15px;
    }
    
    .bottom--padding {
        padding: 100px 0 50px 0;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 4.2rem;
    }
    
    h2 {
        font-size: 4.2rem;
    }
    
    h3 {
        font-size: 2.2rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.8rem;
    }
    
    h6 {
        font-size: 1.8rem;
    }
    
    .header {
        background-color: #e2d8d9;
    }
    
    .header__inner {
        width: 100%;
        position: absolute !important;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .hi {
        width: 100%;
    }
    
    .header__image {
        position: absolute;
    }

    .header__image--front {
        max-height: 97%;
        width: auto;
        right: -15%;
        bottom: 0;
    }
    
    .offer__heading-3 {
        min-height: 58px;
    }
    
    .offer p {
        min-height: 80px;
    }
    
    .table--custom tr td:first-child {
        width: 60%;
    }
    
    .bottom--padding {
        padding-top: 120px !important;
    }
    
    .bottom__logo {
        height: auto;
        max-width: 100%;
    }
    
    .bottom-nav {
        margin: 8px 0 0 0;
    }
    
    .bottom__social-list {
        margin-top: 0 !important;
    }
    
    .bottom-nav .nav-item {
        margin: 0 5px;
        display: inline-block !important;
    }
    
    .arrow {
        left: 30px;
        bottom: 30px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .navbar-brand__image {
        margin-bottom: 7px;
        height: 41px;
        width: auto;
    }
    
    .header, .header__box {
        height: 100vh;
        max-height: 660px;
    }

    .header__box {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .header--small {
        height: 300px;
    }

    .text-lg-justify {
        text-align: justify !important;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #3e3536;
        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: #3e3536;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #d01216;
        color: #ffffff;
    }
    
    .navbar-contact {
        position: absolute;
        top: 18px;
        right: 60px;
    }
    
    .nc-nav li {
        margin-left: 10px !important;
    }
    
    .nc__fa {
        font-size: 2rem;
    }
    
    .header {
        margin-top: 60px;
    }
    
}

@media (min-width: 1200px) {
    
    .navbar-contact {
        position: absolute;
        top: 26px;
        right: 15px;
    }
    
    .navbar-nav li a, .navbar--custom .navbar-nav li a:focus {
        padding: 0 18px !important;
        color: #3e3536;
        position: relative;
    }
    
    .navbar--custom .navbar-nav li a:hover {
        color: #d01216;
    }
    
    .navbar--custom {
        background-color: transparent;
        height: 100px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -10px;
        height: 50px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand {
        height: 100px;
        line-height: 100px;
    }
    
    .navbar--custom .navbar-nav {
        position: absolute;
        right: 250px;
        bottom: 38px;
    }
    
    .navbar--shrink .navbar-nav {
        position: absolute;
        right: 15px;
        bottom: 38px;
    }
    
    .navbar--custom .navbar-nav a {
        padding-bottom: 20px;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #d01216;
        height: 2px;
        width: 0;
        display: block;
        content: '';
        transition: width .3s;
        position: relative;
        bottom: -10px;
    }

    .navbar--custom .navbar-nav li a:hover:after {
        width: 100%;
        //transition: width .3s;
    }

    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--shrink {
        background-color: #021002;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 40px;
        width: auto;
    }
    
    .navbar--shrink .navbar-nav li a {
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #d01216;
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .navbar--shrink .navbar-contact li:last-child {
        display: none;
    }
    
    .navbar--shrink .navbar-contact {
        top: 14px;
    }
    
    .navbar--shrink .navbar-nav {
        padding-top: 0;
        bottom: 0;
        border-top: none;
    }
    
    .navbar--custom .navbar-nav li:last-child {
        display: none;
    }
    
    .navbar--shrink .navbar-nav li:last-child {
        display: inline-block;
    }
    
    .nav-item, .navbar .btn--custom {
        font-size: 1.4rem !important;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .nc-nav li:first-child {
        margin-right: 35px;
    }
    
    .header, .header__box {
        height: 100vh;
        max-height: 1000px;
    }
    
    .header__box {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .hi {
        margin-top: 60px;
    }
    
    .header--small {
        height: 300px;
    }
    
    .header__image {
        max-height: 97%;
        width: auto;
    }

    .header__image--front {
        position: absolute;
        right: 100px;
        bottom: 0;
    }
    
    .about__image {
        position: absolute;
        top: -156px;
        left: -30px;
    }
    
    .bottom__logo {
        height: 50px;
        width: auto;
    }

    .text-xl-justify {
        text-align: justify;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }
    
    .xl--no-padding {
        padding: 0;
    }

}

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: 'Montserrat', sans-serif;
    font-weight: 700;
    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 {
    margin-top: 15px;
}

h1:after, h2:after {
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: 0;
    content: '';
}

h3, h4, h5, h6 {
    line-height: 1.3em;
}

p {
    margin-top: 14px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
}

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

section {
    position: relative;
}

section li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    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 {
    z-index: 9999;
}

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

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

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

.nc-nav {
    margin: 0;
    padding: 0;
}

.nc-nav li {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #3e3536;
    list-style-type: none;
    display: inline-block;
}

.nc-nav li a, .nc-nav li a:focus {
    color: #d01216;
    text-decoration: none;
}

.nc-nav li a:hover {
    color: #3e3536;
}

.nc__fa {
    margin-right: 5px;
    color: #d01216;
    transform: scaleX(-1);
}

.header {
    background-image: url(../images/header.jpg);
    background-color: #fcf6f6;
    width: 100%;
}

.header__inner {
    z-index: 3;
    position: relative;
}

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

.header--small .header__heading-1 {
    margin-bottom: 0;
    color: #3e3536;
}

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

.header__box {
    background-image: url(../images/depth-1.png), url(../images/depth-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.header__image--front {
    z-index: 2;
}

.offer, .content {
    background-color: #ffffff;
    z-index: 1;
}

.offer--padding {
    padding: 80px 0;
}

.offer h2, .content h2 {
    color: #3e3536;
}

.offer p, .content p, .about p {
    font-size: 1.6rem;
    color: #3e3536;
}

.offer__heading-2 {
    margin-bottom: 20px;
}

.offer__heading-3 {
    font-weight: 700;
    color: #d01216;
}

.offer__image {
    margin: 17px 0 0 17px;
    height: 70px;
    width: auto;
    position: relative;
    z-index: 2;
}

.offer__box {
    z-index: 2;
    position: relative;
}

.offer__box:before {
    background-color: #dfc7c7;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    content: '';
}

.content--padding {
    padding: 50px 0;
}

section li {
    color: #3e3536;
}

.content img {
    height: auto;
    max-width: 100%;
}

.about {
    background-color: #fcf6f6;
    position: relative;
    z-index: 2;
}

.about--padding {
    padding: 100px 0;
}

.about__heading-2 {
    margin-bottom: 20px;
    color: #3e3536;
}

.about__heading-2 span {
    color: #d01216;
}

.bottom {
    background-color: #3e3536;
}

.bottom--padding {
    padding: 80px 0 15px 0;
}

.bottom .container {
    padding-bottom: 40px;
}

.bottom__heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
}

.bottom__heading-3 {
    margin-bottom: 5px;
    font-size: 3rem;
    font-weight: 400;
    color: #ffffff;
}

.bottom__heading-4 {
    color: #ffffff;
}

.bottom p {
    font-size: 1.6rem;
    color: #f3f3f3;
}

.bottom .form__paragraph {
    font-size: 1rem;
    line-height: 1.4rem;
}

.bottom__row {
    margin-top: 15px;
}

.footer--padding {
    padding-top: 30px;
}

.footer p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.2);
}

.footer p a, .footer p a:focus {
    color: inherit;
    text-decoration: none;
}

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

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

.bottom-nav .nav-item {
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    list-style-type: none;
}

.bottom-nav .nav-item:before {
    display: none;
}

.bottom-nav .nav-item:first-child {
    margin-left: 0 !important;
}

.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: #dfc7c7;
    text-decoration: none;
}

.bottom__social-list {
    opacity: 0.6;
}

.gmap {
    background-color: #f5f5f5;
    height: 490px;
    width: 100%;
    border-radius: 11px;
}

iframe {
    height: 490px;
    width: 100%;
    display: block;
    border-radius: 11px;
}

.form-control--custom {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #3e3536;
    border: 1px solid #dfc7c7;
    border-radius: 25px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: #fafafa;
    color: #3e3536;
    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: #3e3536 !important;
}
					
input:-moz-placeholder {
    color: #3e3536 !important;
}
					
input::-moz-placeholder {
    color: #3e3536 !important;
}
					
input:-ms-input-placeholder {  
    color: #3e3536 !important;
}

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

textarea::-webkit-input-placeholder {
    color: #3e3536 !important;
}
					
textarea:-moz-placeholder {
    color: #3e3536 !important;
}
					
textarea::-moz-placeholder {
    color: #3e3536 !important;
}
					
textarea:-ms-input-placeholder {  
    color: #3e3536 !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Montserrat', sans-serif;
    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: 'Montserrat', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px 20px;
    width: auto;
    min-width: 180px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    border-radius: 25px;
    -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--red, .btn--red:focus {
    background-color: #d01216;
    color: #ffffff !important;
}

.btn--red:hover {
    background-color: #3e3536;
    color: #ffffff !important;
}

.btn--outline, .btn--outline:focus {
    background-color: transparent;
    color: #dfc7c7;
    border: 1px solid #dfc7c7;
}

.btn--outline:hover {
    background-color: #dfc7c7;
    color: #3e3536;
    border: 1px solid #dfc7c7;
}

.btn--wider {
    width: 240px;
}

.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 #dfc7c7;
    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); }
}

.arrow {
    background-color: #dfc7c7;
    height: 70px;
    width: 70px;
    border: none;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    display: none;
}

.arrow:hover {
    background-color: #d01216;
}

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

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

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img , picture.jarallax-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

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

.social-list {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.bottom .social-list {
    margin-top: 20px;
}

.social-list__item {
    margin-left: 15px;
    padding: 0;
    height: 20px;
    width: auto;
    list-style: none;
    display: inline-block;
}

.social-list__item:first-child {
    margin: 0;
    padding: 0;
}

.sli__image {
    height: 20px;
    width: auto;
}

.fancy-popup {
    width: 100%;
    max-width: 1200px;
    display: none;
    z-index: 999;
    border-radius: 11px;
}

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

.fancy-popup h2 {
    margin: 30px 0;
}

.fancy-popup h2:first-child {
    margin-top: 0;
}

.fancy-popup h3 {
    margin: 15px 0;
}

.fancy-popup h4 {
    margin: 10px 0;
}

.fancy-popup p {
    font-size: 1.6rem;
    color: #3e3536;
}

.fancy-popup ol, .fancy-popup ul, .content ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.4rem;
}

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

.fancy-popup ul li, .content ul li {
    margin: 0 0 10px 12px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #3e3536;
    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: #d01216;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.fancy-popup img {
    height: auto !important;
    max-width: 100% !important;
}

p a, p a:hover, p 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; }

.table--custom {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: none;
    border-collapse: collapse;
    display: table;
}

.table--custom td {
    padding: 10px;
    max-width: 0px;
    border: none;
    vertical-align: middle;
    display: table-cell;
}

.table--custom > tbody > tr > th {
    border-bottom: none;
}

.table--custom p {
    margin: 5px 0;
    color: #3e3536;
    text-align: inherit !important;
}

.table--custom tr:nth-child(even) { background-color: #ffffff; }
.table--custom tr:nth-child(odd) { background-color: #f7f7f7; }