.why-join {
    position: relative;
}

.why-join .why-join__inner {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    padding: 20px;
}

.why-join .why-join__top {
    display: flex;
    margin-right: 260px;
    height: 90px;
    position: relative;
    z-index: -2;
}

.why-join .why-join__content {
    --radius: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.44);
    box-shadow: 3.48485px 6.9697px 13.9394px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: var(--radius);
}

.why-join .why-join__bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
}

.why-join .why-join__bg-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    object-position: top;
}

.why-join .block-text-large {
    margin-top: 32px;
}

.why-join .why-join__illustration-picture {
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
}

.why-join .why-join__illustration-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-join .why-join__form-wrap {
    position: relative;
    width: 478px;
    box-sizing: content-box;
    flex-shrink: 0;
    padding: 60px;
    padding-left: 0;
}

.why-join .why-join__left {
    --radius: 40px;
    margin: 60px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 60px;
    height: 100%;
    border-radius: var(--radius);
    position: relative;
    color: #2B2B2B;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 3.48485px 6.9697px 13.9394px rgba(0, 0, 0, 0.08);
}

.why-join .callbackform___step1 .callbackform__title {
    display: none;
}

.why-join .why-join__bottom-picture {
    position: absolute;
    display: flex;
    bottom: 41.5px;
    left: -32.51px;
    pointer-events: none;
    width: 83.86px;
}

.why-join .why-join__bottom-img {
    width: 100%;
    height: auto;
}

.why-join .why-join__top-picture {
    position: absolute;
    display: flex;
    top: 35.5px;
    right: 52px;
    z-index: 3;
    pointer-events: none;
    width: 104px;
}

.why-join .why-join__top-img {
    width: 100%;
    height: auto;
    transform: rotate(-28.74deg);
}

.why-join .why-join__text-picture {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 55.87px;
    top: -10.1px;
    left: -19.6px;
}

.why-join .why-join__hand-top-picture {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 177px;
    bottom: 30.44px;
    right: -4.98px;
}

.why-join .why-join__hand-picture {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 197px;
    bottom: 17.8px;
    right: -3.5px;
    z-index: -1;
}

.why-join .why-join__hand-img,
.why-join .why-join__hand-top-img {
    width: 100%;
    height: auto;
}

.why-join .js-form-step-1 .callbackform__title {
    display: none;
}

.why-join .why-join__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

.why-join .why-join__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-top: 16px;
}

.why-join .why-join__decorative-text {
    position: absolute;
}

.why-join .why-join__decorative-text.why {
    top: -9.85px;
    left: 50%;
    transform: translateX(-50%) rotate(-16.12deg);
}

.why-join .why-join__decorative-text.september {
    left: -34.8px;
    bottom: 2px;
    transform: rotate(19.05deg);
}

.why-join .why-join__decorative-text.time {
   bottom: 1px; 
   right: 13.2px;
   transform: rotate(-10.38deg);
}

.why-join .why-join__form-wrap::before {
    content: none; 
}


@media screen and (max-width: 1200px) {
    .why-join .why-join__content {
        background: none;
        gap: 16px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
    }

    .why-join .why-join__content::before {
        content: none;
    }

    .why-join .why-join__form-wrap {
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .why-join .why-join__form-wrap::before {
        content: "";
    }

    .why-join .why-join__form-wrap {
        --radius: 20px;
        background-color: #FFFFFF70;
        border-radius: var(--radius);
        padding: 16px;
        width: 328px;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .why-join .why-join__left {
        margin: 0;
        padding: 16px;
        --radius: 20px;
    }

    .why-join .why-join__inner {
        padding: 40px 16px;
        border-radius: 40px;
    }
}

@media screen and (max-width: 800px) {
    .why-join .why-join__title {
        font-size: 24px;
    }

    .why-join .why-join__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .why-join .why-join__content {
        flex-direction: column;
    }

    .why-join .why-join__form-wrap {
        width: auto;
    }

    .why-join__outer {
        padding: 0;
    }

    .why-join .why-join__inner {
        border-radius: 0;
    }

    .why-join .why-join__decorative-text.september {
        left: -165.8px
    }
}

