:root {
  --light-green: #aeb491;
  --white: white;
  --yellow: #e7ca56;
  --black: black;
  --dark-green: #3f413c;
  --purple-blured: #1a181ce6;
  --dark-purple: #1c1a1e;
}

h2 {
  color: var(--light-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uafsans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main {
  background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/665c6d5edf42868b147d24dd_image%209.jpg");
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 104vh;
  min-height: 800px;
  padding-top: 146px;
  overflow: hidden;
}

.head {
  z-index: 999;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.logo_wrap {
  cursor: pointer;
}

.head_menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.container_main {
  height: 100%;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Uafsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.button.button-white {
  background-color: var(--white);
  padding-bottom: 12px;
  transition: all .2s;
}

.button.button-white:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #ffffffd9;
  background-color: #aeb4918c;
}

.button.button-yellow {
  padding-bottom: 12px;
  transition: all .2s;
}

.button.button-yellow:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #ffffffd9;
  background-color: #aeb4918c;
}

.main_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.div-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading {
  max-width: 180px;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  font-family: Uafsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-2 {
  background-color: var(--dark-green);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 392px;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: Uafsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.body {
  background-color: var(--dark-green);
  font-family: Uafsans, sans-serif;
}

.modern {
  background-color: var(--dark-green);
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-5 {
  max-width: 800px;
}

.heading-6 {
  max-width: 700px;
  color: var(--white);
  margin-top: 104px;
  margin-left: auto;
}

.modal-open {
  cursor: pointer;
  min-height: 680px;
  margin-top: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-poster {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.image {
  width: 20px;
  height: 22px;
}

.div-block-10 {
  padding-bottom: 40px;
  padding-left: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-10.d-10-mob {
  display: none;
}

.heading-7 {
  max-width: 392px;
  color: var(--yellow);
  text-transform: uppercase;
  font-family: Uafsans, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.image-3 {
  object-fit: cover;
  height: 100%;
  position: static;
}

.picture-parallax {
  background-color: var(--dark-green);
}

.about-us {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #1a181ce6;
  padding-top: 120px;
  padding-bottom: 0;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 105vh;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.marquee-wrapper {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  position: relative;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-item {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 494px;
  margin-left: 0;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  background-color: #272727;
  width: 494px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.image-7 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-12 {
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  padding-top: 0;
  display: flex;
}

.heading-8 {
  max-width: 494px;
  color: var(--white);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-8-copy {
  max-width: 282px;
  color: var(--white);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.about-us-pt2 {
  background-color: var(--purple-blured);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  padding-top: 80px;
  padding-bottom: 120px;
}

.tasks {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #1a181ce6;
  padding-bottom: 120px;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  max-width: 200px;
}

.heading-9 {
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
}

.div-block-15 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  position: relative;
}

.image-8 {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  border-bottom: 1px solid #aeb491;
  padding-bottom: 72px;
  transition: border .2s;
  display: flex;
}

.div-block-18:hover {
  border-bottom-color: #5b5165;
}

.div-block-19 {
  margin-left: 64px;
}

.div-block-19.d-19-mob {
  display: none;
}

.list-item {
  color: var(--white);
  font-size: 28px;
  line-height: 40px;
  list-style-type: square;
}

.list {
  max-width: 470px;
}

.heading-10 {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.image-9 {
  width: 165px;
  height: 165px;
}

.why {
  background-color: #3f413c;
  margin-bottom: 120px;
}

.div-block-2-copy {
  text-align: center;
  background-color: #1c1a1e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 423px;
  margin: 0 auto 80px;
  padding: 40px;
  display: flex;
}

.heading-11 {
  max-width: 649px;
}

.div-block-20 {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.div-block-21 {
  width: 100%;
  max-width: 800px;
}

.heading-12 {
  max-width: 698px;
}

.image-10 {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}

.heading-13 {
  margin-bottom: 80px;
}

.heading-14 {
  margin-bottom: 32px;
}

.div-block-22 {
  border-top: 1px solid #aeb491;
  border-bottom: 1px solid #aeb491;
  justify-content: space-between;
  height: 100%;
  max-height: 180px;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 180px;
  display: flex;
}

.heading-15 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.div-block-23-copy {
  border-left: 1px solid #aeb491;
  border-right: 1px solid #aeb491;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 180px;
  display: flex;
}

.heading-14-copy {
  margin-top: 48px;
  margin-bottom: 32px;
}

.div-block-23-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 180px;
  display: flex;
}

.div-block-24 {
  border-top: 1px solid #aeb491;
  border-bottom: 1px solid #aeb491;
  justify-content: space-between;
  height: 120px;
  display: flex;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.heading-15-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.div-25-mid {
  border-left: 1px solid #aeb491;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.div-25-mid-2 {
  border-left: 1px solid #aeb491;
  border-right: 1px solid #aeb491;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.div-block-20-copy {
  justify-content: space-between;
  margin-top: 120px;
  display: flex;
}

.image-10-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.heading-16 {
  max-width: 500px;
  color: var(--light-green);
  margin-top: 80px;
  margin-bottom: 56px;
  font-size: 40px;
  line-height: 44px;
}

.heading-13-copy {
  margin-bottom: 0;
}

.div-block-26 {
  margin-top: 80px;
}

.div-block-12-copy {
  margin-top: 0;
  margin-left: auto;
  padding-top: 0;
  display: flex;
}

.heading-8-copy-copy {
  max-width: 282px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.heading-11-copy {
  max-width: 649px;
  margin-top: 120px;
}

.image-11 {
  width: 100%;
  margin-top: 40px;
}

.div-block-27 {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.heading-18 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-29 {
  border-bottom: 1px solid var(--light-green);
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.heading-19 {
  margin-top: 60px;
}

.who-need {
  background-color: var(--dark-green);
  margin-top: 0;
}

.div-block-30 {
  height: 100%;
  max-height: 720px;
  position: relative;
}

.heading-20 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 32px;
  font-size: 152px;
  line-height: 136px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.container-relative {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.div-block-31 {
  background-color: var(--purple-blured);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  padding-top: 80px;
}

.heading-21 {
  max-width: 698px;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.who-need-desc {
  max-width: 392px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.who-need_title {
  max-width: 800px;
  margin-top: 120px;
}

.div-block-33 {
  margin-top: 80px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area" 310px
                 "." 310px
                 "." 310px
                 "." 310px
                 / 33% 33% 33%;
  grid-auto-columns: .25fr;
}

.div-block-34 {
  border-bottom: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  border-right: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  border-left: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36, .div-block-37 {
  border-bottom: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  border-right: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  border-left: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39 {
  border-bottom: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  border-right: 1px solid var(--light-green);
  border-left: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-41.d-41-hide {
  display: flex;
}

.heading-22 {
  max-width: 242px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  background-color: var(--yellow);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 425px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.heading-2-copy {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Uafsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.how-join {
  background-color: var(--yellow);
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-44 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-23 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 72px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 70px;
}

.heading-24 {
  width: 100%;
  max-width: 596px;
  color: var(--black);
  text-align: center;
  margin-top: 48px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-45 {
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  min-height: 80px;
  margin-top: 72px;
  display: flex;
  position: relative;
}

.button4 {
  z-index: 1;
  background-color: var(--black);
  width: 300px;
  height: 80px;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  overflow: hidden;
}

.top-line {
  background-color: var(--black);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button3-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Uafsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.bottom-line {
  background-color: var(--black);
  perspective-origin: 100%;
  transform-origin: 100%;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-line {
  background-color: var(--black);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-line {
  background-color: var(--black);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.support {
  background-color: var(--dark-green);
  padding-top: 0;
  padding-bottom: 120px;
}

.support_title {
  max-width: 800px;
}

.heading-25 {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  grid-template-rows: 319px 440px;
  grid-template-areas: ". ."
                       "Area Area-2";
  margin-top: 80px;
}

.div-block-46 {
  border-top: 1px solid #000;
  border-right: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.heading-26 {
  text-transform: uppercase;
  margin-top: 56px;
  margin-bottom: 16px;
}

.link {
  color: var(--white);
  word-break: break-all;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}

.div-block-47 {
  max-width: 100%;
}

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  display: flex;
}

.footer {
  background-color: #1a181c;
  padding-top: 90px;
  padding-bottom: 30px;
}

.footer_title {
  text-align: center;
  width: 100%;
}

.div-block-49 {
  max-width: 290px;
  text-decoration: none;
}

.heading-28 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 77px;
  display: flex;
}

.div-block-51 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  display: flex;
}

.div-block-52 {
  justify-content: space-between;
  max-width: 140px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
}

.heading-30 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-wrapper {
  margin-bottom: 40px;
  line-height: 1;
  position: static;
}

.text-wrapper.top-120 {
  margin-top: 120px;
}

.text-wrapper.top-120.tablet-show {
  display: none;
}

.text-wrapper.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
  overflow: visible;
}

.div-hide.top {
  inset: 0%;
  height: auto;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 1.1;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.text.mkdc {
  padding-top: 0;
}

.div-show-table-mobile {
  display: none;
}

.navbar {
  z-index: 999;
  margin-bottom: -166px;
  padding-top: 32px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.div-block-53 {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-55 {
  max-width: 40px;
}

.div-block-56 {
  display: none;
}

.heading-9-copy {
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
  display: none;
}

.div-block-14-copy {
  max-width: 200px;
}

.heading-9-hide {
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
}

.heading-17-copy {
  max-width: 290px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-57 {
  display: none;
}

.div-block-58 {
  width: 100%;
  display: flex;
}

.picture-parallax-copy {
  background-color: var(--dark-green);
}

.image-21 {
  width: 100%;
}

.image-10-copy-copy {
  width: 100%;
  overflow: hidden;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  background-color: #0000;
  border-bottom: 1px #d9dbe9;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.heading-13-copy-copy {
  margin-top: 24px;
  margin-bottom: 0;
}

.div-block-61 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.heading-32 {
  color: var(--light-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.heading-32._32-hide {
  display: none;
}

.div-block-64 {
  background-image: linear-gradient(0deg, var(--dark-green), transparent);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-46-copy {
  border-top: 1px solid var(--light-green);
  border-right: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-48-copy {
  border-top: 1px solid var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 56px;
  display: flex;
}

.heading-27-copy {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.heading-33 {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-17 {
  color: var(--white);
  text-decoration: underline;
}

.div-block-218 {
  background-color: #fff;
  width: 540px;
  padding: 40px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(0, -50%)translate(-50%);
}

.div-block-218.d-140 {
  z-index: 150;
  z-index: 150;
  background-color: #0000;
  border-radius: 3px;
  width: 372px;
  height: 640px;
  padding: 0;
  display: block;
  position: static;
  transform: none;
}

.close-icon {
  z-index: 20;
  background-color: var(--white);
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 24px;
  padding: 10px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
}

.close-icon:hover {
  background-color: var(--yellow);
  opacity: 1;
}

.modal-closer {
  z-index: 5;
  background-color: #000c;
  position: absolute;
  inset: 0;
}

.modal-video {
  z-index: 9998;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-314, .div-block-316 {
  overflow: hidden;
}

.main_title-copy {
  max-width: 1000px;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  line-height: 100px;
}

.dropdown {
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 10px 5px;
  display: inline-block;
}

.dropdown-toggle {
  width: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.icon {
  color: #7da6cc;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.div-block-317 {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link {
  color: var(--white);
  margin-top: 5px;
  padding: 0;
  font-family: Uafsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.dropdown-link.w--current {
  color: var(--white);
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.text-block {
  color: var(--white);
  margin-right: 4px;
  font-family: Uafsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .main_title.wc {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 1270px;
    display: flex;
  }

  .head_menu {
    flex-flow: row-reverse;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main_title {
    max-width: 565px;
  }

  .heading {
    width: 100%;
    max-width: 254px;
  }

  .div-block-2 {
    max-width: 344px;
  }

  .heading-6 {
    margin-top: 64px;
  }

  .modal-open {
    min-height: 400px;
  }

  .div-block-10 {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .div-block-11, .div-block-13 {
    flex-flow: column;
  }

  .div-block-14 {
    margin-bottom: 64px;
  }

  .heading-9 {
    display: block;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    display: flex;
  }

  .image-8 {
    width: 100%;
    height: 100%;
  }

  .div-block-19 {
    flex: 1;
    margin-left: 24px;
  }

  .image-9 {
    object-fit: cover;
    width: 165px;
    height: 165px;
  }

  .div-block-2-copy {
    max-width: 344px;
  }

  .div-block-20 {
    flex-flow: column;
    margin-top: 64px;
  }

  .div-block-21 {
    max-width: 100%;
  }

  .image-10 {
    object-fit: cover;
    width: 100%;
  }

  .div-block-20-copy {
    flex-flow: column;
  }

  .image-10-copy {
    width: 100%;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-28 {
    margin-top: 64px;
  }

  .heading-20 {
    letter-spacing: -5px;
    font-size: 140px;
    line-height: 126px;
  }

  .image-12 {
    height: 720px;
    max-height: none;
  }

  .grid {
    grid-template-columns: 50% 50%;
  }

  .div-block-35 {
    border-right-style: none;
  }

  .div-block-37 {
    border-left: 1px solid var(--light-green);
  }

  .div-block-37.is-left-on-tablet {
    border-left-style: none;
  }

  .div-block-38 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-38.is-tablet-right {
    border-left-style: solid;
  }

  .div-block-39 {
    border-left: 1px solid var(--light-green);
  }

  .div-block-39.is-left-tablet {
    border-bottom-style: none;
    border-left-style: none;
  }

  .div-block-41 {
    width: 344px;
    min-height: 310px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-41.d-41-hide {
    border-right-style: none;
    width: 100%;
    display: flex;
  }

  .div-block-43 {
    max-width: 344px;
  }

  .heading-25 {
    margin-left: 0;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    display: flex;
  }

  .div-block-46 {
    border-right-style: none;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .div-block-48 {
    border-top: 1px solid var(--light-green);
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 0;
  }

  .div-block-49 {
    width: 100%;
    max-width: 49%;
    margin-bottom: 30px;
  }

  .text-wrapper {
    margin-bottom: 0;
    display: block;
  }

  .text-wrapper.top-120.tablet-hide {
    display: none;
  }

  .text-wrapper.top-120.top {
    margin-top: 0;
  }

  .div-show-table-mobile {
    display: none;
  }

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-55 {
    display: none;
  }

  .div-block-56 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-9-copy {
    display: block;
  }

  .div-block-14-copy {
    max-width: 290px;
    margin-bottom: 64px;
  }

  .heading-9-hide {
    display: none;
  }

  .heading-17-copy {
    max-width: 430px;
  }

  .image-15 {
    object-fit: cover;
    width: 100%;
    max-height: 160px;
  }

  .image-10-copy-copy {
    width: 100%;
  }

  .div-block-46-copy {
    border-right-style: none;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .div-block-48-copy {
    border-top: 1px solid var(--light-green);
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 0;
  }

  .div-block-218 {
    width: 480px;
    padding: 20px 20px 10px;
  }

  .close-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 20px;
    right: 0;
  }

  .main_title-copy {
    max-width: 565px;
  }

  .dropdown {
    margin-top: 12px;
  }

  .div-block-318, .div-block-319 {
    display: none;
  }

  .anketa-form-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-320 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .checkbox-label {
    max-width: none;
  }

  .main-privacy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 1270px;
    display: flex;
  }

  ._1-main, .nav-link {
    font-size: 16px;
  }

  ._1-about-title {
    font-size: 45px;
  }

  .task-img {
    max-width: 360px;
  }

  .stage-abs-text {
    display: none;
  }

  .thank-you-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .main {
    min-height: 812px;
  }

  .head_menu {
    display: none;
  }

  .container, .container.container_main, .container.container_main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.button-white, .button.button-yellow, .button.button-white, .button.button-yellow {
    text-align: center;
    width: 328px;
  }

  .main_title {
    text-align: center;
    font-size: 56px;
    line-height: 50px;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading {
    text-align: center;
  }

  .div-block-2 {
    max-width: 328px;
    margin-top: 40px;
  }

  .heading-2 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .modern {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .heading-6 {
    margin-top: 48px;
    font-size: 22px;
    line-height: 30px;
  }

  .video {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .modal-open {
    min-height: 300px;
    margin-top: 48px;
  }

  .div-block-9 {
    width: 60px;
    height: 60px;
  }

  .image {
    width: 15px;
    height: 15px;
  }

  .div-block-10 {
    display: none;
  }

  .div-block-10.d-10-mob {
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .heading-7 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .picture-parallax {
    padding-top: 80px;
  }

  .image-5 {
    height: 400px;
    max-height: 400px;
  }

  .marquee-wrapper {
    height: 320px;
    margin-top: 64px;
    font-size: .7em;
  }

  .marquee-item {
    width: 360px;
  }

  .marquee-image {
    width: 360px;
    height: 320px;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .heading-8 {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-8-copy {
    margin-top: 32px;
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .about-us-pt2 {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .tasks {
    padding-bottom: 80px;
  }

  .div-block-14 {
    margin-bottom: 40px;
  }

  .heading-9 {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
  }

  .div-block-18 {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-19.d-19-mob {
    margin-top: 32px;
    margin-left: 0;
    display: block;
  }

  .list-item {
    font-size: 22px;
    line-height: 30px;
  }

  .image-9 {
    width: 88px;
    height: 88px;
  }

  .why {
    margin-bottom: 80px;
  }

  .div-block-2-copy {
    max-width: 328px;
    padding: 24px;
  }

  .div-block-20 {
    margin-top: 48px;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-10 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-13 {
    margin-bottom: 64px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-14 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-22 {
    flex-flow: column;
    max-height: none;
  }

  .div-block-23 {
    width: 100%;
  }

  .heading-15 {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-23-copy {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--light-green);
    border-bottom-width: 1px;
    border-bottom-color: var(--light-green);
    width: 100%;
  }

  .heading-14-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-24 {
    flex-flow: column;
    height: auto;
  }

  .div-block-25 {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-15-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .div-25-mid {
    border-top: 1px solid var(--light-green);
    border-bottom: 1px solid var(--light-green);
    border-left-style: none;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-25-mid-2 {
    border-bottom: 1px solid var(--light-green);
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-20-copy {
    margin-top: 80px;
  }

  .heading-16 {
    margin-top: 64px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-13-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-26 {
    margin-top: 64px;
  }

  .div-block-12-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .heading-8-copy-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .image-11 {
    margin-top: 32px;
  }

  .div-block-27 {
    margin-top: 64px;
  }

  .div-block-28 {
    max-width: 100%;
    margin-top: 40px;
  }

  .heading-18 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-19 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .who-need {
    padding-top: 0;
  }

  .heading-20 {
    letter-spacing: -1px;
    font-size: 64px;
    line-height: 57px;
  }

  .image-12 {
    height: 560px;
  }

  .div-block-31 {
    padding-top: 64px;
  }

  .heading-21 {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-32 {
    flex-flow: column;
  }

  .who-need-desc {
    max-width: 100%;
    margin-top: 32px;
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .grid {
    grid-template-rows: 225px 225px 225px;
    grid-template-columns: 100%;
    grid-auto-rows: 225px;
  }

  .div-block-34 {
    border-top: 1px solid var(--light-green);
  }

  .div-block-35 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-37, .div-block-38.is-tablet-right, .div-block-38.is-tablet-right, .div-block-39 {
    border-left-style: none;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-41 {
    border-bottom: 1px solid var(--light-green);
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    height: 225px;
    min-height: auto;
    padding-top: 63px;
    padding-bottom: 32px;
  }

  .div-block-41.d-41-hide {
    border-top: 1px solid var(--light-green);
    border-top: 1px solid var(--light-green);
  }

  .heading-22 {
    margin-top: 30px;
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-42 {
    display: none;
  }

  .div-block-43 {
    max-width: 328px;
    margin-top: 80px;
    padding: 24px;
  }

  .heading-2-copy {
    font-size: 17px;
    line-height: 20px;
  }

  .how-join {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-23 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-24 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-45 {
    margin-top: 40px;
  }

  .button4 {
    background-color: var(--purple-blured);
  }

  .support {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-25 {
    margin-top: 64px;
    font-size: 22px;
    line-height: 30px;
  }

  .grid-2 {
    margin-top: 64px;
  }

  .div-block-46 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-26 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-48 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    padding-top: 64px;
  }

  .div-block-49 {
    margin-bottom: 20px;
  }

  .heading-28 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-50 {
    margin-top: 64px;
  }

  .div-block-51 {
    margin-top: 80px;
  }

  .div-block-52 {
    margin-top: 64px;
  }

  .text-wrapper {
    display: none;
  }

  .text-wrapper.center, .text-wrapper.mobile-hide {
    display: none;
  }

  .text-wrapper.top-120 {
    margin-top: 80px;
  }

  .text-wrapper.center, .text-wrapper.mobile-hide {
    display: none;
  }

  .text {
    font-size: 40px;
    line-height: 40px;
  }

  .div-show-table-mobile {
    display: block;
  }

  .navbar {
    margin-bottom: -85px;
    padding-top: 16px;
    padding-bottom: 10px;
    position: relative;
  }

  .heading-9-copy {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-14-copy {
    margin-bottom: 40px;
  }

  .image-17 {
    max-width: 107px;
  }

  .div-block-57 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .picture-parallax-copy {
    padding-top: 0;
  }

  .image-18 {
    max-width: 120px;
  }

  .image-19 {
    max-width: 62px;
  }

  .heading-13-copy-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-64 {
    background-image: linear-gradient(0deg, #3f413cfc 5%, #0000);
    height: 100px;
  }

  .div-block-46-copy, .div-block-48-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-218 {
    background-color: #fffaf7;
    width: 340px;
  }

  .div-block-218.d-140 {
    width: 90%;
    height: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .close-icon {
    margin-top: 12px;
    top: 0;
  }

  .main_title-copy {
    text-align: center;
    font-size: 56px;
    line-height: 50px;
  }

  .dropdown {
    margin-top: 0;
  }

  .main-privacy {
    min-height: 812px;
  }

  ._1-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._1-section.is-hero {
    min-height: 60vh;
  }

  ._1-section.is-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1-section.is-gallery {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._1-container.ied {
    position: static;
  }

  .nav-menu {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
  }

  .nav-menu-body {
    display: none;
  }

  .about-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask-center {
    width: 380px;
  }

  .mask-center.is-black {
    height: 52px;
  }

  .is-spec {
    font-size: 30px;
  }

  .task-svg {
    width: 18px;
    height: 18px;
    padding: 4.5px;
  }

  .cta-title {
    text-align: center;
  }

  .task-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -31px;
  }

  .task-img {
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
  }

  .task-form {
    order: -9999;
  }

  .swiper-wrapper.is-vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .position-title-wr {
    justify-content: space-between;
    align-items: center;
  }

  .position-btn {
    margin-bottom: 0;
  }

  .add-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .add-item-content {
    padding-left: 44px;
    padding-right: 44px;
  }

  .faq-list {
    flex-flow: column;
    display: flex;
  }

  .gallery-img {
    width: 278px;
    height: 197px;
    margin-right: -13px;
  }

  .footer-content {
    flex-flow: column;
    display: flex;
  }

  .footer-privacy {
    order: 1;
  }

  .footer-logo {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-phone {
    order: 1;
  }

  .position-next {
    display: none;
  }

  .task-item-wr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .privacy-18-24 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .paragraph {
    font-size: 25px;
  }

  .image-25 {
    max-width: 44px;
    margin-bottom: 30px;
  }

  .lang-switcer-hero {
    inset: 43px 16px auto auto;
  }

  .v2-submit-btn.sl {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button.button-white, .button.button-yellow, .button.button-white, .button.button-yellow {
    width: 100%;
  }

  .main_title {
    text-align: left;
  }

  .main_title.wc {
    font-size: 48px;
    line-height: 45px;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .div-block-2 {
    max-width: 100%;
    padding: 24px;
  }

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

  .modal-open {
    min-height: 185px;
  }

  .div-block-9 {
    width: 44px;
    height: 44px;
  }

  .image {
    width: 10px;
  }

  .marquee-wrapper {
    height: 232px;
  }

  .marquee-item {
    width: 300px;
  }

  .marquee-image {
    width: 300px;
    height: 232px;
  }

  .list-item {
    font-size: 21px;
    list-style-type: square;
  }

  .list {
    padding-left: 30px;
    list-style-type: decimal;
  }

  .image-10 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 32% 50%;
    min-height: 240px;
    margin-bottom: 64px;
  }

  .heading-14-copy {
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .heading-20 {
    margin-bottom: 24px;
    margin-left: 16px;
  }

  .div-block-33 {
    margin-top: 64px;
  }

  .button4 {
    background-color: #1d1a1e;
  }

  .footer {
    padding-bottom: 26px;
  }

  .div-block-49 {
    flex-flow: column;
    max-width: 48%;
    margin-bottom: 32px;
    display: flex;
  }

  .heading-28 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .text-wrapper.top-120.tablet-hide, .text-wrapper.mobile-hide, .text-wrapper.top-120.tablet-hide, .text-wrapper.top-120.tablet-hide, .text-wrapper.mobile-hide {
    display: none;
  }

  .text {
    letter-spacing: -2px;
    padding-top: 9px;
    font-weight: 800;
  }

  .heading-17-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .image-15 {
    object-position: 61% 50%;
    height: 160px;
    max-height: none;
  }

  .div-block-57.erf {
    padding-top: 67px;
    padding-bottom: 36px;
  }

  .image-20 {
    object-fit: cover;
    object-position: 31% 50%;
    height: 240px;
  }

  .image-21, .image-10-copy-copy {
    object-fit: cover;
    height: 240px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-64 {
    height: 120px;
  }

  .div-block-218 {
    width: 280px;
  }

  .div-block-218.d-140 {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 40%;
    overflow: visible;
  }

  .close-icon {
    margin-right: 10px;
    top: 0;
  }

  .modal-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
  }

  .main_title-copy {
    text-align: left;
  }

  .anketa-form-block {
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px;
    font-size: 15px;
  }

  .anketa-form-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .anketa-divider-56 {
    margin-bottom: 30px;
  }

  .radio-button-field {
    padding-left: 43px;
  }

  .radio-button {
    width: 30px;
    height: 30px;
  }

  .div-block-320 {
    flex-flow: column;
  }

  .anketa-close {
    top: 16px;
    right: 36px;
  }

  .code-embed {
    width: 22px;
    height: 22px;
  }

  .main-privacy {
    padding-top: 89px;
  }

  .heading-34 {
    font-size: 30px;
    line-height: 31px;
  }

  ._1-main {
    font-size: 20px;
  }

  ._1-section.is-hero {
    background-image: linear-gradient(0deg, #000, #0000 41%), url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69ae8a8eea2ef1dc62123bfa_120%201.webp");
    background-size: auto, cover;
    min-height: 100vh;
    padding-bottom: 90px;
  }

  ._1-section.is-about {
    padding-top: 10px;
    font-size: 15px;
  }

  ._1-section.is-cta {
    background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a84532da309600b97b8576_logo-black.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 377px;
  }

  .hero-button-wr {
    width: 100%;
  }

  ._1-hero-button {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
  }

  ._1-hero-button.is-thadsd {
    text-transform: none;
    text-transform: none;
  }

  .nav-logo {
    width: 44px;
    height: 77px;
    margin-left: 0;
  }

  ._1-about-title {
    font-size: 25px;
  }

  .about-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-item-logo {
    height: 100%;
  }

  .mask-center {
    width: 80%;
  }

  .is-spec {
    font-size: 25px;
  }

  .stage-list {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .stage-item {
    aspect-ratio: 3.4 / 3.6;
    max-width: 100%;
  }

  .stage-item-content {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .task-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .task-item {
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 112px;
    font-size: 14px;
    font-weight: 500;
  }

  .task-svg {
    width: 30px;
    height: 30px;
    padding: 9.5px;
  }

  .cta-title {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-title.is-rf {
    max-width: 240px;
  }

  .task-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -21px;
  }

  .task-img {
    width: 100%;
    max-width: 412px;
  }

  ._1-form {
    font-size: 16px;
  }

  ._1-h2 {
    z-index: 2;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
  }

  .swiper.is-position {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .swiper-wrapper.is-vertical {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .position-card {
    width: 340px;
    height: 466px;
  }

  .position-card-mask {
    background-image: linear-gradient(0deg, #000, #e7ca5654 60%, #e7ca5696 85%, #e7ca56);
  }

  .position-card-content {
    padding-top: 14px;
  }

  .position-img-wr {
    width: 324px;
    height: 222px;
    margin-bottom: 6px;
  }

  .position-title {
    letter-spacing: -.03em;
    font-size: 24px;
  }

  .position-title-wr {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  .position-subtitle {
    font-size: 14px;
  }

  .position-btn {
    padding: 18px 40px;
    font-size: 16px;
  }

  .add-item {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-row-gap: 12px;
  }

  .footer-link {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-phone {
    order: 9999;
  }

  .task-item-wr {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-start;
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-mob-none {
    display: none;
  }

  .hero-pc-none {
    max-width: 250px;
    display: block;
  }

  .hero-depth {
    display: none;
  }

  .preloader {
    padding-top: 100px;
  }

  .image-23 {
    max-width: 140px;
    margin-bottom: 160px;
  }

  .thank-you {
    background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a9ade946b1280189db389e_Group%201707484354.webp");
    background-size: cover;
    padding: 22px 17px 120px;
  }

  .text-block-2 {
    font-size: 45px;
  }

  .image-24 {
    width: 44px;
  }

  .privacy-18-24 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .lang-switcer-hero {
    top: 53px;
  }
}
