@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

.ein-2 .project-mehut {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    color: #1b1b1b;
    background: #fff;
    overflow: hidden;
    font-weight: 500;

    .title-font {
        font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    }

    .title-font strong {
        font-weight: 600;
    }

    section {
        margin: 160px 0;
        background-color: transparent;
        overflow: hidden;
    }

    picture {
        width: 100%;
        height: 100%;

        img {
            width: 100%;
            -o-object-position: center;
            object-position: center;
        }
    }

    .icon img {
        -o-object-fit: contain;
        object-fit: contain;
        height: auto;
    }

    img {
        display: block;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .image-wrap {
        width: 100%;
    }

    .container {
        max-width: 1312px;
        padding: 0 16px;
        position: relative;
        z-index: 2;
    }

    h1,
    h2,
    h3 {
        margin: 0;
        font-weight: 500;
    }

    h1 {
        font-size: 44px;
        line-height: 48px;
    }

    h2 {
        font-size: 40px;
        line-height: 43px;
    }

    h3 {
        font-size: 28px;
        line-height: 31px;
    }

    p {
        color: #1b1b1b;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        margin: 0;
        letter-spacing: 0.32px;
    }

    p:not(:last-of-type) {
        margin-bottom: 21px;
    }

    .border-r {
        border-radius: 24px;
    }

    .border-r-img img {
        border-radius: 32px;
    }

    .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
    }

    .tag {
        text-align: center;
        border-radius: 40px;
        border: 1px solid #3538cd;
        color: #3538cd;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.32px;
        padding: 7px 15px;
    }

    /* SECTIONS */

    section.first-block {
        margin: 0;
        position: relative;

        .first-block__content {
            position: absolute;
            top: 65px;
            padding: 0 70px;
            width: 100%;
        }

        .first-block__title {
            margin-bottom: 38px;
            max-width: 785px;
        }

        .first-block__title span {
            position: relative;
        }

        .first-block__title span:nth-child(1)::after {
            content: "";
            position: absolute;
            right: -73px;
            top: -3px;
            width: 68px;
            height: 68px;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/first-block-icon.svg")
                no-repeat center / contain;
        }

        p {
            max-width: 467px;
            margin-left: 85px;
        }
    }

    section.about {
        margin: 80px 0;

        .about__sub-title {
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
            text-transform: capitalize;
            padding: 9px 19px;
            border-radius: 32px;
            border: 1px solid #d8d8d8;
            max-width: 177px;
            margin: 0 auto 20px;
            text-align: center;
        }

        .about__title {
            text-align: center;
            margin: 0 auto 32px;
            max-width: 1030px;
            position: relative;
            padding: 0 80px;
        }

        .about__title::before,
        .about__title::after {
            content: "";
            position: absolute;
            width: 56px;
            height: 56px;
        }

        .about__title::before {
            left: -19px;
            top: -9px;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/about-icon-1.svg") no-repeat
                center / contain;
        }

        .about__title::after {
            right: -14px;
            top: 40px;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/about-icon-2.svg") no-repeat
                center / contain;
        }

        p {
            max-width: 586px;
            text-align: center;
            margin: 0 auto 29px;
            padding: 0 24px;
        }
    }

    section.main-goal {
        margin-top: 80px;

        .main-goal__wrap {
            -webkit-column-gap: 52px;
            -moz-column-gap: 52px;
            column-gap: 52px;
            row-gap: 32px;
        }

        .main-goal__left {
            width: calc(61.8% - 26px);
        }

        .main-goal__right {
            width: calc(38.2% - 26px);
            margin-bottom: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .image-wrap img {
            border-radius: 24px;
        }

        .main-goal__title {
            font-size: 60px;
            font-weight: 600;
            line-height: 72px;
            margin-bottom: 46px;
        }

        p {
            margin-left: 58px;
        }
    }

    section.advanced {
        .advanced__wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            row-gap: 28px;
        }

        .advanced__left {
            width: calc(57% - 12px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .advanced__right {
            width: calc(43% - 12px);
        }

        .advanced__title {
            margin-bottom: 36px;
            font-weight: 600;
            max-width: 485px;
        }

        .advanced__title span {
            color: #3538cd;
        }

        .advanced__content {
            gap: 18px;
        }

        .advanced__item {
            width: calc(50% - 9px);
            padding: 19px;
            -webkit-column-gap: 12px;
            -moz-column-gap: 12px;
            column-gap: 12px;
            border: 1px solid #e3e8ef;
        }

        .icon-wrap {
            width: 40px;
            height: 40px;
            border-radius: 100px;
            background: #ecf86e;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .icon-wrap img {
            width: 24px;
            height: 24px;
        }

        .advanced__item-content {
            width: calc(100% - 52px);
        }

        .title {
            font-size: 18px;
            font-weight: 600;
            line-height: 23px;
            margin-bottom: 8px;
        }

        p {
            line-height: 18px;
        }
    }

    section.challenge {
        .challenge__wrap {
            gap: 44px;
        }

        .challenge__item {
            width: calc(50% - 22px);
            padding: 28px;
            border-radius: 32px;
        }

        .challenge__item:nth-child(1) {
            background: #f5f9fd;
            position: relative;
        }

        .challenge__item:nth-child(1)::after {
            content: "";
            position: absolute;
            width: 75px;
            height: 75px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: -60px;
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/challenge-icon-arrow.svg")
                no-repeat center / contain;
        }

        .challenge__item:nth-child(2) {
            background: #ecf86e;
        }

        .challenge__item:nth-child(2) .challenge__title {
            color: #3538cd;
        }

        .challenge__title-wrap {
            margin-bottom: 20px;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .icon-wrap {
            width: 48px;
            height: 48px;
        }

        .challenge__title {
            width: calc(100% - 68px);
            font-weight: 600;
        }

        p {
            margin-bottom: 32px;
        }
    }

    section.secure {
        .secure__banner {
            position: relative;
            margin-bottom: 12px;
        }

        .secure__banner .image-wrap img {
            -o-object-position: left;
            object-position: left;
        }

        .secure__content {
            position: absolute;
            top: 76px;
            left: 61px;
            max-width: 436px;
        }

        .secure__title {
            margin-bottom: 158px;
            color: #fff;
            font-size: 48px;
            font-weight: 600;
            line-height: 53px;
        }

        .secure__title span {
            color: #ecf86e;
        }

        p {
            max-width: 331px;
            margin-left: auto;
            color: #fff;
            font-weight: 400;
            margin-right: 22px;
        }

        .secure__wrap {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            border-radius: 24px;
            background: #f5f9fd;
        }

        .secure__item {
            width: calc(25% - 18px);
            padding: 24px;
        }

        .secure__item .image-wrap {
            margin: 0 auto;
        }

        .secure__item:nth-child(1) .image-wrap {
            width: 130px;
            height: 48px;
        }

        .secure__item:nth-child(2) .image-wrap {
            width: 48px;
            height: 48px;
        }

        .secure__item:nth-child(3) .image-wrap {
            width: 302px;
            height: 48px;
        }

        .secure__item:nth-child(4) .image-wrap {
            width: 240px;
            height: 138px;
            margin-bottom: -80px;
        }

        .quantity {
            text-align: center;
            font-size: 48px;
            font-weight: 900;
            line-height: 58px;
            margin-bottom: 12px;
        }

        .title {
            color: #1b1b1b;
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0.4px;
        }

        .secure__item:not(:nth-child(4)) .image-wrap {
            margin-bottom: 12px;
        }

        .secure__item:nth-child(3) {
            padding: 24px 0;
        }
    }

    section.rabbi-side {
        overflow: unset;
        margin-bottom: 80px;

        .rabbi-side__content {
            position: relative;
        }

        .rabbi-side__wrap {
            -webkit-column-gap: 28px;
            -moz-column-gap: 28px;
            column-gap: 28px;
            row-gap: 20px;
            max-width: 1312px;
            padding: 0 16px;
            margin: 0 auto;
        }

        .rabbi-side__item {
            width: calc(50% - 14px);
            border-radius: 24px;
            background: #f5f9fd;
            position: relative;
        }

        .rabbi-side__title {
            color: #1b1b1b;
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            line-height: 31px;
            padding: 12px 28px;
            border-radius: 70px;
            background: #ecf86e;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            position: absolute;
            z-index: 4;
        }

        .rabbi-side__item:nth-child(1) .rabbi-side__title {
            top: 28px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        .rabbi-side__item:nth-child(2) .rabbi-side__title {
            right: 28px;
            bottom: 56px;
        }

        .image-wrap {
            position: relative;
            z-index: 3;
        }
    }

    section.rabbi-dashboard {
        position: relative;
        margin: 80px 0;

        .rabbi-dashboard__wrap {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            max-width: 1920px;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        .rabbi-dashboard__title-wrap {
            max-width: 961px;
            position: absolute;
            top: 64px;
            padding: 0 80px;
            width: 100%;
        }

        .rabbi-dashboard__title {
            color: #fff;
            font-size: 40px;
            font-weight: 600;
            line-height: 44px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .rabbi-dashboard__title:nth-child(1) {
            -webkit-column-gap: 13px;
            -moz-column-gap: 13px;
            column-gap: 13px;
            margin-bottom: -9px;
        }

        .rabbi-dashboard__title:nth-child(2) {
            -webkit-column-gap: 16px;
            -moz-column-gap: 16px;
            column-gap: 16px;
            margin-left: auto;
            margin-right: 6px;
            max-width: 424px;
        }

        .rabbi-dashboard__title:nth-child(1) .icon-wrap {
            background: #ecf86e;
        }

        .rabbi-dashboard__title:nth-child(2) .icon-wrap {
            border: 1px solid #ecf86e;
        }

        .rabbi-dashboard__title:nth-child(1) span {
            width: calc(100% - 69px);
        }

        .rabbi-dashboard__title:nth-child(2) span {
            width: calc(100% - 72px);
            text-align: right;
        }

        .rabbi-dashboard__title .icon-wrap {
            width: 56px;
            height: 56px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100px;
        }

        .rabbi-dashboard__title .icon-wrap img {
            width: 28px;
            height: 28px;
        }

        .rabbi-dashboard__item {
            padding: 19px;
            background: rgba(255, 255, 255, 0.04);
            -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.16);
            -webkit-column-gap: 12px;
            -moz-column-gap: 12px;
            column-gap: 12px;
            max-width: 357px;
            position: absolute;
            backdrop-filter: blur(40px);
            border: 1px solid #828288;
        }

        .rabbi-dashboard__item .icon-wrap {
            width: 40px;
            height: 40px;
            border-radius: 100px;
            background: #ecf86e;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .rabbi-dashboard__item .icon-wrap img {
            width: 24px;
            height: 24px;
        }

        .rabbi-dashboard__item-content {
            width: calc(100% - 52px);
        }

        .title {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 23px;
            margin-bottom: 8px;
        }

        p {
            color: #d6d6d6;
            font-weight: 400;
            line-height: 18px;
        }

        .rabbi-dashboard__item:nth-child(1) {
            top: 415px;
            left: 50px;
        }

        .rabbi-dashboard__item:nth-child(2) {
            top: 128px;
            right: 85px;
        }

        .rabbi-dashboard__item:nth-child(3) {
            right: 147px;
            bottom: 75px;
        }
    }

    section.study-group {
        margin: 80px 0;

        .study-group__title {
            color: #3538cd;
            text-align: center;
            font-size: 44px;
            font-weight: 600;
            line-height: 48px;
            margin-bottom: 12px;
        }

        p {
            color: #000;
            text-align: center;
            font-size: 22px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.44px;
        }

        .study-group__content {
            margin-bottom: 72px;
        }

        .study-group__wrap {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .study-group__left,
        .study-group__right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 92px;
        }

        .study-group__left {
            width: 16%;
            margin-top: 72px;
        }

        .study-group__media {
            width: 68.4%;
        }

        .study-group__right {
            width: 15.6%;
            margin-top: 140px;
        }

        .study-group__media .image-wrap,
        .study-group__media video {
            display: block;
            width: calc(100% + 40px);
            margin-left: -20px;
        }

        .study-group__item {
            position: relative;
            color: #1b1b1b;
            font-size: 18px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0.36px;
            padding-left: 44px;
            padding-top: 4px;
        }

        .study-group__item::before {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='1' y='31' width='30' height='30' rx='15' transform='rotate(-90 1 31)' stroke='%23CDD5DF' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='5' transform='rotate(-90 16 16)' fill='%23CDD5DF'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 0;
        }

        .study-group__item.active {
            color: #3538cd;
        }

        .study-group__item.active::before {
            width: 40px;
            height: 40px;
            left: -4px;
            top: -4px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect x='5' y='35' width='30' height='30' rx='15' transform='rotate(-90 5 35)' fill='%23EEF4FF'/%3E%3Crect x='5' y='35' width='30' height='30' rx='15' transform='rotate(-90 5 35)' stroke='%23444CE7' stroke-width='2'/%3E%3Ccircle cx='20' cy='20' r='5' transform='rotate(-90 20 20)' fill='%23444CE7'/%3E%3Cpath d='M2 20C2 10.0589 10.0589 2 20 2C29.9411 2 38 10.0589 38 20C38 29.9411 29.9411 38 20 38C10.0589 38 2 29.9411 2 20Z' stroke='%23E0EAFF' stroke-width='4'/%3E%3C/svg%3E");
        }
    }

    section.student {
        margin: 100px 0;

        .student__title {
            color: #000;
            font-size: 56px;
            font-weight: 600;
            line-height: 62px;
            max-width: 472px;
            margin-bottom: 200px;
        }

        .student__title span {
            color: #3538cd;
        }

        .student__content {
            position: absolute;
            top: 111px;
            width: 100%;
        }

        p:nth-child(2),
        p:nth-child(3) {
            max-width: 321px;
        }

        p:nth-child(2) {
            position: absolute;
            top: 0;
            right: 27px;
        }

        p:nth-child(3) {
            margin-left: 98px;
        }

        .image-wrap {
            height: 953px;
            background: #f5f9fd;
        }

        .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }
    }

    section.student-profiles {
        margin: 100px 0 80px;

        .student-profiles__left {
            width: 48.3%;
            position: relative;
            z-index: 2;
        }

        .student-profiles__right {
            width: 51.7%;
        }

        .student-profiles__title {
            color: #000;
            font-size: 48px;
            font-weight: 600;
            line-height: 53px;
            margin-bottom: 28px;
            max-width: 370px;
        }

        .student-profiles__title span {
            color: #3538cd;
        }

        p {
            max-width: 457px;
            margin-left: auto;
            margin-bottom: 39px;
        }

        .student-profiles__left .image-wrap {
            max-width: 534px;
            height: 265px;
        }

        .student-profiles__right .image-wrap {
            width: calc(100% + 148px);
            margin-left: -148px;
        }
    }

    section.all-in-one {
        padding: 80px 0;
        margin: 80px 0;
        background: #f5f9fd;

        .all-in-one__media .image-wrap,
        .all-in-one__media video {
            display: block;
            max-width: 918px;
            margin: 0 auto;
        }

        .all-in-one__title,
        .all-in-one__media {
            margin-bottom: 48px;
        }

        .all-in-one__title {
            color: #1b1b1b;
            text-align: center;
            font-size: 48px;
            font-weight: 600;
            line-height: 53px;
        }

        .all-in-one__title span {
            color: #3538cd;
        }

        .all-in-one__wrap {
            gap: 24px;
        }

        .all-in-one__item {
            gap: 12px;
            border-radius: 24px;
            background: #fff;
            padding: 20px;
            width: calc(33.33% - 16px);
        }

        .all-in-one__item .icon-wrap {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100px;
            background: #ecf86e;
        }

        .all-in-one__item .icon-wrap img {
            width: 24px;
            height: 24px;
        }

        .all-in-one__item .title {
            color: #1a1a1a;
            font-size: 18px;
            font-weight: 600;
            line-height: 23px;
            margin-bottom: 8px;
        }

        .all-in-one__item-content {
            width: calc(100% - 52px);
        }

        p {
            line-height: 18px;
        }
    }

    section.events {
        margin: 80px 0;

        .events__wrap {
            position: relative;
        }

        .image-wrap {
            height: 442px;
        }

        .image-wrap img {
            border-radius: 24px;
            -o-object-position: left;
            object-position: left;
        }

        .events__content {
            position: absolute;
            left: 75px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            max-width: 540px;
        }

        .events__title {
            color: #fff;
            font-size: 44px;
            font-weight: 600;
            line-height: 48px;
            margin-bottom: 24px;
        }

        .events__title span {
            color: #ecf86e;
        }

        p {
            max-width: 415px;
            color: #fff;
        }
    }

    section.easy-event {
        padding: 80px 0 12px;
        margin: 80px 0;
        background: #181818;

        .easy-event__wrap {
            -webkit-column-gap: 38px;
            -moz-column-gap: 38px;
            column-gap: 38px;
            row-gap: 42px;
        }

        .easy-event__left {
            width: calc(61.9% - 19px);
        }

        .easy-event__right {
            width: calc(38.1% - 19px);
        }

        .image-wrap {
            width: calc(100% + 40px);
            margin-left: -25px;
        }

        .easy-event__content {
            margin-top: 136px;
        }

        .easy-event__title {
            color: #fff;
            font-size: 60px;
            font-weight: 600;
            line-height: 66px;
            margin-bottom: 48px;
        }

        .easy-event__title span {
            color: #ecf86e;
        }

        p {
            color: #d6d6d6;
            margin-left: auto;
            max-width: 372px;
            margin-right: 33px;
        }
    }

    section.connecting {
        margin: 80px 0;

        .image-wrap {
            height: 464px;
        }

        .image-wrap img {
            border-radius: 24px;
        }

        .connecting__wrap {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
        }

        .connecting__title {
            color: #fff;
            text-align: center;
            font-size: 44px;
            font-weight: 600;
            line-height: 48px;
            max-width: 630px;
            margin: 0 auto;
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top: 58px;
            width: 100%;
        }

        .connecting__title span {
            color: #ecf86e;
        }

        .connecting__title::before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 702px;
            height: 114px;
            border-radius: 50%;
            background: #000;
            -webkit-filter: blur(100px);
            filter: blur(100px);
        }
    }

    section.student-dashboard {
        margin: 80px 0;
        background: #f5f9fd;

        .student-dashboard__content {
            position: relative;
        }

        .student-dashboard__title {
            color: #1b1b1b;
            text-align: center;
            font-size: 48px;
            font-weight: 600;
            line-height: 53px;
            max-width: 737px;
            margin: 0 auto;
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top: 70px;
            width: 100%;
        }

        .student-dashboard__title span {
            color: #3538cd;
        }

        .student-dashboard__wrap {
            gap: 24px;
            max-width: 1312px;
            padding: 0 16px;
            width: 100%;
            position: absolute;
            bottom: 80px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        .student-dashboard__item {
            gap: 12px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.41);
            padding: 20px;
            width: calc(33.33% - 16px);
            backdrop-filter: blur(10px);
        }

        .student-dashboard__item .icon-wrap {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100px;
            background: #ecf86e;
        }

        .student-dashboard__item .icon-wrap img {
            width: 24px;
            height: 24px;
        }

        .student-dashboard__item .title {
            color: #1a1a1a;
            font-size: 18px;
            font-weight: 600;
            line-height: 23px;
            margin-bottom: 8px;
        }

        .student-dashboard__item-content {
            width: calc(100% - 52px);
        }

        p {
            line-height: 18px;
        }
    }

    section.complete {
        margin: 80px 0;

        .complete__wrap {
            -webkit-column-gap: 32px;
            -moz-column-gap: 32px;
            column-gap: 32px;
            row-gap: 16px;
        }

        .complete__title {
            color: #1b1b1b;
            font-size: 44px;
            font-weight: 600;
            line-height: 48px;
            margin: 24px 22px 70px auto;
            max-width: 420px;
            padding-left: 16px;
        }

        .complete__title span {
            color: #3538cd;
        }

        .complete__item:not(.item-center) {
            width: calc(36.6% - 21.33px);
        }

        .complete__item.item-center {
            width: calc(26.8% - 21.33px);
        }

        .complete__item.item-center .image-wrap img {
            border-radius: 24px;
        }

        .complete__item:not(.item-center) .image-wrap {
            height: auto;
        }

        .complete__item:not(.item-center) .image-wrap img {
            -o-object-fit: contain;
            object-fit: contain;
        }

        .complete__item.item-right .image-wrap {
            margin: 28px 0 31px;
        }

        .complete__item.item-right p {
            max-width: 413px;
            margin-left: 29px;
            padding-right: 16px;
        }
    }

    section.how-to-join {
        margin: 80px 0;
        padding: 132px 0 80px;
        background: #101010;

        .how-to-join__content {
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            row-gap: 52px;
            margin-bottom: 85px;
        }

        .how-to-join__left {
            width: calc(27.8% - 12px);
        }

        .how-to-join__right {
            width: calc(72.2% - 12px);
        }

        .how-to-join__left p {
            color: #d6d6d6;
            line-height: 18px;
        }

        .how-to-join__title {
            margin: 112px 0 28px;
            color: #fff;
            font-size: 48px;
            font-weight: 600;
            line-height: 53px;
        }

        .how-to-join__title span {
            color: #ecf86e;
        }

        .how-to-join__wrap {
            gap: 20px;
        }

        .how-to-join__item {
            width: calc(16.66% - 16.66px);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.03);
            padding: 12px;
            position: relative;
        }

        .how-to-join__item .title {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0;
            margin: 4px 0 2px;
            padding-left: 48px;
        }

        .how-to-join__item p {
            color: #d6d6d6;
            padding-left: 48px;
        }

        .how-to-join__item.active .title,
        .how-to-join__item.active p {
            color: #ecf86e;
        }

        .how-to-join__item::before {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='1' y='1' width='30' height='30' rx='15' stroke='%23373737' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='5' fill='%23373737'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 12px;
            top: 12px;
        }

        .how-to-join__item.active::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='1' y='1' width='30' height='30' rx='15' stroke='%23ECF86E' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='5' fill='%23ECF86E'/%3E%3C/svg%3E");
        }
    }

    section.focused {
        margin: 80px 0;

        .image-wrap {
            height: 464px;
        }

        .image-wrap img {
            border-radius: 24px;
        }

        .focused__wrap {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
        }

        .focused__title {
            color: #fff;
            font-size: 56px;
            font-weight: 600;
            line-height: 62px;
            max-width: 550px;
            position: absolute;
            left: 49px;
            top: 37px;
            z-index: 1;
        }

        .focused__title span {
            color: #ecf86e;
        }

        .focused__title::before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 613px;
            height: 137px;
            border-radius: 613px;
            background: #000;
            -webkit-filter: blur(100px);
            filter: blur(100px);
        }
    }

    section.centralized {
        margin: 160px 0 27px;

        .centralized__title {
            color: #000;
            text-align: center;
            font-size: 52px;
            font-weight: 600;
            line-height: 57px;
            margin-bottom: 48px;
        }

        .centralized__title span {
            color: #3538cd;
        }

        .centralized__wrap {
            -webkit-column-gap: 52px;
            -moz-column-gap: 52px;
            column-gap: 52px;
        }

        .centralized__left {
            width: calc(64.5% - 26px);
        }

        .centralized__right {
            width: calc(35.5% - 26px);
            margin-top: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            row-gap: 22px;
        }

        .centralized__media {
            margin-left: -20px;
        }

        .centralized__item {
            padding: 20px;
            border-radius: 24px;
            background: #f5f9fd;
            -webkit-column-gap: 12px;
            -moz-column-gap: 12px;
            column-gap: 12px;
            max-width: 400px;
        }

        .icon-wrap {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100px;
            background: #ecf86e;
        }

        .icon-wrap img {
            width: 24px;
            height: 24px;
        }

        .centralized__item-content {
            width: calc(100% - 52px);
        }

        .title {
            color: #000;
            font-size: 18px;
            font-weight: 600;
            line-height: 23px;
            margin-bottom: 8px;
        }

        p {
            line-height: 18px;
        }
    }

    section.events-you {
        margin: 27px 0 0;
        padding: 23px 0 37px;
        background: #f5f9fd;

        .events-you__left {
            width: 48.52%;
            margin-top: 79px;
        }

        .events-you__right {
            width: 51.48%;
        }

        .events-you__title {
            color: #000;
            font-size: 52px;
            font-weight: 600;
            line-height: 57px;
            max-width: 419px;
            margin-bottom: 14px;
        }

        .events-you__title span {
            color: #3538cd;
        }

        p {
            margin-bottom: 43px;
            max-width: 371px;
            margin-left: auto;
        }

        .events-you__left .image-wrap {
            max-width: 534px;
            height: 296px;
        }

        .events-you__right .image-wrap {
            max-width: 748px;
            height: 677px;
            width: calc(100% + 90px);
            margin-left: -30px;
        }

        .events-you__right .image-wrap img {
            -o-object-position: left;
            object-position: left;
        }
    }

    section.development {
        padding: 80px 0;
        background: #101010;
        margin: 0;

        .development__item {
            border-radius: 20px;
            background: rgba(0, 0, 0, 0.04);
            padding: 19px;
            max-width: 460px;
            width: calc(50% - 20px);
            backdrop-filter: blur(20px);
            border: 1px solid #7b7b7c;
        }

        .title {
            color: #ecf86e;
            font-size: 20px;
            font-weight: 600;
            line-height: 26px;
            margin-bottom: 8px;
        }

        .title span {
            margin-right: 8px;
        }

        p {
            color: #d6d6d6;
            line-height: 18px;
        }

        .development__top {
            margin-bottom: 58px;
        }

        .development__top,
        .development__bottom {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-column-gap: 40px;
            -moz-column-gap: 40px;
            column-gap: 40px;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .development__top .development__item:nth-child(1) {
            margin-left: 18px;
        }

        .development__top .development__item:nth-child(2) {
            margin: 33px 50px 0 0;
        }

        .development__title {
            color: #fff;
            text-align: center;
            font-size: 48px;
            font-weight: 700;
            line-height: 53px;
            max-width: 372px;
            margin: 0 auto 24px;
        }

        .development__center {
            position: relative;
        }

        .development__center::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/development.png") no-repeat
                center / cover;
            width: 539px;
            height: 549px;
            z-index: -1;
        }

        .development__bottom .development__item:nth-child(1) {
            margin-left: 75px;
        }

        .development__bottom .development__item:nth-child(2) {
            margin: 48px 12px 0 0;
        }
    }

    section.final-results {
        padding: 80px 0;
        margin: 0;
        background: #f5f9fd;

        .final-results__title {
            color: #1b1b1b;
            font-size: 44px;
            font-weight: 600;
            line-height: 48px;
            margin-bottom: 48px;
        }

        .final-results__wrap {
            gap: 24px;
        }

        .final-results__col {
            width: calc(33.33% - 16px);
        }

        .image-wrap {
            height: 258px;
            background: #fff;
            border-radius: 16px;
        }

        .image-wrap img {
            border-radius: 16px;
        }

        .final-results__info {
            margin: 20px 16px 0 16px;
        }

        .title {
            color: #000;
            font-size: 22px;
            font-weight: 600;
            line-height: 29px;
            margin-bottom: 8px;
        }

        .title span {
            color: #3538cd;
        }

        p {
            line-height: 18px;
        }
    }

    section.technologies {
        margin: 80px 0;

        .technologies__title {
            color: #1b1b1b;
            text-align: center;
            font-size: 44px;
            font-weight: 600;
            line-height: 48px;
            margin-bottom: 48px;
        }

        .technologies__wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-column-gap: 57px;
            -moz-column-gap: 57px;
            column-gap: 57px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .technologies__item:nth-child(1) {
            width: calc(27.1% - 42.75px);
        }

        .technologies__item:nth-child(2) {
            width: calc(27.1% - 42.75px);
        }

        .technologies__item:nth-child(3) {
            width: calc(35.58% - 42.75px);
        }

        .technologies__item:nth-child(4) {
            width: calc(10.22% - 42.75px);
        }

        .technologies__item-title {
            color: #171717;
            font-size: 22px;
            font-weight: 600;
            line-height: 22px;
            margin-bottom: 20px;
        }

        .technologies__item-wrap {
            gap: 20px;
        }

        .technologies__inner {
            width: 88px;
        }

        .technologies__inner .icon-wrap {
            width: 88px;
            height: 88px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 28px;
            background: #eff0f2;
            margin-bottom: 8px;
        }

        .technologies__inner .icon-wrap img {
            width: 40px;
            height: 40px;
        }

        .technologies__inner-title {
            color: #606060;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.32px;
        }
    }

    /*  MEDIA  */

    @media screen and (max-width: 1920px) {
        section.rabbi-side {
            .rabbi-side__content::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/rabbi-side-line.svg")
                    no-repeat center / cover;
                z-index: 2;
                min-height: 631px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__wrap {
                max-width: 1660px;
            }
        }
    }
    /* < 1920 */

    @media screen and (max-width: 1440px) {
        section.secure {
            .secure__banner .image-wrap {
                height: 577px;
            }
        }

        section.rabbi-side {
            .rabbi-side__content::after {
                top: 54%;
                min-height: 100%;
                background-size: contain;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__wrap {
                max-width: 1440px;
            }

            .image-wrap {
                height: 950px;
            }

            .image-wrap img {
                -o-object-position: top;
                object-position: top;
            }
        }

        section.student-dashboard {
            .image-wrap {
                height: 974px;
            }
        }
    }
    /* < 1440 */

    @media screen and (max-width: 1360px) {
        section.first-block {
            .first-block__content {
                top: 40px;
                padding: 0 40px;
            }

            .first-block__title {
                max-width: 795px;
            }

            p {
                max-width: 450px;
                margin-left: 40px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__item:nth-child(1) {
                top: 505px;
            }

            .rabbi-dashboard__item:nth-child(2) {
                top: 325px;
                right: 50px;
            }
        }
    }
    /* < 1360 */

    @media screen and (max-width: 1280px) {
        section.first-block {
            .image-wrap {
                height: 947px;
            }

            .image-wrap img {
                -o-object-position: bottom right;
                object-position: bottom right;
            }
        }

        section.secure {
            .secure__item:nth-child(3) .image-wrap {
                width: 245px;
                height: auto;
            }
        }

        section.technologies {
            .technologies__wrap {
                gap: 40px;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .technologies__item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .technologies__item:nth-child(1) {
                width: calc(27.1% - 30px);
            }

            .technologies__item:nth-child(2) {
                width: calc(27.1% - 30px);
            }

            .technologies__item:nth-child(3) {
                width: calc(35.58% - 30px);
            }

            .technologies__item:nth-child(4) {
                width: calc(10.22% - 30px);
            }

            .technologies__item-title {
                width: 100%;
            }
        }
    }
    /* < 1280 */

    @media screen and (max-width: 1220px) {
        section.first-block {
            .first-block__title {
                margin-bottom: 16px;
                font-size: 38px;
                line-height: 41px;
                max-width: 685px;
            }

            .first-block__content {
                top: 30px;
                padding: 0 35px;
            }

            .first-block__title span:nth-child(1)::after {
                top: -6px;
            }

            p {
                margin-left: 30px;
            }

            .image-wrap {
                height: 100%;
            }
        }

        section.secure {
            .secure__item:nth-child(4) .image-wrap {
                width: 195px;
                height: auto;
                margin-bottom: -60px;
            }
        }

        section.how-to-join {
            padding-top: 80px;

            .how-to-join__item {
                width: calc(33.33% - 13.33px);
            }

            .how-to-join__title {
                margin-top: 0;
            }

            .how-to-join__content {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
        }

        section.focused {
            .focused__title {
                font-size: 46px;
                line-height: 50px;
            }
        }

        section.events-you {
            .events-you__right .image-wrap {
                margin-left: 0;
            }
        }

        section.development {
            .development__title {
                margin-bottom: 59px;
            }
        }
    }
    /* < 1220 */

    @media screen and (max-width: 1160px) {
        section.about {
            .about__title::before {
                left: 16px;
            }

            .about__title::after {
                right: 16px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__wrap {
                padding: 0 20px;
                height: auto;
                bottom: 50px;
                top: auto;
            }

            .rabbi-dashboard__item {
                position: unset;
            }

            .rabbi-dashboard__wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                gap: 20px;
            }

            .rabbi-dashboard__item {
                width: calc(33.33% - 13.33px);
            }
        }

        section.study-group {
            .study-group__wrap {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .study-group__left,
            .study-group__right {
                row-gap: 60px;
                margin-top: 0;
                width: 17%;
            }

            .study-group__media {
                width: 66%;
            }

            .study-group__media .image-wrap,
            .study-group__media video {
                width: 100%;
                margin-left: 0;
            }
        }

        section.student {
            p:nth-child(3) {
                margin-left: 0;
            }

            .image-wrap {
                height: 100%;
                padding-top: 100px;
            }

            .student__content {
                top: 50px;
            }

            .student__title {
                font-size: 46px;
                line-height: 52px;
                margin-bottom: 30px;
            }
        }

        section.student-profiles {
            .student-profiles__right .image-wrap {
                width: 100%;
                margin-left: 0;
            }

            .student-profiles__wrap {
                gap: 20px;
            }

            .student-profiles__left {
                width: calc(46% - 10px);
            }

            .student-profiles__right {
                width: calc(54% - 10px);
            }
        }

        section.development {
            .development__top .development__item:nth-child(1),
            .development__bottom .development__item:nth-child(1) {
                margin-left: 0;
            }

            .development__top .development__item:nth-child(2),
            .development__bottom .development__item:nth-child(2) {
                margin-right: 0;
            }
        }

        section.technologies {
            .technologies__wrap {
                -webkit-column-gap: 20px;
                -moz-column-gap: 20px;
                column-gap: 20px;
            }

            .technologies__item:nth-child(1) {
                width: calc(27.1% - 15px);
            }

            .technologies__item:nth-child(2) {
                width: calc(27.1% - 15px);
            }

            .technologies__item:nth-child(3) {
                width: calc(35.58% - 15px);
            }

            .technologies__item:nth-child(4) {
                width: calc(10.22% - 15px);
            }
        }
    }
    /* < 1160 */

    @media screen and (max-width: 1080px) {
        section.first-block {
            .first-block__title {
                font-size: 28px;
                line-height: 31px;
                max-width: 500px;
            }

            .first-block__title span:nth-child(1)::after {
                width: 56px;
                height: 56px;
                right: -56px;
                top: -7px;
            }
        }

        section.secure {
            .secure__item {
                width: calc(50% - 12px);
            }
        }

        section.student {
            p:nth-child(2),
            p:nth-child(3) {
                max-width: 265px;
            }

            .student__title {
                font-size: 36px;
                line-height: 40px;
                margin-bottom: 20px;
            }
        }

        section.complete {
            .complete__wrap {
                -webkit-column-gap: 18px;
                -moz-column-gap: 18px;
                column-gap: 18px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .complete__item:not(.item-center),
            .complete__item.item-center {
                width: calc(33.33% - 12px);
            }
        }

        section.how-to-join {
            .how-to-join__title {
                font-size: 42px;
                line-height: 46px;
            }
        }
    }
    /* < 1080 */

    @media screen and (max-width: 992px) {
        section.easy-event {
            .easy-event__left,
            .easy-event__right {
                width: 100%;
            }

            .easy-event__left {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .easy-event__content {
                margin-top: 0;
            }

            p {
                margin-left: 0;
                margin-right: auto;
            }
        }

        section.centralized {
            .centralized__right {
                margin-top: 0;
            }

            .centralized__wrap {
                -webkit-column-gap: 20px;
                -moz-column-gap: 20px;
                column-gap: 20px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .centralized__left {
                width: calc(63% - 10px);
            }

            .centralized__right {
                width: calc(37% - 10px);
            }
        }

        section.technologies {
            .technologies__item:nth-child(1),
            .technologies__item:nth-child(2),
            .technologies__item:nth-child(3),
            .technologies__item:nth-child(4) {
                width: 100%;
            }

            .technologies__wrap {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .technologies__item {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }
        }
    }
    /* < 992 */

    @media screen and (max-width: 920px) {
        section.first-block {
            p {
                margin-left: 0;
                max-width: 310px;
            }

            .first-block__content {
                top: 15px;
                padding: 0 28px;
            }
        }

        section.main-goal {
            .main-goal__wrap {
                -webkit-column-gap: 40px;
                -moz-column-gap: 40px;
                column-gap: 40px;
            }

            .main-goal__left {
                width: calc(60% - 20px);
            }

            .main-goal__right {
                width: calc(40% - 20px);
                margin-bottom: 0;
            }

            .main-goal__title {
                margin-bottom: 20px;
            }

            p {
                margin-left: 30px;
            }
        }

        section.advanced {
            .advanced__left,
            .advanced__right {
                width: 100%;
            }
        }

        section.study-group {
            .study-group__left,
            .study-group__right,
            .study-group__media {
                width: 100%;
            }

            .study-group__wrap,
            .study-group__left,
            .study-group__right {
                row-gap: 24px;
            }

            .study-group__media {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .study-group__right {
                margin-bottom: 4px;
            }

            .study-group__item {
                padding: 6px 0 6px 44px;
            }

            .study-group__content {
                margin-bottom: 28px;
            }
        }

        section.student {
            p:nth-child(2),
            p:nth-child(3) {
                max-width: 220px;
            }
        }

        section.student-profiles {
            .student-profiles__left,
            .student-profiles__right {
                width: 100%;
            }

            .student-profiles__title {
                max-width: 100%;
            }

            .student-profiles__left .image-wrap {
                max-width: 100%;
                height: auto;
            }

            p {
                margin-left: 0;
            }
        }

        section.student-dashboard {
            .student-dashboard__wrap {
                bottom: 50px;
            }
        }

        section.how-to-join {
            .how-to-join__left,
            .how-to-join__right {
                width: 100%;
            }
        }
    }
    /* < 920 */

    @media screen and (max-width: 860px) {
        section.rabbi-side {
            .rabbi-side__item {
                width: 100%;
            }

            .rabbi-side__content::after {
                display: none;
            }

            .rabbi-side__item:nth-child(1):after,
            .rabbi-side__item:nth-child(2):after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
            }

            .rabbi-side__item:nth-child(1):after {
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/rabbi-side-line-mobile-1.svg")
                    no-repeat center / cover;
            }

            .rabbi-side__item:nth-child(2):after {
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/rabbi-side-line-mobile-2.svg")
                    no-repeat center / cover;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__title:nth-child(1) {
                margin-bottom: -5px;
            }

            .rabbi-dashboard__title:nth-child(2) {
                margin-left: 46px;
                margin-right: auto;
            }

            .image-wrap {
                height: 1210px;
            }

            .image-wrap img {
                -o-object-position: left 0 top -200px;
                object-position: left 0 top -200px;
            }

            .rabbi-dashboard__title {
                font-size: 28px;
                line-height: 31px;
            }

            .rabbi-dashboard__title .icon-wrap {
                width: 44px;
                height: 44px;
            }

            .rabbi-dashboard__title:nth-child(1) span {
                width: calc(100% - 57px);
            }

            .rabbi-dashboard__title:nth-child(2) span {
                width: calc(100% - 60px);
            }

            .rabbi-dashboard__title .icon-wrap img {
                width: 20px;
                height: 20px;
            }
        }

        section.complete {
            .complete__title {
                font-size: 38px;
                line-height: 42px;
            }
        }

        section.focused {
            .focused__title {
                font-size: 36px;
                line-height: 40px;
                max-width: 317px;
            }
        }

        section.final-results {
            .final-results__col {
                width: 100%;
            }

            .image-wrap {
                height: 520px;
            }
        }
    }
    /* < 860 */

    @media screen and (max-width: 768px) {
        h1,
        h2 {
            font-size: 28px;
            line-height: 31px;
        }

        h3 {
            font-size: 24px;
            line-height: 26px;
        }

        section,
        section.about,
        section.study-group,
        section.student,
        section.student-profiles,
        section.all-in-one,
        section.events,
        section.easy-event,
        section.connecting,
        section.student-dashboard,
        section.complete,
        section.how-to-join,
        section.focused,
        section.technologies {
            margin: 50px 0;
        }

        section.first-block {
            .first-block__content {
                top: 260px;
            }

            .first-block__title {
                font-size: 38px;
                line-height: 41px;
                max-width: 650px;
                margin-bottom: 30px;
            }

            .first-block__title span:nth-child(1)::after {
                top: -6px;
                right: -73px;
                width: 68px;
                height: 68px;
            }

            p {
                max-width: 345px;
                margin-left: 81px;
            }
        }

        section.main-goal {
            margin-top: 50px;

            .main-goal__left,
            .main-goal__right {
                width: 100%;
            }

            p {
                margin-left: 0;
            }

            .main-goal__left {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .main-goal__title {
                font-size: 32px;
                line-height: normal;
            }
        }

        section.challenge {
            .challenge__item {
                width: 100%;
            }

            .challenge__item:nth-child(1)::after {
                top: auto;
                bottom: -70px;
                left: 50%;
                -webkit-transform: translate(-50%, 0) rotate(90deg);
                -ms-transform: translate(-50%, 0) rotate(90deg);
                transform: translate(-50%, 0) rotate(90deg);
                width: 64px;
                height: 64px;
                right: 0;
            }
        }

        section.secure {
            .quantity {
                font-size: 36px;
                line-height: 43px;
            }

            .title {
                font-size: 18px;
                line-height: 22px;
                letter-spacing: 0.36px;
            }

            .secure__title {
                font-size: 42px;
                line-height: 46px;
            }

            .secure__content {
                left: 0;
                padding: 0 30px;
            }

            p {
                margin-right: 0;
            }
        }

        section.rabbi-side {
            margin-bottom: 0;
        }

        section.rabbi-dashboard {
            margin-top: 0;
            margin-bottom: 50px;

            .rabbi-dashboard__item {
                width: 100%;
                max-width: 100%;
            }
        }

        section.study-group {
            .study-group__title {
                font-size: 28px;
                line-height: 31px;
            }

            p {
                font-size: 20px;
                line-height: 22px;
                letter-spacing: 0.4px;
            }
        }

        section.student {
            .student__title {
                font-size: 28px;
                line-height: 31px;
                max-width: 320px;
            }

            p:nth-child(2) {
                max-width: 320px;
            }
        }

        section.student-profiles {
            .student-profiles__title {
                font-size: 32px;
                line-height: 35px;
            }
        }

        section.all-in-one {
            padding: 50px 0;

            .all-in-one__title {
                font-size: 32px;
                line-height: 35px;
            }

            .all-in-one__item {
                width: 100%;
            }
        }

        section.events {
            .events__title {
                font-size: 32px;
                line-height: 35px;
                max-width: 305px;
            }

            .events__title span {
                display: block;
            }
        }

        section.easy-event {
            padding: 50px 0 0;

            .easy-event__title {
                font-size: 40px;
                line-height: 43px;
                margin-bottom: 25px;
            }
        }

        section.connecting {
            .connecting__title {
                font-size: 32px;
                line-height: 35px;
                max-width: 320px;
                top: 50px;
            }
        }

        section.student-dashboard {
            .student-dashboard__item {
                width: 100%;
            }

            .student-dashboard__title {
                font-size: 38px;
                line-height: 41px;
                max-width: 624px;
                padding: 0 27px;
            }

            .image-wrap {
                height: 100%;
                padding-bottom: 320px;
            }

            .image-wrap img {
                -o-object-position: bottom;
                object-position: bottom;
            }
        }

        section.complete {
            .complete__item:not(.item-center),
            .complete__item.item-center {
                width: 100%;
            }

            .complete__item.item-center {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .complete__item:not(.item-center, .item-right) .image-wrap,
            .complete__item.item-right .image-wrap {
                display: none;
            }

            .complete__title {
                padding-right: 16px;
                max-width: 100%;
                margin: 0 0 16px;
            }

            .complete__item.item-right p {
                margin-left: 0;
                padding-left: 16px;
            }
        }

        section.how-to-join {
            padding: 50px 0;

            .how-to-join__content {
                margin-bottom: 52px;
            }
        }

        section.centralized {
            margin: 100px 0 50px;

            .centralized__title {
                font-size: 32px;
                line-height: 35px;
                margin-bottom: 37px;
            }
        }

        section.events-you {
            margin-top: 50px;

            .events-you__wrap {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .events-you__left {
                margin-top: 0;
            }

            .events-you__title {
                font-size: 44px;
                line-height: 48px;
            }
        }

        section.development,
        section.final-results {
            padding: 50px 0;
        }

        section.development {
            .development__title {
                font-size: 32px;
                font-weight: 600;
                line-height: 35px;
                max-width: 245px;
            }
        }

        section.final-results {
            .final-results__title {
                font-size: 32px;
                line-height: 32px;
            }
        }

        section.technologies {
            .technologies__title {
                font-size: 28px;
                line-height: 31px;
            }

            .technologies__item-title {
                font-size: 18px;
                line-height: 22px;
            }
        }
    }
    /* < 768 */

    @media screen and (max-width: 720px) {
        section.first-block {
            .first-block__content {
                top: 240px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__title-wrap {
                top: 50px;
            }

            .image-wrap img {
                -o-object-position: left 0 top -160px;
                object-position: left 0 top -160px;
            }
        }

        section.student {
            .image-wrap {
                padding-top: 200px;
                padding: 200px 0 20px 0;
            }

            p:nth-child(2) {
                position: unset;
            }

            .student__title,
            p:nth-child(2),
            p:nth-child(3) {
                max-width: 100%;
            }

            .student__content {
                padding: 0 16px;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }
        }

        section.how-to-join {
            .how-to-join__item {
                width: calc(50% - 10px);
            }
        }

        section.centralized {
            .centralized__left,
            .centralized__right {
                width: 100%;
            }

            .centralized__item {
                max-width: 100%;
            }

            .centralized__media {
                margin-left: 0;
            }
        }
    }
    /* < 720 */

    @media screen and (max-width: 660px) {
        section.first-block {
            .first-block__title {
                font-size: 28px;
                line-height: 31px;
                max-width: 475px;
            }

            .first-block__title span:nth-child(1)::after {
                width: 56px;
                height: 56px;
                right: -56px;
                top: -7px;
            }

            .first-block__content {
                top: 210px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__title-wrap {
                padding: 0 20px;
            }

            .image-wrap {
                height: 1120px;
            }

            .image-wrap img {
                -o-object-position: left 0 top -130px;
                object-position: left 0 top -130px;
            }
        }

        section.events {
            .events__content {
                padding: 0 30px;
                left: 0;
            }
        }

        section.connecting {
            .image-wrap {
                height: 570px;
            }

            .connecting__title {
                padding: 0 33px;
                max-width: 360px;
            }
        }

        section.events-you {
            padding-top: 50px;

            .events-you__left,
            .events-you__right {
                width: 100%;
            }

            .events-you__title {
                max-width: 100%;
                margin-bottom: 20px;
            }

            p {
                margin: 0 0 32px 0;
            }

            .events-you__left .image-wrap {
                max-width: 100%;
            }
        }
    }
    /* < 660 */

    @media screen and (max-width: 567px) {
        section.first-block {
            .first-block__content {
                top: 160px;
            }

            p {
                max-width: 256px;
            }
        }

        section.about {
            .about__sub-title {
                font-size: 14px;
                line-height: normal;
                padding: 7px 15px;
                max-width: 139px;
                margin-bottom: 16px;
            }

            .about__title {
                margin-bottom: 24px;
                font-size: 24px;
                line-height: 26px;
            }

            p {
                margin-bottom: 18px;
            }

            .about__title::before,
            .about__title::after {
                width: 32px;
                height: 32px;
            }

            .about__title::before {
                left: 40px;
            }

            .about__title::after {
                right: 40px;
            }
        }

        section.main-goal {
            .main-goal__title {
                margin-bottom: 16px;
            }
        }

        section.advanced {
            .advanced__item {
                width: 100%;
            }
        }

        section.secure {
            .secure__item {
                width: 100%;
            }

            .secure__wrap {
                row-gap: 12px;
            }
        }

        section.rabbi-side {
            .rabbi-side__title {
                font-size: 22px;
                line-height: 24px;
                padding: 10px 24px;
            }

            .rabbi-side__item:nth-child(1) .rabbi-side__title {
                top: 26px;
            }

            .rabbi-side__item:nth-child(2) .rabbi-side__title {
                right: 30px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__title:nth-child(1) span {
                max-width: 250px;
            }

            .rabbi-dashboard__title:nth-child(2) {
                max-width: 306px;
            }

            .image-wrap {
                height: 1090px;
            }

            .image-wrap img {
                -o-object-position: left 0 top -40px;
                object-position: left 0 top -40px;
            }
        }

        section.student-profiles {
            .student-profiles__title,
            p {
                margin-bottom: 20px;
            }
        }

        section.all-in-one {
            .all-in-one__title,
            .all-in-one__media {
                margin-bottom: 32px;
            }
        }

        section.events {
            .image-wrap {
                height: 594px;
            }

            .events__content {
                top: auto;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                bottom: 32px;
            }
        }

        section.events {
            .events__title {
                margin-bottom: 20px;
            }
        }

        section.easy-event {
            .easy-event__title {
                font-size: 32px;
                line-height: 35px;
            }
        }

        section.student-dashboard {
            .student-dashboard__title {
                top: 50px;
                font-size: 32px;
                line-height: 35px;
            }

            .image-wrap {
                padding-bottom: 396px;
            }
        }

        section.complete {
            .complete__title {
                font-size: 28px;
                line-height: 31px;
                max-width: 282px;
                margin-bottom: 0;
            }
        }

        section.how-to-join {
            .how-to-join__title {
                font-size: 32px;
                line-height: 35px;
                margin-bottom: 24px;
            }

            .how-to-join__content {
                margin-bottom: 32px;
            }

            .how-to-join__item {
                width: 100%;
            }
        }

        section.focused {
            .focused__title {
                left: 0;
                top: 32px;
                padding: 0 22px;
                max-width: 100%;
            }
        }

        section.centralized {
            .centralized__right {
                row-gap: 16px;
            }
        }

        section.events-you {
            .events-you__left .image-wrap {
                height: 100%;
            }

            .events-you__right .image-wrap {
                width: 100%;
                max-width: 100%;
                height: 100%;
            }

            .events-you__media {
                margin: -117px -16px 0;
            }

            .events-you__title {
                font-size: 32px;
                line-height: 35px;
            }
        }

        section.development {
            .development__item {
                width: 100%;
                max-width: 100%;
            }

            .development__top,
            .development__bottom {
                row-gap: 16px;
            }

            .development__top .development__item:nth-child(2),
            .development__bottom .development__item:nth-child(2) {
                margin: 0;
            }

            .development__top {
                margin-bottom: 57px;
            }
        }

        section.final-results {
            .image-wrap {
                height: 258px;
            }
        }

        section.technologies {
            .technologies__inner .icon-wrap {
                width: 72px;
                height: 72px;
            }

            .technologies__inner .icon-wrap img {
                width: 32px;
                height: 32px;
            }

            .technologies__inner {
                width: 72px;
            }

            .technologies__item-wrap {
                gap: 16px;
            }

            .technologies__inner-title {
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.28px;
            }
        }
    }
    /* < 567 */

    @media screen and (max-width: 520px) {
        section.student {
            .image-wrap {
                padding: 0;
            }

            p:nth-child(2) {
                margin-bottom: 30px;
            }

            p:nth-child(3) {
                margin-left: 200px;
            }

            .image-wrap {
                margin-top: -50px;
            }
        }
    }
    /* < 520 */

    @media screen and (max-width: 500px) {
        section.first-block {
            .first-block__content {
                top: 130px;
            }

            .first-block__title {
                max-width: 304px;
                margin-bottom: 16px;
            }

            .first-block__title span:nth-child(1)::after {
                display: none;
            }

            .first-block__title span:nth-child(2)::after {
                content: "";
                position: absolute;
                width: 56px;
                height: 56px;
                right: -56px;
                top: -7px;
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/first-block-icon.svg")
                    no-repeat center / contain;
            }
        }
    }
    /* < 500 */

    @media screen and (max-width: 460px) {
        section.secure {
            .secure__title {
                font-size: 36px;
                line-height: 40px;
                max-width: 300px;
            }

            .secure__content {
                height: 100%;
                top: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 100%;
                padding-top: 30px;
                padding-bottom: 105px;
            }

            .secure__banner .image-wrap {
                height: 745px;
            }

            .secure__title {
                margin-bottom: 0;
            }

            p {
                margin-top: auto;
                max-width: 280px;
            }

            .secure__item:nth-child(3) .image-wrap {
                width: 100%;
            }

            .secure__item:nth-child(4) .image-wrap {
                max-width: 250px;
                width: 100%;
                margin-bottom: -67px;
            }

            .secure__item {
                padding: 16px;
            }

            .secure__item:nth-child(3) {
                padding: 16px 0;
            }

            .secure__wrap {
                padding: 24px 0;
            }
        }

        section.rabbi-dashboard {
            .image-wrap {
                height: 100%;
            }

            .image-wrap img {
                -o-object-position: left 0 top 0;
                object-position: left 0 top 0;
            }
        }

        section.student {
            .image-wrap {
                margin-top: 0;
            }
        }

        section.student-dashboard {
            .image-wrap {
                padding-top: 40px;
            }
        }
    }
    /* < 460 */

    @media screen and (max-width: 414px) {
        section.first-block {
            .first-block__content {
                top: 111px;
            }

            .image-wrap {
                height: 752px;
            }

            .image-wrap img {
                -o-object-position: top left;
                object-position: top left;
            }
        }

        section.secure {
            p {
                max-width: 235px;
            }

            .secure__banner .image-wrap {
                height: 695px;
            }
        }

        section.student {
            p:nth-child(3) {
                margin-left: 160px;
            }
        }

        section.student-profiles {
            .student-profiles__title {
                max-width: 250px;
            }
        }

        section.student-dashboard {
            .image-wrap {
                padding-top: 74px;
            }
        }
    }
    /* < 414 */

    @media screen and (max-width: 393px) {
        section.about {
            .about__title {
                padding: 0 65px;
            }

            .about__title::before {
                left: 60px;
            }

            .about__title::after {
                right: 62px;
                top: 125px;
            }
        }

        section.challenge {
            .challenge__item {
                padding: 24px;
                border-radius: 24px;
            }

            .icon-wrap {
                width: 44px;
                height: 44px;
            }

            .challenge__title-wrap {
                margin-bottom: 16px;
            }

            p {
                margin-bottom: 24px;
            }
        }

        section.secure {
            .secure__banner .image-wrap {
                height: 653px;
            }
        }

        section.rabbi-side {
            .image-wrap {
                height: 318px;
            }

            .image-wrap img {
                -o-object-fit: contain;
                object-fit: contain;
                -o-object-position: bottom;
                object-position: bottom;
            }
        }

        section.student {
            p:nth-child(3) {
                margin-left: 130px;
            }
        }

        section.development {
            .development__center::before {
                background: url("/wp-content/themes/ein-des-ein-new/projects-assets/mehut/img/development-mobile.png")
                    no-repeat center / cover;
                width: 393px;
                height: 465px;
            }
        }
    }
    /* < 393 */

    @media screen and (max-width: 392px) {
        section.first-block {
            .image-wrap {
                height: 100%;
            }

            .first-block__content {
                top: 93px;
                padding: 0 16px;
            }

            .first-block__title {
                font-size: 20px;
                line-height: 23px;
                max-width: 230px;
                margin-bottom: 12px;
            }

            .first-block__title span:nth-child(2)::after {
                top: -12px;
            }

            p {
                margin-left: 50px;
                font-size: 15px;
                line-height: 19px;
            }
        }

        section.about {
            .about__title {
                padding: 0 42px;
            }

            .about__title::before {
                left: 5px;
            }

            .about__title::after {
                right: 5px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__title {
                font-size: 19px;
                line-height: 22px;
            }

            .rabbi-dashboard__title:nth-child(1) span {
                max-width: 170px;
            }

            .rabbi-dashboard__item {
                padding: 16px;
            }

            .rabbi-dashboard__wrap {
                gap: 12px;
            }

            .title {
                font-size: 16px;
                line-height: 19px;
            }
        }

        section.student {
            .image-wrap {
                padding-top: 80px;
            }

            p:nth-child(2) {
                margin-bottom: 20px;
            }
        }
    }
    /* < 392 */

    @media screen and (max-width: 360px) {
        section.secure {
            .secure__title {
                font-size: 30px;
                line-height: 34px;
            }

            .secure__content {
                padding-bottom: 90px;
            }
        }

        section.rabbi-side {
            .rabbi-side__title {
                font-size: 20px;
                line-height: 22px;
                padding: 10px 16px;
            }
        }

        section.rabbi-dashboard {
            .rabbi-dashboard__item {
                padding: 12px;
            }
        }

        section.student {
            p:nth-child(3) {
                margin-left: 110px;
            }

            .image-wrap {
                padding-top: 95px;
            }
        }

        section.student-dashboard {
            .student-dashboard__title {
                font-size: 28px;
                line-height: 31px;
            }
        }
    }
    /* < 360 */
}
