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

.page-template-page-new-homepage .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: 800px;
  margin: 0 auto 36px;
}

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

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

.new-hero__actions a,
.new-hero__awards-cta a {
  width: 210px;
  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,
.new-hero__awards-cta a:hover {
  text-decoration: none;
}

.new-hero__actions a.watch-trailer {
  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-started,
.new-hero__awards-cta a.get-started {
  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-started:hover,
.new-hero__awards-cta a.get-started:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}

.new-hero__images {
  position: relative;
  max-height: 640px;
  margin-top: 65px;
}

.new-hero__images .owl-carousel {
  max-width: 820px;
  min-height: 497px;
  margin: 0 auto;
  display: block;
  background-color: #1c2034;
  padding: 35px 3px 3px 3px;
  border-radius: 13px;
  overflow: hidden;
  z-index: 1;
}

.new-hero__images .owl-carousel:before {
  content: '. . .';
  position: absolute;
  top: 0px;
  left: 12px;
  font-family: 'Inter';
  font-size: 62px;
  line-height: 1px;
  color: white;
  height: 93px;
  letter-spacing: -8px;
}

.new-hero__images .owl-carousel .owl-stage-outer {
  border-radius: 10px;
  position: relative;
}

.new-hero__images .owl-carousel .owl-dots {
  display: none;
}

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

/* .new-hero__images img:nth-child(1) {
  width: 946px;
  margin: 0 auto;
  display: block;
} */

.new-hero__images img.device-tablet,
.new-hero__images img.device-mobile {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.new-hero__images img.device-tablet {
  width: 593px;
  bottom: -64px;
  z-index: 2;
  transform: translateX(-424px);
}

.new-hero__images img.device-mobile {
  width: 426px;
  bottom: -20px;
  z-index: 3;
  transform: translateX(443px);
}

.new-hero__awards {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 47px;
  padding-top: 30px;
  position: relative;
  z-index: 101;
}

.new-hero__awards a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-hero__awards a img {
  max-height: 120px;
  max-width: 260px;
}

.new-hero__awards a span {
  text-align: center;
  max-width: 165px;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #697089;
  margin-top: 8px;
}

.new-hero__awards-cta {
  display: flex;
  justify-content: center;
  transform: translateY(65px);
}



.why-choose-us {
  width: 100%;
  min-height: 500px;
  /* background: #BE88EB; */
  background: linear-gradient(180deg, #BE88EB 0%, rgba(118, 113, 206, 0) 52.07%), 
              url('../img/new/bg-why-choose-us.png'),
              linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
  background-size: cover;
  position: relative;
  padding-top: 145px;
  padding-bottom: 60px;
  text-align: center;
}

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

.why-choose-us .curved-top {
  transform: translateY(-314px) translateX(-50%);
  top: 0;
}

.why-choose-us .curved-bottom {
  transform: translateY(195px) translateX(-50%);
  bottom: 0;
}

.why-choose-us .title  {
  margin-bottom: 48px;
  margin-top: 50px;
}

.why-choose-us .title h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: white;
}

/* TABS */

.tabs-wrapper {
  margin-bottom: 126px;
  position: relative;
}

.tabs-wrapper .avatar {
  position: absolute;
  top: -150px;
  left: 0;
  width: 140px;
  animation: bounce-avatar 1.5s ease-in-out infinite alternate;
  -webkit-animation: bounce-avatar 1.5s ease-in-out infinite alternate;
}

.tabs {
	display: flex;
  flex-direction: row-reverse;
  column-gap: 36px;
  height: 440px;
  align-items: center;
}

.tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs > ul li {
	display: block;
}

.tabs > ul li a {
  max-height: 111px;
  opacity: 0.4;
	display: flex;
  column-gap: 20px;
	border-bottom: none;
	text-decoration: none;
  text-align: left;
	color: #fff;
	padding: 0;
	word-wrap: break-word;
  overflow-y: hidden;
	transition: all 0.3s ease-in-out;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs > ul li a.active {
  max-height: 172px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.tabs > ul li a .icon img {
  scale: 0.7;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.tabs > ul li a.active .icon img {
  scale: 1;
  filter: grayscale(0);
	rotate: -2deg;
  transition: all 0.3s ease-in-out;
}

.tabs > ul li a .text h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #FFFFFF;
  margin-top: 16px;
}

.tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs > ul li a > span.tab-label {
	display: none;
}

.tabs section {
	padding: 1rem;
	display: none;
	word-wrap: break-word;
}

.tabs section > * {
	opacity: 0;
	transition: opacity 0.4s;
}


.tabs section.active {
	display: block;
}

.tabs section.active-content > * {
	opacity: 1;
}

@media (min-width: 576px) {

	/* .tabs > ul {
		width: 412px;
    height: 433px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	} */

	.tabs > ul li a > span {
		width: 100%;
	}

	.tabs > ul li a > span.tab-label {
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}

	.tabs section {
		padding: 0;
	}

  .tabs section img {
    width: 100%;
    border: 8px solid white;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {

	body {
		font-size: 1.125rem;
	}

	.tabs-container {
		padding: 4rem 4rem;
	}
}



/* Learning Approach */

.learning-approach {
  background-color: white;
  border-radius: 36px;
  padding: 64px 8px 8px;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 16px 64px 0px rgba(12, 14, 25, 0.12), 0px 0px 12px 0px rgba(12, 14, 25, 0.08);
}

.learning-headline {
  margin-bottom: 36px;
}

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

.learning-headline p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #697089;
  text-align: center;
}

.learning-boxes {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}

.learning-box {
  width: 33.33%;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 36px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.learning-box:hover {
  text-decoration: none;
}

.learning-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 19%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.learning-box:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.learning-box:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, #FF7700 100%),
              url('../img/new/bg-learning-box-1.png'),
              linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  border-radius: 31px 10px 10px 31px;
}

.learning-box:nth-child(2) {
  width: 33.34%;
  background: linear-gradient(180deg, rgba(16, 192, 161, 0) 0%, #2CB8D7 100%),
              url('../img/new/bg-learning-box-2.png'),
              linear-gradient(180deg, #10C0A1 0%, #2CB8D7 100%);
}

.learning-box:nth-child(3) {
  background: linear-gradient(180deg, rgba(20, 129, 224, 0) 0%, #2FBAE9 100%),
              url('../img/new/bg-learning-box-3.png'),
              linear-gradient(180deg, #1481E0 0%, #2FBAE9 100%);
  border-radius: 10px 31px 31px 10px;
}

.learning-logo {
  margin-bottom: 24px;
  height: 120px;
  max-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}

.learning-logo img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

/* Restore original image widths */
.learning-box:nth-child(1) .learning-logo img {
  width: 254px !important;
}

.learning-box:nth-child(2) .learning-logo img {
  width: 272px !important;
}

.learning-box:nth-child(3) .learning-logo img {
  width: 235px !important;
}

.learning-box:hover .learning-logo {
  scale: 1.10;
  transition: all 0.2s ease-in-out;
}

.learning-box p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 48px;
  z-index: 2;
  min-height: 108px;
  display: flex;
  align-items: center;
}

.learning-box button {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-height: 48px;
  max-height: 48px;
}

.learning-box:nth-child(1) button {
  color: #FF7700;
}

.learning-box:nth-child(2) button {
  color: #2CB8D7;
}

.learning-box:nth-child(3) button {
  color: #546AC9;
}




.trusted-slider {
  z-index: 1;
  position: relative;
  padding: 20px 0 70px;
}

.trusted-slider h2 {
  color: #0C0E19;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 52px;
}

.trusted-slider .brand-carousel .owl-item {
  height: 84px;
  display: flex;
  align-items: center;
}

.trusted-slider .brand-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  max-height: 84px;
  max-width: 190px;
}



.wested {
  width: 100%;
  min-height: 228px;
  background-color: white;
  box-shadow: 0px 0px 12px rgba(12, 14, 25, 0.08), 0px 16px 64px rgba(12, 14, 25, 0.12);
  border-radius: 36px;
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.wested .left,
.wested .right {
  width: 50%;
}

.wested .left {
  border-right: 1px solid #ccc;
  padding: 18px 0px;
}

.wested .logo {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 507px;
  padding-left: 13px;
}

.wested .logo img {
  height: 75px;
  margin-bottom: 8px;
}

.wested .text {
  padding-left: 0;
  max-width: 365px;
  margin: 0 auto;
}

.wested .text p {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #697089;
  margin-bottom: 24px;
}

.wested .left .text > a {
  width: 122px;
  height: 48px;
  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: 16px;
  line-height: 20px;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.wested .left .text > a:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}

.wested .right img {
  width: 100%;
}



.wtl {
  padding-top: 40px !important;
}


/* FAQS */

.faqs {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.faqs-headline {
  margin-bottom: 40px;
}

.faqs-headline h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #18202D;
  text-align: center;
}

.faqs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}

.faqs ul.faqs-tab {
  list-style-type: none;
  margin: 0 0 16px;
  padding: 0;
  overflow: hidden;
  display: flex;
  column-gap: 8px;
}

.faqs ul.faqs-tab li a {
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  transition: 0.3s;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.08em;
  color: #E6E8F0;
}

.faqs ul.faqs-tab li a.one {
  background: linear-gradient(180deg, #10C0A1 0%, #2CB8D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.faqs ul.faqs-tab li a.two {
  background: linear-gradient(180deg, #D879ED 0%, #FE6133 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.faqs ul.faqs-tab li a.three {
  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;
}

.faqs ul.faqs-tab li a:not(.active) {
  background: none;
  -webkit-text-fill-color: inherit;
  text-fill-color: inherit;
  color: #E6E8F0;
}

.faqs ul.faqs-tab li a:not(.active):hover {
  color: #989EB3;
  background: #F4F6F9;
  border-radius: 10px;
}

.faqs .tabcontent {
  display: none;
  padding: 6px 12px;
  max-width: 910px;
  width: 100%;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.faqs-cta a {
  width: 229px;
  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;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.faqs-cta a:hover {
  color: white;
  filter: brightness(1.3);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}



@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



/* Accordeon */

.faqs .tabcontent .accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

/* Thumb */
.faqs .tabcontent .accordion-thumb {
  margin: 0;
  padding: 20px 49px 20px 16px;
  cursor: pointer;
  border-radius: 10px;
  height: 64px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: left;
  color: #0C0E19;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.faqs .tabcontent .accordion-thumb:hover {
  background: #F4F6F9;
  transition: all 0.3s ease-in-out;
}

.faqs .tabcontent .accordion-item.is-active .accordion-thumb {
  background: #F4F6F9;
}

.faqs .tabcontent .accordion-thumb:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 13px;
  background: url('../img/new/accordeon-arrow.png') center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease-in-out;
}

/* Panel */
.faqs .tabcontent .accordion-panel {
  margin: 0;
  padding: 16px 16px;
  display: none;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #0C0E19;
}

/* Active */
.faqs .tabcontent .accordion-item.is-active .accordion-thumb:after {
  transform: rotate(90deg);
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}



.prefooter {
  height: 404px;
  background: url('../img/new/bg-why-choose-us.png'), linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
  background-position: bottom;
  padding-top: 160px;
  position: relative;
}

.prefooter .prefooter-title {
  margin-bottom: 48px;
}

.prefooter .prefooter-title h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #FFFFFF;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.prefooter .prefooter-title h3 {
  font-family: 'Montserrat';
  color: #FFF;
text-align: center;
font-size: 18px;
font-weight: 700;
line-height: 28px; /* 155.556% */
letter-spacing: 1.08px;
text-transform: uppercase;
}

.prefooter .prefooter-nav ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 57px;
}

.prefooter .prefooter-nav ul li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 16px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

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

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

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

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


.prefooter-cta {
  position: absolute;
  z-index: 990;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: transparent;
  transform: translateY(-34px);
}

.prefooter-cta 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;
}

.prefooter-cta a:hover {
  color: white;
  filter: brightness(1.3);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.prefooter .character {
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(590px);
}



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

@media (min-width: 991px) and (max-width: 1100px) {
  .wested {
    margin: 0 8px;
    width: auto;
  }

  .tabs-wrapper {
    margin: 0 8px 126px;
  }

  .learning-approach {
    margin: 0px 15px 35px;
  }
}

@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: 54px;
    line-height: 66px;
    max-width: 600px;
    margin: 0 auto 25px;
  }

  .new-hero__images img:nth-child(1) {
    width: 100%;
  }

  .new-hero__images img:nth-child(2) {
    width: 459px;
    bottom: -66px;
    transform: translateX(-223px);
  }

  .new-hero__images img:nth-child(3) {
    width: 331px;
    bottom: -19px;
    transform: translateX(256px);
  }

  .new-hero__images .owl-carousel {
    width: 100%;
    min-height: unset;
  }

  .new-hero__awards {
    padding-top: 69px;
  }

  .new-hero__awards a img {
    max-height: 100px;
    max-width: 240px;
  }

  .why-choose-us {
    padding-top: 120px;
  }

  .why-choose-us .curved-top,
  .why-choose-us .curved-bottom {
    min-width: 990px;
  }

  .why-choose-us .curved-top {
    transform: translateY(-246px) translateX(-50%);
  }

  .why-choose-us .curved-bottom {
    transform: translateY(118px) translateX(-50%);
  }

  .why-choose-us .tabs-wrapper {
    margin-bottom: 80px;
  }

  .why-choose-us .tabs-wrapper .avatar {
    top: -135px;
    left: 31px;
    width: 142px;
  }

  .why-choose-us .tabs {
    column-gap: 15px;
    height: 355px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .why-choose-us .tabs section {
    width: 490px;
  }

  .why-choose-us .tabs ul.tab-head {
    width: 352px;
    height: 360px;
  }

  .why-choose-us .tabs ul.tab-head li a {
    column-gap: 12px;
  }

  .why-choose-us .tabs ul.tab-head li a:not(.active)  {
    max-height: 92px;
  }

  .why-choose-us .tabs ul.tab-head li a .text h3 {
    font-size: 29px;
    line-height: 37px;
  }

  .why-choose-us .tabs ul.tab-head li a.active .icon img {
    scale: 0.85;
  }

  .why-choose-us .tabs ul.tab-head li a .icon img {
    scale: 0.6;
  }

  .learning-approach {
    border-radius: 25px;
    padding: 35px 8px 8px;
    margin: 0px 15px 35px;
  }

  .learning-approach .learning-box {
    height: auto;
    justify-content: flex-start;
    padding: 24px 16px;
  }

  .learning-approach .learning-box:before {
    display: none;
  }

  .learning-approach .learning-box p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .learning-approach .learning-logo {
    height: 75px;
    max-height: 75px;
  }

  .learning-approach .learning-box:nth-child(1) img {
    width: 194px;
  }

  .learning-approach .learning-box:nth-child(2) img {
    width: 205px;
  }

  .learning-approach .learning-box:nth-child(3) img {
    width: 175px;
  }

  .learning-approach .learning-box button {
    font-size: 15px;
    line-height: 19px;
  }

  .wested {
    width: auto;
    min-height: 200px;
    padding: 15px 35px;
    margin: 0px 15px;
    column-gap: 30px;
  }

  .wested .logo {
    max-width: 240px;
    padding-left: 0;
  }

  .wested .logo img {
    width: 100%;
    height: auto;
  }

  .wested .text {
    padding-left: 0;
  }

  .wested .text p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .faqs ul.faqs-tab {
    column-gap: 18px;
  }

  .faqs ul.faqs-tab li a {
    font-size: 30px;
    line-height: 38px;
  }

  .faqs {
    padding-bottom: 22px;
  }

  .prefooter {
    height: 368px;
    padding-top: 140px;
  }

  .prefooter .prefooter-title h2 {
    font-size: 33px;
    line-height: 41px;
    letter-spacing: -0.04em;
  }

  .prefooter .prefooter-nav ul {
    column-gap: 30px;
  }

  .prefooter .prefooter-nav ul li {
    font-size: 21px;
    line-height: 33px;
    column-gap: 14px;
  }

  .prefooter .prefooter-nav ul li svg {
    width: 29px;
    max-height: 30px;
  }
  
}


@media (max-width: 767px) {

  .video-modal__wrapper {
    width: calc(100% - 16px);
  }

  .header {
    height: auto !important;
    border-bottom: 0px solid #E5E5E5;
  }

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

  .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;
  }

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

  .new-hero__actions a,
  .new-hero__awards-cta a.get-started {
    width: 162px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }

  .new-hero__actions a.watch-trailer {
    height: 36px;
  }

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

  /* .new-hero__images img:not(.hero-mobile) {
    display: none;
  } */

  /* .new-hero__images .hero-mobile {
    display: block;
    width: 100%;
  } */

  .new-hero__images {
    margin: 35px 20px 0;
  }

  .new-hero__images .owl-carousel {
    width: 100%;
    min-height: unset;
  }

  .new-hero__images img.device-tablet {
    width: 355px;
    bottom: -63px;
    right: unset;
    left: 0;
    z-index: 2;
    transform: translateX(-38px);
  }

  .new-hero__images img.device-mobile {
    width: 265px;
    bottom: -20px;
    left: unset;
    right: -22px;
    z-index: 3;
    transform: translateX(0px);
  }

  .new-hero__awards {
    column-gap: 18px;
    padding-top: 35px;
  }

  .new-hero__awards a img {
    max-height: 60px;
    max-width: 145px;
  }

  .new-hero__awards-cta {
    transform: translateY(54px);
  }

  .wested .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 18px 0px 28px;
  }

  .wested .right {
    width: 100%;
  }

  .why-choose-us {
    padding-top: 70px;
    padding-bottom: 15px;
    min-height: unset;
  }

  .why-choose-us .curved-top,
  .why-choose-us .curved-bottom {
    min-width: 100%;
  }

  .why-choose-us .curved-top {
    transform: translateY(-175px) translateX(-50%);
  }

  .why-choose-us .curved-bottom {
    transform: translateY(162px) translateX(-50%);
  }

  .why-choose-us .tabs-wrapper {
    margin-bottom: 138px;
    position: relative;
  }

  .why-choose-us .tabs-wrapper .avatar {
    display: none;
  }

  .why-choose-us .title {
    margin-bottom: 24px;
  }

  .why-choose-us .title h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .why-choose-us .tabs-wrapper .tabs {
    flex-direction: column-reverse;
    height: auto;
  }

  .why-choose-us .tabs-wrapper .tabs section > img {
    width: 100%;
    border: 4px solid white;
    border-radius: 20px;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 8px;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li {
    width: 66px;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a {
    flex-direction: column;
    max-height: unset;
    text-align: center;
    overflow: visible;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a .icon img {
    scale: 0.55;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a.active .icon img {
    scale: 0.7;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a .text {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 16px;
    min-height: 91px;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a:not(.active) .text {
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a .text h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a .text h3 br {
    display: none;
  }

  .why-choose-us .tabs-wrapper .tabs ul.tab-head li a .text p {
    font-size: 14px;
    line-height: 20px;
  }


  .learning-approach {
    margin: 0px 16px 16px;
    padding: 38px 4px 4px;
    border-radius: 20px;
  }

  .learning-headline {
    margin-bottom: 24px;
  }

  .learning-headline h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .learning-headline p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .learning-headline p br {
    display: none;
  }

  .learning-boxes {
    flex-direction: column;
    row-gap: 4px;
  }

  .learning-boxes .learning-box {
    width: 100%;
    height: 138px;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 8px;
  }

  .learning-box:before {
    display: none;
  }

  .learning-boxes .learning-box:nth-child(1) {
    border-radius: 20px 20px 10px 10px;
  }

  .learning-boxes .learning-box:nth-child(3) {
    border-radius: 10px 10px 20px 20px;
  }

  .learning-boxes .learning-box .learning-logo {
    max-width: 50%;
    max-height: 44px;
    width: 50%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .learning-box:hover .learning-logo {
    scale: 1;
  }

  .learning-boxes .learning-box .learning-logo img {
    width: auto;
    height: 44px;
    max-width: 151px;
  }

  .learning-boxes .learning-box p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    max-width: 46%;
    width: 100%;
    margin-bottom: 0;
  }

  .learning-boxes .learning-box button {
    display: none;
  }

  .trusted-slider h2 {
    font-size: 18px;
    line-height: 28px;
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .wested {
    width: calc(100% - 32px);
    margin: 52px auto 0;
    padding: 36px 16px;
    min-height: unset;
    flex-direction: column;
    border-radius: 20px;
  }

  .wested .logo {
    max-width: 233px;
    margin-bottom: 24px;
    padding: 0;
  }

  .wested .logo img {
    height: auto;
    width: 100%;
  }

  .wested .text {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
  
  .wested .text p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
  }

  .wested .text a {
    width: 95px;
    height: 36px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
  }

  .faqs {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .faqs-headline {
    margin-bottom: 36px;
  }

  .faqs-headline h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
  }

  .faqs ul.faqs-tab {
    margin-bottom: 0;
  }

  .faqs ul.faqs-tab li a {
    font-size: 20px;
    line-height: 35px;
  }

  .faqs .tabcontent .accordion-thumb {
    font-size: 14px;
    line-height: 20px;
  }

  .faqs .tabcontent .accordion-panel {
    font-size: 14px;
    line-height: 24px;
  }

  .faqs-cta a {
    width: 177px;
    height: 48px;
    font-size: 16px;
    line-height: 20px;
  }

  .prefooter {
    height: 343px;
    padding-top: 105px;
  }

  .prefooter .curved-top {
    min-width: 100%;
    transform: translateY(-172px) translateX(-50%);
  }

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

  .prefooter .prefooter-title {
    margin-bottom: 30px;
  }

  .prefooter .prefooter-title h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    max-width: 235px;
    margin: 0 auto;
  }

  .prefooter .prefooter-nav ul {
    column-gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .prefooter .prefooter-nav ul li {
    width: 130px;
    margin-bottom: 20px;
  }

  .prefooter .prefooter-nav ul li {
    font-size: 16px;
    line-height: 20px;
    column-gap: 8px;
  }

  .prefooter .prefooter-nav ul li svg {
    width: 24px;
    height: 24px;
  }

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

  .new-hero__awards {
    margin: 0px 9px;
    grid-gap: 0;
  }

  .new-hero__awards a span {
    font-size: 7px;
    line-height: 10px;
  }

}


@media (max-width: 450px) {
  .new-hero__images .owl-carousel {
    margin-bottom: 100px;
  }

  .new-hero__images img.device-tablet {
    width: 298px;
    bottom: -137px;
  }

  .new-hero__images img.device-mobile {
    width: 220px;
    bottom: -116px;
    left: unset;
    right: -15px;
  }
}



/*  KEYFRAMES */

@keyframes bounce {
  0% {
    transform: translateY(0px);
    scale: 1;
  }
  100% {
    transform: translateY(-20px);
    scale: 1.1;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px);
    scale: 1;
  }
  100% {
    transform: translateY(-20px);
    scale: 1.1;
  }
}

@keyframes bounce-avatar {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce-avatar {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}