.splide__slide__container {
  -webkit-clip-path: polygon(10% 0, 100% 16%, 100% 100%, 0 100%, 0 30%);
  clip-path: polygon(10% 0, 100% 16%, 100% 100%, 0 100%, 0 30%);
  background-color: #d6d9db;
  background-repeat: no-repeat;
  background-position: bottom center;   
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0 3rem 0;
}


.splide__slide__content {
  font-family: 'Interstate';
  font-weight: 400;
  font-size: 1rem; 
  color: #FFFFFF;
  padding: 7rem 8rem 8rem 4rem;
  width: 38rem;
  height: 38rem;
  -webkit-clip-path: polygon(56% 0, 100% 47%, 64% 96%, 6% 80%, 0 19%);
  clip-path: polygon(56% 0, 100% 47%, 64% 96%, 6% 80%, 0 19%);  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 33%;
  position: relative;
    
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  padding: 10rem 5rem 5rem 7rem;
}

.splide__slide__content * {
  visibility: initial;
}

.splide__slide__content__front-back {
  position: relative;
}

.splide__slide__back {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.splide__slide__features-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  cursor: pointer;
  position: absolute;  
  bottom: 0;
  right: 10%;
  height: 20%;
  width: 30%;
  padding: 10px 20px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-image: linear-gradient(-36deg, blue 50%, red 50%);
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)); 
}

.splide__slide__features-toggle--close {
  display: none;
}

/* open features */
.splide__slide.show-features .splide__slide__features-toggle {
  background-image: linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2));  
}

.splide__slide.show-features .splide__slide__front {
  opacity: 0;
}

.splide__slide.show-features .splide__slide__back {
  display: block;
}

.splide__slide.show-features .splide__slide__content {
  background-image: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
}

.splide__slide.show-features .splide__slide__features-toggle--open {
  display: none;
}

.splide__slide.show-features .splide__slide__features-toggle--close {
  display: block;
}
/* end open features */

.splide__slide__nav {
  position: relative;
  cursor: pointer;
}

.splide__slide__nav__text {
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  left: 30px;
  top: calc(50% - 3rem);
  visibility: initial;
  width: 148px;
  height: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
}

.splide__slide__content__index {
  font-family: 'Interstate';
  font-weight: 500;
  font-size: 1.5rem;
}

.splide__slide__content__title {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
    
.splide__slide__content__text > p {
  margin-bottom: 8px;
}

.splide__slide__content__navigation {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
}

.splide__slide__content__navigation svg {
  cursor: pointer;
}

.splide__slide__content__link {
  margin-bottom: 1rem;
}


.slide__features__title {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.slide__features {
  list-style: none;
  padding: 0;
  overflow: auto;
  max-height: 38vh;
}

.slide__features__title + .slide__features {
  max-height: 29vh;  
}

.slide__feature {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.slide__feature__icon {
  fill: white;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}

.splide__slide__content .cta-button > span {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
  line-height: 24px;
}

.splide__slide__content .cta-button, 
.splide__slide__content .cta-button:hover {
  margin: 0;
  border-color: transparent transparent #FFFFFF;
}

.splide__slide__content .cta-button:before,
.splide__slide__content .cta-button > span:after,
.splide__slide__content .cta-button > span:before {
  border-color: #FFFFFF;
  background: #FFFFFF;
}

@media (max-width: 1440px) {
  .splide__slide__content {
    margin-right: 20%;
  }
}

@media (max-width: 1200px) {
  .splide__slide__content {
    margin-right: 8%;
  }
}

@media (max-width: 1024px) {  
  .splide__slide__container {
    height: 84vh;
    clip-path: polygon(10% 0, 100% 6%, 100% 100%, 0 100%, 0 20%);
    background-size: 70vh;
    background-position: bottom right;
    padding: 2rem 0 6rem 0;
  }
  
  .splide__slide__content {
    margin-right: 2%;
  }
  
  .splide__slide__nav > svg {    
    width: 120px;
  }
  
  .splide__slide__nav__text {
    font-size: 1.25rem;
    width: 90px;
    left: 6px;
  }
  
  .splide__slide__nav--next .splide__slide__nav__text {
    left: 24px;
  }
    
  .splide__slide__content__text > p {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .splide__slide__nav {
    display: none;
  }
  
  .splide__slide__container {
    padding: 0;
    clip-path: unset;
    height: 90vh;
    background-position: bottom center;
    flex-direction: column;
    justify-content: flex-start;
    background-size: auto;
  }
  
  .splide__slide__content {
    padding: 2rem 2rem 2rem 2rem;
    width: 100%;    
    height: 32rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 92%);
    align-items: center;    
    margin-right: 0;
  }
  
  .splide__slide__content .cta-button {  
    width: 100%;
  }  
  
  .splide__slide__content .cta-button > span {  
    line-height: 30px;
    font-size: 1.2rem;
  }
  
  .splide__slide__content__text > p {
    font-size: 1.25rem;
  }
  
  .splide__slide__features-toggle {
    right: 0;
    height: 40%;
    padding: 16px 0 0 0;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-8-21 17:46:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

.flip-in-hor-bottom {
	-webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-4 15:6:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pulsate-bck {
	-webkit-animation: pulsate-bck 1.5s ease-in-out infinite both;
	        animation: pulsate-bck 1.5s ease-in-out infinite both;
}