@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.approach {
  background-color: var(--dark-blue-color);
  color: var(--main-white-color);
  padding-bottom: 5rem;
  min-height: 44rem;
  position: relative;
  display: flex;
  overflow: clip;
}
@media (min-width: 60em) {
  .approach {
    padding-top: 6.25rem;
  }
}
@media (min-width: 47.9375em) and (max-width: 60em) {
  .approach {
    padding-top: clamp( 5rem , 0.0323834197rem  +  10.3626943005vw , 6.25rem );
  }
}
@media (max-width: 47.9375em) {
  .approach {
    padding-top: 5rem;
  }
}
@media (width < 50em) {
  .approach {
    padding-bottom: 17.6875rem;
  }
}
.approach__container {
  display: flex;
  width: 100vw;
  --padding-left: 3.75rem;
  --padding-right: 3.75rem;
}
@media (width < 61.99875em) {
  .approach__container {
    flex-direction: column;
    gap: 3.75rem;
    --padding-left: 2.5rem;
    --padding-right: 2.5rem;
  }
}
@media (width < 50em) {
  .approach__container {
    display: grid;
    grid-template-columns: 4.25rem auto;
    gap: 3.75rem 1.75rem;
    --padding-left: 1.25rem;
    --padding-right: 1.25rem;
  }
}
.approach__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 20.9375rem;
}
@media (width < 61.99875em) {
  .approach__head {
    display: none;
  }
}
.approach__title {
  font-family: Evolventa;
  line-height: 0.8;
}
@media (min-width: 60em) {
  .approach__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .approach__title {
    font-size: clamp( 1.875rem , 1.125rem  +  2.5vw , 2.625rem );
  }
}
@media (max-width: 30em) {
  .approach__title {
    font-size: 1.875rem;
  }
}
@media (37.5em < width < 61.99875em) {
  .approach__title {
    max-width: 19.9375rem;
  }
}
@media (width < 50em) {
  .approach__title {
    grid-column: 1/span 2;
    order: -2;
  }
}
.approach__slider {
  min-width: 0;
  flex: 1 1 auto;
}
@media (50em < width < 61.99875em) {
  .approach__slider {
    margin-top: auto;
  }
}
.approach__track {
  height: 100%;
}
.approach__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width >= 61.99875em) {
  .approach__slide {
    padding-right: 40.1015228426%;
  }
}
@media (width >= 61.99875em) {
  .approach__slide {
    align-items: flex-end;
  }
}
@media (width < 50em) {
  .approach__slide {
    align-items: flex-end;
  }
}
.approach__slideinner {
  width: 100%;
  max-width: 27.9375rem;
}
@media (width >= 61.99875em) {
  .approach__slideinner {
    padding: 1.25rem;
  }
}
@media (width < 50em) {
  .approach__slideinner {
    max-width: 18.375rem;
  }
}
.approach__name {
  font-family: Evolventa;
  line-height: 1.2;
}
@media (min-width: 60em) {
  .approach__name {
    font-size: 1.75rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .approach__name {
    font-size: clamp( 1.25rem , 0.75rem  +  1.6666666667vw , 1.75rem );
  }
}
@media (max-width: 30em) {
  .approach__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 60em) {
  .approach__name:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .approach__name:not(:last-child) {
    margin-bottom: clamp( 0.75rem , -0.375rem  +  3.75vw , 1.875rem );
  }
}
@media (max-width: 30em) {
  .approach__name:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.approach__text {
  color: var(--white-on-blue-color);
  line-height: 1.3;
}
@media (min-width: 47.9375em) {
  .approach__text {
    font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .approach__text {
    font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .approach__text {
    font-size: 0.9375rem;
  }
}
.approach__img {
  border-radius: 0.3125rem;
  overflow: hidden;
  max-width: 12.6875rem;
  width: 100%;
  aspect-ratio: 150/60;
}
.approach__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (width < 50em) {
  .approach__img {
    order: -1;
    aspect-ratio: 68/114;
    margin-top: 9.375rem;
  }
}
.approach__circle {
  position: absolute;
}
@media (width >= 50em) {
  .approach__circle {
    right: 0;
    top: 50%;
    translate: 50% -50%;
  }
}
@media (width < 50em) {
  .approach__circle {
    bottom: 0;
    left: 50%;
    translate: -50% 50%;
    width: 30.625rem;
    max-width: calc(100vw - 2.5rem);
  }
}
.approach__circle i {
  font-style: normal;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.0625rem solid var(--stroke-color);
  z-index: 2;
}
@media (width >= 50em) {
  .approach__circle i {
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (width < 50em) {
  .approach__circle i {
    top: -0.5rem;
    left: 50%;
    translate: -50% 0;
    font-size: 0.75rem;
    width: 2rem;
    height: 2rem;
  }
}
.approach__circle::before, .approach__circle::after {
  content: "";
  position: absolute;
  z-index: 2;
}
@media (width >= 50em) {
  .approach__circle::before, .approach__circle::after {
    top: 50%;
    left: 2.875rem;
    translate: 0 -50%;
  }
}
@media (width < 50em) {
  .approach__circle::before, .approach__circle::after {
    left: 50%;
    top: 1.75rem;
    translate: -50% 0;
  }
}
.approach__circle::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--natural-color);
}
.approach__circle::after {
  background-color: var(--natural-color);
  opacity: 0.5;
}
@media (width >= 50em) {
  .approach__circle::after {
    width: 8.75rem;
    height: 0.125rem;
  }
}
@media (width < 50em) {
  .approach__circle::after {
    width: 0.125rem;
    height: 5.375rem;
  }
}
.loaded .approach__circle img {
  transition: all 0.3s ease 0s;
}