@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

.page-template-page-learning-universe .container {
  max-width: 1158px;
  padding: 0;
  overflow: visible;
}

.new-hero {
  padding-top: 116px;
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
}

.new-hero__info {
  margin-bottom: 36px;
}

.new-hero__info h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -0.08em;
  color: #000000;
  max-width: 890px;
  margin: 0 auto 36px;
}

.new-hero__info p {
  font-size: 27px;
  line-height: 36px;
  text-align: center;
  color: #697089;
  max-width: 710px;
  margin: 0 auto;
}

.new-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}

.new-hero__actions a {
  min-width: 172px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  border-radius: 10px;
}

.new-hero__actions a:hover {
  text-decoration: none;
}

.new-hero__actions a.watch-trailer {
  min-width: 205px;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 4px solid rgba(255, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.watch-trailer:hover {
  border: 4px solid #FF7700;
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.watch-trailer svg {
  margin-right: 8px;
}

.new-hero__actions a.get-access {
  color: white;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  transition: all 0.2s ease-in-out;
}

.new-hero__actions a.get-access:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}

.new-hero__images {
  position: relative;
  width: 100%;
  max-width: 1490px !important;
  margin: 0 auto;
}

.new-hero__images img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.new-hero__images img.mobile {
  display: none;
}



/* Carousel */

.lu-carousel {
  background: linear-gradient(142deg, #F00 -52.55%, #F70 70.34%);
  padding: 225px 0 90px;
  position: relative;
  margin-top: -262px;
}

.lu-carousel .curved-top,
.lu-carousel .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
}

.lu-carousel .curved-top {
  top: 0;
  transform: translateY(-306px) translateX(-50%);
}

.lu-carousel .curved-bottom {
  bottom: 0;
  transform: translateY(309px) translateX(-50%);
}

.lu-carousel-headline {
  margin-bottom: 36px;
}

.lu-carousel-headline h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: white;
  text-align: center;
  margin-bottom: 16px;
}

.owl-stage-outer {
  overflow-x: hidden;
}

.owl-stage {
  display: flex;
  max-height: 300px;
  overflow: hidden;
}

.owl-stage .owl-item {
  text-align: center;
  color: white;
  padding: 16px 16px;
}

.owl-stage .owl-item .item img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

.owl-stage .owl-item .item h3 {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.96px;
  margin-bottom: 8px;
}

.owl-stage .owl-item .item p {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.owl-nav {
  display: none;
}




/* Why they love */

.wtl {
  padding-top: 120px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E6E8F0 100%);
  position: relative;
  padding-bottom: 0;
}

.wtl .container {
  width: 100%;
  max-width: 1310px;
  padding: 0;
}

.wtl-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

.wtl-headline h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.08em;
  color: #0C0E19;
  margin: 0 auto;
  padding-left: 126px;
}

.wtl-headline a {
  width: 126px;
  height: 48px;
  left: 1282px;
  top: -2px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgb(177 177 177 / 12%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #0C0E19;
  padding: 14px 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.wtl-headline a:hover {
  background: #E6E8F0;
  color: #0C0E19;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.wtl-headline a svg {
  transition: all 0.3s ease-in-out;
}

.wtl-headline a:hover svg {
  transform: translateX(4px);
  transition: all 0.3s ease-in-out;
}

.wtl-more-testimonials {
  display: none;
}

.wtl-testimonials-carousel {
  display: none;
}

.wtl-testimonials {
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
  min-height: 510px;
  position: relative;
}

.wtl-testimonials .animation {
  position: absolute;
  z-index: 1;
  top: -98px;
  left: 57px;
  width: 32px;
  animation: bounce 1.5s ease-in-out infinite alternate;
  -webkit-animation: bounce 1.5s ease-in-out infinite alternate;
}

.wtl-testimonials .item {
  width: 33.33%;
  min-height: 423px;
  position: relative;
  padding: 0 22px;
  scale: 0.85;
  transform-origin: 50% 0px;
  opacity: 0.3;
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item .character {
  position: absolute;
  bottom: 10px;
  right: -113px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item.one .character,
.wtl-testimonials .item.two .character {
  width: 210px;
}

.wtl-testimonials .item.two .character {
  right: -154px;
}

.wtl-testimonials .item.three .character {
  right: -86px;
}

.wtl-testimonials .item .item-role {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item.one .item-role {
  background: linear-gradient(180deg, #D879ED 0%, #FE6133 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wtl-testimonials .item.two .item-role {
  background: linear-gradient(180deg, #10C0A1 0%, #2CB8D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wtl-testimonials .item.three .item-role {
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.wtl-testimonials .item .item-text {
  padding: 36px 48px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #0C0E19;
  background: #FFFFFF;
  border-radius: 10px;
}

.wtl-testimonials .item .member {
  opacity: 0;
  transform: translateX(40px) translateY(-12px);
  width: 319px;
  height: 84px;
  background: #F4F6F9;
  border-radius: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: rgba(0, 0, 0, 0.702);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item.active {
  scale: 1;
  opacity: 1;
  filter: grayscale(0);
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item.active .character {
  opacity: 1;
  right: -113px;
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item.active.two .character {
  right: -161px;
}

.wtl-testimonials .item.active.three .character {
  right: -83px;
}

.wtl-testimonials .item.active .item-role {
  font-size: 36px;
  line-height: 44px;
  transition: all 0.2s ease-in-out;
}

.wtl-testimonials .item.active .member {
  opacity: 1;
  transform: translateX(0px) translateY(-12px);
  transition: all 0.2s ease-in-out;
}

.wtl .curved-bottom {
  width: 100%;
  min-width: 1920px;
  position: absolute;
  margin: 0 auto;
  transform: translateY(281px) translateX(-50%);
  bottom: 0;
  left: 50%;
  right: 0;
}

.wtl .trusted {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
}

.wtl .trusted p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #0C0E19;
  margin-bottom: 48px;
}

.wtl .trusted a {
  width: 147px;
  height: 64px;
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  box-shadow: 0px 2px 0px rgba(12, 14, 25, 0.16);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.wtl .trusted a:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}



/* ----------------------- */
/* ---- MEDIA QUERIES ---- */
/* ----------------------- */

@media (min-width: 768px) and (max-width: 990px) {
  .header {
    height: auto !important;
    border-bottom: 0px solid #E5E5E5;
  }

  .new-hero {
    padding-top: 100px;
    margin-top: 0px !important;
    margin-bottom: 0px;
  }

  .new-hero__info h1 {
    font-size: 50px;
    line-height: 60px;
    max-width: 685px;
    margin: 0 auto 25px;
  }

  .new-hero__info p {
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #697089;
    max-width: 600px;
    margin: 0 auto;
  }

  .lu-carousel {
    margin-top: -218px;
  }

  .lu-carousel .curved-top,
  .lu-carousel .curved-bottom {
    min-width: 101%;
  }

  .lu-carousel .curved-top {
    transform: translateY(-138px) translateX(-50%);
  }

  .lu-carousel .curved-bottom {
    transform: translateY(200px) translateX(-50%);
  }

  .owl-stage .owl-item .item h3 {
    font-size: 21px;
    line-height: 29px;
  }

  .owl-stage .owl-item .item p {
    font-size: 16px;
    line-height: 24px;
  }

  .wtl {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .wtl .curved-bottom {
    min-width: 990px;
    transform: translateY(179px) translateX(-50%);
  }

  .wtl-headline {
    padding: 0 15px;
  }

  .wtl-more-testimonials {
    display: none;
  }

  .wtl-testimonials-carousel {
    display: none;
  }

  .wtl-testimonials {
    min-height: 410px;
  }

  .wtl-testimonials .item {
    scale: 1;
    opacity: 1;
    filter: grayscale(0);
    position: relative;
    z-index: 1;
    padding: 0 15px;
    min-height: 410px;
  }
  
  .wtl-testimonials .item .character {
    display: none;
  }
  
  .wtl-testimonials .item.active .item-role,
  .wtl-testimonials .item .item-role {
    font-size: 27px;
    line-height: 35px;
  }
  
  .wtl-testimonials .item .member {
    opacity: 1;
    transform: translateX(0px) translateY(-12px);
  }

  .wtl-testimonials .item .item-text {
    padding: 15px 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .wtl-testimonials .item.active .member,
  .wtl-testimonials .item .member {
    transform: translateX(0px) translateY(-10px);
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 20px;
  }
}


@media (max-width: 767px) {
  .header {
    height: auto !important;
    border-bottom: 0px solid #E5E5E5;
  }

  .new-hero {
    margin-top: 0 !important;
    padding: 100px 0 180px !important;
    background-color: white;
  }

  .new-hero__info {
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .new-hero__info h1 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    max-width: 300px;
    margin-bottom: 16px;
  }

  .new-hero__info p {
    font-size: 16px;
    line-height: 24px;
    max-width: 310px;
  }

  .new-hero__actions {
    flex-direction: column-reverse;
    row-gap: 8px;
    margin-bottom: 0;
  }

  .new-hero__actions a {
    width: 132px;
    min-width: unset;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }

  .new-hero__actions a.watch-trailer {
    width: 140px !important;
    height: 36px;
    min-width: unset;
    font-size: 14px;
    line-height: 20px;
  }

  .new-hero__actions a.watch-trailer svg {
    margin-right: 3px;
    width: 20px;
  }

  .new-hero__images img.desktop {
    display: none;
  }

  .new-hero__images img.mobile {
    display: block;
    position: absolute;
    width: 120%;
    max-width: 600px;
    transform: translateX(-50%);
    margin: 0 auto;
    left: 50%;
    right: 0;
  }

  .lu-carousel {
    margin-top: -60px;
    padding-bottom: 60px;
  }

  .lu-carousel .curved-top,
  .lu-carousel .curved-bottom {
    min-width: 101%;
  }

  .lu-carousel .curved-top {
    transform: translateY(-138px) translateX(-50%);
  }

  .lu-carousel .curved-bottom {
    transform: translateY(200px) translateX(-50%);
  }

  .lu-carousel-headline h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .owl-stage .owl-item .item {
    padding: 0 50px;
  }

  .owl-stage .owl-item .item img {
    width: 46px;
    height: 46px;
  }

  .owl-stage .owl-item .item h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .owl-stage .owl-item .item p {
    font-size: 16px;
    line-height: 24px;
  }

  .wtl {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .wtl .curved-bottom {
    min-width: 100%;
    transform: translateY(159px) translateX(-50%);
  }

  .wtl-headline {
    margin-bottom: 30px;
  }

  .wtl-headline h2 {
    font-size: 24px;
    line-height: 29px;
    padding: 0;
  }

  .wtl-testimonials .animation {
    display: none;
  }

  .wtl-headline a {
    display: none;
  }

  .wtl-testimonials {
    display: none;
  }

  .wtl-more-testimonials {
    width: 100%;
    height: 0;
    padding: 0px 16px;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    position: relative;
  }

  .wtl-more-testimonials a {
    padding: 6px 8px;
    width: 70px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(177 177 177 / 12%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0C0E19;
    text-decoration: none;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
  }
  
  .wtl-more-testimonials a:hover {
    background: #E6E8F0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }

  .wtl-testimonials-carousel {
    margin: 0px 16px 36px;
    position: relative;
    display: block;
  }
  
  .wtl-testimonials-carousel .item {
    width: 100%;
    position: relative;
    padding: 0 0;
  }
  
  .wtl-testimonials-carousel .item .character {
    position: absolute;
    bottom: 10px;
    right: 0;
    max-width: 66px;
    max-height: 100px;
  }

  .wtl-testimonials-carousel .item.one .character {
    max-width: 60px;
    max-height: 92px;
  }
  
  .wtl-testimonials-carousel .item.two .character {
    max-width: 69px;
    max-height: 109px;
  }
  
  .wtl-testimonials-carousel .item.three .character {
    right: 7px;
    max-width: 47px;
    max-height: 109px;
  }
  
  .wtl-testimonials-carousel .item .item-role {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
  }
  
  .wtl-testimonials-carousel .item.one .item-role {
    background: linear-gradient(180deg, #D879ED 0%, #FE6133 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  .wtl-testimonials-carousel .item.two .item-role {
    background: linear-gradient(180deg, #10C0A1 0%, #2CB8D7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  .wtl-testimonials-carousel .item.three .item-role {
    background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  .wtl-testimonials-carousel .item .item-text {
    padding: 16px 16px 37px 16px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0C0E19;
    background: #FFFFFF;
    border-radius: 10px;
  }
  
  .wtl-testimonials-carousel .item .member {
    transform: translateX(-60px) translateY(-12px);
    width: 270px;
    height: 56px;
    background: #F4F6F9;
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: rgba(0, 0, 0, 0.702);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
  }
  
  .wtl-testimonials-carousel .item.active {
    position: relative;
    z-index: 1;
  }
  
  .wtl-testimonials-carousel .item.active .character {
    right: -119px;
  }
  
  .wtl-testimonials-carousel .item.active.two .character {
    right: -180px;
  }
  
  .wtl-testimonials-carousel .item.active.three .character {
    right: -83px;
  }
  
  .wtl-testimonials-carousel .item.active .item-role {
    font-size: 36px;
    line-height: 44px;
  }

  .wtl .trusted p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
    max-width: 270px;
  }

  .wtl .trusted a {
    width: 111px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 450px) {
  .lu-carousel {
    margin-top: -75px;
  }

  .lu-carousel .curved-top {
      transform: translateY(-104px) translateX(-50%);
  }
}