:root {
  --background: #f1f6fd;
  --black: #333;
  --dark-slate: #4d4d4d;
  --slate-blue: #1875f0;
  --gold: #aa8679;
  --border: #f3f3f3;
  --lime-green: #02c908;
  --primary: #a279f9;
  --dark-slate-blue20: #00386c33;
  --grey: var(--white);
  --white: white;
}

body {
  background-color: var(--background);
  color: #333;
  letter-spacing: -.3px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--dark-slate);
}

label {
  text-align: left;
  font-weight: 700;
  display: block;
}

.login-page-wrapper {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 50px 5% 100px;
  display: flex;
  position: relative;
}

.signup-label {
  z-index: -1;
  opacity: .6;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
}

.login-head {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.signup-field {
  text-align: left;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 6px;
  align-items: center;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 3px #0000000f;
}

.signup-field:focus {
  border: 1px solid var(--slate-blue);
  box-shadow: inset 0 1px 3px 0 #0000000d, 0 0 4px 0 var(--slate-blue);
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.login-image {
  height: 35px;
}

.login-button {
  background-color: var(--gold);
  border-radius: 14px;
  width: 100%;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button:hover {
  background-color: var(--dark-slate);
}

.terms-text {
  color: #3339;
  padding-left: 5px;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.made-with-ms {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 10px;
}

.div-block {
  z-index: 0;
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 1000px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
}

.made-with-memberstack {
  float: right;
  clear: both;
  cursor: pointer;
  border: 1px solid #1a27511a;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  overflow: hidden;
}

.ms-image {
  z-index: 2;
  min-width: 200px;
  position: relative;
}

.memberstack-tag {
  color: #fff;
  text-align: left;
  background-color: #2aa8ff;
  border: 2px solid #f5f8fa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #fff;
}

.memberstack-tag:hover {
  overflow: visible;
}

.memberstack-tag-label {
  background-color: #000;
  border-radius: 3px;
  width: 158px;
  padding-left: 12px;
  position: absolute;
  top: -3px;
  right: 30px;
}

.memberstack-diamond {
  color: #0000;
  background-color: #000;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  right: -3px;
  transform: rotate(45deg);
}

.memberstack-bolt {
  margin-top: -6px;
}

.memberstack-form {
  padding-top: 20px;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.login-link {
  color: var(--slate-blue);
  transition: color .2s;
}

.login-link:hover {
  color: var(--slate-blue);
}

.secondary-action {
  font-size: 15px;
  line-height: 1.6em;
}

.secondary-action.forgot-password {
  text-align: right;
  margin-top: -5px;
}

.login-nav-link {
  color: #000;
  margin-top: 20px;
  margin-right: 50px;
  padding: 10px 20px;
  font-size: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gdpr-checkbox {
  text-align: left;
  margin-top: -5px;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  width: 33%;
}

.navigation-item {
  z-index: 2;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--dark-slate);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--gold);
  background-color: #0000;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  color: var(--dark-slate);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.profile-nav {
  flex-flow: row;
  flex: 0 auto;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 15px;
  display: flex;
}

.navigation-item.profile-nav.right {
  justify-content: flex-end;
  align-items: center;
}

.navigation-item.logout-link {
  border-top: 1px solid var(--border);
  margin-top: 1em;
  margin-left: 0;
  margin-right: 1em;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0;
}

.navigation-item.footer-nav-item.small {
  width: 160px;
}

.top-nav {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em 1em;
  display: flex;
  position: relative;
}

.top-nav.footer-nav {
  text-align: left;
  border-top: 1px solid #f3f3f3;
  justify-content: space-between;
}

.navigation-icon {
  text-align: right;
  width: 40px;
  margin-right: 1em;
  font-family: "Fa 400", sans-serif;
}

.navigation-icon.memberstack-logo {
  width: 24px;
}

.navigation-icon.small {
  width: 23px;
  margin-right: .7em;
}

.profile-pic {
  border-radius: 0%;
  max-width: 20%;
  margin-right: .75em;
  overflow: hidden;
}

.navigation-menu {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px #3333331a;
}

.webflow-diamond {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #dbe2eb80;
  border-radius: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  right: 17px;
  transform: rotate(45deg);
}

.nav-dropdown-list {
  opacity: 0;
  transform: translate(0, -10px);
}

.nav-dropdown-list.w--open {
  z-index: 2;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  min-height: 20px;
  max-height: 80vh;
  margin-top: 0;
  padding-bottom: 25px;
  top: 50px;
  right: 10px;
  box-shadow: 0 20px 30px -10px #2d3e501f;
}

.dropdown {
  justify-content: flex-end;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dashboard-section {
  padding: 1em 2em;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dash-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.dash-row.masonry {
  column-count: 3;
  min-height: 100vh;
  padding-bottom: 50px;
  display: block;
}

.dash-row.cms-dash-row {
  margin-left: -1%;
  margin-right: -1%;
}

.white-box {
  border: 1px solid var(--border);
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  width: 48%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 11px 11px 15px -5px #0000001a;
}

.white-box.link-box {
  transition: box-shadow .2s, transform .2s, color .2s;
}

.white-box.link-box:hover {
  transform: translate(-2px, -2px);
  box-shadow: 21px 21px 25px -10px #0000001a;
}

.white-box.link-box.paper-box {
  width: 23%;
  position: relative;
}

.white-box.link-box.paper-box.long {
  object-fit: cover;
  width: 48%;
  height: auto;
  min-height: 40%;
  max-height: 60%;
  margin-bottom: auto;
  overflow: visible;
}

.white-box.link-box.asset-box {
  width: auto;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.white-box.progress-box, .white-box.full-width {
  width: 100%;
}

.white-box.full-width.hide {
  display: none;
}

.white-box.third {
  width: 31%;
}

.white-box.two-third {
  width: 64%;
  margin-left: 1%;
  margin-right: 1%;
}

.white-box.center-message {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.box-padding {
  padding: 1.6em;
}

.box-padding.paper-padding {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.25em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-padding.paper-padding.logo {
  justify-content: center;
}

.box-padding.app-padding-box {
  align-items: center;
  display: flex;
}

.box-padding.graph {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dash-tab-wrapper {
  background-image: linear-gradient(#f1f6fdf2, #f1f6fdf2), url('../images/Cover-Image-for-AR.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 100vh;
  padding-bottom: 5em;
}

.app-logo-circle {
  border-radius: 50%;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 1.6em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 7px 7px 12px -2px #0000001a;
}

.app-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .45em;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.app-heading.connected {
  color: var(--lime-green);
  font-size: 16px;
}

.app-heading.connect {
  background-color: var(--border);
  border-radius: 20px;
  margin-bottom: -1em;
  margin-left: .25em;
  padding: .25em 1em;
  font-size: 15px;
  line-height: 20px;
}

.progress-bar-wrap {
  background-color: var(--background);
  border-radius: 20px;
  width: 100%;
  height: 1em;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px #33333317;
}

.progress-bar {
  background-color: var(--slate-blue);
  background-image: linear-gradient(96deg, var(--primary), var(--slate-blue));
  border-radius: 20px;
  width: 31%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.progress-text-row {
  display: flex;
  position: relative;
}

.progress-icon {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-bottom: .25em;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 4px 4px 5px -2px #0000001a;
}

.progress-text-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 700;
}

.doc-heading {
  margin-top: 0;
  margin-bottom: auto;
}

.paper {
  width: 100%;
}

.paper.long {
  height: auto;
  min-height: 20%;
  max-height: 100%;
}

.doc-description {
  letter-spacing: -.4px;
  max-height: 75px;
  margin-bottom: 1em;
  overflow: hidden;
}

.doc-description.logo {
  margin-top: 2rem;
}

.doc-date {
  color: #33333380;
  font-size: 14px;
}

.doc-image {
  text-align: left;
  width: 20%;
  margin-bottom: 1em;
}

.template-right {
  background-color: #fff;
  border-radius: 4px;
  width: 70%;
  height: auto;
  min-height: 500px;
  position: relative;
  overflow: scroll;
  box-shadow: 7px 7px 20px -5px #0000001a;
}

.template-right.auto-hight {
  min-height: auto;
  padding-bottom: 1rem;
}

.html-embed {
  position: absolute;
  inset: 0 0 55px;
}

.filter-drawer {
  z-index: 10000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 364px;
  padding: 80px 60px 80px 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate(-100%);
  box-shadow: 10px 0 20px -10px #2d3e501f;
}

.option-svg {
  color: #263d49e6;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  min-width: 30px;
  padding: 3px 7px 4px;
  font-size: 19px;
  transition: box-shadow .2s, color .2s;
  position: relative;
  box-shadow: 0 2px 3px #2d3e501f;
}

.option-svg:hover {
  color: #2aa8ff;
  box-shadow: 0 10px 10px -2px #2d3e501f;
}

.iframe-wrapper {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
  overflow: scroll;
  box-shadow: 4px 4px 14px #0000001a;
}

.template-left {
  flex: none;
  width: 30%;
  min-width: 290px;
  margin-right: 15px;
}

.control-bar {
  z-index: 10;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding: 8px 10px 3px;
  display: flex;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}

.template-height {
  padding-bottom: 70%;
}

.iframe {
  width: 166.667%;
  height: 166.667%;
  position: absolute;
  inset: 0 0% 0% 0;
  transform: scale(.6);
}

.iframe.hide {
  display: none;
}

.option-row {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.option-row.center {
  margin-right: auto;
}

.project-grid {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.device-hover {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  width: 90px;
  height: 57px;
  padding-top: 10px;
  font-size: 11px;
  display: none;
  position: absolute;
  bottom: 125%;
  right: -10px;
}

.project-message {
  margin-bottom: 1em;
}

.copyright {
  opacity: .4;
  font-size: 14px;
}

.contain {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-row {
  align-items: flex-start;
  display: flex;
}

.social-link {
  opacity: .5;
  filter: grayscale();
  width: 25px;
  height: 25px;
  margin-right: 6px;
  transition: filter .2s, opacity .2s;
}

.social-link:hover {
  opacity: 1;
  filter: none;
}

.footer-menu {
  display: flex;
}

.large-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.6;
  display: inline-block;
}

.colorful-icon {
  color: var(--slate-blue);
  text-align: center;
  background-color: #1875f01a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  font-family: "Fa 400", sans-serif;
  display: flex;
}

.colorful-icon.green {
  color: var(--lime-green);
  background-color: #02c9081a;
}

.colorful-icon.purple {
  color: var(--primary);
  background-color: #6a75d81a;
}

.center-label {
  text-align: center;
  margin-top: 1em;
}

.field-row {
  display: flex;
}

.center-message {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-paper-link {
  z-index: 5;
  display: block;
  position: absolute;
  inset: 0%;
}

.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-loader {
  z-index: 1000000;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: none;
  position: fixed;
  inset: 0;
}

.ms-loader.ms-loader-style-override {
  background-color: #f1f6fde6;
}

.ms-load-dot {
  background-color: #fff;
}

.ms-load-dot.ms-load-dot-override {
  background-color: #000;
}

.mobile-footer-spacing {
  display: none;
}

.relative {
  position: relative;
}

.delete-me-welcome {
  z-index: 100000;
  background-color: #00000080;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.tour-diamond {
  z-index: 1;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.tour-dot {
  color: #64636e;
  background-color: #2aa8ff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: -30px 5% auto auto;
  box-shadow: 0 0 0 30px #2aa8ff87;
}

.tour-dot.preview-tour-dot {
  color: #0000;
  top: 18px;
  right: -9%;
}

.help-tooltip-content {
  z-index: 2;
  background-color: #f4f8fa;
  border-radius: 5px;
  padding: 20px 30px 22px 22px;
  position: relative;
}

.help-tooltip {
  text-align: left;
  background-color: #f4f8fa;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  color: #000;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  width: 420px;
  min-height: 0;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  inset: 0% 20px auto auto;
  box-shadow: 0 -5px 20px -5px #2d3e501f, 1px 1px 8px 1px #2d3e501f;
}

.help-title {
  margin-bottom: 3px;
  font-size: 110%;
  font-weight: 800;
  line-height: 1.5em;
}

.help-title.inline-block {
  margin-bottom: 13px;
  font-size: 120%;
}

.tour-bottom-row {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 10px 10px 22px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.template-tag {
  display: none;
}

.tutorial-alert-bar {
  z-index: 1000;
  color: #fff;
  text-align: center;
  background-color: #2aa8ff;
  justify-content: center;
  align-items: center;
  height: 42px;
  transition: background-color .1s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: inset 0 -1px 5px #0000001a;
}

.tutorial-alert-bar:hover {
  background-color: #248ed6;
}

.video-icon {
  background-color: #fff3;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding-left: 2px;
  display: inline-block;
  position: relative;
  top: 0;
  left: -6px;
}

.video-svg {
  width: 11px;
  position: relative;
  top: -1px;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ms-iframe-footer-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.body {
  font-family: Roboto, sans-serif;
}

.small-link {
  width: 80px;
  font-size: 13px;
}

.rich-text-block {
  border-left: 1px solid #000;
  height: auto;
  margin-top: 1.4rem;
  margin-right: 1.8rem;
  padding-left: .5rem;
  line-height: .9em;
}

.rich-text-block._2021 {
  opacity: .7;
}

.share-preformance {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.download-report {
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  padding-top: 0;
  font-size: 30px;
  text-decoration: none;
  display: flex;
}

.download-report:hover {
  opacity: 1;
  color: var(--gold);
}

.nwip-icons {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: .125rem;
}

.nwip-icons.main {
  background-color: var(--dark-slate-blue20);
  border-radius: 50%;
  justify-content: center;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem;
  display: flex;
}

.nwip-icons.main.red {
  background-color: #8f2a2a4d;
  max-height: 40px;
}

.nwip-icons.main.gold {
  background-color: var(--gold);
}

.nwip-icons.main.grey {
  background-color: var(--grey);
  border: 1px solid #949494;
}

.icon-image {
  margin-left: 0;
  margin-right: .5rem;
}

.icon-image.large {
  opacity: .86;
  margin: .5rem 1rem;
}

.icon-image.large:hover {
  opacity: 1;
}

.icon-image.main {
  margin: auto;
}

.bottom-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.link-text-mdm {
  margin-bottom: 2rem;
  font-size: 20px;
}

.link-text-mdm.no-bottom {
  margin-bottom: 0;
}

.bottom-holder {
  flex-direction: column;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.bottom-holder.left {
  justify-content: center;
  align-items: flex-start;
}

.logo-142px {
  margin-right: .5rem;
}

.text-caps {
  text-align: left;
  text-transform: uppercase;
}

.center-logo {
  justify-content: center;
  width: 33%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.footer-nav-item {
    padding-top: .5em;
  }

  .top-nav.footer-nav {
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
  }

  .dash-row.masonry {
    column-count: 2;
  }

  .white-box.link-box.paper-box {
    width: 31%;
  }

  .white-box.link-box.asset-box {
    width: 100%;
  }

  .template-right {
    width: 100%;
    height: auto;
  }

  .option-svg.desktop-login.current {
    display: block;
  }

  .template-left {
    width: 100%;
  }

  .project-grid {
    flex-direction: column;
  }

  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .login-image {
    height: 28px;
  }

  .login-button {
    margin-top: 15px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .made-with-memberstack {
    padding: 10px 18px;
    font-size: 12px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 14px;
  }

  .navigation-item.profile-nav {
    flex-direction: row;
  }

  .navigation-item.footer-nav-item {
    align-items: flex-start;
    margin-left: 0;
  }

  .top-nav.footer-nav {
    text-align: center;
    align-items: flex-start;
    min-height: 250px;
  }

  .navigation-icon {
    text-align: center;
    min-height: 20px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-menu {
    justify-content: space-around;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-list {
    justify-content: flex-end;
  }

  .white-box.link-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 48%;
  }

  .white-box.third {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-box.third.mobile-full-box {
    flex-direction: column;
    width: 98%;
    display: flex;
  }

  .white-box.two-third {
    width: 100%;
  }

  .box-padding.mobile-flex-padding {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .doc-description {
    max-height: 68px;
  }

  .html-embed {
    bottom: 0;
  }

  .control-bar {
    display: none;
  }

  .project-grid {
    flex-direction: column;
  }

  .footer-menu {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 479px) {
  .login-head {
    font-size: 22px;
  }

  .login-container {
    min-width: 0;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .navigation-item.profile-nav, .navigation-item.footer-nav-item {
    width: auto;
  }

  .navigation-item.hide-on-mobile {
    display: none;
  }

  .top-nav {
    padding-left: 1em;
    padding-right: 0;
  }

  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .navigation-menu {
    padding: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .dashboard-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .dash-row {
    flex-direction: column;
    align-items: center;
  }

  .dash-row.masonry {
    column-count: 1;
  }

  .white-box.link-box.paper-box {
    min-width: 210px;
    max-width: 300px;
    margin-bottom: 4%;
  }

  .white-box.third {
    width: 100%;
  }

  .white-box.mobile {
    width: 80%;
    display: block;
  }

  .progress-text-column {
    font-size: 12px;
  }

  .template-left {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    z-index: 9;
  }

  .mobile-footer-spacing {
    height: 67px;
    display: block;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Iconmonstr iconic font';
  src: url('../fonts/iconmonstr-iconic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}