:root {
  --gradient-blue: #b7d7ff;
  --gradient-mid: #ecf8f9;
  --gradient-yellow: #ffe9c9;
  --vic-blue: #3c4596;
  --vic-green-1: #afd65b;
  --vic-orange-1: #ffb266;
  --vic-orange-2: #f96;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  flex: 1;
  min-width: 99px;
  display: inline-block;
}

.container {
  object-fit: fill;
  justify-content: flex-start;
  width: auto;
  height: 707px;
  display: flex;
  position: relative;
}

.div-block {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  display: flex;
}

.section {
  background-image: url('../images/mountainsnobg.svg'), linear-gradient(180deg, var(--gradient-blue), var(--gradient-mid) 51%, var(--gradient-yellow));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.section.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 110vh;
}

.body {
  background-color: #fff;
}

.container-2 {
  mix-blend-mode: normal;
  background-image: none;
  background-size: auto;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 100%;
  max-height: 100%;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navbar {
  background-color: var(--vic-blue);
  font-family: Figtree, sans-serif;
  position: fixed;
}

.brand {
  display: flex;
}

.container-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--vic-blue);
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: fixed;
}

.image-2 {
  width: 90px;
  margin: 2px 25px;
  padding: 0;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  position: relative;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.container-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-image: linear-gradient(#fff 47%, #fff0);
  border-radius: 100px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  margin-top: 114px;
  margin-bottom: 45px;
  padding: 32px 98px 98px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: flex;
}

.heading {
  color: var(--vic-blue);
  text-align: center;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  display: flex;
}

.button {
  color: var(--vic-blue);
  background-color: #fff;
  border-radius: 10px;
  font-weight: 700;
}

.button-2 {
  border: 2px none var(--vic-blue);
  background-color: var(--vic-blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 8px 32px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 38px;
  transition: background-color .4s cubic-bezier(.19, 1, .22, 1);
}

.button-2:hover {
  color: #fff;
  background-color: #1c2472;
}

.paragraph {
  color: #fff;
  font-size: 25px;
}

.paragraph.header-text {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.image-3 {
  flex: 0 auto;
  width: 280px;
  margin-right: 0;
  padding-right: 0;
}

.bold-text {
  color: var(--vic-blue);
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  width: auto;
  margin-right: 35px;
  padding-left: 36px;
  font-family: Figtree, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.paragraph-2 {
  width: 50%;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.section-2 {
  background-image: linear-gradient(180deg, #343081, var(--vic-blue));
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 1160px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 48px;
  font-family: Figtree, sans-serif;
  font-size: 70px;
  line-height: 91px;
}

.header-nav-link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
  display: block;
}

.header-nav-link.w--current {
  color: #fff;
  font-family: Figtree, sans-serif;
}

.header-nav-link.header-button {
  color: var(--vic-blue);
  -webkit-text-stroke-color: #3c4596;
  background-color: #fff;
  border-radius: 13px;
  font-family: Figtree, sans-serif;
  font-weight: 700;
}

.header-nav-link.header-button:hover {
  background-color: #f8f8f8;
}

.header-nav-link.about-button {
  display: none;
}

.flex-block {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.container-5 {
  flex-flow: column;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 103px;
}

.button-3 {
  color: var(--vic-blue);
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-radius: 20px;
  align-self: center;
  margin-top: 31px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.link {
  color: #b9d6ff;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  display: flex;
}

.div-block-6 {
  aspect-ratio: auto;
  text-align: center;
  background-image: url('../images/white-cutoff-website.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 1440px;
  height: 100%;
  display: flex;
}

.section-3 {
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.last-year {
  background-color: var(--vic-green-1);
  background-image: url('../images/Asset-101.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: 162px;
  display: block;
  overflow: hidden;
}

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

.h2 {
  color: var(--vic-blue);
  font-family: Figtree, sans-serif;
}

.section-4 {
  background-color: #f0f0f0;
  width: 100%;
  height: 10vh;
  display: none;
  overflow: hidden;
}

.footer-link {
  color: gray;
  font-family: Lato, sans-serif;
}

.div-block-7 {
  flex: 0 auto;
  margin-top: 16px;
  margin-left: 104px;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -60px;
  padding: 58px 58px 62px;
}

.image-4 {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 50vh;
  margin-top: -134px;
  padding-top: 0;
  position: absolute;
  overflow: visible;
}

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

.sponsors-container {
  width: 100%;
  max-width: 100%;
  height: 40vh;
  display: block;
  overflow: hidden;
}

._1440px-sponsors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
}

.heading-3 {
  color: var(--vic-blue);
  margin-top: 58px;
  font-family: Figtree, sans-serif;
  display: block;
}

.sponsors-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  width: 40%;
  min-width: 80vw;
  min-height: 30vh;
  margin: 11px;
  padding: 22px;
}

.sponsor-image-button {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 20vw;
  padding: 0;
  transition: margin .2s;
  display: flex;
}

.sponsor-image-button:hover {
  width: 100%;
  padding: 0;
}

.sponsor-image-button.spine-button {
  transition-duration: .775s;
}

.sponsor-image-button.forge-button {
  height: 100%;
}

.sponsor-image-button.forge {
  display: block;
}

.sponsorship-image {
  vertical-align: super;
  width: 90%;
  height: auto;
  transition: width .2s;
  display: block;
}

.sponsorship-image:hover {
  width: 100%;
}

.link-block {
  justify-content: center;
  align-items: center;
  max-width: 20vw;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 273px;
}

.paragraph-3 {
  color: var(--vic-blue);
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

._501c {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: 51px;
}

.container-6 {
  background-image: linear-gradient(123deg, var(--vic-orange-1), var(--vic-orange-2));
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 81px;
  display: flex;
}

.image-5 {
  width: 20vw;
}

.flex-block-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 75vw;
  max-width: 95vw;
  padding: 74px;
}

.flex-block-7 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .section {
    height: 1366px;
  }

  .section.hero {
    aspect-ratio: auto;
    object-fit: cover;
    max-width: 100%;
    height: 150vh;
  }

  .container-2 {
    width: 90%;
    max-width: 90%;
    height: 100%;
    min-height: 100%;
  }

  .navbar {
    position: relative;
  }

  .container-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    margin-top: 107px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading {
    margin-bottom: -5px;
    font-size: 60px;
    line-height: 60px;
  }

  .image-3 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: center;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: 100%;
    padding-right: 0;
    display: inline-flex;
    overflow: clip;
  }

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

  .section-2 {
    height: 1148px;
  }

  .flex-block {
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    position: static;
    overflow: visible;
  }

  .icon {
    color: #fff;
  }

  .div-block-4 {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 55.987%;
    display: flex;
    position: static;
  }

  .div-block-5 {
    height: 312px;
  }

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

  .last-year {
    height: 100vh;
  }

  .section-4 {
    height: 0;
  }

  .image-4 {
    width: auto;
    max-width: none;
  }

  .sponsor-image-button {
    max-width: 40vw;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-6 {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 1279px;
  }

  .section-2 {
    height: 1000px;
  }

  .heading-2 {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 65px;
    line-height: 70px;
  }

  .div-block-5 {
    width: 405px;
    margin-bottom: 40px;
  }

  .last-year, .flex-block-4 {
    height: 80vh;
  }

  .image-4 {
    width: 80vw;
    max-width: none;
    height: auto;
  }

  ._1440px-green {
    width: 90%;
  }

  .sponsor-image-button {
    max-width: 40vw;
  }

  .flex-block-5 {
    margin-top: 172px;
  }

  ._501c {
    height: 150vh;
  }

  .image-5 {
    width: 35vw;
  }

  .flex-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 70vw;
    max-width: 95vw;
    padding: 52px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 1046px;
  }

  .container-2 {
    width: 100%;
  }

  .navbar {
    width: 100%;
    overflow: visible;
  }

  .container-3 {
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-2 {
    width: 30%;
  }

  .container-4 {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    border-radius: 20px;
    margin-top: -151px;
  }

  .heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 37px;
  }

  .button-2 {
    background-color: var(--vic-blue);
    color: #fff;
  }

  .paragraph.header-text {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: none;
  }

  .div-block-3, .div-block-3.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .image-3 {
    flex-flow: row;
    margin-right: 0;
  }

  .bold-text {
    clear: none;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    margin-right: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 18px;
    position: static;
  }

  .paragraph-2 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    padding-left: 0;
  }

  .section-2 {
    height: 783px;
  }

  .heading-2 {
    font-size: 43px;
    line-height: 50px;
  }

  .flex-block {
    width: 100%;
  }

  .div-block-4 {
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 112px;
    display: flex;
  }

  .link {
    font-size: 19px;
  }

  .last-year {
    height: 70vh;
    display: block;
  }

  .flex-block-3 {
    object-fit: contain;
    display: block;
    overflow: hidden;
  }

  .section-4 {
    display: none;
  }

  .flex-block-4 {
    height: 90%;
  }

  .sponsors-container {
    height: 50vh;
    display: block;
  }

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

  .sponsor-image-button {
    max-width: 90vw;
  }

  .flex-block-5 {
    margin-top: 56px;
  }

  ._501c {
    height: 130vh;
  }

  .flex-block-6 {
    min-width: 85vw;
  }

  .flex-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_6422ccf4-8d7d-cd70-3d82-f8fe7e62635e-f264ab4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_46d65659-875d-87b7-fe3c-2bd648cb93cd-f264ab4e {
  place-self: center;
}


