/* Final page-specific layer. The shared legacy banner CSS is used elsewhere. */
section.home-new-banner--page-new-home-3 {
  --hero-gap: 12px;
  --hero-height: 500px;
  --quick-width: 250px;
  --hero-intermediate-scale: 1;
  --hero-scale-gap: 0px;
  --hero-layout-margin: 36px;
  margin: 30px 0 0;
  padding: 0 !important;
  overflow: hidden;
  color: #2c3e50;
  font-family: "Manrope", sans-serif;
}

section.home-new-banner--page-new-home-3,
section.home-new-banner--page-new-home-3 * { box-sizing: border-box; }
section.home-new-banner--page-new-home-3 a { color: inherit; text-decoration: none; font-family: inherit; }

section.home-new-banner--page-new-home-3 .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: visible;
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout {
  position: relative;
  display: grid !important;
  grid-template-columns: var(--quick-width) minmax(0, 1fr);
  align-items: stretch;
  gap: var(--hero-gap) !important;
  width: min(1244px, 100%) !important;
  height: var(--hero-height) !important;
  min-height: 0 !important;
  margin: 0 auto max(0px, calc(var(--hero-layout-margin) - var(--hero-scale-gap)));
  transform: scale(var(--hero-intermediate-scale));
  transform-origin: top center;
  transition: transform .2s ease;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick {
  position: relative;
  z-index: 3;
  order: initial !important;
  width: var(--quick-width) !important;
  min-width: 0 !important;
  max-width: none !important;
  height: var(--hero-height) !important;
  padding: 40px 14px 0 !important;
  overflow: hidden !important;
  background: url(../../images/banner-quick.svg) no-repeat center / 100% 100% !important;
  border: 0 !important;
  border-radius: 36px !important;
}

@media (min-width: 1201px) {
  section.home-new-banner--page-new-home-3 .home-new-banner-quick { padding-right: 29px !important; padding-left: 29px !important; }
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  font-weight: 700;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__items {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 43px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__item {
  position: relative;
  display: flex;
  flex: 0 0 auto !important;
  align-items: center;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 12px 2px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500;
  border: 0 !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 1px;
  background: #e1e7ed;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__icon {
  position: relative;
  display: flex;
  flex: 0 0 44px !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  color: #2c3e50;
  background: #e1e7ed;
  border-radius: 50%;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__icon svg {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-quick__item > span:last-child {
  width: auto !important;
  flex: 1 1 auto !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-sl {
  position: relative;
  order: initial !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: var(--hero-height) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-wrapper,
section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-slide,
section.home-new-banner--page-new-home-3 .home-new-banner__item.new-modal-banner__item,
section.home-new-banner--page-new-home-3 .home-new-banner__picture,
section.home-new-banner--page-new-home-3 .home-new-banner__img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* Fade slides occupy the same coordinates. Only the visible slide may receive
   pointer input; otherwise an invisible CTA from another slide can sit above it. */
section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-slide:not(.swiper-slide-active),
section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-slide:not(.swiper-slide-active) * {
  pointer-events: none !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-sl:not(.swiper-initialized) .swiper-slide:first-child .home-new-banner__button,
section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-slide-active .home-new-banner__button {
  pointer-events: auto !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item.new-modal-banner__item {
  position: relative;
  display: block !important;
  margin: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner__picture {
  display: block;
  overflow: hidden;
  border-radius: 36px;
}

section.home-new-banner--page-new-home-3 .home-new-banner__img {
  display: block;
  object-fit: fill !important;
  object-position: center;
  border-radius: 0 !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo {
  position: absolute;
  font-size: 0;
  z-index: 30;
  top: 0 !important;
  left: -50px !important;
  width: 94px !important;
  height: 82px !important;
  padding: 0 12px 12px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  object-fit: contain;
  pointer-events: none;
  filter: grayscale(1) brightness(.45) contrast(1.7);
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo img {
  width: 100%;
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:before, section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:after {
  content: "";
  position: absolute;
  margin: -1px 0 0 -1px;
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:before {
  left: 100%;
  top: 0;
  width: 36px;
  height: 37px;
  background: radial-gradient(
    circle at 36px 37px,
    #0000 35px,
    #fff  36px
  );
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:after {
  right: 24px;
  top: 100%;
  width: 20px;
  height: 21px;  
  background: radial-gradient(
    circle at 20px 21px,
    #0000 19px,
    #fff  20px
  );
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons {
  position: absolute !important;
  z-index: 12;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px 0 0 14px !important;
  gap: 0 !important;
  background: #fff;
  border-radius: 32px 0 0 0;
  pointer-events: none;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons:before, section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons:after {
  content: "";
  position: absolute;
  margin: 0 -1px -1px 0;
  width: 32px;
  height: 33px;
  background: radial-gradient(
    circle at 0 0,
    #0000 31px,
    #fff  32px
  );
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons:before {
  right: 100%;
  bottom: 0;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons:after {
  right: 0;
  bottom: 100%;
}

section.home-new-banner--page-new-home-3 .home-new-banner__button {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  height: 49px !important;
  margin: 0 !important;
  padding: 10px 24px !important;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 500;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  color: #2c3e50;
  background: #dcf31e;
  border-radius: 20px !important;
  pointer-events: auto;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button--transparent {
  display: flex !important;
  color: #2c3e50 !important;
  background: transparent !important;
  border: 2px solid #dcf31e !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination {
  position: absolute !important;
  z-index: 20;
  right: 288px !important;
  bottom: 20px !important;
  left: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  width: auto !important;
  height: 10px;
  margin: 0 !important;
  transform: none !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-sl-pagination .swiper-pagination-bullet {
  position: relative;
  flex: 0 0 10px !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  padding: 0;
  background: #2c3e50 !important;
  border: 0 !important;
  border-radius: 50% !important;
  opacity: .6 !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner-sl-pagination .swiper-pagination-bullet::before { display: none !important; }
section.home-new-banner--page-new-home-3 .home-new-banner-sl-pagination .swiper-pagination-bullet-active {
  background: transparent !important;
  border: 2px solid #2c3e50 !important;
}

@media (max-width: 1200px) and (min-width: 961px) {
  section.home-new-banner--page-new-home-3 { --hero-gap: 9px; --quick-width: 223px; }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout { width: min(1041px, 100%) !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick {
    padding: 40px 12px 0 !important;
    background: url(../../images/home-slider/new/quick-bg-1200.svg) no-repeat center / 100% 100% !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__item { padding-right: 6px !important; padding-left: 6px !important; }  
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button {
    width: 262px !important; min-width: 262px !important; max-width: 262px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination { right: 276px !important; }
}

@media (max-width: 960px) and (min-width: 769px) {
  section.home-new-banner--page-new-home-3 {
    --hero-gap: 9px;
    --hero-height: clamp(300px, calc((100vw - 218px) * .5094), 378px);
    --quick-width: 189px;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout { width: calc(100% - 20px) !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick {
    padding: 27px 12px 0 !important;
    background: url(../../images/home-slider/new/quick-bg-960.svg) no-repeat center / 100% 100% !important;
    border-radius: 28px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__title { font-size: 16px !important; line-height: 20px !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__items { margin-top: clamp(24px, 5vw, 48px) !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__item {
    min-height: clamp(54px, 6vw, 57px) !important; gap: 10px !important; padding: 8px 12px !important;
    font-size: 12px !important; line-height: 15px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__icon {
    flex-basis: 34px !important; width: 34px !important; height: 34px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__icon svg { width: 17px !important; height: 17px !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo {
    left: -44px !important; width: 70px !important; height: 57px !important;
    filter: grayscale(1) brightness(.45) contrast(1.7); border-radius: 0 0 16px 16px;
  }
  
  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:before {    
    width: 24px;
    height: 25px;  
    background: radial-gradient(
    circle at 24px 25px,
      #0000 23px,
      #fff  24px
    );
  }

  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:after {
    right: 12px;  
    width: 14px;
    height: 15px;  
    background: radial-gradient(
      circle at 14px 15px,
      #0000 13px,
      #fff  14px
    );
  } 

  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button {
    width: 188px !important; min-width: 188px !important; max-width: 188px !important; height: 47px !important;
    padding: 8px 16px !important; font-size: 13px !important; line-height: 19px !important; border-radius: 18px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination {
    right: 222px !important; bottom: 14px !important;
  }
}

@media (max-width: 768px) {
  section.home-new-banner--page-new-home-3 {
    --hero-height: clamp(330px, calc((100vw - 20px) * .5053), 378px);
    --hero-layout-margin: 72px;
    margin-top: 26px;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout {
    display: flex !important; flex-direction: column !important; gap: 24px !important;
    width: calc(100% - 20px) !important; height: auto !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-sl {
    order: 1 !important; flex: 0 0 var(--hero-height) !important; height: var(--hero-height) !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick {
    order: 2 !important; flex: 0 0 127px !important; width: 100% !important; height: 127px !important;
    padding: 0 10px !important; overflow: hidden !important;
    background: url(../../images/home-slider/new/quick-bg-768.svg) no-repeat center / 100% 100% !important;
    border-radius: 0 !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner__picture { border-radius: 28px; }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__title {
    height: 40px; padding-top: 10px !important; font-size: 16px !important; line-height: 20px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__items {
    flex-direction: row !important; align-items: stretch !important; height: 87px; margin: 0 !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__item {
    flex: 1 1 0 !important; min-width: 0 !important; min-height: 0 !important; height: 57px;
    margin-top: 13px !important; padding: 6px 8px !important; gap: 10px !important;
    font-size: 12px !important; line-height: 16px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__item:not(:last-child)::after {
    top: 0; right: 0; bottom: 0; left: auto; width: 1px; height: auto;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__icon {
    flex-basis: 28px !important; width: 28px !important; height: 28px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__icon svg { width: 14px !important; height: 14px !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo {
    left: -1px!important; top: -1px!important; width: 64px !important; height: 64px !important; filter: none; padding: 1px 14px 14px 1px; border-radius: 0 0 24px 0;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:before { 
    top: 1px;
    width: 24px;
    height: 25px;  
    background: radial-gradient(
      circle at 24px 24px,
      #0000 23px,
      #fff  24px
    );
  }

  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo:after {
    right: auto;
    left: 1px;
    width: 24px;
    height: 25px;  
    background: radial-gradient(
      circle at 24px 24px,
      #0000 22px,
      #fff  23px
    );
  }
  
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons { border-radius: 24px 0 0 0; }
  
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons:before, section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons:after {
    width: 24px;
    height: 25px;
    background: radial-gradient(
      circle at 0 0,
      #0000 23px,
      #fff  24px
    );
  }
  section.home-new-banner--page-new-home-3 .home-new-banner__button {
    width: 188px !important; min-width: 188px !important; max-width: 188px !important; height: 37px !important;
    padding: 8px 18px !important; font-size: 13px !important; line-height: 19px !important; border-radius: 15px !important; border-radius: 28px 0 0;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination {
    right: 230px !important; bottom: 14px !important;
  }
}

@media (max-width: 640px) {
  section.home-new-banner--page-new-home-3 {
    --hero-height: 330px;
    --hero-layout-margin: 40px;
    margin-top: 20px;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout {
    width: min(calc(100% - 20px), 460px) !important;
    gap: 10px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo {
    width: 63px !important; height: 63px !important; filter: grayscale(1) brightness(.45) contrast(1.7);
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick {
    width: 100% !important; min-width: 0 !important; padding: 0 10px !important;
    background-size: 100% 100% !important; background-position: left top !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__item {
    flex: 1 1 0 !important; width: auto !important; min-width: 0 !important; padding: 6px 7px !important;
    gap: 8px !important; font-size: 11px !important; line-height: 15px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner__button {
    width: 188px !important; min-width: 188px !important; max-width: 188px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination {
    right: 218px !important; bottom: 13px !important;
  }
}

/* Late interaction overrides: pagination follows the banner's left edge,
   the CMS logo keeps its native colours and CTA width follows its label. */
section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo {
  filter: none !important;
}

@media (max-width: 480px) {
  section.home-new-banner--page-new-home-3 .home-new-banner-layout__logo {
    width: 50px !important;
    height: 50px !important;
  }
}

section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination {
  right: auto !important;
  left: clamp(20px, 3.25%, 32px) !important;
  transform: none !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons {
  max-width: 100% !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons--double {
  gap: 12px !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner__button:not(.home-new-banner__button--transparent) {
  border: 0 !important;
}

@media (min-width: 1201px) {
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons--double .home-new-banner__button {
    padding-right: 38px !important;
    padding-left: 38px !important;
  }

  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons--double .home-new-banner__button:not(.home-new-banner__button--transparent) {
    min-width: 196px !important;
  }
}

section.home-new-banner--page-new-home-3 .home-new-banner__button {
  width: max-content !important;
  min-width: 188px !important;
  max-width: min(360px, 100%) !important;
  padding-right: clamp(24px, 2.25vw, 36px) !important;
  padding-left: clamp(24px, 2.25vw, 36px) !important;
}

section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button--transparent:hover,
section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button--transparent:focus-visible {
  background: rgba(220, 243, 30, .12) !important;
}

@media (max-width: 960px) {
  section.home-new-banner--page-new-home-3 .home-new-banner__button {
    min-width: 176px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

@media (max-width: 768px) {
  section.home-new-banner--page-new-home-3 .home-new-banner__button {
    min-width: 188px !important;
  }
}

@media (max-width: 640px) {
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons--double {
    gap: 8px !important;
  }

  section.home-new-banner--page-new-home-3 .home-new-banner__button {
    min-width: 160px !important;
    max-width: calc(100vw - 20px) !important;
  }
}

@media (max-width: 479px) {
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons--double {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px !important;
  }

  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

/* Exact horizontal Quick Start contours. Actions keep their reference width;
   on narrow screens the row scrolls instead of squeezing or overflowing. */
@media (max-width: 768px) {
  section.home-new-banner--page-new-home-3 .home-new-banner-quick__items {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  section.home-new-banner--page-new-home-3 .home-new-banner-quick__items::-webkit-scrollbar {
    display: none;
  }

  section.home-new-banner--page-new-home-3 .home-new-banner-quick__item {
    flex: 0 0 clamp(110px, calc((100vw - 40px) / 4), 182px) !important;
    width: clamp(110px, calc((100vw - 40px) / 4), 182px) !important;
    min-width: clamp(123px, calc((100vw - 40px) / 4), 182px) !important;
  }
}

@media (max-width: 640px) {
  section.home-new-banner--page-new-home-3 .home-new-banner-quick {
    background-image: url(../../images/home-slider/new/quick-bg-480.svg) !important;
  }
}

@media (max-width: 479px) {
  section.home-new-banner--page-new-home-3 .home-new-banner-quick {
    background-image: url(../../images/home-slider/new/quick-bg-340.svg) !important;
  }
}

@media (max-width: 479px) {
  section.home-new-banner--page-new-home-3 { --hero-height: 308px; }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout {
    width: min(calc(100% - 20px), 320px) !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-sl { flex-basis: auto !important; height: auto !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-wrapper,
  section.home-new-banner--page-new-home-3 .home-new-banner-sl .swiper-slide,
  section.home-new-banner--page-new-home-3 .home-new-banner__item.new-modal-banner__item { height: auto !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner__picture,
  section.home-new-banner--page-new-home-3 .home-new-banner__img { height: var(--hero-height) !important; }
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons {
    position: static !important; width: 100% !important; margin-top: 12px !important;
    padding: 0 !important; background: transparent; border-radius: 0;    
  }  
  section.home-new-banner--page-new-home-3 .home-new-banner__item-buttons .home-new-banner__button {
    width: 100% !important; min-width: 0 !important; max-width: none !important; height: 37px !important;
  }
  section.home-new-banner--page-new-home-3 .home-new-banner-layout .home-new-banner-sl-pagination.swiper-pagination-bullets.new-pagination {
           right: auto !important;
        bottom: 61px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
  }
}