/** Shopify CDN: Minification failed

Line 384:18 Expected ":"

**/
/* ========= GLOBAL ============ */
img, video, svg{
  display: block;
  max-width: 100%;
}
.hz__containerMain{
  padding: 0 20px;
}
.hz__containerSecondary{
  padding: 0 20px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
strong{
  font-weight: 600 !important;
}
.hz__trvTitlePrimary, .hz__trvTitlePrimary *{
  color: #FFF;
  font-family: "New Science";
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 90.909% */
  letter-spacing: -3.52px;
  text-transform: uppercase;
  margin: 0;
}
.hz__trvTitleSecondary, .hz__trvTitleSecondary *{
  color: #333;
  font-family: "New Science";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 0;
}
.hz__trvTextPri, .hz__trvTextPri *{
  color: #333;
  text-align: center;
  font-family: "New Science";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.48px;
  margin: 0;
}
.hz__trvTextSec, .hz__trvTextSec *{
  margin: 0;
  color: #333;
  font-family: "New Science";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height:  155.556% ;
  letter-spacing: 0.36px;
}
.hz__trvTextTer, .hz__trvTextTer *{
  margin: 0;
  color: #333;
  font-family: "New Science";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
.hz__trvHyperlink{
  color: #333;
  font-family: "New Science";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
}
.hz__trvRow_item{
  display: flex;
  gap: 20px;
  text-align: center;
}
.hz__trvCol_item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 992px){
  .hz__containerMain, .hz__containerSecondary{
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px){
  .hz__trvTitlePrimary, .hz__trvTitlePrimary *{
    font-size: 48px;
    letter-spacing: -1.92px;
    line-height: 91.667%;
  }

  .hz__trvTextPri, .hz__trvTextPri *, .hz__trvHyperlink, .hz__trvTextSec, .hz__trvTextSec *, .hz__trvTextTer, .hz__trvTextTer *{
    font-size: 12px;
    letter-spacing: 0.12px;
    line-height: 166.667%;
  }
  .hz__trvRow_item{
    gap: 9px;
  }
}
@media only screen and (max-width: 600px){
  .hz__containerMain, .hz__containerSecondary{
    padding: 0 12px;
  }
}
/* =================== Vault Blocks =================== */
.hz_vaultBlocks{
  padding: 0 0 120px;
}
.hz__vaultBlocks__items{
  display: grid;
  gap: 80px 20px;

}
.hz__vbItemMedia__inner{
  max-height: 0;
  padding-top: 55.13866231647635%;
  position: relative;
  overflow: hidden;
}
.hz__vbItemMedia__innerSingle{
  padding-top: 73.13974591651543%;
  
}
.hz__vbItemMedia__inner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hz__vaultBlock__content{
  padding-top: 19px;
}
@media only screen and (max-width: 768px){
  .hz__vaultBlocks__items{
    gap: 40px;
  }
  .hz_vaultBlocks{
    padding: 0 0 60px;
  }
  .hz__vaultBlock__content{
    padding-top: 12px;
  }
}
@media only screen and (max-width: 768px){
 
}

/* ============== valult navigation blocks ================= */
.hz__vaultNavigation_items{
  padding: 23px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);

}
.hz__vaultNav_posItems{
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 111;
}
.hz__vnbItems{
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}
.hz__vnbItem__img{
  width: 20%;
  max-width: 88px;
  position: relative;
}
.hz__vnbItem__img.active{
  pointer-events: none;
}
.hz__vnbItem__img.active:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 1px solid #333;
}
.hz__vnbItems img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms linear;
}
.hz__vnbItem__img:hover img{
  transform: scale(1.07);
}
@media only screen and (max-width: 768px){
  .hz__vaultNavigation_items{
    padding: 15px 0;
  }
}

@media only screen and (max-width: 600px){
  .hz__vnbItem__img{
    max-width: 58px;
  }
}


/* =============== title & tet ================ */
.hz__rteTtx_inner{
  gap: 160px;
  padding: 160px 20px;
}
.hz__rteTtx_title{
  text-align: center;
}

@media only screen and (max-width: 1024px){
  .hz__rteTtx_inner{
    gap: 100px;
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 768px){
  .hz__rteTtx_inner{
    gap: 80px;
    padding: 60px 20px 80px;
  }
}
@media only screen and (max-width: 600px){
  .hz__rteTtx_inner{
    padding: 40px 20px 80px;
  }
}
.hz__ImgTxtBlocks{
  padding: 0 0 110px; 
}
.hz__itBlocks__wrapper{
  gap: 80px;
}
.hz__trvTiBlocks__item{

  display: grid;
  grid-template-columns: 38.57142857142857% 1fr;
  gap: 40px;
  align-items: start;
}
.hz__trvtibItem__content{
  gap: 16px;
}
.hz__trvtibItem__media{
  width: 100%;
}
.hz__trvtibItem__media img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px){
  .hz__ImgTxtBlocks{
    padding: 0 0 80px; 
  }
  .hz__trvTiBlocks__item{
    gap: 24px;
  }
  .hz__itBlocks__wrapper{
    gap: 60px;
  }
}
@media only screen and (max-width: 768px){
  .hz__ImgTxtBlocks{
    padding: 0 0 60px; 
  }
  .hz__trvTiBlocks__item{
    gap: 19px;
  }
}
@media only screen and (max-width: 600px){
  .hz__ImgTxtBlocks{
    padding: 0 0 40px; 
  }
  .hz__trvTiBlocks__item{
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hz__trvtibItem__content{
    gap: 12px;
  }
  
}

/* ======== fan favourites carsds ================ */

.hz__fanFavCards__title{
  margin: 0 0 120px;
  text-align: center
}
.hz__ffcItem__title{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin: 0 0 20px;
}
.hz__ffcItem__mediaItems{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hz__ffcItem__mediaText{
  margin: 16px 0 0;
}
.hz__ffciMedia_wrap{
  width: 100%;
}
.hz__ffciMedia_wrap img{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.hz__fanFavCards__wrapper{
  gap: 40px;
}
.hz__ffCards__item:not(:first-of-type) .hz__ffcItem__title{
  padding-top: 40px;
}
.hz__favFav_cards{
  padding: 110px 0 80px;
}
.hz_vaultBlocks_txt{
  margin: 0 auto 40px;
  text-align: center;
  max-width: 652px;
}

@media only screen and (max-width: 1024px){
  .hz__favFav_cards{
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px){
  .hz__favFav_cards{
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px){
  .hz__ffcItem__mediaItems{
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 4px;
  }
  .hz__ffcItem__mediaText{
    margin: 8px 0 0;
  }
  .hz__fanFavCards__wrapper{
    gap: 24px;
  }
  .hz__ffCards__item:not(:first-of-type) .hz__ffcItem__title{
    padding-top: 36px;
  }
  .hz_vaultBlocks_txt.hz__trvTextPrimary{
    font-size: 16px;
    letter-spacing normal;
    line-height: 24px;
    max-width: 222px;
    margin: 0 auto;
  }
}


/* =============== blogs page ============= */


.hz__blogPosts__blocks{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px 20px;
}
.hz__bpbBlog__media{
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding-top: 73.08319738988581%;
}
.hz__bpbBlog__media img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms linear;
}
.hz__bpBlocks__blogItem:hover .hz__bpbBlog__media img{
  transform: scale(1.1);
}
.hz__bpbBlog__content{
  padding-top: 20px;
}
.hz__bpbBlog__date{
  color: #333;
font-family: "New Science";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: 0.56px;
margin: 0 0 12px;
}
.hz__bpbBlog__title{
  margin: 0 0 20px;
  max-width: 91%;
}
.hz__blogPosts_cards{
  padding: 20px 0 120px;
}

@media only screen and (max-width: 1024px){
  .hz__blogPosts_cards{
    padding: 20px 0 100px;
  }
  .hz__bpbBlog__date{
    margin: 0 0 10px;
  }
  .hz__bpbBlog__title{
    margin: 0 0 16px;

  }
}
@media only screen and (max-width: 992px){
  .hz__blogPosts__blocks{
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 16px;
  }
}

@media only screen and (max-width: 768px){
  .hz__blogPosts_cards{
    padding: 16px 0 80px;
  }
  .hz__bpbBlog__content{
    padding-top: 12px;
  }
  .hz__bpbBlog__title, .hz__bpbBlog__date{
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 600px){
  .hz__blogPosts_cards{
    padding: 12px 0 60px;
  }
  .hz__blogPosts__blocks{
    grid-template-columns: 1fr;
    gap: 40px 16px;
  }
}

/* ======== article ========== */

.article-template__title{
  color: #333;
text-align: center;
font-family: "New Science";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 133.333% */
letter-spacing: -0.72px;
margin: 0  0 20px;
text-align: center;
}
.article-template time{
  margin: 0 auto;
  max-width: max-content;
  display: block;
  color: #333;
text-align: center;
font-family: "New Science";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.36px;
}
.article-template header{
  margin: 0 auto 60px;
}
.article-template__content *{
  color: #333;
font-family: "New Science";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.36px;
}
.article-template__content img{
  width: calc(100% + 188px);
  max-width: calc(100% + 188px);
  transform: translateX(-94px); 
}
.hz_blogBlocks_txt {
  margin: 120px 0 40px;
}
@media only screen and (max-width: 992px){
  .article-template__content img{
    width: 100%;
    max-width: 100%;
  transform: translateX(0); 

  }
  .hz_blogBlocks_txt {
    margin: 100px 0 40px;
  }
}
@media only screen and (max-width: 768px){
  .article-template__title{
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 140%;
    margin: 0 0 12px;
  }
  .article-template time{
    line-height: 20px; /* 181.818% */
  letter-spacing: 0.11px;
  font-size: 11px;
  }
  .article-template header{
    margin: 0 0 40px;
  }
  .hz_blogBlocks_txt {
    margin: 70px 0 40px;
  }

}
@media only screen and (max-width: 600px){
  .article-template__hero-adapt{
    padding-bottom: 100% !important; 
  }
  .article-template__content *{
    color: #333;
    font-family: "New Science";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.12px;
  }
  .hz_blogBlocks_txt.hz__trvTextPri{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .hz_blogBlocks_txt {
    margin: 36px 0 40px;
  }
}