/** Shopify CDN: Minification failed

Line 48:0 Unexpected "}"

**/
.register_title_main {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 120px 20px 80px;
  text-align: center;
  color: white;
  margin-top: 70px;
}

.register_title_main .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background:
    linear-gradient(
      to bottom,
      rgba(23, 23, 23, 0) 0%,
      rgba(23, 23, 23, 1) 100%
    ),
    rgba(23, 23, 23, 0.6);
  z-index: 1;
}

.register_title_main .title_container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.register_title_main h1 {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  hyphens: auto;
  font-weight: bold;
  font-style: italic;
}
}
