.welcome-founder-view {
    --conditions-inner-width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view {
        --conditions-inner-width:84.53125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view {
        --conditions-inner-width:56.3541666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view {
        --conditions-inner-width:1352.5px
    }
}

.welcome-founder-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    width: 100%
}

.welcome-founder-view__target-projects {
    --flex-direction: column;
    --align-items: center;
    --margin-top: -6.4vw;
    --gap: 8vw;
    --side-padding: 0;
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__target-projects {
        --flex-direction:row-reverse;
        --align-items: flex-end;
        --margin-top: -7.03125vw;
        --gap: 3.28125vw;
        --side-padding: var(--main-layout-side-padding);
        --width: 100%
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__target-projects {
        --flex-direction:row-reverse;
        --align-items: flex-end;
        --margin-top: -4.6875vw;
        --gap: 2.7604166667vw;
        --side-padding: 0;
        --width: var(--main-layout-content-width)
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__target-projects {
        --flex-direction:row-reverse;
        --align-items: flex-end;
        --margin-top: -112.5px;
        --gap: 66.25px;
        --side-padding: 0;
        --width: var(--main-layout-content-width)
    }
}

.welcome-founder-view__target-projects {
    display: flex;
    flex-direction: var(--flex-direction);
    align-items: var(--align-items);
    gap: var(--gap);
    width: var(--width);
    margin-top: var(--margin-top);
    position: relative;
    padding: 0 var(--side-padding);
    z-index: 2
}

.welcome-founder-view__criteria {
    --width: 100%;
    --gap: 4.2666666667vw;
    --padding-top: 5.8666666667vw;
    --side-padding: var(--main-layout-side-padding);
    --padding-bottom: 8.5333333333vw;
    --top-border-radius: 4vw;
    --bottom-border-radius: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__criteria {
        --width:46.015625vw;
        --gap: 2.5vw;
        --padding-top: 3.125vw;
        --side-padding: 3.125vw;
        --padding-bottom: 3.125vw;
        --top-border-radius: 2.5vw;
        --bottom-border-radius: 2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__criteria {
        --width:35.6770833333vw;
        --gap: 1.6666666667vw;
        --padding-top: 3.75vw;
        --side-padding: 2.5vw;
        --padding-bottom: 3.0208333333vw;
        --top-border-radius: 1.6666666667vw;
        --bottom-border-radius: 1.6666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__criteria {
        --width:856.25px;
        --gap: 40px;
        --padding-top: 90px;
        --side-padding: 60px;
        --padding-bottom: 72.5px;
        --top-border-radius: 40px;
        --bottom-border-radius: 40px
    }
}

.welcome-founder-view__criteria {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: var(--width);
    gap: var(--gap);
    background-color: var(--color-clear-white);
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.12);
    border-radius: var(--top-border-radius) var(--top-border-radius) var(--bottom-border-radius) var(--bottom-border-radius);
    padding: var(--padding-top) var(--side-padding) var(--padding-bottom);
    flex-shrink: 0;
    transition: transform .3s ease-in-out
}

.welcome-founder-view__criteria_shifted {
    --translate-y: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__criteria_shifted {
        --translate-y:9.375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__criteria_shifted {
        --translate-y:6.25vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__criteria_shifted {
        --translate-y:150px
    }
}

.welcome-founder-view__criteria_shifted {
    transform: translateY(var(--translate-y))
}

.welcome-founder-view__criteria-items {
    --gap: 2.1333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__criteria-items {
        --gap:0.625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__criteria-items {
        --gap:0.4166666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__criteria-items {
        --gap:10px
    }
}

.welcome-founder-view__criteria-items {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: 100%
}

.welcome-founder-view__criteria-item {
    --vertical-padding: 4.8vw;
    --side-padding: 5.3333333333vw;
    --border-radius: 1.8666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__criteria-item {
        --vertical-padding:1.875vw;
        --side-padding: 1.5625vw;
        --border-radius: 0.546875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__criteria-item {
        --vertical-padding:1.25vw;
        --side-padding: 1.6666666667vw;
        --border-radius: 0.3645833333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__criteria-item {
        --vertical-padding:30px;
        --side-padding: 40px;
        --border-radius: 8.75px
    }
}

.welcome-founder-view__criteria-item {
    width: 100%;
    padding: var(--vertical-padding) var(--side-padding);
    border: 1px solid var(--color-elephant-bone);
    background-color: var(--color-paper-white);
    border-radius: var(--border-radius)
}

.welcome-founder-view__looking-for {
    --gap: 7.2vw;
    --side-padding: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__looking-for {
        --gap:2.109375vw;
        --side-padding: 0
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__looking-for {
        --gap:1.40625vw;
        --side-padding: 0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__looking-for {
        --gap:33.75px;
        --side-padding: 0
    }
}

.welcome-founder-view__looking-for {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    padding: 0 var(--side-padding)
}

.welcome-founder-view__looking-for-content {
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__looking-for-content {
        --gap:1.25vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__looking-for-content {
        --gap:0.8333333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__looking-for-content {
        --gap:20px
    }
}

.welcome-founder-view__looking-for-content {
    display: flex;
    flex-direction: column;
    gap: var(--gap)
}

.welcome-founder-view__looking-for-button {
    --margin-top: 2.6666666667vw;
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__looking-for-button {
        --margin-top:0.78125vw;
        --width: 15.15625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__looking-for-button {
        --margin-top:0.5208333333vw;
        --width: 10.1041666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__looking-for-button {
        --margin-top:12.5px;
        --width: 242.5px
    }
}

.welcome-founder-view__looking-for-button {
    margin-top: var(--margin-top);
    width: var(--width)
}

.welcome-founder-view__projects-section {
    --gap: 8vw;
    --margin-top: 21.3333333333vw;
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__projects-section {
        --gap:4.140625vw;
        --margin-top: 11.71875vw;
        --width: 100%
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__projects-section {
        --gap:2.7604166667vw;
        --margin-top: 6.25vw;
        --width: 100%
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__projects-section {
        --gap:66.25px;
        --margin-top: 150px;
        --width: 100%
    }
}

.welcome-founder-view__projects-section {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: var(--width);
    margin-top: var(--margin-top)
}

.welcome-founder-view__projects-section-heading {
    --gap: 6.4vw;
    --side-padding: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__projects-section-heading {
        --gap:2.65625vw;
        --side-padding: 0
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__projects-section-heading {
        --gap:1.7708333333vw;
        --side-padding: 0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__projects-section-heading {
        --gap:42.5px;
        --side-padding: 0
    }
}

.welcome-founder-view__projects-section-heading {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    padding: 0 var(--side-padding);
    align-items: center;
    text-align: center
}

.welcome-founder-view__projects-section-description {
    --width: 91.4666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__projects-section-description {
        --width:56.796875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__projects-section-description {
        --width:37.8645833333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__projects-section-description {
        --width:908.75px
    }
}

.welcome-founder-view__projects-section-description {
    display: flex;
    flex-direction: column;
    width: var(--width)
}

.welcome-founder-view__founder-path {
    --margin-top: 21.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__founder-path {
        --margin-top:12.265625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__founder-path {
        --margin-top:8.1770833333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__founder-path {
        --margin-top:196.25px
    }
}

.welcome-founder-view__founder-path {
    margin-top: var(--margin-top)
}

.welcome-founder-view__conditions {
    --padding-top: 6.4vw;
    --padding-bottom: 27.7333333333vw;
    --border-radius: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__conditions {
        --padding-top:5.625vw;
        --padding-bottom: 8.125vw;
        --border-radius: 2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__conditions {
        --padding-top:3.75vw;
        --padding-bottom: 5.4166666667vw;
        --border-radius: 0vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__conditions {
        --padding-top:90px;
        --padding-bottom: 130px;
        --border-radius: 0px
    }
}

.welcome-founder-view__conditions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: var(--padding-top) 0 var(--padding-bottom);
    background-color: var(--color-clear-white);
    border-radius: var(--border-radius);
    box-shadow: 0 20px 25px 0 rgba(26,30,18,.04),0 76px 80px 0 rgba(26,30,18,.06)
}

.welcome-founder-view__conditions-title {
    --width: 91.4666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__conditions-title {
        --width:68.359375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__conditions-title {
        --width:45.5729166667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__conditions-title {
        --width:1093.75px
    }
}

.welcome-founder-view__conditions-title {
    text-align: center;
    width: var(--width)
}

.welcome-founder-view__conditions-items {
    --margin-top: 8.5333333333vw;
    --gap: 5.3333333333vw;
    --flex-direction: column;
    --vertical-padding: 6.4vw
}

@media(min-width: 720px) {
    .welcome-founder-view__conditions-items {
        --margin-top:3.75vw;
        --gap: 7.1875vw;
        --flex-direction: row;
        --vertical-padding: 3.125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__conditions-items {
        --margin-top:2.5vw;
        --gap: 4.7916666667vw;
        --flex-direction: row;
        --vertical-padding: 2.0833333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__conditions-items {
        --margin-top:60px;
        --gap: 115px;
        --flex-direction: row;
        --vertical-padding: 50px
    }
}

.welcome-founder-view__conditions-items {
    display: flex;
    flex-direction: var(--flex-direction);
    gap: var(--gap);
    width: var(--conditions-inner-width);
    margin-top: var(--margin-top);
    border-top: 1px solid var(--color-wetty-asphalt);
    border-bottom: 1px solid var(--color-wetty-asphalt);
    padding: var(--vertical-padding) 0
}

.welcome-founder-view__conditions-item {
    --side-padding: var(--main-layout-side-padding);
    --gap: 4vw
}

@media(min-width: 720px) {
    .welcome-founder-view__conditions-item {
        --side-padding:0;
        --gap: 1.796875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__conditions-item {
        --side-padding:0;
        --gap: 1.1979166667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__conditions-item {
        --side-padding:0;
        --gap: 28.75px
    }
}

.welcome-founder-view__conditions-item {
    display: flex;
    width: 100%;
    padding: 0 var(--side-padding);
    gap: var(--gap);
    align-items: center
}

.welcome-founder-view__conditions-item-main {
    --font-size: 8.8vw
}

@media(min-width: 720px) {
    .welcome-founder-view__conditions-item-main {
        --font-size:4.21875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__conditions-item-main {
        --font-size:2.8125vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__conditions-item-main {
        --font-size:67.5px
    }
}

.welcome-founder-view__conditions-item-main {
    font-family: var(--font-zen-antique-soft);
    color: var(--color-brand);
    font-size: var(--font-size)
}

.welcome-founder-view__about-ao {
    --padding-top: 6.4vw;
    --padding-bottom: 10.6666666667vw;
    --side-padding: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__about-ao {
        --padding-top:5.625vw;
        --padding-bottom: 5.625vw;
        --side-padding: 0
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__about-ao {
        --padding-top:3.75vw;
        --padding-bottom: 3.75vw;
        --side-padding: 0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__about-ao {
        --padding-top:90px;
        --padding-bottom: 90px;
        --side-padding: 0
    }
}

.welcome-founder-view__about-ao {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--padding-top) var(--side-padding) var(--padding-bottom);
    width: var(--conditions-inner-width);
    position: relative
}

.welcome-founder-view__about-ao:after {
    --width: 57.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__about-ao:after {
        --width:100%
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__about-ao:after {
        --width:100%
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__about-ao:after {
        --width:100%
    }
}

.welcome-founder-view__about-ao:after {
    content: "";
    display: block;
    width: var(--width);
    height: 1px;
    background-color: var(--color-night-sky);
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.welcome-founder-view__about-ao-icon {
    --width: 0vw;
    --display: none;
    --margin-top: 0vw;
    --margin-left: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__about-ao-icon {
        --width:28.359375vw;
        --display: block;
        --margin-top: 4.6875vw;
        --margin-left: 4.921875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__about-ao-icon {
        --width:18.90625vw;
        --display: block;
        --margin-top: 3.125vw;
        --margin-left: 3.28125vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__about-ao-icon {
        --width:453.75px;
        --display: block;
        --margin-top: 75px;
        --margin-left: 78.75px
    }
}

.welcome-founder-view__about-ao-icon {
    width: var(--width);
    margin-top: var(--margin-top);
    margin-left: var(--margin-left);
    display: var(--display);
    flex-shrink: 0
}

.welcome-founder-view__about-ao-content {
    --gap: 4.2666666667vw;
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__about-ao-content {
        --gap:3.125vw;
        --width: 41.484375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__about-ao-content {
        --gap:2.0833333333vw;
        --width: 27.65625vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__about-ao-content {
        --gap:50px;
        --width: 663.75px
    }
}

.welcome-founder-view__about-ao-content {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: var(--width)
}

.welcome-founder-view__about-ao-content-description {
    display: flex;
    flex-direction: column;
    gap: 1em
}

.welcome-founder-view__about-ao-button {
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__about-ao-button {
        --width:24.84375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__about-ao-button {
        --width:16.5625vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__about-ao-button {
        --width:397.5px
    }
}

.welcome-founder-view__about-ao-button {
    width: var(--width)
}

.welcome-founder-view__starterpack {
    --side-padding: var(--main-layout-side-padding);
    --margin-top: 10.6666666667vw;
    --gap: 13.8666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__starterpack {
        --side-padding:0;
        --margin-top: 5.625vw;
        --gap: 4.0625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__starterpack {
        --side-padding:0;
        --margin-top: 3.75vw;
        --gap: 2.7083333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__starterpack {
        --side-padding:0;
        --margin-top: 90px;
        --gap: 65px
    }
}

.welcome-founder-view__starterpack {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 var(--side-padding);
    margin-top: var(--margin-top);
    gap: var(--gap);
    width: var(--conditions-inner-width)
}

.welcome-founder-view__starterpack-heading {
    --gap: 4.2666666667vw;
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__starterpack-heading {
        --gap:2.5vw;
        --width: 58.28125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__starterpack-heading {
        --gap:1.6666666667vw;
        --width: 38.8541666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__starterpack-heading {
        --gap:40px;
        --width: 932.5px
    }
}

.welcome-founder-view__starterpack-heading {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: var(--width);
    align-items: center;
    text-align: center
}

.welcome-founder-view__starterpack-description {
    color: var(--color-wetty-asphalt)
}

.welcome-founder-view__starterpack-items {
    --gap: 2.6666666667vw;
    --flex-direction: column
}

@media(min-width: 720px) {
    .welcome-founder-view__starterpack-items {
        --gap:1.40625vw;
        --flex-direction: row
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__starterpack-items {
        --gap:0.9375vw;
        --flex-direction: row
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__starterpack-items {
        --gap:22.5px;
        --flex-direction: row
    }
}

.welcome-founder-view__starterpack-items {
    display: flex;
    flex-direction: var(--flex-direction);
    gap: var(--gap);
    justify-content: space-between;
    align-items: stretch;
    width: 100%
}

.welcome-founder-view__starterpack-item {
    --width: 100%;
    --height: 37.8666666667vw;
    --vertical-padding: 5.6vw;
    --side-padding: 10.6666666667vw;
    --border-radius: 2.4vw;
    --gap: 2.6666666667vw;
    --justify-content: center
}

@media(min-width: 720px) {
    .welcome-founder-view__starterpack-item {
        --width:27.421875vw;
        --height: 18.359375vw;
        --vertical-padding: 2.5vw;
        --side-padding: 3.125vw;
        --border-radius: 0.703125vw;
        --gap: 2.34375vw;
        --justify-content: flex-start
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__starterpack-item {
        --width:18.28125vw;
        --height: 12.2395833333vw;
        --vertical-padding: 1.6666666667vw;
        --side-padding: 2.0833333333vw;
        --border-radius: 0.46875vw;
        --gap: 1.5625vw;
        --justify-content: flex-start
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__starterpack-item {
        --width:438.75px;
        --height: 293.75px;
        --vertical-padding: 40px;
        --side-padding: 50px;
        --border-radius: 11.25px;
        --gap: 37.5px;
        --justify-content: flex-start
    }
}

.welcome-founder-view__starterpack-item {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: var(--width);
    height: var(--height);
    padding: var(--vertical-padding) var(--side-padding);
    border-radius: var(--border-radius);
    border: 1px solid var(--color-elephant-bone);
    align-items: flex-start;
    justify-content: var(--justify-content);
    flex-shrink: 1
}

.welcome-founder-view__starterpack-item-image {
    --height: 12.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__starterpack-item-image {
        --height:4.84375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__starterpack-item-image {
        --height:3.2291666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__starterpack-item-image {
        --height:77.5px
    }
}

.welcome-founder-view__starterpack-item-image {
    height: var(--height);
    width: auto
}

.welcome-founder-view__starterpack-item-image_type_yandex-cloud {
    --height: 8.5333333333vw;
    --margin-top: 3.7333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__starterpack-item-image_type_yandex-cloud {
        --height:3.75vw;
        --margin-top: 1.09375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__starterpack-item-image_type_yandex-cloud {
        --height:2.5vw;
        --margin-top: 0.7291666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__starterpack-item-image_type_yandex-cloud {
        --height:60px;
        --margin-top: 17.5px
    }
}

.welcome-founder-view__starterpack-item-image_type_yandex-cloud {
    margin-top: var(--margin-top)
}

.welcome-founder-view__why-we {
    --gap: 12.8vw;
    --padding-top: 21.3333333333vw;
    --background-vertical-position: 0vw;
    --background-size: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we {
        --gap:6.25vw;
        --padding-top: 13.125vw;
        --background-vertical-position: -13.28125vw;
        --background-size: 78.125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we {
        --gap:4.1666666667vw;
        --padding-top: 8.75vw;
        --background-vertical-position: -8.8541666667vw;
        --background-size: 52.0833333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we {
        --gap:100px;
        --padding-top: 210px;
        --background-vertical-position: -212.5px;
        --background-size: 1250px
    }
}

.welcome-founder-view__why-we {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap);
    padding-top: var(--padding-top);
    width: 100%;
    background-image: url("/assets/two-systems-back-5a43c417.png");
    background-position: center var(--background-vertical-position);
    background-size: var(--background-size);
    background-repeat: no-repeat
}

.welcome-founder-view__why-we-heading {
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-heading {
        --gap:2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-heading {
        --gap:1.6666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-heading {
        --gap:40px
    }
}

.welcome-founder-view__why-we-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap);
    width: 100%;
    text-align: center
}

.welcome-founder-view__why-we-items {
    width: 100%
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper {
    width: 100%;
    overflow: visible
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper {
    --justify-content: flex-start
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper {
        --justify-content:center
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper {
        --justify-content:center
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper {
        --justify-content:center
    }
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper {
    display: flex;
    gap: 0;
    justify-content: var(--justify-content);
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
    --padding-left: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
        --padding-left:3.125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
        --padding-left:2.0833333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
        --padding-left:50px
    }
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: var(--padding-left);
    box-sizing: content-box
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
    --padding-left: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
        --padding-left:0
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
        --padding-left:0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
        --padding-left:0
    }
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
    padding-left: var(--padding-left)
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
    --padding-right: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
        --padding-right:0
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
        --padding-right:0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
        --padding-right:0
    }
}

.welcome-founder-view__why-we-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
    padding-right: var(--padding-right)
}

.welcome-founder-view__why-we-item {
    --border-radius: 4vw;
    --vertical-padding: 10.6666666667vw;
    --side-padding: 4.2666666667vw;
    --width: 81.6vw;
    --height: 132.8vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-item {
        --border-radius:1.171875vw;
        --vertical-padding: 3.125vw;
        --side-padding: 4.375vw;
        --width: 41.40625vw;
        --height: 45vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-item {
        --border-radius:0.78125vw;
        --vertical-padding: 2.0833333333vw;
        --side-padding: 2.9166666667vw;
        --width: 27.6041666667vw;
        --height: 30vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-item {
        --border-radius:18.75px;
        --vertical-padding: 50px;
        --side-padding: 70px;
        --width: 662.5px;
        --height: 720px
    }
}

.welcome-founder-view__why-we-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--border-radius);
    background-color: var(--color-clear-white);
    padding: var(--vertical-padding) var(--side-padding);
    width: var(--width);
    height: var(--height);
    flex-shrink: 0
}

.welcome-founder-view__why-we-item:before {
    --width: 26.6666666667vw;
    --height: 1.8666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-item:before {
        --width:13.359375vw;
        --height: 1.875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-item:before {
        --width:8.90625vw;
        --height: 1.25vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-item:before {
        --width:213.75px;
        --height: 30px
    }
}

.welcome-founder-view__why-we-item:before {
    content: "";
    display: block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    background-color: #f6f5f3;
    flex-shrink: 0
}

.welcome-founder-view__why-we-item-title {
    --margin-top: 8.5333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-item-title {
        --margin-top:5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-item-title {
        --margin-top:3.3333333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-item-title {
        --margin-top:80px
    }
}

.welcome-founder-view__why-we-item-title {
    margin-top: var(--margin-top)
}

.welcome-founder-view__why-we-item-content {
    --margin-top: 8.5333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-item-content {
        --margin-top:2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-item-content {
        --margin-top:1.6666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-item-content {
        --margin-top:40px
    }
}

.welcome-founder-view__why-we-item-content {
    margin-top: var(--margin-top)
}

.welcome-founder-view__why-we-item-content>li {
    position: relative
}

.welcome-founder-view__why-we-item-content>li::marker {
    --font-size: 3.2vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-item-content>li::marker {
        --font-size:1.40625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-item-content>li::marker {
        --font-size:1.1458333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-item-content>li::marker {
        --font-size:27.5px
    }
}

.welcome-founder-view__why-we-item-content>li::marker {
    color: var(--color-brand);
    font-size: var(--font-size)
}

.welcome-founder-view__why-we-item-content>li:not(:first-child) {
    --margin-top: 5.8666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__why-we-item-content>li:not(:first-child) {
        --margin-top:1.71875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__why-we-item-content>li:not(:first-child) {
        --margin-top:1.1458333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__why-we-item-content>li:not(:first-child) {
        --margin-top:27.5px
    }
}

.welcome-founder-view__why-we-item-content>li:not(:first-child) {
    margin-top: var(--margin-top)
}

.welcome-founder-view__why-we-item-accent {
    flex-shrink: 0;
    margin-top: auto
}

.welcome-founder-view__trackers {
    --width: 100%;
    --gap: 10.6666666667vw;
    --margin-top: 21.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__trackers {
        --width:100%;
        --gap: 3.125vw;
        --margin-top: 10.078125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__trackers {
        --width:var(--main-layout-content-width);
        --gap: 2.0833333333vw;
        --margin-top: 7.8125vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__trackers {
        --width:var(--main-layout-content-width);
        --gap: 50px;
        --margin-top: 187.5px
    }
}

.welcome-founder-view__trackers {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--width);
    gap: var(--gap);
    margin-top: var(--margin-top)
}

.welcome-founder-view__trackers-heading {
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__trackers-heading {
        --gap:2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__trackers-heading {
        --gap:1.6666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__trackers-heading {
        --gap:40px
    }
}

.welcome-founder-view__trackers-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap);
    text-align: center
}

.welcome-founder-view__trackers-items {
    width: 100%
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper {
    width: 100%;
    overflow: visible
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper {
    gap: 0;
    justify-content: flex-start
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
    --padding-left: 5.8666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
        --padding-left:1.71875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
        --padding-left:1.1458333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
        --padding-left:27.5px
    }
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: var(--padding-left);
    box-sizing: content-box
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
    --padding-left: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
        --padding-left:var(--main-layout-side-padding)
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
        --padding-left:0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
        --padding-left:0
    }
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:first-child {
    padding-left: var(--padding-left)
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
    --padding-right: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
        --padding-right:var(--main-layout-side-padding)
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
        --padding-right:0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
        --padding-right:0
    }
}

.welcome-founder-view__trackers-items>.welcome-founder-view__swiper>.swiper-wrapper>.swiper-slide:last-child {
    padding-right: var(--padding-right)
}

.welcome-founder-view__tracker {
    --width: 78.4vw;
    --height: 88vw;
    --border-radius: 2.6666666667vw;
    --vertical-padding: 10.6666666667vw;
    --side-padding: 10.6666666667vw;
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__tracker {
        --width:30.625vw;
        --height: 31.25vw;
        --border-radius: 0.78125vw;
        --vertical-padding: 3.125vw;
        --side-padding: 3.125vw;
        --gap: 1.875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__tracker {
        --width:20.4166666667vw;
        --height: 20.8333333333vw;
        --border-radius: 0.5208333333vw;
        --vertical-padding: 2.0833333333vw;
        --side-padding: 2.0833333333vw;
        --gap: 1.25vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__tracker {
        --width:490px;
        --height: 500px;
        --border-radius: 12.5px;
        --vertical-padding: 50px;
        --side-padding: 50px;
        --gap: 30px
    }
}

.welcome-founder-view__tracker {
    display: flex;
    flex-direction: column;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    padding: var(--vertical-padding) var(--side-padding);
    gap: var(--gap);
    background-color: var(--color-clear-white);
    box-shadow: 0 20px 25px 0 rgba(26,30,18,.04),0 76px 80px 0 rgba(26,30,18,.06)
}

.welcome-founder-view__tracker-head {
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__tracker-head {
        --gap:1.25vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__tracker-head {
        --gap:0.8333333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__tracker-head {
        --gap:20px
    }
}

.welcome-founder-view__tracker-head {
    display: flex;
    gap: var(--gap);
    align-items: center
}

.welcome-founder-view__tracker-photo {
    --width: 19.2vw;
    --border-radius: 2.1333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__tracker-photo {
        --width:7.03125vw;
        --border-radius: 0.625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__tracker-photo {
        --width:4.6875vw;
        --border-radius: 0.4166666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__tracker-photo {
        --width:112.5px;
        --border-radius: 10px
    }
}

.welcome-founder-view__tracker-photo {
    position: relative;
    width: var(--width);
    height: var(--width);
    border-radius: var(--border-radius);
    flex-shrink: 0
}

.welcome-founder-view__tracker-photo-image {
    border-radius: var(--border-radius);
    border: 1px solid var(--color-wetty-asphalt)
}

.welcome-founder-view__tracker-head-content {
    --gap: 1.6vw
}

@media(min-width: 720px) {
    .welcome-founder-view__tracker-head-content {
        --gap:0.46875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__tracker-head-content {
        --gap:0.3125vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__tracker-head-content {
        --gap:7.5px
    }
}

.welcome-founder-view__tracker-head-content {
    display: flex;
    flex-direction: column;
    gap: var(--gap)
}

.welcome-founder-view__tracker-subtitle {
    color: var(--color-wetty-asphalt)
}

.content-block_type_highlightedText .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.content-block_type_text .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_highlightedText .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_text .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .ul>li:not(:first-child) {
    --margin-top: 2.1333333333vw
}

@media(min-width: 720px) {
    .content-block_type_highlightedText .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.content-block_type_text .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_highlightedText .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_text .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .ul>li:not(:first-child) {
        --margin-top:0.625vw
    }
}

@media(min-width: 1281px) {
    .content-block_type_highlightedText .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.content-block_type_text .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_highlightedText .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_text .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .ul>li:not(:first-child) {
        --margin-top:0.4166666667vw
    }
}

@media(min-width: 2400px) {
    .content-block_type_highlightedText .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.content-block_type_text .content-block__content .welcome-founder-view__tracker-content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_highlightedText .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .content-block_type_text .content-block__content ul>li:not(:first-child),.welcome-founder-view__tracker-content .ul>li:not(:first-child) {
        --margin-top:10px
    }
}

.welcome-founder-view__community {
    --width: 100%;
    --side-padding: var(--main-layout-side-padding);
    --gap: 5.6vw;
    --margin-top: 21.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community {
        --width:100%;
        --side-padding: var(--main-layout-side-padding);
        --gap: 3.515625vw;
        --margin-top: 12.96875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community {
        --width:var(--conditions-inner-width);
        --side-padding: 0;
        --gap: 2.34375vw;
        --margin-top: 6.6145833333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community {
        --width:var(--conditions-inner-width);
        --side-padding: 0;
        --gap: 56.25px;
        --margin-top: 158.75px
    }
}

.welcome-founder-view__community {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    width: var(--width);
    margin-top: var(--margin-top);
    padding: 0 var(--side-padding);
    position: relative
}

.welcome-founder-view__community-title {
    --width: 53.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community-title {
        --width:auto
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-title {
        --width:auto
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-title {
        --width:auto
    }
}

.welcome-founder-view__community-title {
    width: var(--width)
}

.welcome-founder-view__community-title-accent {
    color: var(--color-brand)
}

.welcome-founder-view__community-title-dash {
    font-size: .7em
}

.welcome-founder-view__community-button {
    --width: 40vw;
    --height: 14.1333333333vw;
    --border-radius: 1.6vw;
    --font-size: 4.5333333333vw;
    --top: 19.4666666667vw;
    --right: -1.6vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community-button {
        --width:54.0625vw;
        --height: 9.53125vw;
        --border-radius: 0.9375vw;
        --font-size: 4.296875vw;
        --top: 7.96875vw;
        --right: 6.171875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-button {
        --width:36.0416666667vw;
        --height: 6.3541666667vw;
        --border-radius: 0.625vw;
        --font-size: 2.8645833333vw;
        --top: 5.3125vw;
        --right: -4.21875vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-button {
        --width:865px;
        --height: 152.5px;
        --border-radius: 15px;
        --font-size: 68.75px;
        --top: 127.5px;
        --right: -101.25px
    }
}

.welcome-founder-view__community-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background-color: var(--color-clear-white);
    box-shadow: 0 64px 64px 0 rgba(26,30,18,.03);
    font-size: var(--font-size);
    line-height: 120%;
    font-weight: 300;
    color: var(--color-brand);
    position: absolute;
    top: var(--top);
    right: var(--right)
}

.welcome-founder-view__community-button:hover {
    text-decoration: underline
}

.welcome-founder-view__community-content {
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__community-content {
        --width:59.6875vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-content {
        --width:39.7916666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-content {
        --width:955px
    }
}

.welcome-founder-view__community-content {
    width: var(--width)
}

.welcome-founder-view__community-plain-icon {
    --width: 10.4vw;
    --top: -5.3333333333vw;
    --right: 13.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community-plain-icon {
        --width:6.875vw;
        --top: -1.5625vw;
        --right: 25vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-plain-icon {
        --width:4.5833333333vw;
        --top: -1.3020833333vw;
        --right: 3.6458333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-plain-icon {
        --width:110px;
        --top: -31.25px;
        --right: 87.5px
    }
}

.welcome-founder-view__community-plain-icon {
    position: absolute;
    top: var(--top);
    right: var(--right);
    width: var(--width)
}

.welcome-founder-view__community-plain-tailprint {
    --width: 21.3333333333vw;
    --top: 2.1333333333vw;
    --right: -6.6666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community-plain-tailprint {
        --width:0vw;
        --top: 0vw;
        --right: 0vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-plain-tailprint {
        --width:0vw;
        --top: 0vw;
        --right: 0vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-plain-tailprint {
        --width:0px;
        --top: 0px;
        --right: 0px
    }
}

.welcome-founder-view__community-plain-tailprint {
    position: absolute;
    top: var(--top);
    right: var(--right);
    width: var(--width)
}

.welcome-founder-view__community-orbit-back {
    --width: 0vw;
    --top: 0vw;
    --right: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community-orbit-back {
        --width:31.25vw;
        --top: 0.78125vw;
        --right: 14.0625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-orbit-back {
        --width:20.8333333333vw;
        --top: 0.5208333333vw;
        --right: -3.6458333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-orbit-back {
        --width:500px;
        --top: 12.5px;
        --right: -87.5px
    }
}

.welcome-founder-view__community-orbit-back {
    width: var(--width);
    position: absolute;
    top: var(--top);
    right: var(--right)
}

.welcome-founder-view__community-orbit-forward {
    --width: 0vw;
    --top: 0vw;
    --right: 0vw
}

@media(min-width: 720px) {
    .welcome-founder-view__community-orbit-forward {
        --width:14.375vw;
        --top: 3.28125vw;
        --right: 11.015625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__community-orbit-forward {
        --width:9.5833333333vw;
        --top: 2.1875vw;
        --right: -5.6770833333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__community-orbit-forward {
        --width:230px;
        --top: 52.5px;
        --right: -136.25px
    }
}

.welcome-founder-view__community-orbit-forward {
    width: var(--width);
    position: absolute;
    top: var(--top);
    right: var(--right)
}

.welcome-founder-view__application-form {
    --margin-top: 21.3333333333vw;
    --border-radius: 0vw;
    --padding-top: 18.6666666667vw;
    --padding-bottom: 6.4vw;
    --width: 100%;
    --gap: 8.5333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__application-form {
        --margin-top:7.03125vw;
        --border-radius: 0vw;
        --padding-top: 6.25vw;
        --padding-bottom: 4.453125vw;
        --width: 100%;
        --gap: 3.125vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__application-form {
        --margin-top:6.1458333333vw;
        --border-radius: 1.6666666667vw;
        --padding-top: 4.1666666667vw;
        --padding-bottom: 2.96875vw;
        --width: var(--main-layout-content-width);
        --gap: 2.0833333333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__application-form {
        --margin-top:147.5px;
        --border-radius: 40px;
        --padding-top: 100px;
        --padding-bottom: 71.25px;
        --width: var(--main-layout-content-width);
        --gap: 50px
    }
}

.welcome-founder-view__application-form {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    align-items: center;
    margin-top: var(--margin-top);
    padding: var(--padding-top) 0 var(--padding-bottom);
    background-color: var(--color-clear-white);
    border-radius: var(--border-radius);
    width: var(--width);
    box-shadow: 0 20px 25px 0 rgba(26,30,18,.04),0 76px 80px 0 rgba(26,30,18,.06)
}

.welcome-founder-view__application-form-heading {
    --side-padding: var(--main-layout-side-padding);
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__application-form-heading {
        --side-padding:0;
        --gap: 2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__application-form-heading {
        --side-padding:0;
        --gap: 1.6666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__application-form-heading {
        --side-padding:0;
        --gap: 40px
    }
}

.welcome-founder-view__application-form-heading {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    align-items: center;
    padding: 0 var(--side-padding);
    text-align: center
}

.welcome-founder-view__application-form-controls {
    --side-padding: var(--main-layout-side-padding);
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__application-form-controls {
        --side-padding:0;
        --width: var(--conditions-inner-width)
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__application-form-controls {
        --side-padding:0;
        --width: var(--conditions-inner-width)
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__application-form-controls {
        --side-padding:0;
        --width: var(--conditions-inner-width)
    }
}

.welcome-founder-view__application-form-controls {
    padding: 0 var(--side-padding);
    width: var(--width)
}

.welcome-founder-view__faq {
    --margin-top: 21.3333333333vw;
    --width: 100%;
    --gap: 8.5333333333vw;
    --side-padding: var(--main-layout-side-padding)
}

@media(min-width: 720px) {
    .welcome-founder-view__faq {
        --margin-top:9.453125vw;
        --width: 100%;
        --gap: 3.125vw;
        --side-padding: var(--main-layout-side-padding)
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__faq {
        --margin-top:7.8645833333vw;
        --width: var(--main-layout-content-width);
        --gap: 2.0833333333vw;
        --side-padding: 0
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__faq {
        --margin-top:188.75px;
        --width: var(--main-layout-content-width);
        --gap: 50px;
        --side-padding: 0
    }
}

.welcome-founder-view__faq {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    align-items: center;
    margin-top: var(--margin-top);
    padding: 0 var(--side-padding);
    width: var(--width)
}

.welcome-founder-view__faq-heading {
    --side-padding: var(--main-layout-side-padding);
    --gap: 4.2666666667vw
}

@media(min-width: 720px) {
    .welcome-founder-view__faq-heading {
        --side-padding:0;
        --gap: 2.5vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__faq-heading {
        --side-padding:0;
        --gap: 1.6666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__faq-heading {
        --side-padding:0;
        --gap: 40px
    }
}

.welcome-founder-view__faq-heading {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    align-items: center;
    padding: 0 var(--side-padding);
    text-align: center
}

.welcome-founder-view__faq-description {
    --width: 100%
}

@media(min-width: 720px) {
    .welcome-founder-view__faq-description {
        --width:61.484375vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__faq-description {
        --width:40.9895833333vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__faq-description {
        --width:983.75px
    }
}

.welcome-founder-view__faq-description {
    width: var(--width);
    color: var(--color-wetty-asphalt)
}

.welcome-founder-view__faq-no-question {
    --margin-top: 2.1333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__faq-no-question {
        --margin-top:6.25vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__faq-no-question {
        --margin-top:4.1666666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__faq-no-question {
        --margin-top:100px
    }
}

.welcome-founder-view__faq-no-question {
    margin-top: var(--margin-top)
}

.welcome-founder-view__faq-no-question .welcome-founder-view__faq-description {
    color: var(--color-dark-water)
}

.welcome-founder-view__projects-list {
    --flex-wrap: nowrap;
    --overflow-x: scroll;
    --side-padding: var(--main-layout-side-padding);
    --padding-top: 5.3333333333vw
}

@media(min-width: 720px) {
    .welcome-founder-view__projects-list {
        --flex-wrap:nowrap;
        --overflow-x: scroll;
        --side-padding: var(--main-layout-side-padding);
        --padding-top: 1.5625vw
    }
}

@media(min-width: 1281px) {
    .welcome-founder-view__projects-list {
        --flex-wrap:nowrap;
        --overflow-x: scroll;
        --side-padding: var(--main-layout-side-padding);
        --padding-top: 1.0416666667vw
    }
}

@media(min-width: 2400px) {
    .welcome-founder-view__projects-list {
        --flex-wrap:nowrap;
        --overflow-x: scroll;
        --side-padding: var(--main-layout-side-padding);
        --padding-top: 25px
    }
}

.welcome-founder-view__projects-list {
    padding-top: var(--padding-top)
}
