:root {
    --color-1: #0d3654;
    --color-2: #f0f0f0;
    --color-3: #181818;
    --color-4: #009364;
    --color-5: #e72336;
}

html {
    scroll-behavior: unset;
}

body {
    font-family: 'Poppins', sans-serif;
}

body.sticky_header {
    padding-top: 139px;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1,
.h1 {
    font-size: 32px;
    line-height: 103%;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 110%;
}

strong {
    font-weight: 700;
}

p {
    font-size: 14px;
    line-height: 135%;
}

.entry-content p,
.entry-content li {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 135%;
}

.entry-content li {
    position: relative;
    margin-bottom: 0;
    padding-left: 23px;
}

.entry-content li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1e272f;
}

.link {
    text-decoration: none;
    transition: 0.3s all;
}

.link_white {
    color: #fff;
}

.link_white:hover,
.link_black:hover {
    color: #fff;
}

.link_underline {
    position: relative;
}

.btn {
    position: relative;
    min-width: 227px;
    display: inline-block;
    padding: 15px 10px 16px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 55px;
    border: 1px solid;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 1;
}

.btn::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: calc(100% + 2px);
    border-radius: 55px;
    transition: 0.3s all;
    z-index: -1;
}

.btn:hover::before {
    width: calc(100% + 2px);
}

.btn_transparent {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.btn_transparent:hover {
    color: var(--color-1);
}

.btn_transparent:hover::before {
    background: #fff;
}

.btn_blue {
    color: #fff;
    border-color: var(--color-1);
    background: var(--color-1);
}

.btn_blue:hover {
    color: var(--color-1);
}

.btn_blue:hover::before {
    background: #fff;
}

.link_white_green {
    color: #fff;
}

.link_white_green:hover {
    color: var(--color-4);
}

.container {
    max-width: 1402px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.page-default {
    background: #f0f0f0;
}

.banner-page {
    position: relative;
    width: 100%;
    min-height: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 86px 0 88px;
    z-index: 1;
}

.banner-page img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.banner-page .entry-title {
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.page-default--content {
    width: 100%;
    display: inline-block;
    padding: 90px 0 58px;
}

.page-default--content .container {
    max-width: 1012px;
}

.page-default--content .entry-content {
    color: #1e272f;
}


.page-default--content  .entry-content h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 135%;
}

.page-default--content  .entry-content h4 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 135%;
}

.page-default--content  .entry-content p,
.entry-content li {
    font-size: 14px;
    line-height: 135%;
}

.page-default--content  .entry-content p a {
    font-weight: 500;
    color: #1e272f;
}

.page-default--content  .entry-content p a:hover {
    color: var(--color-4);
}

.page-default--content  .entry-content p + ul {
    margin-top: -32px;
}

.page-default--content  .entry-content ul + p {
    margin-top: 0;
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 64px;
        line-height: 103%;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 101%;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 111%;
    }

    .entry-content h2,
    .entry-content h3 {
        margin-bottom: 23px;
        padding-top: 8px;
    }


    .page-default--content  .entry-content h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .page-default--content  .entry-content h4 {
        margin-bottom: 27px;
        font-size: 20px;
        line-height: 24px;
    }

    p,
    .page-default--content  .entry-content p,
    .entry-content li {
        font-size: 14px;
        line-height: 135%;
    }

    .page-default--content  .entry-content p {
        margin-bottom: 27px;
    }

    .entry-content ul,
    .entry-content ol {
        margin-bottom: 32px;
    }

    .page-default--content  .entry-content p + ul {
        margin-top: -26px;
    }

    .page-default--content  .entry-content ul + p {
        margin-top: -30px;
    }

    .entry-content li {
        position: relative;
        padding-left: 23px;
        margin-bottom: 2px;
    }

    .single_post .entry-content li:not(:nth-last-child(1)) {
        margin-bottom: 32px;
    }

    .entry-content li::before {
        top: 7px;
        left: 10px;
        width: 4px;
        height: 4px;
    }

    .entry-content .wp-block-image {
        margin-bottom: 20px;
    }

    .banner-page {
        min-height: 502px;
        padding: 146px 0 40px;
    }

    .banner-page .entry-title {
        font-size: 40px;
        line-height: 120%;
    }

    .page-default--content {
        padding: 130px 0 97px;
    }
}