:root {
  --x-blue-900: #0b2d57;
  --x-blue-700: #3845f2;
  --x-blue-600: #3845f2;
  --x-blue-100: #e8f2ff;
  --x-gray-900: #172334;
  --x-gray-700: #536273;
  --x-gray-500: #8290a0;
  --x-gray-200: #d9e2ec;
  --x-gray-100: #edf2f7;
  --x-white: #ffffff;
  --x-danger: #b4232f;
}
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
}
body.x-page {
  min-height: 100%;
  margin: 0;
  background: #f4f8fd;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 48%, #f3f5f8 100%);
  color: #172334;
  color: var(--x-gray-900);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a {
  color: #3845f2;
  color: var(--x-blue-700);
}
button,
input,
textarea {
  font: inherit;
}
.x-skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #fff;
  padding: 8px 12px;
  z-index: 4;
}
.x-skip:focus {
  left: 8px;
}
.x-appShell {
  width: 100%;
  min-height: 100vh;
}
.x-appShell:after,
.x-metricRow:after,
.x-featureGrid:after,
.x-settingsGrid:after,
.x-planGrid:after,
.x-impactGrid:after {
  content: "";
  display: table;
  clear: both;
}
.x-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  background: #ffffff;
  background: var(--x-white);
  border-right: 1px solid #d9e2ec;
  border-right-color: var(--x-gray-200);
  padding: 24px;
}
.x-mainColumn {
  margin-left: 260px;
  min-height: 100vh;
}
.x-appShellSolo .x-mainColumn {
  margin-left: 0;
}
.x-brandBlock {
  display: table;
  width: 100%;
}
.x-brandBlock > * {
  display: table-cell;
  vertical-align: middle;
}
.x-brandMark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #ffffff;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  overflow: hidden;
}
.x-brandMark img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.x-brandName {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #0b2d57;
  color: var(--x-blue-900);
  padding-left: 12px;
}
.x-brandSub {
  font-family: Verdana, Geneva, sans-serif;
  color: #8290a0;
  color: var(--x-gray-500);
  font-size: 12px;
  padding-left: 12px;
  margin-top: 2px;
}
.x-dashboardButton {
  display: block;
  margin-top: 24px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #3845f2;
  background: var(--x-blue-700);
  color: #fff;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.x-navList {
  margin-top: 36px;
}
.x-navItem {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 12px;
  color: #536273;
  color: var(--x-gray-700);
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 8px;
}
.x-navItem.is-active,
.x-navItem:hover {
  background: #e8f2ff;
  background: var(--x-blue-100);
  color: #0b2d57;
  color: var(--x-blue-900);
}
.x-sidebarFoot {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border-top: 1px solid #d9e2ec;
  padding-top: 18px;
}
.x-planPill {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f2ff;
  color: #0b2d57;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.x-sidebarSignout {
  margin-top: 16px;
}
.x-sidebarButton {
  width: 100%;
  text-align: center;
}
.x-mutedSmall,
.x-eyebrow {
  color: #8290a0;
  color: var(--x-gray-500);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.x-topbar {
  min-height: 96px;
  padding: 24px 34px;
  border-bottom: 1px solid #d9e2ec;
  background: rgba(255, 255, 255, 0.74);
}
.x-topbar:after,
.x-sectionHead:after,
.x-heroPanel:after,
.x-dangerZone:after,
.x-modalActions:after,
.x-formActions:after {
  content: "";
  display: table;
  clear: both;
}
.x-pageTitle {
  margin: 4px 0 0;
  font-size: 34px;
  color: #0b2d57;
  color: var(--x-blue-900);
  font-weight: normal;
}
.x-userCluster {
  float: right;
  margin-top: -50px;
  text-align: right;
  font-family: Verdana, Geneva, sans-serif;
}
.x-userText {
  color: #536273;
  margin-bottom: 7px;
  font-size: 13px;
}
.x-linkButton {
  border: 0;
  background: transparent;
  color: #3845f2;
  cursor: pointer;
  padding: 0;
}
.x-content {
  padding: 34px;
}
.x-contentSolo {
  padding: 0;
}
.x-heroPanel,
.x-infoCard,
.x-featureCard,
.x-planCard,
.x-dangerZone,
.x-impactCard,
.x-loginCard,
.x-offboardShell {
  background: #ffffff;
  background: var(--x-white);
  border: 1px solid #d9e2ec;
  border-color: var(--x-gray-200);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(20, 70, 120, 0.08);
}
.x-heroPanel {
  padding: 30px;
  margin-bottom: 24px;
  overflow: hidden;
}
.x-heroText {
  float: left;
  width: 65%;
}
.x-heroText h2,
.x-sectionHead h2,
.x-dangerZone h2,
.x-stepHeader h1 {
  margin: 6px 0 10px;
  color: #0b2d57;
  color: var(--x-blue-900);
  font-weight: normal;
}
.x-heroText p,
.x-featureCard p,
.x-infoCard p,
.x-planCard p,
.x-impactCard p,
.x-stepHeader p,
.x-loginCopy,
.x-dangerZone p {
  color: #536273;
  color: var(--x-gray-700);
  line-height: 1.55;
}
.x-statusCard {
  float: right;
  width: 260px;
  background: #f7fbff;
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  padding: 18px;
}
.x-statusText {
  font-size: 28px;
  color: #0b2d57;
  color: var(--x-blue-900);
  margin: 8px 0 16px;
}
.x-primaryButton,
.x-secondaryButton,
.x-dangerButton,
.x-mutedButton {
  display: inline-block;
  border-radius: 12px;
  padding: 11px 16px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid transparent;
  cursor: pointer;
}
.x-primaryButton {
  background: #3845f2;
  background: var(--x-blue-700);
  color: #fff;
}
.x-secondaryButton {
  background: #fff;
  color: #3845f2;
  color: var(--x-blue-700);
  border-color: #c8d9ed;
}
.x-dangerButton {
  background: #b4232f;
  background: var(--x-danger);
  color: #fff;
}
.x-mutedButton {
  background: #edf2f7;
  color: #536273;
  color: var(--x-gray-700);
  border-color: #d9e2ec;
  cursor: default;
}
.x-fullButton {
  width: 100%;
  margin-top: 12px;
}
.x-metricRow {
  margin-left: -10px;
  margin-right: -10px;
}
.x-metricCard {
  float: left;
  width: 16.666%;
  padding: 10px;
}
.x-metricCard span,
.x-metricCard strong {
  display: block;
  background: #fff;
  border-left: 4px solid #3845f2;
  padding-left: 14px;
}
.x-metricCard span {
  padding-top: 16px;
  color: #536273;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  min-height: 48px;
}
.x-metricCard strong {
  padding-bottom: 18px;
  color: #0b2d57;
  font-size: 24px;
  font-weight: normal;
}
.x-sectionHead {
  margin: 28px 0 16px;
}
.x-sectionHead > div {
  float: left;
}
.x-sectionHead > a,
.x-sectionHead > .x-primaryButton {
  float: right;
  margin-top: 8px;
}
.x-sectionHeadTop {
  margin-top: 0;
}
.x-featureGrid,
.x-settingsGrid,
.x-planGrid,
.x-impactGrid {
  margin-left: -12px;
  margin-right: -12px;
}
.x-featureGrid {
  font-size: 0;
}
.x-impactGrid {
  font-size: 0;
}
.x-featureCard,
.x-infoCard,
.x-planCard,
.x-impactCard {
  float: left;
  margin: 12px;
  padding: 22px;
}
.x-featureCard {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: calc(25% - 24px);
  min-height: 222px;
  font-size: 16px;
}
.x-featureCard.is-locked {
  opacity: 0.72;
}
.x-featureTop h3,
.x-infoCard h3,
.x-planCard h3,
.x-impactCard h3 {
  color: #0b2d57;
  color: var(--x-blue-900);
  margin: 0 0 10px;
  font-weight: normal;
}
.x-accessBadge {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf2f7;
  color: #536273;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}
.x-accessBadge.is-on {
  background: #e8f2ff;
  color: #0b2d57;
}
.x-textLink {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.x-infoCard {
  width: calc(50% - 24px);
  min-height: 190px;
}
.x-wideCard {
  float: none;
  width: auto;
  margin: 0;
}
.x-largeValue {
  font-size: 28px;
  color: #0b2d57 !important;
  color: var(--x-blue-900) !important;
  margin: 10px 0;
}
.x-planCard {
  width: calc(50% - 24px);
  min-height: 210px;
}
.x-planCard.is-current {
  border-color: #3845f2;
  box-shadow: 0 18px 46px rgba(56, 69, 242, 0.14);
}
.x-planMeta span {
  color: #3845f2;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
.x-dangerZone {
  margin-top: 26px;
  padding: 24px;
}
.x-dangerZone > div {
  float: left;
  max-width: 680px;
}
.x-dangerZone > .x-dangerActions {
  float: right;
  margin-top: 20px;
}
.x-dangerActions .x-primaryButton {
  margin-right: 10px;
}
.x-modalBackdrop {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 45, 87, 0.42);
  padding: 40px 18px;
}
.x-modal {
  max-width: 520px;
  margin: 80px auto 0;
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}
.x-modal h2 {
  margin-top: 0;
  color: #0b2d57;
  font-weight: normal;
}
.x-modalActions .x-secondaryButton {
  float: left;
}
.x-modalActions .x-dangerButton {
  float: right;
}
.x-loginWrap {
  min-height: 100vh;
  padding: 8vh 18px;
  background: radial-gradient(
    circle at top left,
    #e8f2ff 0,
    rgba(232, 242, 255, 0) 42%
  );
}
.x-loginCard {
  max-width: 460px;
  margin: 0 auto;
  padding: 32px;
}
.x-loginBrand {
  margin-bottom: 28px;
}
.x-loginTitle {
  color: #0b2d57;
  font-size: 38px;
  line-height: 1.05;
  font-weight: normal;
  margin: 0 0 12px;
}
.x-form {
  margin-top: 18px;
}
.x-label {
  display: block;
  color: #536273;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 14px 0 6px;
}
.x-input,
.x-textarea {
  width: 100%;
  border: 1px solid #c8d9ed;
  border-radius: 12px;
  padding: 12px 13px;
  background: #fff;
  color: #172334;
}
.x-textarea {
  resize: vertical;
}
.x-alert {
  background: #fff4f4;
  border: 1px solid #f1c4c8;
  color: #8d1d28;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 14px 0;
}
.x-requiredMarker {
  color: #b4232f;
  color: var(--x-danger);
  font-weight: bold;
}
.x-clientReasonError {
  display: none;
}
.x-captcha {
  margin: 18px 0 4px;
}
.x-offboardShell {
  max-width: 880px;
  margin: 34px auto;
  padding: 28px;
}
.x-returnBanner {
  width: 100%;
  background: #3845f2;
  background: var(--x-blue-700);
  color: #fff;
  padding: 14px 34px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
.x-returnBanner a {
  color: #fff;
  text-decoration: none;
}
.x-warningBanner {
  background: #e8f2ff;
  border: 1px solid #c8d9ed;
  color: #0b2d57;
  border-radius: 16px;
  padding: 14px 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
}
.x-stepHeader {
  margin-bottom: 20px;
}
.x-reasonItem {
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
  background: #fbfdff;
}
.x-checkRow {
  display: block;
  color: #172334;
  line-height: 1.45;
  font-family: Verdana, Geneva, sans-serif;
}
.x-checkRow input {
  margin-right: 8px;
}
.x-followup {
  display: none;
  margin-top: 12px;
}
.x-retentionPrompt {
  display: none;
  background: #fff8e8;
  border: 1px solid #efd496;
  color: #70520b;
  border-radius: 14px;
  padding: 13px 14px;
  margin: 14px 0;
}
.x-formActions {
  margin-top: 22px;
}
.x-formActions .x-secondaryButton {
  float: left;
}
.x-formActions .x-primaryButton,
.x-formActions .x-dangerButton {
  float: right;
}
.x-impactCard {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: calc(50% - 24px);
  min-height: 190px;
  font-size: 16px;
}
.x-calendlyBox {
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  margin-top: 18px;
}
.x-calendlyFrame {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
}
.x-ackRow {
  margin: 14px 0;
  padding: 14px;
  background: #fbfdff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
}
.x-finalStep {
  text-align: left;
}
.x-finalActions {
  max-width: 420px;
}
.x-securityWrap {
  min-height: 100vh;
  padding: 8vh 18px;
  background: radial-gradient(
    circle at top left,
    #e8f2ff 0,
    rgba(232, 242, 255, 0) 42%
  );
}
.x-securityCard {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 46px rgba(20, 70, 120, 0.08);
}
.x-securityCard h1 {
  margin: 0 0 10px;
  color: #3845f2;
  font-weight: normal;
}
.x-securityCard p {
  color: #536273;
  line-height: 1.55;
}
.x-securityActions {
  margin-top: 22px;
}
.x-securityActions form {
  display: inline-block;
  margin: 0 0 0 8px;
}
@media (max-width: 1120px) {
  .x-featureCard {
    width: calc(50% - 24px);
  }
  .x-metricCard {
    width: 33.333%;
  }
}
@media (max-width: 760px) {
  .x-sidebar {
    position: static;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid #d9e2ec;
  }
  .x-sidebarFoot {
    position: static;
    margin-top: 20px;
  }
  .x-mainColumn {
    margin-left: 0;
  }
  .x-topbar {
    padding: 20px;
  }
  .x-userCluster {
    float: none;
    text-align: left;
    margin-top: 14px;
  }
  .x-content {
    padding: 20px;
  }
  .x-heroText,
  .x-statusCard,
  .x-sectionHead > div,
  .x-sectionHead > a,
  .x-sectionHead > .x-primaryButton,
  .x-dangerZone > div,
  .x-dangerZone > button,
  .x-dangerZone > .x-dangerActions {
    float: none;
    width: auto;
  }
  .x-statusCard {
    margin-top: 18px;
  }
  .x-featureCard,
  .x-infoCard,
  .x-planCard,
  .x-impactCard,
  .x-metricCard {
    float: none;
    width: auto;
  }
  .x-loginTitle {
    font-size: 32px;
  }
}
