.sections--front {
  position: relative;
}
.sections--front .wrap {
  position: relative;
}
@media all and (min-width: 760px) {
  .sections--front .wrap .row {
    align-items: center;
  }
}
.sections--front .wrap .header {
  position: relative;
  z-index: 500;
}
@media all and (min-width: 1280px) {
  .sections--front .wrap .header {
    padding-right: 4.2rem;
  }
}
@media all and (min-width: 1380px) {
  .sections--front .wrap .header {
    padding-right: 8rem;
  }
}
.sections--front .wrap .header img {
  display: block;
  width: 4.8rem;
  margin-bottom: 2.4rem;
}
.sections--front .wrap .header h2 {
  font-size: 3.2rem;
}
.sections--front .wrap .description {
  position: absolute;
  left: 0;
}
.sections--front .items {
  position: relative;
}
.sections--front .items .tns-outer {
  overflow: visible;
}

@media (max-width: 1280px) {
  .sections--front .tns-ovh {
    overflow: visible;
  }
  .sections--front .wrap .header {
    background: #ffffff;
    position: relative;
  }
  .sections--front .wrap .header:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
  }
}
/*
.sections--front .items .tns-ovh {
  margin-left: -2rem;
  padding-left: 2rem;
  margin-right: -50%;
}
@media all and (min-width: 760px) {
  .sections--front .items .tns-ovh {
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media all and (min-width: 980px) {
  .sections--front .items .tns-ovh {
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media all and (min-width: 1280px) {
  .sections--front .items .tns-ovh {
    margin-left: -10%;
    margin-right: -10%;
  }
}*/
/*
@media all and (min-width: 760px) {
  .sections--front .items:before {
    content: "";
    display: block;
    position: absolute;
    left: -25%;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0));
    z-index: 100;
  }
}
@media all and (min-width: 760px) and (min-width: 1380px) {
  .sections--front .items:before {
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0));
  }
}*/
.sections--front .items button {
  position: absolute;
  z-index: 500;
  top: 50%;
  height: 4.2rem;
  width: 4.2rem;
  margin-top: -2.1rem;
  border: none;
  border-radius: 50%;
  background-color: var(--color--white);
  min-width: 0;
  padding: 0;
  box-shadow: var(--button--shadow);
}
.sections--front .items button.prev {
  left: -5rem;
}
.sections--front .items button.next {
  right: -5rem;
}
.sections--front .items ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sections--front .items ul li {
  display: block;
  height: 100%;
}
.sections--front .items ul li:not(.tns-item) {
  display: none;
}
.sections--front .items ul li .wrapper {
  border-radius: 50%;
  overflow: hidden;
  background: var(--color--lightgray);
  position: relative;
  transition: background-color var(--transition);
}
.sections--front .items ul li .wrapper:hover {
  background: var(--color--gradient--purple);
  transition: background var(--transition);
}
.sections--front .items ul li .wrapper:hover h3 {
  color: var(--color--white);
  transition: color var(--transition);
}
.sections--front .items ul li .wrapper h3 {
  font-size: 2rem;
  font-family: var(--font--walsheim);
  font-weight: 500;
  text-align: center;
  transition: color var(--transition);
  box-sizing: border-box;
  padding: 0 2em;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  display: inline-flex;
  height: 70%;
  justify-content: center;
  align-items: center;
}
.sections--front .items ul li .wrapper picture {
  display: block;
  width: 100%;
}
.sections--front .items ul li .wrapper picture img {
  display: block;
  margin-top: 50%;
  height: 50%;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
  aspect-ratio: 2;
}
.sections--front .items ul li .wrapper a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

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