.first-screen {
    margin-top: 40px;
    --border-radius: 60px;
    --background: #005FCC;
;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
}

.first-screen .first-screen__top {
    display: flex;
    align-items: center;
    height: 104px;
}

.first-screen .first-screen__top::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--background-color);
    display: flex;
    border-radius: 0 var(--border-radius) 0 0;
    z-index: -5;
}

.first-screen .first-screen__academy {
    flex-shrink: 0;
    margin-left: 59px;
    position: relative;
    z-index: 1;
}

.first-screen .first-screen__academy-logo {
    height: 26.99px;
    width: auto;
}

.first-screen .first-screen__content {
    width: 100%;
    min-height: 600px;
    background: var(--background);
    border-radius: 0 var(--border-radius)  var(--border-radius) var(--border-radius);
    padding: 129px 60px;
    padding-top: 201px;
}

.first-screen .logo-cutout {
    position: absolute;
    top: 0;
    left: 0;
}

.first-screen .first-screen__text {
    z-index: 1;
    position: relative;
    max-width: 815px;
}

.first-screen .first-screen__title {
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}

.first-screen .first-screen__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 157%;
    letter-spacing: 0%;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    max-width: 570px;
}

.first-screen .first-screen__picture {
    display: flex;
    position: absolute;
    bottom: -148px;
    left: 388px;
    pointer-events: none;
    height: 783px;
}

.first-screen .first-screen__img {
    height: 100%;
    width: auto;
    max-width: unset;
    object-fit: contain;
}

.first-screen .first-screen__date {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
}

.first-screen .first-screen__type {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    top: -54px;
    right: 50px;
}

.first-screen .first-screen__top svg.corner-curve {
    margin-right: -2px;
}

.first-screen .first-screen__register-wrap.mobile {
    display: none;
}

.first-screen .first-screen__bg-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 var(--border-radius)  var(--border-radius) var(--border-radius);
    overflow: hidden;
}

.first-screen .first-screen__bg-img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: -3;
}

.first-screen .first-screen__format {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 1220px) {
    .first-screen .first-screen__title {
        font-size: 38px;
    }

    .first-screen .first-screen__description {
        font-size: 20px;
    }

    .first-screen .first-screen__content {
        padding: 100px 40px;
        padding-top: 180px;
    }

    .first-screen .first-screen__picture {
        height: 550px;
        bottom: -93px;
        left: 225px;
    }

    .first-screen .first-screen__text {
        max-width: 550px;
    }
}

@media screen and (max-width: 850px) {
    .first-screen {
        --border-radius: 30px;
    }

    .first-screen .first-screen__content {
        padding-bottom: 40px;
        min-height: unset;
        padding-top: 140px;
    }

    .first-screen .logo-cutout {
        height: 80px;
    }

    .first-screen .logo-cutout .logo-cutout__bottom {
        height: 70px;
        width: auto;
    }

    .first-screen .first-screen__title {
        font-size: 28px;
    }

    .first-screen .first-screen__text {
        max-width: 390px;
    }

    .first-screen .first-screen__format {
        top: 30px;
        right: 40px;
    }
}

@media screen and (max-width: 700px) {
    .first-screen .first-screen__register-wrap.mobile {
        display: block;
        width: 100%;
    }

    .first-screen .first-screen__register-wrap.mobile .register-btn {
        width: 100%;
    }

    .first-screen .first-screen__register-wrap.desktop {
        display: none;
    }

    .first-screen .share-buttons {
        bottom: 120px;
    }

    .first-screen .first-screen__format {
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .first-screen {
        --border-radius: 20px;
        margin-top: 10px;
    }

    .first-screen .first-screen__content {
        padding: 20px 16px;
        padding-top: 68px;
    }

    .first-screen .share-buttons {
        z-index: 2;
    }

    .share-buttons .button-sharer {
        height: 45px;
        width: 45px;
    }

    .share-buttons .button-sharer img {
        height: 28px;
        width: 28px;
    }

    .first-screen .first-screen__calendar {
        height: 24px;
        width: 24px;
    }

    .first-screen .first-screen__date {
        gap: 12px;
        font-size: 16px;
    }

    .first-screen .first-screen__type {
        display: none;
    }

    .first-screen .first-screen__description {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .first-screen .first-screen__academy-logo {
        height: 15px;
    }

    .first-screen .logo-cutout {
        height: 42px;
    }

    .first-screen .logo-cutout .logo-cutout__logo {
        height: 15.35px;
    }

    .first-screen .logo-cutout .logo-cutout__bottom {
        height: 30px;
    }

    .first-screen .logo-cutout .logo-cutout__link-wrapper {
        padding-left: 24px;
    }

    .first-screen .share-buttons {
        bottom: 90px;
        right: 16px;
    }

    .first-screen .first-screen__date {
        margin-bottom: 10.5px;
    }

    .first-screen .first-screen__register-wrap.mobile {
        margin-top: 200px;
    }

    .first-screen .first-screen__picture {
        height: 344px;
        bottom: -43px;
        left: -14px;
    }
}

