/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/values-slider/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/no-global-function-names */
/* stylelint-enable scss/operator-no-unspaced */
.values-slider {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider {
    padding-bottom: 1.875rem;
  }
}
.values-slider .swiper {
  width: 100%;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider .swiper {
    padding-bottom: 0;
  }
}
.values-slider .swiper-button {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider .swiper-button {
    display: block;
    background: rgba(138, 141, 142, 0.2);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.4375rem);
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    background-image: url(../../images/back_ios.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 47%;
    border: none;
  }
  .values-slider .swiper-button::after {
    content: none;
  }
}
.values-slider .swiper-button-prev {
  right: 0.5rem;
  transform: rotate(180deg);
}
.values-slider .swiper-button-next {
  right: 0.5rem;
}
.values-slider .swiper-button-disabled {
  opacity: 0 !important;
}
.values-slider .swiper-pagination {
  display: block;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider .swiper-pagination {
    bottom: 0 !important;
  }
}
.values-slider .swiper-pagination-bullet {
  max-width: 1.875rem;
  width: 100%;
  border-radius: 0;
  height: 0.125rem;
  background: var(--wp--preset--color--black);
  opacity: 0.5;
  position: relative;
}
.values-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.values-slider .swiper-pagination-bullet::after {
  content: "";
  height: 2.1875rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider .swiper-pagination-bullet {
    max-width: 2.5rem;
  }
}
.values-slider .swiper:hover .swiper-button {
  opacity: 1;
}
.values-slider__slide:nth-last-child(2) .values-slider__slide__col-text__wrapper {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide:nth-last-child(2) .values-slider__slide__col-text__wrapper {
    padding-right: 6.875rem;
  }
}
.values-slider__slide__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide__wrapper {
    flex-direction: row;
    max-width: 90%;
    padding-bottom: 4.375rem;
  }
}
.values-slider__slide__col-image {
  position: relative;
  min-height: 15.625rem;
  overflow: hidden;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide__col-image {
    min-height: 43.625rem;
    width: 35rem;
    position: relative;
    max-width: 35rem;
    aspect-ratio: none;
  }
}
@media screen and (min-width: 1201px) {
  .values-slider__slide__col-image {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1361px) {
  .values-slider__slide__col-image {
    width: 42.375rem;
    position: relative;
    max-width: 42.375rem;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .values-slider__slide__col-image {
    min-height: calc(100vh - 11.25rem);
    width: auto;
    max-width: none;
  }
}
.values-slider__slide__col-text {
  display: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide__col-text {
    width: 32.938rem;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 32.938rem;
    padding-left: 2.75rem;
  }
}
@media screen and (min-width: 1361px) {
  .values-slider__slide__col-text {
    padding-left: 4.375rem;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .values-slider__slide__col-text {
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide__col-text__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1201px) and (max-height: 799px) {
  .values-slider__slide__col-text__wrapper {
    max-width: 80%;
  }
}
.values-slider__slide__col-text__subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide__col-text__subtitle {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.625rem !important;
  }
}
.values-slider__slide__col-text__title {
  line-height: 1.2 !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider__slide__col-text__title {
    line-height: 1.1 !important;
  }
}
.values-slider__slide__col-text__title a {
  background-image: none;
  line-height: 1;
  font-size: inherit;
}
.values-slider__slide__col-text__description p {
  margin: 0;
}
.values-slider__slide__col-text__qutes {
  margin-left: 0;
  margin-right: 0;
}
.values-slider__slide__col-text__qutes p {
  font-size: 1.375rem;
  line-height: var(--wp--custom--line-height--small);
}
.values-slider__slide__col-text__qutes cite {
  font-style: normal;
}
.values-slider__slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.values-slider__slide-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.values-slider__slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.values-slider__slide-video video {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.values-slider .slider-mobile {
  display: flex;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .values-slider .slider-mobile {
    display: none;
  }
}
.values-slider .slider-mobile .values-slider__slide__col-text {
  padding-left: 0;
  display: flex;
}

.cc_fade_in p,
.cc_fade_in h2,
.cc_fade_in a,
.cc_fade_in span,
.cc_fade_in cite,
.cc_fade_in .values-slider__slide__col-text__description {
  animation: none;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .cc_fade_in p,
  .cc_fade_in h2,
  .cc_fade_in a,
  .cc_fade_in span,
  .cc_fade_in cite,
  .cc_fade_in .values-slider__slide__col-text__description {
    animation: cc_fade_in_text 1.5s;
  }
}

@keyframes cc_fade_in_text {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  50% {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cc_fade_in_media {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.wp-admin .values-slider .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 20;
}

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