@charset "UTF-8";
/** ADDITIONAL CSS FOR FOUNDATION PAGE **/
body.foundation {
  font-size: 18px;
  /** GENERAL NEW STYLES **/
  /** CONTACT FORM STYLES **/
  /* select starting stylings ------------------------------*/
  /* Remove focus */
  /* Use custom arrow */
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
}
body.foundation main * .wrap {
  max-width: 1150px;
}
body.foundation main > .wrap {
  max-width: unset;
}
body.foundation h1 {
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
body.foundation a {
  color: inherit;
}
body.foundation section {
  padding: 105px 15px;
}
body.foundation section div p:last-of-type {
  margin-bottom: 25px;
}
body.foundation section.purpuse .flexwrap > div:first-child {
  width: 50%;
}
body.foundation section.purpuse .flexwrap > div:nth-child(2) {
  width: calc(50% - 70px);
}
body.foundation section.purpuse .flexwrap > div:nth-child(2) img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
body.foundation section.membership {
  background-color: #161616;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='534' viewBox='0 0 1440 534' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2962_1757)'%3E%3Crect width='1440' height='534' fill='%23161616'/%3E%3Cpath d='M-132.959 846L330 846C418.366 846 490 774.366 490 686L490 616.769C490 528.404 418.366 456.769 330 456.769L190.824 456.769C116.053 456.769 55.4393 396.155 55.4393 321.385V321.385C55.4393 246.614 -5.17443 186 -79.9453 186L-367 186' stroke='url(%23paint0_linear_2962_1757)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1576.59 739L1110 739C1021.63 739 950 667.366 950 579L950 507.41C950 419.045 1021.63 347.41 1110 347.41L1250.89 347.41C1326.11 347.41 1387.1 286.429 1387.1 211.205V211.205C1387.1 135.981 1448.08 75.0001 1523.3 75L1812 75' stroke='url(%23paint1_linear_2962_1757)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2962_1757' x1='529.541' y1='707.641' x2='-113.34' y2='309.613' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23363636'/%3E%3Cstop offset='1' stop-color='%23747474'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2962_1757' x1='910.229' y1='599.802' x2='1556.94' y2='199.493' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23363636'/%3E%3Cstop offset='1' stop-color='%23C09600' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2962_1757'%3E%3Crect width='1440' height='534' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center center;
}
body.foundation section.membership .levels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: white;
}
body.foundation section.membership .levels > div {
  width: 33%;
}
body.foundation section.membership .levels .level {
  border: 1px solid rgba(151, 151, 151, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(248, 248, 248, 0.05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
body.foundation section.membership .levels .level .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  margin-bottom: 20px;
}
body.foundation section.membership .levels .level .head h3 {
  font-size: 28px;
  font-weight: 500;
}
body.foundation section.membership .levels .level .head .price {
  width: calc(100% - 80px);
  font-size: 18px;
  text-align: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
body.foundation section.membership .levels .level .head .price span {
  font-size: 14px;
}
body.foundation section.membership .levels .level .head p {
  font-size: 14px;
  margin-bottom: 20px;
}
body.foundation section.membership .levels .level .button {
  color: black;
  /*height: 30px;*/
  display: inline-block;
  background-color: black;
  /*line-height: 30px;*/
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /*span::after{
  	content: "→";
  	font-family: "DuckDB-Symbol";
  	margin-left: 4px;
  	transition: transform .3s;
  	position: absolute;
  }
  &:hover span::after{
  	transform: translateX(3px);
  }*/
  position: relative;
}
body.foundation section.membership .levels .level .button span::after {
  top: -1px;
}
body.foundation section.membership .levels .level ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}
body.foundation section.membership .levels .level ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
body.foundation section.membership .levels .level ul li:last-of-type {
  margin-bottom: 0;
}
body.foundation section.membership .levels .silver {
  /*border-top: 8px solid #979797;*/
}
body.foundation section.membership .levels .silver::before {
  display: block;
  content: "";
  border-top: 15px solid #979797;
  width: calc(100% + 2px);
  position: absolute;
  top: -15px;
  left: -1px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
body.foundation section.membership .levels .silver .button {
  background-color: #979797;
}
body.foundation section.membership .levels .silver ul li {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C3.364 0 0 3.365 0 7.5 0 11.636 3.365 15 7.5 15c4.136 0 7.5-3.364 7.5-7.5S11.636 0 7.5 0Zm0 13.5c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6-2.692 6-6 6Z' fill='%23979797'/%3E%3Cpath d='M6 8.69 4.274 6.97l-1.06 1.062 2.786 2.779 5.03-5.03L9.97 4.72 6 8.69Z' fill='%23979797'/%3E%3C/svg%3E") no-repeat left 1px;
  padding: 0px 0px 0px 22px;
}
body.foundation section.membership .levels .gold {
  /*border-top: 8px solid #C09600;*/
}
body.foundation section.membership .levels .gold::before {
  display: block;
  content: "";
  border-top: 15px solid #C09600;
  width: calc(100% + 2px);
  position: absolute;
  top: -15px;
  left: -1px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
body.foundation section.membership .levels .gold .button {
  background-color: #C09600;
}
body.foundation section.membership .levels .gold ul li {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C3.364 0 0 3.365 0 7.5 0 11.636 3.365 15 7.5 15c4.136 0 7.5-3.364 7.5-7.5S11.636 0 7.5 0Zm0 13.5c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6-2.692 6-6 6Z' fill='%23C09600'/%3E%3Cpath d='M6 8.69 4.274 6.97l-1.06 1.062 2.786 2.779 5.03-5.03L9.97 4.72 6 8.69Z' fill='%23C09600'/%3E%3C/svg%3E") no-repeat left 1px;
  padding: 0px 0px 0px 22px;
}
body.foundation section.membership .levels .info a {
  color: inherit;
}
body.foundation section.supporters h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 70px;
}
body.foundation section.supporters .supporterboard {
  margin-top: 25px;
  background-color: #F9F9F9;
  border-radius: 15px;
  border-top: 15px solid #979797;
}
body.foundation section.supporters .supporterboard > ul {
  padding: 60px;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  display: -ms-grid;
  display: grid;
  row-gap: 70px;
}
body.foundation section.supporters .supporterboard > ul li {
  line-height: 1;
  height: 70px;
  text-align: center;
}
body.foundation section.supporters .supporterboard ul li img {
  height: 100%;
}
body.foundation section.supporters .supporterboard.gold {
  border-top: 15px solid #C09600;
}
body.foundation section.supporters .supporterboard.gold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
body.foundation section.supporters .supporterboard.gold ul li {
  height: 100px;
}
body.foundation section.supporters .supporterboard.technical {
  border-top: 15px solid #4396D7;
}
body.foundation section.about {
  color: white;
  background-color: #161616;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='519' viewBox='0 0 1440 519' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2963_1908)'%3E%3Crect width='1440' height='519' fill='%23161616'/%3E%3Cpath d='M174.302 -290.024L976 -290.024C1064.37 -290.024 1136 -218.39 1136 -130.024L1136 150.335C1136 238.7 1064.37 310.335 976 310.335L625.144 310.335C536.778 310.335 465.144 381.969 465.144 470.335L465.144 567.976C465.144 656.341 393.509 727.976 305.144 727.976L-187 727.976' stroke='url(%23paint0_linear_2963_1908)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2963_1908' x1='1197.04' y1='-76.6153' x2='205.065' y2='538.079' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23292058'/%3E%3Cstop offset='1' stop-color='%235C4CB8'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2963_1908'%3E%3Crect width='1440' height='519' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center center;
}
body.foundation section.about .teammembers {
  margin-top: 70px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(248, 248, 248, 0.05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 15px;
}
body.foundation section.about .teammembers .member {
  width: 33.3%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
body.foundation section.about .teammembers .member:nth-child(1), body.foundation section.about .teammembers .member:nth-child(2), body.foundation section.about .teammembers .member:nth-child(3) {
  margin-top: 0;
}
body.foundation section.about .teammembers .member .portrait {
  width: 75px;
  height: 75px;
  border-radius: 200px;
  background-position: center center;
  background-size: cover;
  background-color: black;
}
body.foundation section.about .teammembers .member .info {
  width: calc(100% - 60px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.foundation section.about .teammembers .member .info .name {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
body.foundation section.about .teammembers .member span.position {
  color: #dbdbdb;
}
body.foundation section.about .teammembers .member.fix {
  margin: 0;
  height: 0px;
}
body.foundation section.about h3 {
  color: #dbdbdb;
  margin-bottom: 20px;
  margin-top: 40px;
}
body.foundation section.form {
  margin-top: 80px;
  padding-bottom: 80px;
}
body.foundation section.form *,
body.foundation section.form :before,
body.foundation section.form :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.foundation section.form .formwrap {
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 20px;
  padding-top: 6px;
  width: 65%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
body.foundation section.form .formwrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.foundation section.form .success {
  color: black;
  width: 100%;
  display: none;
  margin-top: 15px;
}
body.foundation section.form .success.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.foundation section.form .success > div:first-of-type {
  width: 55%;
}
body.foundation section.form .success > div:nth-child(2) {
  width: 45%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
body.foundation section.form .success > div:nth-child(2) .button {
  float: right;
  background: #F6F6F6;
  color: black;
}
body.foundation section.form .group {
  width: 100%;
  position: relative;
  margin: 18px 0;
}
body.foundation section.form .group.halfsize {
  width: calc(50% - 10px);
}
body.foundation section.form textarea {
  resize: none;
}
body.foundation section.form input,
body.foundation section.form textarea {
  background-color: #F6F6F6;
  color: black;
  font-size: 16px;
  padding: 35px 10px 10px 10px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid black;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /*
  &:not(:placeholder-shown):not(:focus):invalid ~ label{
  	color: red;
  	top: 20px;
  }
  */
}
body.foundation section.form input:focus,
body.foundation section.form textarea:focus {
  outline: none;
}
body.foundation section.form input:valid:not(:-moz-placeholder-shown) ~ label,
body.foundation section.form textarea:valid:not(:-moz-placeholder-shown) ~ label {
  top: 8px;
  font-size: 12px;
  color: #585630;
}
body.foundation section.form input:valid:not(:-ms-input-placeholder) ~ label,
body.foundation section.form textarea:valid:not(:-ms-input-placeholder) ~ label {
  top: 8px;
  font-size: 12px;
  color: #585630;
}
body.foundation section.form input:focus ~ label, body.foundation section.form input:valid:not(:placeholder-shown) ~ label,
body.foundation section.form textarea:focus ~ label,
body.foundation section.form textarea:valid:not(:placeholder-shown) ~ label {
  top: 8px;
  font-size: 12px;
  color: #585630;
}
body.foundation section.form input:focus ~ .bar:before,
body.foundation section.form textarea:focus ~ .bar:before {
  width: 100%;
}
body.foundation section.form input:focus,
body.foundation section.form textarea:focus {
  background: #fffcda;
}
body.foundation section.form input[type=password] {
  letter-spacing: 0.3em;
}
body.foundation section.form label {
  color: #717171;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 23px;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
body.foundation section.form .bar {
  position: relative;
  display: block;
  width: 100%;
}
body.foundation section.form .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #fff100;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}
body.foundation section.form button[type=submit] {
  outline: 0;
  border: 0;
  height: 32px;
  line-height: 31px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  font-size: 14px;
  color: black;
  /*height: 30px;*/
  display: inline-block;
  background-color: black;
  /*line-height: 30px;*/
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /*span::after{
  	content: "→";
  	font-family: "DuckDB-Symbol";
  	margin-left: 4px;
  	transition: transform .3s;
  	position: absolute;
  }
  &:hover span::after{
  	transform: translateX(3px);
  }*/
  background-color: #979797;
}
body.foundation section.form button[type=submit]:hover {
  background-color: rgba(151, 151, 151, 0.3);
}
body.foundation section.form .highlight {
  padding: 0;
}
body.foundation #ajaxForm div.group {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.foundation #ajaxForm.inactive div.group {
  opacity: 0.2;
  pointer-events: none;
}
body.foundation #ajaxForm.inactive div.group input {
  pointer-events: none !important;
}
body.foundation .select {
  width: 100%;
}
body.foundation .select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 27px 10px 10px 10px;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid black;
  background: #F6F6F6;
  font-size: 16px;
}
body.foundation .select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: #fffcda;
}
body.foundation .select .select-text {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
body.foundation .select:after {
  position: absolute;
  top: 28px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ababab;
  pointer-events: none;
}
body.foundation .select-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
body.foundation .select-text:focus ~ .select-label, body.foundation .select-text:valid ~ .select-label {
  color: #585630;
  top: 6px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 12px;
}
body.foundation .select-bar {
  position: relative;
  display: block;
  width: 100%;
}
body.foundation .select-bar:before, body.foundation .select-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fff100;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
body.foundation .select-bar:before {
  left: 50%;
}
body.foundation .select-bar:after {
  right: 50%;
}
body.foundation .select-text:focus ~ .select-bar:before, body.foundation .select-text:focus ~ .select-bar:after {
  width: 50%;
}
body.foundation .select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/** PURE CSS SPINNER **/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 62px;
  display: none;
}

.lds-ellipsis div {
  position: absolute;
  top: 43px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: black;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
/** MOBILE STYLES FOR FOUNDATION PAGE **/
@media only screen and (max-width: 900px) {
  body.foundation section.membership .levels {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.foundation section.membership .levels > div {
    width: calc(50% - 10px);
  }
  body.foundation section.membership .levels .info {
    width: 100%;
    margin-bottom: 70px;
  }
  body.foundation section.membership .levels .info p {
    max-width: 500px;
  }
  body.foundation section.supporters .supporterboard > ul {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 840px) {
  main .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.foundation section.form .formwrap {
    width: 80%;
  }
  body.foundation section.supporters .supporterboard.gold ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.foundation section.supporters .supporterboard.gold ul li {
    height: 80px;
  }
}
@media only screen and (max-width: 700px) {
  body.foundation section.supporters .supporterboard > ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 670px) {
  body.foundation section.form .formwrap {
    width: 95%;
  }
}
@media only screen and (max-width: 650px) {
  body.foundation {
    font-size: 16px;
  }
  body.foundation h1 {
    font-size: 35px;
  }
  body.foundation section.purpuse .flexwrap > div:first-child,
  body.foundation section.purpuse .flexwrap > div:nth-child(2) {
    width: 100%;
  }
  body.foundation section.supporters .supporterboard.gold li {
    width: 100%;
    height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  body.foundation section.about .teammembers .member {
    width: 100%;
    margin-bottom: 20px;
  }
  body.foundation section.about .teammembers .member:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 550px) {
  body.foundation section.foundation > div {
    display: block;
  }
  body.foundation section.foundation > div > div:nth-child(2) {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }
  body.foundation section.membership .levels > div {
    width: 100%;
    margin-bottom: 30px;
  }
  body.foundation section.membership .levels > div:last-of-type {
    margin: 0;
  }
  body.foundation section.supporters .supporterboard > ul {
    padding: 25px;
    row-gap: 40px;
  }
  body.foundation section.supporters .supporterboard > ul li {
    height: 60px;
  }
  body.foundation section,
  .pagehead h1 {
    padding: 50px 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body.foundation p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  body.foundation section.form .formwrap {
    width: 100%;
  }
  body.foundation section.form .group.halfsize {
    width: 100%;
  }
}

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