#page-hero {
    background-image: url("../../images/tree-banner-over-photo.webp");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-text h3{
    color: var(--blue);
}
.hero-text h3 strong {
    font-size: 50px;
    font-weight: 600;
}

#page-hero .hero-text {
    margin-top: 40px;
}

@media (max-width: 575.8px) {
    #page-hero .hero-text {
        margin-top: 20px;
    }

    .hero-text h3 strong {
        font-size: 40px;

    }
}

/*
===========================
VISION AND MISSION
===========================
 */
#vision-mission {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 80px 0;
    overflow: visible;
    background-color: #2b3d50;
    margin-top: -100px;
}

#vision-mission .container {
    position: relative;
}

#vision-mission::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(43, 61, 80);
    background: -moz-linear-gradient(180deg, rgba(43, 61, 80, 0.7455357142857143) 0%, rgba(43, 61, 80, 0.896796218487395) 36%, rgba(43, 61, 80, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(43, 61, 80, 0.7455357142857143) 0%, rgba(43, 61, 80, 0.896796218487395) 36%, rgba(43, 61, 80, 1) 100%);
    background: linear-gradient(180deg, rgba(43, 61, 80, 0.7455357142857143) 0%, rgba(43, 61, 80, 0.896796218487395) 36%, rgba(43, 61, 80, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b3d50", endColorstr="#2b3d50", GradientType=1);
}

#vision-mission::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: url("/wp-content/uploads/2023/09/tree-banner-over-photo-scaled.webp");
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: calc(100% + 2px);
    height: 120px;
    z-index: 0;
}

.vision-text {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

#vision-image-wrapper {
    margin-top: -140px;
    margin-right: -70px;
    margin-left: 70px;
}

#vision-image-wrapper img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/*
============================
VALUES
============================
 */
#core-values-container {
    padding: 180px 15px 120px 15px;
}

.values-title-holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.values-title-holder .title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.values-title-holder .title-wrapper img {
    margin: 0 auto;
}

.values-title-holder h2 {
    display: block;
    width: 100%;
}

.values-title-holder h2 span {
    display: block;
    width: 100%;
    text-align: center;
}

.values-title-holder h2 .big {
    font-weight: 700;
}

.value-circles {
    position: absolute;
    width: 540px;
}

.core-values {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.core-value {
    position: absolute;
    width: 250px;
    flex-basis: 250px;
    max-width: 100%;
}

.core-value-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.core-value-icon {
    width: 105px;
    flex-basis: 105px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.core-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.core-icon picture {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.core-value-text {
    width: calc(100% - 105px);
    flex-basis: calc(100% - 105px);
}

.core-value-text p {
    font-size: 20px;
}

.core-value-1 .core-value-icon,
.core-value-2 .core-value-icon,
.core-value-3 .core-value-icon {
    order: 2;
}

.core-value-1 .core-value-text,
.core-value-2 .core-value-text,
.core-value-3 .core-value-text {
    order: 1;
}

.core-value-1 .core-value-text p,
.core-value-2 .core-value-text p,
.core-value-3 .core-value-text p {
    text-align: right;
}

.core-value-text p {
    margin-bottom: 0;
}

.core-value-1 {
    left: -320px;
}

.core-value-2 {
    left: -340px;
    top: 100px;
}

.core-value-3 {
    left: -320px;
    top: 200px;
}

.core-value-4 {
    right: -320px;
}

.core-value-5 {
    right: -340px;
    top: 100px;
}

.core-value-6 {
    right: -320px;
    top: 200px;
}

@media (max-width: 1299.9px) {
    #vision-image-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.8px) {
    #vision-mission {
        overflow: hidden;
        background-attachment: inherit;
        background-size: contain;
        background-position: top center;
    }

    #vision-mission::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(43, 61, 79);
        background: -moz-linear-gradient(0deg, rgba(43, 61, 79, 1) 0%, rgba(43, 61, 79, 1) 36%, rgba(43, 61, 79, 1) 68%, rgba(43, 61, 79, 0.9) 93%);
        background: -webkit-linear-gradient(0deg, rgba(43, 61, 79, 1) 0%, rgba(43, 61, 79, 1) 36%, rgba(43, 61, 79, 1) 68%, rgba(43, 61, 79, 0.9) 93%);
        background: linear-gradient(0deg, rgba(43, 61, 79, 1) 0%, rgba(43, 61, 79, 1) 36%, rgba(43, 61, 79, 1) 68%, rgba(43, 61, 79, 0.9) 93%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b3d4f", endColorstr="#2b3d4f", GradientType=1);
    }

    #vision-mission::after,
    #vision-image-wrapper {
        margin-top: 0;
    }

    .value-circles {
        width: 450px;
    }

    .core-value-1 {
        left: -245px;
        top: -30px;
    }

    .core-value-2 {
        left: -280px;
        top: 100px;
    }

    .core-value-3 {
        left: -245px;
        top: 230px;
    }

    .core-value-4 {
        right: -245px;
        top: -30px;
    }

    .core-value-5 {
        right: -280px;
        top: 100px;
    }

    .core-value-6 {
        right: -245px;
        top: 230px;
    }

    .core-value-text p {
        font-size: 16px;
    }
}

@media (max-width: 767.8px) {
    #vision-mission {
        background-size: 200%;
    }

    #vision-left h2 {
        text-align: center;
    }

    #vision-left .vision-text {
        text-align: center;
    }

    #vision-image-wrapper {
        position: relative;
        z-index: 2;
    }

    #vision-mission .container {
        padding: 0 15px;
    }

    .value-circles {
        width: 350px;
        top: -105px;
        position: absolute;
    }

    .core-values {
        position: relative;
        width: 100%;
        height: auto;
        transform: none;
        top: auto;
        left: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 110px;
    }

    .value-circles {
        z-index: 1;
    }

    .core-value {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 40px;
        width: 100%;
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .core-value:last-of-type {
        margin-bottom: 0;
    }

    .core-value-1 .core-value-icon, .core-value-2 .core-value-icon, .core-value-3 .core-value-icon {
        order: 1;
    }

    .core-value-1 .core-value-text, .core-value-2 .core-value-text, .core-value-3 .core-value-text {
        order: 2;
    }

    .core-value-1 .core-value-text p, .core-value-2 .core-value-text p, .core-value-3 .core-value-text p {
        text-align: left;
    }

    .core-value-text p {
        font-size: 30px;
    }

    .core-value-inner {
        width: 250px;
        flex-basis: 250px;
        justify-content: center;

    }
}

@media (max-width: 599.8px) {
    .value-circles {
        width: 305px;
        left: 50%;
        transform: translate(-50%, 0);
        top: -55px;
    }

    .core-values {
        margin-top: 50px;
    }

    .core-value-text p {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .core-value-text p {
        font-size: 20px;
    }
}

/*
============================
GLANCE
============================
 */
#glance-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

.glance-wrapper {
    padding: 25px !important;
}

.glance-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.glance-icon-inner {
    width: 197px;
    height: 197px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url("../../images/round-cirle.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 25px;
}

.glance-icon-holder {
    width: calc(100% - 19px);
    height: calc(100% - 19px);
    border-radius: 50%;
    display: flex;
    background-color: var(--orange);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.glance-text p {
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.8px) {
    .glance-wrapper {
        padding: 25px 15px !important;
    }

    .glance-icon-inner {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767.8px) {
    .glance-wrapper {
        padding: 25px 15px !important;
    }
    #glance{
        padding-top: 40px;
    }
}

@media (max-width: 575.8px) {
    .glance-text {
        width: 100%;
        padding: 0 40px;
    }
}

/*
====================
LAWS
====================
 */
#laws h2 span {
    display: block;
    width: 100%;
    font-size: 95px;
    letter-spacing: -2px;
    line-height: 83px;
    font-weight: 700;
    padding-left: 50px;
}

.laws-left {
    width: 400px;
    flex-basis: 400px;
    max-width: 400px;
    padding: 0 15px;
}

#laws .title-wrapper {
    position: relative;
}

#laws .title-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: -220px;
    top: -150px;
    background-image: url("/wp-content/uploads/2023/09/our-dene-laws-drawing.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 390px;
    height: 390px;

}

#laws .title-wrapper h2 {
    position: relative;
}

.laws-right {
    width: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding: 0 15px;
    position: relative;
}

.law-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

.law-icon {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.law-icon picture {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.law-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.law-icon-wrapper {
    width: 80px;
    flex-basis: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.law-text-wrapper {
    width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.law-text-wrapper p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: var(--blue);
    font-weight: 500;
}

@media (max-width: 991.8px) {
    .title-wrapper::before {
        left: 50px;
        top: -120px;
    }

    .laws-left {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .laws-right {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .laws-left h2 {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.8px) {
    #laws .title-wrapper::before {
        left: 0;
        top: -55px;
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 575.8px) {
    .title-wrapper::before {
        left: 20px;
        top: -80px;
        width: 250px;
        height: 250px;
    }

    #laws h2 span {
        padding-left: 0;
        font-size: 100px;
    }

    .laws-right .row {
        justify-content: center;
    }

    .law-wrapper {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .law-inner {
        justify-content: flex-start;
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .law-text-wrapper {
        padding-left: 20px;
    }

    .law-text-wrapper p {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 400px) {
    .law-text-wrapper p {
        font-size: 24px;
        line-height: 28px;
    }
}

/*
================
PROTECTION
================
 */
#protection {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.areas {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(232, 211, 175, .2);
}

.area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}

.area-color {
    width: 15px;
    height: 15px;
    display: flex;
    flex-basis: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.area-text {
    color: rgba(247, 244, 234, .7);
    font-size: 16px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.areas-lists {
    margin-top: 30px;
}

.area-list {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
}

.area-list p {
    color: rgba(247, 244, 234, .7);
    margin-bottom: 0;
}

.map-button {
    margin-top: 60px;
}

.map-button a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: var(--orange);
    font-weight: 500;
}

.map-button a span.icon {
    mask: url('../../images/zoom.svg') no-repeat;
    -webkit-mask: url('../../images/zoom.svg') no-repeat;
    height: 17px;
    width: 17px;
    background-size: contain;
    display: flex;
    background-color: var(--orange);
    margin-right: 10px;
}

.map-button a:hover,
.map-button a:focus {
    color: var(--orange);
}

@media (max-width: 991.8px) {
    #protection {
        background-image: none !important;
    }

    .map-button {
        margin-bottom: 70px;
    }

    .map-button a {
        justify-content: center;
    }

    #protection {
        padding-bottom: 0;
    }

    #map-mobile {
        position: relative;

    }

    #map-mobile::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -30px;
        right: -30px;
        width: calc(100% + 60px);
        height: 1px;
        background: #304152;
    }
}

@media (max-width: 767.8px) {
    #protection h2 {
        text-align: center;
        margin-bottom: 60px;
    }

    .map-button {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575.8px) {
    .area-list {
        width: 50%;
        flex-basis: 50%;
    }
}

/*
================
ENTITIES
================
 */
#entities .row {
    margin-top: 10px;
}

.ent-logo {
    height: 90px;
    margin-bottom: 30px;
}

#entities .entities-wrapper {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.entities-inner {
    width: 480px;
    flex-basis: 480px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.entities-wrapper:first-of-type::before {
    content: "";
    mask: url('../../images/dots-ent.svg') repeat;
    -webkit-mask: url('../../images/dots-ent.svg') repeat;
    height: 100%;
    width: 1px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--orange);
}

.ent-text a {
    color: var(--orange);
}

@media (max-width: 767.8px) {
    #entities{
        padding-top: 40px;
    }
    .entities-wrapper:first-of-type::before {
        bottom: -40px;
        top: auto;
        left: 0;
        width: 100%;
        height: 1px;
        mask: url('../../images/dot-env-mobile.svg') repeat;
        -webkit-mask: url('../../images/dot-env-mobile.svg') repeat;
    }

    .ent-logo {
        height: auto;
        margin-bottom: 45px;
    }
}