body {
    background-image: url(/Images/ludius-background-overlay.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 40px;
}

.desktop {
    display: flex;
    align-items: center;
    max-width: 1440px;
    height: 100%;
    position: relative;
    padding: 160px 0;
    margin: auto;
    z-index: 999;
}

.desktop .frame {
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
}

.desktop .div {
    display: flex;
    flex-direction: column;
    width: 800px;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}

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

.desktop .element-final-ludius {
    position: relative;
    width: 240px;
    height: 78.3px;
    object-fit: cover;
}

.desktop .text-wrapper {
    position: relative;
    align-self: stretch;
    font-family: var(--desktop-headings-h2-font-family);
    font-weight: var(--desktop-headings-h2-font-weight);
    color: var(--wit50-wit);
    font-size: var(--desktop-headings-h2-font-size);
    letter-spacing: var(--desktop-headings-h2-letter-spacing);
    line-height: var(--desktop-headings-h2-line-height);
    font-style: var(--desktop-headings-h2-font-style);
}

.desktop .p, .byConversal a p {
    position: relative;
    align-self: stretch;
    font-family: var(--desktop-text-regular-body-text-font-family);
    font-weight: var(--desktop-text-regular-body-text-font-weight);
    color: var(--wit50-wit);
    font-size: var(--desktop-text-regular-body-text-font-size);
    letter-spacing: var(--desktop-text-regular-body-text-letter-spacing);
    line-height: var(--desktop-text-regular-body-text-line-height);
    font-style: var(--desktop-text-regular-body-text-font-style);
}

.desktop .frame-3 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.desktop .frame-4 {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.desktop .frame-5 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    position: relative;
    flex: 0 0 auto;
    background-color: #40748f;
    border-radius: 8px;
    overflow: hidden;
    backdrop-filter: blur(4px) brightness(100%);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.frame-5:hover {
    background-color: var(--primary-color-blue700);
}

.desktop .email {
    position: relative;
    width: 20px;
    height: 13.85px;
}

.desktop .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -0.50px;
    font-family: var(--desktop-button-button-font-family);
    font-weight: var(--desktop-button-button-font-weight);
    color: var(--primary-color-green50);
    font-size: var(--desktop-button-button-font-size);
    letter-spacing: var(--desktop-button-button-letter-spacing);
    line-height: var(--desktop-button-button-line-height);
    font-style: var(--desktop-button-button-font-style);
}

.desktop .frame-6 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    position: relative;
    flex: 0 0 auto;
    background-color: #fdfdfd0a;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid;
    border-color: #fdfdfd52;
    backdrop-filter: blur(4px) brightness(100%);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.frame-6:hover {
    background-color: #fdfdfd47;
}

.desktop .img {
    position: relative;
    width: 20px;
    height: 20px;
}

.desktop .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -0.50px;
    font-family: var(--desktop-button-button-font-family);
    font-weight: var(--desktop-button-button-font-weight);
    color: var(--wit50-wit);
    font-size: var(--desktop-button-button-font-size);
    letter-spacing: var(--desktop-button-button-letter-spacing);
    line-height: var(--desktop-button-button-line-height);
    font-style: var(--desktop-button-button-font-style);
}

.desktop .frame-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #fdfdfd0a;
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid;
    border-color: #fdfdfd52;
    backdrop-filter: blur(4px) brightness(100%);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.desktop .element-final-ludius-2 {
    position: relative;
    width: 80%;
    object-fit: cover;
}

.element-final-ludius-3 {
    position: absolute;
    width: 30%;
    bottom: 0px;
    left: 0px;
    object-fit: cover;
}

.desktop .frame-8 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 20px;
    position: absolute;
    top: 24px;
    background-color: #fdfdfd0a;
    border-radius: 8px;
    border: 0.5px solid;
    border-color: #fdfdfd52;
    backdrop-filter: blur(4px) brightness(100%);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
}

@media only screen and (max-width: 1024px) {
    .desktop {
        align-items: unset;
    }
    .desktop .frame {
        flex-direction: column;
        justify-content: unset;
        gap: 80px;
    }
    .desktop .div {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .element-final-ludius-3 {
        width: 100%;
    }
    body {
        padding: 0 16px;
    }
    .desktop .text-wrapper {
        font-size: 32px;
    }
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    right: 24px;
}

.language-switcher .lang-text-wrapper a {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--desktop-button-button-font-family);
    font-weight: var(--desktop-button-button-font-weight);
    color: var(--wit50-wit);
    font-size: var(--desktop-button-button-font-size);
    letter-spacing: var(--desktop-button-button-letter-spacing);
    line-height: var(--desktop-button-button-line-height);
    font-style: var(--desktop-button-button-font-style);
}

.language-switcher .line {
    position: relative;
    align-self: stretch;
    width: 1px;
    height: auto;
}

@media only screen and (max-width: 460px) {
    .desktop .frame-8 {
        justify-content: start;
    }
}

@media only screen and (max-width: 580px) {
    .desktop .frame-4 {
        flex-direction: column;
        width: 100%;
        align-items: unset;
    }
    .desktop .frame-3 {
        width: 100%;
    }
    .desktop .frame-5 {
        width: 100%;
        justify-content: center;
    }
    .desktop .frame-6 {
        width: 100%;
        justify-content: center;
    }
}

.div-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.byConversal {
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.byConversal a p {
    opacity: 48%;
    text-align: center;
    color: white;
}