/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
@import url("./fonts/satoshi.css");
@import url("./animation-utils/animation.css");

* {
  font-family: "Satoshi-Variable" !important;
}
.kr_img img {
  width: 100% !important;
  aspect-ratio: 3/2 !important;
  object-fit: contain !important;
  mix-blend-mode: color-burn !important;
}

.l-subheader.at_middle {
  background: rgba(26, 26, 26, 0.55) !important;
}

#menu-item-wpml-ls-11-it .w-nav-anchor.level_1 {
  padding-left: 5px !important;
}
#menu-item-wpml-ls-11-en .w-nav-anchor.level_1 {
  padding-right: 5px !important;
}

.ht-gradient {
  background: linear-gradient(
      90deg,
      rgba(233, 232, 252, 0.8) 0%,
      rgba(242, 241, 242, 0.8) 100%
    ),
    #fff;
}

.ht-grid-center .w-grid-list {
  justify-content: center !important;
}
