body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
  font-family: "GeistMono", sans-serif;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GeistMono";
  src: url("../fonts/GeistMono-Black-BF65694d04ad722.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GeistMono";
  src: url("../fonts/GeistMono-Bold-BF65694d053b6e4.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GeistMono";
  src: url("../fonts/GeistMono-SemiBold-BF65694d056d1c5.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GeistMono";
  src: url("../fonts/GeistMono-Medium-BF65694d060c7bc.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GeistMono";
  src: url("../fonts/GeistMono-Regular-BF65694d05471c0.otf");
  font-weight: 400;
  font-style: normal;
}
.screen__wrapper {
  width: 100%;
  min-height: 100vh;
  padding-left: 140px;
  padding-right: 152px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background: url("../img/ball.webp");
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position: bottom center;
}
.screen__wrapper .apply__form {
  width: 100%;
  max-width: 480px;
  position: relative;
}
.screen__wrapper .apply__form > img {
  position: absolute;
  top: 108px;
  left: -203px;
  max-width: 265px;
}
.screen__wrapper .apply__form .faq__btn {
  text-align: right;
  position: absolute;
  right: 0px;
  margin-top: 60px;
}
.screen__wrapper .apply__form .faq__btn > a {
  font-size: 14px;
  line-height: 137%;
  color: #101010;
  font-family: "Geist", sans-serif;
  text-decoration: none;
  transition: 0.3s ease all;
}
.screen__wrapper .apply__form .faq__btn > a:hover {
  opacity: 0.7;
}
.screen__wrapper .apply__form:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 266px;
  height: calc(100vh - 15px);
  top: 50%;
  background: url("../img/grid.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
}
.screen__wrapper .apply__form > form {
  width: 100%;
  padding: 37px 50px;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
.screen__wrapper .apply__form > form .group__submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  align-items: center;
}
.screen__wrapper .apply__form > form .group__submit > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  border-radius: 50px;
  background-color: #101010;
  cursor: pointer;
  border: 0px;
  outline: none;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  font-family: "Geist", sans-serif;
  color: #CFCFCD;
  transition: 0.3s ease all;
}
.screen__wrapper .apply__form > form .group__submit > button:hover {
  background-color: #363333;
}
.screen__wrapper .apply__form > form .group__dropdown {
  margin-bottom: 15px;
  position: relative;
}
.screen__wrapper .apply__form > form .group__dropdown .drop {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  border: 1px solid #050708;
  background-color: #fff;
  padding: 12px;
}
.screen__wrapper .apply__form > form .group__dropdown .drop ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.screen__wrapper .apply__form > form .group__dropdown .drop ul > li > a {
  padding: 8px 12px;
  transition: 0.3s ease all;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #101010;
  line-height: 130%;
  text-decoration: none;
}
.screen__wrapper .apply__form > form .group__dropdown .drop ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.screen__wrapper .apply__form > form .group__dropdown > a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #050708;
  min-height: 34px;
}
.screen__wrapper .apply__form > form .group__dropdown > a.opened > img {
  transform: rotate(180deg);
}
.screen__wrapper .apply__form > form .group__dropdown > a > img {
  transition: 0.3s ease all;
}
.screen__wrapper .apply__form > form .group__dropdown > a > span {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #101010;
  text-transform: uppercase;
}
.screen__wrapper .apply__form > form .group__input {
  width: 100%;
  margin-bottom: 15px;
}
.screen__wrapper .apply__form > form .group__input > textarea {
  width: 100%;
  height: 56px;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #050708;
  font-size: 14px;
  line-height: 137%;
  color: #101010;
  padding-bottom: 15px;
  resize: none;
}
.screen__wrapper .apply__form > form .group__input > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > textarea::-moz-placeholder { /* Firefox 19+ */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > textarea:-ms-input-placeholder { /* IE 10+ */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > textarea:-moz-placeholder { /* Firefox 18- */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > input {
  width: 100%;
  border: 0px;
  outline: none;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 137%;
  color: #101010;
  height: 36px;
  border-bottom: 1px solid #050708;
}
.screen__wrapper .apply__form > form .group__input > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > input::-moz-placeholder { /* Firefox 19+ */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > input:-ms-input-placeholder { /* IE 10+ */
  color: #101010;
}
.screen__wrapper .apply__form > form .group__input > input:-moz-placeholder { /* Firefox 18- */
  color: #101010;
}
.screen__wrapper .apply__form > form > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 90%;
  color: #101010;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}
.screen__wrapper .apply__desc {
  width: 100%;
  max-width: 320px;
}
.screen__wrapper .apply__desc .list > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 137%;
  font-weight: 400;
  color: #101010;
  text-transform: uppercase;
}
.screen__wrapper .apply__desc .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.screen__wrapper .apply__desc .list ul > li {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 137%;
  color: #101010;
  font-weight: 400;
  font-family: "Geist", sans-serif;
}
.screen__wrapper .apply__desc .list ul > li span {
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 250px;
  background-color: #101010;
  display: inline-flex;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.screen__wrapper .apply__desc .list ul > li:last-child {
  margin-bottom: 0px;
}
.screen__wrapper .apply__desc > span {
  display: block;
  margin-bottom: 26px;
}
.screen__wrapper .apply__desc > span img {
  max-width: 100px;
}
.screen__wrapper .apply__desc > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 40px;
  color: #101010;
  line-height: 90%;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.screen__wrapper .apply__form:before {
  pointer-events: none;
}

.screen__wrapper.noback {
  background: none;
}

.screen__wrapper.spacer .list {
  margin-top: 115px;
}

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

/* Hide the browser's default checkbox */
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border: 1px solid rgba(16, 16, 16, 0.1);
}

.check label {
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
.container__check input:checked ~ .checkmark {
  background-color: rgba(16, 16, 16, 0.1);
  border-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container__check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container__check .checkmark:after {
  left: 3.5px;
  top: 0px;
  width: 3px;
  height: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.screen__wrapper .membership__wrapper {
  max-width: 480px;
  width: 100%;
  padding: 37px 50px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.screen__wrapper .membership__wrapper form .checks > .check {
  margin-bottom: 12px;
}
.screen__wrapper .membership__wrapper form .checks > .check .container__check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.screen__wrapper .membership__wrapper form .checks > .check .container__check > p {
  margin: 0px;
  font-size: 14px;
  line-height: 137%;
  color: #101010;
  text-transform: uppercase;
  font-weight: 400;
}
.screen__wrapper .membership__wrapper form .checks > .check:last-child {
  margin-bottom: 0px;
}
.screen__wrapper .membership__wrapper form .group__submit {
  display: flex;
  justify-content: flex-start;
  margin-top: 28px;
  align-items: center;
}
.screen__wrapper .membership__wrapper form .group__submit.active > button {
  opacity: 1;
  pointer-events: initial;
}
.screen__wrapper .membership__wrapper form .group__submit > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0px;
  min-width: 120px;
  min-height: 40px;
  border-radius: 50px;
  background-color: #101010;
  font-size: 14px;
  line-height: 135%;
  font-family: "Geist", sans-serif;
  color: #CFCFCD;
  transition: 0.3s ease all;
  font-weight: 600;
  opacity: 0.5;
  pointer-events: none;
}
.screen__wrapper .membership__wrapper form .group__submit > button:hover {
  background-color: #363333;
}
.screen__wrapper .membership__wrapper form > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 90%;
  color: #101010;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}
.screen__wrapper .membership__desc {
  max-width: 420px;
  position: relative;
  top: -95px;
}
.screen__wrapper .membership__desc > h2 {
  font-size: 40px;
  line-height: 90%;
  color: #101010;
  font-family: "Geist", sans-serif;
  letter-spacing: -0.06em;
}

.resources__wrapper {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 72px;
  padding-bottom: 24px;
}
.resources__wrapper > .top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.resources__wrapper > .top > h6 {
  margin: 0px;
  font-size: 40px;
  line-height: 90%;
  font-family: "Geist", sans-serif;
  color: #101010;
  font-weight: 400;
}
.resources__wrapper > .top > span {
  min-width: 175px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.resources__wrapper > .top > span img {
  min-width: 101px;
  max-width: 101px;
}

.resources__grid {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: flex-start;
}
.resources__grid .resources__main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.resources__grid .resources__main > .elem {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
  text-decoration: none;
  transition: 0.15s ease all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.resources__grid .resources__main > .elem:hover {
  transform: scale(1.01);
}
.resources__grid .resources__main > .elem .media {
  width: 100%;
  position: relative;
  height: 0px;
  padding-bottom: 62%;
}
.resources__grid .resources__main > .elem .media img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.resources__grid .resources__main > .elem > .desc {
  padding: 14px;
  margin-bottom: 8px;
}
.resources__grid .resources__main > .elem > .desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 130%;
  color: #101010;
  font-family: "Geist", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  min-height: 55px;
  -webkit-box-orient: vertical;
}
.resources__grid .resources__main > .elem > .desc > h6 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #101010;
  font-weight: 500;
  font-family: "Geist", sans-serif;
}
.resources__grid .resources__main > .elem > .desc > .tag {
  display: inline-flex;
  margin-bottom: 10px;
}
.resources__grid .resources__main > .elem > .desc > .tag.link {
  font-size: 12px;
  line-height: 137%;
  color: #101010;
  font-weight: 400;
  background-color: #F8F8F8;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.resources__grid .resources__main > .elem > .desc > .tag.members {
  font-size: 12px;
  line-height: 137%;
  color: #101010;
  font-weight: 400;
  background-color: #bde9bc;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.resources__grid .resources__main > .elem > .desc > .tag.supporters {
  font-size: 12px;
  line-height: 137%;
  color: #101010;
  font-weight: 400;
  background-color: rgba(255, 233, 177, 0.68);
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.resources__grid .side {
  min-width: 175px;
  max-width: 175px;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.resources__grid .side ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.resources__grid .side ul > li {
  margin-bottom: 2px;
}
.resources__grid .side ul > li:last-child {
  margin-bottom: 0px;
}
.resources__grid .side ul > li > a {
  font-size: 14px;
  line-height: 130%;
  color: #101010;
  font-weight: 500;
  font-family: "Geist", sans-serif;
  text-decoration: none;
  transition: 0.3s ease all;
}
.resources__grid .side ul > li > a:hover {
  opacity: 0.7;
}
.resources__grid .side > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 137%;
  color: #101010;
  text-transform: uppercase;
  font-weight: 400;
}

.resource__article {
  width: 100%;
}
.resource__article > .media {
  margin-bottom: 50px;
  margin-top: 75px;
}
.resource__article > .double {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 18px;
  margin-top: 75px;
}
.resource__article .media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
.resource__article .media > img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  max-width: 100%;
}
.resource__article > p {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #48473D;
}
.resource__article > p a {
  color: #48473D;
  font-family: "Geist", sans-serif;
  text-decoration: underline;
}
.resource__article > p:last-child {
  margin-bottom: 0px;
}

.colored {
  background-color: #F8F8F8;
}

textarea {
  max-height: 180px;
  min-height: 56px;
  height: auto;
}

.resources__wrapper > .top > span {
  position: fixed;
  top: 24px;
  left: 24px;
}

.resources__wrapper > .top {
  padding-left: 175px;
}

.screen__login .apply__form {
  margin-left: auto;
  margin-right: auto;
}

@media (max-height: 767px) {
  .screen__wrapper .apply__form .faq__btn {
    margin-top: 25px;
  }
}
@media (max-width: 1400px) {
  .resources__grid .resources__main {
    grid-template-columns: repeat(3, 1fr);
  }
  .resources__wrapper {
    padding-right: 24px;
  }
}
@media (max-width: 1200px) {
  .resource__article > .media, .resource__article > .double {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .resource__article > p {
    font-size: 16px;
  }
  .resources__wrapper > .top > h6 {
    font-size: 32px;
    line-height: 40px;
  }
  .screen__wrapper .membership__wrapper {
    padding: 25px 30px;
  }
  .screen__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .screen__wrapper .apply__form {
    max-width: 410px;
  }
  .screen__wrapper .apply__form > form {
    padding: 25px 30px;
  }
}
@media (max-width: 1080px) {
  .resources__wrapper > .top > span {
    position: static;
  }
  .resources__wrapper > .top {
    padding-left: 0px;
  }
  .resources__wrapper > .top > span {
    min-width: 120px;
    margin-right: 20px;
  }
  .resources__grid {
    flex-direction: column;
  }
  .resources__grid .side {
    position: static;
    transform: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .resources__grid .resources__main {
    grid-template-columns: repeat(2, 1fr);
  }
  .screen__wrapper.spacer .list {
    margin-top: 0px;
  }
  .screen__wrapper.noback .faq__btn > a {
    color: #101010 !important;
  }
  .screen__wrapper .apply__desc > h2:last-child {
    margin-bottom: 0px;
  }
  .screen__wrapper .apply__desc {
    top: 0px;
  }
  .screen__wrapper .apply__form:before {
    height: calc(100% + 250px);
  }
  .screen__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 25px;
  }
  .screen__wrapper .apply__form {
    margin-top: 40px;
  }
  .screen__wrapper .apply__form .faq__btn {
    margin-top: 10px;
  }
  .screen__wrapper .apply__form .faq__btn > a {
    color: #fff;
  }
  .screen__wrapper .apply__desc {
    text-align: center;
    max-width: 440px;
  }
  .screen__wrapper .apply__desc > span {
    margin-bottom: 15px;
  }
  .screen__wrapper .apply__desc > h2 {
    font-size: 34px;
  }
  .screen__wrapper .apply__desc .list ul {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .screen__wrapper .membership__wrapper {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .resource__article > .media, .resource__article > .double {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .resource__article > .double {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .resources__grid .resources__main {
    grid-template-columns: 1fr;
  }
  .resources__grid .resources__main > .elem > .desc > p {
    min-height: 0px;
  }
  .resources__wrapper > .top > h6 {
    font-size: 26px;
    line-height: 34px;
  }
  .resources__wrapper > .top > span {
    min-width: 80px;
    margin-right: 15px;
  }
  .resources__wrapper > .top > span img {
    max-width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 480px) {
  .resources__wrapper > .top > span img {
    min-width: 65px;
    max-width: 65px;
  }
  .resources__wrapper > .top > span {
    min-width: 65px;
  }
  .resources__wrapper {
    padding: 25px 15px;
  }
  .resources__grid .side > p {
    margin-bottom: 15px;
  }
  .screen__wrapper .apply__form > form > h6 {
    font-size: 21px;
  }
  .screen__wrapper .apply__form > img {
    left: -90px;
  }
  .screen__wrapper .membership__wrapper form > h6 {
    margin-bottom: 25px;
  }
  .screen__wrapper .membership__wrapper {
    padding: 25px 15px;
  }
  .screen__wrapper .apply__desc > h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .screen__wrapper .apply__form {
    margin-top: 25px;
  }
  .screen__wrapper .apply__form > form {
    padding: 25px 15px;
  }
  .screen__wrapper .apply__form > form .group__input > textarea {
    height: 76px;
  }
  .screen__wrapper .apply__form > form > h6 {
    margin-bottom: 25px;
  }
  .screen__wrapper {
    padding: 35px 15px;
  }
  .screen__wrapper .apply__form > form .group__dropdown .drop {
    padding: 5px;
  }
  .screen__wrapper .apply__desc > span img {
    max-width: 80px;
  }
}
@media (max-width: 360px) {
  .screen__wrapper .apply__form > form .group__input > textarea, .screen__wrapper .apply__form > form .group__input > input, .screen__wrapper .apply__form > form .group__dropdown > a > span, .screen__wrapper .apply__form > form .group__dropdown .drop ul > li > a {
    font-size: 13px;
  }
}
.resources__wrapper > .top {
  flex-direction: column;
  align-items: flex-start;
}
.resources__wrapper > .top > p {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
