/*# sourceMappingURL=http://localhost/eethuisima2025/Templates/Pages/Header/Css/main.less.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
header {
  padding-bottom: 10px;
  --custom-font-size: 16px;
  opacity: 1;
  z-index: 99;
  position: relative;
}
header .header__middle .row {
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
header .header__top {
  padding: 15px 0;
}
header .header__logo img {
  max-height: 60px;
  padding: 10px 0;
}
header .image-logo-block {
  padding: 5px 0;
}
header .image-logo-block svg {
  height: auto;
}
header .image-logo-block img {
  margin: 0;
}
header nav ul {
  justify-content: flex-end;
}
header .link {
  margin: 0;
  height: 100%;
  --custom-color:#fff;
}
header .link:hover {
  --custom-color: var(--secondary);
}
header .link .link__icon {
  margin-right: 5px;
  color: var(--primary);
  border: 1px solid var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .link .link__text {
  display: none;
}
header .header__middle grid {
  position: relative;
  transition: padding 0.3s;
}
header .header__middle grid:before {
  opacity: 0;
  transition: opacity 0.3s;
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 15px;
}
header .header__middle grid svg {
  margin-left: 0px;
  transition: margin-left 0.3s;
  height: auto;
  max-width: 170px !important;
}
header .header__middle.fixed-active {
  --button-background:var(--bg-color);
  --button-color:#fff;
  background-color: transparent !important;
  padding: 20px 0;
}
header .header__middle.fixed-active a.button {
  color: #fff !important;
}
header .header__middle.fixed-active a.link {
  --custom-color: var(--bg-color);
}
header .header__middle.fixed-active grid {
  transition: background-color 0.3s;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
  max-width: 1260px;
  padding: 0 15px;
}
header .header__middle.fixed-active grid:before {
  opacity: 1;
  backdrop-filter: saturate(150%) blur(18px);
  background-color: #fffffff2;
}
header .header__middle.fixed-active grid svg {
  max-height: 40px;
  margin-top: -5px;
  margin-left: 15px;
  max-width: 139px !important;
}
header .header__middle .image-logo-block {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
header .header__middle.fixed-active {
  height: auto !important;
}
header .header__middle.fixed-active img, header .header__middle.fixed-active svg {
  max-width: 200px !important;
  max-height: auto !important;
}
.bannerlarge header {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.bannerlarge header svg .main-text text {
  fill: #fff !important;
}
.bannerlarge header svg .line {
  fill: #fff !important;
}
