:root {
  --white: white;
  --black: black;
  --ghost-white: #eaf0ff;
  --dark-slate-blue: #2d405f;
  --lavender: #e0deff;
}

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

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero {
  background-color: var(--white);
  align-items: center;
  margin-bottom: 0;
  padding: 100px 10px 0;
  display: block;
}

.hero-container {
  filter: saturate(137%);
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1300px;
  padding: 60px 0;
  display: flex;
}

.hero-image-mask {
  width: auto;
  margin-left: 0;
  padding-left: 0;
}

.footer {
  text-align: center;
  background-color: #f5f5f5;
  align-items: flex-start;
  padding: 60px 10px 40px;
  display: flex;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 80px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 180px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.footer-logo-icons {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-icon {
  margin-left: 9px;
  margin-right: 9px;
}

.footer-logo-channel {
  margin-top: 10px;
  margin-left: 50px;
}

.link {
  color: #3a3535;
  text-decoration: underline;
}

.who-is-this-for {
  background-image: url('../images/lighter_grid.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding: 50px 10px 10px;
}

.mainframe {
  color: #000;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.as-a-member {
  background-color: #ffd00b;
  background-image: none;
  margin-top: 0;
  padding: 80px 10px;
  transform: translate(0);
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.community-quote {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}

.community-initiatives {
  margin-top: 25px;
  margin-bottom: 100px;
  padding: 50px 10px;
}

.heading {
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.heading-2 {
  margin-left: 0;
}

.image-2 {
  width: 180px;
  margin-top: 6px;
}

.navbar {
  background-color: rgba(255, 255, 255, .85);
  padding: 5px 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.paragraph {
  flex-direction: row;
  align-items: center;
  width: 480px;
  padding-right: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  display: none;
}

.join-community-cta {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .5s;
}

.join-community-cta:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.footer-column {
  margin-left: 40px;
  margin-right: 40px;
}

.newsletter {
  margin-top: 20px;
}

.html-embed {
  width: 100%;
}

.container {
  margin-top: 42px;
}

.hero-content {
  width: auto;
  height: 400px;
  margin-bottom: 0;
  margin-right: 0;
}

.slack-channel-style1, .slack-channel-style2, .slack-channel-style3 {
  background-color: rgba(255, 255, 255, .38);
  border-radius: 8px;
  padding: 20px;
}

.collaborate-companies {
  transform-style: preserve-3d;
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transform: translate3d(0, 0, 43px);
}

.wall-of-love {
  background-color: #00acee;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.who-is-this-for-content, .as-a-member-content {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  max-width: 1300px;
  padding: 70px 0;
  display: flex;
}

.quote {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
}

.container-3 {
  max-width: 1300px;
}

.community-initiatives-content {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.initiative-style1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: auto;
  padding: 0;
  display: flex;
}

.learn-more {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 6px;
  transition: background-color .5s;
}

.learn-more:hover {
  color: #fff;
  background-color: #000;
}

.grid-3 {
  grid-column-gap: 36px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto auto;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 15px 0;
}

.twitter-timeline {
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.twitter-cta {
  color: #fff;
  margin-right: 41px;
  font-size: 40px;
  line-height: 54px;
}

.twitter-cta-div {
  margin-right: 0;
}

.image-3 {
  transform-style: preserve-3d;
  display: none;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr;
  align-items: center;
  justify-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-4 {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
}

.image-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.heading-4 {
  color: #000;
  margin-bottom: 30px;
  font-size: 54px;
}

.overview_section_header {
  font-size: 24px;
}

.hero_aup {
  margin: 80px 40px;
}

.aup_overview_grid {
  padding: 10px;
}

.benefits_heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  text-decoration: underline;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.joinus_action_number {
  padding-bottom: 21px;
  font-size: 46px;
  font-weight: 600;
  line-height: 48px;
}

.joinus_action_text {
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.joinus_action_description {
  padding: 20px 0 0;
  font-size: 16px;
}

.joinus_action_details {
  background-color: rgba(255, 255, 255, .57);
  border-right: 1px #000;
  border-radius: 20px;
  padding: 20px;
}

.joinus_action_details.remove_border {
  background-color: rgba(255, 255, 255, .57);
  border-right-width: 0;
  padding: 20px;
}

.aup_stats {
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.div-block-8 {
  background-color: #000;
  border: 1px solid #111;
  padding: 10px 40px 20px;
}

.aup_stats_cards {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(135deg, #52eeee, #7b82ff);
  border-radius: 4px;
  height: 280px;
  margin-right: 0;
  padding: 20px;
}

.aup_stats_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 40px;
}

.trivia {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.trivia-content {
  background-color: #000;
  border-radius: 15px;
  max-width: 1300px;
  padding: 20px;
}

.our-goal {
  padding-left: 10px;
  padding-right: 10px;
}

.our-goal-content {
  max-width: 1300px;
}

.content {
  width: 750px;
  padding-left: 10px;
  padding-right: 10px;
}

.goal-block {
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  display: flex;
}

.goal-block-reverse {
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  display: flex;
}

.goal-image, .goal-reverse-image {
  filter: saturate(137%);
  width: 150px;
}

.core-values {
  background-color: #000;
  margin-top: 50px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.core-values-content {
  max-width: 1300px;
}

.heading-8 {
  -webkit-text-fill-color: transparent;
  background-color: #75cafe;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-9 {
  margin-bottom: 25px;
}

.the-team {
  padding-left: 10px;
  padding-right: 10px;
}

.team-contents {
  max-width: 1300px;
}

.heading-10 {
  font-family: Open Sans, sans-serif;
}

.join-us {
  margin-bottom: -20px;
  padding: 100px 10px 0;
}

.join-us-content {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1250px;
  display: flex;
}

.feature-image-mask {
  width: auto;
  margin-right: 40px;
}

.feature-image {
  filter: saturate(137%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 500px;
  max-width: none;
  height: auto;
}

.div-block-9 {
  max-width: 900px;
}

.about-us-paragraph {
  -webkit-text-fill-color: transparent;
  background-color: #75cafe;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-list {
  background-color: #d8d1d1;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.channel-image, .channel-image2, .channel-image3 {
  width: 60px;
}

.student-hero {
  align-items: center;
  padding: 100px 10px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1300px;
  padding-left: 15px;
  display: flex;
}

.hero-image-2 {
  filter: saturate(137%);
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 800px;
  height: 450px;
}

.safe-space {
  padding: 25px 10px;
}

.safe-space-content {
  max-width: 1300px;
}

.grid-10 {
  background-color: rgba(141, 128, 255, .5);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
  padding: 24px;
}

.statistics_header {
  margin-top: 40px;
  padding-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.statistics_header.sub-header {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
}

.statistics_description {
  padding-top: 20px;
}

.accordian-wrapper {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.accordian-item {
  border-bottom: 1px solid #000;
}

.accordian-item-content {
  overflow: hidden;
}

.faq-header {
  text-align: center;
  margin: 30px 30px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: underline;
}

.faq-div {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.faqs {
  background-color: rgba(181, 232, 164, .3);
}

.get-started {
  background-color: #ecfafa;
  padding: 60px 10px;
}

.get-started-header {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: underline;
}

.paragraph-2 {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
}

.div-block-11 {
  text-align: center;
}

.div-block-12 {
  justify-content: space-around;
  padding: 0 320px;
  display: flex;
}

.div-block-13 {
  color: #000;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  padding: 60px 40px;
  display: flex;
}

.heading-12 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 20px 10px;
}

.slack-hero-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Slack-section-background.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  align-items: center;
  padding: 101px 10px;
  display: flex;
}

.div-block-15 {
  text-align: center;
  padding: 40px;
}

.creators-image {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 11px;
  padding-right: 11px;
}

.ask-me-anything-section {
  padding: 40px;
}

.text-block-2 {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 600;
}

.ama-gallery {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.help-discuss {
  padding: 40px;
}

.seek-images {
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  box-shadow: 4px 4px 8px #c9c9c9;
}

.have-fun {
  padding: 40px;
}

.div-block-17 {
  text-align: right;
  padding: 0 80px;
}

.creators-gallery-section {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.div-block-18 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.covid {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 10px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
  line-height: 22px;
}

.useful-links {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
  box-shadow: -1px -1px 3px #fff, 11px 11px 9px -15px rgba(0, 0, 0, .82);
}

.paragraph-7 {
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  line-height: 22px;
}

.paragraph-7.custo {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.heading-13 {
  color: #09203f;
  text-align: center;
  margin-left: 12px;
}

.heading-7 {
  margin-left: 12px;
}

.paragraph-10 {
  color: #000;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 22px;
}

.section-header {
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}

.image-8 {
  border-radius: 6px;
}

.image-9 {
  filter: saturate(125%);
  border-radius: 6px;
}

.cards-grid-container {
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  margin-top: 19px;
  margin-left: 12px;
}

.centered-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 26px;
}

.heading-14 {
  margin-bottom: 50px;
}

.container-5 {
  max-width: 1300px;
  padding: 0;
}

.ama-transcript {
  background-color: #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
}

.ama-transcript:hover {
  background-color: #000;
}

.ama-poster {
  border-radius: 10px;
  margin-bottom: 16px;
}

.grid-11 {
  grid-column-gap: 42px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
}

.ama-archives {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-16 {
  margin-bottom: 50px;
  padding-left: 20px;
}

.ama-block {
  padding: 24px;
}

.slack-mobile-wrapper {
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 400px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  padding: 20px;
}

.image-12 {
  margin-right: 0;
  padding-top: 3px;
}

.image-13 {
  filter: brightness(103%) saturate(137%);
}

.image-14 {
  filter: hue-rotate(227deg);
}

.job-board {
  margin-bottom: 50px;
}

.job-board-at {
  max-width: 1300px;
}

.job-board-content {
  max-width: 1300px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-17 {
  margin-bottom: 20px;
}

.dynamic-words {
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  line-height: 42px;
}

.events-hero-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.events-hero-container {
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1300px;
  padding: 20px;
  display: flex;
}

.div-block-20 {
  flex: 1;
  width: 1400px;
  display: block;
}

.events-hero-heading {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.events-hero-content {
  max-width: 400px;
  padding: 0;
}

.image-15 {
  filter: saturate(137%);
  padding: 20px;
}

.mentorship-hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mentorship-hero-container {
  align-items: center;
  max-width: 1300px;
  padding: 40px;
  display: flex;
}

.mentorship-hero-content {
  width: auto;
  padding: 20px;
}

.mentorship-hero-image {
  filter: saturate(137%);
}

.events-companies {
  width: 100%;
  overflow: auto;
}

.horizontal-scroll-contianer {
  padding: 40px;
  display: flex;
}

.companies-image {
  margin-right: 40px;
}

.image-17 {
  filter: invert();
}

.community-quote-cta {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
}

.community-quote-cta:hover {
  color: #000;
  background-color: #ffd00b;
}

.dropdown-list-2 {
  color: #f5ebeb;
}

.dropdown-list-2.w--open {
  color: #000;
  background-color: #fff;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.grid-12 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
}

.hiring-initiatives-grid {
  background-color: rgba(255, 255, 255, .54);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.hiring-grid-image {
  margin-right: 12px;
}

.hiring-initiative-list {
  background-color: #ffeac3;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-section {
  padding-top: 85px;
  padding-bottom: 85px;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.heading-22 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.heading-23 {
  margin-top: 12px;
}

.heading-24 {
  margin-top: 10px;
}

.pride-support {
  filter: saturate(122%);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07)), url('../images/cropro_peeps.png'), url('../images/wide_pride.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat-x, repeat;
  background-size: auto, cover, contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 380px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-25 {
  margin-bottom: 20px;
}

.body {
  background-color: #fef7f0;
  font-family: Poppins, sans-serif;
}

.exp-hero {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 75px;
  padding-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.exp-content {
  width: auto;
  height: 404px;
  margin-right: 0;
  padding: 20px;
}

.section {
  margin-top: 81px;
  margin-bottom: 0;
}

.image-31 {
  filter: saturate(131%);
  width: 915.313vh;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-26 {
  color: #000;
  width: 450px;
  margin-top: 0;
}

.image-33 {
  filter: saturate(137%);
}

.heading-27 {
  width: 450px;
  margin-bottom: 75px;
}

.upcoming-events-all {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.upcoming-events-details {
  width: 90%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  padding-left: 40px;
}

.card-header {
  height: 150px;
  padding: 10px 80px;
}

.carousel {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: -40px;
  padding-top: 40px;
  padding-bottom: 75px;
  font-weight: 600;
}

.cardy {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
  height: 100%;
  margin: 20px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.arrow-left {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-bottom: -10px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-right {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-bottom: -10px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-body {
  height: 100%;
  padding: 20px;
}

.carousel-slider {
  max-width: 300px;
  margin-left: 0;
  margin-right: 40px;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  margin-left: 40px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.card-ctas {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ves-logo {
  margin-left: 5px;
  margin-right: 40px;
}

.event-date {
  color: #000;
  border-bottom: 1px solid #d63346;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.event-title {
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.slide-nav {
  margin-top: -10px;
  margin-bottom: -10px;
}

.event-categories {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.event-categories-section {
  width: 100%;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
}

.categories-cta {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.events-categories-content {
  background-color: #ffcf77;
  border-radius: 8px;
  padding: 20px;
}

.events-categories-content._2 {
  background-color: #9ddadb;
}

.events-categories-content._3 {
  background-color: #b5e8a4;
}

.events-categories-content._4 {
  background-color: #bacbff;
}

.events-categories-content._5 {
  background-color: #c6ffff;
}

.heading-28 {
  padding: 20px 0;
}

.event-header {
  color: var(--black);
}

.event-categories-cta {
  color: #000;
  background-color: #fcfdff;
  border-radius: 4px;
  display: none;
}

.event-categories-cta._3 {
  display: none;
}

.featured-guests-container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.overview-section {
  padding: 40px 10px;
}

.overview-container {
  max-width: 1300px;
  height: 500px;
  padding: 0;
}

.overview-summary {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.grid-13 {
  width: 800px;
  padding: 10px;
}

.div-block-24 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.milestones {
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.aup_successstories {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-stories {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.lottie-animation {
  width: 30px;
}

.html-embed-2 {
  margin-left: 15px;
}

.text-block-3, .icon-2, .text-block-4, .icon-3, .nav-link, .nav-link-2, .nav-link-3 {
  font-size: 16px;
}

.event-carousels-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event-carousel-container {
  max-width: 1300px;
}

.splide {
  width: 100%;
  position: relative;
}

.quote-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 34px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 50px;
}

.persona-title {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #f59f91;
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 210px;
  margin-left: 180px;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-type1 {
  flex-direction: column;
  display: flex;
}

.image-36 {
  filter: saturate(137%);
  margin-left: 148px;
}

.image-37 {
  filter: saturate(137%);
}

.persona-type2 {
  flex-direction: column;
  display: flex;
}

.persona-title2 {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: rgba(54, 175, 74, .71);
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 135px;
  margin-left: 180px;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-title3 {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #ff7998;
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 200px;
  margin-left: 180px;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-title4 {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #f9d2b5;
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 215px;
  margin-left: 180px;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-title5 {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #ffd33f;
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 135px;
  margin-left: 180px;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-title6 {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #4dc5c3;
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 132px;
  margin-left: 180px;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.container-10 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
}

.persona-others {
  flex-direction: column;
  display: flex;
}

.persona-title-copy {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0 25px 25px;
  width: 370px;
  margin-left: 182px;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.nav-menu {
  display: flex;
}

.text-block-6 {
  padding-left: 23px;
  font-size: 12px;
}

.events-upcoming {
  background-image: url('../images/events_bg.png');
  background-position: 50%;
  background-size: 720px;
  margin-top: 0;
  padding: 20px 10px 79px;
}

.events-upcoming-content {
  max-width: 1300px;
}

.card {
  border: 1px #000;
  border-radius: 8px;
  width: 370px;
  height: 620px;
  padding: 20px;
}

.event-channel-date {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 0;
  display: flex;
}

.event-day {
  color: #0e0f19;
  text-align: center;
  background-color: rgba(255, 255, 255, .48);
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 0;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.event-month {
  color: #0e0f19;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.event-month-date {
  color: #0e0f19;
  text-align: center;
  background-color: rgba(255, 255, 255, .48);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.image-38 {
  margin-top: 10px;
  margin-left: 10px;
}

.event-calendar {
  width: 95px;
  height: 84px;
}

.text-block-7 {
  color: #fff;
  width: auto;
  height: 60px;
  margin-top: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-12 {
  color: #fff;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 8px;
  width: auto;
  height: 140px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

.collection-list-4 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.category {
  color: var(--white);
  text-align: left;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 4px;
  width: 180px;
  height: 30px;
  padding-top: 5px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 500;
  overflow: visible;
}

.div-block-27 {
  background-color: rgba(255, 255, 255, .25);
  border-radius: 8px;
  height: 120px;
  margin-bottom: 30px;
  padding: 16px;
  display: flex;
}

.div-block-28 {
  width: 200px;
  padding-left: 16px;
  padding-right: 16px;
}

.heading-29, .text-block-8 {
  color: var(--white);
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 20px;
  width: auto;
  height: 48px;
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
}

.image-40 {
  width: 80px;
  height: 80px;
}

.event-collaborations {
  padding-left: 10px;
  padding-right: 10px;
}

.collaboratoins-container {
  max-width: 1300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collaboration-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
  display: flex;
}

.collaboration-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding: 30px;
  display: grid;
}

.heading-30 {
  max-width: 650px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  line-height: 44px;
}

.image-41, .image-42 {
  padding-top: 60px;
}

.image-43, .image-44 {
  padding-top: 0;
}

.paragraph-13 {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.div-block-32 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(117deg, #e8dbfc, #d9e4f5);
  border: 2px #111;
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: 0;
  display: flex;
}

.image-45 {
  width: 60px;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 28px;
  line-height: 36px;
}

.initiative-style2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: auto;
  padding: 0;
  display: flex;
}

.image-46 {
  padding-top: 40px;
}

.initiative-copy-style1 {
  background-color: rgba(232, 219, 252, .17);
  border: 2px #000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 500px;
  padding: 20px;
}

.initiative-copy-style2 {
  background-color: rgba(217, 228, 245, .14);
  border: 2px #000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 500px;
  padding: 20px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.grid-15 {
  grid-template-rows: auto auto auto;
}

.div-block-33 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  padding: 25px;
  display: flex;
}

.text-block-11, .text-block-12 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.image-48 {
  filter: saturate();
}

.learn-more-aup {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  font-size: 18px;
}

.learn-more-aup:hover {
  color: #fff;
  background-color: #000;
}

.heading-33, .heading-34 {
  text-decoration: underline;
}

.heading-35 {
  padding-left: 20px;
  padding-right: 20px;
}

.student-grid {
  background-color: rgba(255, 255, 255, .59);
  border-radius: 8px;
  padding: 20px;
}

.text-block-13 {
  margin-bottom: 25px;
}

.heading-36 {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/605a6fb8fb29bdacd690724a_Gradient-Blur-001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
}

.heading-37 {
  color: #fffcfc;
}

.paragraph-16 {
  color: #fff;
}

.div-block-36 {
  border-left: 5px solid #ff7047;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.column {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  bottom: 80px;
}

.columns {
  margin: 0;
}

.mentorship-faqs {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mentorship-faqs-content {
  max-width: 1300px;
  padding: 20px;
}

.heading-38 {
  margin-bottom: 35px;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mentor-cta {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.mentor-cta:hover {
  background-color: var(--black);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: padding-box;
}

.mentor-cta:active {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/605a6fb8fb29bdacd690724a_Gradient-Blur-001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.signupcta-lottie {
  width: 60px;
}

.div-block-38 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: row;
  padding: 0;
  display: none;
}

.link-block-2 {
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  background-color: #000;
}

.text-block-14 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.image-49 {
  margin-right: 10px;
}

.dropdown-toggle {
  display: flex;
}

.text-block-15 {
  color: #fff;
  white-space: normal;
  background-color: #0c6ec9;
  border-radius: 4px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 500;
}

.collection-list-wrapper {
  display: none;
}

.collection-item-2 {
  padding: 20px;
}

.div-block-40 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-16 {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.learn-more-initiative {
  color: #000;
  text-decoration: none;
}

.learn-more-initiative.coming-soon-learnmore {
  display: block;
}

.text-span-4 {
  align-self: auto;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 700;
}

.text-span-5 {
  font-weight: 600;
}

.pill-section {
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.text-block-17 {
  text-align: center;
  background-color: #fdbcff;
  border-radius: 20px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-18 {
  text-align: center;
  background-color: #ffcfa8;
  border-radius: 20px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-19 {
  margin-bottom: 15px;
}

.text-block-20 {
  text-align: center;
  background-color: #bce0ff;
  border-radius: 20px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.text-block-21 {
  text-align: center;
  background-color: #bcffbe;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.text-block-23 {
  text-align: center;
  background-color: #fff0bc;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.text-block-24 {
  text-align: center;
  background-color: #bcfafe;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.text-block-25 {
  text-align: center;
  background-color: #dabcfe;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
}

.text-block-26 {
  color: #4b4ec6;
  font-weight: 700;
}

.text-block-27 {
  color: #4ac268;
  font-weight: 700;
}

.text-block-28 {
  color: #a97bff;
  font-weight: 700;
}

.hiring-learnmore {
  color: #000;
  text-decoration: none;
}

.text-block-16-copy {
  color: #8150df;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-16--color {
  color: #3aa052;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-sentence {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-29 {
  margin-right: 10px;
  font-size: 22px;
}

.hiring-blurb {
  margin-bottom: 20px;
}

.hiring-inverse {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.text-block-16-hring {
  color: #4c4ec6;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span-6 {
  background-color: #feeab6;
}

.text-span-7 {
  background-color: #cfdfff;
}

.initiative-sentence {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-30, .text-block-31, .text-block-32 {
  font-weight: 500;
}

.mentorship-overview {
  background-image: url('../images/Rangitikei.svg');
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 0;
  padding: 40px 20px;
}

.grid-13-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  grid-template-columns: .75fr .75fr;
  width: 800px;
  padding: 40px;
}

.text-block-33 {
  font-size: 24px;
  line-height: 30px;
}

.text-block-35 {
  background-color: #fe87a1;
  border: 4px solid #000;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 21px;
  padding: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 88px;
  display: flex;
}

.text-block-35-copy {
  background-color: #fe5f32;
  border: 4px solid #000;
  border-radius: 30px 0 30px 30px;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 21px;
  padding: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 88px;
  display: flex;
}

.text-span-8 {
  font-size: 50px;
}

.text-block-35-metric {
  background-color: #19a3b2;
  border: 4px solid #000;
  border-radius: 30px 30px 30px 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 21px;
  padding: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 88px;
  display: flex;
}

.text-span-9 {
  font-size: 50px;
}

.right-bottom {
  background-color: #ffc641;
  border: 4px solid #000;
  border-radius: 30px 30px 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-bottom: 21px;
  padding: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 88px;
  display: flex;
}

.div-block-44 {
  margin-bottom: 0;
}

.container-12 {
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 30px;
  max-width: 1300px;
  display: flex;
}

.mentorship-mentee {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.mentorship-mentee-signup {
  color: #000;
  text-decoration: none;
}

.text-block-28-copy {
  color: #1a2cca;
  font-weight: 700;
}

.mentorship-mentee-cta {
  color: #182dca;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-image-copy {
  filter: saturate(120%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 650px;
  max-width: none;
  height: auto;
}

.heading-4-copy {
  color: #000;
  margin-bottom: 30px;
  font-size: 38px;
}

.column-2, .column-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-2 {
  display: flex;
}

.aup-benefits {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 140px;
  margin-bottom: 100px;
  display: flex;
}

.aup-benefits-inverse {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 100px;
  margin-bottom: 140px;
  display: flex;
}

.aup-miniheading {
  color: #097e81;
  font-weight: 700;
}

.aup-text {
  color: #097e81;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.aup-signupform-creator {
  color: #000;
  text-decoration: none;
}

.aup-miniheading2 {
  color: #0b6cbb;
  font-weight: 700;
}

.aup-alphausersform {
  color: #0d6bbb;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.alphausers-learnmore {
  color: #000;
  text-decoration: none;
}

.aup-alphauserimage {
  filter: saturate(125%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 600px;
  max-width: none;
  height: auto;
  transform: scale(1);
}

.productcreatorimage {
  filter: saturate(125%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 600px;
  max-width: none;
  height: auto;
}

.italic-text {
  display: block;
}

.italic-text-2 {
  line-height: 16px;
  display: block;
}

.text-block-36 {
  line-height: 18px;
}

.text-block-37 {
  line-height: 20px;
}

.container-13 {
  max-width: 1300px;
}

.link-2 {
  color: #0c7e81;
  font-weight: 600;
}

.link-3 {
  color: #0f6abb;
  font-weight: 600;
}

.text-span-10 {
  color: #1169bb;
  font-weight: 600;
}

.text-span-11 {
  color: #0c7e81;
  font-weight: 600;
}

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

.section-6 {
  background-color: #edfafa;
  padding-left: 10px;
  padding-right: 10px;
}

.container-15 {
  justify-content: space-between;
  max-width: 1300px;
  padding: 21px;
  display: flex;
}

.grid-16 {
  grid-column-gap: 30px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}

.aup-trustby {
  width: 150px;
}

.heading-40 {
  margin-left: 0;
  margin-right: 50px;
  font-size: 40px;
}

.section-7 {
  background-color: #edfafa;
  padding: 50px 10px;
}

.container-17 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.text-block-38 {
  text-align: left;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.div-block-47 {
  text-align: left;
}

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

.collection-item-3 {
  padding: 20px;
}

.link-block-3 {
  padding-right: 20px;
}

.text-block-40 {
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.image-50 {
  filter: hue-rotate(227deg);
}

.div-block-48 {
  text-align: left;
}

.div-block-49 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-41 {
  background-color: #cdffd0;
  padding: 5px;
  font-weight: 500;
  display: none;
}

.founders-hero {
  background-color: #34317d;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.founders-hero-content {
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: flex-end;
  align-items: center;
  max-width: 1260px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 25px;
  margin-right: 80px;
  padding: 20px;
  display: flex;
}

.text-block-42 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-53 {
  background-color: #fff;
  border-radius: 20px;
  max-width: none;
  margin-bottom: 95px;
  padding: 0;
}

.heading-41 {
  color: #000;
  margin-top: 10px;
}

.students-section {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.student-mini-heading {
  color: #4b4ec6;
  font-weight: 700;
}

.student-cta-link {
  color: #4c4ec6;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.student-blurb {
  margin-bottom: 20px;
}

.students_insidex {
  filter: saturate(122%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 450px;
  max-width: none;
  height: auto;
}

.students-learnmore {
  color: #000;
  text-decoration: none;
}

.students-section-inverse {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.student-mini-heading2 {
  color: #0c8160;
  font-weight: 700;
}

.students-learnmore2 {
  color: #000;
  text-decoration: none;
}

.student-cta-link-copy {
  color: #0d8160;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.student-mini-heading3 {
  color: #ca15a0;
  font-weight: 700;
}

.student-cta-link45 {
  color: #ca15a0;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.students-section1 {
  padding: 85px 10px;
}

.students_insidex-copy {
  filter: saturate(122%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 500px;
  max-width: none;
  height: auto;
}

.content-aboutus {
  width: 800px;
  padding: 11px;
}

.poll {
  width: auto;
}

.content-and-poll {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.ama-hero-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ama-hero-section-content {
  align-items: center;
  max-width: 1300px;
  padding: 20px;
  display: flex;
}

.link-block-5 {
  display: none;
}

.div-block-53 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.text-block-43 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.div-block-55 {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-44 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.div-block-56 {
  flex-direction: row;
  margin-top: 15px;
  display: flex;
}

.heading-43 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 22px;
}

.image-54 {
  padding-top: 3px;
}

.text-span-12 {
  font-size: 18px;
}

.text-block-46 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.text-block-47 {
  margin-top: 5px;
  margin-bottom: 30px;
}

.link-4, .link-5 {
  color: #000;
}

.image-55 {
  border-radius: 20px;
  margin-bottom: 10px;
}

.aup-tweetblock {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-56 {
  margin: 0;
}

.speaker-role {
  font-weight: 500;
}

.speaker-org {
  padding-left: 0;
  font-weight: 500;
}

.html-embed-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-48 {
  text-align: left;
  padding-left: 15px;
  display: block;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  display: none;
}

.youtube-cta-section {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.youtube-cta {
  border: 3px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.youtube-cta:hover {
  color: #fff;
  background-color: #000;
}

.image-59 {
  width: 50px;
}

.text-block-49 {
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.youtube-channel {
  color: #000;
  text-decoration: none;
}

.event-categories-cta-ama {
  color: #000;
  background-color: #fcfdff;
  border-radius: 4px;
}

.lottie-animation-2 {
  width: 55px;
  margin-right: 15px;
}

.div-block-57 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-50 {
  margin-left: 15px;
  margin-right: 0;
  font-size: 18px;
  text-decoration: none;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.html-embed-4 {
  display: none;
}

.div-block-58 {
  padding-left: 12px;
}

.body-3 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-51-copy {
  background-image: url('../images/g11-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 650px;
  display: flex;
}

.html-embed-5, .empty-state {
  display: none;
}

.phone-luma {
  text-align: left;
  display: none;
}

.site-luma {
  text-align: left;
}

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

.section-8 {
  color: #fff;
  background-color: #1b1d6a;
  justify-content: center;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

.timeline {
  z-index: -3;
  background-color: #1a1d6a;
  position: relative;
}

.timeline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 1fr 160px 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.timeline-left {
  color: #fff;
}

.timeline-center {
  justify-content: center;
  display: flex;
}

.timeline-right {
  color: #fff;
}

.timeline-step-text {
  text-align: right;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline-circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline-text {
  font-size: 24px;
  line-height: 130%;
}

.timeline-progress {
  z-index: -2;
  background-color: #7f83e4;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-progress-bar {
  z-index: -1;
  background-color: #fff;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.cbc_comingsoon {
  background-color: #cdffd0;
  padding: 5px;
  font-weight: 500;
  display: none;
}

.grid-17 {
  grid-template-rows: auto;
}

.red-pill {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-51 {
  color: rgba(0, 0, 0, .65);
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.container-18 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 109px;
  padding-right: 109px;
  display: flex;
}

.blue-pill {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.exp {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.link-block-7, .link-block-8 {
  margin-left: 70px;
  margin-right: 70px;
  text-decoration: none;
}

.pill-wrapper {
  justify-content: center;
  display: block;
}

.heading-44 {
  color: rgba(0, 0, 0, .65);
  letter-spacing: 1px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 105px;
  font-size: 42px;
  line-height: 48px;
}

.image-60 {
  border-radius: 40px;
  transition: box-shadow .5s;
  box-shadow: 7px 7px 10px #b4b4b4;
}

.image-60:hover {
  box-shadow: 12px 21px 16px #b4b4b4;
}

.image-61 {
  border-radius: 40px;
  transition: box-shadow .5s;
  box-shadow: 7px 7px 10px #b4b4b4;
}

.image-61:hover {
  box-shadow: 14px 14px 18px #b4b4b4;
}

.image-62 {
  background-color: rgba(0, 0, 0, 0);
}

.image-63 {
  margin-bottom: 40px;
}

.text-block-52 {
  color: #b6b6b6;
  text-align: center;
}

.section-9 {
  margin-top: 191px;
}

.hero_cbc {
  margin: 80px 40px;
}

.list-of-cbc {
  padding-left: 10px;
  padding-right: 10px;
}

.container-19 {
  max-width: 1300px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.course-card {
  border-radius: 6px;
  padding: 0;
}

.image-64 {
  width: 800px;
  height: 450px;
}

.text-span-13 {
  font-size: 30px;
}

.heading-45 {
  width: 420px;
}

.register-cta {
  background-color: var(--white);
  color: #000;
  text-align: center;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
}

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

.who-s-it-for-tile {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cms_wrap.is--grid {
  display: none;
}

.cms_wrap.is--grid.is--show {
  display: flex;
}

.cms_list {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cms_item {
  height: 100%;
}

.cta-wrapper {
  background-color: var(--black);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.faq-conainer {
  background-color: #fff;
  border-radius: 20px;
  min-height: 624px;
  padding: 40px 20px;
  transform: translate(0);
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.faq-title {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.faq-title.accordian-title {
  color: #000;
}

.faq-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.faq-item.item-3 {
  background-color: var(--ghost-white);
  mix-blend-mode: normal;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.faq-item.item-3:hover {
  box-shadow: none;
}

.faq-item.item-3.last-accordion-item---brix {
  margin-bottom: 24px;
}

.cloneable-header-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.6fr;
  align-items: center;
  display: block;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .03), 0 -2px 4px rgba(20, 20, 43, .02), 0 12px 24px rgba(20, 20, 43, .01);
}

.faq-answer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.heading-size-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 28px;
}

.answer {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.action-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-default {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.faq-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.faq-section.cloneables-listing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.horizontal-line {
  background-color: var(--white);
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.horizontal-line.vertical-line {
  transform: rotate(90deg);
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrapper-inside {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.cta-wrapper-inside.expand-icon {
  width: 18px;
  min-height: 18px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.h2.how {
  margin-bottom: 32px;
}

.course-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand_logo-wrap {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 20px;
  display: flex;
}

.course-overview {
  padding-top: 120px;
  padding-bottom: 120px;
}

._480 {
  max-width: 480px;
}

._480.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.phase-block {
  background-color: #ecf1fb;
  background-image: linear-gradient(rgba(236, 241, 251, .53), rgba(236, 241, 251, .53)), url('../images/grid.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 250px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.container-20 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.feature_text {
  font-size: 16px;
}

.course-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
  transform: translate(0);
}

.brand_image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}

.details-container {
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.course-overview-section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.brand_logo {
  transform: scale(.5);
}

.text-block-53 {
  color: var(--black);
  font-size: 16px;
}

.persona-title2--webflowcbc {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: rgba(54, 175, 74, .71);
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 135px;
  margin-left: 0;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-title4-webflowcbc {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #f9d2b5;
  border: 2px solid #fff;
  border-radius: 0 25px 25px;
  width: 215px;
  margin-left: 0;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-cbc-left {
  filter: saturate(135%);
  color: #1b120f;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #05f;
  border-radius: 0 25px 25px;
  width: 220px;
  margin-left: 0;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  margin-top: 100px;
  padding: 60px 40px;
  transform: translate(0);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.cloneable-header-grid-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.heading-size-4 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  background-color: #fff;
  border-radius: 18px;
  padding: 50px 90px 58px;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-container---brix {
  padding: 20px;
  overflow: visible;
}

.section-10 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-10.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.tab-button---brix {
  color: #6f6c90;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 48px;
  font-size: 20px;
  line-height: 1.4;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  display: block;
}

.tab-button---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 12px -6px rgba(74, 58, 255, .24);
}

.tab-button---brix.w--current {
  color: #fff;
  background-color: #4a3aff;
  border-style: none;
  font-weight: 500;
}

.accordion-tabs-menu---brix {
  margin-bottom: 40px;
  display: flex;
}

.accordion-tabs---brix {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.course-outline-header {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.image-65 {
  width: 700px;
}

.instructors-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.experience-slide-inner {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 80px 28px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  box-shadow: 0 4px 12px rgba(118, 144, 164, .05);
}

.experience-slide-inner.bg-blur-grey.blur {
  background-color: var(--dark-slate-blue);
}

.experience-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.slide-nav-2 {
  display: none;
}

.experience-slider-arrow-right {
  background-color: rgba(64, 65, 72, .7);
  background-image: url('../images/small-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-left: 5px;
  transition: background-color .3s;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.experience-slider-arrow-right:hover {
  background-color: #555761;
}

.container-1140 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mask {
  height: auto;
}

.line {
  background-color: #ebefeb;
  border-radius: 2px;
  width: 60px;
  height: 4px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.experience-slider-arrow-left {
  background-color: rgba(64, 65, 72, .7);
  background-image: url('../images/small-arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: 5px;
  transition: background-color .3s;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 79px;
}

.experience-slider-arrow-left:hover {
  background-color: #555761;
}

.experience-heading {
  z-index: 2;
  color: #fff;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: 185px;
  margin-right: 170px;
  position: relative;
}

.experience-slide {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-11 {
  background-color: var(--black);
  display: block;
}

.collection-list-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.grid-19 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.instructors-container-block {
  padding-left: 100px;
  display: block;
}

.heading-46 {
  color: var(--white);
  font-size: 28px;
}

.image-66 {
  width: 28%;
}

.image-67, .image-68 {
  border-radius: 8px;
  width: 8%;
}

.div-block-59 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-copy {
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.meet-instructors-header {
  color: var(--white);
}

.cbc_benefits {
  background-color: #fff9f6;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.cbc-card-content {
  mix-blend-mode: normal;
  background-color: #fcfcfc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  height: auto;
  padding: 25px;
}

.cbc-card-title {
  margin-top: 15px;
  margin-bottom: 15px;
  transform: translate(0);
}

.cbc-card-description {
  margin-bottom: 20px;
}

.cbc-card-date {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 600;
}

.text-span-14 {
  color: #4352ff;
}

.image-69 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cohort-card-highlights {
  margin-bottom: 15px;
}

.text-block-54 {
  margin-bottom: 10px;
  font-size: 15px;
}

.heading-47 {
  margin-bottom: 45px;
}

.cbc-benefits-container {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.cbc-learner, .cbc-creator {
  color: #000;
  text-decoration: none;
}

.team__wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.profile__description {
  align-self: center;
  height: 240px;
  padding-top: 0;
  padding-bottom: 20px;
}

.divider {
  width: 2vw;
}

.p1 {
  color: gray;
}

.p1.medium {
  width: 1000px;
  margin-bottom: 15px;
  font-size: 16px;
}

.section-12 {
  background-color: var(--black);
  padding-top: 40px;
}

.instructor-image {
  border-radius: 30px;
  flex: 1;
}

.content__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.profile__image {
  width: 300px;
}

.text {
  color: gray;
  max-width: 65ch;
  font-size: 1em;
}

.text.colored {
  color: #eaf0ff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.heading-48 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-60 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.link-block-9 {
  margin-right: 0;
}

.image-70 {
  border-radius: 4px;
}

.container-1141 {
  max-width: 1300px;
}

.div-block-61 {
  margin-right: 60px;
}

.heading-course-for {
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 45px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.featured-on {
  padding-left: 10px;
  padding-right: 10px;
}

.featured-on-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.featured-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding: 30px;
  display: grid;
}

.paragraph-19 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}

.cbc-container {
  filter: saturate(137%);
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1300px;
  padding: 25px 0 0;
  display: flex;
}

.heading-4-copy-copy {
  color: #000;
  margin-bottom: 30px;
  font-size: 38px;
}

.cbc-benefits {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.cbc-learner-image {
  filter: saturate(125%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 600px;
  max-width: none;
  height: auto;
  transform: scale(1);
}

.productcreatorimage-copy {
  filter: saturate(125%);
  object-fit: contain;
  object-position: 50% 50%;
  width: 600px;
  max-width: none;
  height: auto;
}

.paragraph-20 {
  margin-bottom: 40px;
}

.course-card--coming-soon {
  border-radius: 6px;
  padding: 0;
}

.cbc-card-content-comingsoon {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fcfcfc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 350px;
  padding: 25px;
  position: static;
}

.container-1142 {
  justify-content: center;
  max-width: 1300px;
  display: flex;
}

.image-71 {
  max-height: 800px;
  position: static;
}

.heading-49 {
  position: relative;
  left: -575px;
}

.webflow-cbc-hero-container {
  filter: saturate(137%);
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1300px;
  padding: 0;
  display: flex;
}

.who-is-this-for-cbc {
  background-image: linear-gradient(#ecf2fb, #ecf2fb);
  background-position: 0 0;
  margin-top: -5px;
  padding: 80px 10px;
}

.cbc-twitter-logo {
  border-radius: 4px;
  transform: scale(1.1);
}

.persona-cbc-right {
  filter: saturate(135%);
  color: #1b120f;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #0339ff;
  border-radius: 0 25px 25px;
  width: 220px;
  margin-left: 180px;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.persona-cbc-left--adj {
  filter: saturate(135%);
  color: #1b120f;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #05f;
  border-radius: 0 25px 25px;
  width: 220px;
  margin-left: 0;
  padding: 12px 12px 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.aup-header {
  color: #000;
  margin-bottom: 30px;
  font-size: 38px;
}

.heading-50 {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-span-15 {
  color: #0056ff;
}

.cbc-linkedin-logo {
  margin-bottom: 5px;
  margin-right: 20px;
}

.join-community-cta-cbc {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .5s;
}

.join-community-cta-cbc:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.text-block-55 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.persona-cbc-right-copy {
  filter: saturate(135%);
  color: #1b120f;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #0339ff;
  border-radius: 0 25px 25px;
  width: 220px;
  margin-left: 180px;
  padding: 12px 12px 12px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 5px 5px 13px -6px #979090;
}

.faq-div-cbc {
  background-color: #fff;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-56 {
  font-size: 15px;
}

.cbc-level {
  text-align: center;
  background-color: #bcffbe;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 10px;
}

.join-waitlist {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .5s;
}

.join-waitlist:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.join-community-cta-webflow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .5s;
  display: none;
}

.join-community-cta-webflow:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.pill-section-soldout {
  width: auto;
  margin-bottom: 10px;
  display: flex;
}

.cbc-level-soldout {
  text-align: center;
  background-color: #ffb0c9;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 10px;
}

.text-span-16 {
  background-color: #feb0c9;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
}

.join-community-cta-cbc-webflow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .5s;
  display: none;
}

.join-community-cta-cbc-webflow:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

@media screen and (min-width: 1440px) {
  .course-content {
    grid-row-gap: 32px;
  }

  .text {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-container {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 20px;
    display: block;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    margin-left: 62px;
    margin-right: 38px;
  }

  .who-is-this-for {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .heading {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
    font-weight: 700;
  }

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

  .image-2 {
    margin-top: 14px;
    margin-left: 20px;
  }

  .join-community-cta {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-column {
    margin-left: 20px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-content {
    height: 250px;
    margin-right: 25px;
  }

  .container-2 {
    flex-direction: column-reverse;
  }

  .container-3 {
    padding-right: 25px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px;
  }

  .twitter-cta-div {
    padding: 20px;
  }

  .grid-4 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .aup_stats_cards {
    margin-right: 0;
  }

  .aup_stats_grid {
    grid-template-columns: 1fr 1fr;
  }

  .trivia-content, .our-goal-content {
    padding-left: 17px;
    padding-right: 17px;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .core-values-content {
    max-width: none;
    overflow: hidden;
  }

  .team-contents {
    padding-left: 17px;
    padding-right: 17px;
  }

  .join-us {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .flex-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
  }

  .safe-space-content {
    padding: 20px;
  }

  .div-block-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slack-hero-section {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Slack-section-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ama-gallery {
    flex-direction: column;
  }

  .seek-images {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-6 {
    margin-bottom: 30px;
    margin-left: 10px;
  }

  .paragraph-10 {
    margin-bottom: 30px;
  }

  .section-header {
    text-align: center;
    padding-left: 23px;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .heading-6 {
    margin-left: 10px;
  }

  .ama-transcript {
    text-align: left;
    width: auto;
    max-width: none;
    margin-left: 89px;
  }

  .grid-11 {
    padding: 10px;
  }

  .ama-archives {
    margin-top: 0;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .job-board {
    padding-left: 22px;
    padding-right: 22px;
  }

  .events-hero-container {
    flex-direction: column-reverse;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 750px;
    display: flex;
  }

  .image-15 {
    width: 500px;
    padding: 0;
  }

  .community-quote-cta {
    text-align: left;
    margin-left: 0;
  }

  .heading-20 {
    margin-bottom: 5px;
  }

  .grid-12 {
    grid-template-columns: .5fr .5fr;
  }

  .hiring-initiative-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .exp-hero {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .heading-27 {
    margin-bottom: 15px;
  }

  .events-categories-content, .events-categories-content._2 {
    padding: 20px;
  }

  .featured-guests-container {
    padding: 20px;
    overflow: hidden;
  }

  .overview-container {
    height: auto;
    margin-bottom: 0;
  }

  .overview-summary {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    padding-bottom: 0;
  }

  .div-block-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-13 {
    align-content: center;
    justify-items: start;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-content {
    align-items: flex-start;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .persona-title {
    width: 200px;
    margin-left: 40px;
    font-size: 16px;
  }

  .image-36 {
    width: 40px;
    margin-left: 100px;
  }

  .image-37 {
    width: 135px;
  }

  .persona-title2 {
    width: 125px;
    margin-left: 130px;
    font-size: 16px;
  }

  .persona-title3 {
    width: 190px;
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-title5 {
    width: 125px;
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-title6 {
    width: 122px;
    margin-left: 130px;
    font-size: 16px;
  }

  .persona-title-copy {
    margin-left: 130px;
    font-size: 16px;
  }

  .hamburger {
    width: 35px;
  }

  .menu-button, .menu-button.w--open, .nav-menu {
    background-color: #fff;
  }

  .card {
    width: 330px;
  }

  .collection-list-4 {
    grid-column-gap: 0px;
    grid-row-gap: 19px;
    grid-template-columns: .5fr .5fr;
    justify-content: space-around;
  }

  .heading-29 {
    font-size: 16px;
  }

  .collaboratoins-container {
    align-items: center;
  }

  .collaboration-images {
    max-width: none;
    padding: 20px;
  }

  .heading-30 {
    max-width: none;
    font-size: 28px;
    line-height: 40px;
  }

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

  .grid-15 {
    padding: 20px;
  }

  .learn-more-aup {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-36 {
    font-size: 34px;
  }

  .column {
    position: static;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mentorship-overview {
    padding: 40px;
  }

  .grid-13-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: auto;
    display: grid;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .container-12 {
    flex-direction: column-reverse;
  }

  .div-block-46 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .aup-benefits, .aup-benefits-inverse {
    flex-direction: column;
  }

  .aup-alphauserimage, .productcreatorimage {
    margin-bottom: 40px;
  }

  .container-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

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

  .heading-40 {
    margin-bottom: 40px;
  }

  .section-7 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-17 {
    flex-direction: column;
    overflow: hidden;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-40 {
    margin-bottom: 5px;
  }

  .founders-hero-content {
    flex-direction: column-reverse;
  }

  .image-53 {
    width: 200px;
    margin-bottom: 75px;
  }

  .students-section, .students-section-inverse {
    flex-direction: column;
  }

  .students-section1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ama-hero-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .ama-hero-section-content {
    flex-direction: column-reverse;
  }

  .div-block-55 {
    flex-direction: column;
  }

  .text-block-44 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-56 {
    flex-direction: column;
  }

  .div-block-51-copy {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    height: 400px;
  }

  .text-span-13 {
    font-size: 24px;
  }

  .heading-45 {
    width: auto;
    font-size: 32px;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr;
  }

  .cms_wrap {
    width: 100%;
  }

  .cms_list {
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    width: 40px;
    min-height: 40px;
  }

  .faq-title {
    max-width: 88%;
  }

  .faq-title.accordian-title {
    max-width: 75%;
    font-size: 20px;
  }

  .answer {
    max-width: 100%;
    font-size: 14px;
  }

  .faq-section.cloneables-listing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-wrapper-inside.expand-icon {
    width: 14px;
    min-height: 14px;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .course-content-container {
    display: block;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .course-overview {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-20 {
    width: 90%;
  }

  .course-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
  }

  .brand_image {
    min-height: 0;
  }

  .course-overview-section {
    padding-left: 0;
    padding-right: 0;
  }

  .persona-title2--webflowcbc {
    width: 125px;
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-title4-webflowcbc {
    margin-left: 40px;
  }

  .persona-cbc-left {
    width: 122px;
    margin-left: 40px;
    font-size: 16px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 64px;
  }

  .experience-heading {
    margin-left: 0;
  }

  .experience-slide {
    width: 33.33%;
  }

  .heading-copy {
    text-align: center;
    margin-bottom: 65px;
    margin-left: 0;
    font-weight: 700;
  }

  .cbc_benefits {
    padding-bottom: 40px;
  }

  .cbc-card-date {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-54 {
    margin-bottom: 15px;
  }

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

  .cbc-benefits-container {
    flex-direction: column;
  }

  .p1.medium {
    width: 400px;
  }

  .section-12, .container-1141 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-61 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-course-for {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
    font-weight: 700;
  }

  .featured-on-container {
    align-items: center;
  }

  .featured-grid {
    max-width: none;
    padding: 20px;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .cbc-container {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 20px;
    display: block;
  }

  .cbc-benefits {
    flex-direction: column;
  }

  .cbc-learner-image, .productcreatorimage-copy {
    margin-bottom: 40px;
  }

  .webflow-cbc-hero-container {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding: 20px;
    display: block;
  }

  .who-is-this-for-cbc {
    margin-top: -50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .persona-cbc-right {
    width: 190px;
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-cbc-left--adj {
    width: 195px;
    margin-left: 40px;
    font-size: 16px;
  }

  .join-community-cta-cbc {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }

  .persona-cbc-right-copy {
    width: 190px;
    margin-left: 40px;
    font-size: 16px;
  }

  .div-block-63 {
    margin-bottom: 20px;
  }

  .join-waitlist, .join-community-cta-webflow, .join-community-cta-cbc-webflow {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-logo-channel {
    margin-left: 15px;
    margin-right: 15px;
  }

  .join-community-cta {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .wall-of-love {
    flex-direction: column;
  }

  .initiative-style1 {
    flex-direction: column;
    align-items: stretch;
    width: 500px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .twitter-timeline {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .twitter-cta {
    margin-right: 0;
  }

  .grid-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .join-us {
    padding: 40px 20px;
  }

  .join-us-content {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .student-hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .get-started {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-header {
    padding-left: 17px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .ama-transcript {
    margin-left: 0;
    font-size: 16px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .community-quote-cta {
    margin-left: 60px;
  }

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

  .hiring-initiatives-grid {
    justify-content: flex-start;
  }

  .hiring-grid-title {
    font-size: 14px;
    line-height: 18px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .carousel-mask {
    width: 60%;
  }

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

  .overview-summary {
    align-items: center;
  }

  .html-embed-2 {
    margin-left: 0;
  }

  .persona-title {
    width: 183px;
    margin-left: 40px;
    font-size: 16px;
  }

  .image-36 {
    width: 25px;
    margin-left: 70px;
  }

  .image-37 {
    width: 100px;
  }

  .persona-title2 {
    width: 172px;
    margin-left: 88px;
    font-size: 16px;
  }

  .persona-title3 {
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-title4 {
    margin-left: 87px;
  }

  .persona-title5 {
    margin-left: 40px;
  }

  .persona-title6, .persona-title-copy {
    margin-left: 88px;
  }

  .collection-list-4 {
    grid-template-columns: .5fr;
  }

  .collaboratoins-container {
    flex-direction: column;
  }

  .div-block-32 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-45 {
    width: 50px;
  }

  .initiative-style2 {
    flex-direction: column;
    width: 500px;
  }

  .initiative-copy-style1 {
    width: auto;
  }

  .learn-more-aup {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .column {
    position: static;
  }

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hiring-inverse {
    flex-direction: column;
  }

  .div-block-42 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-45 {
    margin-bottom: 31px;
  }

  .mentorship-mentee {
    flex-direction: column;
  }

  .feature-image-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4-copy {
    font-size: 34px;
  }

  .aup-benefits, .aup-benefits-inverse {
    flex-direction: column;
  }

  .aup-alphauserimage, .productcreatorimage {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .founders-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .founders-hero-content {
    max-width: 540px;
  }

  .image-53 {
    width: 175px;
  }

  .students-section {
    flex-direction: column;
  }

  .students_insidex {
    margin-left: auto;
    margin-right: auto;
  }

  .students-section-inverse {
    flex-direction: column;
  }

  .students-section1 {
    padding: 40px 20px;
  }

  .students_insidex-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-aboutus {
    width: auto;
  }

  .content-and-poll {
    flex-direction: column;
  }

  .div-block-51-copy {
    width: 540px;
  }

  .phone-luma {
    display: block;
  }

  .site-luma {
    display: none;
  }

  .pill-wrapper {
    display: flex;
  }

  .heading-44 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero_cbc {
    margin-bottom: -10px;
  }

  .faq-conainer {
    padding: 80px 24px;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .faq-title {
    max-width: 80%;
    font-size: 18px;
  }

  .faq-title.accordian-title {
    max-width: 82%;
  }

  .faq-item.item-3 {
    margin-bottom: 16px;
    padding: 32px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .answer {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .course-content-container {
    grid-template-columns: 1fr;
  }

  .course-overview {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .phase-block {
    max-width: 320px;
  }

  .container-20 {
    width: 90%;
  }

  .course-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .details-container {
    width: 100%;
    padding-bottom: 80px;
  }

  .course-overview-section {
    padding-left: 0;
    padding-right: 0;
  }

  .persona-title2--webflowcbc {
    width: 172px;
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-title4-webflowcbc, .persona-cbc-left {
    margin-left: 40px;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .cloneable-header-grid-2 {
    grid-template-columns: 1fr;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 240px;
    margin: 4px auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .tab-button---brix.w--current {
    display: block;
  }

  .accordion-tabs-menu---brix {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }

  .experience-slide-inner {
    font-size: 14px;
    line-height: 24px;
  }

  .experience-heading {
    margin-bottom: 40px;
    margin-right: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .experience-slide {
    width: 50%;
  }

  .cbc-benefits-container {
    flex-direction: column;
  }

  .team__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .profile__description {
    height: auto;
    padding-left: 0;
  }

  .divider {
    width: 100%;
    height: 2vw;
  }

  .p1.medium {
    font-size: 14px;
  }

  .instructor-image {
    border-radius: 15px;
  }

  .featured-on-container {
    flex-direction: column;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .cbc-container {
    flex-direction: column;
    padding-bottom: 0;
  }

  .heading-4-copy-copy {
    font-size: 34px;
  }

  .cbc-benefits {
    flex-direction: column;
  }

  .cbc-learner-image, .productcreatorimage-copy {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .webflow-cbc-hero-container {
    flex-direction: column;
  }

  .persona-cbc-right {
    margin-left: 40px;
    font-size: 16px;
  }

  .persona-cbc-left--adj {
    margin-left: 40px;
  }

  .aup-header {
    font-size: 34px;
  }

  .join-community-cta-cbc {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .persona-cbc-right-copy {
    margin-left: 40px;
    font-size: 16px;
  }

  .join-waitlist, .join-community-cta-webflow, .join-community-cta-cbc-webflow {
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 0;
  }

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

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .who-is-this-for {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .paragraph {
    width: auto;
    margin-bottom: 25px;
  }

  .join-community-cta {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-content {
    width: auto;
    margin-right: 0;
  }

  .wall-of-love {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-is-this-for-content {
    overflow: visible;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-3 {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 10px;
  }

  .community-initiatives-content {
    padding-left: 0;
    padding-right: 0;
  }

  .initiative-style1 {
    flex-direction: column;
    width: 320px;
    margin-right: 20px;
  }

  .grid-3 {
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .twitter-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    grid-template-columns: .5fr .5fr .5fr;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .set-image {
    width: 60px;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .aup_stats_grid {
    grid-template-columns: 1fr;
  }

  .trivia, .our-goal-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    width: auto;
    padding-left: 0;
  }

  .goal-block, .goal-block-reverse {
    flex-direction: column-reverse;
  }

  .team-contents {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .feature-image {
    width: 300px;
  }

  .about-us-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-2 {
    height: 200px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .accordian-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    padding: 0;
  }

  .heading-12 {
    font-size: 28px;
  }

  .slack-hero-section {
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 25px;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .ask-me-anything-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    font-size: 20px;
  }

  .ama-gallery {
    text-align: left;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .seek-images {
    margin: 20px 0;
  }

  .div-block-17 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-18 {
    overflow: visible;
  }

  .useful-links {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-header {
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
    padding-left: 0;
    font-size: 26px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ama-transcript {
    margin-left: 1px;
    font-size: 14px;
    line-height: 22px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .slack-mobile-wrapper {
    width: auto;
    height: auto;
  }

  .collection-list-3 {
    grid-template-columns: .5fr .25fr;
  }

  .collection-item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 130px;
    height: 250px;
    padding: 20px 5px;
    display: flex;
  }

  .image-12 {
    width: auto;
    height: 20px;
  }

  .image-13 {
    width: 250px;
    height: 500px;
  }

  .jagger {
    margin-top: 0;
  }

  .dynamic-words {
    width: 300px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 36px;
  }

  .image-15 {
    width: 300px;
  }

  .mentorship-hero-section {
    padding-top: 0;
  }

  .mentorship-hero-container {
    flex-direction: column-reverse;
  }

  .mentorship-hero-content {
    width: auto;
    margin-top: 20px;
  }

  .mentorship-hero-image {
    filter: saturate(137%);
    width: auto;
  }

  .community-quote-cta {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-21 {
    width: 115px;
  }

  .heading-20 {
    font-size: 13px;
    line-height: 18px;
  }

  .heading-21 {
    margin-top: 5px;
    font-size: 11px;
  }

  .image-18 {
    width: 18px;
    height: 18px;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .image-19 {
    width: 90px;
    display: none;
  }

  .image-20 {
    width: 55px;
  }

  .image-21, .image-22 {
    width: 65px;
  }

  .image-23 {
    width: 70px;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28 {
    width: 65px;
  }

  .link-block {
    width: 70px;
  }

  .exp-content {
    object-fit: fill;
    width: 320px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    transform: none;
  }

  .heading-26 {
    color: var(--black);
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-27 {
    width: auto;
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-mask {
    width: 100%;
  }

  .featured-guests-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .div-block-24 {
    margin-top: 0;
  }

  .lottie-animation {
    width: 35px;
    margin-right: 15px;
  }

  .grid-14 {
    grid-column-gap: 30px;
    grid-template-columns: 150px 1fr;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .persona-title {
    width: 160px;
    margin-left: 0;
    padding: 6px 6px 6px 10px;
    font-size: 14px;
  }

  .image-36 {
    width: 17px;
    margin-left: 0;
  }

  .image-37 {
    width: 85px;
    margin-bottom: 5px;
    display: none;
  }

  .persona-title2 {
    width: 100px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .persona-title3 {
    width: 155px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .persona-title4 {
    width: 160px;
    margin-left: 10px;
    padding: 6px 6px 6px 10px;
    font-size: 14px;
  }

  .persona-title5 {
    width: 100px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .persona-title6 {
    width: 95px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .container-10 {
    margin-top: 0;
  }

  .persona-title-copy {
    width: 160px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .text-block-6 {
    display: none;
  }

  .card {
    width: 280px;
    height: 650px;
  }

  .category {
    width: 140px;
    margin-top: 15px;
  }

  .div-block-32 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    width: auto;
    height: 75px;
  }

  .heading-31 {
    font-size: 22px;
  }

  .initiative-style2 {
    flex-direction: column;
    width: 320px;
    margin-right: 20px;
  }

  .initiative-copy-style1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    width: auto;
  }

  .initiative-copy-style2 {
    width: auto;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    align-items: center;
    padding: 15px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .text-block-12 {
    align-self: auto;
    font-size: 20px;
  }

  .image-48 {
    align-self: auto;
    width: 40px;
  }

  .learn-more-aup {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 14px;
  }

  .mentorship-faqs {
    margin-top: 0;
  }

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

  .pill-section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .text-block-17, .text-block-20, .text-block-21, .text-block-23, .text-block-24 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .div-block-41 {
    margin-top: 35px;
  }

  .div-block-42 {
    margin-top: 35px;
    padding: 10px 15px;
  }

  .div-block-43 {
    margin-top: 35px;
  }

  .paragraph-17, .mentorship-overview {
    margin-bottom: 0;
  }

  .grid-13-copy {
    grid-template-columns: .75fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-12 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-image-copy {
    width: 300px;
  }

  .heading-4-copy {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .columns-2 {
    flex-direction: column-reverse;
  }

  .aup-alphauserimage {
    width: 320px;
  }

  .productcreatorimage {
    width: 300px;
  }

  .heading-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-15 {
    align-items: flex-start;
  }

  .heading-40 {
    font-size: 28px;
  }

  .text-block-38 {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-47 {
    height: 190px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-40 {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-49 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .text-block-41 {
    font-size: 12px;
  }

  .founders-hero-content {
    max-width: 340px;
    padding-bottom: 20px;
  }

  .div-block-50 {
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-42 {
    margin-bottom: 0;
  }

  .image-53 {
    width: 150px;
  }

  .student-section-content {
    margin-top: 35px;
  }

  .students_insidex, .students_insidex-copy {
    width: 300px;
  }

  .ama-hero-section {
    padding-top: 0;
  }

  .ama-hero-section-content {
    flex-direction: column-reverse;
  }

  .div-block-54 {
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-43 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-44, .heading-43 {
    font-size: 13px;
    line-height: 18px;
  }

  .speaker-role {
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .image-57 {
    width: 120px;
  }

  .html-embed-3, .image-58 {
    display: none;
  }

  .youtube-cta {
    padding: 10px;
  }

  .image-59 {
    width: 40px;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .html-embed-4 {
    display: block;
  }

  .div-block-51-copy {
    width: 340px;
  }

  .cbc_comingsoon {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .container-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-7, .link-block-8 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-44 {
    margin-top: 50px;
    font-size: 29px;
    line-height: 36px;
  }

  .section-9 {
    margin-top: 135px;
  }

  .hero_cbc {
    margin-top: 55px;
    margin-bottom: 0;
  }

  .text-span-13 {
    font-size: 20px;
  }

  .heading-45 {
    font-size: 24px;
  }

  .register-cta {
    line-height: 150%;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrapper {
    width: 32px;
    min-height: 32px;
  }

  .faq-conainer {
    padding: 24px 16px;
  }

  .column---brix.left---brix {
    margin-bottom: 0;
  }

  .faq-title {
    max-width: 70%;
    font-size: 20px;
  }

  .faq-title.accordian-title {
    max-width: 75%;
    font-size: 14px;
    line-height: 150%;
  }

  .faq-item.item-3 {
    margin-bottom: 16px;
  }

  .answer {
    max-width: 100%;
    font-size: 12px;
  }

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

  .faq-section.cloneables-listing {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .cta-wrapper-inside {
    margin-right: 16px;
  }

  .cta-wrapper-inside.expand-icon {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .h2 {
    font-size: 32px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .course-overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .phase-block {
    height: 250px;
    margin-bottom: 20px;
  }

  .container-20 {
    width: auto;
  }

  .course-content {
    display: block;
  }

  .details-container {
    padding-bottom: 64px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .text-block-53 {
    font-size: 14px;
  }

  .persona-title2--webflowcbc {
    width: 100px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .persona-title4-webflowcbc {
    width: 160px;
    margin-left: 0;
    padding: 6px 6px 6px 10px;
    font-size: 14px;
  }

  .persona-cbc-left {
    width: 105px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .tabs-container---brix {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .tab-button---brix {
    text-align: center;
    width: 100%;
    max-width: 65%;
    margin: 4px auto;
  }

  .accordion-tabs-menu---brix {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .course-outline-header {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .instructors-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .experience-slider-arrow-right {
    left: 25%;
    right: auto;
  }

  .experience-slider-arrow-left {
    left: 5%;
    right: auto;
  }

  .experience-heading {
    margin-bottom: 120px;
    margin-right: 0;
  }

  .experience-slide {
    width: 100%;
  }

  .heading-copy {
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 28px;
  }

  .meet-instructors-header {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .cbc_benefits {
    margin-top: 0;
  }

  .text-block-54 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .cbc-benefits-container {
    margin-top: 50px;
  }

  .team__wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .profile__description {
    width: 232px;
    padding-top: 0;
  }

  .p1.medium {
    width: 240px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 150%;
  }

  .section-12 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .instructor-image {
    border-radius: 15px;
  }

  .profile__image {
    width: auto;
  }

  .text.colored {
    font-size: 12px;
    line-height: 150%;
  }

  .heading-48 {
    font-size: 20px;
  }

  .container-1141 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-61 {
    margin-bottom: 50px;
    margin-right: 0;
    display: block;
  }

  .heading-course-for {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .paragraph-18 {
    font-size: 12px;
  }

  .paragraph-19 {
    font-size: 14px;
  }

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

  .heading-4-copy-copy {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .cbc-benefits {
    margin-bottom: 50px;
  }

  .cbc-learner-image {
    width: 320px;
    margin-bottom: 20px;
  }

  .productcreatorimage-copy {
    width: 300px;
    margin-bottom: 20px;
  }

  .webflow-cbc-hero-container {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .who-is-this-for-cbc {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .persona-cbc-right {
    width: 155px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .persona-cbc-left--adj {
    width: 175px;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .aup-header {
    margin-bottom: 0;
    font-size: 32px;
  }

  .join-community-cta-cbc {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-55 {
    text-align: left;
  }

  .persona-cbc-right-copy {
    width: 130px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .div-block-62 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-56 {
    font-size: 14px;
  }

  .cbc-level {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .join-waitlist, .join-community-cta-webflow {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .pill-section-soldout {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .cbc-level-soldout {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .join-community-cta-cbc-webflow {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
}

#w-node-_67fb72af-dbf4-ae6e-7119-084d2bf3f780-c733a60d, #w-node-_9dc5d2a6-4e3c-86fa-e354-3a2985a2aff4-c733a60d, #w-node-_568d5c7c-033e-2131-3e66-1db9d011d4ea-c733a60d, #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd0f-c733a60d, #w-node-_8b060245-3314-0440-889b-0920dccbdafa-0c5c5153, #w-node-da983c10-b943-2df8-54ed-5ea7d1c755ee-0c5c5153, #w-node-_1e7ef431-fa68-ead3-f98a-8ada82912609-98f88aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fc824734-4f02-9520-0a87-6a70cea1b6f8-c733a60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e402488-df6f-9eb0-560a-bd99f2bf9cf1-c733a60d, #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd23-c733a60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd25-c733a60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd1a-c733a60d, #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd1c-c733a60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67fb72af-dbf4-ae6e-7119-084d2bf3f780-c733a60d, #w-node-_9dc5d2a6-4e3c-86fa-e354-3a2985a2aff4-c733a60d, #w-node-_568d5c7c-033e-2131-3e66-1db9d011d4ea-c733a60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd0f-c733a60d, #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd21-c733a60d, #w-node-_58cf895d-34ba-5428-20d6-7f1b3905dd18-c733a60d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3da5736e-4baf-1150-a65c-1887fa8c6163-f4970c97, #w-node-_1eff3be3-5fa0-9f85-1dda-e633b05347bf-0c5c5153, #w-node-_43aad49a-1072-ff5c-593e-cdbc78a0b637-0c5c5153 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}