/** Shopify CDN: Minification failed

Line 335:17 Expected ":"

**/
header.header{transition: .3s;}

body:not(.is-scrolled) .hamburger{
  background-color:white;
}
body:not(.is-scrolled) header-menu span,
body:not(.is-scrolled) .hamburger__text .open{
  color: white;
}
@media (min-width: 769px) {
  body:not(.is-scrolled) .mega-menu[open] .mega-menu__content .mega-menu__link{
    color: black !important;
  }
  body:not(.is-scrolled) details[open] > .header__menu-item{
    color: white !important;
    text-decoration-thickness:1px;
  }  
}

/*===================== 
top-banner--item
=====================*/
.top-banner--item{
  position: relative;
}
.top-banner__meta{
  position: absolute;
  bottom: 8rem;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
}
.top-banner__meta span{
  background: white;
  color: black;
  padding: 0.5em 1em;
  font-size: 1.1rem;
  margin-right: .5em;
}
.top-banner__meta p{
  color:white;
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.8rem;
}


.top-banner--item picture::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.3);*/
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  top: 0;
}
.top-banner--item picture{
  width: 100%;
  height: 100%;
}
.top-banner--item picture img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}
.top-banner__meta{
  z-index: 99;
}
.top-banner__meta .btn--block{
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.top-banner__meta .btn--block a{
  display: block;
  font-size: 1.3rem;
  background: white;
  border:1px solid white;
  padding: .75em 0;
  width: 48%;
  max-width: 230px;
  text-align: center;
  color: #000;
  transition: .3s;
}
.top-banner__meta .btn--block a:hover{
  background:none;
  color: white;
}

.top-main-1col .top-banner--item{
  margin-bottom: .5rem;
}
.top-main-2col{
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .top-main-1col .top-banner--item{
    /*aspect-ratio: 16 / 9;*/
    width: 100%;
    height: 100vh;
  }
  .top-main-2col{
    display: flex;
    gap: 0.5rem;
  }
  .top-main-2col .top-banner--item{
    aspect-ratio: 12 / 9;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top-main-1col .top-banner--item{
    aspect-ratio: 9 / 16;
  }
  .top-main-2col .top-banner--item{
    aspect-ratio: 1 / 1;
  }
  .top-main-2col .top-banner--item{
    margin-bottom: .5rem;
  }
  .top-main-2col .top-banner__meta{
    bottom: 4rem;
  }
}
/*===================== 
annoucnement
=====================*/
.annoucnement{
  border: 1px solid black;
  margin: 2rem auto;
  width: 96%;
  max-width: 780px;
  padding: .5rem 1rem !important;
  color:black;
}
.annoucnement .icon path{
  stroke: black;
}
@media (min-width: 769px) {
  .annoucnement{
    padding: 10px 80px !important;
  }
}
.annoucnement_list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .annoucnement_list{
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .annoucnement_list dt {
    width: 160px;
  }
}
.annoucnement_list dt h2 {
  font-size: 1.6rem;
  margin: 0;
  /*color: var(--color--text);*/
  color:black;
}
.annoucnement_list dd {
  position: relative;
  padding: 0;
  width: 100%;
  font-size: 1.4rem;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .annoucnement_list dd {
    font-size: 1.6rem;
    width: calc(100% - 160px);
  }
}
.annoucnement_list dd a {
  color: inherit;
}
.annoucnement_list dd a:hover{
  opacity:0.7;
}
/*@media screen and (max-width: 768px) {
  .annoucnement_arrow {
      top: 50%;
      transform: translateY(-50%);
  }
}*/
/*===================== 
top-section
=====================*/
.top-section {
  width: 90%;
  max-width: 108rem;
  margin: 0 5%;
}
@media (min-width: 769px) {
  .top-section {
    width: 100%;
    margin: 0 auto;
  }
}
.top-section__heading{
  font-size: 2.1rem;
  line-height: 2;
  color: black;
}

/*===================== 
topics
=====================*/
.top-section .topic__title a{
  color: black;
}
.top-section .blog__item .topic__meta{
  padding-inline: 1rem;
}
@media screen and (min-width: 769px) {
  .top-section .blog__item .topic__meta{
    padding: .5rem;
  }
  .top-section .topic__title a::after{
    display:none;
  }
}
/*===================== 
top-brands
=====================*/
.top-brands__lists{
  list-style: none;
}
.top-brands__list a{
  color: black;
}
.top-brands__list{
  margin-bottom: 1rem;
}
.top-brands__name{
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.top-brands__text{
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .top-brands__lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-brands__list{
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .top-brands__list a{
    display: flex;
    justify-content: space-between;
  }
  .top-brands__img{
    width: 28vw;
    height: 28vw;
  }
  .top-brands__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-brands__meta{
    width: calc(100% - 28vw - 2%);
  }
}

/*===================== 
top-journal
=====================*/
.top-journal__lists{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-journal__list{
  width: 49%;
}
.top-journal__title a{
  color: black;
  font-size: 1.4rem;
}

/*===================== 
top-about
=====================*/
.top-about__img{
  margin-bottom: 1rem;
}
.top-about__text{
  font-size: 1.4rem;
  color: black;
}
.top-about--video{
  width: 100%;
  background: black;
  text-align: center;
  height: 400px;
}
.top-about--video video{
  aspect-ratio: initial;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-about--video{
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw);
    background: none;
  }
  .top-about--video video{
    width: 100%;a
    height: auto;
  }
}
/*===================== 
news
=====================*/
.news .top-section__header,
.news .news__inner{
  max-width: 70rem;
  margin: 0 auto;
}
.news__listitem .news__date,
.news__listitem .news__title{
  font-size: 1.4rem;
}
.news__listitem .news__content{
  font-size: 1.3rem;
}
.news .news__inner{
  color: black;
}
.news .news__list,
.news .news__listitem{
  border-color: black;
}
@media screen and (min-width: 769px) {
  .news .news__listitem{
    padding: 23px;
  }
  .news .arrow._news::after {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news .news__list{
    padding-top:0;
  }
  .news .news__listitem{
    padding: 12px 0;
  }
  .news .arrow._news::after {
    top: 30px;
  }
}

/*===================== 
top-media
=====================*/
.top-media-insta .top-media{
  width: 100%;
}

/*===================== 
instagram
=====================*/
div[id*="instafeed_app_block"] h2{
  font-size: 2.1rem;
  text-align: left;
  margin-bottom: .83em !important;
  line-height: 2;
  color: black;
}
div[id*="instafeed_app_block"] .instafeed-bottom-link-wrapper a{
  font-size: 0;
}
div[id*="instafeed_app_block"] .instafeed-bottom-link-wrapper a::before{
  content:"Follow us";
  display: block;
  font-size: 1.3rem;
  border: 1px solid black;
  padding: .5em 0;
  width: 16em;
  margin: 2rem auto;
  text-align: center;
  color: #000;
}
div[id*="instafeed_app_block"] .instafeed-bottom-link-wrapper a::after{
  display: none;
}

@media screen and (min-width: 769px) {
  section[id*="angle_top_media_insta"]{
    width: 50%;
    float: left;
  }
  section[id*="angle_top_media_insta"] .top-media{
    max-width: 540px;
    margin-right: 0;
    margin-left: auto;
  }
  #shopify-section-template--18212191764800__1754373045a4b998eb{
    width: 50%;
    text-align: left;
    padding-top: 80px;
    float: right;
  }

  div[id*="instafeed_app_block"]{
    max-width: 540px;
  }
}

@media screen and (max-width: 768px) {
  div[id*="instafeed_app_block"]{
    margin-bottom: 10rem;
  }
  
}