/*
	TOC
		Layout
		Registration links
		Registration confirmation page

*/
/*
	TOC
		Transition
*/
/*
	TOC
		Icon mixin
		
*/
/*
	TOC
		TODO Move to website?
		C/E typography
*/
.fs-ce-32 {
  font-size: 2rem !important;
}
.fs-ce-22 {
  font-size: 1.375rem !important;
}
/*
	TOC
		
*/
.hs-embed-form .hs-form-field {
  margin-bottom: 22px;
}
.hs-embed-form label {
  font-weight: normal;
}
.hs-embed-form legend {
  border: none;
  color: hsl(213, 9%, 60%);
  font-size: inherit;
  margin-bottom: 11px;
}
.hs-embed-form .hs-form-required {
  color: hsl(0, 80%, 50%);
  margin-left: 0.5em;
}
.hs-embed-form .hs-input {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: 4px;
  max-width: 40ch;
  padding: 0.33em 0.5em;
  width: 100%;
}
.hs-embed-form select {
  background-color: #FFF;
}
.hs-embed-form .hs-button.primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: hsl(216, 67%, 39%);
  border-color: hsl(216, 67%, 34%);
}
.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary:active:focus,
.hs-embed-form .hs-button.primary.active:focus,
.hs-embed-form .hs-button.primary.focus,
.hs-embed-form .hs-button.primary:active.focus,
.hs-embed-form .hs-button.primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hs-embed-form .hs-button.primary:hover,
.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary.focus {
  color: hsl(216, 67%, 39%);
  text-decoration: none;
}
.hs-embed-form .hs-button.primary:active,
.hs-embed-form .hs-button.primary.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hs-embed-form .hs-button.primary.disabled,
.hs-embed-form .hs-button.primary[disabled],
fieldset[disabled] .hs-embed-form .hs-button.primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.hs-embed-form .hs-button.primary.disabled,
fieldset[disabled] a.hs-embed-form .hs-button.primary {
  pointer-events: none;
}
.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary.focus {
  color: #fff;
  background-color: hsl(216, 67%, 29%);
  border-color: hsl(216, 67%, 9%);
}
.hs-embed-form .hs-button.primary:hover {
  color: #fff;
  background-color: hsl(216, 67%, 29%);
  border-color: hsl(216, 67%, 22%);
}
.hs-embed-form .hs-button.primary:active,
.hs-embed-form .hs-button.primary.active,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary {
  color: #fff;
  background-color: hsl(216, 67%, 29%);
  background-image: none;
  border-color: hsl(216, 67%, 22%);
}
.hs-embed-form .hs-button.primary:active:hover,
.hs-embed-form .hs-button.primary.active:hover,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary:hover,
.hs-embed-form .hs-button.primary:active:focus,
.hs-embed-form .hs-button.primary.active:focus,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary:active.focus,
.hs-embed-form .hs-button.primary.active.focus,
.open > .dropdown-toggle.hs-embed-form .hs-button.primary.focus {
  color: #fff;
  background-color: hsl(216, 67%, 22%);
  border-color: hsl(216, 67%, 9%);
}
.hs-embed-form .hs-button.primary.disabled:hover,
.hs-embed-form .hs-button.primary[disabled]:hover,
fieldset[disabled] .hs-embed-form .hs-button.primary:hover,
.hs-embed-form .hs-button.primary.disabled:focus,
.hs-embed-form .hs-button.primary[disabled]:focus,
fieldset[disabled] .hs-embed-form .hs-button.primary:focus,
.hs-embed-form .hs-button.primary.disabled.focus,
.hs-embed-form .hs-button.primary[disabled].focus,
fieldset[disabled] .hs-embed-form .hs-button.primary.focus {
  background-color: hsl(216, 67%, 39%);
  border-color: hsl(216, 67%, 34%);
}
.hs-embed-form .hs-button.primary .badge {
  color: hsl(216, 67%, 39%);
  background-color: #fff;
}
.hs-embed-form .hs-error-msgs {
  color: hsl(0, 80%, 50%);
  margin-top: 0.5em;
}
.hs-embed-form label.hs-error-msg {
  display: initial;
}
.hs-embed-form .hs_error_rollup {
  display: none;
}
.hs-report-form h4 {
  color: hsl(216, 67%, 39%);
  font-size: 1.375rem;
  margin-bottom: 11px;
  margin-top: 0;
}
.hs-report-form .hs-button.primary {
  margin-bottom: 22px;
}
/*
	TOC
		
*/
.page-title {
  margin-bottom: 22px;
}
.page-title h1 {
  margin-top: 0;
}
.page-title.heading-underlined {
  border-bottom-width: 1px;
}
.page-title:has(~ .item-nav) {
  margin-bottom: 11px;
}
/*
	TOC
		Instructions
		Visibility toggler
		Strength meter
*/
.password-control .password-instructions {
  margin-bottom: 11px;
  font-size: 0.889rem;
}
.password-control .password-input {
  position: relative;
}
.password-control .password-input .visibility-toggler {
  color: hsl(216, 67%, 39%);
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.266rem;
}
.password-control .password-input .visibility-toggler:hover {
  cursor: pointer;
}
.password-control .password-input .visibility-toggler:after {
  content: '\f06e';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.9em;
}
.password-control .password-input .visibility-toggler.view:after {
  content: '\f070';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.9em;
}
.password-control .strength-meter {
  margin-top: 11px;
}
.password-control .strength-meter .track {
  background-color: hsl(213, 9%, 80%);
  border-radius: 4px;
  margin-bottom: 11px;
}
.password-control .strength-meter .value {
  border-radius: 4px;
  height: 3px;
  transition: all 0.2s ease-out 0s;
  width: 0;
}
.password-control .strength-meter .strength-label {
  font-size: 0.889rem;
}
.password-control .strength-meter .strength-label:before {
  font-weight: bold;
  margin-right: 1em;
}
.password-control .strength-meter .strength-label [class|="msg"] {
  display: none;
}
.password-control .strength-meter.invalid-length .msg-invalid-length {
  color: hsl(30, 100%, 50%);
  display: inline;
}
.password-control .strength-meter.invalid-composition .msg-invalid-composition {
  color: hsl(30, 100%, 50%);
  display: inline;
}
.password-control .strength-meter.min .value {
  background-color: hsl(30, 100%, 50%);
  width: 33%;
}
.password-control .strength-meter.min .strength-label:before {
  color: hsl(30, 100%, 50%);
  content: 'Weak';
}
.password-control .strength-meter.min .strength-label .msg-min {
  display: inline;
}
.password-control .strength-meter.medium .value {
  background-color: hsl(80, 90%, 30%);
  width: 66%;
}
.password-control .strength-meter.medium .strength-label:before {
  color: hsl(80, 90%, 30%);
  content: 'Average';
}
.password-control .strength-meter.medium .strength-label .msg-medium {
  display: inline;
}
.password-control .strength-meter.max .value {
  background-color: hsl(80, 90%, 30%);
  width: 100%;
}
.password-control .strength-meter.max .strength-label {
  color: hsl(80, 90%, 30%);
}
.password-control .strength-meter.max .strength-label:before {
  content: 'Strong';
}
.password-control .strength-meter.max .strength-label .msg-max {
  display: inline;
}
body {
  background-color: hsl(216, 67%, 39%);
  background-image: url('/wmtapp/wmt/img/shared/wmt-motif_blue-162519c20995ec5130bdb565d99f32a84a680203.jpg');
}
header {
  padding: 33px;
  text-align: center;
}
header .logo {
  height: 88px;
}
main {
  background-color: #fff;
  border-radius: 33px;
  margin-left: 11px;
  margin-right: 11px;
  max-width: 60ch;
  padding: 22px;
}
@media (min-width: 768px) {
  main {
    margin-left: auto;
    margin-right: auto;
    padding: 44px;
  }
}
main:has(.wide-account-page) {
  max-width: 80ch;
}
.registration-links-block {
  border: 2px solid hsl(212, 63%, 77%);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.registration-links-block a {
  padding: 11px 22px;
  text-decoration: none;
}
.registration-links-block a:last-child {
  border-left: 1px solid hsl(212, 63%, 77%);
}
.registration-links-block a:hover,
.registration-links-block a:active,
.registration-links-block a:focus {
  text-decoration: none;
}
.registration-links-block a:hover .cta,
.registration-links-block a:active .cta,
.registration-links-block a:focus .cta {
  text-decoration: underline;
}
.registration-links-block a .text {
  color: hsl(217, 67%, 13%);
  display: block;
  font-weight: bold;
}
.registration-confirmation-page {
  counter-reset: step-counter;
}
.registration-confirmation-page .next-step {
  border-top: 1px solid hsl(212, 63%, 77%);
  counter-increment: step-counter;
  font-weight: bold;
  padding-top: 22px;
}
.registration-confirmation-page .next-step:before {
  content: counter(step-counter);
  background-color: hsl(216, 67%, 39%);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 22px;
  margin-right: 0.5em;
  width: 22px;
  text-align: center;
}
.registration-confirmation-page .last-step {
  border-bottom: 1px solid hsl(212, 63%, 77%);
  padding-bottom: 22px;
}
