:root {
  --font-family: "Inter", sans-serif;
  --font-family-alt: "DM Serif Display", serif;
  --brand-primary-color-one: #d6eef9;
  --brand-primary-color-two: #253b6a;
  --brand-primary-color-three: #a5d9f3;
  --brand-primary-color-four: #182748;
  --brand-primary-color-bg: #f1ece9;
  --brand-grey-color-one: #4d4d57;
  --brand-grey-color-two: #9898a2;
  --default-button-padding: 12px 24px 15px 24px;
  --max-width: 90rem;
  --default-letter-spacing: -0.2px;
  --section-padding: 1.5rem;
  --section-margin: 1.5rem;
}
@media (min-width: 768px) {
  :root {
    --section-padding: 3.25rem;
    --section-margin: 3.25rem;
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--font-family);
  font-size: 1rem;
  margin: 0;
  padding: 0;
  letter-spacing: var(--default-letter-spacing);
  background-color: #fff;
}

.neat-wrapper {
  display: flex;
  flex-direction: column;
}

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

.neat-header {
  background-color: var(--brand-primary-color-one);
}
.neat-header__wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1rem 1.25rem;
}
@media (min-width: 768px) {
  .neat-header__wrapper {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.neat-header__logo img {
  max-height: 2.5rem;
}
@media (min-width: 768px) {
  .neat-header__logo img {
    max-height: 2rem;
  }
}
.neat-header__claim {
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--brand-primary-color-two);
  text-align: center;
}
@media (min-width: 768px) {
  .neat-header__claim {
    font-size: 1rem;
  }
}
.neat-header__number {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--brand-primary-color-two);
  background-color: var(--brand-primary-color-three);
  padding: 8px 10px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}

.neat-navigation__wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .neat-navigation__wrapper {
    gap: 3rem;
  }
}
.neat-navigation__link {
  font-family: var(--font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--brand-primary-color-one);
  text-decoration: none;
  display: block;
  padding: 0;
  border-bottom: 3px solid transparent;
  min-height: 3.25rem;
}
.neat-navigation__link:hover, .neat-navigation__link:focus, .neat-navigation__link:active {
  border-color: var(--brand-primary-color-two);
}

.neat-hero__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-width);
}
.neat-hero__image {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.neat-hero__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.neat-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.neat-hero__content h1 {
  margin: 0;
  font-family: var(--font-family-alt);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  color: var(--brand-primary-color-four);
  line-height: 120%;
  letter-spacing: -0.0125rem;
  padding: var(--section-padding) 0;
}
@media (min-width: 768px) {
  .neat-hero__content h1 {
    font-size: 2.75rem;
  }
}

.neat-offer__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-width);
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .neat-offer__wrapper {
    padding: 3rem;
    gap: 3rem;
    flex-direction: row;
  }
}
.neat-offer__header {
  flex: 100%;
  display: block;
  padding: 3rem 2rem 1rem;
  text-align: center;
  font-family: var(--font-family-alt);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  color: var(--brand-primary-color-four);
  line-height: 120%;
  letter-spacing: -0.0125rem;
}
@media (min-width: 1024px) {
  .neat-offer__header {
    font-size: 2.5rem;
  }
}
.neat-offer__column {
  flex: 1;
  padding: 0 0 1rem;
}
@media (min-width: 1024px) {
  .neat-offer__column {
    padding: 0 1rem 2rem;
  }
}
.neat-offer__column h2 {
  font-family: var(--font-family-alt);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--brand-primary-color-four);
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 1023px) {
  .neat-offer__column h2 br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .neat-offer__column h2 {
    font-size: 1.75rem;
    min-height: 6rem;
  }
}
.neat-offer__column h2::after {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: var(--brand-primary-color-four);
  position: absolute;
  top: 100%;
  left: 0;
}
.neat-offer__column p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 2rem 0;
  color: #111;
}

.neat-contact__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-width);
  gap: 2rem;
  padding: 2rem;
  background-color: #f7f7f7;
}
@media (min-width: 1024px) {
  .neat-contact__wrapper {
    padding: 3rem;
    gap: 3rem;
    flex-direction: row;
  }
}
.neat-contact__header {
  flex: 100%;
  display: block;
  padding: 2rem 2rem 1rem;
  text-align: center;
  font-family: var(--font-family-alt);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  color: var(--brand-primary-color-four);
  line-height: 120%;
  letter-spacing: -0.0125rem;
}
@media (min-width: 1024px) {
  .neat-contact__header {
    padding: 3rem 2rem 1rem;
  }
}
.neat-contact__logo {
  background-color: var(--brand-primary-color-one);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  height: 7rem;
  width: 7rem;
  padding: 1.5rem;
}
.neat-contact__logo img {
  display: block;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .neat-contact__logo {
    border-radius: 3rem;
    height: 11rem;
    width: 11rem;
    padding: 2.5rem;
  }
}
.neat-contact__column {
  padding: 0 0;
  flex: 100%;
}
@media (min-width: 1024px) {
  .neat-contact__column {
    padding: 0 1rem;
    flex: none;
  }
}
.neat-contact__column h2 {
  font-family: var(--font-family-alt);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--brand-primary-color-four);
  min-height: 6rem;
  position: relative;
}
.neat-contact__column h2::after {
  content: "";
  width: 4rem;
  height: 2px;
  background-color: var(--brand-primary-color-four);
  position: absolute;
  top: 100%;
  left: 0;
}
.neat-contact__column p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem 0;
  color: #111;
}
.neat-contact__column p a {
  color: var(--brand-primary-color-two);
}
.neat-contact__info {
  flex: 100%;
}
.neat-contact__info p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 auto 1rem;
  color: #111;
  max-width: 50rem;
}
@media (min-width: 1024px) {
  .neat-contact__info p {
    text-align: center;
  }
}