.cca-auth-side {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 470px;
  padding: 38px 34px;
  text-align: left;
}

.cca-auth-side__bottom {
  margin-top: 64px;
  text-align: left;
  width: 100%;
}

.cca-auth-side__logo {
  display: block;
  height: auto;
  max-width: 132px;
  width: 100%;
}

.cca-auth-side__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 14px;
  text-align: left;
}

.cca-auth-side__copy {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.45;
  margin: 0;
  max-width: 220px;
  text-align: left;
}

.cca-auth-eyebrow {
  color: #555;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.cca-auth-title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 18px;
}

.cca-auth-subtitle {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin: 16px 0 14px;
}

.cca-auth-helper-link {
  color: #111;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cca-auth-helper-link:hover,
.cca-auth-helper-link:focus {
  color: #000;
  text-decoration: underline;
}

.cca-auth-login-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 12px 0 2px;
}

.cca-auth-login-meta label {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin: 0;
}

.cca-auth-login-meta input[type="checkbox"] {
  height: 12px;
  margin: 0;
  width: 12px;
}

.cca-auth-register-link {
  color: #555;
  font-size: 10px;
  margin-top: 14px !important;
  text-align: center;
}

.cca-auth-register-link a {
  color: #111 !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cca-auth-register-link a:hover,
.cca-auth-register-link a:focus {
  text-decoration: underline;
}

.cca-auth-popup-modal .cca-auth-side__title,
.cca-auth-register-layout .cca-auth-side__title {
  text-align: left !important;
}

.cca-auth-popup-modal .cca-auth-side__copy,
.cca-auth-register-layout .cca-auth-side__copy {
  text-align: left !important;
}

.cca-auth-hidden {
  display: none !important;
}

body.cca-auth-register-page h1:not(.cca-auth-title) {
  display: none !important;
}

body.cca-auth-register-page .cca-auth-template-title,
body.cca-auth-register-page .entry-title:not(.cca-auth-title),
body.cca-auth-register-page .page-title:not(.cca-auth-title) {
  display: none !important;
}

body.cca-auth-register-page .b-page {
  padding-top: 14px !important;
}

body.cca-auth-register-page .b-page > .container {
  max-width: none;
}

body.cca-auth-register-page main.wrap.main > .hero.py-100:empty {
  display: none !important;
}

body.cca-auth-register-page .b-wysiwyg {
  align-items: flex-start !important;
  padding-bottom: 56px !important;
  padding-top: 24px !important;
}

body.cca-auth-register-page .b-wysiwyg > .container {
  margin-top: 0 !important;
  max-width: none;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .28) !important;
  font-family: inherit !important;
  max-width: 980px !important;
  overflow: visible !important;
  width: calc(100% - 48px) !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal input,
body .woo-login-popup-sc-modal.cca-auth-popup-modal button,
body .woo-login-popup-sc-modal.cca-auth-popup-modal select,
body .woo-login-popup-sc-modal.cca-auth-popup-modal textarea,
.cca-auth-register-layout input,
.cca-auth-register-layout button,
.cca-auth-register-layout select,
.cca-auth-register-layout textarea {
  font-family: inherit !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-modal-inner {
  display: block !important;
  width: 100%;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-left {
  background: #fff !important;
  display: grid !important;
  float: none !important;
  grid-template-columns: minmax(300px, 36%) minmax(0, 1fr);
  min-height: 560px;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-bg {
  display: none !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-close {
  background: transparent !important;
  border-radius: 0 !important;
  height: 28px !important;
  right: 14px !important;
  top: 14px !important;
  width: 28px !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-close a {
  height: 22px !important;
  margin: 0 !important;
  width: 22px !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-close a::before,
body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-close a::after {
  background: #777 !important;
}

.cca-auth-popup-main {
  align-self: center;
  justify-self: center;
  max-width: 560px;
  padding: 46px 72px;
  width: 100%;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc > h2 {
  display: none !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal form.login,
body .woo-login-popup-sc-modal.cca-auth-popup-modal form.lost_reset_password {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal form.login p,
body .woo-login-popup-sc-modal.cca-auth-popup-modal form.lost_reset_password p {
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal label {
  color: #111 !important;
  display: block;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin: 0 0 6px !important;
  text-align: left !important;
  width: 100%;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-auth-login-meta label {
  display: inline-flex !important;
  flex: 0 0 auto;
  margin: 0 !important;
  width: auto;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-auth-login-meta .cca-auth-helper-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal input[type="text"],
body .woo-login-popup-sc-modal.cca-auth-popup-modal input[type="password"],
body .woo-login-popup-sc-modal.cca-auth-popup-modal input[type="email"] {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  height: 36px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 8px 11px !important;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal input[type="submit"],
body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-Button,
.cca-auth-register-layout .wppb-user-forms input[type="submit"] {
  background: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  height: 42px !important;
  line-height: 1 !important;
  margin: 18px 0 0 !important;
  max-width: none !important;
  padding: 0 18px !important;
  text-align: center !important;
  text-transform: uppercase;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal form.login .form-row {
  max-width: none !important;
  text-align: left !important;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal form.login p.text-center {
  max-width: none !important;
  text-align: center !important;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal input[type="submit"]:hover,
body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-Button:hover,
.cca-auth-register-layout .wppb-user-forms input[type="submit"]:hover {
  background: #222 !important;
  border-color: #222 !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-divider {
  display: none !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-social-login {
  margin: 0 0 18px !important;
  text-align: left !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-social-login .nsl-container,
body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-social-login .nsl-container-buttons {
  display: block !important;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .nsl-button {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111 !important;
  display: flex !important;
  height: 38px !important;
  justify-content: center !important;
  max-width: none !important;
  width: 100% !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .nsl-button-label-container {
  color: #111 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .cca-turnstile {
  justify-content: center !important;
  margin: 14px 0 !important;
  transform: scale(.86);
  transform-origin: center top;
  width: 100%;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-LostPassword,
body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-plogin {
  color: #555 !important;
  font-size: 10px !important;
  margin: 14px 0 0 !important;
  text-align: center !important;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-LostPassword a,
body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-plogin a {
  color: #111 !important;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}

body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-LostPassword a:hover,
body .woo-login-popup-sc-modal.cca-auth-popup-modal .woocommerce-plogin a:hover {
  text-decoration: underline !important;
}

.cca-auth-register-layout {
  background: #fff;
  display: grid;
  font-family: inherit;
  grid-template-columns: minmax(290px, 34%) minmax(0, 1fr);
  margin: 0 auto 70px;
  max-width: 960px;
  min-height: 720px;
  width: min(calc(100% - 48px), 960px);
}

.cca-auth-register-layout .cca-auth-side {
  min-height: 100%;
}

.cca-auth-register-main {
  padding: 38px 70px 42px;
}

.cca-auth-register-main > .cca-auth-eyebrow {
  display: none;
}

.cca-auth-register-main .cca-auth-title {
  margin-bottom: 18px;
}

.cca-auth-register-layout .wppb-user-forms,
.cca-auth-register-layout .wppb-register-user {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.cca-auth-register-layout .wppb-user-forms > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cca-auth-register-layout .wppb-form-field {
  clear: both;
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.cca-auth-register-layout .wppb-form-field label:not(.wppb-checkboxes label, .wppb-radios label),
.cca-auth-register-layout .wppb-send-credentials-checkbox label {
  color: #111 !important;
  display: block;
  float: none !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.35;
  margin: 0 0 6px !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.cca-auth-register-layout .wppb-form-field input[type="text"],
.cca-auth-register-layout .wppb-form-field input[type="number"],
.cca-auth-register-layout .wppb-form-field input[type="email"],
.cca-auth-register-layout .wppb-form-field input[type="url"],
.cca-auth-register-layout .wppb-form-field input[type="password"],
.cca-auth-register-layout .wppb-form-field select,
.cca-auth-register-layout .wppb-form-field textarea {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 12px !important;
  height: 36px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 8px 11px !important;
  width: 100% !important;
}

.cca-auth-register-layout .wppb-form-field textarea {
  height: auto !important;
  min-height: 84px;
}

.cca-auth-register-layout .wppb-form-field .password-input,
.cca-auth-register-layout .wppb-form-field .wp-pwd,
.cca-auth-register-layout .wppb-form-field .wppb-password-input-wrapper {
  display: block !important;
  float: none !important;
  max-width: none !important;
  width: 100% !important;
}

.cca-auth-register-layout .wppb-form-field .password-input input[type="password"],
.cca-auth-register-layout .wppb-form-field .wp-pwd input[type="password"],
.cca-auth-register-layout .wppb-form-field .wppb-password-input-wrapper input[type="password"] {
  width: 100% !important;
}

.cca-auth-register-layout .cca-auth-register-password-row .cca-auth-register-password-control,
.cca-auth-register-layout .cca-auth-register-password-row .password-input,
.cca-auth-register-layout .cca-auth-register-password-row .wp-pwd,
.cca-auth-register-layout .cca-auth-register-password-row .wppb-password-input-wrapper,
.cca-auth-register-layout .cca-auth-register-password-row .wppb-form-field-wrapper {
  display: block !important;
  float: none !important;
  max-width: none !important;
  width: 100% !important;
}

.cca-auth-register-layout .cca-auth-register-password-row input {
  box-sizing: border-box !important;
  display: block !important;
  float: none !important;
  max-width: none !important;
  width: 100% !important;
}

.cca-auth-register-layout .wppb-form-field input[type="text"],
.cca-auth-register-layout .wppb-form-field input[type="number"],
.cca-auth-register-layout .wppb-form-field input[type="email"],
.cca-auth-register-layout .wppb-form-field input[type="url"],
.cca-auth-register-layout .wppb-form-field input[type="password"],
.cca-auth-register-layout .wppb-form-field select,
.cca-auth-register-layout .wppb-form-field textarea {
  display: block !important;
  float: none !important;
  max-width: none !important;
}

.cca-auth-register-layout .wppb-form-field input[type="checkbox"] {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.cca-auth-register-layout .wppb-form-error {
  color: #d1112b !important;
  display: block;
  font-size: 10px !important;
  line-height: 1.35;
  margin-top: 5px;
}

.cca-auth-register-layout .cca-turnstile-wrap {
  margin: 16px 0 !important;
  transform: scale(.9);
  transform-origin: left top;
}

.cca-auth-register-layout .form-submit,
.cca-auth-register-layout .submit {
  margin: 0 !important;
}

.cca-auth-login-link {
  color: #555;
  font-size: 10px;
  margin: 16px 0 0;
  text-align: center;
}

.cca-auth-login-link a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cca-auth-login-link a:hover,
.cca-auth-login-link a:focus {
  text-decoration: underline;
}

@media (max-width: 900px) {
  body .woo-login-popup-sc-modal.cca-auth-popup-modal .woo-login-popup-sc-left,
  .cca-auth-register-layout {
    grid-template-columns: 1fr;
  }

  body.cca-auth-register-page .b-wysiwyg {
    padding-top: 18px !important;
  }

  .cca-auth-side {
    min-height: 250px;
  }

  .cca-auth-popup-main,
  .cca-auth-register-main {
    padding: 34px 26px 38px;
  }
}

@media (max-width: 520px) {
  body .woo-login-popup-sc-modal.cca-auth-popup-modal {
    width: calc(100% - 20px) !important;
  }

  .cca-auth-side {
    padding: 30px 24px;
  }

  .cca-auth-side__title {
    font-size: 28px;
  }

  .cca-auth-login-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
