._vertical-banner {
    position: relative;
    height: 100%;
    width: 50%;
}

._vertical-banner ._content-info {
    height: 100%;
    /* pointer-events: none; */
    background: linear-gradient(0deg, #FAFDFD 0%, #E2F1F4 50%, #CFE9F0 100%);
}

._vertical-banner ._content-info ._info-top {
    display: flex;
    justify-content: space-evenly;
    padding: 63px 40px;
    gap: 5rem;
}

._vertical-banner ._content-info ._info-top h6 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262627;
}

._vertical-banner ._content-info ._info-top p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

    color: #3A3A3A;
}

._vertical-banner ._content-info ._info-mid {
    margin: 0 auto;
    padding: 0 40px;
}

._vertical-banner ._content-info ._info-mid h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #262627;
}

._vertical-banner ._content-info ._info-mid h1 span {
    color: #006593;
}

._vertical-banner ._content-info ._info-mid p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262627;
}

._vertical-banner ._content-info ._info-mid .card {
    background: #FFFFFFBF;
    box-shadow: 0px 8px 12px -4px #10101005;
    border-radius: 8px;
    margin: 30px 0;
}

._vertical-banner ._content-info ._info-mid .card .card-content:not(:last-child) {
    margin-bottom: 28px;
}

._vertical-banner ._content-info ._info-mid .card .card-body h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262627;
}

._vertical-banner ._content-info ._info-mid .card .card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #262627;
    margin-left: 32px;
    margin-top: 8px;
}


._vertical-banner ._content-info ._info-mid ._info {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 31px;
}

._vertical-banner ._content-info ._info-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 40px;
    margin: 0 auto;
    background: linear-gradient(0deg, #F7EFE1 59.64%, rgba(250, 253, 253, 0) 100%);
    height: 20svh;
}

._vertical-banner ._content-info ._info-bottom h2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 7%;
    text-transform: uppercase;
    color: #262627;
}

._vertical-banner ._content-info ._info-bottom span {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 7%;
    text-transform: uppercase;
    color: #006593;
}

._vertical-banner ._content-info ._info-bottom ._org-items {
    display: flex;
    justify-content: space-between;
}

._vertical-banner ._content-info ._info-bottom img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    height: 24px;
}

.account-card {
    background: #F4FBFB;
}

.account-card:hover {
    background: #D1E9EB;
}

@media (max-height: 729px) {
    ._vertical-banner ._content-info ._info-mid .card .card-body p {
        font-size: 13px;
    }

    ._vertical-banner ._content-info ._info-top {
        gap: 1rem;
        padding: 30px 40px;
    }

    ._vertical-banner ._content-info ._info-mid {
        height: 60svh;
        overflow: auto;
    }

    ._vertical-banner ._content-info ._info-bottom h2 {
        padding-top: 30px;
    }

    ._vertical-banner ._content-info ._info-bottom img {
        height: 18px;
    }
}


@media only screen and (max-width: 991px) {
    ._vertical-banner {
        width: 100%;
    }

    ._vertical-banner:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 100vh solid #fff;
        border-left: 100vh solid transparent;
        z-index: 1;
    }
}

.app-sumo-brand img {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .app-sumo-brand img {
        margin: auto;
    }
}

@media (max-width: 500px){
    .account-card {
        margin-bottom: 1rem;
    }
}

._vertical-banner ._overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: linear-gradient(0deg, #FAFDFD 0%, #E2F1F4 50%, #CFE9F0 100%);
}

._vertical-banner ._image {
    height: 100%;
    width: 100%;
    background: url("/images/bg-teamwork-1.jpg") no-repeat center center;
    background-size: cover;
}