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

.event-section {
  background-color: #fff;
}

.event-section.sign-up {
  background-color: #000;
  background-image: linear-gradient(90deg, #000 44%, #e53909);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.rl_contact6_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.div-block {
  background-color: #ffffff26;
  border: 1px solid #94a3b7;
  border-radius: 24px;
  padding: 32px;
}

.div-block.white {
  background-color: #fff;
}

.rl-text-style-regular {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.purple {
  color: #fd66e7;
}

.rl-error-text {
  color: #e23939;
}

.rl-form-input {
  color: #fff;
  background-color: #00000080;
  border: 1px #fff;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:active {
  color: #fff;
}

.rl-form-input:focus {
  color: #fff;
  border-color: #000;
}

.rl-form-input:focus-visible, .rl-form-input[data-wf-focus-visible] {
  color: #fff;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl-form-text-area {
  color: #fff;
  background-color: #00000080;
  border: 1px #fff;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:active {
  color: #fff;
}

.rl-form-text-area:focus {
  color: #fff;
  border-color: #000;
}

.rl-form-text-area:focus-visible, .rl-form-text-area[data-wf-focus-visible], .rl-form-text-area::placeholder {
  color: #fff;
}

.spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl_contact6_icon-wrapper {
  color: #000;
  flex: none;
  align-self: flex-start;
}

.code-embed-2 {
  display: none;
}

.field-label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-style-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-medium.purple {
  color: #fd66e7;
}

.text-style-medium.white {
  color: #fff;
  text-align: center;
  font-family: Anonymous Pro, sans-serif;
  font-size: 1.25rem;
}

.link-block {
  text-decoration: none;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #87629b;
  border: 0 #000;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.button._100 {
  width: 100%;
}

.padding-global {
  padding-left: 8%;
  padding-right: 8%;
}

.year-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact_form-block.hide {
  display: none;
}

.rl-success-text {
  font-weight: 600;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.shadow {
  color: #fff;
  text-shadow: 0 3px 3px #0003;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.spacing-block-1-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.hide-mobile {
  mix-blend-mode: lighten;
}

.hide-web {
  display: none;
}

@media screen and (max-width: 991px) {
  .content_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .padding-section-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .year-text {
    font-size: 7rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .event-section.sign-up {
    background-image: linear-gradient(#000 68%, #e53909);
    height: auto;
  }

  .content_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact_item {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 2.25rem;
  }

  .heading-style-h1.purple {
    text-align: center;
  }

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

  .spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .contact_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-style-medium {
    font-size: 1rem;
  }

  .text-style-medium.purple, .text-style-medium.white {
    text-align: center;
  }

  .year-text {
    text-align: center;
    font-size: 6rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 2.25rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .spacing-block-1-5 {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .event-section.sign-up {
    background-image: linear-gradient(315deg, #000 68%, #e53909);
  }

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

  .div-block {
    padding: 24px 20px;
  }

  .text-style-medium.white {
    font-size: 1rem;
  }

  .hide-mobile {
    display: none;
  }

  .hide-web {
    display: block;
  }
}

#w-node-d6b783d2-fed5-ad55-8a33-1844260bdc17-b939be52 {
  align-self: start;
}

#w-node-d6b783d2-fed5-ad55-8a33-1844260bdc38-b939be52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b783d2-fed5-ad55-8a33-1844260bdc3a-b939be52 {
  justify-self: start;
}

#w-node-d6b783d2-fed5-ad55-8a33-1844260bdc17-9f855c98 {
  align-self: start;
}


