/* AR 13-01-2025 */
@media only screen and (min-width: 980px) {
  .infoGrid .imgBox.iconBox {
    padding-top: 0;
  }

  .infoGrid .imgBox.iconBox picture {
    width: 100%;
    max-width: 400px;
  }
}
.infoGrid .imgBox.iconBox picture:after {
  top: -0.2rem;
}
.infoGrid .imgBox.iconBox picture:before {
  display: none;
}
.infoGrid .imgBox.iconBox picture:after,
.infoGrid .imgBox.iconBox picture:before {
  --leftOff: 5rem;
  --topOff: 5rem;
  clip-path: polygon(
    calc(100% - var(--topOff)) 0,
    100% var(--leftOff),
    100% 100%,
    0 100%,
    0 0
  );
  border-radius: 0;
  height: 100%;
}

.infoGrid .imgBox.iconBox img {
  aspect-ratio: initial;
  padding: 3rem 0;
}

@media only screen and (max-width: 980px) {
  .infoGrid .imgBox.iconBox picture:after,
  .infoGrid .imgBox.iconBox picture:before {
    left: -1rem;
  }
  .infoGrid .imgBox.iconBox picture {
    width: 120px;
    margin-inline-start: 1rem;
  }
  .infoGrid .imgBox.iconBox picture:after,
  .infoGrid .imgBox.iconBox picture:before {
    --leftOff: 2rem;
    --topOff: 2rem;
  }
  .infoGrid .imgBox.iconBox picture {
    width: 215px;
    max-width: 215px;
  }
  .infoGrid .imgBox.iconBox {
    width: calc(100px + 5rem);
  }
}
.theme-light .infoGrid .imgBox.iconBox img {
  filter: initial;
}
footer .topWrap {
  align-items: flex-start;
}
@media only screen and (min-width: 980px) {
  footer .footerLinks {
    /*gap: 2rem 2vw;*/
  }
}

@media only screen and (max-width: 980px) {
  .infoGrid .imgBox.iconBox picture {
    width: 280px;
    max-width: 280px;
  }
  .infoGrid .imgBox.iconBox {
    width: 100%;
    aspect-ratio: initial;
    background: rgba(var(--whiteR), 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --leftOff: 5rem;
    --topOff: 5rem;
    padding-inline: 1.5rem;
    padding-block: 3rem 2.5rem;
    height: 100%;
    --leftOff: 3.5rem;
    --topOff: 3.5rem;
    clip-path: polygon(
      calc(100% - var(--topOff)) 0,
      100% var(--leftOff),
      100% 100%,
      0 100%,
      0 0
    );
  }
  .infoGrid .imgBox.iconBox picture:after {
    opacity: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /*   .homeSection {
        padding: 6vh 0;
 
    } */

  footer .footerPattern {
    animation: none;
  }
  .productInfoWrap .textBox ul {
    margin: 0;
  }
  .productInfoWrap .title {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .productInfoWrap .inner {
    gap: 0.2rem;
  }
  .productInfoWrap .textBox ul {
    gap: 0;
  }
  .productInfoWrap .title {
    font-size: calc(35 / var(--gfs) * 1rem);
  }
  .productInfoWrap {
    padding: 2rem;
  }
}

/* AP 18-02-2025 */
.dom_loaded .inView .infoGrid .imgBox:not(.iconBox) {
  opacity: 1;
}
/* AP 18-02-2025 */
/* AP 21-02-2025 */
.infoGrid .imgBox:not(.iconBox) {
  position: relative;
  top: 0;
}
/* AP 21-02-2025 */
/* AP 28-02-2025 */
.scrolled:not(.menuActive) header {
  transform: translateY(0%);
}

@media only screen and (min-width: 768px) {
  .onlyOnMobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .solutionsSection .moreWrap.withNav {
    justify-content: center;
    flex-direction: column;
  }
}
/* AP 28-02-2025 */
/* AR 25-03-2025 */
.videoWrap video {
  mix-blend-mode: luminosity;
}
.theme-light .videoWrap:after {
  background: none;
}
.videoWrap .playBtn .link .playIcon {
  fill: #000000;
}
/* AR 25-03-2025 */

/* AP 27-08-2025 */
.more.moreInline {
  display: inline-flex;
}
.newsTitleWrap .more {
  margin-top: 1rem;
}

@media only screen and (min-width: 1025px) {
  .pageBanner .container {
    min-height: 25vh;
  }
}
/* AP 27-08-2025 */

/* AP 13-oct-2025 */
.theme-dark
  .elementor-widget-wrap.elementor-element-populated:has(.homepagegitexbanner) {
  background: #fff;
}
main:has(.homepagegitexbanner) .bannerWrap {
  padding-top: 0;
  min-height: auto;
}

@media (prefers-color-scheme: light) {
  .theme-light .more:before {
    background: var(--text);
  }
  .theme-dark .more:before {
    background: var(--white);
  }
}
/* AP 13-oct-2025 */
/* AR 29-oct-2025 */
:root .elementor-element {
  --gap: 1.5rem;
}
/* -- AR 29-oct-2025 */

.homeSection .videoWrap
{
  background: none !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}