.dsb-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.dsb-home__campaign-logo-parent{
    display: flex;
    justify-content: center;
}

.dsb-home {
    /* position: relative; */
    width: min(100%, var(--dsb-page-width));
    /* height: 1470px; */
    margin: 0 auto;
    overflow: hidden;
    background-color: #F5E8DD;
    background-image: url("../../img/dsb3/screen1-top-pattern.png");
    background-repeat: no-repeat;
    background-position-x: 50%;
    /* background: linear-gradient(
        180deg,
        var(--dsb-color-cream) 0,
        var(--dsb-color-cream) 272px,
        #d3272a 272px,
        #bd2020 66%,
        #a91918 100%
    ); */
} 

/* .dsb-home__top-pattern,
.dsb-home__hero-background-pare,
.dsb-home__hero-background-rockeyaa,
.dsb-home__campaign-logo,
.dsb-role-section__ornament,
.dsb-role-card__image,
.dsb-step-card__decoration {
    position: absolute;
    display: block;
    max-width: none;
    pointer-events: none;
} */

.dsb-home__top-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
}
.dbs-home_hero-background-parent{
    display: absolute;
    position: relative;
}

.dsb-home__hero-background-pare {
    top: 350px;
    left: 50%;
    width:80%;
    height:auto;
    transform: translate(-50%, 0);
}
.dsb-home__hero-background-rockey{
  bottom: 0;
    left: 50%;
    width:100%;
    height:auto;
    transform: translate(-50%, 0);
}

.dsb-home__top-fade,
.dsb-home__lower-fade {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.dsb-home__top-fade {
    top: 0;
    height: 300px;
    background: linear-gradient(180deg, var(--dsb-color-cream), rgba(245, 232, 221, 0));
}

.dsb-home__lower-fade {
    top: 1060px;
    height: 249px;
    background: linear-gradient(169.62deg, #af2422 2.16%, #ae1e1b 89.19%);
}

.dsb-home > .dsb-header {
    /* position: absolute; */
    /* z-index: 2;
    top: 16px;
    left: 50%;
    margin: 0; */
    /* transform: translateX(-50%); */
    margin-bottom: 24px;
}

.dsb-home__campaign-bg {
width: 100%;
height: auto;
position: absolute;
z-index: 0;
max-width: 600px
}

.dsb-home__campaign-logo-human{
position: relative;
width: 100%;
height: auto;
}

.dsb-home__campaign-logo-rockey{
  position: relative;
  width: 100%;
  height: auto;  
}

.dsb-home__intro {
    /* position: absolute; */
    /* z-index: 2;
    top: 237px;
    left: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--dsb-space-3);
    width: var(--dsb-header-width);
    text-align: center;
    margin:  16px auto 16px auto;
    /* transform: translateX(-50%); */
}

.dsb-home__intro-title,
.dsb-home__intro-copy {
    margin: 0;
}

.dsb-home__intro-title {
    width: 229px;
    color: var(--dsb-color-ink);
    font-family: var(--dsb-font-display);
    font-size: var(--dsb-text-md);
    font-weight: 400;
    line-height: normal;
}

.dsb-home__intro-copy {
    width: 100%;
    color: var(--dsb-color-primary);
    font-size: var(--dsb-text-xs);
    font-weight: 500;
    line-height: var(--dsb-leading-body);
}

.dsb-home__intro-copy strong {
    font-weight: 700;
}

.dsb-role-section {
    /* position: absolute;
    z-index: 3;
    top: 883px;
    left: 0;
    width: 100%;
    height: 251px; */
    /* background-color: #ae1e1b; */
    position: relative;
}

.dsb-role-section__title {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    margin: 0;
    color: var(--dsb-color-cream);
    font-family: var(--dsb-font-display);
    font-size: var(--dsb-text-xl);
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}



.dsb-role-section__choices {
    /* position: absolute; */
    /* top: 44px;
    left: 50%; */
    display: flex;
    gap: 24px;
    width: 328px;
    /* transform: translateX(-50%); */
}

.dsb-role-card {
    position: relative;
    display: flex;
    flex: 0 0 152px;
    flex-direction: column;
    gap: 16px;
    /* width: 152px;
    height: 215px; */
}

.dsb-role-card__image {
    position: static;
    flex: 0 0 152px;
    width: 152px;
    height: 152px;
    overflow: hidden;
    border-radius: var(--dsb-radius-illustration);
    clip-path: inset(0 round var(--dsb-radius-illustration));
}

.dsb-role-card__button {
    flex: 0 0 47px;
    width: 152px;
    height: 47px;
    border-radius: var(--dsb-radius-button);
}

.dsb-role-section__ornament {
    z-index: 2;
}

.dsb-role-section__ornament--top {
    /* top: 34px;
    left: calc(50% + 132.5px);
    width: 47px;
    height: 47px; */
    top: 152px;
    left: 0;
    transform: translate(-18px,-80%);
}

.dsb-role-section__ornament--bottom {
    position: absolute;
    top: -10px;
    right: -10px;
}

.dsb-role-section__ornament--bottom-1{
    position: absolute;
    top: -25px;
    left: -29px; 
}

.dsb-step-carousel {
    position: relative;
    z-index: 3;
    width: var(--dsb-content-width);
    max-width: 100%;
    height: 215.5px;
    margin: 32px auto 0;
}

.dsb-step-carousel__viewport {
    width: 100%;
    height: 215.5px;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.dsb-step-carousel__track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 300ms ease;
}

.dsb-step-card {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 215.5px;
}

.dsb-step-card__decoration {
    position: absolute;
    display: block;
    top: -19px;
    left: 37px;
    width: 253px;
    height: 253px;
    pointer-events: none;
}

.dsb-step-card__content {
    position: absolute;
    top: 48px;
    left: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 151px;
    text-align: center;
}

.dsb-step-card__count,
.dsb-step-card__title,
.dsb-step-card__copy {
    margin: 0;
}

.dsb-step-card__count,
.dsb-step-card__title {
    color: var(--dsb-color-ink);
    font-family: var(--dsb-font-display);
    font-size: var(--dsb-text-md);
    font-weight: 400;
    line-height: normal;
}

.dsb-step-card__title {
    margin-top: var(--dsb-space-3);
}

.dsb-step-card__copy {
    margin-top: var(--dsb-space-2);
    color: var(--dsb-color-primary);
    font-size: 12px;
    font-weight: 500;
    line-height: var(--dsb-leading-body);
}

.dsb-step-carousel__viewport.is-dragging {
    cursor: grabbing;
}

@media (prefers-reduced-motion: reduce) {
    .dsb-step-carousel__track {
        transition: none;
    }
}

@media (max-width: 374px) {
    .dsb-home {
        width: 100%;
    }
}
