@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/Content/fonts/montserrat-v31-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/Content/fonts/montserrat-v31-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/montserrat-v31-latin-700.woff2") format("woff2");
}
.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.homepage-hero {
  position: relative;
  background: #f0f0eb;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.homepage-hero .container {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 2;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .homepage-hero .container {
    min-height: 70vh;
    padding: 0;
  }
}
.homepage-hero .container .region {
  flex: 1;
  padding: 50px 0;
}
.homepage-hero .container .region-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .homepage-hero .container .region-1 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
  }
  .homepage-hero .container .region-1 > * {
    padding-right: 50px;
  }
}
.homepage-hero .container .region-2 {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-hero .container .region-2 {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1216px) {
  .homepage-hero .container .region-2 {
    flex: 0 0 300px;
  }
}
@media (min-width: 1750px) {
  .homepage-hero .container .region-2 {
    flex: 0 0 400px;
  }
}
.homepage-hero .container .region-3 {
  display: none;
}
@media (min-width: 1024px) {
  .homepage-hero .container .region-3 {
    display: flex;
  }
}
.homepage-hero .container h1 {
  font-size: 40px;
  font-weight: 400;
  color: #515151;
}
@media (min-width: 1024px) {
  .homepage-hero .container h1 {
    font-size: 34px;
  }
}
@media (min-width: 1216px) {
  .homepage-hero .container h1 {
    font-size: 44px;
  }
}
@media (min-width: 1750px) {
  .homepage-hero .container h1 {
    font-size: 50px;
  }
}
.homepage-hero .container h2 {
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  line-height: 2em;
}
@media (min-width: 1024px) {
  .homepage-hero .container h2 {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .homepage-hero .container h2 {
    font-size: 16px;
  }
}
.homepage-hero .container .hero-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .homepage-hero .container .hero-nav {
    font-size: 18px;
    align-items: flex-start;
  }
}
@media (min-width: 1216px) {
  .homepage-hero .container .hero-nav {
    font-size: 22px;
  }
}
@media (min-width: 1750px) {
  .homepage-hero .container .hero-nav {
    font-size: 28px;
  }
}
.homepage-hero .container .hero-nav a {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.homepage-hero .container .hero-nav a:hover {
  padding-left: 3px;
}
.homepage-hero .container .hero-nav a img {
  width: 34px;
  margin-left: 15px;
}

.image-window {
  position: relative;
  overflow: hidden;
}
.image-window .slide {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
  background: center center no-repeat;
  background-size: cover;
}
.image-window .slide .cta-tag {
  display: flex;
  flex-direction: column;
  background: #00339f;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.image-window .slide .cta-tag span {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1216px) {
  .image-window .slide .cta-tag span {
    font-size: 18px;
  }
}
.image-window .slide .cta-tag strong {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1750px) {
  .image-window .slide .cta-tag strong {
    font-size: 24px;
  }
}
.image-window .slide .cta-tag strong img {
  width: 30px;
  display: none;
}
@media (min-width: 1750px) {
  .image-window .slide .cta-tag strong img {
    display: inline-block;
  }
}
.image-window .slide.show-tag .cta-tag {
  transform: translateY(0);
}
.image-window .slide.reset-tag .cta-tag {
  transition: none;
  transform: translateY(100%);
}
.image-window .slide.active {
  transform: translateX(0);
  z-index: 2;
}
.image-window .slide.exit {
  z-index: 1;
}
.image-window .slide.reset {
  transition: none;
}

.small-image-window {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 200px 200px 0 0;
  border: 15px solid #f0f0eb;
}
.small-image-window .slide {
  transform: translateX(-100%);
}
.small-image-window .slide.exit {
  transform: translateX(100%);
}
.small-image-window .slide.reset {
  transform: translateX(-100%);
}

.large-image-window {
  display: none;
}
@media (min-width: 1024px) {
  .large-image-window {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
  }
}
.large-image-window .slide {
  transform: translateX(100%);
}
.large-image-window .slide.exit {
  transform: translateX(-100%);
}
.large-image-window .slide.reset {
  transform: translateX(100%);
}

.collections-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 40px 0;
  width: 100%;
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.collections-header h2 {
  color: #00339f;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .collections-header h2 {
    grid-column: 1/-1;
  }
}
.collections-header h3 {
  color: #515151;
  font-size: 34px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .collections-header h3 {
    grid-column: 1/2;
    font-size: 44px;
  }
}
.collections-header .intro {
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .collections-header .intro {
    grid-column: 2/3;
    font-size: 16px;
  }
}

.collections-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .collections-grid {
    gap: 15px;
  }
}
@media (min-width: 1216px) {
  .collections-grid {
    gap: 25px;
  }
}
.collections-grid .item {
  position: relative;
  display: block;
  overflow: hidden;
  background: #222;
  box-sizing: border-box;
  aspect-ratio: 3/4;
  width: calc((100% - 10px) / 2);
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .collections-grid .item {
    width: calc((100% - 30px) / 3);
  }
}
@media (min-width: 1024px) {
  .collections-grid .item {
    width: calc((100% - 60px) / 5);
  }
}
@media (min-width: 1216px) {
  .collections-grid .item {
    width: calc((100% - 100px) / 5);
  }
}
.collections-grid .item:hover::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.collections-grid .item .item-overlay {
  position: absolute;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  z-index: 2;
}
@media (min-width: 1216px) {
  .collections-grid .item .item-overlay {
    padding: 30px;
  }
}
@media (min-width: 1750px) {
  .collections-grid .item .item-overlay {
    padding: 50px;
  }
}
.collections-grid .item .item-overlay h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 1216px) {
  .collections-grid .item .item-overlay h3 {
    font-size: 18px;
  }
}
@media (min-width: 1750px) {
  .collections-grid .item .item-overlay h3 {
    font-size: 24px;
  }
}
.collections-grid .item .item-overlay p {
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 1216px) {
  .collections-grid .item .item-overlay p {
    font-size: 16px;
  }
}

.section-resources .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-resources .container {
    flex-direction: row;
  }
}
.section-resources .cta-row {
  text-align: left;
}

.resources-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 40px 0;
}
@media (min-width: 1024px) {
  .resources-header {
    width: 37.25%;
    padding: 0 70px 40px 0;
  }
}
.resources-header h2 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .resources-header h2 {
    color: #00339f;
    font-size: 18px;
    font-weight: 600;
  }
}
.resources-header h3 {
  color: #515151;
  font-size: 34px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .resources-header h3 {
    font-size: 44px;
    padding-bottom: 30px;
  }
}
.resources-header .intro {
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .resources-header .intro {
    font-size: 16px;
  }
}

.resources-grid {
  width: 100%;
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (min-width: 1024px) {
  .resources-grid {
    width: 62.5%;
  }
}
.resources-grid .item {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
.resources-grid .item .item-image {
  aspect-ratio: 3/2;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  line-height: 0;
}
.resources-grid .item .item-nav {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}
.resources-grid .item .item-nav a {
  display: inline-block;
  line-height: 1.2;
  padding-top: 3px;
  padding-bottom: 3px;
}
.resources-grid .item .item-nav a:not(:last-child) {
  padding-right: 7px;
}
.resources-grid .item .item-nav a:not(:last-child)::after {
  content: "|";
  padding-left: 7px;
  color: #00339f;
  cursor: default;
}
.resources-grid .item h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #515151;
  font-weight: 500;
}
@media (min-width: 1216px) {
  .resources-grid .item h3 {
    font-size: 26px;
  }
}
@media (min-width: 1750px) {
  .resources-grid .item h3 {
    font-size: 30px;
  }
}
.resources-grid .item p {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1216px) {
  .resources-grid .item p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=homepage.css.map */
