/* veriabels */
/* FONTS */
/* COLOR */
/* TRANSITION */
/* mixins */
/* media */
/* max-width */
/* min-width */
/* FONTS */
/* SVG Socails Animation */
/* BASE */
/* FONTS */
/* COLOR */
/* TRANSITION */
@font-face {
    font-family: "Trajan Pro 3 Regular";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/TrajanPro3Regular.eot");
    src: url("../fonts/TrajanPro3Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3Regular.woff") format("woff"), url("../fonts/TrajanPro3Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Graphik";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Graphik-Medium.eot");
    src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Graphik";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Graphik-Regular.eot");
    src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

a {
    text-decoration: none;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

html.overflow, body.overflow {
    height: 100vh;
    overflow: hidden;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

h4 {
    font-family: "Trajan Pro 3 Regular";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 25px;
    color: #195F4D;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    h4 {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.78px;
        line-height: 18px;
    }
}

.text-content p {
    color: #2C2C2C;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 27px;
}

@media (max-width: 576px) {
    .text-content p {
        font-size: 14px;
        letter-spacing: -0.04px;
        line-height: 24px;
    }
}

.text-content ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    color: #222222;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 27px;
    position: relative;
}

@media (max-width: 576px) {
    .text-content ul li {
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: -0.04px;
        line-height: 24px;
    }
}

.text-content ul li a {
    color: #222222;
    text-decoration: underline;
}

    .text-content ul li a:hover {
        text-decoration: none;
    }

.text-content ul li:before {
    top: 6px;
    left: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url("../img/dot.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.breadcrumbs {
    margin-top: 58px;
}

    .breadcrumbs .container {
        max-width: 1160px;
    }

@media (max-width: 767px) {
    .breadcrumbs {
        margin-top: 25px;
    }
}

.breadcrumbs a {
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 27px;
    color: #222222;
    font-family: "Graphik";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .breadcrumbs a svg {
        margin-right: 18px;
        width: 100%;
        max-width: 21px;
        -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

        .breadcrumbs a svg path {
            -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

    .breadcrumbs a:hover {
        color: #195F4D;
    }

        .breadcrumbs a:hover svg path {
            fill: #195F4D !important;
        }

        .breadcrumbs a:hover svg {
            -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
            transform: translateX(-30%);
        }

.header {
    margin: 0 auto;
    width: 100%;
    padding: 34.5px 0;
    border-bottom: 1px solid rgba(206, 206, 206, 0.2);
}

    .header .container {
        max-width: 1480px;
    }

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .header img {
        max-width: 160px;
    }
}

.footer {
    margin-top: 80px;
    width: 100%;
}

    .footer .container {
        max-width: 1160px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.footer__bottom {
    background-color: #E4E9E8;
}

    .footer__bottom .container {
        height: 85px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    .footer__bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 40px 45px 30px;
        height: auto;
    }
}

.footer__bottom p {
    opacity: 0.5;
    color: #222222;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.04px;
    line-height: 17.6px;
}

@media (max-width: 767px) {
    .footer__bottom p {
        margin: 8px 0;
        font-size: 14px;
        letter-spacing: -0.04px;
        line-height: 20.6px;
    }
}

.footer__submenu {
    background-color: rgba(228, 233, 232, 0.56);
    min-height: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .footer__submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0;
    }
}

.footer__submenu li {
    margin: 0 21px;
}

@media (max-width: 767px) {
    .footer__submenu li {
        margin: 11px 0;
    }
}

.footer__submenu li a {
    display: block;
    opacity: 0.5;
    color: #222222;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 14px;
}

    .footer__submenu li a:hover {
        text-decoration: underline;
    }

.footer-link {
    width: 50%;
}

@media (max-width: 576px) {
    .footer-link {
        padding: 15px 0;
        width: 100%;
    }
}

.footer-link > div {
    display: table;
}

@media (max-width: 576px) {
    .footer-link > div {
        display: block;
    }
}

.footer-link:nth-child(1) {
    border-right: 1px solid #C9CECD;
}

@media (max-width: 576px) {
    .footer-link:nth-child(1) {
        border-right: none;
        border-bottom: 0.5px solid #C9CECD;
    }
}

.footer-link:nth-child(1) > div {
    margin-right: auto;
}

@media (max-width: 576px) {
    .footer-link:nth-child(1) > div {
        margin-right: 0;
    }
}

.footer-link:nth-child(2) {
    border-left: 0.5px solid #C9CECD;
    padding-left: 15px;
}

@media (max-width: 576px) {
    .footer-link:nth-child(2) {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #C9CECD;
    }
}

.footer-link:nth-child(2) > div {
    margin-left: auto;
}

@media (max-width: 576px) {
    .footer-link:nth-child(2) > div {
        margin-left: 0;
    }
}

.footer-link h3 {
    color: #222222;
    font-family: "Trajan Pro 3 Regular";
    font-size: 32px;
    letter-spacing: -0.1px;
    line-height: 38px;
}

@media (max-width: 767px) {
    .footer-link h3 {
        font-size: 22px;
        line-height: 27px;
    }
}

.footer-link span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    letter-spacing: 2.58px;
    line-height: 22px;
    color: #222222;
    font-family: "Trajan Pro 3 Regular";
    font-weight: 400;
}

@media (max-width: 767px) {
    .footer-link span {
        font-size: 14px;
        line-height: 18px;
    }
}

.footer-link h3,
.footer-link span {
    text-transform: uppercase;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 767px) {
    .footer-link h3,
    .footer-link span {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
}

.footer-link-icon {
    margin-top: 25px;
    max-width: 28px;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .footer-link-icon {
        margin-top: 15px;
        max-width: 18px;
    }
}

.footer-link-icon img {
    width: 100%;
    display: block;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
}

.footer-link:hover {
    opacity: 1;
}

    .footer-link:hover h3,
    .footer-link:hover span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .footer-link:hover .home__footer-link-icon {
        opacity: 1;
    }

        .footer-link:hover .home__footer-link-icon img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

.subtitle {
    margin-bottom: 62px;
    padding-right: 60px;
    position: relative;
    border-bottom: 1px solid rgba(44, 44, 44, 0.42);
}

@media (max-width: 1500px) and (min-width: 768px) {
    .subtitle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1200px;
        position: static;
    }
}

@media (max-width: 1260px) and (min-width: 768px) {
    .subtitle {
        margin-left: 50px;
    }
}

@media (max-width: 576px) {
    .subtitle {
        margin-bottom: 35px;
        padding-right: 30px;
    }
}

.subtitle:before {
    width: 42px;
    height: 42px;
    content: '';
    position: absolute;
    top: 1px;
    left: -153.5px;
    background-image: url("../img/heading_logo.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media (max-width: 1500px) and (min-width: 768px) {
    .subtitle:before {
        left: 19px;
        top: initial;
    }
}

@media (max-width: 767px) {
    .subtitle:before {
        left: initial;
        right: 0;
    }
}

@media (max-width: 576px) {
    .subtitle:before {
        top: -3px;
        width: 25px;
        height: 25px;
    }
}

.subtitle h3 {
    display: table;
    font-size: 42px;
    letter-spacing: 3.5px;
    line-height: 50px;
    font-family: "Trajan Pro 3 Regular";
    font-weight: 400;
    color: #222222;
    padding-bottom: 60px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 991px) {
    .subtitle h3 {
        font-size: 36px;
        padding-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .subtitle h3 {
        padding-bottom: 20px;
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 26px;
    }
}

.subtitle h3:after {
    left: 0;
    bottom: -3px;
    width: 203px;
    height: 3px;
    background-color: #222222;
    content: '';
    position: absolute;
}

@media (max-width: 576px) {
    .subtitle h3:after {
        width: 85px;
    }
}

.subtitle h3 span {
    display: block;
}

.text-page {
    padding-top: 100px;
}

    .text-page .container {
        max-width: 1160px;
    }

@media (max-width: 991px) {
    .text-page {
        padding-top: 50px;
    }
}

.text-page h4 {
    margin: 30px 0 10px;
}

@media (max-width: 991px) {
    .text-page h4 {
        margin-top: 20px;
    }
}

.text-page p {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .text-page p {
        padding-bottom: 20px;
    }
}

.text-page a {
    color: #195F4D;
}

    .text-page a:hover {
        text-decoration: underline;
    }

.preloader {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    padding: 20px;
}

@media (max-width: 767px) {
    .preloader {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.preloader.hide {
    -webkit-animation: fadeInPage 0.8s;
    animation: fadeInPage 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.preloader img {
    margin-top: 115px;
    max-width: 180px;
}

@media (max-width: 576px) {
    .preloader img {
        margin-top: 63px;
    }
}

@media (max-width: 576px) {
    .preloader img {
        max-width: 162px;
        height: 162px;
        position: static;
    }
}

@-webkit-keyframes fadeInPage {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeInPage {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* animated styles */
.js-animated {
    -webkit-transition: opacity 0.7s, -webkit-transform 1.1s;
    transition: opacity 0.7s, -webkit-transform 1.1s;
    -o-transition: opacity 0.7s, transform 1.1s;
    transition: opacity 0.7s, transform 1.1s;
    transition: opacity 0.7s, transform 1.1s, -webkit-transform 1.1s;
}

.text-animated.js-animated {
    opacity: 0;
}

.text-animated.js-animated_show {
    opacity: 1;
}

.arrow-down {
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

@media (max-width: 767px) {
    .arrow-down {
        bottom: 5%;
    }
}

.arrow-down img {
    margin-top: 10px;
    display: block;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.other-page {
    -webkit-animation: showPage 1.2s;
    animation: showPage 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes showPage {
    to {
        opacity: 1;
    }
}

@keyframes showPage {
    to {
        opacity: 1;
    }
}

.home__header {
    margin: 0 auto;
    position: fixed;
    opacity: 1.0;
    width: 100%;
    padding: 34.5px 0;
    background-color: #fff;
    z-index: 5;
    border-bottom: 1px solid rgba(206, 206, 206, 0.2);
}

    .home__header .container {
        max-width: 1480px;
    }

@media (max-width: 767px) {
    .home__header {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .home__header img {
        max-width: 160px;
    }
}

.home__content {
    top:100px;
    width: 100%;
    padding: 20px;
    height: -webkit-calc(70vh - 115px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .home__content {
        top:60px;
        height: auto;
        padding-bottom: 70px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home__content.show-content .home__logo {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.home__content.show-content .home__text div * {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.home__content.show-no-anim .home__logo {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.home__content.show-no-anim .home__text div * {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.home__logo {
    max-width: 443px;
    max-height: 90%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-transition: opacity 0.5s, -webkit-transform 1s ease-in-out;
    transition: opacity 0.5s, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 0.5s;
    transition: transform 1s ease-in-out, opacity 0.5s;
    transition: transform 1s ease-in-out, opacity 0.5s, -webkit-transform 1s ease-in-out;
}

@media (max-width: 576px) {
    .home__logo {
        margin: 0 0 20px;
        max-width: 162px;
        height: 162px;
        position: static;
    }
}

.home__text {
    text-transform: uppercase;
    text-align: center;
}

    .home__text div {
        overflow: hidden;
    }

        .home__text div * {
            transition: transform 1.3s cubic-bezier(0.68, 0, 0.265, 1) 0.15s, -webkit-transform 1.3s cubic-bezier(0.68, 0, 0.265, 1) 0.15s;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }

    .home__text h1 {
        font-size: 58px;
        letter-spacing: -0.18px;
        line-height: 68px;
        font-family: "Trajan Pro 3 Regular";
        font-weight: 400;
        color: #1E3E38;
    }

@media (max-width: 991px) {
    .home__text h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .home__text h1 {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 576px) {
    .home__text h1 {
        font-size: 26px;
        line-height: 34px;
    }
}

.home__text p {
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 2.9px;
    line-height: 25px;
    font-family: "Trajan Pro 3 Regular";
    color: #1E3E38;
    font-weight: 400;
}

@media (max-width: 991px) {
    .home__text p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .home__text p {
        font-size: 14px;
        line-height: 18px;
    }
}

.home__footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

@media(max-width: 767px) {
    .home__footer {
    position: static;
    bottom: auto;
    }
}

@media (max-width: 576px) {
    .home__footer {
        position: static;
        bottom: auto;
    }
}


    .home__footer .container {
        max-width: 1160px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .home__footer-top {
        width: 100%;
        padding: 25px 0;
        background-color: rgba(228, 233, 232, 0.56);
    }

    @media (max-width: 767px) {
        .home__footer-top {
            padding: 15px 0;
            a
        }
    }

    @media (max-width: 576px) {
        .home__footer-top {
            padding: 15px;
        }
    }

    @media (max-width: 576px) {
        .home__footer-top .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .home__footer-submenu {
        background-color: rgba(228, 233, 232, 0.56);
        border-top: 1px solid #BBC0BF;
        min-height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media (max-width: 767px) {
        .home__footer-submenu {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 25px 0;
        }
    }

    .home__footer-submenu li {
        margin: 0 21px;
    }

    @media (max-width: 767px) {
        .home__footer-submenu li {
            margin: 11px 0;
        }
    }

    .home__footer-submenu li a {
        display: block;
        opacity: 0.5;
        color: #222222;
        font-family: "Graphik";
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.04px;
        line-height: 14px;
    }

        .home__footer-submenu li a:hover {
            text-decoration: underline;
        }

    .home__footer-bottom {
        background-color: #E4E9E8;
    }

        .home__footer-bottom .container {
            height: 30px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

    @media (max-width: 767px) {
        .home__footer-bottom .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            padding: 40px 45px 30px;
            height: auto;
        }
    }

    .home__footer-bottom p {
        opacity: 0.5;
        color: #222222;
        font-family: "Graphik";
        font-weight: 400;
        font-size: 13px;
        letter-spacing: -0.04px;
        line-height: 17.6px;
    }

    @media (max-width: 767px) {
        .home__footer-bottom p {
            margin: 8px 0;
            font-size: 14px;
            letter-spacing: -0.04px;
            line-height: 20.6px;
        }
    }

    .home__footer-link {
        width: 50%;
    }

    @media (max-width: 576px) {
        .home__footer-link {
            padding: 15px 0;
            width: 100%;
        }
    }

    .home__footer-link > div {
        display: table;
    }

    @media (max-width: 576px) {
        .home__footer-link > div {
            display: block;
        }
    }

    .home__footer-link:nth-child(1) {
        border-right: 1px solid #C9CECD;
    }

    @media (max-width: 576px) {
        .home__footer-link:nth-child(1) {
            border-right: none;
            border-bottom: 0.5px solid #C9CECD;
        }
    }

    .home__footer-link:nth-child(1) > div {
        margin-right: auto;
    }

    @media (max-width: 576px) {
        .home__footer-link:nth-child(1) > div {
            margin-right: 0;
        }
    }

    .home__footer-link:nth-child(2) {
        border-left: 0.5px solid #C9CECD;
        padding-left: 15px;
    }

    @media (max-width: 576px) {
        .home__footer-link:nth-child(2) {
            padding-left: 0;
            border-left: none;
            border-top: 1px solid #C9CECD;
        }
    }

    .home__footer-link:nth-child(2) > div {
        margin-left: auto;
    }

    @media (max-width: 576px) {
        .home__footer-link:nth-child(2) > div {
            margin-left: 0;
        }
    }

    .home__footer-link h3 {
        color: #222222;
        font-family: "Trajan Pro 3 Regular";
        font-size: 32px;
        letter-spacing: -0.1px;
        line-height: 38px;
    }

    @media (max-width: 767px) {
        .home__footer-link h3 {
            font-size: 22px;
            line-height: 27px;
        }
    }

    .home__footer-link span {
        margin-top: 10px;
        display: block;
        font-size: 16px;
        letter-spacing: 2.58px;
        line-height: 22px;
        color: #222222;
        font-family: "Trajan Pro 3 Regular";
        font-weight: 400;
    }

    @media (max-width: 767px) {
        .home__footer-link span {
            font-size: 14px;
            line-height: 18px;
        }
    }

    .home__footer-link h3,
    .home__footer-link span {
        text-transform: uppercase;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

    @media (max-width: 767px) {
        .home__footer-link h3,
        .home__footer-link span {
            -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
            transform: translateY(15px);
        }
    }

    .home__footer-link-icon {
        margin-top: 25px;
        max-width: 28px;
        -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    @media (max-width: 767px) {
        .home__footer-link-icon {
            margin-top: 15px;
            max-width: 18px;
        }
    }

    .home__footer-link-icon svg {
        width: 100%;
        display: block;
        -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: translateX(70%);
        -ms-transform: translateX(70%);
        transform: translateX(70%);
    }

        .home__footer-link-icon svg path {
            -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

    .home__footer-link:hover {
        opacity: 1;
    }

        .home__footer-link:hover h3,
        .home__footer-link:hover span {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            color: #195F4D;
        }

        .home__footer-link:hover .home__footer-link-icon {
            opacity: 1;
        }

            .home__footer-link:hover .home__footer-link-icon svg {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

                .home__footer-link:hover .home__footer-link-icon svg path {
                    fill: #195F4D !important;
                }
