.hp-header-wrapper{
 top: -66px;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 /* height: 100svh; */
}

.hp-header-wrapper img{
  width:100%;
  object-fit: cover;
}

/* .hp-header-wrapper img:first-child{
  height: 100svh;
  object-fit: cover;
} */
.hp-cards-wrapper{
  display: flex;
  padding: var(--spacing-module-xs-2xs, 24px);
  background: #FFF;
  margin-left: 56px;
  margin-right: 56px;
  border-radius: 16px;
  top: 708px;
  position: absolute;
  z-index: 1;
  width: -moz-available;
}
.hp-header-wrapper .top-row-item.resource-card-item,
.hp-header-wrapper .resource-body{
  background: #FFF;
}
.top-row-item.resource-card-item a{
  text-decoration: none!important;
}
.hp-header-wrapper .top-row-item.resource-card-item:hover,
.hp-header-wrapper .top-row-item.resource-card-item{
  border:none!important;
}
.hp-header-wrapper .resource-body{
  font-size: var(--fontsize-body-lg, 20px);
  font-weight: 400;
  line-height: var(--line-height-body-lg, 32px);
}
.hp-header-wrapper .resource-overlay-text .resource-title{
  color: var(--text-headings-primary, #303031);
  font-size: var(--fontsize-heading-h4, 32px);
  line-height: var(--line-height-heading-h4, 40px);
  padding-top: 32px;
}
.hp-header-wrapper .hikers svg{
  top: 660px;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}
.header-overlay{
  background: linear-gradient(0deg,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%);
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-header-content{
  width: 100%;
  text-align: center;
  /* top: 41%; */
  position: absolute;
  color: #F2F2F3!important;
  z-index: 1;
}
.homepage-header-content h1 p{
  font-size: 72px!important;
  color: var(--text-inverse, #F2F2F3);
  font-weight: 700;
  line-height: var(--line-height-heading-h1, 72px);
  font-family: var(--type-font-family-heading, Sybarite);
  padding-top:8px;
}

@media screen and (max-width: 1200px) {
  .hp-cards-wrapper{
    margin-left:0px;
    margin-right:0px;
    border-radius: 0;
    flex-direction: column;
    /* top:auto;
    position: relative; */
  }
  .resource-overlay-text .resource-title{
    padding:24px;
    /* padding-left:16px;
    padding-right:16px; */
  }
  .hp-header-wrapper .resource-overlay-text .resource-title{
    padding-top:16px;
  }
  .hp-header-wrapper{
    overflow: hidden;
    padding-bottom: 590px;
    /* top:0; */
  }
  .homepage-header-content h1 p{
    font-size: 48px!important;
    line-height: 56px;
  }
  .homepage-header-content h1 p{
    padding-top:16px;
  }
  .hp-header-wrapper .resource-overlay-text .resource-title,
  .homepage-header-content h4{
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .hp-header-wrapper{
    padding-bottom: 620px;
  }
}
@media only screen and (max-width: 760px) {
  .hp-header-wrapper {
    padding-bottom: 710px;
  }
  .header-overlay{
    top:-70px;
  }
}
@media only screen and (max-width: 743px) {
  .homepage-header-content h1 p{
    font-size: 32px!important;
    line-height:40px;
  }
  .hp-header-wrapper{
    top:0;
  }
  .hp-header-wrapper .hikers svg{
    width: 100%;
    top: 664px;
  }
  .hp-cards-wrapper{
    padding:16px;
  }
  .hp-header-wrapper .resource-overlay-text .resource-title,
  .homepage-header-content h4{
    font-size: 24px;
    line-height: 28px;
  }
  .hp-header-wrapper{
    padding-bottom: 735px;
  }
}

@media only screen and (max-width: 530px) {
  .hp-header-wrapper{
    padding-bottom: 830px;
  }
  .homepage-header-content{
    padding-left:16px;
    padding-right:16px;
  }
}

@media only screen and (max-width: 460px) {
  .hp-header-wrapper{
    padding-bottom: 915px;
  }
}

@media only screen and (max-width: 448px) {
  .hp-header-wrapper{
    padding-bottom: 1010px;
  }
}

@media only screen and (max-width: 380px) {
  .hp-header-wrapper {
    padding-bottom: 1100px;
  }
}
