body {
    font-family: 'Roboto', Arial, Helvetica;
    line-height: 1.5;
}
main {
    background: #f4f6f8;
    margin-top: 0;
}
.hero {
    background: none no-repeat center;
    background-size: cover;
    transition: background-image 1s ease-in-out;
}
/* .hero .navbar a {
    font-size: 1rem;
} */
.hero .nav-link {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}
.hero .img-fluid {
    width: 100%;
/*     filter: drop-shadow(0 0 8px #ffffff77);
    opacity: 0.85; */
}
.hero-logo {
    margin: 20px 0 40px;
}
.hero-logo-lg {
    margin: 20px 0 40px;
}
.hero-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.hero-title.inverted {
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 16px #2f4d6eaa;
}
.hero-text {
    background: rgba(47, 77, 110, 0.7);
    color: #fff;
    font-size: 20px;
    padding: 30px;
    display: flex;
    align-items: start;
}
.hero-text img {
    margin: 8px 30px 8px 0;
}
.navbar {
    padding: 0.5rem 0;
}
.lnd-section {
    margin: 20px 0 0;
    padding: 20px 30px;
    background: #fff;
}
.lnd-section.padless {
    padding: 0;
}
.lnd-section.bgless {
    padding: 0;
    background: transparent;
}

@media (max-width: 559px) {
    .hero-title.inverted {
        font-size: 28px;
    }
    .hero-text {
        display: block;
        font-size: 18px;
    }
    .hero-text img {
        float: left;
    }
    h4 {
        font-size: 1.25rem;
    }
    .row {
        margin: 0 -10px
    }
}

@media (min-width: 768px) {
    .lnd-section {
        height: calc(100% - 20px);
    }
    .lnd-section.lnd-half-h {
        height: calc(50% - 20px);
    }
}
.hero-action {
    padding-bottom: 40px;
    text-align: right;
}
.hero .container {
    padding: 0 10px;
}
.btn-hg {
    font-size: 1.6rem;
    line-height: 2em;
    padding: 0 2rem;
    /*box-shadow: 0 0 20px #bbb;*/
}


h1, h2 {
    /* font-family: "Source Sans Pro", Roboto; */
    text-transform: uppercase;
    font-weight: 300;
}
h2 {
    color: #376a84;
    font-size: 2.25rem;
    margin: 0.7rem 0 1rem;
}
h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: .7rem 0;
    text-transform: uppercase;
}
p {
    font-size: 1.0625rem;
    margin: 1rem 0;
}

.lnd-section .btn {
    margin: .5rem 0;
    /*box-shadow: 0 0 20px #bbb;*/
}
.lnd-section.inverted {
    background: #03a9f4;
}
.inverted,
.inverted h2 {
    color: #fff;
}
.inverted p {
    font-size: 1rem;
}
.inverted .lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.inverted a {
    color: #6dffd4;
    border-bottom: 1px dotted #00e4a2;
}
.inverted a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
.lnd-text {
    font-size: 1.0625rem;
    margin: 1rem 0;
}
.lnd-text ul {
    margin: 1rem 0;
}
.lnd-text li {
    margin: 0.6rem 0;
}


.lnd-ctg {
    color: #222;
    display: block;
    padding: 1rem .5rem;
    text-align: center;
}
a.lnd-ctg:hover {
    background: #e9ecef;
    color: #222;
    text-decoration: none;
    transition: 0.5s;
}
.lnd-ctg p {
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 1rem 0 0;
}
.lnd-ctg>img {
    filter: contrast(60%) brightness(130%);
}

.lnd-how {
    background-image: linear-gradient(#fff 65px, #FF427A 0, #FF427A 68px, #fff 0);
    background-size: 74% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.lnd-how-line {
    background: #f00;
    height: 2px;
    width: 100%;
    margin: 0 95px;
    position: relative;
    margin-top: 79px;
}

.lnd-step img {
    height: 100px;
}
.lnd-step p {
    font-size: 1.2rem;
    font-weight: 400;
}
.lnd-details {
    vertical-align: middle;
    display: table-cell;
}
@media (max-width: 1023px) {
    h2 {
        font-size: 2rem;
    }
    .lnd-how {
        background-image: linear-gradient(90deg, #fff 78px, #FF427A 0, #FF427A 82px, #fff 0);
        background-size: 100% 80%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .lnd-step {
        display: table;
        width: 100%;
        flex-basis: auto;
        text-align: left;
    }
    .lnd-step img {
        margin: 0 2rem;
        height: 80px;
    }
    .lnd-step p {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        text-align: left;
        width: 100%;
    }
}
.lnd-contacts p {
    margin: 0 0 .3rem;
}
.lnd-list-item {
    margin: 1.5em 0;
}
.lnd-list-item img {
    margin-right: 1.5rem;
}
.item-icon {
    width: 52px;
}

.tick {
    margin: 1.25rem 1.5rem 0 0;
    width: 40px;
}

.old-new-section {
    border-top: 1px solid #eee;
    padding: 1rem 0;
}

.img-inverted {
    filter: brightness(0%) invert(1);
}
.loader {
    position: absolute;
    top: 20px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    display: none;
    background: rgba(255,255,255, 0.5);
}
.loader .spinner-border {
    height: 4rem;
    width: 4rem;        
}
.loader.loading {
    display: flex;
}
.grecaptcha-badge {
    display: none;
}
.legal-doc {
    background: #fff;
    margin: 30px auto;
    padding: 40px 60px;
    box-shadow: 0 4px 14px #ccc;
}
