.acf-slider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .acf-slider__swiper {
    width: 100%;
    position: relative; }
  .acf-slider__item {
    position: relative; }
    .acf-slider__item__bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .acf-slider__item__bg__mobile {
        display: flex;
        height: 100%; }
        @media (min-width: 650px) {
          .acf-slider__item__bg__mobile {
            display: none; } }
      .acf-slider__item__bg__desktop {
        display: none; }
        @media (min-width: 650px) {
          .acf-slider__item__bg__desktop {
            display: flex;
            height: 100%; } }
    .acf-slider__item img {
      width: 100%;
      height: auto; }
    .acf-slider__item .container {
      width: 100%; }
    .acf-slider__item .description {
      padding-top: 90px;
      padding-bottom: 160px;
      color: #fff;
      width: 100%; }
      @media (min-width: 650px) {
        .acf-slider__item .description {
          max-width: 50%; } }
      @media (min-width: 992px) {
        .acf-slider__item .description {
          max-width: 350px; } }
      .acf-slider__item .description h2 {
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 44px; }
      .acf-slider__item .description .colored {
        color: #F8AD33; }
    .acf-slider__item .btn {
      margin-top: 25px; }
  .acf-slider .swiper-notification {
    display: none; }
  .acf-slider .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 99;
    display: flex;
    gap: 5px; }
  .acf-slider .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    border-radius: 0;
    background: #BFBFBF;
    opacity: .5; }
  .acf-slider .swiper-pagination-bullet-active {
    background: #F8AD33;
    opacity: 1; }
  .acf-slider .nav-button-wrapper {
    position: absolute;
    bottom: 5rem;
    z-index: 9;
    width: 100%; }
    .acf-slider .nav-button-wrapper .container {
      display: flex; }
  .acf-slider .swiper-button-disabled {
    opacity: .5 !important; }
  .acf-slider .nav-button-prev,
  .acf-slider .nav-button-next {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    transition: .3s opacity ease; }
    .acf-slider .nav-button-prev:not(.swiper-button-disabled):hover,
    .acf-slider .nav-button-next:not(.swiper-button-disabled):hover {
      cursor: pointer;
      opacity: 1; }
  .acf-slider .nav-button-prev {
    margin-right: 10px; }
    .acf-slider .nav-button-prev:after {
      content: unset !important; }
    .acf-slider .nav-button-prev:before {
      content: "";
      background: url(icon/arrow_left.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 17px;
      height: 11px;
      position: absolute; }
  .acf-slider .nav-button-next:after {
    content: unset !important; }
  .acf-slider .nav-button-next:before {
    content: "";
    background: url(icon/arrow_rigth.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 11px;
    position: absolute; }
