.register-cta__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .register-cta__container {
      padding: 0 40px; } }
  @media screen and (min-width: 48rem) {
    .register-cta__container {
      padding: 0 80px; } }
  @media screen and (min-width: 30rem) {
    .register-cta__container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }

.register-cta__left-line {
  border-left: 5px solid #cf000d;
  padding-left: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0; }
  @media screen and (min-width: 30rem) and (max-width: 63.9375rem) {
    .register-cta__left-line {
      width: 40%; } }
  @media screen and (min-width: 64rem) {
    .register-cta__left-line {
      width: 25%; } }

@media screen and (min-width: 30rem) and (max-width: 63.9375rem) {
  .register-cta__body {
    width: 50%; } }

@media screen and (min-width: 64rem) {
  .register-cta__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%; } }

.register-cta__text {
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 64rem) {
    .register-cta__text {
      font-size: 18px;
      font-size: 1.125rem; } }
  .register-cta__text:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
    .register-cta__text {
      margin: 1rem 0; } }
  @media screen and (min-width: 64rem) {
    .register-cta__text {
      width: 65%; } }
  .register-cta__text a {
    color: #000; }

.register-cta__button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #cf000d;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  min-height: 2.875rem;
  padding: 0.25rem 2rem;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 1.125rem;
  border: 2px solid #cf000d;
  background-color: transparent;
  color: #000;
  color: #000;
  justify-self: flex-start; }
  .register-cta__button:focus {
    outline: 1px solid #000; }
  .register-cta__button:hover {
    background-color: #b6000b;
    color: #fff; }
  .register-cta__button:disabled {
    background-color: #fff;
    border: 2px solid #d5d5d5;
    color: #d5d5d5; }
  .register-cta__button:hover {
    color: #fff;
    background-color: #cf000d; }
  @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
    .register-cta__button {
      margin-top: 2rem; } }
  @media screen and (min-width: 64rem) {
    .register-cta__button {
      margin-top: 0; } }

/*# sourceMappingURL=register-cta.css.map */