/* NEW */
.title-path-container-new .path-container {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
}
body.home .title-path-container-new .path-container {
    display: block;
}
.title-path-container-new .path-container .path-tester{
    background-color: purple;
    /* opacity: 0; */
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
}
body.home .title-path-container-new .title-circle {
    display: none;
}
.title-path-container-new .title.title-text {
    letter-spacing: 0.2rem;
    max-width: 350px;
    margin: auto;
}
.title-path-container-new .title-circle {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .title-path-container-new {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 5px;
    }
    .title-path-container-new .path-container {
        display: block;
    }
    .title-path-container-new .title-circle {
        display: none;
    }
}
.title-path-container-new .path-container svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.title-path-container-new .title-circle span {
    background-color: black;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .title-path-container-new .title.title-text.path-2 {
        margin-top: -4rem;
    }
}
img.figure {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(0, -100%); */
    height: 80px;
    z-index: 10;
    pointer-events: none;
}
img.figure.figure-1 {
    left: -21.8px;
    top: -42.4px;
}
img.figure.figure-2 {
    left: -15.9px;
    top: -32.6px;
}
img.figure.figure-3 {
    left: -20.5px;
    top: -55.9px;
}
img.figure.figure-4 {
    left: -17.5px;
    top: -5px;
}
img.figure.figure-5 {
    left: 29.4px;
    top: -72.8px;
}
@media (min-width: 768px) {
    img.figure {
        /* display: block; */
        height: 120px;
    }
    img.figure.figure-1 {
        left: -32.7px;
        top: -63.6px;
    }
    img.figure.figure-2 {
        left: -23.9px;
        top: -49px;
    }
    img.figure.figure-3 {
        left: -30.7px;
        top: -83.9px;
    }
    img.figure.figure-4 {
        left: -26.2px;
        top: -79.5px;
    }
    img.figure.figure-5 {
        left: -44.1px;
        top: -109.3px;
    }
}
@media (min-width: 1200px) {
    img.figure {
        height: 160px;
    }
    img.figure.figure-1 {
        left: -43.6px;
        top: -84.8px;
    }
    img.figure.figure-2 {
        left: -32px;
        top: -65.7px;
    }
    img.figure.figure-3 {
        left: -41.5px;
        top: -113.3px;
    }
    img.figure.figure-4 {
        left: -35.6px;
        top: -108px;
    }
    img.figure.figure-5 {
        left: -60.3px;
        top: -149.3px;
    }
}
@media (min-width: 1800px) {
    img.figure {
        height: 230px;
    }
    img.figure.figure-1 {
        left: -62.6px;
        top: -121.9px;
    }
    img.figure.figure-2 {
        left: -45.8px;
        top: -93.8px;
    }
    img.figure.figure-3 {
        left: -58.9px;
        top: -160.9px;
    }
    img.figure.figure-4 {
        left: -50.3px;
        top: -152.4px;
    }
    img.figure.figure-5 {
        left: -84.5px;
        top: -209.4px;
    }
}


/* Agenda-Carousel Shortcode - Title Path */
.agenda-carousel-title-container {
    position: relative;
    height: 6rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}
.agenda-carousel-title-container .page-title {
    top: -4rem;
}
