/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

body {
  background-color: #FDFDFD;
}
@media (max-width: 1100px) {
  body > main {
    padding-top: 0rem !important;
  }
}

strong {
  font-family: "Roboto", sans-serif !important;
}

main {
  background-color: #FDFDFD !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

h1 {
  font-size: 24px;
  padding-top: 45px;
}

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

.card-section-headline {
  font-weight: 600;
}

.header-accent:after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 4.5rem;
  height: 4px;
  border-radius: 0.25rem;
  background-color: #10C44F;
}

h3 {
  font-size: 20px;
  font-weight: 400 !important;
  margin: 0px;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
}

.mb-5 {
  padding-bottom: 45px !important;
}

.mt-0 {
  margin-top: 0px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mt-3 {
  margin-top: 16px;
}

.medium-insert-images {
  padding: 0px;
}
.medium-insert-images figure {
  margin: 0px;
}
.medium-insert-images figure img {
  width: 100%;
}

.richcontent .body .medium-insert-embeds {
  position: relative;
  clear: both;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .richcontent .body .medium-insert-embeds {
    width: 100%;
  }
}
.richcontent .body .medium-insert-embeds figure {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .richcontent .body .medium-insert-embeds figure {
    margin: 0;
  }
}
.richcontent .body .video-container {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}
.richcontent .body .video-container div:has(> iframe) {
  left: 0;
  width: 100% !important;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.richcontent .body .video-container iframe {
  max-height: 550px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.mx-auto {
  margin: 0 auto;
}

.container {
  padding-left: 68px;
  padding-right: 68px;
  font-size: 16px;
}
.container p,
.container li {
  line-height: 175%;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02rem;
  margin: 0px;
}
.container p a,
.container li a {
  color: #0FC24E;
  line-height: 175%;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02rem;
}

.get-involved-link {
  color: #0FC24E;
}

a {
  font-size: 16px;
  text-decoration: none;
}

.subtitle {
  font-size: 18px;
  line-height: 27px;
}

.pb-5 {
  padding-bottom: 68px;
}

.color-primary-accent {
  color: #0FC24E;
}

blockquote {
  margin: 0px 12px;
}

.join {
  padding: 0px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6 {
  -webkit-line-clamp: 6;
  line-clamp: 6;
  --line-clamp: 6;
}

.static-content.results {
  margin-bottom: 20px;
}
.static-content.results > .wrapper {
  background-color: #F5F5F5;
  grid-template-columns: 1.5fr 1fr;
  display: grid;
  grid-auto-flow: row dense;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
}
.static-content.results > .wrapper .info {
  padding: 20px 40px;
}
.static-content.results > .wrapper .info .row {
  margin: auto;
}
.static-content.results > .wrapper .info .type {
  display: none;
}
.static-content.results > .wrapper .info .title {
  font-size: 24px;
  font-weight: 500;
  max-width: 455px;
  margin-bottom: 1.5rem;
}
.static-content.results > .wrapper .info .summary {
  font-size: 1rem;
  line-height: 1.2rem;
}
.static-content.results > .wrapper .info .action-button {
  margin-top: 25px;
}
.static-content.results > .wrapper .thumbnail {
  order: 1;
  border-radius: 0;
  height: 100%;
}
.static-content.results > .wrapper .thumbnail img {
  width: 100%;
}
.static-content.results.right .wrapper > .info {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .static-content.results > .wrapper {
    grid-template-columns: 1fr;
    background-color: transparent;
  }
  .static-content.results > .wrapper .thumbnail {
    order: 0;
    border-radius: 0;
  }
  .static-content.results > .wrapper .info {
    padding: 20px;
  }
  .static-content.results > .wrapper .info .title {
    font-size: 22px;
    max-width: none;
  }
  .static-content.results > .wrapper .info .summary {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 1260px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row-gap-2 {
    row-gap: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .font-weight-medium {
    font-weight: 500;
  }
}
@media (max-width: 2560px) {
  blockquote {
    max-width: 2000px;
    margin: 0 auto;
  }
  .container {
    max-width: 1260px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row-gap-2 {
    row-gap: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .font-weight-medium {
    font-weight: 500;
  }
  .card--title {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 26px;
  }
  .card--description {
    font-size: 16px;
  }
  .font-family-2 {
    font-family: "proxima-nova";
  }
  .font-weight-normal {
    font-weight: 400;
  }
}
@media (max-width: 1920px) {
  blockquote {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container {
    padding-left: 244.667px;
    padding-right: 244.667px;
  }
}
@media (max-width: 1600px) {
  blockquote {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container {
    padding-left: 82px;
    padding-right: 82px;
  }
}
@media (max-width: 1024px) {
  blockquote {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container {
    margin: 0px 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-left: 12.75px;
    margin-right: 12.75px;
    font-size: 15px;
  }
  blockquote {
    margin: 0px;
  }
  p {
    font-size: 16.875px;
  }
  p a {
    font-size: 16.875px;
  }
  h1 {
    font-size: 22.5px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18.75px;
  }
  a {
    font-size: 15px;
  }
  .subtitle {
    font-size: 16.875px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 10.5px;
    padding-right: 10.5px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
  }
  blockquote {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  h1 {
    font-size: 21px;
    padding-top: 42px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17.5px;
  }
  p {
    font-size: 15.75px;
  }
  p a {
    font-size: 15.75px !important;
  }
  a {
    font-size: 14px;
  }
  .mb-5 {
    margin-bottom: 42px !important;
  }
  .medium-insert-images {
    padding: 0px;
  }
  .subtitle {
    font-size: 15.75px;
  }
  .col-sm-0,
  .col-sm-12,
  .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    max-width: 100%;
    flex: 100%;
  }
}
@media (max-width: 320px) {
  .container {
    padding-left: 10.5px;
    padding-right: 10.5px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
  }
  blockquote {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  h1 {
    font-size: 19.5px;
    padding-top: 39px;
    margin-top: 0px;
  }
  h2 {
    font-size: 19.5px;
  }
  h3 {
    font-size: 16.25px;
  }
  p {
    font-size: 14.625px;
  }
  p a {
    font-size: 14.625px !important;
  }
  a {
    font-size: 13px;
  }
  .mb-5 {
    margin-bottom: 39px !important;
  }
  .medium-insert-images {
    padding: 0px;
  }
  .subtitle {
    font-size: 14.625px;
  }
}
.get-involved-content {
  padding: 3rem 5rem;
}
@media screen and (max-width: 525px) {
  .get-involved-content {
    padding: 1rem 1rem;
  }
}
.get-involved-content h2 {
  margin-top: 2rem;
}
@media screen and (max-width: 525px) {
  .get-involved-content h2 {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=get-involved.css.map */
