.page-intro-def.intro_v1:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, .1) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center center;
    mask-image: radial-gradient(#000000a8 5%, transparent 70%);
    pointer-events: none;
}

.page-intro-def {
    background: #fffffffc;
    padding: 0;
    position: relative;
    z-index: 4;
}

.-page-intro-intro-body {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffffe0;
    max-width: 100%;
    padding: 100px 90px;
    border-radius: 0;
}

.-page-intro-intro-body > h1 {
    font-size: 49px;
    line-height: 1.3;
    color: var(--alphabg);
    font-weight: 600;
}
.-Breadcrumb-Singularpage > ol > i {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondarytext);
    height: 11px;
}
.-Breadcrumb-Singularpage ol > li > a {
    display: flex;
    font-size: 15px;
    padding: 0px 0;
    color: var(--secondarytext);
    font-weight: 400;
}
.-Breadcrumb-Singularpage ol {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-content: center;
    align-items: center;
}

.-Breadcrumb-Singularpage {
    margin-bottom: 14px;
}

.-Breadcrumb-Singularpage ol > li > a > span {
    display: flex;
    gap: 8px;
    align-items: center;
}
