.errorPage {
    display: flex;
    flex-direction: column;
}
/* div[data-planing] > div {} */
.errorPage{
    width: auto;
    height: auto;
    overflow: hidden;
}
.errorPage{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    animation: ease;
    animation-name: slideUp;
    animation-duration: 1s;
    position: relative;
}
.errorPage ._pl_headding > h1 {
    font-size: 40px;
}
.errorPage ._pl_headding > span {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* color: #393939; */
}
.errorPage ._pl_headding_01 > h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 107%;
    color: #FFFFFF;
    padding-top: 10px;
}
.errorPage ._pl_headding_01 > h1::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 7px;
    top: 0;
    background-color: #CB3237;
}
.errorPage ._pl_headding > h1 > span {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    line-height: 107%;
    color: #393939;
}
.errorPage ._pl_headding > h1 > span:nth-child(2) {
    font-weight: 300;
    font-size: 120px;
    line-height: 105%;
    letter-spacing: 0.015em;
    color: #CB3237;
}
.errorPage ._pl_headding > h1 > span:nth-child(1) {
    font-weight: 600;
    font-size: 40px;
    line-height: 107%;
    color: #393939;
}

.errorPage ._pl_desc {
    width: auto;
    height: auto;
    overflow: hidden;
}
.errorPage ._pl_desc > p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
}
.errorPage .hedding_wrapper > h2 {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.075em;
    color: #393939;
    margin: 0px;
}
.errorPage .hedding_wrapper > h1 {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #CB3237;
    margin: 0px;
    max-width: 350px;
}

