body {
    /*background: var(--light-grayish-blue);*/
}
.default-page-wrapper:not(.with-bg) {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.with-bg .page-header {
    position: relative;
    margin-top: -45px;
    padding-top: 105px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
}
.with-bg .page-header h1 {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    margin-bottom: 1.25rem;
}
.with-bg .page-header .with-icon {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin: 2.5rem 0 1.25rem;
}
.with-bg .page-header .btn {
    width: 365px;
    margin-top: 2.5rem;
}
.page-breadcrumbs-wrapper {
    /*position: relative;*/
    z-index: 2;
}
h1 {
    margin: 0;
}
.page-content {
    margin-top: 2rem;
}
.page-privacy-policy .page-content ol:not(.nav,.list-unstyled) {
    padding-left: 0;
    counter-reset: item;
}
.page-privacy-policy .page-content ol:not(.nav,.list-unstyled) ol {
    padding-left: 1rem;
}
.page-privacy-policy .page-content ol:not(.nav,.list-unstyled)>li {
    display: block;
    padding-left: 0;
}
.page-privacy-policy ol>li:before {
    content: counters(item,".") " ";
    counter-increment: item;
    margin-right: 0.5rem;
}
.sitemap-wrapper .container > ul {
    margin-top: 3rem;
}
.sitemap-wrapper ul li {
    margin-bottom: .25rem;
}
@media screen and (max-width: 1440px) {
    .with-bg .page-header {
        background-position: -240px 0;
    }
}
@media screen and (max-width: 1280px) {
    .with-bg .page-header {
        background-position: -300px 0;
    }
}
@media screen and (max-width: 1200px) {
    .with-bg .page-header {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-position: -240px 0;
    }
}
@media screen and (max-width: 992px) {
    .with-bg .page-header {
        background-position: 0;
        padding-bottom: 2rem;
    }
    .page-header h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .with-bg .page-header h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}
@media screen and (max-width: 414px) {
    .page-header h1 {
        font-size: 1.5rem;
    }
    .page-header .page-subtitle br {
        display: none;
    }
    .with-bg .page-header h1 {
        font-size: 1.25rem;
    }
}