/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.btn-primary {
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  border: 1px solid;
  text-decoration: none;
}
.btn-primary:disabled {
  background-color: #e4e4e9;
  color: #B9BBC6;
  border-color: #e4e4e9;
  cursor: not-allowed;
}
.btn-primary:disabled .icon {
  stroke: #B9BBC6;
  fill: #B9BBC6;
}
.btn-primary {
  background-color: #507449;
  color: #fff;
  border-color: #507449;
}
.btn-primary:hover:not(:disabled) {
  background-color: #385133;
  border-color: #385133;
  color: #fff;
  box-shadow: 0 2px 25px -37px #385133, 0 10px 20px -15px rgba(14, 18, 22, 0.2);
}
.btn-primary:active:not(:disabled) {
  background-color: #507449;
}
.btn-large {
  padding: 16px 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.btn-large .icon {
  font-size: 20px;
}
.btn-small {
  padding: 6px 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.btn-small .icon {
  font-size: 15px;
}
.btn-bold {
  font-weight: 700;
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
body.menu-open {
  overflow: hidden;
  height: 100%;
}
body.menu-open .header {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
h2 {
  margin-bottom: 8px;
}
p {
  margin-bottom: 16px;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:visited {
  color: rgba(10, 88, 202, 0.8);
}
app-root img,
app-root picture,
app-root video,
app-root canvas,
app-root svg {
  display: block;
}
.content-wrapper {
  background-color: #fff;
  margin: 0 auto;
  padding-top: 90px;
}
@media (max-width: 1023px) {
  .content-wrapper {
    padding-top: 70px;
  }
}
.content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
}
.scroll-hidden {
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
.wl-hero {
  background-image: url(/assets/images/wl-hero-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 650px;
  padding: 20px;
}
.wl-hero .content-inner {
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .wl-hero .content-inner {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .wl-hero {
    min-height: 412px;
  }
}
@media (max-width: 767px) {
  .wl-hero {
    min-height: 300px;
    background-color: #EFEFEF;
    background-image: none;
  }
}
.wl-hero__content {
  padding: 48px 24px;
  background-color: #fff;
  border-radius: 4px;
  width: 50%;
}
@media (max-width: 1280px) {
  .wl-hero__content {
    width: 42%;
  }
}
@media (max-width: 1280px) {
  .wl-hero__content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wl-hero__content {
    width: 100%;
  }
}
.wl-hero__title {
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .wl-hero__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wl-hero__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.wl-hero__features-list {
  padding-left: 48px;
  margin-bottom: 24px;
}
.wl-hero__features-list li {
  margin-bottom: 5px;
}
.wl-hero__features-list ::marker {
  color: #507449;
  font-size: 20px;
}
.wl-hero a.btn-primary {
  display: inline-block;
}
@media (max-width: 767px) {
  .wl-hero a.btn-primary {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
.wl-hero--bg-sm,
.wl-hero--bg-secondary,
.wl-hero--funds {
  display: flex;
  align-items: center;
  background-position: top;
  text-align: center;
}
.wl-hero--bg-sm .wl-hero__content,
.wl-hero--bg-secondary .wl-hero__content,
.wl-hero--funds .wl-hero__content {
  width: 100%;
  background-color: transparent;
}
.wl-hero--bg-sm .wl-hero__title,
.wl-hero--bg-secondary .wl-hero__title,
.wl-hero--funds .wl-hero__title {
  color: #fff;
  text-transform: uppercase;
}
.wl-hero--bg-sm {
  background-image: url(/assets/images/willowlake-contactus.jpeg);
  min-height: 400px;
  background-position-x: center;
}
.wl-hero--bg-sm .wl-hero__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 1023px) {
  .wl-hero--bg-sm .wl-hero__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wl-hero--bg-sm .wl-hero__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.wl-hero--bg-secondary {
  background-image: url(/assets/images/availability-rates.jpeg);
  min-height: 490px;
}
.wl-hero--bg-secondary .wl-hero__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .wl-hero--bg-secondary .wl-hero__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wl-hero--bg-secondary .wl-hero__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.wl-hero--bg-secondary .btn-primary.btn-small {
  font-weight: 600;
  padding: 6px 48px;
}
.wl-hero--funds {
  background-image: url(/assets/images/funds-hero-bg.jpg);
  min-height: auto;
}
@media (max-width: 767px) {
  .wl-hero--funds .wl-hero__content {
    padding: 48px 0;
  }
}
.wl-hero--funds .wl-hero__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 100;
}
@media (max-width: 1023px) {
  .wl-hero--funds .wl-hero__title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wl-hero--funds .wl-hero__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.wl-hero--funds .wl-hero__title strong {
  font-weight: 600;
}
.wl-hero--funds .wl-hero__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .wl-hero--funds .wl-hero__subtitle {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .wl-hero--funds .wl-hero__subtitle {
    font-size: 24px;
    line-height: 29px;
  }
}
.wl-hero--funds .wl-hero__subtitle strong {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1023px) {
  .wl-hero--funds .wl-hero__subtitle strong {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wl-hero--funds .wl-hero__subtitle strong {
    font-size: 28px;
    line-height: 34px;
  }
}
.wl-hero--funds .wl-hero__todaytitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
}
@media (max-width: 1023px) {
  .wl-hero--funds .wl-hero__todaytitle {
    font-size: 28px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .wl-hero--funds .wl-hero__todaytitle {
    font-size: 24px;
    line-height: 29px;
  }
}
.wl-hero--funds .wl-hero__todaytitle strong {
  font-weight: 500;
}
.wl-hero--funds sup {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .wl-hero--funds sup {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wl-hero--funds sup {
    font-size: 14px;
  }
}
.wl-hero--funds p,
.wl-hero--funds .wl-hero__title {
  margin-bottom: 24px;
  letter-spacing: 3px;
}
.btn-getstarted {
  background-image: url(/assets/images/get-started.png);
  width: 263px;
  height: 115px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.offer-container {
  display: grid;
  grid-template-columns: calc(60% - 20px) calc(40% - 20px);
  gap: 40px;
}
@media (max-width: 767px) {
  .offer-container {
    grid-template-columns: 100%;
  }
}
.offer-container__list {
  padding: 32px 24px 32px 0;
  position: relative;
}
@media (max-width: 767px) {
  .offer-container__list {
    padding: 0;
    text-align: center;
  }
}
.offer-container__list:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  border-right: 3px dotted black;
}
@media (max-width: 767px) {
  .offer-container__list:after {
    border-right: none;
  }
}
.offer-container__list ul {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.offer-container__list ul li {
  position: relative;
  counter-increment: item;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .offer-container__list ul li {
    padding-top: 80px;
    padding-left: 0;
  }
}
.offer-container__list ul li:before {
  content: counter(item);
  font-size: 20px;
  font-weight: bold;
  background-color: #152238;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .offer-container__list ul li:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.offer-container__list ul li p {
  margin: 0;
}
.offer-container__list ul li h4 {
  font-weight: 600;
}
.offer-container__list a.btn-primary {
  display: inline-block;
}
.offer-container__list a.btn-getstarted {
  width: 100%;
  height: 250px;
  background-image: url(/assets/images/get-started-large.png);
}
@media (max-width: 1023px) {
  .offer-container__list a.btn-getstarted {
    height: 115px;
    background-image: url(/assets/images/get-started.png);
  }
}
.offer-container__list-options {
  padding: 32px 0;
}
@media (max-width: 767px) {
  .offer-container__list-options {
    padding: 0;
  }
}
.offer-container__list-options ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-container__list-options ul li:not(:last-of-type) {
  margin-bottom: 32px;
}
.offer-container__list-options ul li svg {
  color: #507449;
}
.offer-container__list-options ul li p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .offer-container__list-options ul li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .offer-container__list-options ul li p {
    font-size: 14px;
  }
}
.wl-banner {
  background-color: #033246;
  padding: 16px 0;
}
.wl-banner h4 {
  font-weight: 400;
  color: #fff;
}
.wl-funds__container {
  padding: 48px 20px;
}
@media (max-width: 767px) {
  .wl-funds__container {
    padding: 20px;
  }
}
.wl-funds__content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.wl-funds__content a {
  color: #0d6efd;
}
.wl-funds__content a:hover {
  color: #0a58ca;
}
.title-underline::after {
  content: "";
  border-image:
    linear-gradient(
      90deg,
      #507449 13.66%,
      #e9ecef 87.56%) 1;
  border-bottom: 3px solid;
  width: 486px;
  margin: 12px auto 0;
  display: block;
}
@media (max-width: 767px) {
  .title-underline::after {
    width: 212px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
