<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menubtns .deco{
  width:402px;
  transform: translateX(0px);
}
.menubtns:has(.b1:hover) .deco{
  transform: translate(420px);
}


.swiper {
        width: 100%;
        max-width: 1528px;
      }
      .swiper-slide{
        display: flex;
        justify-content: center;
      }
      .swiper-pagination{ margin-top: 39px;}
      .swiper-pagination-bullets.swiper-pagination-horizontal{
          position: relative;
          bottom: 0;
          top: 0;
          left: 0;
          width: auto;
          height: fit-content;
          /* &amp; span:first-child{
            display: none !important;
          }
          &amp; span:last-child{
            display: none !important;
          } */
      }
      .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background: var(--gray-20);
          opacity: 0.3;
      }
      .swiper-pagination-bullet-active {
          opacity: 1;
          background: var(--gray-main);
      }
      .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
          /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); */
          margin: 0 5.5px;
      }
      .slideimg{ user-select: none;
        display: block;
        width: 80%;
        max-width: 1206px;
        position: relative;
        border-radius: 15px;
      }
      [class*='swiper-button-']{
        width: 57px;
        height: 57px;
        &amp;::before{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          border-radius: 100px;
          border: 1px solid #757575;
          opacity: 0.5;
        }
      }
      .swiper-button-next::after,
      .swiper-button-prev::after {
          display: none;
      }
      .swiper-button-next svg, .swiper-button-prev svg {
        opacity: 1;
        width: auto;
        height: auto;
        object-fit: contain;
        transform-origin: center;
      }
      .smartcontr-btns{ margin-top: 88px;
        width: 100%; max-width: 1512px;
        display: flex; gap: 10px;
        &amp;&gt;div{
          cursor: pointer;
          width: 583px; height: 70px;
          background-color: var(--gray-3);
          border-radius: 15px; color: var(--gray-20);
          font-weight: 700; font-size: 28px;
          display: flex; align-items: center; justify-content: center;
        }
        &amp;&gt;div:first-child{
          width: 461px;
        }
        &amp;&gt;div.active{background-color: var(--gray-main); color: white;}
      }
      #smartcontr-img{ margin-top: 20px;}

      .download-btns{ margin-top: 199px;
        display: flex; gap: 24px;
        &amp;&gt;a{
          text-decoration: none;
          cursor: pointer;
          width: 462px; height: 116px;
          background-color: var(--point-color);
          border-radius: 15px; color: white;
          font-size: 36px; font-weight: 700;
          display: flex; align-items: center; justify-content: center;
        }
        &amp;&gt;a:first-child{
          background-color: transparent;
          color: var(--point-color05);
          border: 1px solid var(--point-color05);
        }
      }</pre></body></html>