@font-face {
  font-family: "Kobe 11 Black";
  src: url('../fonts/kobe11-black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kobe 11 Bold";
  src: url('../fonts/kobe11-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kobe 11 Regular";
  src: url('../fonts/kobe11-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Connections;
  src: url('../fonts/Connections.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Connections;
  src: url('../fonts/Connections-Light-Regular.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand--dark-blue: #15006d;
  --brand--yellow: #ffdf72;
  --brand--steel-blue\<deleted\|variable-26aebe07\>: #3585d8;
  --brand--green: #49c298;
  --neutral--white: white;
  --brand--red: #e9605b;
  --brand--light-blue: #009bde;
  --text-lg--text-size: var(--size--size-18);
  --text-lg--line-height: var(--size--size-28);
  --neutral--transparent: #0000;
  --text-base--text-size: var(--size--size-16);
  --text-base--line-height: var(--size--size-24);
  --neutral--defualt: #232323;
  --neutral--black: black;
  --brand--dark-pruple: #7753de;
  --neutral--light-grey: #f7f7f7;
  --text-xs--font-size: var(--size--size-12);
  --text-xs--line-height: var(--size--size-16);
  --text-sm--text-size: var(--size--size-14);
  --text-sm--line-height: var(--size--size-20);
  --radius--large: var(--size--size-32);
  --size--size-16: 1rem;
  --radius--medium: var(--size--size-20);
  --brand--pink\<deleted\|variable-f2e34688-8a55-7d46-501b-436c38131959\>: #ff9797;
  --brand--turquoise: #8de6e6;
  --radius--small: var(--size--size-8);
  --neutral--text-grey: #8c8c8c;
  --brand--light-purple\<deleted\|variable-82fbc043-a7bb-b26a-4ba7-a3cccc568580\>: #a485fd;
  --size--size-128: 8rem;
  --size--size-24: 1.5rem;
  --size--size-56: 3.5rem;
  --size--size-80: 5rem;
  --size--size-48: 3rem;
  --size--size-44: 2.75rem;
  --size--size-40: 2.5rem;
  --size--size-32: 2rem;
  --font--family--main: "Work Sans", sans-serif;
  --font--family--secondary: "Kobe 11 Black", sans-serif;
  --size--size-0: 0rem;
  --size--size-2: .125rem;
  --size--size-4: .25rem;
  --size--size-6: .375rem;
  --size--size-8: .5rem;
  --size--size-12: .75rem;
  --size--size-14: .975rem;
  --size--size-18: 1.125rem;
  --size--size-20: 1.25rem;
  --size--size-28: 1.75rem;
  --size--size-30: 1.875rem;
  --size--size-36: 2.25rem;
  --size--size-60: 3.75rem;
  --size--size-64: 4rem;
  --size--size-72: 4.5rem;
  --size--size-96: 6rem;
  --size--size-112: 7rem;
  --size--size-120: 7.5rem;
  --size--size-144: 9rem;
  --size--size-160: 10rem;
  --size--size-176: 11rem;
  --size--size-192: 12rem;
  --size--size-208: 13rem;
  --size--size-224: 14rem;
  --size--size-240: 15rem;
  --size--size-256: 16rem;
  --size--size-288: 18rem;
  --size--size-320: 20rem;
  --size--size-384: 24rem;
  --size--size-640: 40rem;
  --size--size-768: 48rem;
  --size--size-1024: 64rem;
  --size--size-1280: 80rem;
  --size--size-1536: 96rem;
  --spacing--container--large: var(--size--size-1536);
  --spacing--container--medium: var(--size--size-1280);
  --spacing--container--small: var(--size--size-1024);
  --neutral--50: #8c8c8c;
  --neutral--25: white;
  --neutral--10: #f7f7f7;
  --text-xs--font-family: var(--font--family--main);
  --text-sm--font-family: var(--font--family--main);
  --text-base--font-family: var(--font--family--main);
  --text-lg--font-family: var(--font--family--main);
  --text-2xl--text-size: var(--size--size-24);
  --text-2xl--line-height: var(--size--size-32);
  --text-2xl--font-family: var(--font--family--main);
  --text-3xl--text-size: var(--size--size-30);
  --text-3xl--line-height: var(--size--size-44);
  --text-3xl--font-family: var(--font--family--main);
  --text-4xl--text-size: var(--size--size-36);
  --text-4xl--line-height: var(--size--size-44);
  --text-4xl--font-family: var(--font--family--main);
  --text-5xl--text-size: var(--size--size-48);
  --text-5xl--line-height: var(--size--size-56);
  --text-5xl--font-family: var(--font--family--secondary);
  --text-6xl--text-size: var(--size--size-60);
  --text-6xl--line-height: var(--size--size-72);
  --spacing--section-gap--large: var(--size--size-120);
  --spacing--section-gap--medium: var(--size--size-80);
  --spacing--section-gap--small: var(--size--size-48);
}

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  color: #1a1b1f;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 90px;
  line-height: 1;
}

h2 {
  margin-top: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 70px;
  line-height: 1;
}

h3 {
  margin-top: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 60px;
  line-height: 1;
}

h4 {
  margin-top: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 50px;
  line-height: 1;
}

h5 {
  margin-top: 0;
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 40px;
  line-height: 1;
}

h6 {
  margin-top: 0;
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

a {
  color: #8de6e6;
  cursor: pointer;
  transition: opacity .2s;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  width: 100%;
  margin-bottom: 100px;
}

.container-large {
  width: 100%;
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-large.hero {
  position: relative;
}

.container-large.get-started {
  text-align: center;
}

.container-large.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.button {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--brand--dark-blue);
  color: var(--brand--yellow);
  background-image: linear-gradient(#0000001a, #0000001a);
}

.button:active {
  background-image: linear-gradient(#0003, #0003);
}

.button.outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.button.outline.w--current {
  border-color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
  color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
}

.button.outline.my-profile-button {
  display: none;
}

.button.nav {
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.nav.outline {
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.button.nav.outline.my-account-button {
  display: none;
}

.button.green {
  background-color: var(--brand--green);
}

.button.blue {
  background-color: var(--brand--dark-blue);
  color: var(--neutral--white);
}

.button.cyan {
  background-color: #8de6e6;
}

.button.is-champion {
  margin-top: -1rem;
  margin-left: 1rem;
}

.button.hide-desktop {
  display: none;
}

.button.hide-mobile {
  background-color: var(--brand--yellow);
}

.button.hide-mobile:hover {
  background-color: var(--brand--dark-blue);
  color: var(--brand--yellow);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.footer {
  color: #fff;
}

.footer-light {
  color: #777;
  text-align: center;
  padding: 60px 30px;
  font-size: 12px;
}

.footer-light-link {
  color: #1b1b1b;
}

.footer-light-link:hover {
  text-decoration: underline;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  display: block;
}

.blog-item-wrapper {
  color: #1a1b1f;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 12px #0003;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 230px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.blog-item-title {
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
}

.body {
  background-color: #f5f7fa;
}

.image-6 {
  height: 25px;
}

.legacy-button {
  color: #fff;
  background-color: #0292dd;
  border: 1px solid #037fc0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.legacy-button:hover {
  color: #fff;
  background-color: #037fc0;
}

.legacy-button.outline {
  color: #0292dd;
  background-color: #0000;
  border: 1px solid #0292dd;
}

.legacy-nav-link {
  color: #1a1b1f;
}

.blog-post-heading {
  font-weight: 700;
}

.blog-content {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.blog-item-summary {
  text-align: left;
  max-height: 70px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.blog-item-date {
  color: #747474;
  text-align: left;
  max-height: 70px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 35%;
  display: block;
  position: relative;
}

.div-block-18 {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.875rem;
  line-height: 85%;
}

.div-block-18-copy {
  z-index: 0;
  opacity: .48;
  background-image: linear-gradient(358deg, #000, #0000);
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-featured-date {
  font-weight: 400;
}

.collection-list-wrapper-2 {
  position: relative;
}

.pagination {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
}

.pagination-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0;
}

.pagination-button.next {
  left: auto;
  right: 0;
}

.icon-arrow {
  width: 20px;
  height: 20px;
}

.blog-list-pagination-button {
  color: #747474;
  border-radius: 100px;
  font-weight: 500;
}

.blog-item-content-short {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 200px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.blog-item-image-short {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  padding-bottom: 50%;
  display: block;
}

.blog-share-text {
  color: #747474;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-share-section {
  margin-bottom: 60px;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-icon {
  cursor: pointer;
  height: 40px;
}

.share-icon.instagram, .share-icon.email, .share-code {
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mobile-margin-top-10, .list-item {
  margin-bottom: 0;
}

.link-block {
  margin-right: 20px;
}

.div-block-21 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  margin-top: 20px;
}

.migration-body {
  background-color: var(--brand--dark-blue);
  color: var(--neutral--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.migration-image {
  background-image: url('../images/ggteam_1.webp');
  background-position: 50% 38%;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  max-width: 960px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.migration-section {
  text-align: center;
  width: 100%;
}

.container-6 {
  max-width: 800px;
}

.page-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.625rem;
  line-height: 85%;
}

.page-heading-3.text-medium-blue {
  color: #fff;
}

.page-heading-3.text-medium-blue.is-center {
  color: #009bde;
  text-align: center;
}

.page-heading-3.text-yellow {
  color: #ffdf71;
  font-family: "Kobe 11 Black", sans-serif;
  font-weight: 700;
}

.main-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

.main-section.gradient-1 {
  z-index: 0;
  background-image: linear-gradient(#15006e, #1c076e);
  padding-top: 30px;
  position: relative;
}

.main-section.gradient-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#1c076e, #7e63ce);
}

.main-section.gradient-2.is-slider {
  position: relative;
}

.main-section.gradient-3 {
  background-image: linear-gradient(#7e63ce, #c490c7);
  padding-bottom: 0;
}

.main-section.events {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
}

.main-section.gradient-4 {
  background-image: linear-gradient(#c490c7, #eb605a 58%);
}

.main-section.about-gradient-1 {
  background-image: linear-gradient(#15006d, #15006d);
  padding-top: 10px;
}

.main-section.about-gradient-2, .main-section.about-gradient-3 {
  background-image: linear-gradient(#ab5e79, #ac6484);
}

.main-section.about-gradient-4 {
  background-image: linear-gradient(to bottom, #49c298, var(--brand--green));
}

.main-section.follow {
  background-color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
  text-align: center;
}

.main-section.signup {
  background-color: var(--brand--red);
  text-align: center;
}

.banner-section {
  display: none;
}

.main-text {
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: .9;
}

.main-text.hero-intro-text {
  font-size: 96px;
  line-height: .9;
}

.main-text.blue-text {
  color: var(--brand--dark-blue);
}

.main-text.event-section {
  max-width: 1000px;
  font-size: 100px;
}

.main-text.light-blue {
  color: #009bde;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 96px;
}

.yellow-text {
  color: #ffdf71;
}

.header {
  z-index: 5;
  background-color: var(--brand--dark-blue);
  color: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  overflow: hidden;
}

.navbar-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-brand.w--current {
  flex: none;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-logo-image {
  max-width: 100%;
  height: 4.5rem;
}

.header-text-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.header-text-button:hover {
  color: #fff;
  transform: scale(1.2);
}

.show-mobile {
  display: none;
}

.hero-wrapper {
  z-index: 0;
  text-align: center;
  background-image: linear-gradient(3deg, #000000e6, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-item {
  z-index: 0;
  white-space: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1314px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.container-vertical-spacing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container.events-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.container.footer-legal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

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

.container.get-started {
  text-align: center;
}

.container.text-section {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.container.space-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.container.migration {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.about-us {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.container.space-1 {
  flex-direction: column;
  display: flex;
}

.hero-intro-block-logo {
  height: 80px;
}

.lead-text {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.lead-text.champion-item-synopsis {
  text-shadow: 0 1px 15px #0e093680;
  max-width: 320px;
  padding-left: 0;
  padding-right: 0;
}

.lead-text.testimonial-item-text {
  font-family: "Kobe 11 Bold", sans-serif;
}

.lead-text.follow-disclaimer {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.lead-text.max-width {
  max-width: 20rem;
}

.lead-text.text-shadow {
  text-shadow: 0 1px 15px #0e093680;
}

.main-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pink-text {
  color: #fd9e9e;
}

.blue-text {
  color: #7753de;
}

.events-container-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-event {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  padding-bottom: 130%;
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 24px;
  position: relative;
}

.featured-event-content {
  background-image: linear-gradient(#02001600 28%, #020016ba);
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-8 {
  width: 100%;
  max-width: 40%;
}

.text-block-4 {
  font-size: 30px;
  line-height: 1;
}

.collection-item {
  display: inline-block;
}

.event-item {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex: none;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.events-scroll-collections {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: scroll;
}

.events-scroll-collections.slider {
  object-fit: fill;
  overflow: visible;
}

.events-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--brand--yellow);
  color: var(--brand--dark-blue);
  flex-direction: column;
  padding: 100px 0;
  display: flex;
}

.events-section.gradient-1 {
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), #7a5fcc);
}

.events-section.gradient-2 {
  background-image: linear-gradient(#7a5fcc, #ce89b0);
}

.events-section.gradient-3 {
  background-image: linear-gradient(#ce89b0, #eb605a);
}

.events-section.yellow {
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
}

.main-events-section-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.featured-event-aspect {
  width: 100%;
}

.featured-event-logo {
  width: auto;
  height: 70px;
}

.featured-event-title {
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 42px;
  line-height: 1;
}

.featured-event-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.event-item-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.featured-event-date-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--brand--red);
  border-radius: 60px;
  padding: 2px 10px;
  font-size: 1.2rem;
  box-shadow: 0 2px 11px #0003;
}

.arrow {
  white-space: nowrap;
  font-family: Inter, sans-serif;
}

.follow-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
  color: var(--neutral--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.follow-section.gradient-1 {
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), #7a5fcc);
}

.follow-section.gradient-2 {
  background-image: linear-gradient(#7a5fcc, #ce89b0);
}

.follow-section.gradient-3 {
  background-image: linear-gradient(#ce89b0, #eb605a);
}

.follow-section.yellow {
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
}

.social-icons {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.follow-social-icon {
  height: 80px;
  display: block;
}

.follow-disclaimer-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.banner-slide {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.banner-slide.blue {
  background-color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
  color: var(--neutral--white);
}

.banner-slide.yellow {
  background-color: var(--brand--yellow);
}

.banner-slider {
  height: 100px;
}

.regionalisation-script {
  display: none;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
}

.large-text {
  font-size: 24px;
  font-weight: 400;
}

.champion-item {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-right: 100px;
  display: block;
  position: relative;
}

.champion-item-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  border-radius: 40px;
  width: 800px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.champion-item-content {
  white-space: normal;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  white-space: nowrap;
  height: 600px;
}

.champion-item-name {
  text-shadow: 0 1px 30px #0e093680;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 80%;
}

.champion-item-name.event-section {
  max-width: 680px;
}

.champion-item-description {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 56px;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.champion-item-synopsis.event-section {
  max-width: 680px;
}

.collection-list-wrapper-3 {
  width: 100%;
  padding: 100px;
}

.champion-item-action {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 60px;
  display: flex;
}

.champion-item-summary {
  background-color: var(--brand--green);
  color: var(--brand--dark-blue);
  border-radius: 20px;
  width: 338px;
  margin-bottom: -20px;
  margin-right: 60px;
  padding: 25px;
  font-weight: 500;
}

.champion-item-image {
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.image-9 {
  max-width: 175px;
  max-height: 100px;
}

.collection-item-2 {
  object-position: 50% 50%;
  margin-right: 40px;
  display: inline-block;
}

.collection-list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.testimonial-item-text {
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.testimonial-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-item-attribution {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  line-height: .8;
}

.image-10 {
  width: 500px;
}

.join-us-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: flex-start;
  margin: 60px auto;
  display: flex;
}

.join-us-block {
  width: 100%;
  height: 713px;
  position: relative;
}

.join-us-image {
  z-index: 0;
  background-image: linear-gradient(to right, #000000b3, #0000 60%), url('../images/6_2.webp');
  background-position: 0 0, 80% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 150%;
  border-radius: 40px;
  width: 900px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.join-us-image._1 {
  background-image: linear-gradient(to right, #000000e6, #0000 60%), url('../images/6_1.webp');
}

.join-us-image.alt {
  background-image: linear-gradient(to right, #000000b3, #0000 60%), url('../images/Boston-raw-images026-2.webp');
}

.join-us-content {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  position: relative;
}

.container-7 {
  max-width: 1100px;
}

.green-text {
  color: var(--brand--green);
}

.join-us-text-block {
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cta-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--brand--red);
  color: var(--neutral--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.cta-section.gradient-1 {
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), #7a5fcc);
}

.cta-section.gradient-2 {
  background-image: linear-gradient(#7a5fcc, #ce89b0);
}

.cta-section.gradient-3 {
  background-image: linear-gradient(#ce89b0, #eb605a);
}

.cta-section.yellow {
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
}

.input {
  border-radius: 100px;
  height: 3rem;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
}

.cta-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.container-small {
  z-index: 10;
  width: 100%;
  max-width: 700px;
  position: relative;
}

.container-small.container-vertical-spacing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-small.events-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.footer-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--brand--dark-blue);
  text-align: center;
  background-color: #8de6e6;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-section.gradient-1 {
  background-image: linear-gradient(to bottom, var(--brand--dark-blue), #7a5fcc);
}

.footer-section.gradient-2 {
  background-image: linear-gradient(#7a5fcc, #ce89b0);
}

.footer-section.gradient-3 {
  background-image: linear-gradient(#ce89b0, #eb605a);
}

.footer-section.yellow {
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
}

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

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-column-header {
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--brand--dark-blue);
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--brand--dark-blue);
}

.footer-subtitle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.footer-slogan {
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 50px;
  line-height: 1;
}

.footer-slogan.event-section {
  max-width: 680px;
}

.show-logged-in-state {
  display: none;
}

.slider {
  width: 100%;
  height: 649px;
  display: flex;
}

.slider.hero {
  height: 639px;
  max-height: 639px;
}

.slider.champions {
  text-align: center;
  white-space: nowrap;
  height: 600px;
  display: block;
}

.champion-item-image-shadow {
  background-image: linear-gradient(to right, #0f0c2580, #0000 24%);
  width: 100%;
  height: 100%;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.embed-body {
  min-height: auto;
  overflow: hidden;
}

.default-page-section {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-hero-image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.country-contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  align-items: flex-start;
  width: 33%;
  font-size: 12px;
}

.country-contact-flag {
  flex: none;
  width: 25px;
  margin-top: 2px;
}

.country-contact-divider {
  border-right: 1px solid var(--brand--light-blue);
  align-self: stretch;
  width: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.hr {
  border: 1px solid var(--brand--green);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.board-of-directors-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.board-of-director-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.board-of-director-image {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.contact-us-block {
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 7px;
  padding: 40px;
}

.contact-us-block.alt {
  background-color: #0000;
  padding: 0;
}

.contact-us-disclaimer {
  color: #777;
  margin-top: 20px;
  font-size: 12px;
}

.search-icon {
  width: 30px;
}

.nav-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-6 {
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.text-block-7 {
  align-self: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.email-signup-form {
  background-color: var(--brand--dark-blue);
  border-radius: 25px;
  font-weight: 600;
}

.email-signup-form.success {
  background-color: var(--brand--dark-blue);
}

.collection-list-wrapper-4, .collection-list-wrapper-5 {
  overflow: hidden;
}

.hero-slider {
  white-space: nowrap;
  width: 100%;
  height: 639px;
  display: flex;
}

.hero-slider.slider {
  width: 100%;
  height: 639px;
  display: block;
}

.setup-hero-script {
  display: none;
}

.slider-item {
  text-align: left;
  flex: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.slider-item.champion {
  max-width: 1000px;
  margin-right: 100px;
}

.slider-item.hero {
  padding-top: 0;
}

.slider-item.event {
  width: 450px;
}

.hero-shadow {
  white-space: nowrap;
  background-color: #5bd0a0;
  border-radius: 100%;
  width: 75%;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 130px 20px #5bd0a0, 0 0 7px 20px #5bd0a0;
}

.hero-shadow.slider {
  width: 100%;
  height: 639px;
  display: block;
}

.hero-shadow-image {
  pointer-events: none;
  position: absolute;
  inset: 30% auto auto 0%;
}

.hero-container {
  z-index: 1;
  position: relative;
}

.header-banner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #16006e;
  background-color: #7753de;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text-span {
  border-bottom: 2px solid #7852de;
}

.image-12 {
  height: 42px;
}

.get-started-wrapper {
  width: 50%;
}

.get-started-v-line {
  border-right: 2px dashed #009bde;
  flex: none;
  width: 0;
  height: 200px;
  margin-right: 20px;
  padding-left: 20px;
}

.page-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 70px;
}

.text-green {
  color: #49c297;
}

.get-started-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 60px;
}

.get-started-checks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 40px;
  display: flex;
}

.image-13 {
  display: inline-block;
}

.get-started-icon {
  height: 40px;
  display: inline-block;
}

.text-medium-blue {
  color: #009bde;
}

.button-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.subtitle {
  padding-left: 0;
  padding-right: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.subtitle.champion-item-synopsis {
  text-shadow: 0 1px 15px #0e093680;
  max-width: 320px;
  padding-left: 0;
  padding-right: 0;
}

.subtitle.testimonial-item-text {
  font-family: "Kobe 11 Bold", sans-serif;
}

.nav-separator, .setup-champions-script {
  display: none;
}

.page-heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 50px;
}

.page-heading-5.text-yellow.limit-width {
  color: #ffdf71;
  max-width: 1090px;
}

.subtitle-2 {
  font-size: 16px;
}

.banner-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.span-pink {
  color: #fd9e9e;
}

.down-arrow {
  width: 41px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
}

.text-yellow {
  color: #ffdf71;
}

.text-dark-blue {
  color: #15006d;
}

.partner-image {
  max-width: 15rem;
  max-height: 3.75rem;
  display: inline-block;
}

.div-block-24 {
  text-align: center;
  white-space: nowrap;
  height: 100px;
  overflow: auto;
}

.setup-events-script {
  display: none;
}

.footer-logo {
  height: 6rem;
}

.page-heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 30px;
}

.page-heading-6.maintenence {
  max-width: 680px;
}

.popup {
  z-index: 9999999;
  background-color: #303030cc;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 758px;
  padding: 60px;
  display: flex;
}

.heading-7 {
  text-align: left;
}

.text-block-8 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.popup-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.popup-setup-script {
  display: none;
}

.popup-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-8 {
  max-width: 795px;
}

.image-14 {
  height: 66px;
}

.text-block-9 {
  color: var(--neutral--white);
  font-weight: 500;
}

.link {
  color: var(--brand--yellow);
  text-decoration: underline;
}

.about-us-image {
  background-image: url('../images/pricing-cover-image-4_1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 300px;
}

.about-us-image-2 {
  background-image: url('../images/Boston-raw-images026-1_1.webp');
  background-position: 50% 39%;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 480px;
}

.stats-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.stat-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--brand--dark-blue);
  background-color: #ffdf72;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 364px;
  height: 398px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.stat-block.dark-purple {
  color: #14096d;
  background-color: #7852de;
}

.stat-block.green {
  background-color: #49c298;
}

.text-red {
  color: var(--brand--red);
}

.page-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
}

.heading-9 {
  font-size: 96px;
}

.space-new {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-10 {
  order: -1;
}

.space-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.space-2.left {
  align-items: flex-start;
}

.element-body {
  background-color: #efefef;
}

.heading-6.maintenence {
  max-width: 660px;
}

.paragraph {
  color: #f8643c;
  padding-top: 0;
  display: block;
}

.html-embed {
  border: 0 solid #fff;
}

.html-embed-2 {
  border: 0px solid var(--neutral--white);
}

.container-9 {
  border: 0 solid #fff;
}

.html-embed-3, .html-embed-4 {
  border-radius: 20px;
}

.text-block-10 {
  font-size: 13px;
  font-style: italic;
}

.text-block-11 {
  font-style: italic;
}

.text-block-12 {
  font-size: 13px;
  font-style: italic;
}

.slick-next {
  position: absolute;
  inset: auto 0% auto auto;
}

.slider-main_button {
  color: #fff;
  background-color: #ff9797;
  border: 1px solid #202020;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #202020;
  background-color: #fff;
}

.slider-main_button.swiper-prev {
  pointer-events: auto;
  border-style: none;
}

.slider-main_button.swiper-prev.is-hero {
  z-index: 20;
}

.slider-main_button.swiper-next {
  pointer-events: auto;
  background-color: #ff9797;
  border-style: none;
}

.slider-main_button.swiper-next:hover {
  background-color: var(--neutral--white);
}

.slider-block {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-main_top-wrapper {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.slider-main_top-wrapper.is-events {
  justify-content: space-between;
  align-items: center;
}

.slider-main_top-wrapper.is-highlights {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}

.slider-image {
  object-fit: cover;
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 80%;
  height: 37.5rem;
}

.swiper-slide.is-slider-hero {
  background-color: var(--brand--light-blue);
  text-align: center;
  border-radius: 2.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42rem;
  padding: 8rem 2rem;
  display: flex;
  position: relative;
}

.swiper-slide.is-slider-event, .swiper-slide.is-testimonial, .swiper-slide.is-highlight {
  flex: none;
  width: 450px;
  height: 100%;
}

.slider-project-link {
  color: #202020;
  border-bottom: 1px solid #202020;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.text-lg {
  font-size: var(--text-lg--text-size);
  line-height: var(--text-lg--line-height);
  margin-bottom: 0;
  font-weight: 500;
}

.text-lg.is-absolute {
  color: #fff;
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-lg.is-white {
  color: var(--neutral--white);
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper.is-slider-hero {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.swiper.is-slider-events, .swiper.is-testimonial, .swiper.is-highlight {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-slider-main, .swiper-wrapper.is-slider-hero {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-slider-events {
  justify-content: flex-start;
  align-items: flex-start;
  height: 650px;
  display: flex;
}

.swiper-wrapper.is-testimonial {
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.swiper-wrapper.is-highlight {
  justify-content: flex-start;
  align-items: flex-start;
  height: 630px;
  display: flex;
}

.slider-main_component {
  margin-top: 2rem;
  position: relative;
}

.slider-main_component.is-hero {
  margin-top: 0;
}

.slider-main_button-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-main_button-wrapper.is-events {
  display: none;
}

.slider-main_button-icon {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 55%;
  display: flex;
}

.slider-main_button-icon.is-reversed {
  align-items: center;
  display: flex;
  transform: rotate(-180deg);
}

.champion-item-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.champ-title-wrapper {
  z-index: 50;
  max-width: 23rem;
  padding-top: 2rem;
  position: relative;
}

.champ-description-block {
  z-index: 1;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.champ-image-description-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 23rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.champ-paragraph-wrapper {
  background-color: var(--brand--green);
  border-radius: 1rem;
  padding: 1.5rem;
}

.c-text-small {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.c-text-small.is-navy {
  color: var(--brand--dark-blue);
}

.champ-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 2.5rem;
  height: 100%;
  margin-left: auto;
}

.champ-image-wrapper {
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-pagination {
  z-index: 10;
  height: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.custom-container {
  z-index: 10;
  width: 100%;
  max-width: 82.125rem;
  margin-left: auto;
  margin-right: auto;
}

.custom-container.container-vertical-spacing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.custom-container.events-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.custom-container.footer-legal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.custom-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.custom-container.get-started {
  text-align: center;
}

.custom-container.text-section {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.custom-container.space-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.custom-container.migration {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-container.about-us {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.custom-container.space-1 {
  flex-direction: column;
  display: flex;
}

.swiper-bullet-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-bullet-wrapper.is-hero {
  z-index: 10;
  justify-content: center;
  position: absolute;
  inset: auto 0% 3rem;
}

.swiper-bullet {
  border: .03125rem solid var(--neutral--white);
  background-color: var(--neutral--transparent);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.swiper-bullet.is-active {
  background-color: var(--neutral--white);
}

.champion-slider-old {
  display: none;
}

.slider-hero_top-wrapper-copy {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 45rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.gradient {
  background-image: linear-gradient(to top, #000000e6, #fff0);
  border-radius: 2.5rem;
  position: absolute;
  inset: 0%;
}

.swiper-button-prev {
  z-index: 2;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper-button-next {
  z-index: 2;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-hero_component {
  position: relative;
}

.slider-hero_component.is-hero {
  margin-top: 0;
}

.slider-hero_button {
  background-color: var(--neutral--white);
  color: #fff;
  border: 1px solid #202020;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .2s;
  display: flex;
  top: 50%;
}

.slider-hero_button:hover {
  color: #202020;
  background-color: #fff;
}

.slider-hero_button.swiper-prev {
  z-index: 10;
  pointer-events: auto;
  border-style: none;
  position: absolute;
  inset: 50% auto auto 1rem;
}

.slider-hero_button.swiper-prev:hover {
  background-color: #ff9797;
}

.slider-hero_button.swiper-prev.is-hero {
  z-index: 20;
}

.slider-hero_button.swiper-next {
  z-index: 10;
  pointer-events: auto;
  border-style: none;
  position: absolute;
  inset: 50% 1rem auto auto;
}

.slider-hero_button.swiper-next:hover {
  background-color: #ff9797;
}

.slider-main_button-copy {
  color: #fff;
  background-color: #ff9797;
  border: 1px solid #202020;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button-copy:hover {
  color: #202020;
  background-color: #fff;
}

.slider-main_button-copy.swiper-prev {
  pointer-events: auto;
  border-style: none;
}

.slider-main_button-copy.swiper-prev.is-hero {
  z-index: 20;
}

.slider-main_button-copy.swiper-next {
  pointer-events: auto;
  background-color: #ff9797;
  border-style: none;
}

.slider-main_button-copy.swiper-next:hover {
  background-color: var(--neutral--white);
}

.partners-collection-list-wrapper {
  padding-top: 6rem;
}

.partners-collection-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.page-padding.is-full-screen {
  flex: 1;
  display: flex;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .bold-text, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25 {
  color: #15006d;
}

.text-base {
  color: #7d817c;
  font-size: var(--text-base--text-size);
  line-height: var(--text-base--line-height);
  letter-spacing: .02rem;
  margin-bottom: 0;
  font-weight: 400;
}

.text-base.is-navy {
  color: var(--brand--dark-blue);
  text-wrap: balance;
}

.text-base.is-white {
  color: var(--neutral--white);
}

.text-base.is-black {
  color: var(--neutral--defualt);
  text-align: left;
}

.text-base.is-medium {
  color: var(--neutral--black);
  font-weight: 600;
}

.margin-none {
  margin: 0;
}

.c-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-section.bg-blue {
  background-color: var(--brand--dark-blue);
}

.c-section.bg-blue.margin-none {
  padding-top: 0;
}

.c-section.bg-blue.bg-map {
  background-image: url('../images/World-Map.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.c-section.bg-blue.bg-map:where(.w-variant-a27376a1-e483-9937-a9b0-f16879ff4111) {
  background-color: var(--brand--dark-pruple);
}

.c-section.bg-blue.margin-top-small {
  padding-top: 0;
  padding-bottom: 2rem;
}

.c-section.bg-blue.margin-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-section.bg-gradient-purple-to-orange {
  background-image: linear-gradient(180deg, #7d63cd, var(--brand--red));
}

.c-section.bg-purple {
  background-color: #7754de;
  display: none;
}

.c-section.bg-med-blue {
  background-color: #009adc;
}

.c-section.hero-gradient {
  background-image: linear-gradient(#15006d, #e96059);
  padding-top: 2rem;
}

.c-section.bg-yellow {
  background-color: #ffdf71;
}

.c-section.bg-yellow.is-hidden {
  display: none;
}

.c-section.bg-yellow.overflow-hidden {
  overflow: hidden;
}

.c-section.bg-light-blue {
  background-color: #8be2e2;
}

.c-section.bg-red {
  background-color: #e96059;
}

.c-section.bg-gradient-blue-to-orange {
  background-image: linear-gradient(180deg, var(--brand--dark-blue) 20%, #ea615a);
}

.c-section.bg-gradient-blue-to-orange.is-hero {
  padding-top: 2rem;
}

.c-section.bg-gradient-blue-to-orange.is-hero.spacing-small {
  padding-top: 0;
}

.c-section.bg-gradient-blue-to-orange.is-hero.margin-bottom-none {
  padding-bottom: 0;
}

.c-section.is-red {
  background-color: var(--brand--red);
}

.c-section.bg-gradient-blue-to-blue {
  background-image: linear-gradient(#15006d, #009bde);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
  overflow: visible;
}

.c-section.bg-gradient-blue-to-blue.spacing-small {
  padding-top: 0;
  padding-bottom: 2rem;
}

.c-section.bg-gradient-blue-to-blue.margin-top-bottom-small, .c-section.bg-gradient-blue-to-blue.margin-half {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-section.spacing-small {
  padding-top: 2rem;
}

.c-section.bg-green {
  background-color: var(--brand--green);
}

.c-section.overflow-none {
  overflow: hidden;
}

.c-section.bg-grey {
  background-color: var(--neutral--light-grey);
}

.c-section.is-full-screen {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.c-text-btn {
  letter-spacing: .02rem;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.with-embed {
  margin-bottom: 0;
  position: relative;
}

.container-large-2.is-full-scren {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.c-title-6 {
  color: #2a3128;
  letter-spacing: -.01rem;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.25rem;
}

.c-title-6.is-white {
  color: var(--neutral--white);
}

.c-title-6.is-white.c-title-7 {
  text-align: center;
}

.c-title-6.is-white.c-text-reg-2.max-width-text {
  max-width: 70rem;
}

.c-title-6.max-width {
  color: var(--brand--dark-blue);
  max-width: 60rem;
}

.c-title-6.c-text-reg-2.is-navy {
  color: #15006d;
}

.c-title-6.is-pink {
  color: var(--brand--red);
}

.c-title-5 {
  color: #15006d;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 2.75rem;
}

.c-title-5.is-white {
  color: var(--neutral--white);
  max-width: none;
}

.c-title-5.is-white.max-width {
  max-width: 50rem;
}

.c-title-5.left-align {
  text-align: left;
}

.c-title-5.is-blue {
  color: #15006d;
}

.c-title-5.is-black {
  color: var(--neutral--defualt);
}

.c-title-5.max-width {
  max-width: 7ch;
}

.c-title-4 {
  color: #2a3128;
  letter-spacing: -.01rem;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 3.375rem;
}

.c-title-4.is-white {
  color: var(--neutral--white);
}

.c-title-4.is-white.max-width {
  max-width: 50rem;
}

.c-title-4.is-navy {
  color: #15006d;
  display: none;
}

.c-title-4.is-light-blue {
  color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
}

.c-title-4.is-light-blue.is-balance {
  text-wrap: balance;
}

.c-title-4.is-black {
  color: var(--neutral--defualt);
}

.styleguide-divider-line {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.styleguide-global-classes, .styleguide-components {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-title-1 {
  color: #000;
  letter-spacing: -.08rem;
  margin-bottom: 0;
  font-size: 8.25rem;
  font-weight: 400;
  line-height: 7.75rem;
}

.c-text-l-2 {
  color: #7d817c;
  letter-spacing: .02rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 160%;
}

.page-wrapper.swimathon-bg {
  background-image: url('../images/Swimathon-background-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.styleguide-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-xs {
  color: #7d817c;
  font-size: var(--text-xs--font-size);
  line-height: var(--text-xs--line-height);
  letter-spacing: .02rem;
  margin-bottom: 0;
}

.c-text-micro-heading {
  color: #b1b1b1;
  letter-spacing: .02rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.hide-2 {
  display: none;
}

.page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.styleguide-section-heading {
  font-size: 3rem;
  line-height: 100%;
}

.card-shadow {
  box-shadow: 0 0 24px 8px #00000008;
}

.c-title-3 {
  color: var(--brand--dark-blue);
  letter-spacing: -.04rem;
  margin-bottom: 0;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 5rem;
}

.c-title-3.is-white {
  color: var(--neutral--white);
}

.c-title-3.is-white.hero-max-width.is-balance {
  text-wrap: balance;
}

.c-title-3.is-yellow {
  color: var(--brand--yellow);
}

.c-title-3.is-green {
  color: var(--brand--green);
}

.c-title-3.is-navy {
  display: block;
}

.c-title-3.is-center {
  text-align: center;
}

.text-sm {
  color: var(--neutral--defualt);
  font-size: var(--text-sm--text-size);
  line-height: var(--text-sm--line-height);
  letter-spacing: .02rem;
  margin-bottom: 0;
}

.text-sm.is-navy {
  color: var(--brand--dark-blue);
  font-weight: 600;
}

.styleguide-typography-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.c-title-2 {
  color: #2a3128;
  letter-spacing: -.06rem;
  margin-bottom: 0;
  font-size: 6.75rem;
  font-weight: 400;
  line-height: 100%;
}

.c-title-2.is-navy {
  color: var(--brand--dark-blue);
}

.c-title-2.is-white {
  color: var(--neutral--white);
}

.home-hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 33rem;
  display: flex;
  position: relative;
}

.home-hero-image-wrapper {
  border-radius: var(--radius--large);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.home-hero-text-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
  position: relative;
}

.home-hero-image {
  aspect-ratio: 1.4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.standard-2-col-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.col {
  width: 50%;
  position: relative;
}

.col.is-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col.is-left-align {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.col-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marketing-image-col.with-radius {
  border-radius: var(--size--size-16);
}

.marketing-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marketing-bullet-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-yellow {
  color: var(--brand--yellow);
}

.heading-width-wrapper {
  max-width: 50rem;
}

.boston-live-background-image {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.boston-live-layout {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.boston-live-layout-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.boston-live-widget {
  flex: none;
  width: 100%;
  height: 100vh;
}

.boston-live-widget.stats {
  flex: none;
  height: 370px;
}

.boston-live-qr {
  z-index: 10;
  padding-bottom: 50px;
  padding-right: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.boston-live-qr-image {
  height: 160px;
}

.boston-live-logo {
  width: 320px;
  margin-left: 50px;
}

.boston-live-gg-logo {
  height: 60px;
}

.gradient-overlay {
  background-image: linear-gradient(#fff0, #00000080);
  position: absolute;
  inset: 0%;
}

.slider-events_component {
  margin-top: 2rem;
  position: relative;
}

.slider-events_component.is-hero {
  margin-top: 0;
}

.team-get-in-touch-block {
  text-align: center;
  background-color: #a485fd;
  border-radius: 2.5rem;
  padding: 1rem 3rem;
}

.container-small-2 {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-wrapper {
  color: #ffdf71;
}

.contact-bullet-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image-wrapper {
  background-image: url('../images/IMAGE_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  height: 26.25rem;
  margin-top: 2.5rem;
  display: flex;
}

.hero-image-wrapper.hide {
  display: block;
}

.tab-inner-content-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.bullet-text {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.bullet-text.is-navy {
  color: #15006d;
}

.bullet-text.is-navy.max-width, .bullet-text.max-width {
  max-width: 60ch;
}

.bullet-text.max-width.text-blue {
  color: var(--brand--dark-blue);
}

.c-title-6-2 {
  color: #2a3128;
  letter-spacing: -.01rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.25rem;
}

.c-title-6-2.max-width {
  max-width: 60rem;
}

.tab-link {
  color: #fff;
  text-align: center;
  background-color: #7754de;
  border: 1.5px solid #7754de;
  border-radius: 100vw;
  padding: .8rem 1.2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.tab-link:hover, .tab-link.w--current {
  color: #7754de;
  background-color: #fff;
}

.contact-bullet-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.contact-logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-logo-grid.is-2-col {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.c-title-5-2 {
  color: #15006d;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 2.75rem;
}

.c-title-5-2.is-white.c-title-4 {
  color: var(--neutral--white);
}

.hero-logo-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  overflow: auto;
}

.bullet-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-wrapper.max-width {
  max-width: 36.5rem;
}

.bullet-wrapper._3-bullets {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.did-you-know-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 100%;
  width: 9.375rem;
  height: 9.375rem;
}

.register-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.embed-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-logo-image {
  max-height: 4rem;
}

.team-image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
}

.span-red {
  color: #e96059;
}

.content-col-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 4.25rem;
  display: grid;
}

.content-col-wrapper._1-2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

.content-col-wrapper._1-2.margin-none {
  margin-top: 0;
}

.content-col-wrapper.contact-form {
  grid-template-columns: .5fr .75fr;
  margin-bottom: 4.25rem;
}

.content-col-wrapper.contact-form.is-symetrical {
  grid-template-columns: 1fr 1fr;
}

.content-col-wrapper.image-left {
  grid-template-columns: .5fr 1fr;
  place-items: center;
}

.content-col-wrapper.image-right {
  align-content: center;
  place-items: center;
}

.c-text-testimonial-job {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
}

.hero-arrow-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-button {
  color: #15006d;
  text-align: center;
  background-color: #8be2e2;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.c-button:hover {
  color: #ffdf71;
  background-color: #15006d;
}

.c-button.is-yellow {
  border: 2px solid var(--brand--yellow);
  color: #15006d;
  background-color: #ffdf71;
  transition-property: opacity;
  transition-duration: .3s;
}

.c-button.is-yellow:hover {
  border-color: var(--brand--dark-blue);
  background-color: var(--brand--dark-blue);
  color: var(--brand--yellow);
}

.c-button.is-yellow.is-nav {
  white-space: nowrap;
}

.c-button.is-yellow.is-nav:hover {
  background-color: var(--brand--dark-blue);
  color: var(--brand--yellow);
}

.c-button.is-yellow.is-small {
  width: auto;
}

.c-button.is-red {
  color: #fff;
  background-color: #e96059;
  display: flex;
}

.c-button.is-red:hover {
  background-color: var(--brand--dark-blue);
  color: var(--brand--yellow);
}

.c-button.is-green {
  background-color: var(--brand--green);
}

.c-button.is-green:hover {
  background-color: var(--brand--dark-blue);
}

.c-button.is-green.is-full-width {
  max-width: none;
}

.c-button.is-outline {
  border: 2px solid var(--neutral--white);
  background-color: var(--neutral--transparent);
  color: var(--neutral--white);
  white-space: nowrap;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.c-button.is-outline:hover {
  background-color: var(--neutral--white);
  color: var(--brand--dark-blue);
}

.c-button.is-outline.w--current {
  border-color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
  color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
}

.c-button.is-outline.is-navy {
  border-color: var(--brand--dark-blue);
  color: var(--brand--dark-blue);
}

.c-button.is-outline.is-navy.full-width {
  max-width: none;
}

.c-button.is-hero-slider {
  background-color: var(--brand--yellow);
  pointer-events: auto;
  height: 4rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.c-button.is-hero-slider:hover {
  background-color: var(--brand--dark-blue);
}

.c-button.is-hero-slider.hero-slider-mobile-only {
  display: none;
}

.hero-button-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.c-title-3-2 {
  color: #15006d;
  letter-spacing: -.04rem;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 110%;
}

.c-title-3-2.is-white {
  color: #fff;
}

.span-yellow-2 {
  color: #ffdf71;
}

.span-yellow-2.is-bold {
  font-weight: 700;
}

.did-you-know-image {
  width: 100%;
  max-width: 25rem;
  padding-top: 24px;
}

.heading-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.span-purple {
  color: #7754de;
}

.tab-content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.platform-content-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-nav-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  background-color: var(--neutral--white);
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.platform-image {
  border-radius: 1.5rem;
  max-height: 23rem;
}

.page-padding-3, .page-padding-3.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hero-logo-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.tab-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-text-testimonial {
  color: #15006d;
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.75rem;
}

.c-text-testimonial.is-white {
  color: #fff;
}

.team-content-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 31.25rem;
  display: flex;
}

.did-you-know-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.tab-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-yellow {
  color: #ffdf71;
}

.giving-platform-wrapper {
  text-align: center;
}

.c-text-reg-2 {
  color: #7d817c;
  letter-spacing: .02rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
}

.c-text-reg-2.is-navy.is-bold {
  font-weight: 500;
}

.c-text-reg-2.is-white {
  color: var(--neutral--white);
}

.c-text-testimonial-author {
  font-size: 1.5rem;
  font-weight: 700;
}

.contact-logo-images {
  width: auto;
  max-height: 3.5rem;
}

.contact-logo-images.is-large {
  max-height: 4.2rem;
}

.swiper-bullet-events {
  border: .03125rem solid var(--brand--dark-blue);
  background-color: var(--neutral--transparent);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.swiper-bullet-events.is-active {
  background-color: var(--brand--dark-blue);
}

.request-info-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.request-info-content-text {
  max-width: 600px;
  margin-top: 40px;
}

.request-info-content-list {
  text-align: left;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.request-info-body {
  background-color: var(--brand--dark-blue);
  color: var(--neutral--white);
  text-align: center;
  background-image: linear-gradient(#15006d, #7c60d5 80%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.block-request-vpn-text {
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.t-hero-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-heading-wrapper.is-center {
  text-align: center;
}

.t-heading-wrapper.is-center.max-width-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.t-hero-video-image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--medium);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.t-hero-video-image-wrapper.is-hidden {
  display: none;
}

.t-background-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--medium);
  object-fit: cover;
  width: 85%;
  height: 100%;
  display: none;
}

.t-background-video.is-on {
  display: block;
}

.t-sub-heading-wrapper {
  text-align: center;
  max-width: 65rem;
}

.t-hero-button-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.t-hero-banner-logo-wrapper {
  border-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.t-template-logo {
  width: 8rem;
}

.t-hero-banner-logo-overflow {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: auto;
}

.t-funding-block-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-funding-bullets {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t-funding-button-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.funding-bullet-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-col-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-testimonial-text {
  color: var(--brand--dark-blue);
  font-size: 1.5rem;
  font-weight: 500;
}

.t-testimonial-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t-testimonial-author {
  color: var(--brand--dark-blue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.t-testimonial-author-wrapper {
  margin-bottom: 1rem;
}

.t-col-image {
  width: 100%;
}

.t-col-image.is-sml {
  width: 70%;
}

.t-col-image.max-height {
  width: auto;
  height: auto;
  max-height: 30rem;
}

.t-testimonial-author-job {
  color: var(--brand--dark-pruple);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.t-heading-sub-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-button-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.t-button-wrapper.is-left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.t-text-banner-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-title-7 {
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.c-title-7.is-white {
  color: var(--neutral--white);
}

.t-team-image-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 1.5rem;
  display: grid;
}

.t-team-image {
  border-radius: 100%;
  width: 9rem;
  height: 9rem;
}

.t-team-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-team-block {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-contact-image {
  border-radius: 100%;
  width: 11rem;
  height: 11rem;
}

.t-contact-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t-contact-info-wrapper.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.t-contact-info-wrapper.center-align {
  text-align: center;
}

.t-hero-bg-image-mobile {
  display: none;
}

.t-hero-bg-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.did-you-know {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.did-you-know.hide {
  display: none;
}

.blocked-request-id-text {
  color: var(--brand--yellow);
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.blocked-request-id-wrapper {
  background-color: var(--brand--dark-blue);
  border-radius: 15px;
  flex-flow: column;
  width: 500px;
  margin: 10px auto;
  padding: 10px;
  display: flex;
}

.blocked-request-id-script {
  display: none;
}

.blocked-request-id-support-text {
  font-size: 9px;
}

.blocked-request-id-header {
  font-size: 20px;
  font-weight: 500;
}

.request-info-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
}

.request-info-content-list-item {
  margin-bottom: 0;
}

.thank-you-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.thank-you-wrapper.spacing-small {
  margin-bottom: 1rem;
}

.thank-you-wrapper.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.thank-you-wrapper.align-left.max-width {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 45.5rem;
  margin-bottom: 6rem;
}

.get-in-touch-wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  border-radius: var(--radius--large);
  background-color: var(--brand--dark-pruple);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 35rem;
  padding: 3% 2%;
  display: none;
}

.get-in-touch-text-wrapper {
  text-align: left;
}

.get-in-touch-image {
  border-radius: 100%;
}

.t-bullet-card-container {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.t-bullet-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.t-bullet-card-image {
  width: 3.125rem;
  height: 3.125rem;
}

.get-in-touch-image-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  display: none;
}

.contact-us-map-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-sub-heading-bold {
  font-family: "Kobe 11 Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-sub-heading-bold.is-white {
  color: var(--neutral--white);
}

.c-sub-heading-bold.is-white.max-width {
  max-width: 70rem;
}

.map_wrap {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.map_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-block-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.contact-block-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-block-form {
  border-radius: var(--radius--large);
  background-color: var(--neutral--white);
  flex-flow: column;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.contact-block-form.max-height {
  display: block;
}

.contact-block-form.is-single {
  width: 50%;
}

.contact-disclaimer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--large);
  background-color: var(--brand--pink\<deleted\|variable-f2e34688-8a55-7d46-501b-436c38131959\>);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.disclaimer-link {
  color: var(--brand--dark-blue);
}

.contact-text-link-block {
  color: var(--brand--dark-blue);
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.hero-text-wrapper-left-align {
  text-align: left;
}

.time-block-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.time-block {
  border: 1px solid var(--neutral--white);
  color: var(--neutral--white);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.time-block-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.time-block-heading {
  color: var(--neutral--white);
  font-size: .8rem;
  font-weight: 600;
}

.navbar {
  background-color: #15006d;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-logo-link {
  margin-right: 2rem;
  padding-left: 0;
}

.nav-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-content-wrap {
  display: flex;
}

.nav-links-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-links-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 3.5rem 0 2.5rem;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle.w--open {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

.dropdown {
  border: 2px solid var(--neutral--white);
  color: var(--neutral--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: flex-start;
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.dropdown-text {
  color: var(--neutral--white);
}

.dropdown-link {
  padding: .8rem 2.5rem;
}

.dropdown-link:hover {
  color: #009bde;
}

.dropdown-link.w--current, .dropdown-link.current {
  color: #15006d;
}

.dropdown-list {
  background-color: var(--brand--dark-blue);
}

.dropdown-list.w--open {
  border-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  margin-top: 3.1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dropdown-icon {
  color: var(--neutral--white);
}

.nav-mobile-links-wrap {
  display: none;
}

.absolute-full {
  position: absolute;
  inset: 0%;
}

.map_dot {
  z-index: 2;
  border: 2px solid var(--brand--red);
  background-color: var(--brand--yellow);
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 0;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.map_dot:hover {
  font-size: 1rem;
}

.thank-you-page-hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thanks-you-image-wrapper {
  position: relative;
}

.c-sub-heading {
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.c-sub-heading.is-white {
  color: var(--neutral--white);
}

.c-sub-heading.is-white.max-width {
  max-width: 70rem;
}

.c-sub-heading.is-navy {
  color: var(--brand--dark-blue);
}

.c-sub-heading.max-width {
  max-width: 50ch;
}

.c-sub-heading.is-green {
  color: var(--brand--green);
}

.case-study-arrow {
  justify-content: center;
  align-items: center;
  max-width: 4rem;
  display: flex;
  position: absolute;
  inset: auto auto -20% -10%;
}

.map_tag {
  border-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  color: var(--brand--dark-blue);
  flex: none;
  margin-left: 1.5rem;
  padding: .5em 1em;
  font-size: .75em;
  font-weight: 600;
}

.contact-block-grid-col-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dummy-div {
  height: 150rem;
}

.about-us-intro-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-left-radius: var(--radius--large);
  border-top-right-radius: var(--radius--large);
  background-color: var(--neutral--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  padding: 5rem 3rem;
  display: flex;
}

.intro-block_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.intro-block_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.intro-block_image {
  margin-top: -4rem;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
}

.span-turquoise {
  color: var(--brand--turquoise);
}

.about-us_stats-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-left-radius: var(--radius--large);
  border-bottom-right-radius: var(--radius--large);
  background-color: var(--brand--yellow);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: grid;
}

.about-us_stats-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.stats_icon {
  aspect-ratio: 1;
  object-fit: cover;
  width: 3.5rem;
}

.stats_text {
  color: var(--brand--dark-blue);
  font-family: "Kobe 11 Black", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.about-us_banner-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--radius--large);
  text-align: center;
  background-image: url('../images/banner-image_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding: 4rem 3rem;
  display: flex;
}

.about-us_activism-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.activism_heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.activism_block-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.activism_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--medium);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.activism_block.bg-white {
  background-color: var(--neutral--white);
}

.activism_block.bg-blue {
  background-color: var(--brand--dark-blue);
}

.activism_image-icon {
  aspect-ratio: 1;
  width: 3.125rem;
}

.text-2xl {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-2xl.is-absolute {
  color: #fff;
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-2xl.is-navy {
  color: var(--brand--dark-blue);
}

.text-2xl.is-white {
  color: var(--neutral--white);
}

.team-member_wrapper {
  position: relative;
}

.team-member_listing-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-member_image {
  aspect-ratio: 1;
  border: 3px solid var(--neutral--transparent);
  border-radius: 100%;
  width: 9.375rem;
  transition: border-color .2s;
}

.team-member_modal-bg {
  z-index: 20;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_info-wrapper {
  z-index: 22;
  width: 100%;
  max-width: 30rem;
  position: relative;
}

.modal_top-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-left-radius: var(--radius--medium);
  border-top-right-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
}

.modal_bio-wrapper {
  border-bottom-left-radius: var(--radius--medium);
  border-bottom-right-radius: var(--radius--medium);
  background-color: var(--brand--light-blue);
  padding: 3rem;
}

.modal_image {
  aspect-ratio: 1;
  width: 7.5rem;
}

.c-subtitle-2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.c-subtitle-2.is-absolute {
  color: #fff;
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.c-subtitle-2.is-navy {
  color: var(--brand--dark-blue);
}

.c-subtitle-2.is-white {
  color: var(--neutral--white);
}

.max-width-wrapper {
  max-width: 80ch;
}

.modal-close-button {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  inset: -3rem 0% auto auto;
}

.modal-close_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-memeber_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.amazing-human_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom-left-radius: var(--radius--large);
  border-bottom-right-radius: var(--radius--large);
  background-color: var(--brand--pink\<deleted\|variable-f2e34688-8a55-7d46-501b-436c38131959\>);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 2.5rem;
  display: flex;
}

.amazing-human_cover-image {
  aspect-ratio: 4;
  border-top-left-radius: var(--radius--large);
  border-top-right-radius: var(--radius--large);
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
}

.foundation-memeber-wrapper {
  cursor: pointer;
  position: relative;
}

.foundation-member_listing-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--medium);
  background-color: var(--neutral--light-grey);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.foundation-member_image {
  width: 9.375rem;
}

.foundation-member_modal-bg {
  z-index: 20;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.foundation-modal_info-wrapper {
  z-index: 22;
  width: 100%;
  max-width: 30rem;
  position: relative;
}

.foundation-modal_top-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-left-radius: var(--radius--medium);
  border-top-right-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  justify-content: center;
  align-items: flex-end;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.foundation-modal_image {
  width: 7.5rem;
}

.foundation-modal_bio-wrapper {
  border-bottom-left-radius: var(--radius--medium);
  border-bottom-right-radius: var(--radius--medium);
  background-color: var(--brand--red);
  padding: 3rem;
}

.platform-block-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.platform-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--small);
  background-color: var(--neutral--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.platform-block_icon {
  width: 3.125rem;
}

.testimonial-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand--dark-blue);
  color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2.2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-testimonial_component {
  margin-top: 3rem;
  position: relative;
}

.slider-testimonial_component.is-hero {
  margin-top: 0;
}

.team-collection-list-wrapper {
  margin-top: 3rem;
}

.foundation-member_listing-text-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.foundation_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.foundation-red-bg {
  z-index: 1;
  border-radius: var(--radius--medium);
  background-color: var(--brand--red);
  position: absolute;
  inset: 0%;
  transform: translate(5px, 5px);
}

.foundation_collection-list-wrapper {
  margin-top: 3rem;
}

.modal-bg-close {
  z-index: 21;
  position: absolute;
  inset: 0%;
}

.slider-highlight_component {
  margin-top: 3rem;
  position: relative;
}

.slider-highlight_component.is-hero {
  margin-top: 0;
}

.highlight-card-wrapper {
  border-radius: var(--radius--large);
  background-color: var(--neutral--white);
  overflow: clip;
}

.highlight-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.highlight-text-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-bottom-left-radius: var(--radius--large);
  border-bottom-right-radius: var(--radius--large);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.highlight-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlight-description-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.highlight-logo {
  aspect-ratio: 1;
  object-fit: contain;
  width: 6.25rem;
}

.foundation-modal-bg-close {
  z-index: 21;
  position: absolute;
  inset: 0%;
}

.hero-slide_wrapper {
  border-radius: var(--radius--large);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-slide_text-wrapper {
  width: 100%;
}

.is-balance {
  text-wrap: balance;
}

.get-in-touch-single-logo-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.get-in-touch_logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.get-in-touch_info-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.hero-slider_filter {
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.hero-slide {
  border-radius: var(--radius--large);
}

.slider-wrapper {
  position: relative;
}

.home-slider {
  background-color: var(--neutral--transparent);
  pointer-events: none;
  height: 32rem;
}

.slide-image {
  border-radius: var(--radius--large);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.is-red {
  color: var(--brand--red);
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 40px;
  max-height: none;
  display: flex;
}

.image-15 {
  width: auto;
  height: auto;
  max-height: 27px;
}

.image-16 {
  width: auto;
  height: auto;
  max-height: 33px;
}

.careers-featured-wrapper {
  margin-top: 2rem;
}

.careers-roles-wrapper {
  border-bottom-left-radius: var(--radius--large);
  border-bottom-right-radius: var(--radius--large);
  background-color: var(--neutral--light-grey);
  padding: 2.5rem 3rem 4rem;
}

.career-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.career-collection-item {
  border-radius: var(--radius--medium);
  background-color: var(--neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.career-title-wrapper {
  margin-bottom: 1.5rem;
}

.careers-collection-list-wrapper {
  margin-top: 2rem;
}

.careers-empty {
  color: var(--brand--dark-blue);
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  display: flex;
}

.text-block-13 {
  color: var(--neutral--text-grey);
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.link-26 {
  color: #15006d;
}

.italic-text-3, .italic-text-4 {
  font-style: normal;
}

.live-donations-embed {
  z-index: 10;
  width: 80%;
  height: 225px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-fundraising-button-wrapper {
  display: none;
}

.spacer-header {
  width: 100%;
  height: 7.5rem;
}

.text-span-2 {
  color: var(--brand--yellow);
}

.table-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.table-cell-blue {
  background-color: var(--brand--dark-blue);
  color: var(--neutral--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.table-cell-white {
  background-color: var(--neutral--white);
  color: var(--brand--dark-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 9rem;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.table-cell-white.is-alert {
  color: var(--brand--red);
}

.faq-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral--white);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding: 1.3rem;
  display: flex;
}

.faq-item.is-answer {
  background-color: var(--brand--light-purple\<deleted\|variable-82fbc043-a7bb-b26a-4ba7-a3cccc568580\>);
  color: var(--neutral--white);
}

.faq-collection-wrapper {
  margin-top: 2rem;
}

.faq-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-banner-flex-stack {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.logo-ticker {
  width: 100%;
  overflow: hidden;
}

.list {
  padding-left: 0;
}

.heading-11 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Connections, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.ticker-track {
  grid-column-gap: var(--radius--small);
  grid-row-gap: var(--radius--small);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: auto;
}

.donation-fullscreen-top-tier {
  justify-content: center;
  align-items: center;
  display: flex;
}

.donation-fullscreen-bottom-tier {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.donation-widget-logo-wrapper {
  display: flex;
}

.donation-widget-logo-wrapper.is-bottom-section {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.donation-widget-logo {
  width: 100%;
}

.donation-widget-logo.is-top {
  max-width: 40rem;
}

.donation-widget-logo.is-sponsor {
  max-width: 8rem;
}

.donation-widget-logo.is-qr {
  max-width: 15rem;
}

.donation-tracker {
  width: 100%;
  max-width: 450px;
  height: 215px;
  display: block;
}

.donation-widget {
  height: 230px;
}

.donation-tracker-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tracker-pill {
  padding: 1rem 3rem;
}

.tracker-pill.is-white {
  background-color: var(--neutral--white);
}

.tracker-pill.is-blue {
  background-color: var(--brand--steel-blue\<deleted\|variable-26aebe07\>);
  color: var(--neutral--white);
}

.tracker-pill-wrapper {
  border-radius: var(--radius--medium);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-26 {
  text-align: left;
  position: absolute;
}

.image-19 {
  text-align: left;
  object-fit: fill;
  position: static;
}

.funraiser-regulator-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.image-20 {
  max-width: 250px;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--brand--light-blue);
}

.nav-search-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--neutral--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-search-wrapper:hover {
  color: var(--brand--light-blue);
}

.navbar-search-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.nav-linktext {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

.nav-linktext.w--current {
  color: var(--brand--light-blue);
}

.primary-button {
  min-width: var(--size--size-128);
  padding: var(--size--size-16) var(--size--size-24);
  background-color: var(--brand--yellow);
  color: var(--brand--dark-blue);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.primary-button:where(.w-variant-34a79771-276c-d2c9-5ee2-5fe7dd8f4a69) {
  height: var(--size--size-56);
}

.button-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-slot {
  grid-column-gap: var(--size--size-80);
  grid-row-gap: var(--size--size-80);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-wrapper {
  padding: var(--size--size-40) var(--size--size-48);
  grid-column-gap: var(--size--size-24);
  grid-row-gap: var(--size--size-24);
  border-radius: var(--size--size-24);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.banner-wrapper.is-blue {
  grid-column-gap: var(--size--size-32);
  grid-row-gap: var(--size--size-32);
  background-color: var(--brand--dark-blue);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.banner-wrapper.is-grey {
  background-color: var(--neutral--light-grey);
}

@media screen and (min-width: 1280px) {
  .c-title-5 {
    font-size: 3rem;
  }

  .c-title-5.is-white {
    font-size: 3rem;
    font-weight: 900;
  }

  .c-title-4.is-white.max-width {
    max-width: 50rem;
  }

  .c-title-4.is-white.max-width.is-bold {
    font-family: "Kobe 11 Black", sans-serif;
    font-size: 4rem;
    font-weight: 900;
  }

  .c-title-3.is-white.hero-max-width.is-balance {
    max-width: 750px;
  }

  .c-title-2.is-navy {
    max-width: 70rem;
  }

  .tab-inner-content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content-col-wrapper.contact-form {
    margin-bottom: 4.25rem;
  }

  .c-button.is-green:hover {
    background-color: var(--brand--dark-blue);
  }

  .c-button.is-hero-slider.hero-slider-mobile-only {
    display: none;
  }

  .t-col-image.is-sml {
    width: 60%;
  }

  .c-title-7.is-white {
    padding-top: 24px;
  }

  .blocked-request-id-text {
    font-size: 16px;
    font-weight: 700;
  }

  .blocked-request-id-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .request-info-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .thank-you-wrapper.spacing-small {
    margin-bottom: 1rem;
  }

  .contact-us-map-wrapper {
    text-align: center;
  }

  .c-sub-heading-bold.is-white.max-width {
    max-width: 70rem;
  }

  .map_wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-block-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact-block-form {
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .disclaimer-link {
    color: var(--brand--yellow);
  }

  .contact-text-link-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-sub-heading.is-white.max-width {
    max-width: 70rem;
  }

  .intro-block_image {
    margin-top: -3rem;
  }

  .donation-tracker {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.nav {
    margin-top: 20px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 100%;
  }

  .div-block-17 {
    padding-bottom: 60%;
  }

  .div-block-18 {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    padding: 20px;
  }

  .nav-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-2.buttons {
    margin-top: 40px;
  }

  .mobile-margin-top-10 {
    width: 100%;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .page-heading-3 {
    font-size: 5rem;
  }

  .main-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .main-section.events {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .main-text {
    font-size: 60px;
  }

  .main-text.hero-intro-text {
    width: 70%;
  }

  .header {
    overflow: visible;
  }

  .navbar-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .navbar-brand {
    float: none;
  }

  .navbar-brand.w--current {
    display: block;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #14096d;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px 20px;
    display: block;
    position: relative;
    top: 0;
    box-shadow: 0 50px 50px -25px #000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    border: 2px solid #0000;
    border-radius: 100%;
    width: 60px;
    padding: 12px;
    display: block;
    position: absolute;
    inset: 15px 20px auto auto;
  }

  .menu-button-5.w--open {
    color: var(--brand--dark-blue);
    background-color: #ffdf72;
  }

  .nav-logo-image {
    height: 3.3rem;
  }

  .show-mobile {
    display: block;
  }

  .nav-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .container.about-us {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .events-scroll-collections {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .champion-item-image-container {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .champion-item-name {
    max-width: none;
    font-size: 6.25rem;
  }

  .champion-item-name.hero-intro-text {
    width: 70%;
  }

  .champion-item-description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    padding-top: 40px;
    padding-left: 40px;
    position: absolute;
  }

  .champion-item-synopsis {
    font-size: 60px;
  }

  .champion-item-synopsis.hero-intro-text {
    width: 70%;
  }

  .champion-item-action {
    justify-content: flex-end;
    margin-top: -240px;
    padding-right: 20px;
    position: absolute;
    top: 100%;
    right: 0;
  }

  .join-us-image {
    width: 100%;
  }

  .join-us-content {
    max-width: none;
    padding-left: 40px;
  }

  .footer-section {
    text-align: left;
  }

  .footer-subtitle {
    justify-content: space-between;
  }

  .footer-slogan {
    font-size: 60px;
  }

  .footer-slogan.hero-intro-text {
    width: 70%;
  }

  .champion-item-image-shadow {
    background-image: linear-gradient(#0f0c2580, #0000 69%);
  }

  .container-8 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .nav-flex {
    flex-direction: column;
  }

  .hero-slider {
    height: 500px;
  }

  .slider-item.champion {
    margin-right: 0;
  }

  .hero-shadow-image {
    z-index: 0;
  }

  .hero-container {
    z-index: 1;
  }

  .image-12 {
    height: 30px;
  }

  .get-started-v-line {
    margin-left: 20px;
    margin-right: 20px;
  }

  .subtitle {
    font-size: 18px;
  }

  .nav-separator {
    border-bottom: 2px dashed #ffffff80;
    width: 100%;
    height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .footer-logo {
    height: 120px;
  }

  .footer-subtitle-text {
    text-align: right;
    font-size: 50px;
  }

  .about-us-image {
    background-position: 38% 36%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .stats-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .swiper-slide.is-slider-hero {
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .champ-title-wrapper {
    max-width: 20rem;
  }

  .champ-image {
    margin-left: 0;
  }

  .custom-container.about-us {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .slider-hero_button.swiper-prev {
    left: -1rem;
  }

  .slider-hero_button.swiper-next {
    right: -1rem;
  }

  .partners-collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .text-base {
    font-size: .9rem;
  }

  .c-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-large-2.with-embed {
    margin-bottom: 50px;
  }

  .c-title-5 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .c-title-4 {
    font-size: 2.525rem;
    line-height: 100%;
  }

  .c-title-1 {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }

  .c-text-l-2, .text-xs {
    font-size: .9rem;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-title-3 {
    font-size: 4rem;
    line-height: 100%;
  }

  .text-sm {
    font-size: .9rem;
  }

  .c-title-2 {
    font-size: 4rem;
    line-height: 100%;
  }

  .home-hero-text-wrapper {
    text-align: center;
  }

  .standard-2-col-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-get-in-touch-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-inner-content-wrap {
    grid-template-columns: 1fr;
  }

  .bullet-text {
    font-size: 1.2rem;
  }

  .c-title-6-2 {
    font-size: 1.5rem;
  }

  .tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-title-5-2 {
    font-size: 1.1rem;
  }

  .content-col-wrapper.image-left, .content-col-wrapper.image-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .c-title-3-2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .t-template-logo {
    width: 7rem;
  }

  .t-col-image {
    width: 100%;
  }

  .t-team-image-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .t-team-image {
    width: 8rem;
    height: 8rem;
  }

  .get-in-touch-wrapper {
    min-width: 33rem;
  }

  .t-bullet-card-container {
    grid-column-gap: 1rem;
  }

  .get-in-touch-image-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-block-grid {
    grid-template-columns: 1fr;
  }

  .hero-text-wrapper-left-align {
    text-align: center;
  }

  .time-block-row {
    flex-flow: wrap;
  }

  .navbar {
    padding-top: 2rem;
  }

  .nav-links {
    background-color: var(--brand--dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    box-shadow: 0 10px 10px 3px #0003;
  }

  .nav-content-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav-links-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .nav-links-right {
    flex-flow: column;
  }

  .nav-menu-button {
    color: var(--neutral--white);
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    padding: 0;
  }

  .nav-menu-button.w--open {
    background-color: var(--neutral--transparent);
    color: var(--brand--yellow);
  }

  .nav-burger {
    font-size: 32px;
    line-height: 1;
    position: absolute;
    inset: 0%;
  }

  .nav-mobile-link {
    color: var(--neutral--white);
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-nav-divider {
    background-color: var(--brand--light-blue);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-mobile-links-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .c-sub-heading {
    font-size: 1.3rem;
  }

  .case-study-arrow {
    bottom: -10%;
    left: -5%;
  }

  .about-us-intro-block {
    margin-top: 4rem;
  }

  .about-us_stats-block {
    grid-template-columns: 1fr;
  }

  .team-memeber_collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .amazing-human_cover-image {
    aspect-ratio: 3;
  }

  .foundation_collection-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-slide_wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-slide_text-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .get-in-touch_logo-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-slider_filter {
    border-radius: var(--radius--large);
    background-image: linear-gradient(0deg, #0000, #0006 45%, #fff0);
    display: block;
  }

  .slide-image {
    object-position: 80% 0%;
  }

  .live-donations-embed {
    margin-top: -120px;
  }

  .hero-fundraising-button-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 4rem;
    display: none;
  }

  .spacer-header {
    height: 8rem;
  }

  .table-wrapper {
    overflow: auto;
  }

  .table-cell-blue {
    padding: 1rem;
  }

  .table-cell-white {
    height: 7rem;
    padding: 1rem;
  }

  .donation-fullscreen-bottom-tier {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .donation-tracker-wrapper {
    order: -1;
    position: relative;
  }

  .nav-close {
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .container-large {
    text-align: center;
  }

  .button.is-champion {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .button.is-hero-slider {
    width: 100%;
  }

  .button.hide-desktop {
    display: flex;
  }

  .button.hide-mobile {
    display: none;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-17 {
    padding-bottom: 100%;
  }

  .page-heading-2 {
    font-size: 80px;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .migration-image {
    border-radius: 20px;
  }

  .page-heading-3 {
    font-size: 70px;
  }

  .page-heading-3.is-hero-slider {
    background-color: var(--neutral--white);
    color: var(--brand--dark-blue);
    border-radius: 1.25rem;
    padding: 1.5rem;
    font-size: 2rem;
  }

  .main-section.gradient-1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .main-section.gradient-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-logo-image {
    height: 3rem;
  }

  .container.footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .container.about-us {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .lead-text {
    font-size: 14px;
  }

  .lead-text.text-shadow {
    color: var(--brand--dark-blue);
    text-align: center;
    text-shadow: none;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .lead-text.is-hero-slider {
    font-size: 1.125rem;
  }

  .main-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .featured-event-content {
    padding: 1.5rem;
  }

  .champion-item-image-container {
    top: auto;
    bottom: 0;
  }

  .champion-item-name {
    background-color: var(--brand--dark-blue);
    text-align: center;
    text-shadow: none;
    border-radius: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    font-size: 2rem;
  }

  .champion-item-description {
    padding-left: 20px;
  }

  .champion-item-action {
    margin-top: -180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .champion-item-summary {
    width: 90%;
    margin-right: 0;
  }

  .join-us-block {
    height: 580px;
  }

  .join-us-content {
    justify-content: flex-end;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .default-page-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .human-rights-text-block, .text-block-5 {
    margin-bottom: 20px;
  }

  .page-column {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .country-contact-details {
    width: 100%;
  }

  .country-contact-divider {
    border-top: 1px solid var(--brand--light-blue);
    border-right-style: none;
    width: 100%;
    height: 0;
    margin: 20px 0;
  }

  .header-banner {
    text-align: center;
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .get-started-wrapper {
    width: 100%;
  }

  .get-started-v-line {
    border-bottom: 2px dashed #009bde;
    border-right-style: none;
    width: 75%;
    height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .page-heading-4 {
    font-size: 50px;
  }

  .get-started-content {
    flex-direction: column;
  }

  .subtitle {
    font-size: 14px;
  }

  .page-heading-5 {
    font-size: 40px;
  }

  .banner-content {
    flex-flow: column;
  }

  .footer-logo {
    height: 100px;
  }

  .page-heading-6 {
    font-size: 30px;
  }

  .footer-subtitle-text {
    font-size: 40px;
  }

  .popup-body {
    padding: 20px;
  }

  .popup-footer {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .about-us-image {
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .stats-block {
    flex-direction: column;
  }

  .page-heading-1 {
    font-size: 100px;
  }

  .slider-main_top-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }

  .slider-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
  }

  .swiper-slide.is-slider-main {
    background-color: var(--brand--green);
    border-radius: 2.5rem;
    width: 100%;
    height: auto;
  }

  .swiper-slide.is-slider-hero {
    padding: 0 0 1.5rem;
  }

  .text-lg {
    font-size: 1rem;
  }

  .swiper.is-slider-main {
    overflow: hidden;
  }

  .swiper-wrapper.is-slider-main, .swiper-wrapper.is-slider-events, .swiper-wrapper.is-testimonial, .swiper-wrapper.is-highlight {
    display: flex;
  }

  .slider-main_button-wrapper {
    display: none;
  }

  .champion-item-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .champ-title-wrapper {
    flex-flow: column;
    max-width: none;
    margin-bottom: 1.5rem;
    padding-top: 0;
    display: flex;
  }

  .champ-image-description-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .champ-paragraph-wrapper {
    padding: 0;
  }

  .c-text-small.is-navy {
    text-align: center;
    font-size: 1rem;
  }

  .champ-image {
    aspect-ratio: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 18rem;
  }

  .champ-image-wrapper {
    order: -1;
    width: 100%;
    position: relative;
  }

  .custom-container.footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-container.about-us {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .swiper-bullet-wrapper.is-hero {
    margin-top: 4rem;
    position: relative;
  }

  .hero-text-wrapper {
    margin-top: -3rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gradient {
    display: none;
  }

  .slider-hero_button.swiper-prev, .slider-hero_button.swiper-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .partners-collection-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
  }

  .page-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .champion-text-block-wrap {
    margin-top: -2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-base {
    font-size: 1rem;
  }

  .c-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .c-section.bg-blue.margin-top-small {
    padding-bottom: 1rem;
  }

  .container-large-2.with-embed {
    margin-bottom: 50px;
  }

  .c-title-5 {
    font-size: 2.1rem;
  }

  .c-title-1 {
    line-height: 3.7rem;
  }

  .c-text-l-2, .text-xs {
    font-size: 1rem;
  }

  .card-shadow {
    box-shadow: 0 0 20px 3px #00000012;
  }

  .text-sm {
    font-size: 1rem;
  }

  .c-title-2 {
    letter-spacing: -.03rem;
    font-size: 3rem;
    line-height: 100%;
  }

  .home-hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-hero-image-wrapper {
    width: 100%;
  }

  .home-hero-text-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .standard-2-col-wrapper {
    flex-flow: column;
  }

  .col {
    width: 100%;
  }

  .col.is-left-align {
    order: -1;
  }

  .col-image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .gradient-overlay {
    background-image: linear-gradient(#fff0, #00000080 50%);
  }

  .slider-events_component.page-padding {
    margin-top: 0;
  }

  .register-form-wrapper {
    width: 100%;
  }

  .tab-inner-content-wrap {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .tab-link {
    flex: none;
  }

  .contact-logo-grid.is-2-col {
    width: 100%;
  }

  .content-col-wrapper._1-2, .content-col-wrapper.contact-form, .content-col-wrapper.contact-form.is-symetrical, .content-col-wrapper.image-left, .content-col-wrapper.image-right {
    grid-template-columns: 1fr;
  }

  .c-button.is-hero-slider {
    max-width: none;
  }

  .c-button.is-hero-slider.hero-slider-mobile-only {
    margin-bottom: 40px;
    display: flex;
  }

  .c-button.is-hero-slider.hero-slider-desktop-only {
    display: none;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .platform-content-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .section-nav-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .did-you-know-wrapper {
    grid-template-columns: 1fr;
  }

  .c-text-reg-2 {
    font-size: 1rem;
  }

  .t-hero-video-image-wrapper {
    height: 20rem;
    display: block;
  }

  .t-background-video {
    display: none;
  }

  .t-hero-banner-logo-wrapper {
    padding: 1rem;
  }

  .t-template-logo {
    width: 6rem;
  }

  .t-testimonial-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .t-team-image-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .t-contact-info-wrapper.left-align {
    justify-content: space-between;
    align-items: center;
  }

  .t-hero-bg-image-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }

  .blocked-request-id-wrapper {
    width: 100%;
  }

  .thank-you-wrapper.align-left.max-width {
    text-align: center;
  }

  .get-in-touch-wrapper {
    flex-flow: column;
    min-width: auto;
    padding: 1.5rem;
  }

  .get-in-touch-text-wrapper {
    text-align: center;
  }

  .t-bullet-card-container {
    grid-template-columns: 1fr;
  }

  .contact-block-grid {
    flex-flow: column;
  }

  .contact-block-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-block-form.is-single {
    width: auto;
  }

  .nav-links {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .thank-you-page-hero-wrapper {
    flex-flow: column;
  }

  .case-study-arrow {
    max-width: 3.5rem;
    inset: auto auto 0% -13%;
  }

  .contact-block-grid-col-wrapper {
    width: auto;
  }

  .about-us-intro-block {
    flex-flow: column;
  }

  .intro-block_image {
    position: relative;
  }

  .activism_block-wrapper {
    grid-template-columns: 1fr;
  }

  .text-2xl {
    font-size: 1rem;
  }

  .team-member_modal-bg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal_top-wrapper {
    justify-content: center;
    align-items: center;
  }

  .c-subtitle-2 {
    font-size: 1rem;
  }

  .team-memeber_collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .amazing-human_cover-image {
    aspect-ratio: 2;
  }

  .foundation-member_listing-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .foundation-member_modal-bg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-testimonial_component.page-padding {
    margin-top: 2rem;
  }

  .foundation_collection-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-slide_wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .get-in-touch_info-wrapper {
    margin-top: 3rem;
  }

  .careers-roles-wrapper {
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .live-donations-embed {
    height: 220px;
  }

  .hero-fundraising-button-wrapper {
    margin-top: 4rem;
  }

  .spacer-header {
    height: 7rem;
  }

  .table-cell-blue, .table-cell-white {
    font-size: 1.2rem;
  }

  .primary-button {
    object-fit: fill;
  }

  .content-slot {
    grid-column-gap: var(--size--size-48);
    grid-row-gap: var(--size--size-48);
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.is-champion, .button.is-hero-slider {
    height: 66px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .page-heading-2 {
    font-size: 60px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .main-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-wrapper, .featured-event-content {
    padding: 20px;
  }

  .featured-event-date {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .event-item-details {
    align-items: flex-start;
  }

  .social-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .champion-item-name {
    line-height: 1;
  }

  .champion-item-action {
    margin-top: -250px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .champion-item-summary {
    width: 100%;
  }

  .join-us-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .footer-subtitle {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
  }

  .slider.hero {
    height: 660px;
    max-height: 700px;
  }

  .slider.champions {
    height: 500px;
  }

  .container-8 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .slider-item.event {
    width: 100%;
  }

  .header-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .page-heading-4 {
    font-size: 40px;
  }

  .page-heading-5 {
    font-size: 30px;
  }

  .banner-content {
    display: none;
  }

  .partner-image {
    max-width: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-subtitle-text {
    text-align: center;
    font-size: 40px;
  }

  .stat-block {
    width: 100%;
  }

  .page-heading-1 {
    font-size: 80px;
  }

  .space-new {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-main_top-wrapper.is-events, .slider-main_top-wrapper.is-highlights {
    justify-content: center;
    align-items: center;
  }

  .slider-image {
    min-height: 15rem;
  }

  .swiper-slide.is-slider-event, .swiper-slide.is-testimonial, .swiper-slide.is-highlight {
    width: 100%;
  }

  .swiper-wrapper.is-highlight {
    height: 620px;
  }

  .champ-paragraph-wrapper {
    padding: 0;
  }

  .swiper-bullet {
    width: 10px;
    height: 10px;
  }

  .swiper-bullet.is-blue {
    border-color: var(--brand--dark-blue);
  }

  .swiper-bullet.is-blue.is-active {
    background-color: var(--brand--dark-blue);
  }

  .partners-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-base {
    font-size: .9375rem;
  }

  .text-base.is-white {
    text-align: left;
  }

  .c-section.bg-blue.margin-top-small.margin-bottom-small {
    padding-bottom: 2rem;
  }

  .c-section.bg-gradient-blue-to-orange.is-hero.spacing-small {
    padding-top: 1rem;
  }

  .c-section.bg-gradient-blue-to-blue {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .c-section.bg-gradient-blue-to-blue.spacing-small {
    padding-top: 2.5rem;
  }

  .container-large-2.with-embed {
    margin-bottom: 0;
  }

  .c-title-6.is-white.c-title-7 {
    padding-top: 0;
  }

  .c-title-6.c-text-reg-2.is-navy {
    text-align: center;
    align-self: auto;
  }

  .c-title-6.is-pink {
    text-align: left;
  }

  .c-title-5 {
    font-size: 1.8rem;
    line-height: 110%;
  }

  .c-title-5.is-white {
    text-align: left;
  }

  .c-title-5.is-blue {
    text-align: center;
  }

  .c-title-4 {
    font-size: 2rem;
  }

  .c-title-1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .c-text-l-2, .text-xs {
    font-size: .9375rem;
  }

  .c-title-3 {
    text-align: center;
    align-self: center;
    font-size: 3rem;
  }

  .c-title-3.is-white.hero-max-width {
    padding-top: 16px;
  }

  .text-sm {
    font-size: .9375rem;
  }

  .c-title-2 {
    letter-spacing: -.03rem;
    font-size: 2.7rem;
  }

  .home-hero-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: 25rem;
    padding-bottom: 1rem;
  }

  .home-hero-text-wrapper {
    width: 100%;
    max-width: none;
  }

  .gradient-overlay {
    border-radius: var(--radius--large);
    background-image: linear-gradient(#fff0, #00000080 58%);
    position: absolute;
    inset: 0%;
  }

  .hero-image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-logo-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .did-you-know-text-wrapper {
    margin-top: 15px;
  }

  .team-member-image {
    width: 8rem;
    height: 8rem;
  }

  .team-image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-col-wrapper.contact-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .content-col-wrapper.contact-form.spacing-small, .content-col-wrapper.image-left, .content-col-wrapper.image-right {
    margin-top: 2rem;
  }

  .c-button {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-button.is-red {
    margin-top: 0;
  }

  .c-button.is-hero-slider {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .c-title-3-2 {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }

  .platform-image {
    width: 80%;
  }

  .page-padding-3.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .c-text-testimonial.is-white {
    text-align: left;
    font-size: 2rem;
    line-height: 2rem;
  }

  .platform-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .c-text-reg-2 {
    font-size: .9375rem;
  }

  .swiper-bullet-events {
    width: 10px;
    height: 10px;
  }

  .swiper-bullet-events.is-blue {
    border-color: var(--brand--dark-blue);
  }

  .swiper-bullet-events.is-blue.is-active {
    background-color: var(--brand--dark-blue);
  }

  .t-hero-video-image-wrapper {
    display: block;
  }

  .t-hero-video-image-wrapper.is-hidden {
    display: none;
  }

  .t-hero-video-image-wrapper.is-shown {
    display: block;
  }

  .t-background-video.is-on {
    display: none;
  }

  .t-hero-banner-logo-overflow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .c-title-7 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .t-contact-info-wrapper.left-align {
    justify-content: flex-start;
    align-items: center;
  }

  .t-hero-bg-image-mobile {
    display: block;
  }

  .thank-you-wrapper {
    margin-bottom: 3rem;
  }

  .thank-you-wrapper.spacing-small, .thank-you-wrapper.align-left.max-width {
    margin-bottom: 1rem;
  }

  .contact-disclaimer-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-links {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thank-you-page-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .thanks-you-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .thank-you-hero-image {
    max-width: 70%;
  }

  .case-study-arrow {
    max-width: 2rem;
    inset: auto auto 0% 10%;
  }

  .about-us-intro-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-us_stats-block {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-us_banner-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .activism_block-wrapper {
    grid-template-columns: 1fr;
  }

  .team-member_modal-bg {
    justify-content: center;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: auto;
  }

  .modal_top-wrapper {
    flex-flow: column;
  }

  .modal_bio-wrapper {
    padding: 2rem;
  }

  .team-memeber_collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .amazing-human_text-wrapper {
    padding: 2rem;
  }

  .foundation-member_listing-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .foundation-member_image {
    order: 1;
  }

  .foundation-member_modal-bg {
    justify-content: center;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: auto;
  }

  .foundation-modal_top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .foundation-modal_bio-wrapper {
    padding: 2rem;
  }

  .foundation-member_listing-text-wrapper {
    text-align: center;
    padding-bottom: .5rem;
  }

  .hero-slide_wrapper {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-slide_text-wrapper {
    width: 100%;
  }

  .hero-slider_filter {
    border-radius: var(--radius--large);
    position: absolute;
    inset: 0%;
  }

  .slide-image {
    object-position: 70% 0%;
  }

  .careers-roles-wrapper {
    padding: 1.5rem 1rem 2rem;
  }

  .live-donations-embed {
    margin-top: -90px;
  }

  .hero-fundraising-button-wrapper {
    margin-top: 2rem;
  }

  .spacer-header {
    height: 6rem;
  }

  .table-cell-blue {
    padding: .5rem;
    font-size: 1rem;
  }

  .table-cell-white {
    height: 5rem;
    padding: .5rem;
    font-size: 1rem;
  }

  .image-17, .image-18 {
    display: none;
  }

  .donation-widget-logo.is-sponsor {
    max-width: 6rem;
  }

  .donation-widget-logo.is-qr {
    max-width: 12rem;
  }

  .content-slot {
    grid-column-gap: var(--size--size-44);
    grid-row-gap: var(--size--size-44);
  }

  .banner-wrapper {
    padding-right: var(--size--size-24);
    padding-left: var(--size--size-24);
  }
}

#w-node-f5a4540f-c91f-1f02-f127-1091ed771f81-ed771f80, #w-node-f5a4540f-c91f-1f02-f127-1091ed771f83-ed771f80, #w-node-f5a4540f-c91f-1f02-f127-1091ed771f8c-ed771f80, #w-node-_4801c24c-9650-8331-102f-35e0ae3fd756-ed771f80, #w-node-f5a4540f-c91f-1f02-f127-1091ed771f95-ed771f80, #w-node-f5a4540f-c91f-1f02-f127-1091ed771f9e-ed771f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a38f51b8-86ae-ba56-8f8c-89fef3776b64-6ec81fc6 {
  place-self: center;
}

#w-node-a38f51b8-86ae-ba56-8f8c-89fef3776bd8-6ec81fc6 {
  align-self: end;
}

#w-node-a38f51b8-86ae-ba56-8f8c-89fef3776be4-6ec81fc6 {
  align-self: center;
}

#w-node-b38e087b-562e-50a6-13ed-575574f90419-5003bc6f, #w-node-ba8bd11a-7cbf-21c4-27b0-496b1370d911-5003bc6f, #w-node-_4e4cc020-d02c-e6da-caf9-4c6bedf0728b-5003bc6f, #w-node-_06a1a35b-265d-74b8-65bb-744f4be910c7-5003bc6f, #w-node-_5cff48aa-9b6e-374b-1648-853ef71f0cff-5003bc6f, #w-node-_73964f79-aa46-1cc5-6e8e-d81140215004-5003bc6f, #w-node-_10e5722c-7006-fc17-7656-4f94d194918b-5003bc6f, #w-node-_8304e501-59a1-d942-d950-229a262bb5f4-5003bc6f {
  place-self: center;
}

#w-node-_3ff9a18a-59d8-b8f9-612b-7890dda3afd3-b2744c9e {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_2c3e21e2-32d5-e530-0e32-b83b453757a6-b2744c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0666de9b-6cbb-467c-8263-d68ccfed415c-b2744c9e {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_3ff9a18a-59d8-b8f9-612b-7890dda3afd3-b2744c9e {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f209b9d9-1e82-859d-08b2-3599477cb66c-477cb663, #w-node-_9fe74c83-13ce-2164-afb9-13a876ed9e8d-692629a3, #w-node-_9fe74c83-13ce-2164-afb9-13a876ed9e8d-45afa024, #w-node-_576ce23c-8935-2f94-0d37-7535364a0723-cbf17dee, #w-node-e296278a-d566-86da-3324-f9fe29602c86-62052d91, #w-node-_576ce23c-8935-2f94-0d37-7535364a0723-5003bc6f, #w-node-_9fe74c83-13ce-2164-afb9-13a876ed9e8d-616b862b, #w-node-_407d8fab-f051-0719-f658-e4e08edcb152-b8977362, #w-node-e296278a-d566-86da-3324-f9fe29602c86-004aa643, #w-node-b86a3ed6-16aa-cb52-8e74-007bb50ae7f1-cf7a6039, #w-node-_8a0c68ff-89cc-c053-aff0-a4a0d9363435-2df04e0d, #w-node-_795e8d94-7352-32c8-4182-d05a6d6a1441-fe20e933, #w-node-_69c4c04b-5633-6f26-6de3-1221c6a0f35e-ed9e6fc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Kobe 11 Black';
  src: url('../fonts/kobe11-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kobe 11 Bold';
  src: url('../fonts/kobe11-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kobe 11 Regular';
  src: url('../fonts/kobe11-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Connections';
  src: url('../fonts/Connections.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Connections';
  src: url('../fonts/Connections-Light-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}