:root {
  --white: white;
  --black: black;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  margin-left: 1vw;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

strong {
  font-weight: bold;
}

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

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

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

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  opacity: 1;
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  min-height: 100%;
  margin: 40px auto;
  padding: 0;
  position: static;
}

.container.sponsor-container, .container.speakers-container {
  display: none;
}

.container.form-container {
  width: auto;
  height: auto;
  max-width: none;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: none;
  overflow: hidden;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  position: relative;
  top: -324px;
  left: 366px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #392764;
  padding: .7% 1.2%;
  display: block;
  position: static;
}

.button.cc-contact-us.bottom-registration {
  min-width: 20vw;
  border-width: 2px;
  border-color: var(--black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  padding: 3% 0% 3% 1%;
  display: none;
}

.button.cc-contact-us.button-closed {
  display: block;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  z-index: 0;
  min-width: 50%;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: century-gothic, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 80px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10%;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  display: none;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
}

.navigation {
  height: 4%;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  margin-bottom: -8%;
  padding: 0% 5% 3%;
  display: none;
  position: absolute;
  top: 6vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: century-gothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition-property: none;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: .6;
  color: #1a1b1f;
  font-weight: 500;
  transition: opacity .2s;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  padding-left: 60px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  min-height: 100%;
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 16em;
  line-height: 28em;
  display: none;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

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

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

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

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

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

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

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

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

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

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.faq-wrap {
  padding-top: 0%;
  padding-bottom: 4%;
  position: relative;
  top: 11vh;
  left: 14%;
}

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

.text-block-2 {
  text-align: center;
  font-weight: 400;
}

.next {
  background-color: rgba(250, 250, 250, 0);
  border-color: rgba(204, 204, 204, 0);
  border-radius: 0;
  flex: 0 auto;
}

.pagination {
  justify-content: space-between;
}

.previous {
  background-color: rgba(250, 250, 250, 0);
  border-color: rgba(204, 204, 204, 0);
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block {
  height: 51%;
}

.right-arrow {
  position: absolute;
}

.section-2 {
  height: 25em;
  object-fit: fill;
  overflow: visible;
}

.navigation-div {
  margin-top: 0;
  display: none;
}

.list {
  text-align: right;
  margin-left: 20%;
  padding-right: 10%;
  font-family: century-gothic, sans-serif;
  font-size: 20px;
  list-style-type: none;
}

.image {
  position: static;
}

.body {
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.image-2 {
  max-height: 100%;
  min-height: 100%;
}

.image-3 {
  margin-top: -4px;
  display: none;
}

.image-3.desktop {
  width: auto;
  margin-top: 0;
  display: block;
}

.div-block-2 {
  min-height: 20vh;
  background-color: #625078;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  display: block;
  position: static;
  bottom: 0;
}

.about-wrap {
  height: 60vh;
  background-color: #392664;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.section-4 {
  height: 100%;
  min-height: 100vh;
  background-image: linear-gradient(150deg, #826ba0 50%, #fff 50%, #fff 51%);
  margin-bottom: 5%;
  overflow: hidden;
}

.faq-header {
  text-align: right;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-right: 112px;
  font-family: century-gothic, sans-serif;
  font-size: 90px;
  line-height: 50px;
}

.heading-jumbo-small-copy {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.about-header {
  color: #fff;
  text-align: center;
  letter-spacing: 5vw;
  margin-top: 0;
  margin-bottom: 4vw;
  font-family: Lemonmilk, sans-serif;
  font-size: 30vw;
  font-style: normal;
  font-weight: 300;
  line-height: .5em;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: -8vw;
  font-family: century-gothic, sans-serif;
  font-size: 1.5vw;
  line-height: 3vw;
  display: block;
}

.text-block-3 {
  min-width: 3%;
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 3%;
  margin-bottom: 2%;
  font-family: Lemonmilk, sans-serif;
  font-size: 45px;
  font-weight: 300;
  display: block;
}

.div-block-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button {
  background-color: #826ba0;
  font-family: century-gothic, sans-serif;
}

.field-label {
  font-family: century-gothic, sans-serif;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  display: flex;
}

.subscribe-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: century-gothic, sans-serif;
  font-size: 60px;
  line-height: 80px;
  display: flex;
}

.form-block {
  flex: 0 auto;
}

.div-block-4 {
  max-height: 1px;
  max-width: 70%;
  min-height: 1px;
  min-width: 70%;
  text-align: left;
  background-color: #826ba0;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2%;
  display: block;
}

.container-2 {
  min-height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #fff;
  padding-top: 7px;
}

.text-block-4 {
  color: #826a9f;
  padding-top: 7px;
}

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

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

.text-block-6 {
  letter-spacing: 2px;
  font-family: century-gothic, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-block-6.bottom-text {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: 5vw;
}

.text-field-2 {
  font-family: century-gothic, sans-serif;
}

.container-3 {
  max-width: 70vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  border: 2px solid #773790;
  display: none;
}

.button-2.desktop {
  color: #3a2467;
  text-align: center;
  background-color: #e5e6e5;
  border-style: none;
  border-color: #3a2467;
  border-radius: .5vw;
  padding: .5vw 1vw;
  font-family: Lemonmilk, sans-serif;
  font-size: 2.3vw;
  line-height: 2.6vw;
  display: flex;
  position: static;
}

.button-2.desktop.foooter {
  max-width: 29vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .3vw solid #fff;
  border-radius: 2vw;
  margin-left: 0;
  padding: 2vw;
  font-size: 5vw;
  line-height: 5vw;
}

.container-5 {
  display: none;
}

.container-5.desktop {
  display: block;
}

.container-5.desktop.register-container {
  margin-top: 1vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-5 {
  max-height: 30vw;
  max-width: 8vw;
  object-fit: fill;
  margin-left: 0;
  position: static;
}

.section-5 {
  background-image: radial-gradient(circle, rgba(191, 165, 204, .85), #fff);
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.slider {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: inline;
}

.right-arrow-2, .icon-2, .icon-3 {
  display: none;
}

.image-6 {
  max-height: 40vh;
  text-align: left;
  border-radius: 20px;
  display: block;
}

.image-6.phone.meng {
  border-radius: 0;
}

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

.heading {
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  margin-top: 2vw;
  font-family: Lemonmilk, sans-serif;
  font-size: 8vw;
  font-weight: 300;
  line-height: 8vw;
}

.heading.faq-heading.about-mobile {
  display: none;
}

.heading.faq-heading.special-padding-faq {
  color: #392763;
  margin-top: .5vw;
}

.heading.faq-heading.special-padding-faq.prizes-title {
  color: #bfa5cc;
  margin-top: 5vw;
  font-weight: 400;
}

.heading.faq-heading.special-padding-faq.prizes {
  min-height: auto;
  color: #bfa5cc;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3.2vh;
  font-size: 3vw;
  font-weight: 300;
  display: block;
}

.heading.faq-heading.special-padding-faq.countdown-title {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 2vw;
  font-family: Gravity;
  font-size: 17vw;
  font-style: normal;
  font-weight: 200;
  line-height: 15vw;
  transition: opacity .2s;
  transform: translate(0);
}

.heading.faq-heading.special-padding-faq.coutndown-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 100;
}

.faq {
  display: none;
}

.slide-2.slide-1 {
  min-height: auto;
  min-width: auto;
}

.container-6 {
  border: 2px solid #392764;
  border-radius: 20px;
}

.heading.faq-heading.about-heading {
  color: #fff;
}

.heading.about-desktop {
  color: var(--white);
  margin-top: 0;
  font-size: 30vw;
  line-height: 20vw;
}

.mask {
  min-height: auto;
  min-width: auto;
  overflow: hidden;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.link-block {
  min-width: 20vw;
  margin-right: 3vw;
  display: block;
}

.link-block.google {
  min-width: 10vw;
  display: flex;
}

.link-block.utd {
  height: 100%;
  min-width: 10vw;
  margin-top: 0;
  display: block;
}

.link-block._1 {
  height: auto;
  max-width: 10vw;
  min-width: 10vw;
  display: block;
}

.link-block._1.centered {
  max-width: 10vw;
  min-width: 10vw;
}

.link-block._2 {
  min-width: 10vw;
}

.link-block._3 {
  min-width: 11vw;
  display: block;
}

.link-block-2 {
  display: flex;
}

.link-block-3 {
  align-items: stretch;
  display: flex;
}

.link-block-4, .link-block-5, .link-block-6 {
  display: flex;
}

.prizes {
  min-height: 75vh;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.container-8 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.container-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-7 {
  min-height: auto;
  min-width: auto;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: static;
}

.link-block-7.beanvy {
  min-height: auto;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4%;
  display: flex;
  left: 55vw;
  overflow: visible;
}

.link-block-7.beanvy.streaming {
  object-fit: contain;
  justify-content: center;
  margin-bottom: 0%;
  display: flex;
}

.link-block-7.echo3d {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-8 {
  max-width: none;
  object-fit: contain;
  align-self: auto;
  margin-bottom: 0;
  overflow: auto;
}

.image-8.beanvy2 {
  max-height: 10vw;
  max-width: none;
  object-fit: contain;
  overflow: visible;
}

.image-8.planwhiz {
  max-width: 20vw;
  min-width: 20vw;
}

.image-8.planwhiz.centered {
  max-width: 10vw;
  min-width: 10vw;
}

.slide-nav {
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: static;
}

.image-9 {
  object-fit: fill;
  overflow: visible;
}

.heading-2 {
  color: #392763;
  margin-top: 15px;
  margin-bottom: 2px;
  font-family: century-gothic, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.faq-description {
  color: #392764;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: century-gothic, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.section-6 {
  display: none;
}

.countdown {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-12 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-8 {
  max-width: 999vw;
  min-width: 50vw;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  margin-left: 5vw;
  display: block;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Gravity;
  font-size: 6vw;
  font-weight: 400;
  line-height: 8vw;
  display: block;
}

.div-block-9 {
  max-height: 1px;
  max-width: 70%;
  min-width: 70%;
  border: 1px solid #000;
  margin-bottom: 30px;
}

.div-block-9.large-split {
  display: none;
}

.container-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 2vw;
  display: flex;
}

.column-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-right: 10px;
  display: block;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1vw 2vw -19px;
  display: flex;
}

.column-3 {
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block-10 {
  max-height: 30vw;
  min-width: 100px;
  object-fit: fill;
  margin-left: 1vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.section-7 {
  margin-bottom: 2%;
}

.section-8 {
  height: 3vh;
  background-color: #211e1e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.section-8.section-closed {
  background-color: #bfa5cc;
  display: flex;
}

.container-14 {
  min-height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #826ba0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: century-gothic, sans-serif;
  font-size: 2vh;
  line-height: 2vh;
  display: block;
}

.paragraph-2.closed-paragraph {
  color: #000;
  font-family: century-gothic, sans-serif;
}

.link-block-11 {
  min-height: 100%;
  min-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: var(--black);
}

.column-4 {
  align-self: center;
  display: block;
}

.column-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.column-6 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-12 {
  min-width: 10vw;
}

.image-13 {
  width: 6vw;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-12 {
  width: 6.2vw;
  height: 10.5vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 90vw;
  right: 0%;
}

.footer-subscribe {
  background-color: #bfa5cc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: block;
}

.container-16 {
  max-width: 25vw;
  background-color: #fff;
  border: 2px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vh;
  padding-bottom: 2vh;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: .4vh;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.footer-copyright {
  color: #3a4554;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-14 {
  max-width: 1.3vw;
  min-width: 1.3vw;
}

.image-15 {
  max-width: 1.4vw;
  min-width: 1.4vw;
}

.svg-holder {
  border: 1px #000;
}

.image-16 {
  min-width: 6vw;
}

.container-17.mobile {
  align-items: center;
  margin-top: 1.5vw;
  padding-left: 20vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-17 {
  min-width: 3vw;
}

.container-18.mobile {
  display: none;
}

.image-19.utd {
  max-width: 10vw;
}

.image-19.echo3d {
  height: 50%;
  max-width: 10vw;
  min-width: 10vw;
}

.image-19.do {
  width: 20vw;
  max-width: 10vw;
}

.image-19.dito {
  max-width: 10vw;
  min-width: 20vw;
}

.image-20 {
  width: 20vw;
  max-width: 11vw;
}

.list-item {
  margin-bottom: 3vw;
  display: flex;
}

.link-4 {
  color: #fff;
  text-align: center;
  margin-top: 1vw;
  margin-left: 0;
  font-size: 2vw;
  line-height: 2vw;
}

.link-4.volunteer {
  margin-top: 4vw;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-top: 1vw;
  font-size: 1.5vw;
  line-height: 2vw;
}

.link-block-github {
  margin-left: 0;
}

.image-23 {
  min-width: 2.5vw;
}

.image-23.github {
  min-width: 3vw;
}

.div-block-12 {
  max-width: 30vw;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  padding-right: 1vw;
  display: flex;
}

.container-20 {
  margin-top: 1.5vw;
  padding-left: 2.5vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-20.mlh {
  padding-left: 34.5vw;
}

.image-24 {
  max-width: 3vw;
}

.image-24.mlh {
  max-width: 14vw;
  min-width: 14vw;
}

.link-block-16 {
  margin-left: 1.5vw;
}

.link-block-17 {
  margin-left: 0;
}

.lottie-animation-2 {
  width: 100%;
  object-fit: fill;
  background-color: #000;
  margin-top: -.4px;
  display: block;
  position: static;
  top: 0;
}

.train-animation {
  z-index: -1;
  height: 300vh;
  background-color: #000;
  position: relative;
}

.train-animation-lottie {
  background-color: #000;
}

.image-25 {
  display: none;
}

.image-26 {
  object-fit: fill;
  background-color: #000;
}

.section-9 {
  position: -webkit-sticky;
  position: sticky;
}

.div-block-13 {
  z-index: -1;
  height: 350vh;
  background-color: #000;
  position: relative;
}

.div-block-14 {
  min-height: 1vw;
  min-width: 100vw;
  background-color: #000;
  display: none;
  position: fixed;
  top: 56.1vw;
}

.div-block-14.trigger {
  z-index: 2;
  display: block;
  position: absolute;
  top: 103.4vw;
}

.div-block-15 {
  z-index: 0;
  color: #1a1b1f;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-16 {
  background-color: #000;
  margin-top: -1vw;
  padding-bottom: 1vw;
}

.rest-of-svg {
  background-color: #000;
  margin-top: -1vw;
}

.image-27 {
  position: relative;
}

.footer {
  background-color: #fff;
  margin-top: -1vw;
}

.image-28 {
  margin-top: 0;
}

.container-21 {
  position: absolute;
}

.sponsor-container {
  z-index: 2;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: -61vw;
  display: flex;
  position: absolute;
  overflow: visible;
}

.link-block-18 {
  min-width: 10vw;
  display: block;
}

.faq-section {
  position: absolute;
  top: -1vw;
}

.container-22 {
  z-index: 2;
  max-width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -130vw;
  padding-top: 20vw;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  display: flex;
}

.lottie-animation-3 {
  max-width: 2vw;
  min-width: 2vw;
}

.text-block-9 {
  color: #fff;
  font-family: Lemonmilk, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.text-block-9:hover {
  color: #3a2467;
}

.question-button {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 .2vw;
  font-family: Lemonmilk, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
  display: block;
}

.question-button:hover {
  color: #9364c3;
}

.question-button.answer {
  display: none;
}

.container-23 {
  max-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -38vw;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.div-block-17 {
  min-width: 50vw;
  padding-left: 4vw;
}

.heading-7 {
  color: #e6e6e6;
  text-align: center;
  margin: 0 14vw;
  font-family: Futura bt, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 3vw;
}

.container-24 {
  z-index: 2;
  max-width: 100vw;
  margin-top: 75vw;
  padding-left: 0;
  position: absolute;
}

.container-24.nav {
  margin-top: 65vw;
  display: block;
}

.container-24.about-nav {
  margin-top: 65vw;
}

.container-24.faq-nav {
  margin-top: 118vw;
}

.container-24.sponsor-nav {
  margin-top: 182vw;
}

.container-24.speakers-nav {
  margin-top: 248vw;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #d7abff;
}

.div-block-18 {
  max-width: 100vw;
  min-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  z-index: 2;
  margin-top: 15vw;
  position: absolute;
}

.heading-8 {
  display: none;
}

.list-4 {
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover, .link-5:active, .link-5:focus {
  color: #9364c3;
}

.list-item-3 {
  margin-bottom: 0;
}

.container-25.mobile {
  align-items: center;
  margin-top: 1.5vw;
  padding-left: 20vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-20 {
  margin-left: 1.5vw;
}

.image-29 {
  min-width: 3vw;
}

.link-block-21 {
  margin-left: 0;
}

.image-30 {
  max-width: 3vw;
}

.image-30.mlh {
  max-width: 14vw;
  min-width: 14vw;
}

.container-26.mobile {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5vw;
  padding-left: 20vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-22 {
  min-height: 3.5vw;
  min-width: 10vw;
  margin-top: 0;
  margin-left: 0;
}

.link-block-23 {
  min-height: 3.5vw;
  min-width: 14vw;
  margin-left: 1.2vw;
}

.image-31 {
  min-width: 3vw;
}

.heading-10 {
  color: #fff;
  text-align: center;
  background-color: #685e7a;
  margin-top: 0;
  margin-bottom: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .section {
    display: none;
  }

  .container {
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20vh;
    margin-bottom: -77px;
    padding-top: 0;
    display: flex;
  }

  .container.sponsor-container {
    display: none;
  }

  .container.speakers-container {
    display: block;
  }

  .container.form-container {
    margin-top: 40px;
  }

  .container.faq-and-about-container {
    margin-top: 20vh;
    margin-bottom: 13vh;
  }

  .button.cc-contact-us {
    background-color: var(--white);
  }

  .heading-jumbo {
    max-width: 30vw;
    color: #fff;
    text-align: center;
    margin-left: 0%;
    font-size: 100px;
    position: static;
    top: 40vh;
    bottom: auto;
    left: 40vw;
    right: auto;
  }

  .heading-jumbo-small {
    padding-top: 0%;
  }

  .navigation {
    height: 4vh;
    margin-bottom: -5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-item {
    color: var(--white);
  }

  .intro-header {
    min-height: 100%;
    min-width: auto;
    background-image: none;
    overflow: hidden;
  }

  .home-content-wrap {
    margin-bottom: 5vh;
  }

  .faq-wrap {
    margin-top: 0%;
    padding-top: 4%;
    top: -21.5vh;
  }

  .navigation-div {
    margin-top: 0;
  }

  .list {
    text-align: right;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 20px;
  }

  .image-2 {
    max-height: none;
    min-height: auto;
    object-fit: contain;
  }

  .image-3 {
    width: 100%;
    object-fit: fill;
    overflow: hidden;
  }

  .image-3.desktop {
    margin-top: 0;
  }

  .section-3 {
    width: 100%;
    height: 20%;
    max-height: 20%;
    max-width: 100%;
    min-height: 20%;
    min-width: 100%;
    background-color: #615078;
    display: block;
  }

  .div-block-2 {
    min-height: 20vh;
    min-width: 100vw;
    background-color: #615078;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -4px;
    padding-top: 43px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    overflow: hidden;
  }

  .about-wrap {
    height: 60vh;
    justify-content: center;
    position: static;
  }

  .section-4 {
    background-image: linear-gradient(165deg, #826ba0 50%, #fff 50%, #fff 51%);
    margin-bottom: -16%;
  }

  .faq-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-header {
    color: #fff;
    text-align: center;
    margin-top: -2%;
    font-size: 30vw;
  }

  .paragraph {
    color: #fff;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: -9.5vw;
    position: static;
  }

  .text-block-3 {
    color: #fff;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 50px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .submit-button {
    text-align: left;
    background-color: #826ba0;
  }

  .field-label, .field-label-2 {
    text-align: center;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subscribe-header {
    text-align: left;
    justify-content: center;
    margin-top: 39px;
    margin-bottom: 39px;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    overflow: visible;
  }

  .form-block {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .div-block-4 {
    max-height: 1px;
    max-width: 70%;
    min-height: 1px;
    min-width: 70%;
    text-align: left;
    object-fit: fill;
    background-color: #826ba0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .success-message {
    background-color: #fff;
    border-radius: 7px;
    padding-top: 0;
  }

  .text-block-4 {
    color: #826b9f;
    margin-top: 16px;
    font-size: 22px;
  }

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

  .text-block-6 {
    color: #625078;
  }

  .button-2 {
    padding-left: 2vw;
  }

  .button-2.desktop {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .container-5.desktop.register-container {
    left: 40vw;
    right: 3vw;
  }

  .container-5.mobile, .container-5.mobile.logo-mobile {
    display: none;
  }

  .image-5 {
    object-fit: contain;
  }

  .section-5 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .slider {
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    display: inline;
  }

  .image-6 {
    max-height: 40vh;
    border-radius: 6px;
  }

  .image-6.phone {
    border-radius: 20px;
  }

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

  .heading {
    text-align: center;
  }

  .heading.faq-heading {
    color: #392763;
    font-weight: 300;
  }

  .heading.faq-heading.special-padding-faq {
    margin-top: 0;
  }

  .heading.faq-heading.special-padding-faq.prizes {
    max-width: 100vw;
    background-color: rgba(0, 0, 0, 0);
  }

  .heading.faq-heading.special-padding-faq.countdown-title {
    margin-bottom: 7px;
    padding-left: 0;
    font-size: 11vw;
    line-height: 11vw;
  }

  .heading.faq-heading.special-padding-faq.coutndown-subtitle {
    margin-bottom: 7px;
  }

  .faq {
    display: none;
  }

  .container-6 {
    max-width: 50vw;
    min-height: 50vh;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rich-text-block-2 {
    text-align: center;
    display: flex;
  }

  .heading.about-desktop {
    font-size: 30vw;
  }

  .mask {
    min-height: 50vh;
  }

  .columns {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .link-block._1 {
    height: 115%;
    max-width: none;
    min-width: auto;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-6 {
    align-items: stretch;
  }

  .prizes {
    max-height: 105vh;
  }

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

  .link-block-7.beanvy {
    object-fit: contain;
    margin-bottom: 4%;
  }

  .image-8.beanvy2 {
    max-height: 7vw;
  }

  .left-arrow, .slide-nav {
    display: block;
  }

  .heading-2 {
    color: #392763;
    margin-bottom: 10px;
    font-family: century-gothic, sans-serif;
    font-size: 70px;
    font-weight: 400;
  }

  .faq-description {
    line-height: 50px;
  }

  .container-10 {
    max-width: 100vw;
  }

  .container-12 {
    justify-content: flex-start;
  }

  .div-block-8 {
    margin-left: 7vw;
  }

  .heading-3 {
    font-size: 6vw;
  }

  .columns-2 {
    margin-bottom: -20px;
  }

  .link-block-10 {
    min-height: auto;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 1%;
    right: auto;
  }

  .link-block-11 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-13 {
    width: 7vw;
    left: 0%;
  }

  .footer-subscribe {
    flex-direction: column;
    align-items: center;
    padding: 2vh 0;
    display: block;
  }

  .container-16 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1vh;
    padding-bottom: 2vh;
    display: flex;
  }

  .footer-wrapper-three {
    flex-direction: column;
    margin-top: .4vh;
  }

  .footer-bottom {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: .5vh;
  }

  .footer-copyright {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 1vw;
    font-weight: 300;
    line-height: 2vw;
  }

  .html-embed {
    margin-left: .5vw;
  }

  .image-14 {
    max-width: 1.3vw;
    min-width: 1.3vw;
  }

  .image-15 {
    max-width: 1.4vw;
    min-width: 1.4vw;
  }

  .lottie-animation {
    display: block;
  }

  .image-19.echo3d {
    max-width: none;
  }

  .div-block-12 {
    max-width: 30vw;
  }

  .container-20.mlh {
    padding-left: 34.5vw;
  }

  .image-24 {
    max-width: 3vw;
    min-width: 3vw;
  }

  .image-24.mlh {
    max-width: 14vw;
    min-width: 14vw;
  }

  .link-block-17 {
    margin-left: 0;
  }

  .lottie-animation-2 {
    outline-offset: 0px;
    object-fit: fill;
    background-color: #000;
    border: 1px #000;
    outline: 3px #1a1b1f;
    margin-top: 0;
    position: static;
    overflow: hidden;
  }

  .train-animation-lottie {
    max-width: 100vw;
  }

  .image-26 {
    object-fit: cover;
    background-color: #000;
    overflow: hidden;
  }

  .div-block-15 {
    z-index: 2;
    top: -3vw;
  }

  .sponsor-container {
    margin-top: -59.7vw;
  }

  .container-23 {
    max-width: 100vw;
  }

  .div-block-18 {
    max-width: 30vw;
  }

  .heading-9 {
    text-align: left;
    font-size: 1.3vw;
    line-height: 1.3vw;
  }

  .link-5 {
    margin-left: 0;
  }

  .list-item-3 {
    padding-left: 1vw;
  }

  .link-block-21 {
    margin-left: 0;
  }

  .image-30 {
    max-width: 3vw;
    min-width: 3vw;
  }

  .image-30.mlh {
    max-width: 14vw;
    min-width: 14vw;
  }

  .heading-10 {
    color: #fff;
    background-color: #7155a4;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    font-size: 5em;
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
  }

  .button.cc-contact-us.bottom-registration {
    min-height: auto;
    min-width: auto;
    padding: 2% 11% 3% 13%;
  }

  .button.cc-contact-us.button-closed {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    color: var(--white);
    display: block;
  }

  .menu {
    margin-left: 30px;
    display: none;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item {
    opacity: 1;
    color: #625178;
    text-align: center;
    background-color: #d8d8d8;
    padding: 15px 30px;
    transition-property: none;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    min-width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    align-items: center;
    display: flex;
    position: absolute;
    top: -2.4vw;
    bottom: auto;
    left: -5vw;
    right: 0%;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .faq-wrap {
    padding-right: 85px;
  }

  .navigation-div {
    display: block;
  }

  .list {
    margin-left: 29px;
    margin-right: 29px;
  }

  .image-3 {
    display: none;
  }

  .image-3.desktop {
    margin-top: 0;
  }

  .about-wrap {
    padding-top: 19px;
  }

  .about-header {
    margin-bottom: 3%;
    margin-right: -5vw;
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph {
    max-width: 100vw;
    margin-top: 19px;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    line-height: 28px;
  }

  .faq-split {
    display: none;
  }

  .image-5 {
    max-height: 15vw;
  }

  .slider {
    min-height: auto;
  }

  .image-6 {
    margin-top: 20px;
  }

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

  .heading {
    font-size: 9vw;
    line-height: 9vw;
  }

  .heading.faq-heading {
    margin-top: 19px;
    font-family: Lemonmilk, sans-serif;
    font-size: 100px;
    font-weight: 300;
    line-height: 80px;
  }

  .heading.faq-heading.about-mobile {
    color: var(--white);
    display: block;
  }

  .heading.faq-heading.faq-mobile {
    letter-spacing: normal;
  }

  .heading.faq-heading.special-padding-faq {
    letter-spacing: 2vw;
    margin-top: 3vw;
  }

  .heading.faq-heading.special-padding-faq.prizes {
    font-size: 4vw;
  }

  .heading.faq-heading.special-padding-faq.countdown-title {
    margin-top: 4vw;
  }

  .heading.faq-heading.sponsors-mobile {
    color: #392664;
    margin-bottom: 27px;
  }

  .faq {
    background-color: #714f8f;
    display: none;
  }

  .rich-text-block {
    text-align: center;
    margin-bottom: 25px;
    font-family: century-gothic, sans-serif;
    display: block;
  }

  .rich-text-block strong {
    margin-top: 29px;
    font-size: 20px;
    display: block;
  }

  .container-7 {
    max-width: 90vw;
    color: var(--white);
  }

  .heading.faq-heading.about-heading {
    color: var(--white);
  }

  .heading.about-desktop {
    display: none;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .prizes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .link-block-7 {
    min-height: auto;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .link-block-7.beanvy {
    min-width: auto;
    object-fit: fill;
  }

  .link-block-7.planwhiz {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-8 {
    text-align: left;
    display: block;
    position: static;
  }

  .image-8.beanvy2 {
    max-height: none;
    object-fit: contain;
    margin-bottom: 0;
  }

  .grid {
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-6"
                         "Area-7 Area-8"
                         "Area-9 Area-10";
    align-items: stretch;
    justify-items: stretch;
    padding-bottom: 24px;
  }

  .link-block-8 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .section-6 {
    display: none;
  }

  .div-block-7 {
    max-height: 2px;
    max-width: 70vw;
    min-height: 2px;
    min-width: 70vw;
    background-color: #392664;
    border: 1px solid #392763;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .container-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .countdown {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }

  .container-12 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-8 {
    margin-left: 1vw;
    margin-right: 1vw;
    display: block;
  }

  .div-block-9 {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }

  .div-block-9.large-split {
    border-color: #392763;
    margin-top: 31px;
    margin-bottom: 0;
    display: block;
  }

  .container-13 {
    margin-top: 31px;
    margin-bottom: 18px;
  }

  .link-block-9 {
    width: auto;
    max-height: 1vw;
    max-width: none;
    min-height: auto;
    min-width: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    transition-property: none;
    display: block;
  }

  .image-13 {
    width: 7vw;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-23.github {
    max-width: 3vw;
    min-width: 2vw;
  }

  .div-block-12 {
    align-items: center;
  }

  .container-23 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: center;
  }

  img {
    min-width: 20vw;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.sponsor-container {
    display: block;
  }

  .container.speakers-container, .container.form-container {
    display: none;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.bottom-registration {
    padding-top: 2%;
    padding-left: 13%;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    padding-top: 0%;
  }

  .navigation {
    margin-bottom: -8%;
  }

  .navigation-item {
    background-color: #dedcde;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    flex-direction: column;
    display: block;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .navigation-div {
    display: none;
  }

  .image-3 {
    margin-top: 0%;
    display: block;
  }

  .image-3.desktop {
    display: none;
  }

  .heading-jumbo-small-copy {
    font-size: 30px;
    line-height: 52px;
  }

  .about-header {
    margin-top: 3%;
    margin-bottom: 0%;
    font-size: 70px;
  }

  .paragraph {
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 3vw;
    line-height: 35px;
  }

  .text-block-3 {
    font-size: 35px;
  }

  .container-3 {
    max-width: 100vw;
  }

  .faq-split {
    display: block;
  }

  .button-2 {
    width: 35vw;
    max-width: 38vw;
    min-width: 38vw;
    color: #392664;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #392664;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    font-family: Lemonmilk, sans-serif;
    font-size: 6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw;
    display: block;
  }

  .button-2.bottom {
    max-width: 70vw;
    min-width: 70vw;
    color: #fff;
    border-color: #fff;
    font-size: 10vw;
    line-height: 10vw;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4vh;
    padding-right: 6vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .container-5.desktop, .container-5.desktop.register-container {
    display: none;
  }

  .container-5.mobile {
    margin-top: 5vw;
  }

  .container-5.mobile.logo-mobile {
    margin-top: 34vw;
    padding-left: 27vw;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .container-5.mobile.bottom {
    margin-top: 208vw;
    padding-right: 0;
    position: absolute;
    top: auto;
  }

  .section-5 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .slider {
    min-height: auto;
    display: inline;
  }

  .image-6 {
    max-height: 30vh;
    margin-top: 0;
  }

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

  .heading.faq-heading {
    text-align: center;
    letter-spacing: 5vw;
    margin-bottom: 20px;
    margin-right: -5vw;
    font-size: 55px;
  }

  .heading.faq-heading.about-mobile {
    margin-bottom: 20px;
    display: block;
  }

  .heading.faq-heading.faq-mobile {
    letter-spacing: normal;
    margin-left: 0;
    margin-right: 0;
    font-size: 70px;
  }

  .heading.faq-heading.special-padding-faq {
    margin-right: 0;
  }

  .heading.faq-heading.special-padding-faq.phone {
    letter-spacing: 4.5vw;
  }

  .heading.faq-heading.sponsors-mobile {
    letter-spacing: normal;
    margin-right: 0;
    font-size: 75px;
  }

  .faq {
    display: none;
  }

  .rich-text-block {
    margin-top: -34px;
  }

  .rich-text-block p {
    margin-bottom: 0;
  }

  .heading.about-desktop {
    display: none;
  }

  .columns {
    max-height: 3242.09vh;
    flex-direction: column;
  }

  .column {
    max-height: 5vh;
  }

  .link-block {
    min-width: 40vw;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .link-block.aops {
    max-width: 40vw;
    min-height: 8vw;
    min-width: 10vw;
    padding-left: 0;
  }

  .link-block.aops.buff {
    padding-top: 2vw;
  }

  .link-block-3.trova {
    padding-left: 2vw;
  }

  .link-block-6 {
    align-items: stretch;
    margin-top: 40px;
  }

  .prizes {
    display: block;
  }

  .link-block-7 {
    position: static;
  }

  .link-block-7.beanvy {
    object-fit: fill;
    flex-direction: row;
  }

  .image-8.planwhiz {
    max-width: 30vw;
  }

  .image-8.planwhiz.centered {
    max-width: 15vw;
  }

  .image-8.planwhiz.buff {
    max-width: 40vw;
    min-width: 30vw;
  }

  .image-10 {
    margin-top: 32px;
  }

  .grid {
    max-width: 100vw;
    min-width: 100vw;
    grid-column-gap: 0px;
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-6";
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    margin-top: 6vw;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .link-block-8 {
    padding-left: 8vw;
    display: flex;
  }

  .link-block-8.orielyy {
    padding-left: 0;
  }

  .section-6 {
    margin-top: 1089vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-11 {
    padding-left: 13px;
  }

  .countdown {
    align-items: center;
    display: none;
  }

  .container-12 {
    justify-content: flex-start;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .container-13 {
    padding-right: 0;
  }

  .section-8 {
    display: block;
  }

  .section-8.section-closed {
    display: none;
  }

  .image-12 {
    max-width: 40vw;
    min-width: 15vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container-15, .link-block-12 {
    display: none;
  }

  .footer-subscribe {
    padding-bottom: 2vh;
  }

  .container-16 {
    max-width: 40vw;
    border-radius: 9px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    margin-top: 1vh;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 2vw;
    line-height: 3vw;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-14, .image-15 {
    max-width: 2.5vw;
    min-width: 2.5vw;
  }

  .link {
    font-size: 2vw;
    line-height: 4vw;
  }

  .lottie-animation, .svg-holder, .zoom-animation {
    display: none;
  }

  .image-16 {
    max-width: 40vw;
    min-width: 40vw;
  }

  .container-17 {
    justify-content: center;
    margin-top: 162vw;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-17.mobile {
    flex-direction: row;
    align-items: center;
    margin-top: 166vw;
    padding-left: 14vw;
    display: flex;
  }

  .image-17 {
    max-width: 20vw;
    min-width: 20vw;
  }

  .link-block-13 {
    margin-right: 8vw;
  }

  .container-18 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-18.mobile {
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    margin-top: 882vw;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider-2 {
    min-height: 160vw;
    min-width: 70vw;
    background-color: rgba(0, 0, 0, 0);
  }

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

  .mask-2 {
    padding-bottom: 75vw;
    overflow: hidden;
  }

  .icon-4, .icon-5 {
    margin-top: 50vw;
  }

  .slide-3 {
    background-image: url('../images/Asset-74x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    border-radius: 20px;
  }

  .slide-4 {
    min-height: 80vw;
    object-fit: fill;
    background-image: url('../images/Asset-74x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    overflow: visible;
  }

  .slide-5 {
    background-image: url('../images/RebeccaProfilePicture.png');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-7 {
    display: flex;
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-10 {
    max-height: 50vw;
    min-height: 50vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -59vw;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-6 {
    background-image: url('../images/Asset-74x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
  }

  .heading-4 {
    color: #d7abff;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-family: Lemonmilk, sans-serif;
    font-size: 11vw;
    font-weight: 400;
    line-height: 11vw;
  }

  .paragraph-3 {
    min-height: 50vw;
    color: #dddee4;
    text-align: center;
    margin-bottom: 1vw;
    font-family: century-gothic, sans-serif;
    font-size: 4vw;
    line-height: 4vw;
  }

  .paragraph-3.rebecca {
    min-height: 50vw;
  }

  .image-18 {
    max-width: 46vw;
    min-width: 46vw;
  }

  .image-19 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .image-19.utd {
    max-width: 38vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-19.echo3d {
    max-width: 25vw;
    min-width: 25vw;
    padding-left: 0;
    padding-right: 0;
  }

  .image-19.do {
    width: 40vw;
    max-width: 40vw;
    min-width: 44vw;
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .image-19.dito {
    min-width: 30vw;
    padding-left: 0;
    padding-right: 0;
  }

  .image-20 {
    width: 40vw;
    max-width: 30vw;
    min-width: 40vw;
    padding-left: 11vw;
    padding-right: 11vw;
  }

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

  .list-2 {
    max-width: 90vw;
    min-width: 90vw;
    margin-top: 54vw;
    margin-bottom: 0;
    margin-left: 5vw;
    padding-left: 0;
    list-style-type: none;
    position: absolute;
  }

  .list-item {
    border: 3px solid #3a2467;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
    display: flex;
  }

  .list-item.question {
    height: 12vw;
    min-height: 12vw;
    border-radius: 9px;
    margin-bottom: 9vw;
  }

  .list-item.answer {
    background-color: #3a2467;
    border-style: none;
  }

  .heading-5 {
    color: #3a2467;
    margin: 2vw;
    font-family: Lemonmilk, sans-serif;
    font-size: 6.5vw;
    line-height: 6.5vw;
    display: block;
  }

  .heading-5.question {
    display: block;
  }

  .heading-5.question.past {
    font-size: 6vw;
    line-height: 6vw;
  }

  .heading-5.answer {
    color: #fff;
    font-size: 6.5vw;
    line-height: 6.5vw;
    display: none;
  }

  .heading-5.answer.question-2 {
    font-size: 5.7vw;
    line-height: 5.7vw;
    display: none;
  }

  .heading-5.answer.staff {
    font-size: 6vw;
    line-height: 6vw;
    display: none;
  }

  .link-2 {
    color: #fff;
  }

  .container-19 {
    padding-left: 5vw;
    position: absolute;
  }

  .image-21 {
    min-width: 4vw;
    margin-top: 5vw;
    margin-left: 2vw;
  }

  .image-22 {
    min-width: 15vw;
  }

  .link-block-15 {
    max-width: 15vw;
    position: absolute;
  }

  .heading-6 {
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 0;
    font-family: century-gothic, sans-serif;
    font-size: 4vw;
    line-height: 4vw;
  }

  .link-3 {
    color: #fff;
  }

  .link-4 {
    color: #fff;
    text-align: center;
    margin-top: 6vw;
    font-family: century-gothic, sans-serif;
    font-size: 3.5vw;
    line-height: 3.54vw;
  }

  .link-4:hover {
    color: var(--white);
  }

  .link-4.code-of-conduct {
    margin-top: 1vw;
  }

  .text-block-8 {
    text-align: center;
    margin-top: 2vw;
    font-family: century-gothic, sans-serif;
    font-size: 3vw;
    line-height: 3vw;
  }

  .link-block-github {
    max-width: 5vw;
    margin-right: 2vw;
    position: static;
  }

  .image-23 {
    min-width: 4vw;
  }

  .div-block-11 {
    position: static;
  }

  .div-block-12 {
    max-width: 0;
    min-height: 4vw;
    min-width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    padding-right: 4vw;
    display: flex;
  }

  .right-arrow-3, .left-arrow-2, .train-animation, .div-block-13, .rest-of-svg, .footer, .container-24 {
    display: none;
  }

  .div-block-19 {
    min-width: 100vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-25 {
    justify-content: center;
    margin-top: 162vw;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-25.mobile {
    flex-direction: row;
    align-items: center;
    margin-top: 166vw;
    padding-left: 14vw;
    display: flex;
  }

  .link-block-19 {
    margin-right: 8vw;
  }

  .image-29 {
    max-width: 20vw;
    min-width: 20vw;
  }

  .container-26 {
    justify-content: center;
    margin-top: 162vw;
    padding-left: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-26.mobile {
    flex-direction: row;
    align-items: center;
    margin-top: 166vw;
    padding-left: 14vw;
    display: flex;
  }

  .link-block-22 {
    margin-right: 8vw;
  }

  .image-31 {
    max-width: 20vw;
    min-width: 20vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    margin-top: 43%;
  }

  .container.form-container {
    margin-top: 19%;
  }

  .container.faq-and-about-container {
    margin-top: 5%;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.bottom-registration {
    padding-top: 2%;
    padding-left: 13%;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 250%;
    line-height: 48px;
    display: flex;
  }

  .menu-icon {
    max-height: 100%;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    min-height: auto;
    display: block;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .body {
    background-color: #eeedee;
  }

  .image-3 {
    max-width: 100vw;
    min-width: 100vw;
    margin-top: 0%;
  }

  .div-block-2 {
    display: none;
  }

  .about-wrap {
    height: 70vh;
  }

  .about-header {
    text-align: center;
    margin-top: 32px;
    margin-right: -5vw;
    font-size: 50px;
  }

  .paragraph {
    font-size: 4vw;
  }

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

  .button-2 {
    border-width: 2px;
    border-color: #392664;
    border-radius: 5px;
    padding: 2vw;
  }

  .container-5 {
    flex-direction: column;
    margin-top: 2.5vh;
    padding-right: 5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider {
    min-height: auto;
    display: inline;
  }

  .image-6.phone {
    max-height: 20vh;
  }

  .div-block-5 {
    margin-bottom: 0;
    display: flex;
  }

  .heading.faq-heading {
    text-align: center;
    letter-spacing: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: -5vw;
    font-size: 50px;
  }

  .heading.faq-heading.faq-mobile {
    color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 54px;
  }

  .heading.faq-heading.special-padding-faq {
    margin-left: 1vw;
    margin-right: 0;
  }

  .heading.faq-heading.special-padding-faq.phone {
    letter-spacing: 1vw;
    margin-right: -1vw;
  }

  .heading.faq-heading.special-padding-faq.prizes {
    font-size: 4vw;
    line-height: 60px;
  }

  .heading.faq-heading.special-padding-faq.countdown-title {
    font-size: 30vw;
    line-height: 30vw;
  }

  .heading.faq-heading.special-padding-faq.coutndown-subtitle {
    font-size: 25px;
  }

  .heading.faq-heading.sponsors-mobile {
    color: #392664;
    letter-spacing: normal;
    margin-bottom: 6px;
    margin-right: 0;
    font-size: 53px;
  }

  .rich-text-block {
    margin-top: -10px;
  }

  .container-6 {
    border-style: none;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-7.beanvy {
    object-fit: fill;
  }

  .link-block-7.planwhiz {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .image-8.beanvy2 {
    object-fit: contain;
  }

  .image-8.planwhiz.centered {
    max-width: 16vw;
  }

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

  .heading-2.brandon-wang {
    font-size: 42px;
  }

  .image-10 {
    margin-top: 32px;
  }

  .grid {
    grid-column-gap: 5vw;
    grid-template-columns: auto auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-6"
                         "Area-7 Area-8";
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .link-block-8, .section-6 {
    display: block;
  }

  .image-11 {
    padding-left: 8px;
  }

  .countdown {
    align-items: center;
  }

  .container-12 {
    align-items: flex-end;
    margin-top: 0;
  }

  .div-block-8 {
    padding-top: 0;
  }

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

  .div-block-9.large-split {
    margin-top: 0;
  }

  .container-13 {
    margin-top: 6px;
  }

  .section-8 {
    height: 3vh;
  }

  .container-16 {
    max-width: 50vw;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .image-14, .image-15 {
    max-width: 3.5vw;
    min-width: 3.5vw;
  }

  .link {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .zoom-animation {
    display: none;
  }

  .container-18.mobile {
    margin-top: 877vw;
  }

  .slider-2 {
    min-height: 165vw;
  }

  .slide-nav-2 {
    font-size: 4vw;
    line-height: 4vw;
    display: block;
  }

  .mask-2 {
    padding-bottom: 81vw;
  }

  .slide-4 {
    border-radius: 19px;
  }

  .paragraph-3 {
    font-family: century-gothic, sans-serif;
    font-size: 4.23vw;
    line-height: 4.23vw;
  }

  .heading-5.question.teams {
    font-size: 6vw;
    line-height: 6vw;
  }

  .link-block-15 {
    top: 0%;
    bottom: auto;
    left: 57%;
    right: auto;
  }

  .right-arrow-3, .left-arrow-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2c895d42-3abd-0e20-5e08-36cca334335e-071fff85 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_309ac628-589f-8d48-e588-340a69b8d817-071fff85 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_043b694b-76ed-66e3-78bc-6a57325abb59-071fff85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c895d42-3abd-0e20-5e08-36cca334335e-071fff85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}