/* line 4, stdin */
section.slider-sect {
  margin: 150px 15%;
  position: relative; }
  /* line 8, stdin */
  section.slider-sect .brandSlider {
    height: 290px;
    width: 100%;
    cursor: grab; }
    /* line 13, stdin */
    section.slider-sect .brandSlider:active {
      cursor: grabbing; }
    /* line 19, stdin */
    section.slider-sect .brandSlider .swiper-wrapper .swiper-slide {
      height: 100%;
      width: auto; }
      /* line 23, stdin */
      section.slider-sect .brandSlider .swiper-wrapper .swiper-slide .row {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        user-select: none; }
        /* line 31, stdin */
        section.slider-sect .brandSlider .swiper-wrapper .swiper-slide .row img {
          object-fit: contain;
          object-position: center;
          width: 80%;
          height: 80%; }
  /* line 45, stdin */
  section.slider-sect .swiper-button-next,
  section.slider-sect .swiper-button-prev {
    color: var(--black);
    transition: .2s;
    transform-origin: center; }
    /* line 51, stdin */
    section.slider-sect .swiper-button-next:after,
    section.slider-sect .swiper-button-prev:after {
      font-size: 50px; }
    /* line 56, stdin */
    section.slider-sect .swiper-button-next:active,
    section.slider-sect .swiper-button-prev:active {
      color: var(--primary); }
  /* line 62, stdin */
  section.slider-sect .swiper-button-next {
    right: -55px; }
    /* line 65, stdin */
    section.slider-sect .swiper-button-next:after {
      content: "\F343";
      font-family: "dashicons";
      transform: rotate(90deg); }
    /* line 72, stdin */
    section.slider-sect .swiper-button-next:hover {
      transform: scale(1.05) translateX(5px); }
  /* line 78, stdin */
  section.slider-sect .swiper-button-prev {
    left: -55px; }
    /* line 81, stdin */
    section.slider-sect .swiper-button-prev:after {
      content: "\F343";
      font-family: "dashicons";
      transform: rotate(-90deg); }
    /* line 88, stdin */
    section.slider-sect .swiper-button-prev:hover {
      transform: scale(1.05) translateX(-5px); }
