.our-values {
  position: relative;
  z-index: 1;
  padding-top: 131px;
  padding-bottom: 218px;
}
.our-values .inner {
  max-width: 1350px;
}
.our-values .top-title {
  font-size: 64px;
  padding-right: 55px;
  margin-bottom: 40px;
  font-weight: 900;
}
.our-values .slider {
  border-radius: 20px;
  border: 1px solid #fff;
}
.our-values .slide {
  padding: 40px 53px 50px 80px;
  margin: 0 1px;
}
.our-values .owl-carousel .owl-nav button.owl-prev {
  left: auto;
}
.our-values .owl-nav {
  visibility: hidden;
}
.our-values .slide-content {
  display: flex;
}
.our-values .slide-info {
  max-width: 43%;
  min-width: 43%;
  margin-left: 4.5%;
}
.our-values .slide-media {
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden;
  max-width: 637px;
  max-height: 412px;
}
.our-values .slide-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.our-values .slide-title1,
.our-values .slide-title2 {
  font-weight: 800;
}
@media all and (min-width: 769px) {
  .our-values .slide-title1,
  .our-values .slide-title2 {
    background: linear-gradient(270deg, #D7D7FF 0%, #F3F8FF 97.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
.our-values .slide-num {
  position: relative;
  font-family: "Heebo", "sans-serif";
  margin-bottom: 7px;
  margin-top: 3px;
  font-size: 18px;
}
.our-values .slide-title2 {
  font-family: "Unbounded", "sans-serif";
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-top: 34px;
  margin-bottom: 7px;
}
.our-values .slide-title1 {
  font-size: 48px;
  margin-bottom: 26px;
}
.our-values .slide-text {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 0.15px;
}
.our-values .slide-text2 {
  max-width: 435px;
}
.our-values .slide-more-wr {
  display: flex;
  justify-content: flex-end;
}
.our-values .slide-more {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-values .slide-more:hover .figure5 {
  background-image: url(../img/figure5-black.svg);
}
.our-values .figure5 {
  margin-top: 2px;
  position: relative;
  top: 3px;
  transition: background-image 0.3s linear;
}
.our-values .shine-eff {
  width: 1400px;
  top: 0;
  right: 50%;
  margin-right: 240px;
  transform: rotate(65deg);
}
.our-values .shine-eff:before, .our-values .shine-eff:after {
  width: 850px;
  height: 850px;
}
.our-values .owl-carousel .owl-dots {
  position: absolute;
  left: 27px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.our-values .owl-carousel .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0;
}
.our-values .owl-carousel .owl-dots .owl-dot.active {
  background: linear-gradient(180deg, #E8CAFF 0%, #8CB9FF 100%);
}
.our-values .owl-carousel .owl-dots .owl-dot.active:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  border: 1px #fff solid;
  border-radius: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  .our-values [class*=desktop-] {
    display: none;
  }
}

@keyframes arrows {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@media all and (max-width: 768px) {
  .our-values {
    padding: 73px 0 83px;
  }
  .our-values .inner {
    padding: 0 4%;
    position: relative;
  }
  .our-values .top-title {
    font-size: 48px;
    margin-bottom: 25px;
    padding: 0;
  }
  .our-values .carousel-wrap {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding-bottom: 20px;
  }
  .our-values .slider {
    border: 0;
  }
  .our-values .slide {
    position: relative;
    padding: 4% 5% 20px;
  }
  .our-values .slide-num {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 16px;
  }
  .our-values .slide-content {
    flex-direction: column;
  }
  .our-values .slide-info {
    max-width: none;
    min-width: 0;
    margin: 0;
  }
  .our-values .slide-title1 {
    margin-bottom: 5px;
    font-size: 32px;
    background: linear-gradient(270deg, #D7D7FF 0%, #98FF32 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .our-values .slide-text {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 150%;
  }
  .our-values .slide-text2 {
    line-height: 138%;
    margin-bottom: 20px;
  }
  .our-values .owl-carousel .owl-dots {
    position: relative;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    flex-direction: row;
    justify-content: center;
  }
  .our-values .owl-carousel .owl-dots .owl-dot {
    margin: 0 8px;
  }
  .our-values .owl-carousel .owl-dots .owl-dot.active:after {
    width: 20px;
    height: 20px;
  }
  .our-values .slide-title2 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 5px;
  }
  .our-values .arrows {
    position: absolute;
    top: 4%;
    left: 3%;
    width: 70px;
  }
  .our-values .mobile-slider-arrow {
    right: auto;
    animation: arrows 3s ease infinite;
  }
  .our-values .mobile-slider-arrow:nth-child(2) {
    animation-delay: 1s;
  }
  .our-values .mobile-slider-arrow:nth-child(3) {
    animation-delay: 1.5s;
  }
}
@media all and (max-width: 425px) {
  .our-values .top-title {
    font-size: 11.2941176471vw;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1440px) and (min-width: 769px) {
  .our-values {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media all and (max-width: 1280px) and (min-width: 769px) {
  .our-values .top-title {
    font-size: 5vw;
  }
  .our-values .slide-title1 {
    font-size: 3.75vw;
  }
  .our-values .shine-eff {
    width: 900px;
  }
  .our-values .shine-eff::before, .our-values .shine-eff::after {
    width: 600px;
    height: 600px;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .our-values .top-title {
    padding-right: 5%;
  }
  .our-values .slide {
    padding: 40px 5% 50px;
  }
  .our-values .slide-content {
    flex-direction: column;
  }
  .our-values .slide-media {
    order: 1;
    margin: 0 0 50px;
  }
  .our-values .slide-info {
    order: 2;
    max-width: none;
    margin: 0;
  }
  .our-values .owl-carousel .owl-dots {
    position: relative;
    left: 0;
    top: auto;
    bottom: 21px;
    transform: translateY(0);
    flex-direction: row;
    justify-content: center;
  }
  .our-values .owl-carousel .owl-dots .owl-dot {
    margin: 0 8px;
  }
}/*# sourceMappingURL=our-values.css.map */