:root {
  --navy: #272339;
  --white: white;
  --white-lower-opacity: #fffc;
  --light-grey: #f8f8f8;
  --hoam-teal: #0b6e8e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #272339;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #272339;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #272339;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: #fff;
  letter-spacing: -.01em;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.pricing {
  display: none;
}

.div-block-3 {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0b6e8e;
  align-items: center;
  min-height: 100px;
  padding: 20px 3%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.button-navigation {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  max-height: 52px;
  margin-left: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  color: #101233;
  background-color: #fff;
}

.navigation-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.navigation-left {
  width: 50%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  padding: 10px;
}

.style-guide-header {
  background-color: #fff7f2;
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 140px 5%;
  display: flex;
}

.size-detail {
  color: #6a35ff;
  margin-left: 8px;
}

.title-grey {
  color: #7b88a8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.container-tight {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  border-bottom: 1px solid #17304917;
  overflow: auto;
}

.paragraph-large {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-grid, .colour-grid-full {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.block {
  margin-bottom: 45px;
}

.span-opacity {
  color: #6a35ff;
  font-weight: 500;
}

.style-guide {
  align-items: flex-start;
  display: flex;
}

.style-guide-navigation {
  background-color: #fff;
  border-right: 1px solid #232a3121;
  width: 15%;
  min-width: 250px;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.style-guide-section {
  padding: 100px 3%;
}

.menu-top {
  border-bottom: 1px solid #232a3121;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour-block {
  background-color: #4317c0;
  height: 120px;
}

.colour-block.s7 {
  background-color: #c02634;
}

.colour-block.s10 {
  background-color: #f5808b;
}

.colour-block.s15 {
  background-color: #46d39a;
}

.colour-block.s9 {
  background-color: #f14a59;
}

.colour-block.s5 {
  background-color: #ffddc5;
}

.colour-block.c11 {
  background-color: #e4faff;
}

.colour-block.t5 {
  background-color: #e6eaf5;
}

.colour-block.t1 {
  background-color: #2d3958;
}

.colour-block.s18 {
  background-color: #f0fbf7;
}

.colour-block.s3 {
  background-color: #ff9f59;
}

.colour-block.s16 {
  background-color: #7ee0b8;
}

.colour-block.c10 {
  background-color: #4ddffd;
}

.colour-block.t3 {
  background-color: #7b88a8;
}

.colour-block.s14 {
  background-color: #2db37c;
}

.colour-block.s13 {
  background-color: #1e8a5e;
}

.colour-block.c18 {
  background-color: #fef7fd;
}

.colour-block.s12 {
  background-color: #fef1f2;
}

.colour-block.t6 {
  background-color: #f8faff;
}

.colour-block.s6 {
  background-color: #fff7f2;
}

.colour-block.c5 {
  background-color: #cbb8ff;
}

.colour-block.s1 {
  background-color: #c96924;
}

.colour-block.c4 {
  background-color: #9672ff;
}

.colour-block.s2 {
  background-color: #e3833e;
}

.colour-block.c9 {
  background-color: #01d2fc;
}

.colour-block.s8 {
  background-color: #dc3544;
}

.colour-block.s17 {
  background-color: #bef0dc;
}

.colour-block.c3 {
  background-color: #161845;
}

.colour-block.c8 {
  background-color: #00bde3;
}

.colour-block.c2 {
  background-color: #5a27ed;
}

.colour-block.c17 {
  background-color: #f9dcf6;
}

.colour-block.s4 {
  background-color: #ffbc8b;
}

.colour-block.c7 {
  background-color: #009cbb;
}

.colour-block.c15 {
  background-color: #ed9ae4;
}

.colour-block.c13 {
  background-color: #c150b5;
}

.colour-block.c6 {
  background-color: #f3efff;
}

.colour-block.c16 {
  background-color: #f2b8ec;
}

.colour-block.c14 {
  background-color: #dc73d1;
}

.colour-block.t2 {
  background-color: #546285;
}

.colour-block.c12 {
  background-color: #ebfbff;
}

.colour-block.t4 {
  background-color: #bcc4da;
}

.colour-block.s11 {
  background-color: #fac0c5;
}

.content-container {
  width: 100%;
  max-width: 1040px;
  margin: 45px auto 80px;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  padding: 24px;
}

.button-grid.dark {
  background-color: #2d3958;
}

.menu-title {
  border-bottom: 1px solid #232a3121;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.heading-white {
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.style-guide-heading {
  color: #2d3958;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.05;
}

.style-guide-content {
  background-color: #fff;
  border-right: 1px solid #1730490d;
  width: 85%;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.menu-link {
  color: #4e5d78;
  border-left: 4px solid #f5fafd;
  align-items: center;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  background-color: #f5fafd;
  border-left-color: #6a35ff;
}

.menu-link.w--current {
  background-color: #f5fafc;
  border-left: 4px solid #6a35ff;
}

.active-bar {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mobile-navigation {
  display: none;
}

.menu-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-text {
  color: #17304963;
  letter-spacing: 2px;
  font-weight: 500;
}

.header-h3 {
  color: #232936;
  font-size: 30px;
}

.style-guide-hero {
  color: #2d3958;
  background-color: #fff7f2;
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 100px 5%;
  display: flex;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.paragraph-light {
  color: #272339cc;
  max-width: 500px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-light.blog-card {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4em;
}

.logo-style-guide {
  width: 110px;
  position: static;
  inset: 0% auto 0% 0%;
}

.colour-hex {
  color: #9b9eb8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.display {
  letter-spacing: -.03em;
  font-family: Noto Sans, sans-serif;
  font-size: 64px;
  line-height: 1.05;
}

.q2 {
  border-left-color: #6a35ff;
  font-style: italic;
  font-weight: 500;
}

.button {
  text-align: center;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button.secondary-outline {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fef7fd;
}

.button.secondary-hover {
  color: #6a35ff;
  background-color: #cbb8ff;
}

.button.button-secondary {
  color: #6a35ff;
  background-color: #fef7fd;
}

.button.button-outline {
  color: #6a35ff;
  background-color: #0000;
  border: 1px solid #6a35ff;
}

.button.button-disable {
  color: #bcc4da;
  background-color: #e6eaf5;
  font-weight: 500;
}

.button.hover {
  background-color: #5931c9;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.display-heading {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

.dashboard-card-02 {
  z-index: 5;
  max-width: 330px;
  display: block;
  position: absolute;
  inset: -24% auto auto -7%;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.btn__hero {
  text-align: center;
  background-color: #272339;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.btn__hero:hover {
  background-color: #2a263d;
  box-shadow: 0 11px 20px #1618451a;
}

.dashboard-card-01 {
  width: 100%;
  max-width: 300px;
  display: block;
  position: absolute;
  inset: -12% -7% auto auto;
}

.title-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.details {
  color: #bcc4da;
  margin-top: 12px;
  display: block;
}

.dashboard {
  perspective: 1500px;
  perspective-origin: 50%;
  border-radius: 6px;
  width: 100%;
  max-width: 600px;
  margin-bottom: -104px;
}

.hero {
  background-color: #0b6e8e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: 900px;
  padding: 100px 3% 164px;
  overflow: hidden;
}

.dashboard-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 64px;
  display: flex;
  position: relative;
  top: 50px;
}

.hero-details {
  color: #fffc;
  max-width: 690px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.site-width-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.site-width-container.quote {
  max-width: 800px;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-left: 100px;
  padding-right: 100px;
}

.bg-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bg-element {
  z-index: -1;
  background-color: #f8faff;
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-element.bg-content {
  border-radius: 8px;
  max-width: 518px;
  min-height: 670px;
}

.dashboard-card-03 {
  width: 100%;
  max-width: 330px;
  display: block;
  position: absolute;
  inset: 66% -2% auto auto;
}

.cta-h2 {
  color: #161845;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
}

.cta-section {
  padding: 100px 3%;
  display: none;
  position: relative;
}

.cta-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fixed-background {
  z-index: -1;
  background-color: #182135;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span {
  color: #161845;
}

.cta-button-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-banner {
  background-color: #f0f2fa;
  background-image: none;
  background-size: auto;
  border-radius: 6px;
  align-items: center;
  min-height: 220px;
  padding: 60px 70px;
  display: flex;
}

.contact-form {
  margin-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
}

.contact-wrap {
  background-color: #efefef;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
  position: static;
  top: -430px;
}

.text-field {
  border: 1px solid #e6eaf5;
  width: 100%;
  height: 56px;
  font-size: 18px;
}

.text-field:focus {
  border-color: #161845;
}

.text-field::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.button-form-wrapper {
  justify-content: flex-end;
  display: flex;
}

.text-field-large {
  border: 1px solid #e6eaf5;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  font-size: 18px;
  line-height: 24px;
}

.text-field-large:focus {
  border-color: #161845;
}

.text-field-large::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.form-wrap {
  display: flex;
}

.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #e6eaf5;
  width: 100%;
  min-height: 56px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-toggle.w--open {
  color: #2d3958;
  font-size: 18px;
  font-weight: 500;
}

.btn__submit {
  text-align: center;
  background-color: #161845;
  border-radius: 6px;
  flex: 0 auto;
  min-width: 200px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.btn__submit:hover {
  background-color: #2a263d;
}

.contact {
  background-color: #fff;
  border-radius: 6px;
  max-width: 850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 55px;
  box-shadow: 0 0 118px 146px #ced4e01f;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  text-align: center;
}

.footer-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

.text-block-81 {
  color: #fffc;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.image-28 {
  max-width: 80px;
  margin-bottom: 30px;
}

.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;
}

.dashboard-card-05 {
  width: 100%;
  max-width: 380px;
  display: block;
  position: absolute;
  inset: 71% auto auto 17px;
}

.container-video {
  width: 100%;
  max-width: 980px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.hero__intropage {
  background-color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: 900px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.h2__price {
  color: #fff;
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.feature__managers {
  margin-top: 103px;
  padding: 100px 3%;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.content-text-wrapper {
  padding: 20px;
}

.content-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.arrow-text {
  margin-right: 14px;
}

.content-image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.feature__residents {
  padding: 148px 3% 100px;
}

.success-message {
  background-color: #efefef;
  border-radius: 8px;
}

.text-block-82 {
  color: #43414e;
  font-size: 16px;
}

.content-image__laptop {
  max-width: 110%;
  position: relative;
  top: -56px;
}

.content-image__phone {
  max-width: 80%;
  position: relative;
  top: -56px;
}

.header-section {
  opacity: 1;
  background-color: #0b6e8e;
  padding: 40px 3%;
  display: block;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.h3__organization {
  color: var(--white);
  letter-spacing: .3px;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
}

.title-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.signup-section {
  padding: 40px 20px;
}

.calendly-form {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: var(--white-lower-opacity);
  display: block;
}

.highlight {
  border: 1px none var(--navy);
  letter-spacing: 1px;
  background-color: #5cd7ff4d;
  font-size: 15px;
  font-weight: 700;
}

.resource {
  border-radius: 8px;
  max-width: 600px;
  min-height: 40px;
  margin: 60px auto;
}

.heading-2 {
  color: var(--navy);
  margin-top: 0;
  text-decoration: none;
}

.link-block {
  background-color: #f1f1f1;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #eee;
}

.text-block-83 {
  color: #272339cc;
}

.resource__date {
  color: #272339cc;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer {
  background-color: #272339;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 200px;
  display: none;
  position: sticky;
  bottom: 0;
}

.collection-item {
  margin-bottom: 20px;
}

.hero-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.hero-2.hero--hoa {
  background-color: #efefef;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

.hero--asset {
  flex: 0 auto;
  width: 100%;
  margin-left: 40px;
}

.hero--copy {
  flex: 0 auto;
  max-width: 1000px;
}

.feature-container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 40px;
  display: flex;
}

.feature-container.site-width-container {
  flex: 1;
  justify-content: center;
}

.video {
  margin-left: 0;
}

.h2--large-2 {
  color: #141619;
  letter-spacing: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.h2--large-2.hero__mediumtitle {
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

.textcallout {
  text-align: center;
  max-width: 650px;
  margin: 128px auto 127px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
}

.texthighlight--purple {
  background-color: #800df229;
  font-weight: 600;
}

.btn {
  text-align: center;
  background-color: #161845;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  overflow: auto;
}

.btn:hover {
  background-color: #272339;
}

.btn.btn__submit {
  min-width: 200px;
}

.button-2 {
  display: block;
}

.video-2 {
  border-radius: 6px;
}

.columns {
  margin-top: 48px;
  margin-left: 20px;
  margin-right: 20px;
}

.usecase-row {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
}

.textbox {
  margin: 16px 40px 16px 0;
}

.light {
  color: #141619cc;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Noto Sans, sans-serif;
}

.call-to-action {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.site-width-container-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.div-block-2 {
  text-align: left;
  margin-top: 48px;
}

.btn-2 {
  text-align: center;
  background-color: #141619;
  border-radius: 0;
  min-width: 0;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.btn-2:hover {
  background-color: #1347ad;
}

.btn-2.right {
  min-width: 0;
  margin-left: 16px;
}

.btn-2.right.wide:hover {
  text-decoration: none;
}

.btn-2.right.wide.cta-bar-btn {
  display: none;
  overflow: visible;
}

.btn-2.btn--wide {
  min-width: 200px;
  max-width: 220px;
}

.btn-2.btn--wide:hover {
  color: #fff;
  background-color: #113e99;
  text-decoration: none;
}

.btn-2.btn--wide.cta-bar-btn {
  color: #141619;
  background-color: #0000;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 400;
}

.btn-2.btn--wide.cta-bar-btn:hover {
  background-color: #0000000d;
}

.ctabar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  background-color: #0000;
  border: 1px solid #1416194d;
  border-radius: 0;
  flex-direction: column;
  grid-template: "."
                 "Area"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 48px 48px;
  display: block;
}

.text-block-84 {
  color: var(--navy);
  font-weight: 700;
}

.author-detail-text-2 {
  color: var(--navy);
  margin-left: 10px;
  margin-right: 4px;
  text-decoration: none;
}

.post__body {
  background-color: #0000;
  max-width: 800px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
}

.title-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post__title {
  color: var(--navy);
  letter-spacing: -.03em;
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.07;
}

.background__color {
  background-color: #0b6e8e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.blog-primary-image {
  object-fit: fill;
  border-radius: 5px;
  width: 100%;
  margin-top: 40px;
}

.blog-primary-image.image-shadow {
  box-shadow: 0 3px 4px #0000000f, 0 7px 14px #3c42571f;
}

.author-wrapper-2 {
  color: #2d3958;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-29 {
  object-fit: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.author-avatar-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid #fff;
  border-radius: 100px;
  text-decoration: none;
}

.title {
  color: #272339cc;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.nav-menu-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-left-2 {
  width: 30%;
}

.button-navigation-2 {
  color: #161845;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #161845;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-navigation-2:hover {
  color: #fff;
  background-color: #161845;
}

.navigation-right-2 {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: -.01em;
  padding-left: 22px;
  padding-right: 22px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.nav-link-2:hover {
  color: #161845;
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #690fc9;
  border: 1px #000;
  text-decoration: underline;
}

.div-block-4 {
  align-items: center;
  margin-left: 40px;
  display: none;
}

.navbar__returnhome {
  background-color: #0b6e8e;
  align-items: center;
  min-height: 100px;
  padding: 20px 3%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.blog__full-post {
  margin-top: 40px;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-plain {
  background-color: var(--light-grey);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  padding: 100px 3% 60px;
}

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

.display-heading-2 {
  color: var(--navy);
  letter-spacing: -.03em;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.07;
}

.hero-details-2 {
  color: #272339cc;
  max-width: 690px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.post-collection-title {
  margin-bottom: 0;
  padding: 10px;
}

.post-collection-short {
  margin-bottom: 30px;
}

.post-collection__most-recent {
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.blog-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1.1fr .75fr;
  width: 100%;
  margin-bottom: 40px;
}

.blog-collection-item {
  width: 33.3333%;
  margin-bottom: 40px;
}

.latest-posts {
  width: 100%;
}

.feature-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 20px;
  display: flex;
}

.news-section {
  padding: 60px 3% 100px;
}

.post-link {
  text-decoration: none;
}

.post-link.post-flex {
  display: flex;
}

.feature-post-image {
  border: 1px #cecece;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.text-block-85 {
  display: none;
}

.post-heading {
  color: var(--navy);
  text-decoration: none;
}

.empty-state {
  display: none;
}

.post-image {
  object-fit: cover;
  border-radius: 4px;
  width: 160px;
  height: 160px;
  margin-right: 20px;
}

.div-block-5 {
  display: none;
}

.empty-state-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #27233980;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.empty-state-text {
  display: block;
}

.link-block-2 {
  color: #2d3958;
  text-decoration: none;
}

.link-block-2:hover {
  opacity: .9;
}

.paragraph-3 {
  color: #272339cc;
}

.block-quote {
  color: #272339e6;
  padding-left: 40px;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.quote__source {
  color: #272339e6;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.quote__source__company {
  color: #272339e6;
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.back-button {
  margin-top: 40px;
  font-size: 16px;
  text-decoration: underline;
  position: fixed;
}

.image-30 {
  margin-top: 40px;
  position: fixed;
}

.heading-8, .text-block-86, .read-more {
  color: var(--navy);
}

.feature-quote {
  text-align: center;
  border-left-style: none;
  max-width: 800px;
  font-size: 22px;
  line-height: 34px;
}

.quote-source-image {
  text-align: center;
  border-radius: 100px;
}

.quote-source-image-link {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-field {
  align-self: center;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
}

.social-links {
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 60px;
  padding: 16px;
  display: flex;
}

.social-links.post__body {
  border-radius: 4px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-header {
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.social-icons {
  align-self: center;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.bold-text-2 {
  font-weight: 400;
}

.veteran-badge {
  margin-top: 40px;
  margin-right: 20px;
  display: block;
}

.footer-main {
  color: #fff;
  background-color: #272339;
  border: 1px solid #ffffff1a;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-extra {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.link--footer {
  color: #fff;
  background-color: #0000;
  align-self: flex-start;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.link--footer:hover {
  color: #fff;
  text-decoration: underline;
}

.link--footer.hidden {
  display: block;
}

.links--footer {
  color: #fff;
  flex: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}

.container-4 {
  flex: 1;
  max-width: 1200px;
  display: flex;
}

.p--footer__link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.footer-branded {
  background-color: #272339;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.image-31 {
  max-width: 80px;
  margin-bottom: 30px;
}

.text-block-87 {
  color: var(--navy);
}

.feature-list-indent {
  color: var(--light-grey);
  text-align: left;
  padding-left: 10px;
  line-height: 1.5;
}

.content-h1-2 {
  z-index: 2;
  color: var(--hoam-teal);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.toggle-row {
  color: #fffc;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.enterprise-price {
  color: var(--light-grey);
  height: 100px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  position: relative;
}

.toggle-dot {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #378ae8;
  border-radius: 3px;
  padding: 15px 25px 11px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #2566b0;
}

.button-3.pricing-button {
  background-color: var(--light-grey);
  letter-spacing: 1.5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16.5px;
}

.button-3.pricing-button.outline-button {
  border: 1px solid var(--light-grey);
  color: #000;
  background-color: #0000;
  margin-top: 14px;
  margin-bottom: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.price {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.section-2.cards {
  background-color: var(--light-grey);
  padding-bottom: 60px;
  overflow: visible;
}

.pricing-box {
  background-color: var(--hoam-teal);
  text-align: center;
  border-radius: 6px;
  width: 31.3%;
  min-height: 420px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px 40px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  box-shadow: 0 10px 25px 3px #0000001a;
}

.yearly-discount {
  color: var(--light-grey);
  letter-spacing: .5px;
  width: 100%;
  height: 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.toggle-contain {
  background-color: var(--hoam-teal);
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 10px;
  grid-template-columns: .25fr 2fr;
  align-items: start;
  padding-bottom: 20px;
}

.feature-list {
  color: var(--light-grey);
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}

.toggle-text {
  color: var(--hoam-teal);
  width: 152px;
}

.toggle-text.monthly-toggle {
  color: var(--hoam-teal);
}

.feature-header {
  color: var(--light-grey);
  text-align: left;
  font-weight: 700;
}

.enterprise-price-monthly {
  color: var(--light-grey);
  height: 75px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  position: relative;
}

.pricing-title {
  color: var(--light-grey);
  text-align: center;
  font-size: 55px;
  overflow: visible;
}

.text-block-88, .text-block-89, .text-block-90 {
  color: var(--light-grey);
}

.text-block-91, .text-block-92 {
  color: var(--light-grey);
  text-decoration: underline;
}

.text-block-93, .text-block-94, .text-block-95 {
  color: var(--light-grey);
}

.text-block-96, .text-block-97 {
  color: var(--light-grey);
  text-decoration: underline;
}

.text-block-98 {
  color: var(--navy);
}

.faq-question-bar {
  color: #2d3958;
  border-bottom: 1px solid #e6eaf5;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.faq-section {
  padding: 100px 3%;
}

.faq-wrap {
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-plus {
  opacity: .4;
  width: 22px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-content {
  margin-top: -2px;
  padding-right: 40px;
  overflow: hidden;
}

.container-9 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.question-title {
  font-size: 18px;
  font-weight: 600;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-2 {
  background-color: var(--hoam-teal);
}

.heading-9 {
  color: var(--light-grey);
  text-align: center;
}

.rich-text-block {
  color: var(--light-grey);
}

.image-32 {
  max-height: 20vh;
}

.container-10 {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 20px 20px 50px;
}

.image-33 {
  position: relative;
  top: 95%;
  left: 90%;
}

.text-block-99, .icon-3 {
  color: var(--white);
}

.nav-link-3 {
  color: #161845;
  letter-spacing: -.01em;
  padding-left: 22px;
  padding-right: 22px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.nav-link-3:hover {
  color: var(--white);
  text-decoration: underline;
}

.nav-link-3.w--current {
  color: #161845;
  border: 1px #000;
  text-decoration: underline;
}

.icon-4 {
  color: var(--white);
  padding-left: 22px;
}

.text-block-100 {
  color: var(--white);
}

.nav-link-4 {
  color: #161845;
  letter-spacing: -.01em;
  padding-left: 22px;
  padding-right: 22px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.nav-link-4:hover {
  color: #161845;
  text-decoration: underline;
}

.nav-link-4.w--current {
  color: #161845;
  border: 1px #000;
  text-decoration: underline;
}

.icon-5 {
  padding-left: 22px;
}

.signup-section-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 1200px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
}

.form-block-4 {
  width: auto;
  max-width: none;
}

.text-field-2 {
  border: 1px solid #e6eaf5;
  max-width: 100%;
  height: 56px;
  font-size: 18px;
}

.text-field-2:focus {
  border-color: #161845;
}

.text-field-2::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.field-label-3 {
  margin-bottom: auto;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-bottom: 40px;
}

.checkbox-label-2 {
  width: 150px;
}

.submit-button {
  text-align: center;
  background-color: #161845;
  border-radius: 6px;
  flex: 0 auto;
  min-width: 200px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.submit-button:hover {
  background-color: #212366;
}

.header-section-2 {
  background-color: var(--hoam-teal);
  color: var(--white);
  border: 1px #2d3958;
  padding: 10px 3% 40px;
}

.container-11 {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-3 {
  color: var(--navy);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.display-heading-signup {
  color: var(--navy);
  text-align: center;
  letter-spacing: -.03em;
  align-self: flex-start;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-9 {
  color: var(--navy);
  align-self: flex-start;
}

@media screen and (min-width: 1280px) {
  .display-heading {
    color: #fff;
    max-width: 800px;
    font-size: 56px;
    line-height: 1.1;
  }

  .dashboard-card-02 {
    max-width: 360px;
    display: block;
    top: -14%;
    left: -17%;
  }

  .container {
    margin-top: 64px;
  }

  .btn__hero:hover {
    background-color: #231f33;
    box-shadow: 0 11px 20px #27233933;
  }

  .dashboard-card-01 {
    max-width: 340px;
    display: block;
    top: 11%;
    right: -10%;
  }

  .dashboard {
    max-width: 800px;
    margin-bottom: 85px;
  }

  .hero {
    padding-bottom: 48px;
    overflow: hidden;
  }

  .dashboard-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .dashboard-card-03 {
    max-width: 360px;
    display: block;
    top: 56%;
    right: -17%;
  }

  .contact-wrap {
    margin-top: 0;
  }

  .footer-content {
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .dashboard-card-05 {
    max-width: 410px;
    display: block;
    top: 53%;
    left: -67px;
    right: auto;
  }

  .hero__intropage {
    padding-bottom: 0;
    overflow: hidden;
  }

  .h2__price {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 56px;
  }

  .header-section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .h3__organization {
    font-size: 60px;
    line-height: 1.1;
  }

  .hero--copy {
    flex: 0 auto;
  }

  .feature-container.site-width-container {
    flex: 1;
  }

  .ctabar {
    border-radius: 6px;
  }

  .latest-posts {
    display: block;
  }

  .news-section {
    padding-top: 60px;
  }

  .footer-main {
    margin-top: 0;
  }

  .links--footer {
    min-width: 180px;
  }

  .container-4 {
    flex: 1;
    max-width: 960px;
  }

  .footer-branded {
    position: static;
    inset: auto 0% 0%;
  }

  .container-10 {
    padding-bottom: 20px;
  }

  .image-33 {
    position: relative;
    top: 22px;
    left: 130%;
  }

  .resource-link {
    padding-top: 17px;
  }

  .header-section-2 {
    background-color: #f7f4f0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .display-heading-signup {
    max-width: 1000px;
    font-size: 60px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 991px) {
  .nav-link, .nav-link:hover, .nav-link.w--current {
    color: var(--navy);
  }

  .nav-link.bold {
    font-weight: 700;
  }

  .icon-2 {
    padding-top: 5px;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 3px 14px #0000001a;
  }

  .navbar {
    background-color: #0b6e8e;
  }

  .button-navigation {
    color: var(--navy);
    border-width: 1px;
    border-color: #27233933;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-navigation:active {
    border-color: #272339;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
    margin-left: 20px;
    font-size: 22px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #ffffff0f;
  }

  .navigation-right {
    display: none;
  }

  .brand {
    padding-top: 5px;
    padding-bottom: 11px;
  }

  .style-guide-header {
    min-height: 420px;
  }

  .colour-grid, .colour-grid-full {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navigation {
    z-index: 99;
    transform: translate(0);
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-content {
    width: 100%;
  }

  .title-wrap-left {
    text-align: left;
  }

  .button {
    background-color: #0b6e8e;
    margin-bottom: 14px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .display-heading {
    font-size: 48px;
    line-height: 1.12;
  }

  .dashboard-card-02 {
    display: none;
  }

  .container {
    margin-top: 0;
  }

  .dashboard-card-01 {
    display: none;
  }

  .dashboard {
    max-width: 100%;
  }

  .dashboard-wrapper {
    margin-top: 0;
    padding: 25px;
  }

  .bg-element {
    max-width: 700px;
    min-height: 650px;
  }

  .dashboard-card-03 {
    display: none;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .cta-button-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .dashboard-card-05 {
    display: none;
  }

  .container-video {
    margin-top: 0;
  }

  .feature__managers {
    margin-bottom: 96px;
  }

  .content-grid-01 {
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content-image__laptop, .content-image__phone {
    margin-left: auto;
    margin-right: auto;
  }

  .header-section {
    padding-bottom: 10px;
  }

  .container-3 {
    margin-top: 0;
  }

  .h3__organization {
    font-size: 48px;
    line-height: 1.12;
  }

  .title-center-2 {
    margin-bottom: 20px;
  }

  .calendly-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-2 {
    flex-flow: row-reverse;
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 59px;
    display: flex;
  }

  .hero-2.hero--hoa {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero--asset {
    text-align: center;
    align-self: auto;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .feature-container {
    flex-direction: column;
  }

  .feature-container.site-width-container {
    flex-direction: column-reverse;
  }

  .video {
    margin-left: auto;
    margin-right: auto;
  }

  .h2--large-2 {
    font-size: 38px;
  }

  .textcallout {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .columns {
    margin-top: 32px;
  }

  .textbox {
    margin-right: 24px;
  }

  .call-to-action {
    margin-left: 0;
    margin-right: 0;
  }

  .site-width-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    text-align: left;
  }

  .background__color {
    padding-top: 140px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .navigation-right-2 {
    display: block;
  }

  .div-block-4 {
    align-items: center;
    display: none;
  }

  .navbar__returnhome {
    background-color: #f7f4f0;
  }

  .hero-plain {
    padding-top: 140px;
  }

  .blog-collection-item {
    width: 50%;
  }

  .feature-wrap {
    padding-right: 0;
  }

  .post-collection-feature {
    margin-bottom: 10px;
  }

  .div-block-5 {
    display: block;
  }

  .image-30 {
    margin-top: 20px;
    margin-left: -33px;
  }

  .veteran-badge {
    margin-top: 0;
    margin-right: 0;
  }

  .footer-main {
    display: flex;
  }

  .footer-extra {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 40px;
    position: static;
  }

  .links--footer {
    margin-left: 0;
  }

  .p--footer__link {
    display: flex;
  }

  .section-2 {
    padding: 75px 30px;
  }

  .pricing-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

  .header-section-2 {
    padding-bottom: 10px;
  }

  .container-11 {
    margin-top: 0;
  }

  .title-center-3 {
    margin-bottom: 20px;
  }

  .display-heading-signup {
    font-size: 48px;
    line-height: 1.12;
  }
}

@media screen and (max-width: 767px) {
  .button-navigation {
    padding-top: 16px;
    display: block;
  }

  .style-guide-navigation {
    display: none;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .mobile-navigation {
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 19px 3%;
    display: flex;
  }

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .display-heading {
    font-size: 44px;
  }

  .hero {
    padding-top: 60px;
  }

  .site-width-container.quote {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bg-container {
    justify-content: center;
  }

  .bg-element {
    width: 85%;
    min-height: 540px;
  }

  .cta-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-field-large {
    display: block;
    overflow: auto;
  }

  .contact {
    min-height: 100%;
    padding: 32px;
  }

  .contact-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    place-items: stretch start;
  }

  .hero__intropage {
    padding-top: 150px;
  }

  .feature__managers {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .content-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature__residents {
    padding-top: 60px;
  }

  .content-image__laptop, .content-image__phone {
    border-radius: 24px;
  }

  .header-section {
    padding-top: 150px;
  }

  .h3__organization {
    font-size: 44px;
  }

  .resource {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-2 {
    margin-top: 20px;
  }

  .hero-2.hero--hoa {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero--asset {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-container, .feature-container.site-width-container {
    flex-direction: column;
  }

  .h2--large-2 {
    font-size: 29px;
    line-height: 42px;
  }

  .textcallout {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .call-to-action {
    padding: 40px 0;
  }

  .site-width-container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-2.right {
    margin-top: 0;
    margin-left: 10px;
  }

  .btn-2.right.wide {
    clear: none;
  }

  .btn-2.btn--wide {
    width: 100%;
    max-width: none;
    margin-top: 12px;
    margin-left: 0;
    display: inline-block;
  }

  .btn-2.btn--wide.cta-bar-btn {
    min-width: 200px;
  }

  .post__title {
    font-size: 52px;
  }

  .button-navigation-2 {
    display: none;
  }

  .display-heading-2 {
    font-size: 52px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .image-30 {
    margin-top: 20px;
  }

  .veteran-badge {
    align-self: flex-end;
    margin-right: 0;
  }

  .footer-main {
    display: flex;
  }

  .footer-extra {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-end;
  }

  .content-h1-2 {
    font-size: 55px;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .container-6 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .faq-section {
    padding-top: 0;
  }

  .text-field-2 {
    flex: 0 auto;
  }

  .header-section-2 {
    align-items: center;
    min-height: 90vh;
    padding-top: 40px;
    display: flex;
  }

  .container-11 {
    margin-top: -81px;
  }

  .display-heading-signup {
    font-size: 44px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    display: none;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .button {
    margin-bottom: 20px;
  }

  .display-heading {
    font-size: 37px;
  }

  .dashboard-wrapper {
    padding: 0;
  }

  .site-width-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .site-width-container.quote {
    padding-left: 10px;
    padding-right: 20px;
    display: block;
  }

  .bg-element.bg-content {
    min-height: 520px;
    display: none;
  }

  .cta-h2 {
    font-size: 38px;
  }

  .cta-section {
    padding-top: 0;
    display: none;
  }

  .cta-button-wrap {
    flex-direction: column;
  }

  .cta-banner {
    padding-left: 26px;
    padding-right: 26px;
    display: none;
  }

  .text-field {
    max-width: 100%;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .button-form-wrapper {
    justify-content: flex-start;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .btn__submit {
    width: 100%;
    min-width: auto;
  }

  .contact {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 20px;
  }

  .contact-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .feature__managers {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .content-h1 {
    font-size: 23px;
    line-height: 31px;
  }

  .content-text-wrapper {
    padding: 0 10px;
  }

  .content-image-wrapper {
    flex-direction: row;
    padding: 0;
  }

  .feature__residents {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-image__phone {
    max-width: 110%;
  }

  .h3__organization {
    font-size: 37px;
  }

  .calendly-form, .resource {
    margin-left: 10px;
    margin-right: 10px;
  }

  .feature-container {
    padding: 20px;
  }

  .h2--large-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .textcallout {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .btn {
    width: 100%;
  }

  .heading-3 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .light {
    font-size: 15px;
  }

  .call-to-action {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .site-width-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-2 {
    width: 100%;
  }

  .btn-2.right {
    margin-top: 12px;
    margin-left: 0;
  }

  .btn-2.btn--wide.cta-bar-btn {
    min-width: 160px;
    display: inline-block;
  }

  .div-block-4 {
    display: none;
  }

  .post-collection-title {
    padding-left: 0;
  }

  .block-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .quote__source, .quote__source__company {
    text-align: center;
    font-size: 16px;
  }

  .image-30 {
    margin-top: 10px;
    margin-left: 0;
  }

  .social-links {
    flex-direction: column;
    margin-top: 40px;
  }

  .social-media-header {
    margin-bottom: 5px;
  }

  .social-icons {
    margin-top: 12px;
  }

  .veteran-badge {
    align-self: flex-start;
    margin-left: 20px;
  }

  .footer-main {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-extra {
    flex-direction: column;
  }

  .links--footer {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .content-h1-2 {
    text-align: center;
    font-size: 42px;
  }

  .section-2 {
    padding: 45px 20px;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .toggle-text.monthly-toggle {
    display: none;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .content-h1-3 {
    font-size: 24px;
  }

  .question-title {
    flex: 1;
    font-size: 14px;
  }

  .faq-paragraph {
    font-size: 14px;
  }

  .text-field-2 {
    flex: 0 auto;
  }

  .text-field-2::placeholder {
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
    min-width: auto;
  }

  .header-section-2 {
    padding-top: 40px;
  }

  .container-11 {
    margin-top: -110px;
  }

  .display-heading-signup {
    font-size: 37px;
  }
}

#w-node-cb2678fb-2529-7f2a-6c65-255b36e8e2c9-3d023061, #w-node-a5ea3a97-3e4f-eed6-3feb-4a68d6d7f596-3d023061 {
  align-self: center;
}

#w-node-_57c25ad6-2828-5761-8e19-48f3d737895e-3d023061, #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca272-3d023061 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7ca175c-ded7-db7a-4962-ba412dfce4d8-3d023061, #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca27b-3d023061 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d17-78023066 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d19-78023066 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-ab07aa0b-de02-9fc4-93a7-8a8b693c8c50-5202306f, #w-node-ab07aa0b-de02-9fc4-93a7-8a8b693c8c57-5202306f {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca27b-3d023061, #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d19-78023066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cb2678fb-2529-7f2a-6c65-255b36e8e2c7-3d023061, #w-node-a5ea3a97-3e4f-eed6-3feb-4a68d6d7f594-3d023061 {
    justify-self: center;
  }

  #w-node-ab07aa0b-de02-9fc4-93a7-8a8b693c8c50-5202306f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ab07aa0b-de02-9fc4-93a7-8a8b693c8c57-5202306f {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca272-3d023061 {
    justify-self: stretch;
  }

  #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca27b-3d023061, #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d19-78023066 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca26a-3d023061, #w-node-d323c7fa-396c-8ad0-0270-a4381e4e0d94-3d023061, #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca26c-3d023061, #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca26e-3d023061, #w-node-_22107b1f-fdae-8e8a-bc72-8da00d46dc68-3d023061, #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca270-3d023061, #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca272-3d023061 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2dea23c0-7c3a-6421-01c5-b8c4b38ca27b-3d023061 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d0f-78023066, #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d11-78023066, #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d13-78023066, #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d15-78023066, #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d17-78023066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_28cdc703-83a0-1b42-5d1e-0824b9308d19-78023066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }
}


