@font-face {
  font-family: UAF sans Book;
  src: url('../fonts/UAFSans-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: UAF sans Wide Medium;
  src: url('../fonts/UAFSans-WideMedium.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: UAF sans Wide Book;
  src: url('../fonts/UAFSans-WideBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: UAF sans Wide Semibold;
  src: url('../fonts/UAFSans-WideSemiBold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: UAF sans;
  src: url('../fonts/UAFSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: UAF sans Wide;
  src: url('../fonts/UAFSans-WideRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-padding: 2.8rem;
  --green: #1de16b;
  --form-container-height: 100rem;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  background-color: #000;
  font-family: UAF sans, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: clip;
}

.embed {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0;
}

.hero-content {
  z-index: 4;
  padding-right: var(--page-padding);
  padding-bottom: 5.6rem;
  padding-left: var(--page-padding);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.nav {
  z-index: 9;
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-box {
  padding-top: 4rem;
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  max-width: none;
  display: flex;
}

.nav-link_box {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link_item {
  color: #fff;
  padding: 0;
  font-family: UAF sans Book, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

.nav-link_item:hover {
  color: var(--green);
}

.nav-logo {
  color: #fff;
  width: 4.9rem;
  height: 5.6rem;
  position: absolute;
}

.h1 {
  letter-spacing: -.375rem;
  text-transform: uppercase;
  width: 68.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UAF sans Wide Semibold, Arial, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
}

.hero-descr_flex {
  flex-flow: column;
  align-self: stretch;
  width: 57rem;
  margin-left: auto;
  display: flex;
}

.hero-text {
  margin-top: .5rem;
  margin-bottom: auto;
  font-size: 1.8rem;
  line-height: 1.3;
}

.btn {
  background-color: var(--green);
  color: #000;
  text-align: center;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  align-self: stretch;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  font-family: UAF sans Wide Medium, Arial, sans-serif;
  font-size: 2.4rem;
}

.btn:hover {
  background-color: #fff;
}

.hero-overlay {
  z-index: 2;
  background-image: radial-gradient(circle closest-side, #0000 30%, #00000080);
  position: absolute;
  inset: 0;
}

.hero-noise {
  z-index: 3;
  mix-blend-mode: hard-light;
  position: absolute;
  inset: 0;
}

.about-section {
  padding: 26rem var(--page-padding) 22rem;
  position: relative;
}

.h2 {
  letter-spacing: -.3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UAF sans Wide Semibold, Arial, sans-serif;
  font-size: 6rem;
  line-height: 1.25;
}

.h2.h2-about {
  width: 80rem;
}

.h2.h2-plan {
  width: 40rem;
}

.h2.h2-implement {
  text-align: center;
  width: 66rem;
  margin-bottom: 62.6rem;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 2rem;
}

.h2.h2-people {
  width: 82rem;
}

.h2.h2-dir {
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 40rem;
}

.h2.h2-format {
  z-index: 2;
  text-align: center;
  width: 50rem;
  margin-bottom: 6rem;
  position: relative;
}

.h2.h2-form {
  text-align: center;
  width: 109rem;
  margin-bottom: 5.6rem;
  margin-left: auto;
  margin-right: auto;
}

.h2.h2-alert {
  line-height: 1;
}

.about-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  margin-top: 21rem;
}

.about-text {
  flex: none;
  width: 34rem;
}

.about-text.nth1 {
  width: 56rem;
}

.about-text.nth2 {
  width: 29rem;
}

.about-text.nth3 {
  width: 25rem;
}

.dash-ellipse {
  width: 110rem;
  height: 110rem;
  position: absolute;
}

.dash-ellipse.nth1 {
  position: relative;
  top: -10rem;
  left: -25rem;
}

.dash-ellipse.nth2 {
  top: -26rem;
  right: -44rem;
}

.dash-ellipse_group {
  pointer-events: none;
  height: auto;
  padding-top: 22rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: clip;
}

.empty-section {
  height: 100vh;
}

.plan-section {
  height: 300vh;
}

.plan-mask {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.plan-box {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: 62rem;
  display: flex;
}

.plan-card {
  border: 2px solid #373737;
  flex: none;
  height: 100%;
  max-height: 62rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.plan-video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border: 3px solid #000;
  width: 65rem;
  height: auto;
  position: absolute;
}

.plan-video.nth1 {
  position: relative;
}

.plan-video.nth1.mob {
  display: none;
}

.plan-video.nth2 {
  bottom: 1.6rem;
  left: 1.6rem;
}

.plan-video.nth3 {
  bottom: 3.2rem;
  left: 3.2rem;
}

.plan-video_group {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 40rem;
  margin-top: auto;
  display: flex;
  position: relative;
}

.plan-card_item {
  grid-column-gap: 3.6rem;
  grid-row-gap: 3.6rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  position: absolute;
}

.plan-card_title {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-bottom: 2px solid #ffffff1a;
  padding-bottom: 3.6rem;
}

.plan-card_content {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

.opacity-50 {
  opacity: .5;
}

.h3-plan {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: -.048rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: UAF sans Wide Book, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
  display: flex;
}

.h3-plan_num {
  opacity: .3;
  flex: none;
  width: 4.8rem;
  font-size: 2rem;
  display: block;
}

.list {
  margin-bottom: 2rem;
  padding-left: 1.8rem;
  position: relative;
}

.list_bullet {
  width: 1.1rem;
  height: 1rem;
  margin-top: .7rem;
  position: absolute;
  left: 0;
}

.list_bullet.large {
  width: 1.2rem;
  height: auto;
  margin-top: .8rem;
}

.plan-item_line {
  background-color: #ffffff1a;
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.plan-card_text-space {
  margin-bottom: 2rem;
}

.plan-timeline {
  z-index: 9;
  background-color: var(--green);
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}

.implement-section {
  padding: 12rem var(--page-padding);
  position: relative;
}

.implement-sticky {
  position: sticky;
  top: 4rem;
}

.implement-list {
  border-bottom: 2px solid #fff3;
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
}

.implement-list_item {
  background-color: #000;
  border-top: 2px solid #fff3;
  flex-flow: column;
  display: flex;
  position: sticky;
}

.implement-list_item.nth1 {
  margin-top: -57.7rem;
  margin-bottom: 12.8rem;
  top: 22rem;
}

.implement-list_item.nth2 {
  margin-top: -12.8rem;
  margin-bottom: 6.4rem;
  top: 28.4rem;
}

.implement-list_item.nth3 {
  margin-top: -6.4rem;
  top: 31.8rem;
}

.implement-list_title {
  justify-content: space-between;
  align-items: center;
  height: 6.4rem;
  display: flex;
}

.h3-implement {
  text-align: center;
  letter-spacing: -.06rem;
  font-family: UAF sans Wide Book, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

.label-implement {
  color: #fff3;
  font-family: UAF sans Wide, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.label-implement.num {
  text-align: center;
  width: 5.6rem;
}

.implement-list_content {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.4rem;
  padding-bottom: 5rem;
  display: grid;
}

.implement-list_img-box {
  height: 30rem;
  overflow: clip;
}

.implement-list_img {
  width: 100%;
  max-width: none;
}

.implement-list_text-box {
  flex-flow: column;
  width: 45.6rem;
  font-size: 1.8rem;
  display: flex;
}

.implement_space_m {
  height: 3.6rem;
}

.implement_space_s {
  height: 1.6rem;
}

.people-section {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  height: 250vh;
}

.people-description {
  width: 45.6rem;
  margin-top: 1rem;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.2;
}

.people-title {
  margin-bottom: 5rem;
}

.people-mask {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.people-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
}

.people-card {
  background-color: #202020;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 45.6rem;
  height: 37.4rem;
  padding: 4rem 3.2rem;
  display: flex;
  position: relative;
}

.people-card.empty {
  background-color: #0000;
}

.people-list_mask {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  margin-left: -2.8rem;
  margin-right: -2.8rem;
  display: flex;
  overflow: clip;
}

.people-subtitle {
  letter-spacing: -.065rem;
  font-family: UAF sans Wide Book, Arial, sans-serif;
  font-size: 3.2rem;
}

.h3-people {
  z-index: 2;
  width: 26rem;
  margin-top: auto;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.people-card_num {
  color: #ffffff80;
  letter-spacing: -.05rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.people-card_img {
  z-index: 1;
  width: 22.8rem;
  max-width: none;
  height: 29.4rem;
  position: absolute;
  right: 0;
}

.dir-section {
  padding: 14rem var(--page-padding) 13rem;
  position: relative;
}

.dir-frame {
  width: 100%;
  height: 52rem;
  position: relative;
}

.dir-card {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #ffffff80;
  text-align: center;
  letter-spacing: -.05rem;
  background-color: #000;
  border: 2px solid #373737;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45.8rem;
  height: 18rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  line-height: 1.2;
  display: flex;
  position: absolute;
}

.dir-card.nth2 {
  top: 4rem;
  left: 42.8rem;
}

.dir-card.nth3 {
  top: 18rem;
  left: 70rem;
}

.dir-card.nth4 {
  bottom: 0;
  left: 50rem;
}

.dir-card.nth5 {
  top: 1rem;
  right: 0;
}

.h3-dir {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.format-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18rem;
  padding-top: 9rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.format-group {
  grid-row-gap: .8rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.format-descr {
  z-index: 2;
  color: #ffffff80;
  text-align: center;
  width: 45rem;
  margin-top: 9rem;
  font-size: 2rem;
  position: relative;
}

.format-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 2.2rem;
  font-size: 2.8rem;
  display: flex;
}

.opacity-40 {
  opacity: .4;
}

.format-line {
  background-color: #454545;
  align-self: stretch;
  width: 2px;
}

.format-list {
  z-index: 2;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.format-bg {
  z-index: 1;
  position: absolute;
  inset: 0 6rem;
}

.format-corner {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  border-color: #2d2d2d !important;
}

.format-corner.nth1 {
  border-top-style: solid;
  border-top-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  top: 0;
  left: 0;
}

.format-corner.nth2 {
  border-top-style: solid;
  border-top-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  top: 0;
  right: 0;
}

.format-corner.nth3 {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  bottom: 0;
  right: 0;
}

.format-corner.nth4 {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  bottom: 0;
  left: 0;
}

.format-plus {
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  position: absolute;
}

.format-plus.nth1 {
  top: 13rem;
  left: 20rem;
}

.format-plus.nth2 {
  top: 6rem;
  right: 22rem;
}

.format-plus_h {
  background-color: #2d2d2d;
  width: 100%;
  height: 3px;
}

.format-plus_v {
  background-color: #2d2d2d;
  width: 3px;
  height: 100%;
  position: absolute;
}

.cta-section {
  height: calc(300vh + var(--form-container-height));
  position: relative;
}

.cta-slider {
  height: 100vh;
  position: relative;
}

.cta-overlay {
  z-index: 4;
  background-image: linear-gradient(#000, #0000 39%);
  position: absolute;
  inset: 0;
}

.cta-overlay.bottom {
  background-image: linear-gradient(#0000 53%, #000 96%);
}

.cta-content {
  z-index: 5;
  padding: 3rem var(--page-padding) 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.h2-cta {
  color: var(--green);
  letter-spacing: -.45rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: UAF sans Wide Semibold, Arial, sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
}

.h2-cta.nth1 {
  width: 70rem;
  position: relative;
}

.h2-cta.nth2 {
  text-align: right;
}

.h2-cta_dash {
  position: absolute;
  bottom: -33px;
  right: 0;
}

.sticky-slider {
  height: 100vh;
  padding-top: 10rem;
  position: sticky;
  top: 0;
  overflow: clip;
}

.form-section {
  z-index: 99;
  height: var(--form-container-height);
  margin-top: calc(1px - var(--form-container-height)  + 1px);
  padding-top: 18rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
}

.sticky-conent {
  height: 300vh;
  margin-top: -100vh;
}

.form-box {
  -webkit-clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  background-color: #383838;
  height: 100%;
  padding: 3px;
}

.form-box.body {
  -webkit-clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  background-color: #000;
  padding: 10rem 2.2rem;
}

.footer {
  padding: 6.8rem var(--page-padding);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  width: 18rem;
}

.footer-box {
  color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.8rem;
  display: flex;
}

.soc-flex {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
}

.soc-link {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
}

.input-tooltip {
  color: #999;
  margin-top: 1rem;
  font-size: 1.6rem;
}

.success-box {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  letter-spacing: -.1rem;
  background-color: #000;
  padding: 0;
  font-size: 1.6rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.success-box.show {
  opacity: 1;
  pointer-events: auto;
  padding-top: 0;
}

.input {
  color: #fff;
  text-transform: uppercase;
  background-color: #73968100;
  border: 2px solid #383838;
  border-radius: 0;
  height: 8rem;
  margin-bottom: 0;
  padding: 1rem 0 0 calc(2.4rem - 2px);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.input:focus {
  border-color: #383838;
}

.input.error {
  color: red;
  border-color: red;
}

.input.textarea {
  text-transform: none;
  flex: 1;
  padding-top: 3rem;
  padding-left: calc(2.4rem - 2px);
  padding-right: 0;
}

.error-box {
  color: #ff7d7d;
  background-color: #000;
  height: 8.2rem;
  margin-top: 0;
  padding: 2rem 0;
  position: absolute;
  bottom: -.1rem;
  left: 0;
  right: 0;
}

.error-box.show {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-alert {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0;
}

.success-alert.show {
  display: flex;
}

.formbox {
  z-index: 2;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f4e600;
  border: 1px solid #f4e600;
  justify-content: flex-start;
  align-items: center;
  height: 6.8rem;
  padding: 0 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.form-btn {
  align-self: flex-start;
  padding-left: 4.3rem;
}

.button.form-btn.loading {
  pointer-events: none;
  cursor: wait;
  background-color: #fff;
  border-color: #000;
}

.h2-2 {
  letter-spacing: -.16rem;
  text-transform: uppercase;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.success-text-box {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  width: 45.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.success-text-box.wide {
  width: auto;
}

.input-box {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  position: relative;
}

.input-box.mess {
  flex: 1;
}

.error-code {
  opacity: 0;
  pointer-events: none;
  color: #979797;
  margin-top: 4px;
  font-size: 8px;
  position: absolute;
  bottom: 1.6rem;
}

.error-code.show {
  opacity: 100;
}

.form {
  grid-column-gap: .8rem;
  grid-row-gap: 5.6rem;
  flex-flow: wrap;
  height: 100%;
  display: flex;
}

.success-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  border: 3px solid #383838;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 68rem;
  height: auto;
  margin: auto;
  padding: 4rem;
  display: flex;
}

.btn-form {
  background-color: var(--green);
  color: #000;
  text-align: center;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 0;
  font-family: UAF sans Wide Medium, Arial, sans-serif;
  font-size: 2.4rem;
  display: flex;
}

.btn-form:hover {
  background-color: #fff;
}

.btn-form.loading {
  opacity: .18;
  pointer-events: none;
  background-color: #fff;
}

.input-label {
  pointer-events: none;
  color: #ffffff80;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 1.2rem;
  left: 2.4rem;
}

.input-label.placeholder {
  font-size: 1.8rem;
  top: 2.8rem;
}

.input-group {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  width: 45rem;
  display: flex;
}

.loader {
  z-index: 99999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loader-logo {
  width: 10rem;
  height: 11.2rem;
}

.desktop-hidden, .implement-overlay {
  display: none;
}

.cta-timeline {
  z-index: 9;
  background-color: var(--green);
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  body {
    --page-padding: 1.6rem;
    --green: #1de16b;
    --form-container-height: 100rem;
  }

  .hero-slider {
    width: 200%;
    height: auto;
    min-height: 50rem;
    margin-top: 10rem;
    margin-bottom: 10.6rem;
    left: -100%;
    overflow: visible;
  }

  .hero-content {
    z-index: 5;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding-bottom: 0;
    top: 60%;
    bottom: auto;
    left: 50%;
  }

  .nav-box {
    padding: 0;
  }

  .nav-link_box {
    padding-top: 12rem;
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    background-color: #000;
    flex-flow: column;
    height: 100vh;
  }

  .nav-link_item {
    text-transform: uppercase;
    border-top: 2px solid #fff3;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: UAF sans Wide Semibold, Arial, sans-serif;
    font-size: 3.2rem;
  }

  .nav-logo {
    left: var(--page-padding);
    top: var(--page-padding);
    z-index: 999;
    padding-left: 0;
  }

  .h1 {
    font-size: 6rem;
  }

  .hero-descr_flex {
    width: auto;
    margin-left: 0;
  }

  .hero-text {
    width: 55rem;
    margin-top: 2.4rem;
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }

  .btn {
    justify-content: center;
    align-items: center;
    height: 7.2rem;
    display: flex;
  }

  .hero-overlay {
    z-index: 4;
    background-image: repeating-linear-gradient(0deg, #000, #0000 36% 68%, #000);
  }

  .hero-noise {
    mix-blend-mode: normal;
  }

  .h2 {
    font-size: 3.8rem;
  }

  .h2.h2-about {
    width: auto;
    font-size: 3.2rem;
  }

  .h2.h2-plan {
    margin-bottom: 37rem;
    margin-left: var(--page-padding);
  }

  .h2.h2-implement {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    position: static;
  }

  .h2.h2-people {
    width: 55rem;
  }

  .h2.h2-dir {
    position: static;
  }

  .h2.h2-form {
    text-align: left;
    width: 60rem;
    margin-left: 0;
  }

  .about-flex {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    flex-flow: column;
    margin-top: 5.6rem;
  }

  .about-text, .about-text.nth1, .about-text.nth2, .about-text.nth3 {
    width: 67rem;
  }

  .dash-ellipse {
    width: 66rem;
    height: 66rem;
  }

  .dash-ellipse.nth1 {
    left: -21rem;
  }

  .dash-ellipse.nth2 {
    right: -22rem;
  }

  .plan-section {
    height: auto;
  }

  .plan-mask {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    display: flex;
    position: static;
  }

  .plan-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
  }

  .plan-card {
    grid-column-gap: 39rem;
    grid-row-gap: 39rem;
    border-width: 0;
    flex-flow: column;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .plan-video {
    z-index: -1;
    border-width: 0;
    width: calc(100% + 3.2rem + 4px);
    top: -33rem;
    left: calc(-2px - 1.6rem);
    border: none !important;
  }

  .plan-video.nth1 {
    position: absolute;
  }

  .plan-video.nth1.mob {
    z-index: -1;
    width: calc(100% + 3.2rem);
    display: block;
    position: absolute;
    top: -35rem;
    left: -1.6rem;
  }

  .plan-video.nth2, .plan-video.nth3 {
    left: calc(-2px - 1.6rem);
  }

  .plan-video_group {
    z-index: -1;
    height: auto;
    margin-top: auto;
    display: none;
    position: absolute;
    top: 10rem;
    left: -1.6rem;
    right: -1.6rem;
  }

  .plan-card_item {
    background-color: #000;
    border: 2px solid #373737;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    position: relative;
  }

  .plan-timeline {
    display: none;
  }

  .implement-list {
    border-bottom-width: 0;
  }

  .implement-list_item {
    border-top-width: 0;
    padding-top: 26rem;
    position: relative;
  }

  .implement-list_item.nth1, .implement-list_item.nth2 {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
  }

  .implement-list_item.nth3 {
    margin-top: 0;
    top: auto;
  }

  .implement-list_title {
    z-index: 9;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    position: relative;
  }

  .label-implement.num {
    display: none;
  }

  .implement-list_content {
    display: block;
  }

  .implement-list_img-box {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -1.6rem;
    right: -1.6rem;
  }

  .people-section {
    height: auto;
  }

  .people-description {
    margin-left: 0;
  }

  .people-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .people-mask {
    height: auto;
  }

  .people-list {
    flex-flow: column;
    flex: 1;
  }

  .people-card {
    width: auto;
    height: 26rem;
    overflow: clip;
  }

  .people-list_mask {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .people-card_img {
    top: 5rem;
  }

  .dir-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .dir-frame {
    height: auto;
    margin-top: 4rem;
  }

  .dir-card {
    width: calc(100% - 2rem);
    position: relative;
  }

  .dir-card.nth2 {
    top: -2rem;
    left: 2rem;
  }

  .dir-card.nth3 {
    top: -4rem;
    left: 0;
  }

  .dir-card.nth4 {
    top: -6rem;
    left: 2rem;
  }

  .dir-card.nth5 {
    top: -8rem;
    left: 0;
  }

  .format-section {
    margin-bottom: -5rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .format-group {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .format-descr {
    margin-top: 5rem;
  }

  .format-item {
    border-left: 2px solid #454545;
    border-right: 2px solid #454545;
  }

  .format-bg {
    display: none;
  }

  .cta-section {
    height: 68rem;
    padding-top: 20rem;
  }

  .cta-slider {
    height: 48rem;
  }

  .cta-content {
    height: 68rem;
    padding-top: 22rem;
    padding-bottom: 2rem;
    position: absolute;
    top: -20rem;
    left: 0;
    right: 0;
  }

  .h2-cta {
    letter-spacing: -.2rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
  }

  .h2-cta.nth2 {
    width: 49rem;
    margin-left: auto;
  }

  .sticky-slider {
    height: 48rem;
    padding-top: 0;
    position: static;
  }

  .form-section {
    height: 102rem;
    margin-top: 0;
    padding-top: 10rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-conent {
    z-index: 9;
    height: 48rem;
    margin-top: -48rem;
    position: relative;
  }

  .form-box {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .form-box.body {
    -webkit-clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
    padding-top: 7rem;
  }

  .error-box.show {
    bottom: 3rem;
  }

  .formbox {
    padding-bottom: 3.2rem;
  }

  .input-box.mess {
    flex: none;
    height: 20rem;
  }

  .form {
    grid-row-gap: 1.7rem;
    flex-flow: column;
    height: auto;
  }

  .input-group {
    width: auto;
  }

  .loader-logo {
    width: 8rem;
    height: auto;
  }

  .burger {
    top: var(--page-padding);
    z-index: 999;
    background-image: url('../images/burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.8rem;
    height: 4.8rem;
    margin-left: auto;
    padding: 0;
    position: absolute;
    right: 2rem;
  }

  .burger.w--open {
    background-color: #0000;
    background-image: url('../images/close.svg');
  }

  .desktop-hidden {
    display: flex;
  }

  .implement-overlay {
    background-image: linear-gradient(#0000, #000);
    height: 80%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .cta-timeline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --page-padding: 1.6rem;
    --green: #1de16b;
    --form-container-height: 100rem;
  }

  .h1 {
    width: auto;
    font-size: 3.8rem;
  }

  .h2.h2-plan {
    margin-bottom: 31rem;
  }

  .h2.h2-form, .about-text.nth1, .about-text.nth2, .about-text.nth3 {
    width: auto;
  }

  .dash-ellipse.nth1 {
    top: 0;
    left: -34rem;
  }

  .dash-ellipse.nth2 {
    top: -14.5rem;
    right: -30rem;
  }

  .plan-card {
    grid-column-gap: 31rem;
    grid-row-gap: 31rem;
  }

  .plan-video {
    top: -25rem;
  }

  .implement-list_item.nth2 {
    padding-top: 21rem;
  }

  .implement-list_img-box {
    height: 23rem;
  }

  .success-alert.show {
    text-align: center;
  }

  .success-content {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --page-padding: 1.6rem;
    --green: #1de16b;
    --form-container-height: 100rem;
  }

  .hero-slider {
    margin-top: 0;
  }

  .hero-content {
    top: 50%;
  }

  .nav-logo {
    width: 4.4rem;
    height: auto;
    top: 2rem;
  }

  .h1 {
    letter-spacing: -.3rem;
    width: auto;
    font-weight: 400;
  }

  .hero-text {
    width: auto;
  }

  .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.9rem;
  }

  .h2.h2-plan {
    width: auto;
    margin-bottom: 21rem;
  }

  .h2.h2-people, .h2.h2-format {
    width: auto;
  }

  .h2.h2-form {
    font-size: 3.2rem;
  }

  .about-text.nth1, .about-text.nth2 {
    width: 100%;
  }

  .dash-ellipse.nth1 {
    top: 6rem;
    left: -41.2rem;
  }

  .dash-ellipse.nth2 {
    top: -2rem;
    right: -46rem;
  }

  .dash-ellipse_group {
    height: 100rem;
    padding-top: 22rem;
    top: 3rem;
  }

  .plan-card {
    grid-column-gap: 22rem;
    grid-row-gap: 22rem;
  }

  .plan-video {
    top: -18rem;
  }

  .plan-card_item {
    padding: 1.6rem;
  }

  .h3-plan {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
  }

  .h3-plan_num {
    display: block;
  }

  .implement-list_item {
    padding-top: 14rem;
  }

  .h3-implement {
    text-align: left;
  }

  .implement-list_img-box {
    height: 17rem;
  }

  .implement-list_text-box, .people-description {
    width: auto;
  }

  .people-mask {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .people-card {
    height: 20rem;
    padding: 2.4rem 1.6rem;
  }

  .people-subtitle {
    font-size: 3rem;
  }

  .h3-people {
    font-size: 2.4rem;
  }

  .people-card_img {
    width: 16rem;
    height: auto;
  }

  .dir-card {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .dir-card.nth1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dir-card.nth5 {
    width: calc(100% - 2rem);
  }

  .h3-dir {
    font-size: 2.4rem;
  }

  .format-group {
    grid-row-gap: .4rem;
  }

  .format-descr {
    width: auto;
    font-size: 1.8rem;
  }

  .format-item {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    letter-spacing: -.1rem;
    padding-left: 1.2rem;
    padding-right: 1.6rem;
    font-size: 2rem;
  }

  .format-list {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .cta-section {
    height: 56rem;
  }

  .cta-slider {
    height: 36rem;
  }

  .cta-content {
    height: 56rem;
  }

  .h2-cta.nth2 {
    width: auto;
  }

  .sticky-slider {
    height: 36rem;
  }

  .form-section {
    height: 105rem;
  }

  .sticky-conent {
    height: 36rem;
    margin-top: -36rem;
  }

  .form-box.body {
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
  }

  .footer {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    padding-bottom: 2rem;
  }

  .footer-box {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .success-box {
    padding-bottom: 5.4rem;
  }

  .success-box.show {
    padding-bottom: 0;
  }

  .input {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 2rem;
  }

  .error-box {
    bottom: 4rem;
  }

  .success-alert.show {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .formbox {
    width: 100%;
  }

  .button {
    align-self: flex-start;
  }

  .button.success-alert-btn {
    align-self: center;
  }

  .h2-2 {
    font-size: 4rem;
  }

  .success-text-box {
    width: auto;
    padding-bottom: 0;
  }

  .input-box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .success-content {
    padding-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .btn-form {
    font-size: 1.9rem;
  }

  .loader-logo {
    width: 6rem;
  }
}

#w-node-f41f207b-cbff-8579-1d53-9cdf69f055d0-2983c7a6, #w-node-_3cce8136-df42-59b1-15e5-0d3d5b313c5f-2983c7a6 {
  align-self: center;
}


@font-face {
  font-family: 'UAF sans Book';
  src: url('../fonts/UAFSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UAF sans Wide Medium';
  src: url('../fonts/UAFSans-WideMedium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UAF sans Wide Book';
  src: url('../fonts/UAFSans-WideBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UAF sans Wide Semibold';
  src: url('../fonts/UAFSans-WideSemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UAF sans';
  src: url('../fonts/UAFSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UAF sans Wide';
  src: url('../fonts/UAFSans-WideRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}