.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #000000;
  overflow-x: hidden;
}


.page .frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 95px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .container {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.page .header {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  align-items: center;
  padding: 60px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.space-grotesk{
  font-family: Space Grotesk!important;
}

.uppercase{
  text-transform: uppercase;
}

.bold{
  font-weight: 700;
}

.page .screenshot {
  position: relative;
  width: 262px;
  height: 181px;
  mix-blend-mode: lighten;
  object-fit: cover;
}

.page .heading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.page .heading-text-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: Impact-Regular, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 108px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2em;
}

.page .div {
  position: relative;
  width: fit-content;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40.5px;
}

.page .CTA-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}

.CTA-button-primary {
  display: flex;
  width: 286px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 21px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #5AB443;
}

.CTA-button {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: Impact-Regular, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
}

.page .p {
  position: relative;
  width: fit-content;
  opacity: 0.5;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.6px;
}

.pre-letter-notice {
  color: rgba(255, 255, 255, 0.60);
  font-family: Space Grotesk;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
}
.pre-letter-notice strong {
  color: #25C648;
  font-family: Space Grotesk;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.page .wrap {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-items: center;
  gap: 95px;
  position: relative;
  flex: 0 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}

.page .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  color: #ffffff;

}

.page .collective-letter {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Iowan Old Style-Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.hidden{
  display: none;
}

.page .rectangle.hidden{
  display: none;
}

.collective-letter-main{
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.text-white{
  color: #fff;
}

.quote{
  border-left: 4px solid #fff;
  padding-left: 30px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}

.page .CTA {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
}

.page .CTA.hidden{
  display: none;
}

.page .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40.5px;
}

.page .supporters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.counters {
  display: flex;
  margin-top: 12px;
}
.counter-wrapper + .counter-wrapper {
  margin-left: 8px;
}
.counter-wrapper {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  padding: 20px 16px;
  text-align: center;
  font-family: Space Grotesk;
}
.counter-wrapper .counter-value {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.counter-wrapper .counter-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 4px;
}

.page .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: Impact-Regular, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 108px;
  letter-spacing: 0;
  line-height: 113.4px;
  text-align: center;
  width: 100%;
}

.page .grid {
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  gap: 22.86px;
  position: relative;
  flex: 0 0 auto;
}

.page .row {
  align-items: center;
  display: inline-flex;
  position: relative;
  flex: 0 0 auto;
}

.page .rectangle {
  position: relative;
  display: flex;
  width: 25%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 5px;
}

.rectangle > img{
  max-width: 100%;
}

.page .comments {
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .comments .text-wrapper-3 {
  margin-bottom: 30px;
}

.page .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.5;
  font-family: "Iowan Old Style-Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21.6px;
}

.page .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.page .we-are-the {
  position: relative;
  align-self: stretch;
  font-family: "Iowan Old Style-Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21.6px;
}


@media screen and (max-width: 800px) {
  .supporters > .text-wrapper-3{
    font-size: 50px;
  }

  .heading-text-wrap > .text-wrapper{
    font-size: 50px;
  }

  .page .text-wrapper-3{
    font-size: 50px;
  }

  .page .wrap{
    gap: 50px;
  }

  .page .CTA-button-primary{
    margin: 0 auto;
  }

  .page .CTA{
    margin: 0 auto;
  }

  .page .rectangle{
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .page .rectangle{
    width: 50%;
  }
}

.modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.80);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0 20px;
}

.modal .form{
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  background: #000;
  padding: 50px;
  width: 800px;
}

.modal .form-title{
  color: #FFF;
  text-align: center;
  font-family: Impact;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 50.4px */
  margin-bottom: 36px;
}

.modal .form-input{
  background: rgba(255, 255, 255, 0.10);
  border: 2px solid rgba(255, 255, 255, 0.30);
  color: #ffffff;
  font-family: Space Grotesk;
  margin-bottom: 24px;
  padding: 18px 24px;
  width: calc(50% - 10px);
}

.modal .form-input:nth-child(even) {
  margin-left: 16px;
}

.modal .fields{
  display: flex;
  flex-direction: column;
  max-width: 420px;
}

.modal p.disclaimer {
  color: #fff;
  padding: 20px 5px 10px;
  font-family: "Epilogue", Arial, Helvetica, sans-serif;
}

.modal .CTA-button-primary{
  width: 100%;
  border: 0;
}

.divider {
  background-color: #FFFFFF;
  opacity: 0.3;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 24px;
}

.checkbox {
  cursor: pointer;
  display: flex;
  user-select: none;
  align-items: center;
}
.checkbox + .checkbox {
  margin-top: 16px;
}
/* Hide the default checkbox */
.checkbox input[type="checkbox"] {
  display: none;
}
/* Style the custom checkbox */
.checkbox .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.10);
}
/* Add the checkmark (tick) when the checkbox is checked */
.checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  background: #5AB443;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: none;
}
.checkbox-text {
  font-family: Space Grotesk;
  color: #FFFFFF;
  margin-left: 20px;
  font-style: normal;
}
.checkbox-text div:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 135%;
}
.checkbox-text div:last-child {
  font-size: 13px;
  font-weight: 400;
  line-height: 135%;
  opacity: 0.7;
}
.mb { margin-bottom: 24px }

.hidden{
  display: none;
}

@media screen and (max-width: 640px) {
  .page .div.support-community{
    font-size: 16px;
    line-height: 135%; /* 21.6px */
  }

  .collective-letter-main{
    font-size: 28px;
    line-height: 120%; /* 33.6px */
  }
}

@media screen and (max-width: 460px) {
  .modal .form{
    padding: 40px 15px;
  }

  .page .div.and-many-more{
    font-size: 25px;
  }
}

@media screen and (max-width: 360px) {
  .page .rectangle{
    width: 50%;
  }
}

footer {
  background: #101010;
  height: 107px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}
.footer-wrapper span {
  color: #FFF;
  text-align: center;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 27px */
  opacity: 0.5;
}
.footer-wrapper a {
  color: #FFF;
  text-align: center;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 27px */
  text-decoration-line: underline;
}



.last-update {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  background: #000;

  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.last-update .date-time {
  color: rgba(255, 255, 255, 0.60);
  font-family: Space Grotesk;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
}

.last-update .update-header {
  color: #FFF;
  font-family: Space Grotesk;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 31.2px */
}

.last-update .update-content {
  color: #FFF;
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
}

.last-update .update-content p {
  padding: 10px 0 10px;
}


@media screen and (max-width: 800px) {
  footer {
    display: none;
  }
}
