.desktop {
    display: flex;
    width: 100%;
    height: 100%;
}

.desktop .hero-layout-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    background-image: url(./image.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.desktop .hero-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--colorsoverlay-50);
}

.desktop .type-lock-up-wrapper {
    display: flex;
    flex-direction: column;
    width: 1440px;
    height: 800px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0rem 0rem;
    position: relative;
}

.desktop .type-lock-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
}

.desktop .body-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.desktop .ut-enim-ad-minim {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter-Bold", Helvetica;
    font-weight: 700;
    color: var(--colorsfontinverse);
    font-size: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
}

.desktop .lorem-ipsum-dolor {
    position: relative;
    align-self: stretch;
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: var(--colorsfontinverse);
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: 24px;
}

.desktop .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    position: relative;
    flex: 0 0 auto;
    background: var(--componentsbuttonprimarybackgroundcolor);
    border-radius: 4px;
    border: 1px solid;
    border: var(--componentsbuttonprimarybordercolor);
}

.desktop .button:hover {
    background: var(--componentsbuttonprimaryhoverbackgroundcolor);
    border: var(--componentsbuttonprimaryhoverbordercolor);
    cursor: pointer;
}

.desktop .label {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--components-button-large-font-family);
    font-weight: var(--components-button-large-font-weight);
    color: var(--componentsbuttonprimarycolor);
    font-size: var(--components-button-large-font-size);
    letter-spacing: var(--components-button-large-letter-spacing);
    line-height: var(--components-button-large-line-height);
    white-space: nowrap;
    font-style: var(--components-button-large-font-style);
}
