* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  color: #333;
  line-height: 1.6;
  background-color: var(--color-lighter-gray);
}

:root {
  --font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --color-accent-1: #f7d117;
}

h1,
.h1 {
  font-family: var(--font-family-light), sans-serif;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--color-primary);
}
@media (min-width: 360px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

h2,
.h2 {
  font-family: var(--font-family-light), sans-serif;
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--color-primary);
}
@media (min-width: 360px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

header {
  background: #e77c22;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar__container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navbar__container {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .navbar__container {
    padding: 1rem;
  }
}
@media screen and (max-width: 436px) {
  .navbar__container {
    padding: 0.75rem;
  }
}
.navbar__back {
  flex: 1;
}
.navbar__logo {
  flex: 1;
  text-align: center;
}
.navbar__icons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 360px) and (max-width: 767px) {
  .navbar__icons {
    gap: 1rem;
  }
}
@media screen and (max-width: 436px) {
  .navbar__icons {
    gap: 0.75rem;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .navbar__icons .icon-link:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 436px) {
  .navbar__icons .icon-link:nth-child(2),
  .navbar__icons .icon-link:nth-child(3) {
    display: none;
  }
}

.back-link {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: opacity 0.3s ease;
  font-family: sans-serif;
}
@media screen and (max-width: 436px) {
  .back-link {
    font-size: 0.75rem;
  }
}
.back-link:hover {
  opacity: 0.8;
}

.back-arrow {
  font-size: 1rem;
  font-weight: 600;
}

.logo-img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 436px) {
  .logo-img {
    height: 24px;
  }
}

.icon-link {
  color: #ffffff !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}
.icon-link:hover {
  opacity: 0.8;
}

@media (min-width: 360px) and (max-width: 767px) {
  .icon-img {
    width: 22px !important;
    height: 22px !important;
  }
}
@media screen and (max-width: 436px) {
  .icon-img {
    width: 20px !important;
    height: 20px !important;
  }
}

.section1 {
  background: #f4f4f4;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}
.section1-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.section1-row {
  display: grid;
  grid-template-columns: 48% 55%;
}
@media (min-width: 1280px) {
  .section1-row {
    grid-template-columns: 48% 55%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section1-row {
    grid-template-columns: 50% 50%;
    min-height: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section1-row {
    grid-template-columns: 45% 55%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section1-row {
    grid-template-columns: 1fr;
  }
}
.section1-content {
  padding: 0px 48px 70px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f4f4f4;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section1-content {
    padding: 40px 32px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section1-content {
    padding: 20px 32px;
    order: 2;
  }
}
@media (max-width: 599px) {
  .section1-content {
    padding: 16px 32px;
  }
}
.section1-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  color: #386880;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .section1-title {
    font-size: 48px;
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section1-title {
    font-size: 36px;
    width: 260px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section1-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .section1-title {
    font-size: 20px;
  }
}
.section1-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 600px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section1-text {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section1-text {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (max-width: 599px) {
  .section1-text {
    font-size: 13px;
  }
}
.section1-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 14px 34px;
  background-color: #e77c22;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 2px;
  width: fit-content;
  transition: background-color 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section1-cta {
    margin-top: 28px;
    padding: 12px 28px;
    font-size: 15px;
  }
}
.section1-cta:hover {
  background-color: #c96e00;
}
.section1-image {
  position: relative;
  background: #f4f4f4;
  margin-left: -40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section1-image {
    overflow: hidden;
    height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section1-image {
    order: 1;
    margin-left: 0;
  }
}
.section1-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section1-image img {
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
  }
}

.section2 {
  background: #f4f4f4;
}
.section2-accent-bar {
  height: 3px;
  background: #ea7b1b;
}
.section2-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.section2-card {
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 56px 64px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .section2-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 46px 55px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section2-card {
    padding: 40px 24px;
  }
}
.section2-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 200;
  line-height: 1.15;
  color: #386880;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 360px) and (max-width: 767px) {
  .section2-title {
    font-size: 32px;
  }
}
.section2-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #555;
  text-align: center;
}
.section2-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 1024px) {
  .section2-links {
    border-left: none;
    padding-top: 24px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section2-links {
    grid-template-columns: 1fr;
  }
}
.section2-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  text-decoration: none;
  color: #333;
  border-right: 1px solid #e2e2e2;
  transition: background 0.3s ease;
}
@media (min-width: 360px) and (max-width: 767px) {
  .section2-link {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
}
.section2-link:last-child {
  border-right: none;
}
@media (min-width: 360px) and (max-width: 767px) {
  .section2-link:last-child {
    border-bottom: none;
  }
}
.section2-link:hover {
  background: #f5f7f6;
}
.section2-link span {
  font-size: 14px;
  font-weight: 500;
}
.section2-icon img {
  width: 40px;
  height: 40px;
}

.section3 {
  background: #f4f4f4;
  padding: 50px 0;
}
@media (min-width: 360px) and (max-width: 767px) {
  .section3 {
    padding: 48px 0;
  }
}
.section3-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.section3-card {
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (min-width: 360px) and (max-width: 767px) {
  .section3-card {
    grid-template-columns: 1fr;
  }
}
.section3-content {
  padding: 65px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section3-content {
    padding: 48px 40px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section3-content {
    padding: 32px 24px;
  }
}
.section3-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #666;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section3-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 200;
  color: #386880;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section3-title {
    font-size: 36px;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section3-title {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  .section3-title {
    font-size: 24px;
  }
}
.section3-text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 24px;
  max-width: 480px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section3-text {
    font-size: 15px;
    max-width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .section3-text {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .section3-text {
    font-size: 13px;
  }
}
.section3-link-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 24px;
}
.section3-button {
  display: inline-block;
  padding: 12px 28px;
  background: #e77c22;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.section3-button:hover {
  background: #c96e00;
}
.section3-image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 360px) and (max-width: 767px) {
  .section3-image {
    min-height: 300px;
  }
}
.section3-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .section3-image img {
    object-position: 35% center;
  }
}

.section4 {
  background: #f4f4f4;
}
.section4-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 30px;
}
.section4-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 14px;
}
.section4-links {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 170px;
  padding-bottom: 20px;
}
@media (min-width: 360px) and (max-width: 767px) {
  .section4-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section4-list {
  list-style: none;
}
.section4-list a {
  font-size: 14px;
  color: #386880;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}
.section4-list a:hover {
  text-decoration: underline;
}
.section4-list a:focus, .section4-list a:focus-visible {
  outline: 2px solid #000;
}

.footer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
}
.footer-top {
  padding: 32px 0;
}
.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 2fr;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer-col h3 {
  font-size: 22px;
  color: #e77c22;
  margin-bottom: 16px;
  font-weight: 400;
}
.footer-col h4 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #333;
}
.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #666;
}
.footer-col a {
  color: #386880;
  text-decoration: none;
  font-weight: 500;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-col a:focus, .footer-col a:focus-visible {
  outline: 2px solid #000;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.footer-col ul:not(:has(.footer-icon)) {
  padding-left: 18px;
}
.footer-col--about {
  border-left: 1px solid #d9d9d9;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-col--about {
    border-left: none;
    padding-left: 0;
  }
}
.footer-col--about ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer-col--contact {
    border-left: none;
    padding-left: 0;
  }
}
.footer-col--contact .footer-icon-list li {
  margin-bottom: 0px;
  margin-left: -10px;
}
.footer-col--search {
  border-left: 1px solid #d9d9d9;
  padding-left: 75px;
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  .footer-col--search {
    border-left: none;
    padding-left: 0;
    padding-top: 0 !important;
  }
}
.footer-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 24px;
  color: #386880;
  font-weight: 500;
}
.footer-search:focus, .footer-search:focus-visible {
  outline: 2px solid #000;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.footer-social a:hover {
  transform: scale(1.1);
  border: 2px solid #000;
}
.footer-social a:focus, .footer-social a:focus-visible {
  outline: 2px solid #000;
}
.footer-social img {
  display: block;
  transition: transform 0.2s ease;
}
.footer-bottom {
  background: #f4f4f4;
  padding: 20px 0 120px;
  font-size: 13px;
  color: #555;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
.footer-legal-right a {
  color: #333;
  text-decoration: none;
  margin: 0 4px;
}
.footer-legal-right a:hover {
  text-decoration: underline;
}
.footer-legal-right a:focus, .footer-legal-right a:focus-visible {
  outline: 2px solid #000;
}
.footer-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer-icon {
  width: 40px;
  height: 38px;
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
}
.footer-icon.Housing {
  padding-top: 2px;
  width: 15px;
  height: 14px;
}

/*# sourceMappingURL=styles.css.map */
