@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #c5a95e;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  color: #333;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.hero_logo {
  margin-bottom: 0;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text.secondary-white-5 {
  color: var(--gold);
}

.section {
  background-color: #c5a95e66;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section.cta {
  background-color: #081010;
  background-image: linear-gradient(#0f1b22a1, #0f1b22a1), url('../images/hero-find-homes-washington.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100vh;
}

.section.accent {
  background-color: #c5a95e87;
}

.vertical-headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.vertical-headline.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.vertical-headline.testimonial-headline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 30rem;
}

.text {
  color: #3a4140;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.text.white {
  color: #fefcf8;
}

.text.properties-text {
  max-width: 600px;
  font-size: 18px;
}

.subtitle {
  color: #081010;
  text-transform: uppercase;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.button {
  color: #fefcf8;
  text-align: center;
  background-color: #081010;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  padding: .75rem 2rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

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

.button.white-2 {
  background-color: var(--gold);
  color: #081010;
}

.button.white-2:hover {
  color: #fefcf8;
  background-color: #3a4140;
}

.button.secondary-white {
  border: 1px solid var(--gold);
  background-color: #c6a95e26;
}

.button.secondary-white:hover {
  color: #081010;
  background-color: #fefcf8;
}

.button-text-wrapper {
  flex-flow: column;
  height: 1.5rem;
  overflow: hidden;
}

.heading-1 {
  color: #081010;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-1.cta-heading {
  color: #fefcf8;
  max-width: 44rem;
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.cta-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #081010;
  text-align: center;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.15;
}

.about_grid {
  grid-template-rows: auto;
}

.about_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-section-wrapper {
  gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #081010;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.testimonial-list {
  flex-flow: column;
  max-height: 100%;
  display: flex;
  position: relative;
}

.testimonial-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: grid;
}

.testimonial-profile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.testimonial-name {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-item {
  gap: 2rem;
  background-color: var(--gold);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-field {
  color: #3a4140;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 15px;
  background-color: #f5f3f0;
  border: 1px solid #bbb9b5;
  height: 100%;
  margin-bottom: 0;
  padding: 0.875rem 1.25rem;
  transition: all .3s;
}

.text-field:hover {
  border-color: var(--gold);
  background-color: #fefcf8;
}

.text-field:active {
  color: #3a4140;
}

.text-field:focus {
  border-color: var(--gold);
  color: #3a4140;
}

.text-field::placeholder {
  color: #bbb9b5;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form.align-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-form-wrapper {
  gap: 2rem;
  background-color: #fefcf8;
  flex-flow: column;
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

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

.label {
  margin-bottom: 6px;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3a4140;
}

.footer-disclaimer {
  color: #717171;
  align-self: flex-start;
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.footer-wrap {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  background-color: #c5a95e40;
  border-top: 1px solid #e4e1dd;
  padding: 24px 5%;
}

.buttonsubmit {
  color: #fefcf8;
  text-align: center;
  background-color: #081010;
  justify-content: flex-start;
  align-items: flex-end;
  width: 220px;
  padding: .75rem 2rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.buttonsubmit:hover {
  background-color: #3a4140;
}

.heading_about {
  color: #081010;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.15;
}

.form_wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow-y: auto;
  padding: 2rem 1.5rem;
}

.form_buton-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.form_heaidng {
  color: #081010;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.footer-link-2 {
  color: #111;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #c5a95e;
}

.footer-links-2 {
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
  display: flex;
}

.footer-contact-2 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 14px;
}

.footer-phone {
  color: #111;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-phone:hover {
  color: #c5a95e;
}

.footer-email {
  color: #c5a95e;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.footer-email:hover {
  color: #a8903e;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer-social-link {
  color: #111;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-social-link:hover {
  color: var(--gold);
}

.footer-contact_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  display: flex;
}

.label-copy {
  margin-bottom: 5px;
}

.form_close {
  aspect-ratio: 1;
  background-color: var(--black);
  width: 25px;
  height: 25px;
  color: var(--gold);
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0.75rem 0.75rem auto auto;
}

.text-block {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 22px;
}

.success-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  min-height: unset;
  width: 100%;
  background-color: #fefcf8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #081010;
  line-height: 1.5;
}

.success-message::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--gold);
  color: #081010;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.hidden_field-wrapper {
  display: none;
}

.faq-section {
  background-color: #fefcf8;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e4e1dd;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #e4e1dd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 0;
  text-align: left;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #081010;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-question:hover {
  color: var(--gold);
}

.faq-icon {
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s;
  color: var(--gold);
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding-bottom: 1.5rem;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 16px;
  color: #3a4140;
  line-height: 1.6;
}

.faq-answer p {
  margin: 0 0 0.75rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-list-inner {
  margin: 0.5rem 0 0.75rem 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-note {
  color: #717171;
  font-size: 14px;
}

.faq-cta-note {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background-color: #c5a95e26;
  border-left: 3px solid var(--gold);
  font-style: italic;
}

@media screen and (max-width: 479px) {
  .faq-question {
    font-size: 15px;
  }
}

.sold-reel-section {
  background-color: #c5a95e87;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.sold-reel-header {
  margin-bottom: 2rem;
}

.sold-reel-heading {
  color: #081010;
  text-align: center;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .sold-reel-heading {
    font-size: 26px;
  }
}

.sold-reel-track {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.sold-reel-track::-webkit-scrollbar {
  display: none;
}

.sold-reel-img {
  width: 575px;
  height: auto;
  border-radius: 4px;
  flex-shrink: 0;
  pointer-events: none;
  display: block;
}

.file_upload-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.upload-dropzone {
  border: 1px solid #bbb9b5;
  border-radius: 12px;
  background-color: #f5f3f0;
  padding: 3rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.upload-dropzone:hover,
.upload-dropzone.drag-over {
  background-color: #fefcf8;
  border-color: var(--gold);
}

.upload-dropzone input[type="file"] {
  display: none;
}

.upload-title {
  color: #081010;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.upload-subtitle {
  color: #3a4140;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 14px;
  margin: 0;
}

.upload-format {
  color: #717171;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 13px;
  margin: 0.75rem 0 0;
}

.upload-file-display {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.75rem;
  background-color: #fefcf8;
  border: 1px solid #bbb9b5;
  border-radius: 4px;
  padding: 0.4rem 0.75rem;
}

.upload-filename-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.upload-filename-list li {
  color: #081010;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 13px;
  font-weight: 500;
  word-break: break-all;
  padding: 0.1rem 0;
}

.upload-remove-btn {
  background: none;
  border: none;
  color: #717171;
  font-size: 13px;
  cursor: pointer;
  padding: 0 0 0 0.25rem;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s;
}

.upload-remove-btn:hover {
  color: #081010;
}

.upload-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.upload-btn-primary {
  background-color: #081010;
  color: #fefcf8;
  border: none;
  padding: 0.75rem 2rem;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.upload-btn-primary:hover {
  background-color: var(--gold);
  color: #081010;
}

.upload-btn-secondary {
  background-color: transparent;
  color: #3a4140;
  border: 1px solid #bbb9b5;
  padding: 0.75rem 2rem;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.upload-btn-secondary:hover {
  border-color: var(--gold);
  color: #081010;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sold-reel-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-1.cta-heading {
    font-size: 48px;
  }

  .vertical-headline.testimonial-headline {
    max-width: none;
  }

  .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .testimonial-section-wrapper {
    flex-flow: column;
  }

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

}


@media screen and (max-width: 767px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sold-reel-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .about_photo {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: top;
  }

  .testimonial-section-wrapper {
    gap: 3rem;
  }

  .testimonial-inner {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .testimonial-wrapper {
    flex-flow: column;
  }

  .sold-reel-img {
    width: 320px;
  }

  .contact-form-wrapper {
    padding: 2rem 1.5rem;
  }

  .form-wrapper {
    grid-template-columns: 1fr;
  }

  .buttonsubmit,
  .form_buton-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sold-reel-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button {
    width: 100%;
  }

  .button-wrapper {
    justify-content: center;
    width: 100%;
  }

  .heading-1.cta-heading {
    max-width: 24rem;
    font-size: 32px;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-2 {
    font-size: 30px;
  }

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

  .testimonial-item {
    padding: 1.5rem;
  }

  .form-wrapper {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: column;
    display: flex;
  }

  .text-field {
    padding: 0.7rem 1rem;
    font-size: 14px;
  }

  .buttonsubmit {
    width: 100%;
  }

  .heading_about {
    font-size: 30px;
  }

  .form_heaidng {
    font-size: 24px;
  }

  .sold-reel-img {
    width: 260px;
  }

  .form_wrapper {
    padding: 1rem 0.75rem;
  }

  .contact-form-wrapper {
    padding: 1.5rem 1.25rem;
    gap: 1.25rem;
  }

  .upload-actions {
    flex-direction: column;
  }

  .upload-btn-primary,
  .upload-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .upload-dropzone {
    padding: 2rem 1rem;
  }
}

.footer2 {
  background-color: #081010;
  padding: 4rem 4rem 0;
}

.footer2-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #ffffff18;
}

.footer2-col {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer2-logo {
  width: 160px;
  margin-bottom: 0.25rem;
}

.footer2-tagline {
  color: #a0a8a8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 280px;
}

.footer2-social-row {
  display: flex;
  gap: 14px;
  margin-top: 0.25rem;
}

.footer2-icon {
  color: #a0a8a8;
  transition: color 0.2s;
  display: flex;
}

.footer2-icon:hover {
  color: var(--gold);
}

.footer2-website {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer2-website:hover {
  opacity: 0.75;
}

.footer2-col-heading {
  color: #fefcf8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.footer2-link {
  color: #a0a8a8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer2-link:hover {
  color: var(--gold);
}

.footer2-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a0a8a8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer2-contact-item:hover {
  color: var(--gold);
}

.footer2-license {
  color: #a0a8a8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  margin: 0.5rem 0 0;
}

.footer2-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 0;
  color: #a0a8a8;
  font-family: Generalsans, Times New Roman, sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .footer2 {
    padding: 3rem 2rem 0;
  }
  .footer2-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .footer2-brand {
    grid-column: span 2;
  }
}

@media screen and (max-width: 479px) {
  .footer2 {
    padding: 2.5rem 1.25rem 0;
  }
  .footer2-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer2-brand {
    grid-column: span 1;
  }
  .footer2-bottom {
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
  }
}

#w-node-_8ae9eaf5-1a30-3890-01c3-209eed551a33-f5000cf2 {
  place-self: center;
}

#w-node-a483a791-1bab-fcea-7cd6-a28b287d415e-f5000cf2, #w-node-_44e18fb7-f8eb-4a2f-93cf-12a85269ee86-f5000cf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_1e671405-1a8a-6a04-3b6a-92cfd6f10319-f5000cf2, #w-node-_69b2f60b-95cd-33e7-84e1-7e178f4c4c3c-f5000cf2 {
  align-self: start;
}

#w-node-_7f21c755-c15f-8f55-b710-bd1f86c59a66-f5000cf2, #w-node-b39efb7a-b79e-8ae5-7c83-6621b1f9171e-f5000cf2, #w-node-_84d501b5-10d7-c189-2cc9-7c57be3a9af4-f5000cf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a483a791-1bab-fcea-7cd6-a28b287d415e-f5000cf2,
  #w-node-_44e18fb7-f8eb-4a2f-93cf-12a85269ee86-f5000cf2,
  #w-node-_1e671405-1a8a-6a04-3b6a-92cfd6f10319-f5000cf2,
  #w-node-_69b2f60b-95cd-33e7-84e1-7e178f4c4c3c-f5000cf2,
  #w-node-_7f21c755-c15f-8f55-b710-bd1f86c59a66-f5000cf2,
  #w-node-b39efb7a-b79e-8ae5-7c83-6621b1f9171e-f5000cf2,
  #w-node-_84d501b5-10d7-c189-2cc9-7c57be3a9af4-f5000cf2 {
    grid-area: unset;
    align-self: unset;
  }
}


