.page-template-template-landing-page .site-header {
    background: #d9edff;
}

.page-template-template-landing-page .site-footer .footer-holder {
    display: none;
}


.page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__left a:nth-child(3),
.page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__left a:nth-child(5),
.page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__left p {
    display: none;
}

.page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__left {
    justify-content: left;
}

.page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__left a {
    margin-right: 24px;
}

.page-template-template-landing-page .site-footer .footer-holder__bottom {
    padding-top: 32px;
    border-top: 1px solid #888888;
    width: 94%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

.hero-section {
    margin-top: 55px;
    height: 70vh;
    background-position: bottom;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section .hero-section-holder {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 100px;
}

.hero-section .hero-section-holder h1 {
    color: #333;
    text-align: center;
    font-family: 'Literata', sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 60px;
}

.hero-section .hero-section-holder a {
    padding: 18px 24px;
    border-radius: 8px;
    background: #FFF;
    text-decoration: none;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
    .hero-section .hero-section-holder {
        width: 70%;
        margin-left: 15%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-section {
        margin-top: 48px;
    }

    .hero-section .hero-section-holder {
        width: 80%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 991px) {
    .page-template-template-landing-page .site-footer .footer-holder__bottom {
        width: 100%;
    }

    .page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__right {
        text-align: left;
    }

    .hero-section .hero-section-holder {
        width: 100%;
        margin-left: 0;
    }

    .hero-section .hero-section-holder h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .hero-section {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .page-template-template-landing-page .site-footer .footer-holder__bottom .footer-holder__bottom__left a {
        width: fit-content;
    }

    .hero-section {
        height: 564px;
    }

    .hero-section .hero-section-holder h1 {
        font-size: 52px;
        line-height: 100%;
    }
}