/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-prvidr-services-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wp-block-prvidr-services-carousel .embla {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 30px;
  --slide-spacing: 30px;
  --slide-height: 370px;
  --slide-size: 376px;
}
@media screen and (max-width: 380px) {
  .wp-block-prvidr-services-carousel .embla {
    --slide-size: 90vw;
    --slide-height: 320px;
  }
}
@media screen and (max-width: 834px) {
  .wp-block-prvidr-services-carousel .embla {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
.wp-block-prvidr-services-carousel .embla__viewport {
  padding: 20px;
  transform: none !important;
}
.wp-block-prvidr-services-carousel .embla__container {
  display: flex;
  align-items: center;
  touch-action: pan-y pinch-zoom;
}
.wp-block-prvidr-services-carousel .embla__container:hover .embla__slide__card {
  transition: all 300ms;
}
.wp-block-prvidr-services-carousel .embla__slide {
  position: relative;
  flex: 0 0 var(--slide-size);
  min-width: 0;
  opacity: 0;
  transition: opacity 300ms, left 300ms;
}
.wp-block-prvidr-services-carousel .embla__slide.visible {
  opacity: 1;
}
.wp-block-prvidr-services-carousel .embla__slide.next {
  opacity: 1;
}
@media screen and (min-width: 976px) {
  .wp-block-prvidr-services-carousel .embla__slide.next {
    left: -20px;
  }
}
@media screen and (max-width: 975px) {
  .wp-block-prvidr-services-carousel .embla__slide.next {
    opacity: 0;
  }
}
.wp-block-prvidr-services-carousel .embla__slide.previous {
  opacity: 1;
}
@media screen and (min-width: 976px) {
  .wp-block-prvidr-services-carousel .embla__slide.previous {
    left: 20px;
  }
}
@media screen and (max-width: 975px) {
  .wp-block-prvidr-services-carousel .embla__slide.previous {
    opacity: 0;
  }
}
.wp-block-prvidr-services-carousel .embla__slide.next .embla__slide__card:hover, .wp-block-prvidr-services-carousel .embla__slide.previous .embla__slide__card:hover {
  transform: scale(0.75) !important;
}
.wp-block-prvidr-services-carousel .embla__slide.visible:not(.next):not(.previous) .embla__slide__card:hover {
  transform: scale(1.05) !important;
}
.wp-block-prvidr-services-carousel .embla__slide__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  height: 376px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4.93px 4.93px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 834px) {
  .wp-block-prvidr-services-carousel .embla__slide__card {
    max-width: var(--slide-size);
    height: 320px;
  }
}
.wp-block-prvidr-services-carousel .embla__slide__card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.wp-block-prvidr-services-carousel .embla__slide__card img {
  height: 150px;
  width: 150px;
  display: block;
}
@media screen and (max-width: 834px) {
  .wp-block-prvidr-services-carousel .embla__slide__card img {
    height: 120px;
    width: 120px;
  }
}
.wp-block-prvidr-services-carousel .embla__slide__card h4 {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
}
.wp-block-prvidr-services-carousel .embla__controls {
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .wp-block-prvidr-services-carousel .embla__controls {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
    padding: 0 60px;
  }
}
.wp-block-prvidr-services-carousel .embla__buttons {
  position: absolute;
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .wp-block-prvidr-services-carousel .embla__buttons {
    width: 95%;
    top: 185px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-prvidr-services-carousel .embla__buttons {
    width: 100%;
  }
}
.wp-block-prvidr-services-carousel .embla__button {
  pointer-events: initial;
}
@media screen and (min-width: 1200px) {
  .wp-block-prvidr-services-carousel .embla__button--prev {
    transform: translateX(calc(-100% + 13px));
  }
  .wp-block-prvidr-services-carousel .embla__button--next {
    transform: translateX(calc(100% - 13px));
  }
}
.wp-block-prvidr-services-carousel .embla__button rect,
.wp-block-prvidr-services-carousel .embla__button path {
  transition: all 300ms;
}
.wp-block-prvidr-services-carousel .embla__button:hover svg rect {
  fill: rgb(255, 135, 69) !important;
}
.wp-block-prvidr-services-carousel .embla__button:hover svg path {
  stroke: #fff !important;
}
.wp-block-prvidr-services-carousel .embla__button:disabled {
  color: var(--detail-high-contrast);
}
.wp-block-prvidr-services-carousel .embla__button__svg {
  width: 35%;
  height: 35%;
}
.wp-block-prvidr-services-carousel .embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .wp-block-prvidr-services-carousel .embla__dots {
    max-width: 100px;
  }
}
.wp-block-prvidr-services-carousel .embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .wp-block-prvidr-services-carousel .embla__dot {
    height: 20px;
    width: 20px;
  }
}
.wp-block-prvidr-services-carousel .embla__dot:after {
  background-color: rgba(255, 255, 255, 0.75);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}
@media screen and (max-width: 834px) {
  .wp-block-prvidr-services-carousel .embla__dot:after {
    height: 12px;
    width: 12px;
  }
}
.wp-block-prvidr-services-carousel .embla__dot:hover:after {
  background-color: rgb(247, 189, 155);
}
.wp-block-prvidr-services-carousel .embla__dot--selected:after {
  background-color: rgb(255, 135, 69);
}
.wp-block-prvidr-services-carousel .embla__slide__number {
  backface-visibility: hidden;
}

/*# sourceMappingURL=style-index.css.map*/