:root {
	--default-transition: all 0.4s ease-in-out
}

.ip-banner {
    display: none;
}

#inner-page-wrapper .max-container {
    padding: 0;
}

aside form {
    margin: 0;
    line-height: 1 !important;
}

a,a:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}

a:focus, a:hover {
    color: inherit;
}

.lending_button {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 283px;
  max-width: 100%;
  padding: 9px 16px;
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.215;
  color: #585858;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: var(--default-transition);
}

.lending_button::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #9a795a;
  background-image: url('../../../assets/images/lending/btn-more-programs-hover.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: var(--default-transition);
  z-index: 0;
  pointer-events: none;
}

.lending_button:hover,
.lending_button:focus-visible {
  color: #ffffff;
}

.lending_button:hover::before,
.lending_button:focus-visible::before {
  opacity: 1;
}

.lending_button:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.lending_button-text {
  position: relative;
  z-index: 1;
}

.lending_button-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #BC8856;
  transition: var(--default-transition);
}

.lending_button:hover .lending_button-line,
.lending_button:focus-visible .lending_button-line {
  opacity: 0;
}


/*Banner*/
.banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.banner__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.banner__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
}

.banner__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 59.125%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 2;
}

.banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  padding: 170px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner__title {
  max-width: 1094px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  font-weight: 500;
  margin: 0 0 10px;
}

.banner__title h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
}

.banner__title-line {
  display: block;
}

.banner__title-line--primary {
  font-size: 28px;
  line-height: 1.1;
}

.banner__title-line--secondary {
  font-size: 26px;
  line-height: 1.15;
  margin-top: 4px;
}

.banner__services {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.banner__tagline {
  max-width: 944px;
  margin: 0 0 32px;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}

.banner__widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 930px;
  margin-bottom: 32px;
}

.widget {
  width: 100%;
  max-width: 600px;
}

.widget-card {
  background: rgba(230, 225, 220, 0.95);
  border: 1px solid #7f512d;
  display: flex;
  flex-direction: column;
}

.widget-card--calc {
  max-width: 310px;
}

.widget-card__header {
  background: #7f512d;
  padding: 11px 20px;
  text-align: center;
}

.widget-card__header h2 {
  margin: 0;
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.widget-card__body {
  padding: 17.5px 20px;
  flex: 1;
}

.widget-card__footer {
  margin-top: auto;
}

.widget-card__footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
  background: #7f512d;
  color: #ffffff !important;
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 200ms ease;
}

.widget-card__footer-link:hover,
.widget-card__footer-link:focus-visible {
  background: #654125;
}

.widget-card__footer-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.widget-card__footer-link:active {
  background: #54361e;
}

.calc-form__fields-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.calc-form__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 0;
}

.calc-form__field--term {
  width: 100%;
  margin-bottom: 15px;
}

.calc-form__label {
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  color: #585858;
  letter-spacing: 0.5px;
}

.calc-form__input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(127, 81, 45, 0.5);
  padding: 2px 0;
}

.calc-form__input-wrap--select {
  cursor: pointer;
}

.calc-form__input {
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #585858 !important;
  letter-spacing: 0.65px;
  padding: 0;
  outline: none;
}

.calc-form__input:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.calc-form__suffix,
.calc-form__prefix {
  font-weight: 400;
  font-size: 13px;
  color: #585858;
  flex-shrink: 0;
}

.calc-form__select {
  appearance: none;
  cursor: pointer;
  padding-right: 20px;
}

.calc-form__chevron {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  color: #585858;
  pointer-events: none;
}

.calc-form__chevron svg {
  display: block;
  width: 100%;
  height: 100%;
}

.calc-form__totals {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.calc-form__total {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.calc-form__total-label {
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #585858;
  letter-spacing: 0.5px;
}

.calc-form__total-value {
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  color: #585858;
  letter-spacing: 0.75px;
  overflow-wrap: break-word;
}

.calc-form__total-value--principal {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.calc-form__monthly {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.calc-form__monthly-label {
  font-weight: 400;
  font-size: 12px;
  color: #585858;
  letter-spacing: 0.6px;
}

.calc-form__monthly-value {
  font-weight: 500;
  font-size: 18px;
  color: #7f512d;
}

.calc-form__link {
  display: inline-block;
  font-weight: 300;
  font-size: 8px;
  color: #585858;
  letter-spacing: 0.4px;
  line-height: 1;
  text-decoration: underline !important;
}

.calc-form__link:hover,
.calc-form__link:focus-visible {
  color: #7f512d;
}

.calc-form__link:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.rates-widget__body {
  padding: 18px 23px 9px;
}

.rates-widget__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 200px;
}

.rates-widget__table-wrap {
  width: 100%;
}

.rates-widget__table-header {
  display: grid;
  grid-template-columns: 1fr 77px 50px;
  gap: 8px;
  padding: 0 0 8px;
  font-weight: 400;
  font-size: 13px;
  color: #585858;
  letter-spacing: 0.65px;
  line-height: 1;
}

.rates-widget__divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
}

.rates-widget__rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rates-widget__row {
  display: grid;
  grid-template-columns: 1fr 58px 40px;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 6px 10px;
  border: none;
  background: #e3ded9;
  cursor: pointer;
  font-weight: 300;
  font-size: 13px;
  color: #585858;
  letter-spacing: 0.65px;
  line-height: 1;
  text-align: left;
  transition: background-color 200ms ease;
}

.rates-widget__row:hover {
  background: #d9d4cf;
}

.rates-widget__row:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: -2px;
}

.rates-widget__row.is-active {
  background: #d5d0cb;
  font-weight: 500;
}

.rates-widget__row-change {
  text-align: right;
  color: green;
}

.rates-widget__graph {
  display: flex;
  flex-direction: column;
  min-height: 172px;
}

.rates-widget__graph-title {
	margin: 0;
	padding: 0 8px 5px;
	font-weight: 400;
	font-size: 15px;
	color: #585858;
	letter-spacing: 0.75px;
	text-align: center;
	line-height: 1;
	padding-left: 40px;
}

.rates-widget__graph-frameWrap {
    position: relative;
    padding-left: 40px;
}

.rates-widget__graph-frame {
  position: relative;
  flex: 1;
  min-height: 140px;
  overflow: hidden;
  border: 1px solid #7f512d;
}

.rates-widget__graph-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 200ms ease;
}

.rates-widget__graph-y {
    display: flex;
    flex-direction: column;
    gap: 27px 0;
    color: #585858;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.rates-widget__graph-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}

.rates-widget__graph-overlay.is-visible {
  opacity: 1;
}

.rates-widget__graph-axes {
	display: flex;
	justify-content: space-between;
	padding: 7px 0 4px 70px;
	font-weight: 300;
	font-size: 10px;
	color: #585858;
	letter-spacing: 1px;
	line-height: 1;
}

.rates-widget__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 40px;
    padding: 8px 0 0;
}

.rates-widget__link {
  font-weight: 300;
  font-size: 8px;
  color: #585858;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-decoration: underline !important;
}

.rates-widget__link:hover,
.rates-widget__link:focus-visible {
  color: #7f512d;
}

.rates-widget__link:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.banner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 573px;
}

.banner__cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  max-width: 278px;
  min-height: 64px;
  padding: 24px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.banner__cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../../../assets/images/lending/cta-hover-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 200ms ease;
  z-index: 0;
}

.banner__cta-btn:hover::before,
.banner__cta-btn:focus-visible::before {
  opacity: 1;
}

.banner__cta-btn:hover,
.banner__cta-btn:focus-visible {
  border-color: transparent;
}

.banner__cta-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.banner__cta-btn:active {
  transform: scale(0.98);
}

.banner__cta-btn-text,
.banner__cta-btn-icon {
  position: relative;
  z-index: 1;
}

.banner__cta-btn-icon {
  display: inline-flex;
  width: 10px;
  height: 4px;
  flex-shrink: 0;
}

.banner__cta-btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
/*end*/

/*welcome*/
.welcome {
  position: relative;
  overflow: visible;
  min-height: 480px;
  background:
    linear-gradient(180deg, rgba(230, 225, 220, 0.2) 0%, rgba(200, 196, 191, 0.2) 100%),
    linear-gradient(90deg, rgb(230, 225, 220) 0%, rgb(230, 225, 220) 100%);
}

.welcome__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 20px;
}

.welcome__accent {
  display: none;
}

.welcome__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.welcome__media {
  width: 100%;
  max-width: 320px;
  margin-bottom: 32px;
}

.welcome__portrait {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.welcome__content {
  width: 100%;
  max-width: 819px;
}

.welcome__title {
  margin: 0 0 24px;
  font-family: var(--font-family-title);
  font-weight: 200;
  font-size: 22px;
  line-height: normal;
  color: #7f512d;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.welcome__body {
  max-width: 792px;
}

.welcome__body p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  letter-spacing: 0.8px;
}

.welcome__body p + p {
  margin-top: 26px;
}
/*end*/

/*loan programs*/
.loan-programs {
  background: #e6e1dc;
}

.loan-programs__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 20px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loan-programs__title {
  margin: 0 0 40px;
  font-family: var(--font-family-title);
  font-weight: 200;
  font-size: 32px;
  line-height: normal;
  color: #bc8856;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
}

.loan-programs__grid {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
  width: 100%;
  max-width: 310px;
}

.loan-programs__grid-item {
  width: 100%;
  max-width: 310px;
}

.loan-card {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.loan-card:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.loan-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1c1915;
}

.loan-card__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
  transition: var(--default-transition);
}

.loan-card:hover .loan-card__bg::before,
.loan-card:focus-within .loan-card__bg::before {
  background: linear-gradient(to bottom, rgba(148, 88, 40, 0.75), rgba(46, 27, 12, 0.75));
}

.loan-card__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.loan-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px;
  transition: var(--default-transition);
}

.loan-card__text {
  border-left: 1px solid #ffffff;
  padding-left: 8px;
  padding-bottom: 14px;
}

.loan-card__title {
  margin: 0;
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.215;
  color: #ffffff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.loan-card__desc {
  margin: 0;
  max-width: 233px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #ffffff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: var(--default-transition);
}

.loan-card:hover .loan-card__desc,
.loan-card:focus-within .loan-card__desc {
  opacity: 1;
  max-height: 160px;
  margin-top: 17px;
  margin-bottom: 5px;
}

.loan-programs__footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
/*end*/

/*estimate payment*/
.estimate {
  position: relative;
  min-height: 100vh;
}

.estimate__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.estimate__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.estimate__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 1;
}

.estimate__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 59.125%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 2;
}

.estimate__content {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 20px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.estimate__title {
  margin: 0 0 32px;
  font-family: var(--font-family-title);
  font-weight: 400;
  font-size: 28px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.estimate__widgets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}

.e-widget-card {
  width: 100%;
  max-width: 440px;
  background: #e3ded9;
  border: 1px solid #7f512d;
  display: flex;
  flex-direction: column;
}

.e-widget-card--rates {
  max-width: 800px;
}

.e-widget-card__header {
  background: #7f512d;
  padding: 10px 20px;
  text-align: center;
}

.e-widget-card__header h2,
.e-widget-card__header h3 {
  margin: 0;
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.e-widget-card__body {
	padding: 20px 15px;
  flex: 1;
}

.e-widget-card__footer {
  margin-top: auto;
}

.e-widget-card__footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 20px;
  background: #7f512d;
  color: #ffffff;
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 200ms ease;
}

.e-widget-card__footer-link:hover,
.e-widget-card__footer-link:focus-visible {
  background: #654125;
}

.e-widget-card__footer-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.e-widget-card__footer-link:active {
  background: #54361e;
}

.e-calc-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.e-calc-form__label {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #585858;
  letter-spacing: 0.65px;
}

.e-calc-form__input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(127, 81, 45, 0.5);
  padding: 2.5px 0;
}

.e-calc-form__input-wrap--select {
  cursor: pointer;
}

.e-calc-form__input {
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #585858 !important;
  letter-spacing: 0.8px;
  padding: 0;
  outline: none;
}

.e-calc-form__input:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.e-calc-form__suffix,
.e-calc-form__prefix {
  font-weight: 400;
  font-size: 16px;
  color: #585858;
  flex-shrink: 0;
}

.e-calc-form__select {
  appearance: none;
  cursor: pointer;
  padding-right: 20px;
}

.e-calc-form__chevron {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  color: #585858;
  pointer-events: none;
}

.e-calc-form__chevron svg {
  display: block;
  width: 100%;
  height: 100%;
}

.e-calc-form__totals {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 23px;
  margin-top: 27px;
}

.e-calc-form__total {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  min-width: 0;
}

.e-calc-form__total-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #585858;
  letter-spacing: 0.6px;
}

.e-calc-form__total-value {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #585858;
  letter-spacing: 0.9px;
  overflow-wrap: break-word;
}

.e-calc-form__monthly {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 6px;
}

.e-calc-form__monthly-label {
  font-weight: 400;
  font-size: 12px;
  color: #585858;
  letter-spacing: 0.6px;
}

.e-calc-form__monthly-value {
  font-weight: 500;
  font-size: 32px;
  color: #7f512d;
}

.e-calc-form__link {
  display: inline-block;
  font-weight: 300;
  font-size: 9px;
  color: #585858;
  letter-spacing: 0.45px;
  line-height: 24px;
  text-decoration: underline !important;
}

.e-calc-form__link:hover,
.e-calc-form__link:focus-visible {
  color: #7f512d;
}

.e-calc-form__link:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.e-rates-widget__body {
	padding: 16px 15px;
}

.e-rates-widget__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.e-rates-widget__table-wrap {
  width: 100%;
}

.e-rates-widget__col-header {
  display: grid;
  grid-template-columns: 90px 1fr 1fr 1fr;
  gap: 4px;
  padding: 10px 0;
  font-weight: 300;
  font-size: 9px;
  color: #585858;
  letter-spacing: 0.6px;
  line-height: 1;
}

.e-rates-widget__col-header span:nth-child(n+2) {
  text-align: right;
}

.e-rates-widget__section {
  margin-bottom: 22px;
}

.e-rates-widget__section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.e-rates-widget__section-title {
  font-weight: 400;
  font-size: 12px;
  color: #585858;
  letter-spacing: 0.75px;
  line-height: 24px;
}

.e-rates-widget__section-note {
  font-weight: 500;
  font-style: italic;
  font-size: 10px;
  color: #585858;
  line-height: 24px;
}

.e-rates-widget__divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
}

.e-rates-widget__rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.e-rates-widget__row {
  display: grid;
  grid-template-columns: 85px 1fr 1fr 1fr;
  gap: 4px;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  border: none;
  background: #e3ded9;
  cursor: pointer;
  font-weight: 300;
  font-size: 12px;
  color: #585858;
  letter-spacing: 0.7px;
  line-height: 1;
  text-align: left;
  transition: background-color 200ms ease;
}

.e-rates-widget__row span:nth-child(n+2) {
  text-align: right;
}

.e-rates-widget__row:hover {
  background: #d9d4cf;
}

.e-rates-widget__row:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: -2px;
}

.e-rates-widget__row.is-active {
  background: #d5d0cb;
  font-weight: 500;
}

.e-rates-widget__row--static {
  cursor: default;
}

.e-rates-widget__row--static:hover {
  background: #e3ded9;
}

.e-rates-widget__row-change {
  color: green;
}

.e-rates-widget__right {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.e-rates-widget__graph {
  display: flex;
  flex-direction: column;
}

.e-rates-widget__graph-title {
  margin: 0 0 3px;
  font-weight: 400;
  font-size: 15px;
  color: #585858;
  letter-spacing: 0.75px;
  text-align: center;
  line-height: 24px;
  padding-left: 30px;
}

.e-rates-widget__graph-inner {
  position: relative;
  padding: 6px 0 0 30px;
}

.e-rates-widget__y-axis {
  position: absolute;
  left: 0;
  bottom: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  font-weight: 300;
  font-size: 10px;
  color: #585858;
  letter-spacing: 1px;
  line-height: 1;
  text-align: right;
}

.e-rates-widget__graph-frame {
  position: relative;
  height: 198px;
  overflow: hidden;
  border: 1px solid #7f512d;
}

.e-rates-widget__graph-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 200ms ease;
}

.e-rates-widget__graph-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}

.e-rates-widget__graph-overlay.is-visible {
  opacity: 1;
}

.e-rates-widget__x-axis {
  display: flex;
  justify-content: space-between;
  padding: 4px 0 4px 0;
  font-weight: 300;
  font-size: 10px;
  color: #585858;
  letter-spacing: 0;
  line-height: 1;
}

.e-rates-widget__graph-links {
  display: flex;
  justify-content: space-between;
  padding: 1px 0 0 30px;
}

.e-rates-widget__link {
  font-weight: 300;
  font-size: 8px;
  color: #585858;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-decoration: underline !important;
}

.e-rates-widget__link:hover,
.e-rates-widget__link:focus-visible {
  color: #7f512d;
}

.e-rates-widget__link:focus-visible {
  outline: 2px solid #7f512d;
  outline-offset: 2px;
}

.e-rates-widget__news-title {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  color: #585858;
  letter-spacing: 0.65px;
  line-height: 24px;
}

.e-rates-widget__news-text {
  margin: 0;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  color: #585858;
  letter-spacing: 0.5px;
}

.estimate__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  max-width: 1256px;
  width: 100%;
}

.estimate__cta-heading {
  margin: 0;
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
}

.estimate__cta-subtext {
  margin: 0 0 20px;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
}

.estimate__cta-subtext strong {
  font-weight: 700;
  font-style: italic;
}

.estimate__cta-link.lending_button {
    color: #fff;
}
/*end*/

/*why work with nick*/
.why-work {
  position: relative;
  overflow: visible;
  min-height: 720px;
}

.why-work__panels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 0;
}

.why-work__panel {
  position: relative;
  min-height: 280px;
}

.why-work__panel--left {
  background: linear-gradient(to bottom, #9a795a, #311c0c);
}

.why-work__panel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.why-work__panel-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #9a795a, #311c0c);
  pointer-events: none;
  z-index: 0;
}

.why-work__panel-bg-img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.12;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.why-work__panel--right {
  background: #000000;
}

.why-work__inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 15px 0;
}

.why-work__title {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35em;
  font-family: var(--font-family-title);
  font-weight: 200;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
}

.why-work__title-part--light {
  color: #ffffff;
}

.why-work__title-part--accent {
  color: #bc8856;
}

.why-work__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

.why-work__portrait-wrap {
  order: -1;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}

.why-work__portrait {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.why-work__features {
  list-style: none;
  padding: 32px 20px;
  max-width: none;
  position: relative;
  background: linear-gradient(to bottom, #9a795a, #311c0c);
}

.why-work__features::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../../../assets/images/lending/why-work-left-texture.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}

.why-work__feature {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgb(255 255 255 / 31%);
}

.why-work__feature-title {
  font-family: var(--font-family-title);
  font-weight: 200;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.why-work__feature-text {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.7px;
}

.why-work__right {
  max-width: none;
  padding: 32px 20px;
  background: #000000;
}

.why-work__benefits-title {
  margin: 0 0 24px;
  font-family: var(--font-family-title);
  font-weight: 200;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.why-work__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-work__benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.why-work__benefit + .why-work__benefit {
  margin-top: 10px;
}

.why-work__benefit-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 11px;
  margin-top: 5px;
}

.why-work__benefit-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.why-work__benefit-text {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0;
}
/*end*/

/*get started*/
.get-started {
  background: #e6e1dc;
}

.get-started__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 20px;
}

.get-started__form-card {
  max-width: 1166px;
  margin: 0 auto;
  padding: 48px 24px 40px;
  background: #1c1915;
}

.get-started__title {
  margin: 0 0 27px;
  font-family: var(--font-family-title);
  font-weight: 200;
  font-size: 28px;
  line-height: .9;
  color: #7F512D;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.get-started__fields-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 8px;
}

.get-started__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.get-started__input {
  width: 100%;
  height: 52px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 0;
  background: transparent;
  font-family: var(--font-family-title);
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.44px;
  color: #fff;
  text-transform: uppercase;
}

.get-started__textarea {
  padding-top: 20px;
  resize: none;
}

.get-started__submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.get-started__submit {
    color: #fff;
}

.get-started__intro {
  max-width: 766px;
  margin: 40px auto 0;
  text-align: center;
}

.get-started__intro p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  letter-spacing: 0.7px;
}

.get-started__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 21px;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}
/*end*/


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media (min-width: 600px) {

  .banner__title h1,
  .banner__title-line--primary {
    font-size: 36px;
  }

  .banner__title-line--secondary {
    font-size: 32px;
  }

  .banner__services {
    font-size: 18px;
  }

  .banner__tagline {
    font-size: 18px;
    margin-bottom: 42px;
  }

  .banner__cta {
    flex-direction: row;
    justify-content: center;
    gap: 17px;
  }

	.banner__cta-btn {
	 	padding: 24px 54px;
	}

  .calc-form__total {
	  width: 38%;
	}
	.calc-form__total:nth-child(2) {
	  width: 56%;
	}

	.rates-widget__table-header {
	  grid-template-columns: 1fr 92px 57px;
	}
	.rates-widget__row {
	  grid-template-columns: 1fr 80px 40px;
	}
	/*end*/

	.welcome__title {
    font-size: 28px;
  }

  .welcome__body p {
    font-size: 15px;
  }

  .welcome__media {
    max-width: 400px;
  }
  /*end*/

  .loan-programs__title {
    font-size: 48px;
    letter-spacing: 3.5px;
  }

  .loan-programs__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 655px;
    gap: 24px;
  }

  .loan-card {
    height: 320px;
  }

  .loan-card__title {
    font-size: 24px;
  }
  /*end*/

  .e-widget-card__body {
	  padding: 20px 32px;
	}
	.e-rates-widget__body {
	  padding: 16px 32px 24px;
	}
	.e-rates-widget__col-header {
	  grid-template-columns: 100px 1fr 1fr 1fr;
	  padding: 17px 0 11px 10px;
	}
	.e-rates-widget__section-title {
		font-size: 15px;
	}
	.e-rates-widget__row {
	  grid-template-columns: 97px 1fr 1fr 1fr;
	  font-size: 14px;
	}
	.e-rates-widget__col-header {
	  grid-template-columns: 65px 1fr 1fr 1fr;
	  font-size: 12px;
	}
	.e-rates-widget__y-axis {
		left: 15px;
	}
	.e-rates-widget__graph-inner {
	  padding: 6px 0 0 44px;
	}
	.e-rates-widget__graph-title {
	  padding-left: 44px;
	}
	.e-rates-widget__x-axis {
	  padding: 4px 0 4px 18px;
	  letter-spacing: 1px;
	}
	.e-rates-widget__graph-links {
	  padding: 1px 0 0 44px;
	}
	.e-rates-widget__news {
	  padding-left: 14px;
	}
  .estimate__title {
    font-size: 36px;
    letter-spacing: 3px;
  }

  .estimate__cta-heading {
    font-size: 32px;
  }

  .estimate__cta-subtext {
    font-size: 20px;
  }
  /*end*/

  .why-work__title {
    font-size: 36px;
    letter-spacing: 3px;
  }

  .why-work__feature-title,
  .why-work__benefits-title {
    font-size: 20px;
  }

  .why-work__portrait-wrap {
    max-width: 400px;
  }

  .why-work__portrait {
    max-width: 400px;
  }
  /*end*/

  .get-started__title {
    font-size: 36px;
    letter-spacing: 3px;
  }

  .get-started__actions {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
  }
}

@media (min-width: 744px) {
  .banner__widgets {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .widget-card--calc {
    flex: 0 0 310px;
  }

  .widget--rates {
    flex: 1 1 600px;
    max-width: 600px;
  }

  .rates-widget__panel {
    flex-direction: row;
    gap: 16px;
  }

  .rates-widget__table-wrap {
    flex: 0 0 280px;
  }

  .rates-widget__graph {
    flex: 1;
    min-width: 0;
  }
  /*end*/

  .welcome {
    min-height: 560px;
  }

  .welcome__inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 30px;
  }

  .welcome__portrait {
    width: 100%;
    max-width: 546px;
    aspect-ratio: 546 / 595;
    height: auto;
  }

  .welcome__content {
    flex: 1;
    min-width: 0;
  }

  .welcome__title {
    font-size: 32px;
    margin-bottom: 49px;
  }
  /*end*/

  .loan-programs__grid {
    max-width: 655px;
    gap: 35px;
  }

  .loan-card {
    height: 330px;
  }
  /*end*/

  .e-rates-widget__panel {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .e-rates-widget__table-wrap {
    flex: 0 0 280px;
  }

  .e-rates-widget__right {
    flex: 1;
    min-width: 0;
  }
  /*end*/

  .why-work {
    min-height: 780px;
  }

  .why-work__panels {
    grid-template-columns: 1fr 1fr;
  }

  .why-work__features {
    margin: 0;
    padding: 24px 24px 0 0;
    background: none;
  }

  .why-work__features::before {
    content: none;
  }

  .why-work__right {
    margin: 0;
    padding: 24px 0 0 48px;
    background: none;
    max-width: none;
  }

  .why-work__panel {
    min-height: 100%;
  }

  .why-work__inner {
    padding: 72px 15px 0;
  }

  .why-work__title {
    font-size: 42px;
    letter-spacing: 3.5px;
  }

  .why-work__body {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    min-height: 560px;
    padding-bottom: 0;
  }

  .why-work__portrait-wrap {
    position: absolute;
    left: calc(50% - 15px);
    bottom: -70px;
    transform: translateX(-50%);
    order: 0;
    max-width: none;
    z-index: 2;
    pointer-events: none;
  }

  .why-work__portrait {
    max-width: 420px;
    width: 420px;
    aspect-ratio: 616/576;
    object-position: top center;
  }

  .why-work__feature-title {
    font-size: 22px;
    letter-spacing: 1.8px;
  }

  .why-work__benefits-title {
    font-size: 22px;
    letter-spacing: 1.8px;
  }

  .why-work__benefit:nth-child(1) {
    padding-left: 0;
    max-width: 500px;
  }

  .why-work__benefit:nth-child(2) {
    padding-left: 32px;
  }

  .why-work__benefit:nth-child(3) {
    padding-left: 64px;
  }

  .why-work__benefit:nth-child(4) {
    padding-left: 96px;
  }

  .why-work__benefit:nth-child(5) {
    padding-left: 128px;
  }

  .why-work__feature:last-child {
    max-width: 255px;
  }

  .why-work__feature {
    max-width: fit-content;
  }
  /*end*/

  .get-started__inner {
    padding: 56px 80px;
  }

  .get-started__form-card {
    padding: 64px 48px 56px;
  }

  .get-started__title {
    font-size: 42px;
    letter-spacing: 3.5px;
  }

  .get-started__fields-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .banner__content {
    padding-top: 140px;
    padding-bottom: 66px;
  }

  .banner__title h1,
  .banner__title-line--primary {
    font-size: 48px;
    line-height: 54px;
  }

  .banner__title-line--secondary {
    font-size: 44px;
    line-height: 60px;
  }

  .banner__services {
    font-size: 24px;
  }

  .banner__tagline {
    font-size: 20px;
  }

  .banner__widgets {
    margin-bottom: 48px;
  }

  .widget-card__header h2 {
    font-size: 15px;
  }
  /*end*/
  .welcome__inner {
    padding-right: 48px;
  }

  .welcome__row {
    flex: 1;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 56px;
    min-width: 0;
  }

  .welcome__title {
    font-size: 40px;
  }

  .welcome__body p {
    font-size: 16px;
  }

  .welcome__accent {
    display: block;
    position: relative;
    flex: 0 0 191px;
    align-self: stretch;
    min-height: 596px;
    margin-top: -36px;
  }

  .welcome__accent-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .welcome__accent-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #9a795a, #311c0c);
    pointer-events: none;
    z-index: 0;
  }

  .welcome__accent-bg-img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.07;
    background-size: 518% 148%;
    background-position: -173% 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }

  .welcome__media {
    flex: 0 0 42%;
    max-width: 546px;
    margin-bottom: 0;
    margin-left: -135px;
    z-index: 1;
  }
  .welcome__portrait {
    aspect-ratio: 546 / 745;
  }
  /*end*/

  .loan-programs__title {
    font-size: 64px;
    letter-spacing: 4.9152px;
    margin-bottom: 47px;
  }

  .loan-programs__grid {
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1346px;
    gap: 35px;
    margin-bottom: 38px;
  }

  .loan-programs__grid-item {
    max-width: none;
  }

  .loan-card {
    height: 342px;
  }

  .loan-card__title {
    font-size: 25px;
  }
  /*end*/

  .estimate__title {
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 51px;
  }

  .estimate__widgets {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 47px;
  }

  .e-widget-card {
    flex: 0 0 440px;
    max-width: 440px;
  }

  .e-widget-card--rates {
    flex: 0 0 800px;
    max-width: 800px;
  }

  .e-widget-card__header h2,
  .e-widget-card__header h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .e-widget-card__footer-link {
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  .e-calc-form__monthly-value {
    font-size: 38px;
  }

  .e-rates-widget__table-wrap {
    flex: 0 0 400px;
  }

  .estimate__cta-heading {
    font-size: 40px;
  }

  .estimate__cta-subtext {
    font-size: 24px;
  }
  /*end*/

  .why-work {
    min-height: 820px;
  }

  .why-work__inner {
    padding: 88px 15px 0;
  }

  .why-work__title {
    font-size: 48px;
    letter-spacing: 4px;
    padding-right: 20px;
  }

  .why-work__body {
    min-height: 640px;
  }

  .why-work__portrait {
    max-width: 480px;
    width: 480px;
  }

  .why-work__features {
    padding: 32px 48px 0 0;
    max-width: 480px;
  }

  .why-work__feature-title {
    font-size: 24px;
  }

  .why-work__right {
    padding: 36px 0 0 64px;
  }

  .why-work__benefits-title {
    font-size: 26px;
    letter-spacing: 1.997px;
  }

  .why-work__benefit-title {
    font-size: 16px;
    letter-spacing: .8px;
  }

  .why-work__benefit-text {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

  .why-work__benefit:nth-child(2) {
    padding-left: 10px;
    max-width: 550px;
  }

  .why-work__benefit:nth-child(3) {
    padding-left: 24px;
    max-width: 600px;
  }

  .why-work__benefit:nth-child(4) {
    padding-left: 98px;
  }

  .why-work__benefit:nth-child(5) {
    padding-left: 150px;
  }

  .why-work__benefit-title {
    font-size: 15px;
  }

  .why-work__benefit + .why-work__benefit {
    margin-top: 24px;
  }

  .why-work__feature:last-child {
    max-width: 355px;
  }
  /*end*/

  .get-started__title {
    font-size: 48px;
  }

  .get-started__form-card {
    padding: 64px 80px 66px;
  }
}

@media (min-width: 1280px) {
  .banner {
    min-height: 900px;
  }

  .banner__content {
    padding-top: 173px;
  }

  .banner__title h1,
  .banner__title-line--primary {
    font-size: 60px;
    line-height: 54px;
  }

  .banner__title-line--secondary {
    font-size: 55px;
    line-height: 60px;
  }

  .banner__services {
    font-size: 30px;
  }

  .banner__tagline {
    font-size: 22px;
  }
  /*end*/

  .welcome__inner {
    padding: 36px 123px 0 0;
  }

  .welcome__content {
    max-width: 51.19vw;
  }

  .welcome__title {
    margin-bottom: 32px;
  }
  .welcome__body {
    max-width: 49.5vw;
  }
  .welcome__portrait {
	  aspect-ratio: 546 / 595;
	}
	/*end*/

  .loan-programs__inner {
    padding: 103px 20px 109px;
  }
  /*end*/

  .estimate__content {
    padding: 70px 20px 80px;
  }

  .estimate__title {
    font-size: 64px;
    letter-spacing: 4.9152px;
  }
  /*end*/

  .why-work__inner {
    padding: 94px 30px 0;
  }

  .why-work__title {
    font-size: 56px;
    letter-spacing: 4.5px;
  }

  .why-work__feature-title {
    font-size: 35px;
    letter-spacing: 2.072px;
  }

  .why-work__portrait {
    max-width: 616px;
    width: 616px;
  }

  .why-work__features {
    padding-left: 24px;
    max-width: 682px;
  }

  .why-work__benefit:nth-child(2) {
    padding-left: 60px;
    max-width: 560px;
  }

  .why-work__benefit:nth-child(3) {
    padding-left: 126px;
  }

  .why-work__benefit:nth-child(4) {
    padding-left: 181px;
  }

  .why-work__benefit:nth-child(5) {
    padding-left: 244px;
  }
  /*end*/

  .get-started__inner {
    padding: 70px 80px 119px;
  }
  .get-started__title {
    font-size: 64px;
    letter-spacing: 4.915px;
  }
  .get-started__form-card {
    padding: 64px 95px 56px;
  }
}

@media (min-width: 1400px) { 
	.welcome__content {
		padding-bottom: 120px;
	}
  /*end*/

  .why-work__inner {
    padding: 94px 80px 0;
  }
  .why-work__feature-title {
    font-size: 40px;
    letter-spacing: 3.072px;
  }
}

@media (max-width: 743px) {
  .why-work__panels {
    display: none;
  }
} 


