:root {
  --primary-color: #e60606;
  --bgcolor: #fff7f7;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

.body {
  color: #2b2f2d;
  font-family: Plus Jakarta Sans, sans-serif;
}

.section_home-hero {
  background-image: url('../images/Group-3285.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 24px 100px;
}

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

.container.z-index-3 {
  z-index: 3;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-content {
  width: 100%;
  max-width: 628px;
  padding-top: 80px;
}

.right-content {
  width: 100%;
  max-width: 585px;
}

.right-content.hide {
  max-width: 485px;
}

.heading-style-h1 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 800;
  line-height: 68px;
}

.heading-style-h1._48px {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 62px;
}

.heading-style-h1._48px.is-margin {
  margin-top: 16px;
  margin-bottom: 16px;
}

.heading-style-h1._48px-margin-24px {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 62px;
}

.heading-style-h1._48px-16px {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 62px;
}

.heading-style-h1._48px-margin-off {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 62px;
}

.text-size-20px {
  color: #2b2f2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.text-size-20px.is-white {
  color: #979797;
}

.text-size-20px.is-margin {
  margin-top: 16px;
}

.text-size-20px.is-margin.size {
  font-size: 16px;
  line-height: 24px;
}

.text-size-20px.margin-bottom {
  margin-bottom: 40px;
}

.text-size-20px.margin-8px {
  margin-top: 8px;
}

.caveat-text {
  color: #2b2f2d;
  font-family: Caveat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.caveat-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-end;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.caveat-wrapper.centre {
  justify-content: center;
}

.arrow-wrapper {
  width: 25px;
  height: 25px;
}

.hero-button-wrapper {
  background-color: #3375d8;
  background-image: url('../images/Group-3481.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476px;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: -2px 4px 16px #0000004d;
}

.hero-button-wrapper.hide-in-desk {
  display: none;
}

.purchase-card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 444px;
  height: 76px;
  margin-bottom: 16px;
  padding: 25px 12px 25px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #00000040;
}

.text-size-medium {
  color: #2f2b2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.arrow-wrapper-button {
  background-color: #f1f1f1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
}

.next-arrow {
  width: 24px;
  height: 24px;
}

.refinance-card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 444px;
  height: 76px;
  padding: 25px 12px 25px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #00000040;
}

.pop-up-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

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

.buttons-wrapper {
  background-color: #e6f0ff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 508px;
  padding: 16px;
  display: none;
}

.buttons-wrapper.centre {
  margin-left: auto;
  margin-right: auto;
}

.impact-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 84%;
  margin-top: 24px;
  display: flex;
}

.impact-wrapper.centre {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.impact-wrapper.margin-top {
  margin-top: 40px;
}

.elipse {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.elipse.is-color {
  background-color: #2b2f2d;
}

.text-size-xsmall {
  color: #828584;
  flex: 0 auto;
  order: 0;
  line-height: 24px;
  overflow: visible;
}

.text-size-xsmall.is-color {
  color: #2b2f2d;
}

.embed-animation {
  height: 0;
}

.section_home-todays-rate {
  padding: 80px 24px 60px;
  position: relative;
}

.todays-rate-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  display: flex;
}

.todays-rate-heading-wrapper {
  width: 100%;
  max-width: 300px;
}

.todays-rate-card-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 920px;
  position: relative;
}

.text-size-small-s {
  color: var(--primary-color);
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.text-size-small-s.is-color {
  color: #979797;
}

.text-size-small-s.is-color-black {
  color: #2b2f2d;
}

.text-size-small-s.is-left {
  text-align: left;
}

.heading_-style-h2 {
  color: #2b2f2d;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.heading_-style-h2.margin {
  margin-top: 16px;
  margin-bottom: 0;
}

.heading_-style-h2.margin.is-color {
  color: #000;
  font-size: 28px;
  line-height: 36px;
}

.heading_-style-h2.margin.is-left {
  text-align: left;
}

.heading_-style-h2.bold {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading_-style-h2.margin-off {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading_-style-h2.margin-off.left-align {
  text-align: left;
}

.heading_-style-h2.top-margin-off {
  margin-top: 0;
}

.heading_-style-h2.is-margin-8px {
  margin-top: 0;
  margin-bottom: 8px;
}

.heading_-style-h2.is-color {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading_-style-h2.is-48px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 62px;
}

.heading_-style-h2.is-margin-off, .heading_-style-h2.is-off-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading_-style-h2.margin-24px {
  margin-top: 16px;
  margin-bottom: 24px;
}

.heading_-style-h2.margin {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.heading_-style-h2.bold {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  display: block;
  position: static;
  bottom: auto;
  overflow: visible;
}

.primary-button {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 32px;
  width: 100%;
  max-width: 215px;
  padding: 17px 37px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.primary-button:hover {
  transform: translate(0, -5px);
}

.primary-button.notify {
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  padding: 17px 26px;
  display: flex;
}

.primary-button.notify.hide {
  display: none;
}

.primary-button.notify.width {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
}

.primary-button.is-custom {
  text-align: center;
  max-width: 210px;
  padding-left: 27px;
  padding-right: 27px;
}

.primary-button.is-nav {
  background-color: #e60606;
  border-radius: 32px;
  max-width: 124px;
  height: 48px;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.primary-button.is-width {
  max-width: 230px;
}

.primary-button.is-width-free-quote {
  max-width: 356px;
}

.primary-button.is-width-small {
  max-width: 190px;
}

.primary-button.is-watch {
  max-width: 240px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.todays-rate-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(300px, 413px) minmax(300px, 413px);
  display: flex;
}

.card-wrappper {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  transition: all .2s;
  position: relative;
}

.card-wrappper:hover {
  box-shadow: 0 10px 40px #0000001a;
}

.text-size-16px {
  color: #979797;
  letter-spacing: .64px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.text-size-16px.is-margin {
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.text-size-16px.is-color-margin-of {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.text-size-16px.is-color {
  color: #2b2f2d;
  margin-bottom: 0;
  font-weight: 400;
}

.text-size-16px.is-medium {
  color: #2b2f2d;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 22px;
}

.years-wrapper {
  justify-content: space-between;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.years-text {
  color: #2b2f2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.rates-wrapper {
  padding: 16px 24px;
}

.price-heading {
  font-size: 24px;
  font-weight: 800;
  line-height: 32.5px;
}

.price-heading.is-size {
  color: #5f59dc;
  font-size: 19px;
  line-height: 30px;
}

.apr-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.apr-text.is-color {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
}

.apr-text.is-size {
  font-size: 14px;
  line-height: 20px;
}

.point-text {
  margin-top: 21px;
  line-height: 22px;
}

.horizontal-line {
  background-color: #ebebeb;
  height: 1px;
}

.customize-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  width: 100%;
  max-width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.next-arrow-card {
  width: 24px;
  height: 24px;
}

.customize-text {
  color: #3375d8;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.wrapper-assumption {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.assumption-text {
  color: #979797;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}

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

.vertical-line {
  background-color: #979797;
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  height: 20px;
}

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

.section_home-about {
  padding: 130px 24px;
}

.about-us-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-top-wrapper {
  text-align: center;
  width: 100%;
  max-width: 766px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-content-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-us-content-wrapper.about {
  justify-content: center;
}

.about-us-content-wrapper.vertical {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: center;
}

.image-wrapper {
  background-image: url('../images/1726522175-9073-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 463px;
  min-height: 521px;
  position: relative;
}

.image-wrapper.hide {
  display: none;
}

.content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 737px;
  display: flex;
}

.content-wrapper.is-width {
  text-align: center;
  text-align: center;
  align-items: center;
  max-width: 1280px;
  display: none;
}

.overlay {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  height: 147px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading_-style-small {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.heading_-style-small._20px {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.heading_-style-small.is-color {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
}

.heading_-style-small._20px-margin {
  color: #2b2f2d;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
}

.heading_-style-small.is-color-height {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}

.heading_-style-small._20px-color {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.heading_-style-small.is-20px-white-color {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.name-wrapper {
  padding: 60px 20px 28px 25px;
}

.logo-wrap {
  width: 100%;
  max-width: 173px;
  padding-top: 60px;
  padding-bottom: 28px;
  padding-right: 25px;
}

.about-position-text {
  color: #fff;
  margin-top: 0;
  line-height: 22px;
}

.secondary-button {
  color: #3375d8;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3375d8;
  border-radius: 8px;
  width: 100%;
  max-width: 170px;
  padding: 17px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.secondary-button.is-nav {
  max-width: 124px;
  height: 48px;
  color: var(--primary-color);
  border-color: #e60606;
  border-radius: 32px;
  padding: 12px 17px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.secondary-button.is-nav:hover {
  transform: translate(0, -4px);
}

.static-numbers-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #0000001a;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.days-wrapper {
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 411px;
  padding: 32px 80px;
  display: flex;
  position: relative;
}

.days-wrapper.padding {
  padding-left: 85px;
  padding-right: 85px;
}

.text-size-18px {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.text-size-18px.is-black {
  color: #000;
  margin-top: 16px;
  margin-bottom: 32px;
}

.text-size-18px.is-color {
  color: #2b2f2d;
}

.section_home-goal {
  background-color: #fafafa;
  padding: 130px 24px;
}

.goal-top-wrapper {
  text-align: center;
  width: 100%;
  max-width: 766px;
  margin-bottom: 76px;
  margin-left: auto;
  margin-right: auto;
}

.goal-bottom-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.pursonalize-card {
  background-image: url('../images/Group-3482.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 628px;
  min-height: 428px;
  padding: 48px 32px 48px 48px;
  transition: all .2s;
  display: flex;
}

.stars-image {
  border-radius: 32px;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-top-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.text-size-xlarge {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.top-content {
  justify-content: space-between;
  display: flex;
}

.circle {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.up-right-arrow {
  width: 32px;
  height: 32px;
}

.personalize-button {
  color: #2b2f2d;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 17px 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.personalize-button-wrapper {
  width: 100%;
  max-width: 241px;
}

.saving-button-wrapper {
  width: 100%;
  max-width: 256px;
}

.section_home-process {
  padding: 130px 24px;
}

.loan-process-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pre-approval-content {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: 100%;
  max-width: 411px;
  padding: 24px 52px 50px 32px;
  position: relative;
}

.process-top-wrapper {
  text-align: center;
  width: 100%;
  max-width: 766px;
  margin-bottom: 66px;
  margin-left: auto;
  margin-right: auto;
}

.process-top-wrapper.is-width {
  max-width: 338px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.bg-wrapper {
  z-index: -1;
  background-color: #e6f0ff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 8px 0% 0% 8px;
}

.process-top-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: flex;
}

.process-top-content.is-top-padding {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.numbers-wrapper {
  background-color: #f3f2f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  display: flex;
}

.number-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.assumption-text-copy {
  color: #979797;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.text-size-regular.is-normal {
  color: #2b2f2d;
  font-weight: 400;
}

.text-size-regular.is-height {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-size-regular.is-height.margin {
  margin-top: 40px;
}

.text-size-regular.is-height.margin-off {
  margin-bottom: 10px;
}

.text-size-regular.is-height.top-margin {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-size-regular.is-height-margin-off {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.text-size-regular.is-height-margin-off.margin {
  margin-top: 40px;
}

.text-size-regular.is-height-margin-off.margin-off {
  margin-bottom: 10px;
}

.text-size-regular.is-height-margin-off.top-margin {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-size-regular.is-color {
  color: #2b2f2d80;
  margin-top: 30px;
  font-weight: 400;
  line-height: 30px;
}

.loan-process-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.primary-button-wrapper {
  text-align: center;
  margin-top: 64px;
}

.section_home-notification {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  width: 100%;
  padding: 130px 24px;
  display: flex;
}

.notification-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.image-wrapper-notify {
  width: 100%;
  max-width: 517px;
}

.image-wrapper-notify.is-width {
  max-width: 299px;
}

.content-notification {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 628px;
  display: flex;
}

.content-notification.is-width {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 444px;
  padding: 35px 32px 40px;
  display: flex;
}

.notify-image.model {
  padding: 0;
}

.notification-top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 766px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.notification-top-content.is-width {
  text-align: center;
  max-width: 444px;
  margin-bottom: 32px;
}

.section_home-reviews {
  padding: 40px 24px 130px;
}

.section_home-reviews.padding {
  padding-bottom: 200px;
}

.review-top-content {
  text-align: center;
  width: 100%;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.review-top-content.hide {
  display: none;
}

.review-embed-wrapper {
  width: 100%;
  max-width: 1280px;
  height: 550px;
}

.review-embed {
  margin-bottom: 0;
}

.section_home-tools {
  padding: 130px 24px;
}

.tool-top-wrapper {
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 411px) minmax(300px, 411px) minmax(300px, 411px);
  width: 100%;
  max-width: 1280px;
}

.calculator-card {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 32px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.calculator-card:hover {
  box-shadow: 0 10px 32px #0000001a;
}

.calculator-card.hde {
  display: none;
}

.calculator-img-wrapper {
  width: 48px;
  height: 48px;
}

.calculator-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
  display: flex;
}

.wrapper-right-arrow {
  background-color: #3375d8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 40px;
  padding: 8px 24px;
  display: flex;
}

.arrow-right {
  width: 24px;
  height: 24px;
}

.view-all-wrapper {
  color: #2b2f2d;
  cursor: pointer;
  background-color: #e6f0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.view-all-wrapper:hover {
  box-shadow: 0 10px 32px #0000001a;
}

.view-all {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.up-arrow-wrapper {
  background-color: #3375d8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  display: flex;
}

.up-arrow {
  width: 38px;
  height: 38px;
}

.text-size-semi {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.text-size-semi.is-margin {
  margin-top: 48px;
}

.section_home-discover {
  background-color: #fafafa;
  padding: 130px 24px;
}

.discover-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.discover-left-content {
  width: 100%;
  max-width: 410px;
}

.rates-cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.rate-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 419px;
  padding: 48px 57px 48px 48px;
  display: flex;
}

.currency-image {
  width: 99px;
  height: 99px;
}

.section_home-presence {
  padding: 130px 24px;
}

.map-wrapper {
  width: 100%;
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}

.map-top-content {
  text-align: center;
  width: 100%;
  max-width: 587px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section_home-cta {
  background-color: #fff;
  padding: 100px 24px;
}

.cta-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--bgcolor);
  background-image: url('../images/Group-1171274807_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px 32px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 90px;
  display: flex;
}

.heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 679px;
  display: flex;
}

.heading-wrapper.is-width {
  border-radius: 32px;
  max-width: none;
}

.cta-impact-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 492px;
  display: flex;
}

.cta-impact-wrapper.hide {
  justify-content: center;
  align-items: center;
  max-width: 50%;
}

.cta-impact-wrapper.is-width {
  max-width: none;
}

.section_footer {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  padding-top: 64px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.first-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.logo-link-footer {
  width: 100%;
  max-width: 161px;
}

.social-wrapper-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.social-icon-link {
  background-color: #e7e7e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.social-icon-link:hover {
  background-color: #f6f6f6;
}

.facebook-logo {
  width: 24px;
  height: 24px;
}

.footer-column-second {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.resources-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 235px;
  display: flex;
}

.footer-link {
  color: #2b2f2d;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link.hide-in-desk {
  display: none;
}

.location-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.location-text {
  color: #2b2f2d;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.location-text.text-size {
  font-size: 18px;
  line-height: 26px;
}

.map-pin {
  margin-left: -2px;
}

.email-link, .phone-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-wrapper-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 267px;
  display: flex;
}

.image {
  width: 85px;
  height: 85px;
}

.footer-bottom-wrapper {
  border-top: 1px solid #e1e1e1;
  margin-top: 51px;
}

.copyright-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  display: flex;
}

.text-span {
  color: #000;
}

.made-wrapper {
  width: 100%;
  max-width: 200px;
}

.policy-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-text {
  line-height: 24px;
}

.section_home-team {
  padding: 130px 24px;
}

.section_home-team.bg {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.team-top-wrapper {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.team-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.team-wrapper._2-cards {
  justify-content: flex-start;
}

.team-wrapper.home {
  display: none;
}

.team-wrapper._2-cards-home {
  justify-content: flex-start;
  display: none;
}

.expert-card {
  width: 100%;
  max-width: 411px;
  position: relative;
}

.card-top-wraper {
  z-index: -5;
  background-color: var(--bgcolor);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 137px;
}

.circle-image {
  background-image: url('../images/Group-3470.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 20% auto 19% 8%;
}

.circle-image.chance {
  background-image: url('../images/Group-3470.avif');
  left: 32%;
}

.circle-image.sams {
  background-image: url('../images/Group-3470-2.png');
}

.circle-image.robert {
  background-image: url('../images/Group-3470-3.png');
}

.circle-image.stanton {
  background-image: url('../images/Group-3470-4.png');
}

.expert-detail-wrapper {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 70px 32px 32px;
}

.officer-number, .number-link {
  color: #2b2f2d;
  text-decoration: none;
}

.view-more-button {
  border: 1px solid var(--primary-color);
  width: 100%;
  max-width: 127px;
  color: var(--primary-color);
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  margin-top: 16px;
  padding: 12px 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.view-more-button:hover {
  transform: translate(0, -4px);
}

.team-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-main-wrapper.home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.team-main-wrapper.is-width {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.navbar {
  background-color: #fff;
  margin-bottom: 0;
  padding: 16px 24px;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-container.test {
  position: relative;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 161px;
  display: flex;
}

.nav-logo-image {
  width: 173px;
  display: block;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.nav-menu.test {
  position: static;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 261px;
  display: flex;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #2b2f2d;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
}

.nav-dropdown.shop {
  position: static;
}

.dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.dropdown-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 8px;
  width: 240px;
  padding: 8px;
}

.dropdown-list.about {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  margin-top: 27px;
  box-shadow: 0 2px 2.21px #00000005, 0 7px 5.32px #00000008, 0 13px 10.02px #0000000a, 0 22px 17.87px #0000000a;
}

.dropdown-list.about-loan {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 260px;
  margin-top: 27px;
  box-shadow: 0 2px 2.21px #00000005, 0 7px 5.32px #00000008, 0 13px 10.02px #0000000a, 0 22px 17.87px #0000000a;
}

.dropdown-list.shop {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  padding: 16px 0;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 2px 2.21px #00000005, 0 7px 5.32px #00000008, 0 13px 10.02px #0000000a, 0 22px 17.87px #0000000a;
}

.dropdown-icon {
  width: 20px;
  height: 20px;
}

.html-embed-2 {
  height: 0;
}

.button--popup-embed {
  margin-bottom: 0;
}

.button--popup-embed.is-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rating-number {
  color: #2b2f2d;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.text-size-medium-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.content-right {
  width: 100%;
  max-width: 530px;
}

.new-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.refinance-card-2 {
  cursor: pointer;
  border-top: 2px solid #788680;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 520px;
  min-height: 90px;
  padding: 32px;
  display: flex;
  position: relative;
}

.aroow-embed-animation {
  height: 0;
}

.total-reviews-text {
  color: #2b2f2d;
  font-size: 17px;
  line-height: 24px;
}

.rating-box {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.reviews-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.top-box {
  display: flex;
}

.cotent-wrapper-hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.purchase {
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 520px;
  min-height: 90px;
  padding: 32px;
  display: flex;
  position: relative;
}

.display-h1 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
}

.hero-button-wrapper-2 {
  background-color: #2b2f2d;
  background-image: url('../images/flash.svg');
  background-position: -480px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px #00000040;
}

.contnt-left {
  width: 100%;
  max-width: 620px;
}

.reviews-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 40px;
  display: none;
}

.para-hero {
  color: #2b2f2d;
  margin-top: 10px;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-size-medium-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-link {
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 25px 8px 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-link.w--current {
  color: #2b2f2d;
}

.section_rate-hero {
  padding: 80px 24px 120px;
  position: relative;
}

.rate-embed {
  width: 100%;
  max-width: 1170px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rate-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
}

.section_calculator-hero {
  background-color: #fff;
  padding-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.calculator-embed {
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  position: relative;
}

.calculator-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
}

.lo-profile-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lo--embed {
  width: 100%;
  margin-bottom: 0;
}

.area {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.wrapper-iconn {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  margin-right: -8px;
  padding: 8px;
  transition: opacity .2s;
}

.wrapper-iconn:hover {
  opacity: 1;
}

.modal-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.popup-code-embed {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.popup-code-embed.hide {
  display: none;
}

.popup-code-embed.show {
  display: block;
}

.html-embed-4 {
  width: 100%;
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
}

.bg-gradient {
  z-index: -2;
  background-color: var(--bgcolor);
  background-image: none;
  height: 290px;
  position: absolute;
  inset: 0%;
}

.bg-gradient.custom_z-index {
  z-index: 0;
}

.team-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.section_contact-hero {
  padding: 80px 24px 110px;
  position: relative;
}

.bg-gradient-contact {
  z-index: -2;
  background-color: var(--bgcolor);
  background-image: none;
  height: 250px;
  position: absolute;
  inset: 0%;
}

.contact-hero-wrapper {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  justify-content: space-between;
  display: flex;
}

.contact-left-content {
  width: 100%;
  max-width: 628px;
}

.contact-right-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 519px;
  display: flex;
}

.top-content-contact {
  border-bottom: 1px solid #0000;
  padding-bottom: 32px;
}

.social-wrapper-contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #e1e1e1;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.contact-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-icon-wraper {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.email-logo {
  width: 24px;
  height: 24px;
}

.wrapper-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.address-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.social-wrapper-contact-us {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  margin-top: 32px;
  display: flex;
}

.contact-hero-image-w {
  border-radius: 24px;
  width: 100%;
  box-shadow: 0 24px 30px #0000001a;
}

.direction-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #3375d8;
  border-radius: 32px;
  align-items: center;
  height: 60px;
  padding: 17px 18px 17px 29px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.direction-button:hover {
  transform: translate(0, -5px);
}

.button-text {
  color: #3375d8;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.section_guote-hero {
  background-color: #f0f6ff;
  padding: 80px 24px 48px;
  position: relative;
}

.bg-gradient-quote {
  z-index: -2;
  background-color: #f0f6ff;
  background-image: none;
  height: 290px;
  position: absolute;
  inset: 0%;
}

.quote-hero-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.assumption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 13.38px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 379px;
  height: 240px;
  padding: 16px;
  display: none;
  position: absolute;
  inset: auto 13% 7% auto;
  box-shadow: 2px -25px 83.65px #0000000d;
}

.assumption-wrapper.is-height {
  height: 260px;
  right: 0%;
}

.assumption-pop-up-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}

.sectiion_about {
  padding: 130px 24px;
}

.about-us-hero-wrapper {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 519px;
}

.about-right-content {
  width: 100%;
  max-width: 580px;
}

.section_about-hero {
  background-color: var(--bgcolor);
  padding: 40px 24px 60px;
  position: relative;
}

.section_privacy-home {
  padding: 80px 24px 100px;
  position: relative;
}

.hero-wrapper-privacy {
  text-align: center;
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.introduction-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1062px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.heading_style-h6.margin {
  margin-top: 40px;
}

.list-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.privacy-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.privacy-list.margin {
  margin-top: 10px;
}

.terms-para-wrapper.top-margin {
  margin-top: 25px;
}

.html-embed-5 {
  background-color: #3375d8;
}

.terms-para {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

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

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

.section_ada-hero {
  padding: 80px 24px 174px;
  position: relative;
}

.ada-para {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.email-link-ada {
  color: #2b2f2d;
  text-decoration: none;
}

.ada-para-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1062px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  width: 100%;
  max-width: 411px;
  position: relative;
}

.card-team-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.card-team-wrapper._2-cards {
  justify-content: flex-start;
}

.nav-menu-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-button-sticky {
  display: none;
}

.privacy-terms-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.section_loan-program-hero {
  background-color: var(--bgcolor);
  padding: 60px 24px 42px;
}

.hero-wrapper-loan {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-loan.is-margin {
  margin-bottom: 0;
}

.loan-left-content {
  width: 100%;
  max-width: 628px;
}

.loan-right-content {
  width: 100%;
  max-width: 537px;
}

.loan-left-content-wraper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 519px;
}

.loan-hero-image {
  border-radius: 50px;
}

.loan-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.content-left {
  width: 100%;
  max-width: 737px;
}

.sticky-wrapper {
  border-radius: 24px;
  width: 100%;
  max-width: 421px;
  height: 406px;
  padding: 32px;
  position: sticky;
  top: 100px;
  box-shadow: 0 24px 48px #00000014;
}

.sticky-wrapper.is-width {
  max-width: 395px;
}

.loan-heading-wraper {
  margin-top: 20px;
}

.loan-heading-wraper.top-margin {
  margin-top: 40px;
}

.loan-heading-wraper.margin-off {
  margin-top: 0;
}

.loan-heading-wraper.spacing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.list {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 22px;
  font-size: 16px;
  line-height: 30px;
  list-style-type: decimal;
  display: flex;
}

.list.bullet-point {
  list-style-type: disc;
}

.top-wrapper-sticky {
  margin-bottom: 32px;
}

.heading_style-h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.points-mini-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.point-text-sticky {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.badge-check-logo {
  width: 24px;
  height: 24px;
}

.button-wrapper {
  margin-top: 32px;
}

.limesite-link {
  color: #2b2f2d;
}

.section_review-hero {
  background-color: var(--bgcolor);
  padding: 80px 24px 48px;
}

.review-hero-wrapper {
  text-align: center;
  width: 100%;
  max-width: 847px;
  margin-left: auto;
  margin-right: auto;
}

.model-wrapper {
  z-index: 100005;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.model {
  z-index: 9999;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 508px;
  padding: 35px 32px 40px;
  display: flex;
  position: relative;
}

.model-content-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.model-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.free-book-form-wrapper {
  margin-bottom: 0;
}

.playbook-wrapper {
  background-image: url('../images/Group-3384-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #0000;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 366px;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.playbbook {
  background-image: linear-gradient(157deg, #d5b9fe 5.72%, #896ac6 99.93%);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 197px;
  display: flex;
  position: relative;
  box-shadow: 0 24px 28px #0000003d;
}

.playbbook.is-download {
  max-width: 300px;
  margin-bottom: 0;
}

.vertical-line-2 {
  height: 104%;
  position: absolute;
  inset: 0% auto 0% 15px;
}

.display-1 {
  color: #281d57;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}

.input-field {
  border: 1px solid #d3dae1;
  border-radius: 4px;
  min-height: 51px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 13px 16px;
}

.input-field::placeholder {
  color: #96969c;
  line-height: 24px;
}

.input-field._1 {
  margin-bottom: 24px;
}

.playbook-para {
  color: #281d57;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.label-field {
  color: #281d57;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 24px;
}

.form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 508px;
  display: flex;
  position: relative;
}

.form-mastery-book {
  flex-direction: column;
  width: 100%;
  max-width: 414px;
  display: flex;
}

.exit-intent-popup {
  z-index: 9999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -4% -2% auto auto;
}

.text-size-7px {
  color: #f2f2f2;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 11px;
}

.text-size-7px._14px-color {
  color: #2a2a28;
  margin-top: 25px;
  font-size: 14px;
  line-height: 21px;
}

.content-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 414px;
  margin-bottom: 40px;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #4e3aa5;
  border-radius: 8px;
  margin-top: 40px;
  padding: 17px 32px;
  font-weight: 600;
  line-height: 26px;
}

.grid-title {
  color: #281d57;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.grid-title.blog-18px-max-width-color {
  color: #2a2a28;
  max-width: 279px;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: PT Serif, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.blog-sticky-top-wrapper {
  background-color: #2a2a28;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  padding: 20px 13px 60px 26px;
}

.blog-sticky-top-wrapper._74px {
  background-color: #f2f2f2;
  padding-bottom: 74px;
}

.bankingbridge-icon {
  width: 93px;
  margin-top: 23px;
  margin-bottom: 21px;
  margin-right: 17px;
}

.bankingbridge-icon._164-margin {
  width: 164px;
  margin-top: 40px;
  margin-bottom: 37px;
  margin-right: 30px;
}

.form-pop-up {
  background-color: #fff;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 534px;
  padding: 30px 60px;
  display: flex;
}

.cards-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.loan-cards {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  width: 100%;
  max-width: 329px;
  padding: 18px 20px;
  box-shadow: 2px -23px 75.46px #0000000d;
}

.card-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.hero-video-wrapper {
  border-radius: 32px;
  width: 100%;
  max-width: 1280px;
  height: 720px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.page-video {
  object-fit: fill;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  max-height: 500px;
  margin-bottom: 30px;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-video.margin-bottom-width {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: none;
  box-shadow: none;
  border-radius: .5rem;
  margin-bottom: 0;
  padding-top: 0%;
  display: block;
}

.page-video-image {
  object-fit: contain;
  width: 110%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: -5% 0 0% -5%;
}

.page-video-image.width {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  margin-top: 0;
  inset: 0%;
}

.hero-embed {
  object-fit: cover;
  background-image: url('../images/Thumbnailr_1.avif');
  background-position: 0 0;
  background-size: auto;
  border: 8px solid #ffc7c7;
  border-radius: 32px;
  width: 100%;
  max-width: 1280px;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 12px 32px 40px #1a191e1f;
}

.embed-wrapper {
  width: 100%;
}

.section_todays-hero {
  padding: 145px 24px 100px;
}

.hero-wrapper-rates {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.left-wrapper-rates {
  width: 100%;
  max-width: 628px;
}

.right-wrapper-rate {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 537px;
  display: flex;
}

.purchase-card-30yr {
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 40px;
}

.rate-card-todays {
  margin-top: 24px;
  display: flex;
  position: relative;
}

.price-tag {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
}

.price-tag-wrapper {
  flex-flow: column;
  display: flex;
}

.horizontal-line-rates {
  background-color: #ccc;
  width: 1px;
  height: 60px;
  margin-left: 88px;
  margin-right: 48px;
}

.refinance-card-30yr {
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 40px;
}

.section_todays-purchase {
  padding: 60px 24px;
}

.purchase-wrapper {
  margin-bottom: 32px;
}

.purchase-rate-loans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ccc;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 32px 40px;
  display: flex;
}

.first-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.first-row._3-rows {
  grid-template-rows: auto auto auto;
}

.first-row._2-rows, .first-row._2-rows.hide-in-mb {
  grid-template-rows: auto auto;
}

.first-row.hide-in-mb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr .75fr 1fr 1fr;
}

.fsecond-row {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.customize-text-copy {
  color: #3375d8;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.custom-text-20px {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.section_todays-mortage {
  border-top: 1px solid #ccc;
  padding: 48px 24px;
}

.mortage-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.mortage-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.rates-link {
  color: #2b2f2d;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.retention_dropdown {
  border-radius: 12px;
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-style-h4 {
  color: #2b2f2d;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-style-h4.is-margin-of {
  margin-top: 16px;
  margin-bottom: 0;
}

.shadow_line {
  background-color: #7c6df6;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 0 16px #7c6df666;
}

.retention_left-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.faq_toggle {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding: 37px 30px 37px 0;
  display: flex;
}

.plus_circle {
  border: 2px solid #2b2f2d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.vertical_line {
  position: absolute;
}

.retention_list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.faq_list-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_faq {
  padding: 60px 24px;
}

.grid_cell {
  border-bottom: 1px solid #ccc;
  min-height: 52px;
}

.grid_cell.no-border {
  border-bottom: 0 #0000;
}

.assumption-wrapper-rates {
  margin-top: 32px;
}

.purchase-cards-wrapper.margin-top {
  margin-top: 80px;
}

.list-rate {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.mortage-points {
  text-decoration: none;
  display: inline;
}

.dropdown-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-rate-card-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-rate-card-mobile.hide-in-desk, .p-rate-card-mobile.show-in-mb {
  display: none;
}

.code-embed {
  overflow: visible;
}

.section_todays-mortage-2 {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 48px 24px;
}

.cta-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #ffe7e8;
  background-image: url('../images/Vector-1-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 48px;
  display: flex;
}

.text-size-xsmall-2 {
  color: #828584;
  line-height: 24px;
}

.text-size-xsmall-2.is-color {
  color: #2b2f2d;
}

.cta-impact-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.cta-impact-wrapper-2.hide {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small-s-2 {
  color: #d03135;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.text-size-small-s-2.is-color-black {
  color: #2b2f2d;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #d03135;
  border-radius: 8px;
  width: 100%;
  max-width: 203px;
  padding: 17px 37px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.primary-button-2.is-width-small {
  max-width: 190px;
}

.bg-gradient-2 {
  z-index: -2;
  background-color: #fff;
  background-image: linear-gradient(#ffe7e8, #fff0);
  height: 290px;
  position: absolute;
  inset: 0%;
}

.shop-rate-cards {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #faeeee;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 405px;
  min-height: 265px;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.shop-rate-cards:hover {
  box-shadow: 0 15px 30px #0000001a;
}

.shop-rate-cards._2 {
  background-color: #e1efff;
}

.shop-rate-cards._3 {
  background-color: #e5e7f7;
}

.todays_content {
  text-align: center;
}

.rates_img-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 357px;
}

.live-rates-img {
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 4px #0000001a;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.purchase_wrapper {
  border: 1px solid #0003;
  border-radius: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 124px;
  padding: 34px 24px 34px 38px;
  transition: all .2s;
  display: flex;
}

.purchase_wrapper:hover {
  box-shadow: 0 10px 40px #0000001a;
}

.purchase-text-wraper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.purchase-text {
  color: #000;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fixed-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.centre-wrapper {
  width: 100%;
  max-width: 295px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.interest-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.inerest-text {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}

.int-text {
  color: #141313;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.vertical_line-rate {
  color: #e1e1e1;
  background-color: #e1e1e1;
  width: 2px;
  height: 42px;
  position: absolute;
  inset: 11% 0% 0% auto;
}

.apr-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.points-wrapper-rates {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.national_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.us-flag {
  width: 18px;
}

.text-size-re {
  color: #000;
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
}

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

.customise-button {
  color: #3375d8;
  background-color: #0000;
  border: 1px solid #3375d8;
  border-radius: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 223px;
  height: 76px;
  padding: 24px 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.customise-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.all-content-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.all-content-wraper.hide {
  display: none;
}

.div-block-4 {
  justify-content: flex-end;
  display: flex;
}

.purchase-ref-tabs-wraper {
  margin-top: 48px;
  display: none;
}

.tab-menu-rates {
  border: 1px solid #3375d8;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 371px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

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

.tab-pane-rates {
  width: 100%;
  max-width: 1280px;
}

.tab_link-rates {
  color: #000;
  background-color: #0000;
  padding: 16px 46px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.tab_link-rates.w--current {
  color: #fff;
  background-color: #3375d8;
  border-radius: 48px;
}

.purchase_tabs {
  width: 100%;
  max-width: 1280px;
}

.purchase-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.purchase-tab-link {
  color: #000;
  background-color: #e8ecf0;
  border-radius: 4.93px;
  justify-content: center;
  align-items: center;
  padding: 9px 16px 9px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.purchase-tab-link.w--current {
  color: #fff;
  background-color: #3375d8;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block-5 {
  margin-top: 20px;
}

.v-line {
  background-color: #0000001a;
  width: 1px;
  height: 84px;
  position: absolute;
  inset: 30% 0% 0% auto;
}

.section_home-help {
  background-color: #281111;
  padding: 130px 24px;
}

.help-heading-wrapper {
  margin-bottom: 48px;
}

.help-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.help-card {
  background-color: #ffffff1a;
  border-radius: 8px;
  width: 100%;
  max-width: 403px;
  min-height: 306px;
  padding: 40px 32px;
}

.help-card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 66px;
  display: flex;
}

.button {
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 60px;
  padding: 17px 48px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  transform: translate(0, -5px);
}

.button.is-padding {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.get-quate-text {
  font-size: 15px;
}

.process-content-wraper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.loan-process-wrapper-content {
  justify-content: space-between;
  display: flex;
}

.section_home-benefits {
  padding: 130px 24px;
}

.why-top-wrapper {
  width: 100%;
  max-width: 528px;
}

.benefits-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.benefits-left-wraper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 708px;
  display: grid;
}

.benefits-right-wraper {
  background-image: url('../images/Group-427321963_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
}

.benefits-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.benefit-img {
  border-radius: 16px;
  height: 100%;
}

.cta-left-cont {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 697px;
  margin-bottom: 48px;
  padding-top: 60px;
  display: flex;
}

.cta-content-wrapper {
  border-radius: 32px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta-right-img {
  background-image: url('../images/hero-photo-1_2hero photo (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  max-width: 400px;
}

.section-content-loans {
  padding: 64px 24px;
}

.section_hero-rate {
  padding: 60px 24px 100px;
}

.watch-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  display: flex;
}

.watch-left-wrapper {
  width: 100%;
  max-width: 628px;
}

.watch-right-wrapper {
  background-image: url('../images/Subscribe-to-rate-alerts_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 517px;
  min-height: 567px;
}

.content-wraper-rate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.notifi-content-wraper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.notif-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.section_blog-hero {
  background-color: #f0f6ff;
  padding: 80px 24px;
}

.log-hero-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.section_blog-latest {
  padding: 60px 24px 32px;
}

.latest-collection-wraper {
  margin-top: 48px;
}

.latest-col-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.latest-contennt-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #2b2f2d;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.latest-img-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 604px;
  height: 354px;
}

.latest-right-wrap {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 628px;
  display: flex;
}

.category-name {
  color: #3375d8;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.heading-h2-blog {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.lottie-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.lottie-wrapper.centre, .lottie-wrapper.hide {
  display: none;
}

.flow-5 {
  background-color: #0000;
  border-radius: 50%;
  width: auto;
  height: auto;
  position: relative;
  top: 4px;
}

.flow-5.hide {
  display: none;
}

.btn {
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 272px;
  height: 60px;
  padding-top: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 7px #00000040;
}

.white_text {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  inset: 29px auto auto 13%;
}

.cta_icon {
  width: 50px;
  position: absolute;
  inset: 7px 16px auto auto;
}

.refinance-embed {
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.code-embed-workflow {
  margin-bottom: 0;
}

.purchase-embed {
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.author-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 140px;
  display: flex;
}

.author-wrapper.is-margin {
  margin-top: 90px;
}

.author-wrapper.is-margin-off {
  margin-top: 16px;
}

.author, .blog-date-text {
  font-size: 16px;
  line-height: 30px;
}

.all-blogs-wrapper {
  margin-top: 64px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pagination {
  margin-top: 64px;
}

.next-button {
  color: #3375d8;
  background-color: #0000;
  border-color: #3375d8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  padding: 17px 59px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.blog-card {
  color: #2b2f2d;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 411px;
  height: 470px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.blog-card-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 226px;
}

.blog-content-wrapper {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.previous-button {
  color: #3375d8;
  border-color: #3375d8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 215px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.section_detail-hero {
  padding: 80px 24px 14px;
}

.bredcrum-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-bottom: 32px;
  display: flex;
}

.bredcrum-link {
  color: #3375d8;
  text-decoration: none;
}

.bredcrum-link.w--current {
  color: #2b2f2d;
}

.detail-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.detail-left-wrapper {
  width: 100%;
  max-width: 850px;
}

.long-summary h2 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.long-summary p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.long-summary h3 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 800;
}

.long-summary h4 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 30px;
}

.form-top-wrapper {
  background-image: url('../images/Subscribe-to-rate-alerts-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 288px;
}

.section_team-team {
  padding: 40px 24px;
}

.lottie-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.cta_icon-2 {
  cursor: pointer;
  width: 50px;
  position: absolute;
  inset: 13px 16px auto auto;
}

.white_text-2 {
  z-index: 2;
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  inset: 24px auto auto 13%;
}

.flow-6 {
  border-radius: 50%;
  width: auto;
  height: auto;
  position: relative;
  top: 4px;
}

.flow-6.hide {
  display: none;
}

.btn-2 {
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 272px;
  height: 60px;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 4px 7px #00000040;
}

.impact-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 84%;
  margin-top: 0;
  display: flex;
}

.text-size-xsmall-3 {
  color: #828584;
  flex: 0 auto;
  order: 0;
  line-height: 24px;
  overflow: visible;
}

.text-size-xsmall-3.is-color {
  color: #2b2f2d;
}

.cta_icon-3 {
  width: 50px;
  position: absolute;
  inset: 2px 16px auto auto;
}

.white_text-3 {
  z-index: 2;
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  inset: 15px auto auto 13%;
}

.refinance-embed-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  bottom: -5px;
  left: 0%;
  right: 0%;
}

.purchase-embed-2 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  bottom: -5px;
  left: 0%;
  right: 0%;
}

.hero-image-2 {
  z-index: -1;
  position: relative;
}

.up-arrow-2 {
  width: 24px;
  height: 24px;
}

.hero-wrapper-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cell-phone {
  width: 18px;
  height: 18px;
}

.call-us-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.reviews-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.cta_icon-4 {
  width: 50px;
  position: absolute;
  inset: 6px 16px auto auto;
}

.text-size-xsmall-4 {
  color: #828584;
  flex: 0 auto;
  order: 0;
  line-height: 24px;
  overflow: visible;
}

.text-size-xsmall-4.is-color {
  color: #2b2f2d;
}

.phone-num {
  color: #2b2f2d;
  font-family: Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.section_home-hero-2 {
  background-image: url('../images/gardients_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 24px;
}

.white_text-4 {
  z-index: 2;
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  inset: 20px auto auto 13%;
}

.html-embed-6 {
  height: 0;
}

.caveat-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-end;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
}

.caveat-wrapper-2.is-margin {
  margin-bottom: 32px;
}

.top-box-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-size-medium-4 {
  color: #2f2b2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.excellence-review {
  z-index: 0;
  background-color: #ffffff80;
  border: 2px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 175px;
  height: 67px;
  margin-left: auto;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  inset: 1% -12px auto auto;
  box-shadow: 0 4.31px 32.31px #0000001a;
}

.hero-button-wrapper-3 {
  background-color: #3375d8;
  background-image: url('../images/Group-3481.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476px;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: -2px 4px 16px #0000004d;
}

.impact-wrapper-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 84%;
  margin-top: 0;
  display: flex;
}

.impact-wrapper-3.centre {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.impact-wrapper-3.is-margin {
  margin-top: 40px;
}

.r-starr {
  pointer-events: none;
  color: #2b2f2d;
  font-family: Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.reviews-box-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.refinance-embed-3 {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 0%;
  right: 0%;
}

.call-us-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.purchase-embed-3 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 0%;
  right: 0%;
}

.hero-call-us {
  z-index: 0;
  background-color: #ffffff80;
  border: 2px solid #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 175px;
  height: 67px;
  margin-right: auto;
  padding: 8px 12px;
  position: absolute;
  inset: 1% auto auto -10%;
  box-shadow: 0 4.31px 32.31px #0000001a;
}

.excellence-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.heloc-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.hero-heloc-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2b2f2d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 192px;
  margin: 40px auto 40px 177px;
  text-decoration: none;
  display: flex;
}

.rating-number-2 {
  color: #2b2f2d;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 28px;
}

.right-content-2 {
  width: 100%;
  max-width: 430px;
  position: relative;
}

.btn-3 {
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 272px;
  height: 60px;
  padding: 10px 0 0;
  display: flex;
  position: relative;
  box-shadow: 0 4px 7px #00000040;
}

.cta_icon-5 {
  width: 50px;
  position: absolute;
  inset: 10px 16px auto auto;
}

.white_text-5 {
  z-index: 2;
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  inset: 25px auto auto 13%;
}

.caveat-wrapper-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-end;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
}

.caveat-wrapper-3.centre {
  justify-content: center;
  margin-bottom: 32px;
}

.text-size-medium-5 {
  color: #2f2b2b;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.hero-button-wrapper-4 {
  background-color: #3375d8;
  background-image: url('../images/Group-3481.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476px;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: -2px 4px 16px #0000004d;
}

.section_guote-hero-2 {
  background-color: var(--bgcolor);
  padding: 80px 24px;
  position: relative;
}

.refinance-embed-4 {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  bottom: -5px;
  left: 0%;
  right: 0%;
}

.purchase-embed-4 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin-bottom: 0;
  position: absolute;
  bottom: -5px;
  left: 0%;
  right: 0%;
}

.code-embed-2 {
  height: 75px;
}

.form_input-fields-wrapper {
  margin-bottom: 20px;
}

.career_right-wrapper {
  border: 1px solid #0000001f;
  border-radius: 16px;
  width: 100%;
  max-width: 597px;
  padding: 24px;
}

.text_area {
  border: 1px solid #0003;
  border-radius: 4px;
  min-height: 151px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.checkbox_text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

.form_left-wrapper {
  width: 100%;
  max-width: 520px;
}

.career_checkbox {
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  align-self: flex-start;
  width: 32px;
  height: 32px;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
}

.section_career-contact {
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.join_us-heading-wrapper {
  width: 100%;
  max-width: 410px;
}

.career_label-field {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.career_submit-button {
  background-color: var(--primary-color);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.checkbox_field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.career_form {
  flex-flow: column;
  display: flex;
}

.checkbox_wrapper {
  margin-bottom: 32px;
}

.career_form-wrapper {
  justify-content: space-between;
  display: flex;
}

.text-size-small-s-3 {
  color: var(--primary-color);
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.career_input-field {
  border: 1px solid #0003;
  border-radius: 4px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.privacy-page-link, .terms-page {
  color: #2b2f2d;
}

.licensed_state-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  width: 100%;
  max-width: 472px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.red_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 232px;
  display: flex;
}

.red_box {
  background-color: #e60606;
  width: 24px;
  height: 24px;
}

.red_box.is-color {
  background-color: #ffc6c6;
}

.rateblock-lending {
  width: 250px;
  height: 72px;
}

.subscribebutton {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 32px;
  width: 100%;
  max-width: 215px;
  padding: 17px 37px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.subscribebutton:hover {
  transform: translate(0, -5px);
}

.subscribebutton.notify {
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  margin-top: 40px;
  padding: 17px 26px;
  display: flex;
}

.subscribebutton.notify.hide {
  display: none;
}

.subscribebutton.notify.width {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
}

.subscribebutton.is-custom {
  text-align: center;
  max-width: 210px;
  padding-left: 27px;
  padding-right: 27px;
}

.subscribebutton.is-nav {
  background-color: #e60606;
  border-radius: 32px;
  max-width: 124px;
  height: 48px;
  padding: 12px 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.subscribebutton.is-width {
  max-width: 230px;
}

.subscribebutton.is-width-free-quote {
  max-width: 356px;
}

.subscribebutton.is-width-small {
  max-width: 190px;
}

.subscribebutton.is-watch {
  max-width: 240px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.code-embed-3 {
  margin-top: 40px;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  background-color: #051c80;
  border-radius: 32px;
  width: 100%;
  max-width: 215px;
  padding: 17px 37px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.primary-button-3:hover {
  transform: translate(0, -5px);
}

.primary-button-3.notify {
  background-color: #d61f19;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  padding: 12px 16px;
  display: flex;
}

.phone-number {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  text-decoration: none;
  display: flex;
}

.button--popup-embed-2.is-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.html-embed-7 {
  background-color: #3375d8;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.navigation {
  background-color: #fff;
  padding: 21px 24px;
}

.nav-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #051c80;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 12px 32px;
  display: flex;
}

.button-4.hide {
  background-color: #599e0e;
  display: none;
}

.menu_links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  min-width: 250px;
  display: flex;
}

.nav-logo-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  display: flex;
}

.nav-logo-2.w--current {
  max-width: 180px;
}

.new-container-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.number-text-2 {
  color: #2b2f2d;
  text-align: left;
  justify-content: space-between;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.refinance-card-3 {
  cursor: pointer;
  border-top: 1px solid #ffc2c2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 520px;
  min-height: 90px;
  padding: 32px;
  display: flex;
  position: relative;
}

.new-container-6 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.reviews-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 57px;
  display: flex;
}

.hero-button-wrapper-5 {
  background-color: #b02b2e;
  background-image: url('../images/Group-3481.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 476px;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: -2px 4px 16px #0000004d;
}

.hero-button-wrapper-5.is-color {
  background-color: #2b2f2d;
  background-position: -480px;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 520px;
  padding: 0;
}

.cotent-wrapper-hero-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.code-embed-4 {
  margin-bottom: 0;
}

.rating-number-3 {
  color: #2b2f2d;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.total-reviews-text-2 {
  color: #2b2f2d;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.para-hero-2 {
  color: #2b2f2d;
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.top-box-3 {
  display: flex;
}

.contnt-left-2 {
  width: 100%;
  max-width: 620px;
  padding-top: 20px;
}

.top-box-4 {
  display: flex;
}

.display-h1-2 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
}

.reviews-box-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.reviews-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.section_mig-hero-2 {
  background-image: linear-gradient(0deg, #fff0ef, #fff);
  padding: 50px 24px;
}

.rating-number-4 {
  color: #2b2f2d;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.reviews-box-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.section_mig-hero {
  background-image: linear-gradient(0deg, #fff2f1, #fff);
  padding: 50px 24px;
}

.total-reviews-text-3 {
  color: #2b2f2d;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.section_mig-about-us {
  padding: 130px 24px 30px;
}

.new-container-5 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-us-top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 830px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-14px-2 {
  color: #b02b2e;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.display-h2 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.review-embed-wrapper-2 {
  width: 100%;
  max-width: 1100px;
  height: 550px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.review-embed-2, .form-embed {
  margin-bottom: 0;
}

.display-h3 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.horizontal-line-2 {
  background-color: #2b2f2d;
  width: 35px;
  height: 2px;
}

.get-started-left {
  flex-direction: column;
  justify-content: space-between;
  max-width: 410px;
  display: flex;
}

.section_mig-get-started {
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.get-started-form-wrapper-2 {
  background-color: #f2f2f2;
  border-radius: 64px;
  justify-content: space-between;
  min-height: 704px;
  padding: 67px 37px 80px 80px;
  display: flex;
}

.highlight-h3 {
  color: #898989;
}

.text-size-14px {
  color: #d61f19;
  letter-spacing: 2.24px;
  -webkit-text-stroke-color: #d61f19;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.get-started-right {
  flex: 1;
}

.get-started-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.get_started-top-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 703px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.close-area {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

.chat-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-size-14px-3 {
  color: #b02b2e;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.number-text-3 {
  color: #2b2f2d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-size-20px-2 {
  color: #2b2f2d;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.section_mig-get-started-2 {
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.rating-number-5 {
  color: #2b2f2d;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.footer-bottom-wrapper-2 {
  border-top: 1px solid #e1e1e1;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  padding-top: 32px;
  display: flex;
}

.secondary-button-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 8px;
  justify-content: center;
  width: 297px;
  max-width: 100%;
  padding: 12px 32px;
  display: flex;
}

.reviews-wrapper-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-top: 57px;
  display: flex;
}

.copyright-text-2 {
  color: #2b2f2d;
  line-height: 24px;
}

.review-embed-wrapper-3 {
  width: 100%;
  max-width: 1100px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-wrapper-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #d61f19;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 12px 32px;
  display: flex;
}

.button-5.hide {
  background-color: #599e0e;
  display: none;
}

.button-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.location-text-2 {
  color: #2b2f2d;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.divider {
  background-color: #d1d1d1;
  width: 1px;
  height: 74px;
}

.text-size-small-s-4 {
  color: #b02b2e;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.section_mig-cta {
  padding: 115px 24px;
}

.footer-mini-wraper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.image-wrapper-2 {
  background-image: url('../images/P1075376_1P1075376.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 463px;
  min-height: 521px;
  position: relative;
}

.image-wrapper-2.hide {
  display: none;
}

.cta-left-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.footer-wrapper-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section_mig-hero-3 {
  background-image: linear-gradient(0deg, #ffefef, #fff);
  padding: 50px 24px;
}

.display-h3-2 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.footer-logo-link {
  width: 100%;
  max-width: 158px;
  margin-bottom: 29px;
}

.main-modal-wrapper {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.phone-number-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.embed-wrapper-2 {
  width: 100%;
  display: block;
}

.footer-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-decoration: none;
  display: flex;
}

.top-box-5 {
  display: flex;
}

.display-h2-2 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.menu_links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  display: flex;
}

.nav-logo-3.w--current {
  max-width: 180px;
}

.horizontal-line-3 {
  background-color: #2b2f2d;
  width: 35px;
  height: 2px;
}

.footer-social-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 48px;
  display: flex;
}

.social-link {
  background-color: #e7e7e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-logo-2 {
  width: 158px;
  height: 68px;
}

.para-hero-3 {
  color: #2b2f2d;
  margin-top: 10px;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.heading_style-h4-2 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}

.section_mig-about-us-2 {
  padding: 130px 24px 220px;
}

.container-3 {
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-us-top-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 830px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_footer-2 {
  padding: 64px 24px 32px;
}

.footer-links {
  color: #2b2f2d;
  line-height: 24px;
  text-decoration: none;
}

.hero-embed-2 {
  object-fit: cover;
  border: 15px solid #dcdcdc;
  border-radius: 32px;
  width: 100%;
  max-width: 1280px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 12px 32px 40px #1a191e1f;
}

.text-size-18px-2 {
  color: #2b2f2d;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.section_home-about-2 {
  padding: 80px 24px 60px;
}

.new-container-7 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.static-numbers-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.content-wrapper-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.days-wrapper-2 {
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 411px;
  padding: 47px 100px 47px 110px;
  display: flex;
}

.days-wrapper-2.padding {
  padding-left: 85px;
  padding-right: 85px;
}

.days-wrapper-3 {
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 411px;
  padding: 47px 90px;
  display: flex;
}

.expert-chat {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.heading_style-h3 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 28px;
}

.secondary-button-4 {
  color: #b02b2e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b02b2e;
  border-radius: 8px;
  width: 100%;
  max-width: 170px;
  padding: 17px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.footer-column {
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.footer-column.contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 270px;
}

.social-footer-image {
  width: 24px;
  height: 24px;
}

.display-h1-3 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 62px;
}

.mig-modal {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cotent-wrapper-hero-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.close-icon-wrapper {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  margin-right: -8px;
  padding: 8px;
  transition: opacity .2s;
}

.close-icon-wrapper:hover {
  opacity: 1;
}

.map-pin-2 {
  width: 24px;
  height: 24px;
}

.rating-number-6 {
  color: #2b2f2d;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.section_mig-hero-4 {
  background-image: linear-gradient(0deg, #ffeded, #fff);
  padding: 50px 24px;
}

.top-box-6 {
  display: flex;
}

.para-hero-4 {
  color: #2b2f2d;
  margin-top: 10px;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.new-container-8 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.display-h1-4 {
  color: #2b2f2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 62px;
}

.cotent-wrapper-hero-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.number-text-4 {
  color: #2b2f2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #b02b2e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 12px 32px;
  display: flex;
}

.button-6.hide {
  background-color: #599e0e;
  display: none;
}

.phone-number-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.new-container-9 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section_commercialmortgage {
  padding: 0 24px 130px;
}

.map-top-content-commercial {
  text-align: center;
  width: 100%;
  max-width: 587px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .todays-rate-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .notification-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-us-left-content, .loan-left-content-wraper {
    margin-top: 26px;
  }

  .form-wrapper {
    align-items: center;
  }

  .text-size-7px._14px-color {
    margin-top: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .blog-sticky-top-wrapper._74px {
    padding-top: 35px;
    padding-left: 31px;
    padding-right: 15px;
  }

  .bankingbridge-icon._164-margin {
    margin-top: 26px;
    margin-bottom: 26px;
    margin-right: 20px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
  }

  .text-size-xsmall {
    color: #2b2f2d;
  }

  .todays-rate-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .heading_-style-h2.margin-off.left-align {
    text-align: left;
  }

  .primary-button {
    border-radius: 32px;
    max-width: 215px;
  }

  .text-size-16px.is-color {
    letter-spacing: 0;
  }

  .notification-wrapper {
    grid-column-gap: 117px;
    grid-row-gap: 117px;
  }

  .cta-wrapper {
    background-image: url('../images/Group-1171274807_1.avif');
    background-size: auto;
    border-radius: 32px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 90px;
  }

  .heading-wrapper.is-width {
    max-width: none;
  }

  .cta-impact-wrapper.is-width {
    max-width: 697px;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .location-text {
    color: #2b2f2d;
    text-decoration: none;
  }

  .map-pin {
    width: 20px;
    height: 20px;
  }

  .email-link, .phone-link {
    text-decoration: none;
  }

  .mail-logp, .call-logo {
    width: 20px;
    height: 20px;
  }

  .copyright-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .view-more-button {
    border-radius: 32px;
  }

  .dropdown-link.w--current {
    color: #2b2f2d;
  }

  .modal-content {
    padding-bottom: 70px;
  }

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

  .hero-wrapper-loan {
    grid-column-gap: 100px;
  }

  .playbook-wrapper {
    padding-top: 107px;
    padding-bottom: 128px;
  }

  .text-size-7px._14px-color {
    margin-top: 0;
  }

  .content-wraper {
    justify-content: space-between;
  }

  .form-pop-up {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-size-xsmall-2 {
    color: #2b2f2d;
  }

  .bg-gradient-2 {
    background-image: linear-gradient(#ffe7e8, #fff0);
  }

  .benefits-wrapper {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .benefits-left-wraper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .benefits-cards {
    flex-flow: column;
  }

  .process-icon {
    object-fit: cover;
    width: 32px;
    height: 32px;
  }

  .benefits-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 24px;
    display: flex;
  }

  .cta-left-cont {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    max-width: 697px;
    margin-bottom: 48px;
    padding-top: 60px;
  }

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

  .cta-right-img {
    background-image: url('../images/hero-photo-1_2hero photo (1).avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
  }

  .latest-contennt-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .text-size-xsmall-3 {
    color: #2b2f2d;
  }

  .hero-wrapper-2 {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
  }

  .text-size-xsmall-4 {
    color: #2b2f2d;
  }

  .excellence-review {
    top: 4%;
    right: -3px;
  }

  .hero-call-us {
    top: 4%;
    left: -3%;
  }

  .hero-heloc-wrapper {
    display: flex;
  }

  .right-content-2 {
    max-width: 500px;
  }

  .subscribebutton, .primary-button-3 {
    border-radius: 32px;
    max-width: 215px;
  }
}

@media screen and (min-width: 1920px) {
  .heading_-style-h2.bold {
    aspect-ratio: auto;
    display: block;
  }

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

@media screen and (max-width: 991px) {
  .section_home-hero {
    padding-bottom: 100px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .heading-style-h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-style-h1._48px-margin-24px {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 52px;
  }

  .text-size-20px {
    font-size: 18px;
    line-height: 30px;
  }

  .text-size-20px.about {
    font-size: 16px;
  }

  .caveat-text {
    font-size: 28px;
  }

  .arrow-wrapper._1 {
    display: none;
  }

  .impact-wrapper.hide {
    max-width: none;
    display: none;
  }

  .hero-image {
    display: none;
  }

  .todays-rate-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .heading_-style-h2, .heading_-style-h2.margin {
    font-size: 38px;
    line-height: 48px;
  }

  .heading_-style-h2.is-48px {
    font-size: 38px;
  }

  .heading_-style-h2.margin {
    font-size: 38px;
    line-height: 48px;
  }

  .primary-button.hide {
    display: none;
  }

  .todays-rate-grid {
    flex-direction: column;
  }

  .section_home-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-us-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .name-wrapper {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .logo-wrap {
    padding-top: 40px;
  }

  .static-numbers-wrapper {
    flex-direction: column;
  }

  .days-wrapper {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }

  .section_home-goal, .section_home-process {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pre-approval-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-top-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    padding-bottom: 24px;
  }

  .section_home-notification, .section_home-reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_home-tools {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .grid {
    grid-template-columns: minmax(300px, 411px) minmax(300px, 411px);
    grid-auto-flow: row;
  }

  .section_home-discover {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rates-cards-wrapper {
    flex-direction: column;
  }

  .section_home-presence {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-wrapper {
    padding-left: 40px;
  }

  .heading-wrapper.is-width {
    justify-content: flex-start;
    align-items: center;
  }

  .section_home-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_home-team.bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-main-wrapper, .team-main-wrapper.home {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu {
    background-color: #fff;
    padding: 16px 24px 200px;
  }

  .nav-menu.test {
    height: auto;
    max-height: 100%;
    position: relative;
    overflow: auto;
  }

  .nav-menu-wrapper {
    flex-direction: column;
  }

  .nav-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-dropdown {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-list.about, .dropdown-list.about-loan, .dropdown-list.shop {
    box-shadow: none;
  }

  .new-container {
    width: 100%;
    overflow: hidden;
  }

  .display-h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .hero-button-wrapper-2 {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section_rate-hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section_calculator-hero {
    padding-top: 60px;
  }

  .section_contact-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-right-content.hide {
    display: none;
  }

  .section_guote-hero {
    padding-top: 60px;
  }

  .sectiion_about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_privacy-home {
    padding-top: 70px;
  }

  .section_ada-hero {
    padding-top: 70px;
    padding-bottom: 64px;
  }

  .ada-para-wrapper {
    margin-top: 100px;
  }

  .top-line {
    background-color: #000;
    border-radius: 2px;
    width: 16px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    background-color: #000;
    border-radius: 2px;
    width: 16px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #f6f6f6;
    border-radius: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 34px;
    padding: 10px 16px;
    display: flex;
  }

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

  .icon {
    display: none;
  }

  .nav-menu-links {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    max-height: 100%;
    overflow: auto;
  }

  .playbbook.is-download {
    margin-bottom: 0;
  }

  .grid-title.blog-18px-max-width-color {
    font-size: 18px;
  }

  .page-video.margin-bottom-width {
    width: 100%;
  }

  .hero-embed {
    height: 460px;
  }

  .div-block-2 {
    flex-flow: column;
    overflow: auto;
  }

  .purchase_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 24px;
  }

  .centre-wrapper {
    margin-left: 0;
  }

  .purchase-tabs-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section_home-help {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .help-wrapper {
    flex-flow: column;
  }

  .loan-process-wrapper-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section_home-benefits {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .benefits-wrapper {
    flex-flow: column;
  }

  .cta-left-cont {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-content-wrapper {
    flex-flow: column;
  }

  .cta-right-img {
    height: 200px;
    display: none;
  }

  .heading-h2-blog {
    font-size: 36px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-2 {
    display: none;
  }

  .hero-wrapper-2 {
    flex-flow: column;
  }

  .section_home-hero-2 {
    padding-bottom: 100px;
  }

  .excellence-review, .hero-call-us {
    display: none;
  }

  .section_guote-hero-2 {
    padding-top: 60px;
  }

  .section_career-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subscribebutton.hide {
    display: none;
  }

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

  .menu_icon {
    color: #000;
    font-size: 30px;
  }

  .menu_links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-logo-2 {
    padding-left: 0;
  }

  .new-container-2 {
    width: 100%;
    overflow: hidden;
  }

  .new-container-2.navflex {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

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

  .new-container-6 {
    width: 100%;
    overflow: hidden;
  }

  .display-h1-2 {
    font-size: 40px;
    line-height: 55px;
  }

  .section_mig-about-us {
    padding-top: 100px;
  }

  .new-container-5 {
    width: 100%;
    overflow: hidden;
  }

  .about-us-top-content {
    max-width: 700px;
  }

  .get-started-left {
    max-width: 300px;
  }

  .section_mig-get-started {
    padding-top: 100px;
  }

  .get-started-form-wrapper-2 {
    padding: 40px;
  }

  .text-size-20px-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-size-20px-2.about {
    font-size: 16px;
  }

  .section_mig-get-started-2 {
    padding-top: 100px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu_links-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-logo-3 {
    padding-left: 0;
  }

  .section_mig-about-us-2 {
    padding-top: 100px;
  }

  .about-us-top-content-2 {
    max-width: 700px;
  }

  .section_home-about-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .new-container-7 {
    width: 100%;
    overflow: hidden;
  }

  .new-container-7.navflex {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .static-numbers-wrapper-2 {
    flex-direction: column;
  }

  .days-wrapper-2, .days-wrapper-3 {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }

  .footer-column {
    max-width: 500px;
  }

  .display-h1-3 {
    font-size: 40px;
    line-height: 55px;
  }

  .mig-modal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .new-container-8 {
    width: 100%;
    overflow: hidden;
  }

  .display-h1-4 {
    font-size: 40px;
    line-height: 55px;
  }

  .new-container-9 {
    width: 100%;
    overflow: hidden;
  }

  .new-container-9.navflex {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .section_commercialmortgage {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section_home-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .right-content.hide {
    display: none;
  }

  .heading-style-h1 {
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-style-h1._48px {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-style-h1._48px-margin-24px {
    margin-bottom: 8px;
  }

  .heading-style-h1._48px-16px, .heading-style-h1._48px-margin-off {
    font-size: 44px;
    line-height: 52px;
  }

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

  .caveat-wrapper {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .impact-wrapper.hide {
    display: none;
  }

  .section_home-todays-rate {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .todays-rate-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .heading_-style-h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading_-style-h2.is-48px {
    font-size: 32px;
  }

  .heading_-style-h2.margin {
    font-size: 36px;
    line-height: 46px;
  }

  .heading_-style-h2.bold {
    font-size: 40px;
    line-height: 50px;
  }

  .todays-rate-grid {
    display: flex;
  }

  .section_home-about {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-top-wrapper {
    margin-bottom: 32px;
  }

  .about-us-content-wrapper {
    flex-direction: column-reverse;
  }

  .image-wrapper {
    max-width: none;
  }

  .content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .static-numbers-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
  }

  .section_home-goal {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .goal-bottom-content {
    flex-direction: column;
  }

  .section_home-process {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .loan-process-wrapper {
    flex-direction: column;
  }

  .section_home-notification {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .notification-wrapper {
    flex-direction: column;
  }

  .content-notification {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section_home-tools {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid {
    grid-template-columns: minmax(300px, 411px);
  }

  .section_home-discover {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .discover-wrapper {
    flex-direction: column;
  }

  .section_home-presence, .section_home-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-wrapper {
    background-image: url('../images/Group-1171274807_1.avif');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 32px;
  }

  .cta-impact-wrapper.hide {
    display: none;
  }

  .footer-wrapper, .footer-column-second {
    flex-direction: column;
  }

  .copyright-wrapper {
    flex-direction: column-reverse;
  }

  .made-wrapper {
    margin-top: 24px;
  }

  .policy-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_home-team.bg {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-wrapper {
    flex-direction: column;
  }

  .team-main-wrapper, .team-main-wrapper.home {
    grid-template-columns: 1fr;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-logo-image {
    width: 150px;
  }

  .nav-dropdown.shop {
    height: auto;
    max-height: 100%;
    overflow: auto;
  }

  .cotent-wrapper-hero {
    flex-direction: column;
  }

  .section_rate-hero {
    padding-top: 48px;
  }

  .rate-embed {
    margin-top: 46px;
  }

  .section_calculator-hero {
    padding-top: 48px;
  }

  .calculator-embed {
    margin-top: 68px;
  }

  .modal-content {
    padding: 32px 16px;
  }

  .section_contact-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .top-content-contact {
    text-align: center;
  }

  .contact-icon-wraper {
    width: 64px;
    height: 64px;
  }

  .wrapper-contact {
    width: 100%;
    max-width: 338px;
  }

  .sectiion_about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-us-hero-wrapper {
    flex-direction: column;
  }

  .section_about-hero, .section_privacy-home {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .introduction-wrapper {
    margin-top: 64px;
  }

  .section_ada-hero {
    padding-top: 48px;
  }

  .ada-para-wrapper {
    margin-top: 64px;
  }

  .card-team-wrapper {
    flex-direction: column;
  }

  .section_loan-program-hero {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .hero-wrapper-loan {
    flex-direction: column;
    margin-bottom: 66px;
  }

  .loan-content-wrapper {
    flex-direction: column;
  }

  .sticky-wrapper {
    max-width: none;
  }

  .model-content-wrapper {
    flex-direction: column;
  }

  .grid-title.blog-18px-max-width-color {
    line-height: 30px;
  }

  .blog-sticky-top-wrapper._74px {
    padding-bottom: 80px;
  }

  .hero-video-wrapper {
    height: 264px;
  }

  .page-video-image.width {
    object-fit: cover;
  }

  .section_todays-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-wrapper-rates {
    flex-flow: column;
  }

  .first-row.hide-in-mb {
    display: none;
  }

  .mortage-wrapper {
    flex-flow: column;
  }

  .p-rate-card-mobile.show-in-mb {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid #ccc;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 12px;
    display: grid;
  }

  .cta-wrapper-2 {
    padding: 40px 32px;
  }

  .cta-impact-wrapper-2.hide {
    display: none;
  }

  .purchase_wrapper {
    flex-flow: column;
    max-width: none;
    height: auto;
  }

  .centre-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section_home-help, .section_home-benefits {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .why-top-wrapper {
    margin-bottom: 32px;
  }

  .benefits-wrapper {
    margin-top: 40px;
  }

  .benefits-left-wraper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-left-cont {
    max-width: none;
    margin-bottom: 32px;
    padding-top: 32px;
  }

  .watch-wrapper {
    flex-flow: column;
  }

  .section_blog-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .latest-contennt-wrap {
    flex-flow: column;
  }

  .heading-h2-blog {
    font-size: 30px;
    line-height: 38px;
  }

  .lottie-wrapper {
    flex-flow: column;
  }

  .author-wrapper {
    margin-top: 60px;
  }

  .collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-card-img {
    height: 190px;
  }

  .detail-content-wrapper {
    flex-flow: column;
  }

  .lottie-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .lottie-wrapper-2.centre {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
  }

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

  .caveat-wrapper-2, .caveat-wrapper-3 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .section_career-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .career_form-wrapper {
    flex-flow: column;
  }

  .nav-logo-2.w--current {
    justify-content: flex-start;
  }

  .cotent-wrapper-hero-3 {
    flex-direction: column;
  }

  .section_mig-about-us {
    padding-top: 60px;
  }

  .get-started-left {
    max-width: none;
  }

  .section_mig-get-started {
    padding-top: 60px;
  }

  .get-started-form-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    min-height: auto;
  }

  .section_mig-get-started-2 {
    padding-top: 60px;
  }

  .footer-bottom-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .section_mig-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-mini-wraper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
  }

  .image-wrapper-2 {
    max-width: none;
  }

  .footer-wrapper-2 {
    flex-direction: column;
  }

  .nav-logo-3.w--current {
    justify-content: flex-start;
  }

  .section_mig-about-us-2 {
    padding-top: 60px;
  }

  .section_home-about-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .static-numbers-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
  }

  .content-wrapper-cta, .cotent-wrapper-hero-4, .cotent-wrapper-hero-5 {
    flex-direction: column;
  }

  .section_commercialmortgage {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 479px) {
  .section_home-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .left-content {
    max-width: none;
    padding-top: 0;
  }

  .heading-style-h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-style-h1._48px {
    font-size: 34px;
  }

  .heading-style-h1._48px.is-margin {
    font-size: 36px;
  }

  .heading-style-h1._48px-16px {
    margin-top: 0;
    margin-bottom: 8px;
  }

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

  .caveat-wrapper.centre {
    margin-top: 20px;
  }

  .arrow-wrapper.hide {
    display: none;
  }

  .hero-button-wrapper.hide-in-desk.show {
    display: block;
  }

  .purchase-card {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .arrow-wrapper-button {
    width: 40px;
    height: 40px;
  }

  .refinance-card {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .buttons-wrapper {
    background-color: #0000;
    max-width: none;
  }

  .buttons-wrapper.hide {
    display: none;
  }

  .buttons-wrapper.hide-in-mb {
    display: block;
  }

  .impact-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .impact-wrapper.centre {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 48px;
  }

  .elipse.hide {
    display: none;
  }

  .section_home-todays-rate {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .todays-rate-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .todays-rate-heading-wrapper {
    text-align: center;
  }

  .heading_-style-h2, .heading_-style-h2.margin, .heading_-style-h2.bold {
    font-size: 30px;
    line-height: 40px;
  }

  .heading_-style-h2.is-margin {
    margin-top: 16px;
  }

  .heading_-style-h2.is-48px {
    font-size: 30px;
    line-height: 38px;
  }

  .heading_-style-h2.margin, .heading_-style-h2.bold {
    font-size: 30px;
    line-height: 40px;
  }

  .primary-button {
    max-width: 243px;
  }

  .primary-button.notify {
    padding: 17px 30px;
  }

  .primary-button.is-nav {
    max-width: none;
  }

  .primary-button.hide {
    display: none;
  }

  .wrapper-assumption {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-end;
  }

  .vertical-line.hide {
    display: none;
  }

  .section_home-about {
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
  }

  .about-us-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-us-content-wrapper.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-wrapper {
    min-height: 340px;
  }

  .overlay {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .heading_-style-small.size {
    font-size: 16px;
  }

  .name-wrapper {
    padding-top: 80px;
  }

  .logo-wrap {
    padding-top: 90px;
    padding-right: 20px;
  }

  .about-position-text.no-wrap {
    white-space: nowrap;
  }

  .secondary-button.is-nav {
    max-width: none;
  }

  .static-numbers-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .days-wrapper {
    padding: 20px 60px;
  }

  .goal-top-wrapper {
    margin-bottom: 32px;
  }

  .pursonalize-card {
    max-width: none;
    min-height: 284px;
    padding: 32px;
  }

  .text-size-xlarge {
    font-size: 24px;
    line-height: 32px;
  }

  .circle {
    width: 42px;
    height: 42px;
  }

  .circle.hide {
    display: none;
  }

  .up-right-arrow {
    width: 20px;
    height: 20px;
  }

  .personalize-button {
    font-size: 16px;
  }

  .pre-approval-content {
    max-width: none;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-top-wrapper {
    margin-bottom: 32px;
  }

  .process-top-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .numbers-wrapper {
    width: 40px;
    height: 40px;
  }

  .number-text {
    font-size: 18px;
  }

  .primary-button-wrapper.top-margin {
    margin-top: 48px;
  }

  .notification-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section_home-reviews {
    padding-top: 64px;
    padding-bottom: 460px;
  }

  .section_home-reviews.padding {
    padding-bottom: 460px;
  }

  .review-top-content {
    margin-bottom: 60px;
  }

  .tool-top-wrapper {
    margin-bottom: 32px;
  }

  .calculator-card {
    max-width: 342px;
  }

  .calculator-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wrapper-right-arrow.hide {
    display: none;
  }

  .view-all-wrapper {
    min-height: 296px;
  }

  .discover-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .discover-left-content {
    text-align: center;
  }

  .rate-card {
    padding: 32px;
  }

  .section_home-presence {
    padding: 64px 16px;
  }

  .map-wrapper {
    text-align: center;
    max-width: 400px;
  }

  .map-top-content {
    margin-bottom: 60px;
  }

  .cta-wrapper {
    background-position: 50%;
    background-size: cover;
    padding: 20px;
  }

  .cta-impact-wrapper.is-width {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-impact-wrapper.is-width.centre {
    justify-content: center;
    align-items: center;
  }

  .section_footer {
    background-color: #fff;
    padding-top: 32px;
  }

  .footer-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-link.hide-in-desk {
    font-size: 14px;
    display: block;
  }

  .footer-link.hide-in-mob {
    display: none;
  }

  .footer-link.is-size {
    font-size: 14px;
  }

  .location-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-wrapper {
    margin-top: 32px;
  }

  .copyright-wrapper {
    padding-bottom: 100px;
  }

  .policy-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section_home-team {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section_home-team.padding {
    padding-left: 10px;
  }

  .team-top-wrapper {
    margin-bottom: 40px;
  }

  .team-wrapper.home, .team-wrapper._2-cards-home {
    flex-direction: row;
    flex: none;
  }

  .expert-card.home {
    flex: none;
    max-width: 300px;
  }

  .team-main-wrapper.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .navbar {
    z-index: 10001;
  }

  .nav-logo {
    max-width: 137px;
  }

  .nav-menu {
    padding-bottom: 305px;
  }

  .dropdown-list.about, .dropdown-list.about-loan, .dropdown-list.shop {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .rating-number {
    font-size: 18px;
  }

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

  .total-reviews-text {
    font-size: 14px;
  }

  .reviews-box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .reviews-box.centre {
    max-width: 120px;
  }

  .display-h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-button-wrapper-2 {
    background-size: cover;
  }

  .reviews-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .8fr .8fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    padding-left: 20px;
    display: grid;
  }

  .para-hero {
    margin-bottom: 24px;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .section_rate-hero {
    padding-bottom: 60px;
  }

  .top-content-contact {
    padding-bottom: 45px;
  }

  .social-wrapper-contact {
    padding-top: 60px;
  }

  .contact-icon-wraper {
    width: 42px;
    height: 42px;
  }

  .wrapper-contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_guote-hero {
    padding-bottom: 48px;
  }

  .assumption-wrapper {
    max-width: 327px;
    height: auto;
    padding: 10px;
    right: 4%;
  }

  .sectiion_about {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .menu-button {
    padding: 12px 20px 13px;
  }

  .team-card {
    max-width: 342px;
  }

  .mobile-button-sticky {
    z-index: 99999;
    background-color: red;
    width: 100%;
    height: 100px;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .mobile-button-sticky.show {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 68px;
    padding-top: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    box-shadow: 0 0 20px #0000001a;
  }

  .mobile-button-sticky.show.hide {
    display: none;
  }

  .check-rate-button {
    border: 1px solid var(--primary-color);
    width: 100%;
    max-width: 200px;
    height: 48px;
    color: var(--primary-color);
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 33px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
  }

  .privacy-terms-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    display: flex;
  }

  .sticky-wrapper {
    height: auto;
    top: 0;
  }

  .model-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .playbbook.is-download {
    max-width: none;
  }

  .hero-video-wrapper {
    max-width: 400px;
    height: 198px;
    margin-top: 100px;
  }

  .page-video.margin-bottom-width {
    max-width: 400px;
    height: 198px;
    padding-top: 50%;
  }

  .page-video-image.width {
    left: 0%;
  }

  .hero-embed {
    border-width: 8px;
    max-width: none;
    height: auto;
  }

  .section_todays-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper-rates {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
  }

  .right-wrapper-rate {
    max-width: none;
  }

  .purchase-card-30yr {
    padding: 32px;
  }

  .rate-card-todays {
    position: static;
  }

  .price-tag {
    font-size: 26px;
  }

  .horizontal-line-rates {
    color: #2b2f2d;
    height: 58px;
    margin-left: 10px;
    margin-right: 20px;
  }

  .refinance-card-30yr {
    padding: 32px;
  }

  .section_todays-purchase {
    padding-top: 20px;
  }

  .purchase-rate-loans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .first-row {
    flex-flow: column;
    max-width: none;
  }

  .custom-text-20px {
    font-size: 15px;
  }

  .retention_dropdown {
    max-width: none;
  }

  .heading-style-h4 {
    white-space: pre-wrap;
    font-size: 16px;
  }

  .faq_toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .plus_circle {
    width: 30px;
    height: 30px;
  }

  .section_faq {
    padding-top: 40px;
  }

  .grid_cell {
    min-height: auto;
  }

  .p-rate-card-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-rate-card-mobile.show-in-mb {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .primary-button-2 {
    max-width: 243px;
  }

  .purchase_wrapper {
    border-radius: 26px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .purchase-text {
    font-size: 15px;
  }

  .fixed-text {
    font-size: 18px;
  }

  .centre-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .interest-wrapper {
    padding-right: 13px;
  }

  .int-text {
    font-size: 16px;
  }

  .apr-wrapper {
    padding-left: 0;
    padding-right: 13px;
  }

  .points-wrapper-rates {
    padding-left: 0;
    padding-right: 10px;
  }

  .customise-button {
    height: 58px;
    padding: 0 20px;
    font-size: 17px;
  }

  .tab-menu-rates {
    max-width: 270px;
  }

  .tab_link-rates, .tab_link-rates.w--current {
    padding: 12px 20px;
  }

  .purchase-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .purchase-tab-link.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .p-tab-text {
    font-size: 15px;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .help-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
  }

  .benefits-left-wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-left-cont {
    justify-content: center;
    align-items: center;
  }

  .section_hero-rate {
    padding-bottom: 64px;
  }

  .watch-right-wrapper {
    border-radius: 32px;
    height: 370px;
    min-height: auto;
  }

  .section_blog-latest {
    padding-bottom: 60px;
  }

  .latest-img-wrap {
    height: 161px;
  }

  .author-wrapper, .author-wrapper.is-margin {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .blog-card {
    height: 397px;
  }

  .blog-card-img {
    background-position: 50% -3%;
    height: 180px;
  }

  .blog-content-wrapper {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bredcrum-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .impact-wrapper-2 {
    flex-flow: column;
  }

  .reviews-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .8fr .8fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: start;
    padding-left: 0;
    display: grid;
  }

  .section_home-hero-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .impact-wrapper-3 {
    flex-flow: column;
  }

  .impact-wrapper-3.centre {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 48px;
  }

  .impact-wrapper-3.is-margin {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews-box-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heloc-text {
    font-size: 20px;
  }

  .hero-heloc-wrapper {
    margin-left: 0;
  }

  .rating-number-2 {
    font-size: 18px;
  }

  .caveat-wrapper-3.centre {
    margin-top: 20px;
  }

  .section_guote-hero-2 {
    padding-bottom: 48px;
  }

  .career_right-wrapper {
    padding: 16px;
  }

  .career_checkbox {
    width: 24px;
    height: 24px;
    padding-left: 12px;
  }

  .licensed_state-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .subscribebutton {
    max-width: 243px;
  }

  .subscribebutton.notify {
    padding: 17px 30px;
  }

  .subscribebutton.is-nav {
    max-width: none;
  }

  .subscribebutton.hide {
    display: none;
  }

  .primary-button-3 {
    max-width: 243px;
  }

  .primary-button-3.notify {
    padding: 17px 30px;
  }

  .nav-logo-2 {
    max-width: 130px;
  }

  .new-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .new-container-2.navflex {
    margin-bottom: 0;
  }

  .new-container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-wrapper-3 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rating-number-3 {
    font-size: 18px;
  }

  .total-reviews-text-2 {
    font-size: 14px;
  }

  .para-hero-2 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .display-h1-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .reviews-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .8fr .8fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    padding-left: 20px;
    display: grid;
  }

  .section_mig-hero-2 {
    padding-top: 20px;
  }

  .reviews-box-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section_mig-hero {
    padding-top: 0;
  }

  .new-container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .display-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .display-h3 {
    font-size: 21px;
  }

  .section_mig-get-started {
    padding-left: 16px;
    padding-right: 16px;
  }

  .get-started-form-wrapper-2 {
    border-radius: 34px;
    padding: 32px 20px;
  }

  .rating-number-5 {
    font-size: 18px;
  }

  .footer-bottom-wrapper-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    align-items: flex-start;
    padding-top: 26px;
  }

  .reviews-wrapper-5 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .footer-mini-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-wrapper-2 {
    min-height: 340px;
  }

  .cta-left-content {
    text-align: center;
  }

  .display-h3-2 {
    font-size: 21px;
  }

  .display-h2-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .nav-logo-3 {
    max-width: 137px;
  }

  .footer-social-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: max-content max-content max-content max-content max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .para-hero-3 {
    margin-bottom: 24px;
  }

  .section_footer-2 {
    padding-top: 60px;
  }

  .hero-embed-2 {
    border-width: 8px;
    max-width: none;
    height: auto;
  }

  .section_home-about-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .new-container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .static-numbers-wrapper-2 {
    margin-top: 24px;
  }

  .days-wrapper-2, .days-wrapper-3 {
    padding: 40px 60px;
  }

  .footer-column.contact {
    order: 2;
  }

  .display-h1-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .rating-number-6 {
    font-size: 18px;
  }

  .para-hero-4 {
    margin-bottom: 24px;
  }

  .new-container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .display-h1-4 {
    font-size: 32px;
    line-height: 42px;
  }

  .new-container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section_commercialmortgage {
    padding: 64px 16px;
  }

  .map-top-content-commercial {
    margin-bottom: 60px;
  }
}

#w-node-c77701ff-b4df-7dd0-1b2a-771a542fceff-ca45719b, #w-node-c4a44175-1cba-7330-c700-59d45c5f67f6-5c5f67a5, #w-node-_5051396e-d323-af20-62f4-07a2c838f9b0-ca45722d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_93bd516c-cb07-5a72-ad28-c0f9d8c3a7ab-ca457181 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93bd516c-cb07-5a72-ad28-c0f9d8c3a7b4-ca457181 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_67c150ac-4dfc-4a19-3564-28919037f641-0684181d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


