<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iv-banner-container {
  width: 100% !important;
  background-color: white !important;
  display: grid !important;
  grid-template-columns: 49.5% 49.5%!important;
  gap: 1% !important;
  grid-template-areas: "a b" "a c" !important;
  justify-content: center !important;
  margin-bottom: 20px;
}
.iv-banner-container .iv-banner {
  position: relative;
  width: 100%;
}
.iv-banner-container .iv-banner &gt; img {
  width: 100%;
}
.iv-banner-container .iv-banner &gt; p {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
.iv-banner-container .iv-banner &gt; a {
  position: absolute;
  right: 20px;
  bottom: 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  background-color: #E6C066;
  padding: 5px 30px;
  text-decoration: none;
}
.iv-banner-container .iv-banner:first-child {
  grid-area: a;
}
.iv-banner-container .iv-banner:nth-child(2) {
  grid-area: b;
}
.iv-banner-container .iv-banner:last-child {
  grid-area: c;
}
.iv-brands {
  margin-bottom: 50px;
  margin-top: 50px;
}
.iv-brands .iv-brands-list {
  width: 100%;
}
.iv-brands .iv-brands-list img {
  width: 16%;
}
.iv-banner-bottom {
  padding: 30px 0;
  background-color: #f5f5f5;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  margin-top: 50px;
  margin-bottom: 0px;
}
.iv-banner-bottom .iv-banner-bottom-inner {
  align-items: flex-start;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 1%;
}
.iv-banner-bottom .iv-banner-bottom-inner .kleser-img {
  max-width: 150px;
}
.iv-banner-bottom .iv-banner-bottom-inner .iv_rightFloat {
  float: right;
}
.iv-banner-bottom h2 {
  font-weight: 500;
  font-size: 30px;
}
.c-aslider__item--full .c-aslider__caption {
  right: 10%;
  bottom: 50%;
  background-color: unset;
  transform: translateY(50%);
  left: unset;
  top: unset;
  width: unset;
  position: absolute !important;
}
.c-aslider__item--full .c-aslider__caption p {
  font-size: 30px;
  color: white;
  font-weight: 100;
  margin-bottom: unset;
}
.c-aslider__item--full .c-aslider__caption strong {
  display: block;
  font-size: 28px;
  color: white;
  margin-bottom: 20px;
}
.c-aslider__item--full .c-aslider__caption a {
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  background: #E6C066;
  padding: 10px 40px;
}
@media screen and (max-width: 1296px) {
  .c-aslider__caption {
    display: none;
  }
}
@media screen and (max-width: 1048px) {
  .home-text .rows.rows-2 &gt; div {
    width: 100%;
  }
  .iv-banner-container {
    grid-template-areas: "a" "b" "c" !important;
    grid-template-columns: 98% !important;
    gap: 1% !important;
    margin: 40px 0;
  }
  .iv_rightFloat {
    float: unset !important;
  }
  .iv-banner-bottom-inner.rows-2 &gt; div {
    width: 100% !important;
    text-align: center;
  }
  .iv-banner-bottom-inner.rows-2 &gt; div &gt; div {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .iv-brands .iv-brands-list img {
    width: 32%;
  }
  .iv-banner-bottom-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 485px) {
  .iv-brands .iv-brands-list img {
    width: 49%;
  }
}
</pre></body></html>