#primary .entry-content > .block-services-nav {
  max-width: 100% !important;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 10;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  -webkit-box-shadow: 0px 30px 90px 6px;
          box-shadow: 0px 30px 90px 6px;
}
#primary .entry-content > .block-services-nav .container {
  overflow: hidden;
}
@media (max-width: 1200px) {
  #primary .entry-content > .block-services-nav .container::before {
    content: "";
    position: absolute;
    display: block;
    inset: 0;
    right: auto;
    width: 9rem;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
    background-image: linear-gradient(to right, transparent, white);
    z-index: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #primary .entry-content > .block-services-nav .container::after {
    content: "";
    position: absolute;
    display: block;
    inset: 0;
    left: auto;
    width: 9rem;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
    background-image: linear-gradient(to right, transparent, white);
    z-index: 1;
  }
}
@media (max-width: 450px) {
  #primary .entry-content > .block-services-nav .container::before {
    display: none;
  }
}
#primary .entry-content > .block-services-nav .services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
  background-image: linear-gradient(to right, transparent, white);
}
#primary .entry-content > .block-services-nav .services-grid .service {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-decoration: none;
  outline: 0 transparent !important;
}
@media (max-width: 1200px) {
  #primary .entry-content > .block-services-nav .services-grid .service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
  }
}
@media (max-width: 450px) {
  #primary .entry-content > .block-services-nav .services-grid .service {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
            flex: 0 0 14rem;
    padding: 0 0.3rem;
  }
}
#primary .entry-content > .block-services-nav .services-grid .service:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #dcdcdc;
}
#primary .entry-content > .block-services-nav .services-grid .service .service-image-wrapper svg {
  width: 69px;
  height: 34px;
  margin-bottom: 12px;
}
#primary .entry-content > .block-services-nav .services-grid .service .service-text {
  max-width: 12.8rem;
  margin-left: auto;
  margin-right: auto;
}
#primary .entry-content > .block-services-nav .services-grid .service .service-text p {
  color: #616261;
  margin: 0;
  line-height: 1.4;
  font-family: "Acumin Pro";
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  -webkit-transition: ease-in-out color 0.3s;
  transition: ease-in-out color 0.3s;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
@media (max-width: 450px) {
  #primary .entry-content > .block-services-nav .services-grid .service .service-text p {
    font-size: 9px !important;
  }
}
#primary .entry-content > .block-services-nav .services-grid .service svg path {
  fill: #616261 !important;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
#primary .entry-content > .block-services-nav .services-grid .service:hover .service-text p {
  color: #aec236;
}
#primary .entry-content > .block-services-nav .services-grid .service:hover svg path {
  fill: #aec236 !important;
}
.page #primary .entry-content > .block-services-nav, .single #primary .entry-content > .block-services-nav {
  pointer-events: none !important;
}
.home.page #primary .entry-content > .block-services-nav {
  pointer-events: initial !important;
}
html.active .page #primary .entry-content > .block-services-nav, html.active .single #primary .entry-content > .block-services-nav {
  opacity: 1 !important;
  pointer-events: initial !important;
}

#primary .entry-content > .block-services-nav .container {
  overflow: hidden;
}
body.is-mobile #primary .entry-content > .block-services-nav .container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1200px) {
  body.is-mobile #primary .entry-content > .block-services-nav .container::before {
    pointer-events: none;
  }
  body.is-mobile #primary .entry-content > .block-services-nav .container::after {
    pointer-events: none;
  }
}