@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dashflow custom icon font;
  src: url('../fonts/dashflow-custom-icon-font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--200: #f7f8fc;
  --black: black;
  --neutral--800: #1f2d54;
  --gpt-navy1: #002855;
  --accent--primary-1: #3d73ff;
  --neutral--100: white;
  --gpt-lightgray: whitesmoke;
  --transparent: #4a3aff00;
  --neutral--400: #e6e9f1;
  --general--shadow-01: #14142b17;
  --neutral--500: #aab1c6;
  --dollarink: #4e594a;
  --ok: #a6cc70;
  --deep-green: #278664;
  --neutral--300: #eff1f6;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-03: #14142b1a;
  --system--300: #ff5a65;
  --system--red-100: #ffeff0;
  --system--red-400: #dc2b2b;
  --general--shadow-02: #14142b0f;
  --general--shadow-06: var(--general--shadow-05);
  --secondary--color-3: #f5f8ff;
  --neutral--700: #454e66;
  --secondary--color-2: #f1f4ff;
  --system--green-100: #def2e6;
  --system--green-300: #14ca74;
  --system--blue-100: #eaf4ff;
  --system--blue-300: #1d88fe;
  --system--orange-100: #fff3e4;
  --system--orange-300: #ff9e2c;
  --system--blue-200: #8fc3ff;
  --system--green-200: #7fdca4;
  --system--orange-200: #ffd19b;
  --dollar-white: white;
  --headerview: 3rem;
  --mobile-logos: 1rem;
  --dollar-paper: var(--dollar-white);
  --gpt-textblack: #333;
  --gpt-amber1: #ff7f32;
  --btn-blu: #48b1d0;
  --hoverbgg: #ff7a3acc;
  --hoverbg: #ff7a3a33;
  --blu2: #daeff6;
  --button-shadow--color-01: #4a3aff42;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--color-3: #4a3aff14;
  --button-shadow--color-2: #4a3aff14;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --secondary--color-1: #c7d6ff;
  --secondary--color-4: #94acf2;
  --secondary--color-5: #fdb52a;
  --system--blue-400: #086cd9;
  --system--green-400: #11845b;
  --system--red-200: #ffbec2;
  --system--orange-400: #d5691b;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--neutral--200);
  color: var(--black);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.571em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--gpt-navy1);
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  transition-property: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  height: 25vh;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.286em;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  background-color: var(--gpt-lightgray);
}

.page-wrapper.full-page-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

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

.card {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 12px;
}

.card.overflow-hidden.border-none {
  border-style: none;
}

.card.password-protected-card {
  text-align: center;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.card._404 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 40px;
  display: flex;
  position: relative;
}

.card.component-card {
  border: 0px solid var(--neutral--500);
  background-color: var(--neutral--100);
  box-shadow: none;
  opacity: 1;
  object-fit: none;
  margin-top: -350px;
  margin-bottom: 96px;
  padding: 40px;
  overflow: scroll;
}

.card.component-card.scrollkit {
  z-index: 1000;
  background-color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.card.pd-32px---24px {
  padding: 32px 24px;
}

.card.inside-image {
  z-index: 1;
  padding: 22px 16px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
}

.card.pd-16px {
  padding: 16px;
}

.card.pd-24px {
  text-align: right;
  background-image: linear-gradient(#37aeca, #bd79d0);
  border-radius: 25px;
  padding: 0 24px;
  font-weight: 800;
}

.card.amount-over-graph {
  z-index: 1;
  padding: 28px 20px 56px;
  position: relative;
}

.card.pd-22px---18px {
  padding: 22px 18px;
}

.card.pd-24px---18px---28px {
  padding: 24px 18px 28px;
}

.card.pd-24px---18px {
  padding: 24px 18px;
}

.card.pd-32px---18px {
  padding: 32px 18px;
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-accent-1.hover-opacity-85 {
  transition-property: opacity;
}

.color-accent-1.hover-opacity-85:hover {
  opacity: .85;
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

.text-200.bold {
  font-weight: 700;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.sidebar-links-grid {
  grid-row-gap: 4px;
}

.grid-1-column.gap-row-12px {
  grid-row-gap: 12px;
}

.gap-column-8px {
  grid-column-gap: 8px;
}

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.text-400 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.text-400.bold.color-neutral-800 {
  color: var(--neutral--100);
  text-align: center;
  object-fit: scale-down;
  margin-bottom: 24px;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 35px;
}

.text-300 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.222em;
}

.text-300.bold {
  font-weight: 700;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._326px {
  max-width: 326px;
}

.inner-container._370px {
  max-width: 370px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.btn-primary {
  background-color: var(--dollarink);
  box-shadow: 0 1px 4px 0 var(--ok);
  color: var(--neutral--100);
  text-align: center;
  -webkit-text-stroke-color: var(--neutral--100);
  transform-style: preserve-3d;
  border: 1px solid #50a078;
  border-radius: 76px;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  padding: 8px 18px 8px 16px;
  font-family: Dollar Bill;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  transform: skew(0deg);
}

.btn-primary:hover {
  color: var(--neutral--100);
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.btn-primary.large {
  background-color: var(--deep-green);
  font-family: Frank Ruhl Libre, sans-serif;
}

.btn-primary.disabled {
  border-color: var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: none;
  color: var(--black);
  cursor: not-allowed;
  background-image: none;
}

.btn-primary.disabled:hover {
  transform: none;
}

.btn-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 4px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 76px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  box-shadow: 0 2px 6px 0 var(--button-shadow--white-03);
  color: var(--neutral--800);
  transform: scale3d(1.02, 1.02, 1.01);
}

.btn-secondary.disabled {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--black);
  cursor: not-allowed;
}

.btn-secondary.disabled:hover {
  transform: none;
}

.input {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  min-height: 40px;
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--500);
}

.input:focus {
  border-color: var(--accent--primary-1);
}

.input::placeholder {
  color: var(--black);
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.icon-inside-left {
  padding-left: 32px;
}

.input.icon-inside-right {
  padding-right: 32px;
}

.checkbox {
  border: .8px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 2px;
  width: auto;
  min-width: 14px;
  height: auto;
  min-height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s, background-color .3s;
  box-shadow: inset 0 -2px 4px #1f2d541a, 0 0 1px #1f2d5433;
}

.checkbox:hover {
  border-color: var(--neutral--400);
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/check-form-brix-templates-webflow.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 8px, auto;
  border-color: #3961d9;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.mg-right-0 {
  margin-right: 0;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.avatar-circle._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.avatar-circle._40px {
  object-fit: cover;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.avatar-circle._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.dropdown-icon {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.buttons-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.justify-end {
  justify-content: flex-end;
}

.width-100 {
  width: 100%;
}

.container-default {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle {
  border: 1px solid var(--neutral--400);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px;
  transition: border-color .3s, color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.w--open {
  border-color: var(--accent--primary-1);
}

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

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  align-items: center;
}

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

.flex-horizontal.gap-column-12px {
  grid-column-gap: 12px;
}

.flex-horizontal.align-start {
  align-items: flex-start;
}

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.flex-horizontal.justify-end {
  justify-content: flex-end;
}

.error-message {
  border: 1px solid var(--system--300);
  background-color: var(--system--red-100);
  color: var(--system--red-400);
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 24px;
}

.error-message.small {
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  margin-top: 8px;
  padding: 10px 14px;
}

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

.text-center {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

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

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.flex.align-start {
  align-items: flex-start;
}

.flex.align-end {
  align-items: flex-end;
}

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-50.medium {
  background-color: var(--general--shadow-06);
  color: var(--neutral--100);
  text-align: center;
  margin: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-right: 0;
  font-family: Poppins;
  font-size: 6vh;
  font-style: normal;
  font-weight: 800;
  line-height: 6vh;
}

.text-50.medium.sidebar-title {
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-left: 10px;
}

.text-50.bold {
  font-weight: 700;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.dashboard-content {
  flex: 1;
}

.dashboard-content.utility-page-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.gap-column-6px {
  grid-column-gap: 6px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.gap-column-16px {
  grid-column-gap: 16px;
}

._2-items-wrap-container.gap-column-8px {
  grid-column-gap: 8px;
}

._2-items-wrap-container.align-start {
  align-items: flex-start;
}

._2-items-wrap-container.amount-and-data {
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
}

._2-items-wrap-container.amount-and-data.justify-space-between {
  justify-content: space-between;
}

._2-items-wrap-container.gap-column-24px {
  grid-column-gap: 24px;
}

._2-items-wrap-container.children-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.gap-column-4px {
  grid-column-gap: 4px;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.divider {
  background-color: var(--neutral--400);
  min-height: 1.5px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.card-small-divider {
  background-color: var(--neutral--300);
  min-height: 1px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.divider.card-small-divider.mg-top-16px {
  margin-top: 16px;
}

.divider._20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider._20px.min-h-1px {
  min-height: 1px;
}

.gap-column-20px {
  grid-column-gap: 20px;
}

.dashboard-main-content {
  width: 100%;
  max-width: 940px;
}

.dashboard-main-content.utility-page-main-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

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

.loading-bar-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--secondary--color-3));
  min-height: 4px;
}

.max-w-20px {
  max-width: 20px;
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.text-500 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-500.bold {
  font-weight: 700;
}

.text-600 {
  font-size: 30px;
  line-height: 1.133em;
}

.text-600.bold {
  font-weight: 700;
}

.header-wrapper {
  z-index: 999;
  background-color: var(--gpt-navy1);
  margin-bottom: 5vh;
  padding: 2.5vh 5vh;
  box-shadow: 0 2px 5px #0003;
}

.header-content-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.masthead {
  padding-top: 48px;
  padding-bottom: 100px;
}

.masthead.pd-bottom-64px {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 64px;
}

.masthead.pd-bottom-64px.splash {
  background-color: var(--gpt-lightgray);
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-container {
  z-index: 1;
  position: sticky;
  top: 24px;
}

.sidebar-link {
  grid-column-gap: 6px;
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 6px;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.sidebar-link:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--black);
}

.sidebar-link.w--current {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 0 3px 0 var(--general--shadow-01);
  color: var(--neutral--700);
}

.icon-inside-input-right {
  z-index: 1;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  right: 14px;
}

.icon-inside-input-left {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-family: Line Rounded Icons, sans-serif;
  position: absolute;
  left: 14px;
}

.text-area {
  border: 1px solid var(--neutral--400);
  min-height: 88px;
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  border-radius: 6px;
  margin-bottom: 0;
  padding: 14px;
  font-weight: 500;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--neutral--500);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
}

.text-area::placeholder {
  color: var(--black);
}

.text-area.icon-inside {
  text-indent: 16px;
}

.text-area-icon-inside {
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 18px;
  left: 14px;
}

.color-neutral-600 {
  color: var(--black);
}

.toggle-button-wrapper {
  z-index: 1;
  border: .8px solid var(--neutral--400);
  background-color: var(--neutral--300);
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 20px;
  max-height: 20px;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toggle-button-bg {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 40px;
  position: absolute;
  inset: 0;
}

.toggle-button-circle-inside {
  z-index: 2;
  background-color: var(--neutral--100);
  border-radius: 100%;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  transition: transform .3s;
  position: relative;
  box-shadow: inset 0 -2px 4px #1f2d5424, 1px 0 1px #1f2d542e;
}

.gap-row-8px {
  grid-row-gap: 8px;
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.avatar-name-circle {
  color: var(--neutral--100);
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px #4a3aff42;
}

.avatar-name-circle._24px {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 12px;
  line-height: 1.333em;
}

.avatar-name-circle._32px {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 12px;
  line-height: 1.333em;
}

.avatar-name-circle._40px {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 400px;
  line-height: 1.286em;
}

.avatar-name-circle._48px {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  line-height: 1.286em;
}

.primary-badge {
  color: var(--neutral--100);
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #0000;
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.primary-badge.light {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  background-image: none;
}

.primary-badge.white {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-image: none;
}

.neutral-badge {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.neutral-badge.neutral-500 {
  background-color: var(--neutral--500);
}

.neutral-badge.neutral-300 {
  background-color: var(--neutral--300);
  color: var(--neutral--700);
}

.neutral-badge.neutral-200 {
  background-color: var(--neutral--200);
  color: var(--black);
}

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.green {
  clear: both;
  background-color: var(--system--green-100);
  color: var(--system--green-300);
  text-align: right;
  margin-left: 0;
  display: block;
}

.color-badge.blue {
  background-color: var(--system--blue-100);
  color: var(--system--blue-300);
}

.color-badge.red {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-left: 10px;
}

.color-badge.orange {
  background-color: var(--system--orange-100);
  color: var(--system--orange-300);
}

.notification-bar {
  border: 1.2px solid var(--neutral--300);
  background-color: var(--neutral--200);
  transform-origin: 50% 0;
  border-radius: 8px;
}

.notification-bar.blue {
  border-color: var(--system--blue-200);
  background-color: var(--system--blue-100);
}

.notification-bar.green {
  border-color: var(--system--green-200);
  background-color: var(--system--green-100);
}

.notification-bar.red {
  border-color: var(--system--300);
  background-color: var(--system--red-100);
}

.notification-bar.orange {
  border-color: var(--system--orange-200);
  background-color: var(--system--orange-100);
}

.notification-bar-icon {
  border-radius: 100%;
  min-width: 18px;
  max-width: 18px;
}

.notification-bar-icon.blue {
  box-shadow: 0 1px 2px #3d73ff5c;
}

.notification-bar-icon.green {
  box-shadow: 0 1px 2px #2fdf4b42;
}

.notification-bar-icon.red {
  box-shadow: 0 1px 2px #ff3d545c;
}

.notification-bar-icon.orange {
  box-shadow: 0 1px 2px #ffa63d5c;
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.close-icon-wrapper.floating-icon-top-right {
  position: absolute;
  top: 16px;
  right: 16px;
}

.close-icon-line {
  background-color: var(--neutral--700);
  border-radius: 10px;
  min-width: 2px;
  max-width: 2px;
  min-height: 15px;
  max-height: 15px;
  position: absolute;
}

.close-icon-line.first {
  transform: rotate(45deg);
}

.close-icon-line.second {
  transform: rotate(-45deg);
}

.notification-bar-main-container {
  grid-column-gap: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.pd-32px---24px {
  padding: 32px 24px;
}

.pd-16px---24px {
  padding: 16px 24px;
}

.card-icon-square {
  border: 1.5px solid var(--accent--primary-1);
  border-radius: 12px;
  max-width: 48px;
  box-shadow: 0 1px 4px #4a3aff42;
}

.card-icon-square._26px {
  border-width: .8px;
  border-radius: 6px;
  max-width: 26px;
  box-shadow: 0 0 2px #4a3aff42;
}

.card-icon-square._40px {
  border-radius: 8px;
  max-width: 40px;
  box-shadow: 0 1px 2px #4a3aff42;
}

.card-icon-square.neutral-icon {
  border-color: var(--black);
  box-shadow: 0 1px 4px #d5d3e442;
}

.pd-26px---24px---40px {
  padding: 26px 24px 40px;
}

.border-radius-12px {
  border-radius: 12px;
}

.card-amount-container {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: flex;
}

.card-amount-container.green {
  color: var(--system--green-300);
  cursor: auto;
}

.card-amount-container.red {
  color: var(--system--300);
}

.gap-column-12px {
  grid-column-gap: 12px;
}

.amount-over-graph-container {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 40px;
  right: 40px;
}

.checkbox-and-label-container {
  z-index: 1;
  color: var(--black);
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.dashflow-custom-icon {
  font-family: Dashflow custom icon font, sans-serif;
}

.dashflow-custom-icon.icon-size-8px {
  font-size: 9px;
  line-height: 1em;
}

.dashflow-custom-icon.link-single {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.dashflow-custom-icon.link-single:hover {
  color: var(--accent--primary-1);
}

.dashflow-custom-icon.icon-size-14px {
  font-size: 14px;
  line-height: 1em;
}

.mg-top-2px {
  margin-top: 2px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.overflow-auto {
  overflow: auto;
}

.data-table-row {
  grid-column-gap: 10px;
  border-top: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 2fr 1.4fr 1fr .8fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 916px;
  padding: 20px 24px;
  display: grid;
}

.data-table-row.table-header {
  z-index: 1;
  background-color: var(--neutral--200);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top-style: none;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.user-table-row {
  grid-column-gap: 10px;
  border-top: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2fr .75fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 640px;
  padding: 16px 24px;
  display: grid;
}

.user-table-row.table-header {
  z-index: 1;
  background-color: var(--neutral--200);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.modal-wrapper {
  z-index: 999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-close-overlay {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.tabs-menu {
  grid-column-gap: 2px;
  background-color: var(--neutral--200);
  border-radius: 72px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.tabs-menu.links-single {
  grid-column-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.tab-menu-badge-link {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 32px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: box-shadow .3s, background-color .3s, border-color .3s, color .3s;
}

.tab-menu-badge-link:hover {
  border-color: var(--neutral--200);
  background-color: var(--neutral--100);
  box-shadow: 0 0 3px 0 var(--general--shadow-01);
  color: var(--black);
}

.tab-menu-badge-link.w--current {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 0 3px 0 var(--general--shadow-01);
  color: var(--neutral--700);
}

.tab-menu-underline-link {
  border-bottom: 1px solid var(--neutral--400);
  width: 100%;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: 0 16px 24px;
  font-weight: 500;
  line-height: 1.286em;
  transition: border-color .3s, color .3s;
}

.tab-menu-underline-link:hover {
  border-bottom-color: var(--black);
  color: var(--neutral--700);
}

.tab-menu-underline-link.w--current {
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #0000;
}

.breadcrumb-badge {
  grid-column-gap: 6px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--700);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.display-inline-block {
  display: inline-block;
}

.tooltip {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  min-width: 100px;
  max-width: 500px;
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
  position: absolute;
}

.tooltip.right {
  right: -16px;
  transform: translate(100%);
}

.tooltip.left {
  left: -16px;
  transform: translate(-100%);
}

.tooltip.top {
  text-align: center;
  align-self: center;
  top: -16px;
  transform: translate(0, -100%);
}

.tooltip.bottom {
  text-align: center;
  bottom: -16px;
  transform: translate(0, 100%);
}

.tooltip-triangle-left {
  position: absolute;
  left: -6px;
}

.tooltip-triangle-right {
  position: absolute;
  right: -6px;
}

.tooltip-triangle-bottom {
  position: absolute;
  bottom: -6px;
}

.tooltip-triangle-top {
  position: absolute;
  top: -6px;
}

.dropdown-list {
  z-index: 1;
  background-color: #0000;
  padding-top: 16px;
}

.dropdown-link-wrapper {
  z-index: 1;
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  margin: 4px 8px;
  padding: 10px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.dropdown-link-wrapper:hover {
  border-color: var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: 0 0 4px 0 var(--general--shadow-01);
  color: var(--neutral--800);
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
  margin-left: 0;
}

.pd-24px {
  padding: 24px;
}

.overflow-visible {
  overflow: visible;
}

.pd-top-64px---bottom-100px {
  padding-top: 64px;
  padding-bottom: 100px;
}

.link-icon {
  max-width: 10px;
}

.max-w-12px {
  max-width: 12px;
}

.mg-right-4px {
  margin-right: 4px;
}

.breadcrumb-divider {
  max-width: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.breadcrumb-link-wrapper {
  z-index: 1;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  position: relative;
}

.breadcrumb-underline {
  background-color: var(--neutral--800);
  min-height: 1px;
  max-height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.breadcrumb-wrapper {
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.max-w-14px {
  max-width: 14px;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.checkbox-wrapper {
  z-index: 1;
  cursor: pointer;
  border-radius: 2px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  margin-right: 6px;
  position: relative;
}

.checkbox-bg {
  opacity: 0;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: .8px solid #3961d9;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0;
}

.position-relative---z-index--1 {
  z-index: -1;
  position: relative;
}

.help-message {
  border: 1px solid var(--neutral--500);
  background-color: var(--neutral--200);
  border-radius: 6px;
  margin-top: 8px;
  padding: 10px 14px;
}

.body.scrollkit {
  background-color: var(--gpt-lightgray);
  scrollbar-width: none;
  font-family: Poppins;
}

.heading {
  align-self: center;
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 3vw;
  line-height: 1.25em;
}

.heading.typed-words {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 8.4vh;
  line-height: 8vh;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gpt-lightgray);
  margin-top: 0;
  padding: 0 0 0 2.5vw;
}

.grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 0;
  padding-top: 12px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.cell-2 {
  background-image: url('../images/dotmatrix.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container-copy {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.program-cards {
  margin-top: 5vh;
  margin-bottom: 0;
  padding: 0 0;
  position: relative;
}

.div-block-2 {
  width: 100%;
  text-decoration: none;
}

.text-block-3 {
  object-fit: cover;
  flex: 1;
  order: -1;
  align-self: center;
}

.grid-4 {
  z-index: 0;
  grid-column-gap: 9vw;
  grid-row-gap: 0vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  grid-auto-rows: 0;
  place-content: end space-around;
  align-self: center;
  place-items: center;
  width: 100%;
  position: relative;
}

.card-copy {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 12px;
}

.card-copy.pd-24px-copy {
  background-image: linear-gradient(110deg, var(--ok), var(--deep-green));
  box-shadow: 1px 1px 7px 1px var(--general--shadow-06);
  text-align: right;
  border-radius: 25px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.link-2 {
  font-size: 42px;
  font-weight: 800;
}

.container-4 {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}

.image-10-copy {
  clear: both;
  align-self: center;
  height: 8vh;
  position: relative;
}

.image-10-copy2 {
  clear: both;
  align-self: center;
  max-width: none;
  height: 3.6rem;
  padding: 0;
  position: relative;
}

.text-block-8 {
  width: 100%;
  color: var(--neutral--500);
  align-self: center;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-2 {
  float: none;
  clear: both;
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fa8a07;
  border: 1px solid #5b7f45;
  border-radius: 7px;
  align-self: center;
  margin-top: 2rem;
  padding: 1.5rem;
  font-family: Poppins;
  font-size: 2.4vw;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.split-window {
  z-index: 0;
  clear: both;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  grid-template-rows: auto;
  grid-template-columns: 38.5vw 38.5vw;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 77vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12vh 0 8vh;
  display: grid;
  position: relative;
  inset: 0% 0;
}

.margin-bottom-24px {
  text-align: center;
  color: #000;
  align-self: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 5vh;
  line-height: 1.25em;
}

.body-2 {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  padding: 0 0;
  display: block;
  overflow: visible;
}

.big-title {
  z-index: 0;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #00000040;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: center;
  place-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 0 0;
  display: grid;
  position: relative;
  inset: 0% 0;
}

.image-14 {
  z-index: 20;
  float: left;
  clear: none;
  text-align: left;
  order: 1;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
  position: relative;
}

.body-3 {
  background-color: #fff;
  flex-flow: column;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  display: flex;
}

.hero-wrapper-2 {
  z-index: 0;
  clear: both;
  object-fit: scale-down;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw;
  font-family: Poppins;
  display: flex;
  position: relative;
  inset: 0% 0;
}

.button-primary-2 {
  background-color: var(--gpt-navy1);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border: 1px solid #5b7f45;
  border-radius: 4px;
  align-self: center;
  padding: 16px 32px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 2.5vw;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-16 {
  align-self: center;
  width: 20%;
  max-width: none;
  height: 20%;
}

.bold-text-2-copy {
  font-family: Poppins;
  position: relative;
}

.div-block-12 {
  background-image: url('../images/dotmatrix.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-top: 0;
}

.image-12-copy {
  z-index: 20;
  float: left;
  clear: none;
  text-align: left;
  align-self: flex-start;
  width: 27.5vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 3vw;
  display: block;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: stretch start;
  width: 38.5vw;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: auto;
  display: grid;
}

.image-10-copy-copy-copy {
  clear: both;
  align-self: center;
  max-width: none;
  height: 10vh;
  display: block;
  position: relative;
  overflow: visible;
}

.logo_component-slider {
  grid-column-gap: 1.12vw;
  grid-row-gap: 1.12vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-2-copy {
  z-index: 0;
  clear: both;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-height: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 4vw;
  display: flex;
  position: relative;
  inset: 0% 0;
}

.questionhead-copy-copy-copy {
  text-align: center;
  margin-bottom: 16px;
}

.background-video {
  z-index: 999;
  border-radius: 999px;
  align-self: center;
  width: 100%;
  height: 77vh;
  min-height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.heading-4 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 6vh;
  line-height: 6vh;
  position: relative;
  top: auto;
}

.as-seen-on {
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-5 {
  clear: both;
  text-align: left;
  object-fit: scale-down;
  color: #000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8vh;
  padding-bottom: 8vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 8vh;
  font-weight: 300;
  line-height: 8vh;
  position: relative;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 30px;
}

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-20 {
  padding-top: 12vh;
  padding-bottom: 0;
}

.text-block-9 {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4vh;
  font-weight: 900;
  line-height: 5vh;
}

.div-block-21 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-bottom: 0;
  padding-bottom: 4vh;
  display: grid;
}

.div-block-22 {
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1rem;
  display: flex;
}

.image-19 {
  border-radius: 1000px;
}

.bold-text-10 {
  color: #000;
  width: 100%;
  font-size: 2.5vw;
}

.image-19-copy {
  border-radius: 1000px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.text-block-9-copy-copy-copy {
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 2.2vw;
  font-weight: 300;
  line-height: 3vw;
}

.text-block-19249 {
  text-align: center;
  align-self: flex-start;
  width: 77%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 5vh;
  font-weight: 700;
  line-height: 7vh;
}

._319857139 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 11.4125vh;
  line-height: 10.3vh;
}

.div-block-24 {
  background-image: url('../images/abstract-art.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.div-block-26 {
  background-color: var(--neutral--400);
  border-radius: 50px;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  box-shadow: 0 2px 5px #0003;
}

.logo_component-slider-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-19250 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 2rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.55em;
}

.div-block-27 {
  background-color: #2474d3;
  padding: 100px 20%;
}

.heading-6 {
  color: var(--dollar-white);
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 7rem;
  font-weight: 400;
}

.text-block-19251 {
  width: 100%;
  color: var(--dollar-white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Poppins;
  font-size: 2vw;
  line-height: 1.6em;
}

.div-block-28 {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-19252 {
  color: var(--dollar-white);
  text-align: left;
  font-family: Poppins;
  font-size: 12px;
}

.div-block-29 {
  width: 150px;
  color: var(--dollar-white);
  background-color: #fa8a07;
  border: 3px solid #fa8a07;
  border-radius: 20px;
  align-self: stretch;
  padding-top: 5px;
  padding-bottom: 3px;
}

.div-block-30 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  color: var(--dollar-white);
}

.div-block-29-copy {
  border: 3px solid var(--neutral--500);
  width: 150px;
  color: var(--dollar-white);
  background-color: #fa8a0700;
  border-radius: 20px;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins;
  font-weight: 600;
}

.link-block-4 {
  text-decoration: none;
  position: relative;
}

.heading-8 {
  text-align: center;
  color: #000;
  order: 1;
  align-self: center;
  width: 100%;
  margin-bottom: -15px;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Poppins;
  font-size: 40px;
}

.image-14-copy {
  z-index: 20;
  float: left;
  clear: none;
  text-align: left;
  order: 1;
  align-self: flex-start;
  width: 1px;
  max-width: 20ch;
  height: 1px;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.questionhead-copy-copy-copy {
  text-align: center;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4vh;
  font-weight: 500;
  line-height: 6vh;
}

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

.j2fj308fj2309fj {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: underline;
}

.div-block-34 {
  background-color: #eee;
  border: 0 solid #000;
  border-radius: 3px;
  width: 100%;
  height: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.div-block-35 {
  background-color: var(--gpt-navy1);
  width: 4.54%;
  height: 20px;
}

.jhje9f82308 {
  z-index: 999;
  background-image: url('../images/dotmatrix.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 999px;
  align-self: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 75vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

._309ecm039r2-copy {
  text-align: center;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 10.3vh;
  font-weight: 900;
  line-height: 10.3vh;
}

.tb97yg9b7yg9 {
  width: 77vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vh;
  padding-bottom: 8vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4vh;
  font-weight: 300;
  line-height: 5vh;
}

._3ufhiufniuenf {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 2.2vw;
  font-weight: 300;
  line-height: 3vw;
}

.bbb-drivethru {
  border-radius: 0;
  display: block;
  overflow: clip;
}

.image-21 {
  border-radius: 0;
  max-width: none;
  height: 4vh;
  margin-top: 0;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-8 {
  width: 100%;
  height: 100%;
  padding-left: 2.5vh;
}

.div-block-37 {
  padding: 1.5rem 1.5rem 0;
}

.nmls-image {
  clear: both;
  align-self: center;
  max-width: none;
  height: 11vh;
  padding: 0 10px;
  position: relative;
}

.equalhousingopportunity-image {
  clear: both;
  align-self: center;
  max-width: none;
  height: 11vh;
  padding: 0;
  position: relative;
}

.namb-image {
  clear: both;
  align-self: center;
  max-width: none;
  height: 10.5vh;
  padding: 0;
  position: relative;
}

.nmls-link, .trustpilot-link {
  display: none;
}

.bbb-image {
  clear: both;
  border-radius: 10px;
  align-self: center;
  max-width: none;
  height: 10.5vh;
  padding: 0;
  position: relative;
}

.trustlink-link {
  display: none;
}

.bold-text-14 {
  color: #000;
}

.textbox {
  border: 3px dashed var(--gpt-navy1);
  border-radius: 5px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 5vh 2.5vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 6vh;
  font-weight: 600;
  line-height: 6vh;
}

.buttonrelationship {
  background-color: #fa8a07;
  border-radius: 10px;
  padding: 4vh;
  font-family: Poppins;
  font-size: 2.4vw;
  font-weight: 700;
}

.checkyoureligibility {
  background-color: #fa8a07;
  border: 1px solid #5b7f45;
  border-radius: 7px;
  padding: 4vh;
  font-family: Poppins;
  font-size: 2.4vw;
  font-weight: 700;
}

.paragraph-6 {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4vh;
  font-weight: 300;
  line-height: 4.75vh;
}

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: baseline;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.text-400-copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-400-copy.bold-copy {
  font-weight: 700;
}

.text-400-copy.bold-copy.color-neutral-800-copy {
  color: var(--neutral--100);
  text-align: center;
  object-fit: scale-down;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10vh;
  line-height: 9vh;
  display: flex;
}

.rental, .six {
  color: var(--dollar-white);
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  font-size: 20vh;
  line-height: 17vh;
  display: flex;
}

.text-400-copy-copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-400-copy-copy.bold-copy-copy {
  font-weight: 700;
}

.text-400-copy-copy.bold-copy-copy.color-neutral-800-copy-copy {
  color: var(--neutral--100);
  text-align: center;
  object-fit: scale-down;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20vh;
  line-height: 17vh;
  display: flex;
}

.bridge {
  color: var(--dollar-white);
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  font-size: 20vh;
  line-height: 17vh;
  display: flex;
}

.rentalbutton {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--general--shadow-02);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--general--shadow-02);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--general--shadow-02);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--general--shadow-02);
  background-color: var(--general--shadow-06);
  width: 38vw;
  height: auto;
  color: var(--system--green-100);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto 2vh;
  padding: 2vh 0;
  font-family: Poppins;
  font-size: 4vh;
  font-weight: 700;
  line-height: 5vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.section-7 {
  height: 4rem;
}

.paragraph-7 {
  color: var(--neutral--500);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-8 {
  margin: 0;
  padding: 1.5rem 7.5vw;
  font-family: Frank Ruhl Libre, sans-serif;
}

.section-9 {
  background-color: var(--gpt-navy1);
  padding-top: 0;
  padding-bottom: 0;
}

.image-25 {
  width: 7.5vw;
}

.eight {
  color: var(--dollar-white);
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  font-size: 20vh;
  line-height: 17vh;
  display: flex;
}

.selected-reviews {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem;
}

.grid-8 {
  border: 0px solid var(--gpt-textblack);
  background-color: var(--dollar-paper);
  box-shadow: 1px 1px 7px 1px var(--general--shadow-06);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-content: center;
  padding: 1.5rem;
}

.image-27 {
  border-radius: 500px;
}

.container-7 {
  width: 87vw;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-8 {
  margin-bottom: 0;
  padding: 0 1.5rem;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3.35vh;
  font-weight: 400;
  line-height: 4vh;
}

.grid-8-copy {
  border: 0px solid var(--gpt-textblack);
  background-color: var(--dollar-paper);
  box-shadow: 1px 1px 7px 1px var(--general--shadow-06);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  place-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.heading-9 {
  color: var(--gpt-lightgray);
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3vh;
  font-weight: 700;
  line-height: 3.75vh;
  text-decoration: none;
}

.link-7 {
  color: var(--gpt-lightgray);
  text-decoration: none;
}

.link-8 {
  color: var(--gpt-lightgray);
  font-family: Frank Ruhl Libre, sans-serif;
  text-decoration: none;
}

.grid-10 {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
}

.link-10, .link-11 {
  color: var(--gpt-lightgray);
  font-family: Frank Ruhl Libre, sans-serif;
  text-decoration: none;
}

.grid-11 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-columns: 1fr;
  align-items: center;
}

.heading-11 {
  margin-bottom: 0;
}

.heading-12 {
  margin-top: -1vh;
  margin-bottom: 0;
}

.heading-9-copy {
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 3vh;
  font-weight: 700;
  line-height: 3.75vh;
  text-decoration: none;
}

.bbb {
  border-radius: 10px;
  max-width: none;
  height: 4vh;
}

.heading-13 {
  color: var(--gpt-amber1);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4vh;
  font-weight: 700;
  line-height: 4vh;
}

.paragraph-9 {
  color: var(--gpt-lightgray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3.5vh;
  font-weight: 300;
  line-height: 4vh;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr .75fr;
  padding-left: 4vw;
  padding-right: 4vw;
}

.container-8 {
  grid-column-gap: 3.5vh;
  grid-row-gap: 3.5vh;
  border-right: 0 solid #48525b;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 2vw;
  display: grid;
}

.seperater {
  color: var(--gpt-lightgray);
  font-weight: 700;
  line-height: 4.25vh;
}

.seperater.seprater {
  color: var(--gpt-amber1);
}

.link-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gpt-amber1);
  width: auto;
  color: var(--gpt-lightgray);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2vh;
  font-size: 3vh;
  font-weight: 600;
  line-height: 3vh;
  text-decoration: none;
  transition-property: none;
  display: inline;
}

.grid-13 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  border-left: 1px solid #48525b;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.heading-14 {
  color: var(--gpt-lightgray);
  text-align: left;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 6vh;
}

.italic-text-3 {
  font-weight: 300;
}

.image-28 {
  border-bottom: 1px solid #48525b;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 2vw;
  padding-right: 40%;
}

.paragraph-10 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  color: var(--gpt-lightgray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.94vh;
}

.container-9 {
  border-top: 1px solid #48525b;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 2vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2vw;
}

.link-12 {
  color: var(--gpt-lightgray);
  text-decoration: none;
  transition-property: none;
}

.link12 {
  color: var(--gpt-lightgray);
}

.button-3 {
  background-color: var(--gpt-navy1);
  height: auto;
  padding: 2vh 3vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3vh;
  line-height: 3vh;
}

.form {
  font-family: Frank Ruhl Libre, sans-serif;
}

.crediibility-buildout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.biggerpockets-image {
  border-radius: 0;
  max-width: none;
  height: 10.5vh;
  margin-top: 15px;
}

.code-embed {
  align-self: center;
  width: auto;
  margin-bottom: 0;
}

.call-to-action {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.page-wrapper2 {
  padding-left: 11.5vw;
  padding-right: 11.5vw;
}

.text-block-9-copy {
  text-align: right;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4vh;
  font-weight: 900;
  line-height: 5vh;
}

.dropdown-toggle-2 {
  display: none;
}

.paragraph-11 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-10 {
  max-width: none;
}

.grid-15 {
  grid-template-columns: 1fr;
  padding: 3vw;
  box-shadow: 0 2px 5px 3px #0003;
}

.heading-16 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-17 {
  margin-bottom: 0;
}

.bold-text-21 {
  color: var(--gpt-amber1);
  font-weight: 700;
}

.heading-18, .bold-text-22, .bold-text-23 {
  font-family: Frank Ruhl Libre, sans-serif;
}

.paragraph-12 {
  text-align: left;
  margin-bottom: 0;
}

.link-13, .link-14 {
  color: var(--gpt-navy1);
  font-weight: 500;
}

.heading-20 {
  margin-bottom: 0;
}

.paragraph-13, .paragraph-14 {
  text-align: left;
  margin-bottom: 0;
}

.footerlink {
  color: var(--gpt-lightgray);
}

.bold-text-24 {
  text-align: left;
}

.paragraph-15 {
  text-align: left;
  margin-bottom: 0;
}

.heading-21, .heading-22 {
  margin-bottom: 0;
}

.bold-text-25 {
  color: var(--gpt-amber1);
  font-family: Montserrat, sans-serif;
}

.universal-wrapper {
  margin-top: -5vh;
}

.masthead-construction {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/construction.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.primary-mast-market {
  background-color: #141428cc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0;
  padding-top: 12vh;
  padding-bottom: 12vh;
  box-shadow: 0 2px 5px 8px #0003;
}

.heading-23 {
  color: var(--gpt-lightgray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 5vw;
  padding-right: 10vw;
  font-size: 10vh;
  line-height: 10vh;
}

.paragraph-16 {
  color: var(--gpt-lightgray);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5vh;
  padding-left: 5vw;
  font-size: 4vh;
  line-height: 4.5vh;
}

.article-cards {
  z-index: 2;
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -7.5vh;
  padding-bottom: 4vh;
  padding-left: 4vh;
  padding-right: 4vh;
  position: relative;
}

.news-card {
  height: auto;
}

.heading-24 {
  display: none;
}

.paragraph-9-copy {
  color: var(--gpt-lightgray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 3.5vh;
  font-weight: 300;
  line-height: 4vh;
}

.article-card {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  box-shadow: 0 2px 5px 3px #0003;
}

.article-card-class {
  color: var(--gpt-amber1);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 4vh;
  padding-right: 4vh;
  font-family: Lato, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
}

.article-card-headline {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 4vh;
  padding-right: 4vh;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 4vh;
  line-height: 4.75vh;
}

.article-card-description {
  color: var(--gpt-navy1);
  margin-bottom: 0;
  padding-bottom: 4vh;
  padding-left: 4vh;
  padding-right: 4vh;
  font-family: Frank Ruhl Libre, sans-serif;
}

.article-card-image {
  background-image: url('../images/flipconcise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.card-main {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  cursor: pointer;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  box-shadow: 0 2px 5px 5px #0003;
}

.article-card-image-2 {
  background-image: url('../images/signing.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.article-card-image-3 {
  background-image: url('../images/airbnb.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.article-card-image-4 {
  background-image: url('../images/underwriting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.article-card-image-5 {
  background-image: url('../images/constructionwork.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.article-card-image-6 {
  background-image: url('../images/prepay.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.article-card-image-7 {
  background-image: url('../images/underwriting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.article-card-image-8 {
  background-image: url('../images/novacancy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.woiecowijnce {
  z-index: 20;
  float: left;
  clear: none;
  text-align: left;
  align-self: flex-start;
  width: 27.5vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 3vw;
  display: block;
  position: relative;
}

.primary-article-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 33%;
}

.article-div {
  padding: 5vw;
}

.sidebar-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-right: 2.5vw;
  display: flex;
}

.paragraph-17 {
  text-align: left;
  margin-bottom: 0;
}

.article-rich {
  text-align: left;
}

.list-item {
  margin-bottom: 0;
}

.masthead-handshake {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/handshake.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.sidecar-element {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 0;
  margin-bottom: 5vh;
  box-shadow: 0 0 12px 6px #0003;
}

.sidecar-1 {
  background-image: url('../images/flipconcise.jpg');
  background-position: 0%;
  background-size: cover;
}

.sidecar-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1vh 1vw;
  display: grid;
}

.sidecar-subtext {
  margin-bottom: 0;
  font-size: 2.4vh;
  line-height: 3vh;
}

.sidecar-heading {
  font-size: 2.7vh;
}

.div-block-41 {
  margin-top: 5vh;
}

.sidecar-link:hover {
  transform: scale(1.05);
}

.sidecar-2 {
  background-image: url('../images/bbb_1.png');
  background-position: 50%;
  background-size: cover;
}

.section-11 {
  padding-top: 4vw;
  padding-bottom: 2vw;
}

.section-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dollar-white);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 7vh;
  display: grid;
}

.link-block-10 {
  display: inline-block;
}

.image-30 {
  height: 10vh;
}

.article-card-image-copy {
  background-image: url('../images/mark-wright.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.image-31 {
  aspect-ratio: 1;
  object-fit: cover;
  min-width: 100%;
  height: auto;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-top: -200px;
}

.sidecar-3 {
  background-image: url('../images/signing.webp');
  background-position: 0%;
  background-size: cover;
}

.masthead-airbnb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/airbnb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.sidecar-4 {
  background-image: url('../images/airbnb.jpg');
  background-position: 50%;
  background-size: cover;
}

.masthead-redflag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/signing.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.masthead-arvmax {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/beforeafter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.masthead-executive {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/blackground.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .card.component-card.scrollkit {
    background-color: var(--transparent);
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-400.bold.color-neutral-800 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    font-size: 45px;
  }

  .btn-primary {
    padding: 2px 20vw;
  }

  .heading {
    font-size: 3vw;
  }

  .heading.typed-words {
    line-height: 8vh;
  }

  .margin-bottom-24px {
    margin-top: 2rem;
    font-size: 2.15rem;
  }

  .image-14 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .body-3 {
    background-color: var(--dollar-white);
  }

  .hero-wrapper-2 {
    width: 95%;
  }

  .image-16 {
    align-self: baseline;
    width: 25%;
  }

  .bold-text-2-copy {
    margin-left: 5px;
  }

  .heading-8 {
    margin-bottom: -8px;
    padding-bottom: 0;
    font-size: 48px;
    position: relative;
    top: 4px;
  }

  .ratedby100sofcustomers, .j2fj308fj2309fj {
    align-self: center;
  }

  .div-block-34 {
    width: 85.5%;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .nmls-image {
    height: 4.5vw;
  }

  .textbox {
    height: 8vh;
  }

  .paragraph-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .rentalbutton {
    width: 93%;
  }

  .link-10, .link-11 {
    text-decoration: none;
  }

  .grid-11 {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .article-cards {
    grid-row-gap: 4.5vh;
  }

  .article-card-image-5 {
    background-image: url('../images/constructionwork.jpg');
  }

  .article-card-image-6 {
    background-image: url('../images/prepay.jpg');
  }

  .article-card-image-7 {
    background-image: url('../images/underwriting.webp');
  }

  .article-card-image-8 {
    background-image: url('../images/novacancy.webp');
  }

  .woiecowijnce {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    width: 100%;
  }

  .card.component-card.scrollkit {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-1-column.gap-row-12px {
    grid-template-columns: 1.5fr;
    align-self: center;
    justify-items: center;
    margin-left: 48px;
  }

  .container-default {
    width: 100%;
    max-width: 100%;
  }

  .header-wrapper {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-content-wrapper {
    width: 100%;
  }

  .masthead.pd-bottom-64px {
    background-color: #fff;
  }

  .body {
    background-color: var(--neutral--100);
  }

  .heading {
    margin-bottom: 32px;
  }

  .program-cards {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px {
    margin-top: 3rem;
    font-size: 2.75rem;
  }

  .big-title {
    padding-top: 1rem;
  }

  .button-primary-2 {
    padding: 3vh 3vw;
  }

  .background-video {
    height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .link-block-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .rentalbutton {
    width: 93%;
  }

  .paragraph-8 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .btn-primary {
    align-items: center;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-flex;
  }

  .text-50.medium {
    font-size: 3rem;
  }

  .body.scrollkit {
    font-family: Poppins;
    font-weight: 700;
  }

  .image-10-copy {
    object-fit: scale-down;
    height: 8vh;
  }

  .button-2 {
    margin-top: 4rem;
  }

  .margin-bottom-24px {
    margin-top: 4rem;
    font-size: 3.5rem;
  }

  .big-title {
    padding-top: 2rem;
  }

  .background-video {
    height: 77vh;
  }

  .heading-5 {
    margin-left: 0;
  }

  .questionhead-copy-copy-copy {
    font-size: 2rem;
  }

  .bbb-drivethru {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .nmls-image {
    object-fit: scale-down;
    max-width: none;
    height: 8vh;
  }

  .equalhousingopportunity-image, .namb-image, .bbb-image {
    object-fit: scale-down;
  }

  .selected-reviews {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container-7 {
    max-width: none;
  }

  .paragraph-8 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
  }

  .paragraph-9 {
    line-height: 3.5vh;
  }

  .container-8 {
    border-right-color: #48525b;
    margin-left: 0;
    margin-right: 0;
  }

  .image-28 {
    border-bottom-color: #48525b;
    border-right: 0 solid #48525b;
  }

  .paragraph-10 {
    border-top: 1px solid #48525b;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 96vw;
    max-width: 96vw;
    margin-left: 2vw;
    margin-right: 2vw;
    padding-left: 0;
    display: flex;
  }

  .paragraph-9-copy {
    line-height: 3.5vh;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 12px;
  }

  a {
    text-decoration: none;
  }

  .card._404 {
    max-width: 520px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card.component-card {
    margin-top: -120px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .btn-primary {
    margin-top: 0;
    padding: 1% 4%;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .text-50.medium {
    font-size: 2rem;
  }

  .text-50.medium.sidebar-title {
    margin-bottom: 12px;
  }

  .dashboard-main-content.utility-page-main-content {
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    display: flex;
  }

  .text-600 {
    font-size: 26px;
  }

  .header-wrapper {
    padding-left: 2.5vh;
    padding-right: 2.5vh;
  }

  .masthead.pd-bottom-64px {
    padding-top: 0;
  }

  .sidebar-container {
    z-index: 0;
    position: static;
  }

  .heading {
    font-size: 40px;
  }

  .heading.typed-words {
    font-size: 7.5vh;
  }

  .testimonial-column-light {
    margin-bottom: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    text-align: center;
    flex-direction: column;
    align-self: center;
    width: 100%;
  }

  .testimonial-image {
    align-self: center;
    margin-right: 0;
  }

  .testimonial-main-heading {
    text-align: center;
  }

  .container-copy {
    max-width: none;
  }

  .text-block-3 {
    font-size: 35px;
  }

  .grid-4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .card-copy.pd-24px-copy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .image-10-copy2 {
    height: var(--headerview);
  }

  .button-2 {
    font-size: 2rem;
  }

  .split-window {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom-24px {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }

  .big-title {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: baseline;
    min-height: auto;
    padding-top: 2rem;
  }

  .image-14 {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .div-block-12 {
    height: 100%;
    margin-top: 0;
  }

  .image-12-copy {
    margin-left: 0;
  }

  .image-10-copy-copy-copy {
    height: 9vh;
  }

  .hero-wrapper-2-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
  }

  .background-video {
    height: 300px;
  }

  .heading-4 {
    color: #000;
    font-size: 5vw;
  }

  .heading-5 {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .link-block-2 {
    padding-left: 0;
  }

  .div-block-20 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-9 {
    width: 77%;
    font-size: 3vw;
  }

  .image-19 {
    width: 60%;
    height: 60%;
  }

  .bold-text-10 {
    color: #000;
    font-size: 3vw;
  }

  .image-19-copy {
    width: 60%;
  }

  .text-block-9-copy-copy-copy {
    width: 90%;
    margin-right: 0;
  }

  .text-block-19249 {
    width: 100%;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-26 {
    width: 77%;
    margin: 10vw 5vw;
    padding: 5vw;
  }

  .logo_component-slider-copy {
    grid-column-gap: 0rem;
  }

  .text-block-19250 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 3vw;
  }

  .div-block-27 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .heading-6 {
    font-size: 5.7vw;
  }

  .text-block-19251 {
    padding-bottom: 15px;
  }

  .div-block-29 {
    align-self: center;
    width: 150px;
  }

  .bold-text-13 {
    color: var(--dollar-paper);
  }

  .div-block-29-copy {
    border: 2px solid var(--neutral--500);
    background-color: #fa8a0700;
    align-self: center;
    width: 150px;
    font-family: Poppins;
  }

  .link-block-4 {
    width: 100%;
  }

  .heading-8 {
    padding-top: 15px;
    font-size: 2.5rem;
  }

  ._309ecm039r2-copy {
    width: 100%;
  }

  .tb97yg9b7yg9 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  ._3ufhiufniuenf {
    width: 65%;
  }

  .buttonrelationship {
    color: var(--dollar-white);
    background-color: #fa8a07;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 2vw 3vw;
    font-family: Poppins;
    font-size: 4.2vw;
    font-weight: 700;
  }

  .checkyoureligibility {
    color: var(--dollar-white);
    background-color: #fa8a07;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 2vw 3vw;
    font-family: Poppins;
    font-size: 3vw;
    font-weight: 800;
  }

  .paragraph-6 {
    font-size: 3.5vh;
  }

  .rentalbutton {
    width: 95%;
    color: var(--dollar-white);
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 1.25rem;
  }

  .bbb {
    border-radius: 25px;
  }

  .crediibility-buildout {
    grid-column-gap: 0rem;
  }

  .text-block-9-copy {
    width: 77%;
    font-size: 3vw;
  }

  .article-cards {
    grid-column-gap: 4vh;
    grid-template-columns: 33vw 33vw 33vw 33vw;
    overflow: scroll;
  }

  .card-main {
    overflow: hidden;
  }

  .woiecowijnce {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .card._404 {
    max-width: 480px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.component-card {
    object-fit: fill;
    width: 100%;
    padding: 32px 32px 32px 8px;
    display: inline-block;
  }

  .card.component-card.scrollkit {
    margin-top: 0;
    margin-bottom: 0;
  }

  .card.pd-32px---18px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary {
    padding: 5px 10%;
    font-size: 30px;
    line-height: 1em;
    box-shadow: 0 2px 5px #0006;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-50.medium {
    font-size: 1.6rem;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 64px;
  }

  .text-500 {
    font-size: 22px;
  }

  .text-600 {
    font-size: 24px;
  }

  .header-content-wrapper {
    margin-top: 0;
    font-size: 15px;
  }

  .card-icon-square {
    border-radius: 8px;
    max-width: 40px;
  }

  .data-table-row {
    min-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .user-table-row {
    grid-template-columns: 2.5fr 1.5fr 1fr .8fr;
  }

  .tab-menu-underline-link {
    padding-bottom: 20px;
  }

  .heading {
    margin-bottom: 0;
    padding: 0 16px 20px;
    font-size: 3.3vw;
  }

  .heading.typed-words {
    font-size: 4vh;
    line-height: 5vh;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-main-heading {
    text-align: left;
  }

  .program-cards {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .grid-4 {
    grid-column-gap: 5vh;
    grid-row-gap: 0vh;
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: ". . Area";
  }

  .card-copy {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .link-2 {
    width: 100%;
    padding-right: 5px;
    font-size: 20px;
  }

  .image-10-copy {
    width: 230px;
    max-width: 100%;
    height: 50px;
  }

  .image-10-copy2 {
    position: static;
  }

  .margin-bottom-24px {
    font-size: 1.25rem;
  }

  .image-14 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .body-3 {
    background-color: var(--dollar-white);
  }

  .hero-wrapper-2 {
    width: 80%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-2 {
    font-size: 24px;
    box-shadow: 0 2px 10px 4px #0003;
  }

  .image-16 {
    width: 36%;
  }

  .bold-text-2-copy {
    color: #000;
    font-size: 13.5px;
  }

  .div-block-12 {
    height: 100%;
  }

  .div-block-13 {
    padding-right: 1rem;
  }

  .image-10-copy-copy-copy {
    display: block;
  }

  .logo_component-slider {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .background-video {
    height: 290px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .heading-5 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .link-block-2 {
    margin-top: 1rem;
    padding-left: 1rem;
  }

  .text-block-9-copy-copy-copy {
    width: 80%;
  }

  .div-block-26 {
    width: 77%;
  }

  .logo_component-slider-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .div-block-27 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .heading-8 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: -4px;
  }

  .questionhead-copy-copy-copy {
    color: #000;
    margin-top: 3.5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.43em;
  }

  .ratedby100sofcustomers {
    padding-top: 2px;
  }

  .j2fj308fj2309fj {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 900;
  }

  .div-block-34 {
    width: 85%;
    margin-top: 10px;
  }

  .jhje9f82308 {
    margin-left: 1vw;
  }

  .image-21 {
    height: 2.05vh;
  }

  .link-block-8 {
    padding-left: 0;
  }

  .nmls-image, .equalhousingopportunity-image, .namb-image, .bbb-image {
    height: 50px;
    position: static;
  }

  .paragraph-6 {
    font-size: 3vh;
    line-height: 4vh;
  }

  .section-9 {
    font-family: Poppins;
  }

  .image-25 {
    width: 100%;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .image-27 {
    width: 128px;
  }

  .paragraph-8 {
    padding-top: 0;
  }

  .grid-8-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading-9 {
    display: block;
  }

  .link-8, .link-10, .heading-9-copy {
    display: none;
  }

  .bbb {
    height: 2.05vh;
  }

  .crediibility-buildout {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .biggerpockets-image {
    height: 2.05vh;
  }

  .article-cards {
    grid-template-columns: 45vw 45vw 45vw 45vw;
  }

  .section-12 {
    padding: 2vh 3vh;
  }

  .image-30 {
    height: 5vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 4vh;
    line-height: 4.25vh;
  }

  h4 {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  p {
    font-size: 2.25vh;
    line-height: 2.75vh;
  }

  .page-wrapper {
    background-color: var(--transparent);
    margin-left: 0;
    margin-right: 0;
    padding-top: 8vh;
    padding-left: 0;
    padding-right: 0;
  }

  .card.password-protected-card {
    padding: 32px 24px;
  }

  .card._404 {
    padding: 48px 24px;
  }

  .card.component-card {
    border-width: 0;
    margin-top: -64px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: scroll;
  }

  .card.component-card.scrollkit {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .card.inside-image {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .card.pd-24px {
    text-align: left;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .grid-1-column.sidebar-links-grid {
    grid-column-gap: 12px;
  }

  .text-400.bold.color-neutral-800 {
    text-align: center;
    font-size: 8.2vw;
  }

  .btn-primary {
    width: 100%;
    box-shadow: 0 1px 4px 0 var(--ok);
    background-image: linear-gradient(118deg, #299a4f, #73b68e);
    border-color: #1e913c;
    flex: 0 auto;
    align-self: center;
    padding: 24px 8px;
    font-size: 48px;
    font-style: normal;
    line-height: 0;
  }

  .flex-horizontal.gap-column-4px {
    height: auto;
  }

  .flex-horizontal.align-start.gap-column-16px, .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .text-50.medium {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 48px;
  }

  .header-wrapper {
    width: 100%;
    margin-bottom: 4vh;
    padding: 2vh 4vh 2vh 3.5vh;
    position: fixed;
  }

  .masthead.pd-bottom-64px.splash {
    background-color: var(--transparent);
  }

  .color-badge.red {
    margin-left: 0;
  }

  .data-table-row {
    grid-column-gap: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    grid-row-gap: 2px;
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
  }

  .tabs-menu.links-single {
    grid-row-gap: 20px;
  }

  .tab-menu-badge-link {
    width: 100%;
  }

  .tab-menu-underline-link {
    padding-bottom: 8px;
  }

  .breadcrumb-badge {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .max-w-12px-mbp {
    max-width: 14px;
  }

  .bg-neutral-100 {
    background-color: var(--dollar-white);
    color: var(--dollarink);
    margin-bottom: 0;
    padding: 0 24px 24px;
    overflow: hidden;
  }

  .pd-top-64px---bottom-100px {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .heading {
    pointer-events: none;
    width: 95%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading.typed-words {
    pointer-events: auto;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 5vh;
    line-height: 6vh;
  }

  .quick-stack {
    background-color: var(--transparent);
    padding-left: 0;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .testimonial-column-light {
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 80px;
  }

  .testimonial-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .testimonial-info-three {
    background-color: var(--dollar-white);
    padding-top: 8px;
  }

  .testimonial-main-heading {
    text-align: left;
  }

  .container-copy {
    background-image: linear-gradient(to bottom, var(--dollar-white), var(--dollar-white));
  }

  .program-cards {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .text-block-3 {
    align-self: center;
    font-size: 32px;
    font-weight: 800;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0vh;
    object-fit: none;
    grid-template-columns: auto;
    grid-template-areas: ". Area";
    grid-auto-columns: auto;
    justify-content: space-between;
    justify-items: start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 0;
  }

  .card-copy.pd-24px-copy {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .link-2 {
    justify-content: center;
    align-items: center;
    font-size: 6.5vw;
    display: flex;
  }

  .image-10-copy {
    flex: 1;
    align-self: center;
  }

  .image-10-copy2 {
    height: var(--mobile-logos);
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8 {
    margin-top: 12px;
    font-size: 11px;
  }

  .cell-3 {
    background-color: #f7f7f7d9;
    justify-content: center;
    align-items: center;
  }

  .link-block {
    width: 0;
  }

  .button-2 {
    background-color: #ff5c00;
    width: 85%;
    margin-top: 0;
    padding: 1rem;
    font-size: 1.48rem;
    line-height: 1.5rem;
  }

  .split-window {
    grid-template-columns: 100%;
    width: 100%;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  .margin-bottom-24px {
    color: #000;
    padding-top: 0;
    padding-bottom: 2.5rem;
    font-family: Poppins;
    font-size: 1.55rem;
    line-height: 2rem;
  }

  .body-2 {
    padding: 2rem 0 20px;
    overflow: visible;
  }

  .big-title {
    flex-flow: row;
  }

  .image-14 {
    align-self: center;
    width: 55%;
    min-width: 55%;
    max-width: 55%;
  }

  .body-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-2 {
    width: 100%;
    margin-top: 12vh;
    padding-top: 2vh;
  }

  .bold-text-2-copy {
    font-size: 17px;
  }

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

  .image-12-copy {
    float: left;
    clear: none;
    flex: 0 auto;
    order: -1;
    align-self: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-13 {
    grid-template-columns: 100%;
    width: 100%;
    padding-bottom: 0;
    padding-right: 2rem;
  }

  .image-10-copy-copy-copy {
    flex: 1;
    align-self: center;
    width: auto;
    height: 8vh;
    display: block;
  }

  .logo_component-slider {
    object-fit: scale-down;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 100%;
  }

  .hero-wrapper-2-copy {
    padding-top: 0;
  }

  .questionhead-copy-copy-copy {
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 3vh;
  }

  .background-video {
    border-radius: 100px;
    height: 200px;
    display: block;
  }

  .heading-4 {
    padding-bottom: .5rem;
    font-size: 1.98rem;
  }

  .as-seen-on {
    padding: 2.5rem 10vw 30px;
  }

  .heading-5 {
    padding-top: 2rem;
    padding-right: 0;
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .link-block-3.w--current {
    padding-top: 0;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    width: 85%;
    margin-left: 0;
    line-height: 4vh;
  }

  .div-block-21 {
    width: 100vw;
    margin-left: -11vw;
  }

  .div-block-23 {
    width: 40vw;
    height: auto;
    padding-top: 0;
  }

  .image-19 {
    width: 100%;
  }

  .bold-text-10 {
    font-size: 3vh;
    line-height: 3vh;
  }

  .image-19-copy {
    width: 100%;
    margin-left: 0%;
  }

  .text-block-9-copy-copy-copy {
    width: 85%;
    color: var(--neutral--800);
    margin-top: 0;
    margin-right: 0;
    font-size: 2.8vh;
    font-weight: 300;
    line-height: 3vh;
  }

  .text-block-19249 {
    font-size: 3.5vh;
    line-height: 5vh;
  }

  ._319857139 {
    font-size: 5vh;
    line-height: 5vh;
  }

  .div-block-26 {
    width: 80%;
    margin-top: 75px;
    padding: 10vw;
  }

  .logo_component-slider-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    place-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
  }

  .text-block-19250 {
    font-size: 4vh;
    line-height: 4.5vh;
  }

  .div-block-27 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-6 {
    font-size: 10vw;
  }

  .text-block-19251 {
    font-size: 5vw;
    line-height: 2.1em;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .image-14-copy {
    float: left;
    clear: none;
    align-self: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .questionhead-copy-copy-copy {
    margin-top: 1vh;
    margin-bottom: 0;
    padding-left: 4vh;
    padding-right: 4vh;
    font-size: 2.8vh;
    font-weight: 300;
    line-height: 3.5vh;
  }

  .ratedby100sofcustomers {
    padding-top: 0;
    display: none;
  }

  .div-block-34 {
    margin-top: 1vh;
  }

  .jhje9f82308 {
    z-index: 0;
    min-height: 63vh;
    box-shadow: none;
    border-radius: 0;
    margin-top: -14vh;
    margin-left: 0;
  }

  ._309ecm039r2-copy {
    font-size: 5vh;
    line-height: 5.5vh;
  }

  ._3ufhiufniuenf {
    align-self: center;
    width: 85%;
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .image-21 {
    height: 2.5vh;
  }

  .link-block-8 {
    z-index: -1;
    margin-top: -50vh;
    position: relative;
  }

  .div-block-37 {
    min-width: 100%;
    padding: 0 1rem 1rem;
  }

  .nmls-image, .equalhousingopportunity-image {
    flex: 0 auto;
    align-self: center;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .namb-image {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bbb-image {
    flex: 0 auto;
    align-self: center;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-14 {
    font-size: 16px;
  }

  .textbox {
    border-width: 3px;
    height: 3vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    font-size: 3vh;
    line-height: 3vh;
  }

  .buttonrelationship {
    background-color: #ff5c00;
    font-size: 4.8vw;
    line-height: 2em;
  }

  .checkyoureligibility {
    background-color: #ff5c00;
    padding: 3vw 4vw;
    font-size: 6vw;
    line-height: 2em;
  }

  .paragraph-6 {
    text-align: left;
    font-size: 2.5vh;
  }

  .text-400-copy.bold-copy.color-neutral-800-copy {
    font-size: 7.5vh;
  }

  .rental, .six {
    font-size: 15vh;
  }

  .text-400-copy-copy.bold-copy-copy.color-neutral-800-copy-copy {
    text-align: center;
    font-size: 15vh;
  }

  .bridge {
    font-size: 15vh;
  }

  .rentalbutton {
    width: 93%;
    height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-7 {
    font-size: 8px;
    line-height: 1.4em;
  }

  .section-8 {
    padding-top: 16vh;
    font-family: Frank Ruhl Libre, sans-serif;
  }

  .section-9 {
    z-index: 4;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-25 {
    width: 20%;
  }

  .eight {
    font-size: 15vh;
  }

  .selected-reviews, .grid-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-27 {
    height: 128px;
  }

  .paragraph-8 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .85rem;
    line-height: 1.5em;
  }

  .heading-9, .link-7 {
    display: none;
  }

  .grid-10 {
    grid-template-rows: auto auto;
    place-items: center start;
    width: 100vw;
    min-height: 48vh;
    padding: 8vh 4vh 4vh;
  }

  .link-11 {
    display: none;
  }

  .bbb {
    border-radius: 30px;
    height: 2.5vh;
  }

  .heading-13 {
    font-size: 3.5vh;
    font-weight: 700;
    line-height: 3.5vh;
  }

  .paragraph-9 {
    margin-bottom: 2vh;
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .grid-12 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 4vh;
    padding-right: 0;
  }

  .seperater {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .seperater.seprater {
    display: none;
  }

  .grid-13 {
    border-left-width: 0;
    border-right: 0 solid #000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    font-size: 2.5vh;
  }

  .image-28 {
    border-top: 1px solid #48525b;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-right: 50%;
  }

  .paragraph-10 {
    color: var(--neutral--300);
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 2vh;
    line-height: 2.25vh;
  }

  .button-3 {
    width: 100%;
    margin-bottom: 4vh;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .form {
    padding-top: 4vh;
  }

  .crediibility-buildout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    place-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
  }

  .biggerpockets-image {
    width: 100%;
    height: auto;
  }

  .code-embed {
    display: none;
  }

  .call-to-action {
    width: 100%;
    padding-top: 4vh;
    padding-bottom: 2vh;
  }

  .page-wrapper2 {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .text-block-9-copy {
    width: 90%;
    font-size: 3vh;
    line-height: 4vh;
  }

  .image-29 {
    height: 8vh;
  }

  .dropdown-toggle-2 {
    background-image: url('../images/3line.png');
    background-position: 0 0;
    background-size: auto;
    width: 8vh;
    height: 8vh;
    padding: 0;
    display: block;
  }

  .dropdown {
    width: 8vh;
    height: 8vh;
  }

  .icon {
    background-image: url('../images/3line.png');
    background-position: 0 0;
    background-size: cover;
    width: 8vh;
    height: 8vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .dropdown-list-2 {
    background-color: var(--gpt-navy1);
    width: 100vw;
    padding: 1.5vh 3.5vh 3.5vh;
    position: fixed;
    inset: 12vh 0% auto;
  }

  .dropdown-link {
    color: var(--gpt-lightgray);
  }

  .heading-15 {
    color: var(--gpt-lightgray);
    margin-bottom: 0;
    font-family: Frank Ruhl Libre, sans-serif;
    font-weight: 500;
  }

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

  .heading-19 {
    margin-bottom: 0;
  }

  .paragraph-12 {
    text-align: left;
  }

  .link-13 {
    color: var(--gpt-navy1);
    font-weight: 700;
  }

  .universal-wrapper {
    margin-top: 0;
    padding-top: 5vh;
  }

  .primary-mast-market {
    padding-bottom: 12vh;
  }

  .heading-23 {
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 5vh;
    line-height: 6vh;
  }

  .paragraph-16 {
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 3.4vh;
  }

  .article-cards {
    grid-template-columns: 80vw 80vw 80vw 80vw;
  }

  .section-10 {
    z-index: 2;
    background-color: var(--gpt-amber1);
    width: 100vw;
    height: 8vh;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-24 {
    color: var(--gpt-lightgray);
    margin: auto;
    font-family: Montserrat, sans-serif;
    font-size: 2vh;
    font-weight: 600;
    display: block;
  }

  .link-15 {
    color: var(--gpt-lightgray);
  }

  .link-16 {
    display: none;
  }

  .paragraph-9-copy {
    margin-bottom: 2vh;
    font-size: 2.5vh;
    line-height: 3vh;
    display: none;
  }

  .woiecowijnce {
    float: left;
    clear: none;
    flex: 0 auto;
    order: -1;
    align-self: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .primary-article-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .article-div {
    padding: 5vh 7vw 0;
  }

  .sidebar-div {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.5vw;
  }

  .article-rich {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .sidecar-element {
    margin-bottom: 2.5vh;
  }

  .sidecar-content {
    padding: 1.5vh 2vw;
  }

  .sidecar-heading {
    margin-bottom: 1.5vh;
    line-height: 3vh;
  }

  .paragraph-18 {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .section-11 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .section-12 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    padding-bottom: 5vh;
  }

  .link-block-10 {
    height: auto;
  }
}

#w-node-_3ab61abf-74e3-372c-0405-da614a95a7d1-11330ce9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_5b225612-9d8c-fc35-859e-35acdd8e995b-11330ce9 {
  justify-self: center;
}

#w-node-f7a0c7c7-b5b1-1d22-7035-4a4f2f69cfb4-11330ce9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0b97d7d4-4fdf-05d4-3ee7-a844db665bc7-11330ce9, #w-node-f2c531e8-92a7-63cb-57cf-79c8536affcf-11330ce9 {
  place-self: center;
}

#w-node-_801484bb-b3fa-3bc0-61d8-9e867b4af7de-11330ce9, #w-node-_0bfbf98a-cb3a-a0ae-eb39-b61c693241f2-11330ce9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b9b7baf-1f6b-b40d-cd96-d8a927346569-11330ce9 {
  place-self: center;
}

#w-node-feeddf6b-015f-bfc9-e079-4418b78768c0-c296f2e5 {
  place-self: start;
}

#w-node-_0f0daf57-f8c9-0e4b-1064-4a55cec1ac5f-c296f2e5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_50d4364d-64d3-21fa-9f49-3d229118bbc1-c296f2e5 {
  place-self: center start;
}

#w-node-_7927df36-85df-9345-e8cb-cbe47f940969-c296f2e5 {
  place-self: end start;
}

#w-node-_32015ae4-28d0-bbed-8217-984af1bd32bc-c296f2e5, #w-node-aa0e44f3-bfa9-3c40-c0de-ab793c4a49fd-c296f2e5, #w-node-_2768786c-1a1f-01f1-ff6a-737573564a22-c296f2e5, #w-node-cd457ec8-4a0b-1de1-d35f-b0c5588b1d3b-c296f2e5, #w-node-_81a259a9-aa2e-9236-0421-a0822a4e3eb6-c296f2e5, #w-node-_7da909d8-a35f-f611-0e87-1324d5b1b6de-c296f2e5, #w-node-_009e3194-a1e3-4c1a-8c16-e5201353793f-c296f2e5 {
  justify-self: start;
}

#w-node-_691a7826-5203-0989-c5d3-cb23bc873b88-c296f2e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_756ff86d-913c-45e3-8f3f-37a4906df2ee-c296f2e5, #w-node-_6839e4e0-fa9a-b58a-1bc6-08272e4cb1cf-c296f2e5 {
  place-self: center;
}

#w-node-f5bbae4b-4c59-ee33-f882-1b6e8c1db899-c296f2e5 {
  justify-self: center;
}

#w-node-c8554080-302d-ea4a-71df-2ab988e18dc7-88e18dc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b94ccc6b-0ac0-2c02-c4bb-caa45fb73787-88e18dc3, #w-node-_7ff53ff5-291b-fd7b-7869-77d74f9c3613-88e18dc3, #w-node-acdeb09f-d798-07ba-ef19-bd8f4efbc6e1-88e18dc3, #w-node-_477fb3ff-f648-55d7-e9af-17e622e6869d-88e18dc3 {
  place-self: center;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-11330d6d {
  align-self: stretch;
}

#w-node-d48b69bd-fa88-2a67-2197-f231211b0e10-2a1aff3e {
  place-self: end;
}

#w-node-dfd7caa7-729b-b22f-2938-b2cc46571e2c-38708353, #w-node-_0b9bc0ee-9e91-6a4a-3b92-3fcf28f0b688-63a50401, #w-node-_31f21618-7d22-f851-fbd5-f651c7db8f49-63a50401, #w-node-dfd7caa7-729b-b22f-2938-b2cc46571e2c-63a50401 {
  justify-self: start;
}

#w-node-_82fc2799-0f0a-aa70-af3b-58e13b8bca66-137e985f, #w-node-_089689f2-1e58-fc5b-301c-58dc4e1fb885-137e985f {
  place-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_3ab61abf-74e3-372c-0405-da614a95a7d1-11330ce9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
  }

  #w-node-_0b97d7d4-4fdf-05d4-3ee7-a844db665bc7-11330ce9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-feeddf6b-015f-bfc9-e079-4418b78768c0-c296f2e5 {
    place-self: start;
  }

  #w-node-_691a7826-5203-0989-c5d3-cb23bc873b88-c296f2e5 {
    place-self: center;
  }

  #w-node-c8554080-302d-ea4a-71df-2ab988e18dc7-88e18dc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c8554080-302d-ea4a-71df-2ab988e18dc7-88e18dc3 {
    justify-self: start;
  }

  #w-node-_477fb3ff-f648-55d7-e9af-17e622e6869d-88e18dc3 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3ab61abf-74e3-372c-0405-da614a95a7d1-11330ce9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47847eea-a29c-36b2-a223-d10e1ed87ef6-2bbd6cd0, #w-node-c0c5d431-98a2-4254-09bc-8b6a0cf011f2-2bbd6cd0, #w-node-_115199db-47e2-6286-938c-4a953929a85b-2bbd6cd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ab61abf-74e3-372c-0405-da614a95a7d1-11330ce9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-f2c531e8-92a7-63cb-57cf-79c8536affcf-11330ce9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_477fb3ff-f648-55d7-e9af-17e622e6869d-88e18dc3 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ab61abf-74e3-372c-0405-da614a95a7d1-11330ce9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e05dbecc-f0b0-453a-ea24-29c4b976eca8-11330ce9 {
    justify-self: start;
  }

  #w-node-_24c48af8-8c96-97d4-47a6-61a9d122df1d-11330ce9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_24c48af8-8c96-97d4-47a6-61a9d122df1e-11330ce9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24c48af8-8c96-97d4-47a6-61a9d122df20-11330ce9 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-_24c48af8-8c96-97d4-47a6-61a9d122df22-11330ce9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b225612-9d8c-fc35-859e-35acdd8e995b-11330ce9 {
    justify-self: start;
  }

  #w-node-_0b97d7d4-4fdf-05d4-3ee7-a844db665bc7-11330ce9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-feeddf6b-015f-bfc9-e079-4418b78768c0-c296f2e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_1e2427fd-2ede-8738-48b0-a03c3167b2a3-c296f2e5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_691a7826-5203-0989-c5d3-cb23bc873b88-c296f2e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6839e4e0-fa9a-b58a-1bc6-08272e4cb1cf-c296f2e5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8554080-302d-ea4a-71df-2ab988e18dc7-88e18dc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_916c9162-410d-834f-2bfa-dbd71a6fbdcf-88e18dc3 {
    grid-area: Area;
    justify-self: end;
  }

  #w-node-c9bbfedc-5dd3-69bc-da33-b6707250fa48-2a1aff3e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b34a7739-ccfe-e565-4e2b-74e6017d3cc4-017d3cb7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_21aaa616-3018-81f1-f008-bcee92fd8a1f-10b423bf {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dashflow custom icon font';
  src: url('../fonts/dashflow-custom-icon-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}