/* ------------------------------------------- */
/* PAGES - Power play program  */
/* ------------------------------------------- */

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

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.btn_orange {
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: none;
  width: 150px;
  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;
  margin: auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .btn_orange {
    top: -16px;
    height: 48px;
    padding: 6px 16px;
    width: fit-content;
    font-size: 16px;
    line-height: 20px;
  }
}

.btn_orange:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
}

.bgcolor_white {
  background: #fff;
}

.bgcolor_grey {
  background: #F4F6F9;
}

.curve_section {
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-radius: 0 0 50% 50%;
}

.curve_section_top {
  top: -20px;
}

.curve_section_bottom {
  bottom: -5px;
}

@media (max-width: 767px) {
  .curve_section_top {
    top: -1px;
  }

  .curve_section {
    height: 80px;
    border-radius: 0 0 30% 30%;
  }

}

.container_ppp .divisor {
  display: none;
}


/* HEADER */
.page-template-page-power-play-program .header .header__menu .menu>li.menu-item>a {
  color: #212121;
}

.menu-item.menu-item-has-children>a:first-child::after {
  border-top: 4px solid #444;
}

.page-template-page-power-play-program .header__logo {
  background-image: url(../img/logo-black.png);
}

.page-template-page-power-play-program .button--login-secondary {
  background: #ff6d41;
  color: #fff;
  border: 2px solid #cb6442;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.page-template-page-power-play-program .header {
  height: auto;
  border-bottom: none;
}

.page-template-page-power-play-program .header+div {
  margin-top: 66px;
}

/* END HEADER */

/* HERO */
.hero_ppp {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.new-hero__info p {
  max-width: unset;
  color: #303651;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.96px;
  margin-bottom: 50px;
}

.hero_ppp img {
  max-width: 200px;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 36px;
}

.hero_ppp .btn_orange {
  position: absolute;
  bottom: -106px;
  top: unset !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px){
  .hero_ppp img {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.hero_ppp h2,
.section_1_ppp h4 {
  font-size: 24px;
  line-height: 36px;
  color: #697089;
  text-transform: none;
  letter-spacing: normal;
  max-width: 900px;
  margin: 0 auto 6.5rem;
}

.hero_ppp h2 {
  margin: 0 auto 36px;
}

@media (max-width: 767px){
  .hero_ppp h2 {
    margin: 0 0;
  }

  .hero_ppp h2, .section_1_ppp h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}

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

.hero_teachers_pd h1 {
  font-size: 64px;
  line-height: 78px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 36px;
}

.hero_teachers_pd h2 {
  max-width: 660px;
  margin: 0 auto 36px;
}

/* END HERO */

/* SECTION */
.section_1_ppp {
  background-color: #F4F6F9;
  position: relative;
  padding-top: 130px;
  z-index: 1;
}

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

@media (max-width: 767px){
  .section_1_ppp {
    padding: 12rem 0 3rem;
    top: -48px;
    margin-top: -116px;
  }

  .section_1_ppp h4{
    margin: 0 auto 0.5rem;
  }
}
.section_1_ppp h3, .section_1_ppp_pr_steps h3, .section_2_ppp_program_milestones h3 {
  font-size: 36px;
  line-height: 44px;
  color: #0C0E19;
  margin-bottom: 16px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.section_1_ppp_boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 36px auto 9.5rem;
  min-height: 152px;
}

.section_1_ppp_boxes_item {
  min-height: 152px;
  border-radius: 15px;
  background: #fff;
  padding: 24px 48px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  align-content: center;
}

.section_1_ppp_boxes .section_1_ppp_boxes_item:first-child {
  border-radius: 30px 10px 10px 10px;
}

@media (max-width: 767px){
  .section_1_ppp_boxes .section_1_ppp_boxes_item:first-child {
    border-radius: 30px 30px 10px 10px;
  }
}

.section_1_ppp_boxes .section_1_ppp_boxes_item:nth-child(2) {
  border-radius: 10px 30px 10px 10px;
}

@media (max-width: 767px){
  .section_1_ppp_boxes .section_1_ppp_boxes_item:nth-child(2) {
    border-radius: 10px 10px 10px 10px;
  }
}

.section_1_ppp_boxes .section_1_ppp_boxes_item:nth-child(7) {
  border-radius: 10px 10px 10px 30px;
}

@media (max-width: 767px){
  .section_1_ppp_boxes .section_1_ppp_boxes_item:nth-child(7) {
    border-radius: 10px 10px 10px 10px;
  }
}

.section_1_ppp_boxes .section_1_ppp_boxes_item:last-child { 
  border-radius: 10px 10px 30px 10px;
}

@media (max-width: 767px){
  .section_1_ppp_boxes .section_1_ppp_boxes_item:last-child{
    border-radius: 10px 10px 30px 30px;
  }
}

@media (max-width: 767px){
  .section_1_ppp_boxes_item {
    padding: 16px 24px;
    min-height: 88px;
  }
}

.section_1_ppp_boxes img {
  max-width: 80px;
}


.section_1_ppp_boxes h5, .section_2_ppp_program_milestones_boxes_item p {
  color: #0C0E19;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

.section_1_ppp_pr_steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 20px;
}

@media (max-width: 767px){
  .section_1_ppp_pr_steps {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.section_1_ppp_pr_step {
  background: #fff;
  padding: 24px 36px;
  counter-increment: section;
  position: relative;
  border-radius: 15px;
}

@media (max-width: 767px){
  .section_1_ppp_pr_step {
    padding: 24px 24px;
    display: flex;
    gap: 24px;
    align-items: center;
  }
}

.section_1_ppp_pr_step:first-child {
  border-radius: 30px 10px 10px 30px;
}

@media (max-width: 767px){
  .section_1_ppp_pr_step:first-child {
    border-radius: 30px 30px 10px 10px;
  }
}

.section_1_ppp_pr_step:last-child {
  border-radius: 10px 30px 30px 10px;
}

@media (max-width: 767px){
  .section_1_ppp_pr_step:last-child {
    border-radius: 10px 10px 30px 30px;
  }
}

.section_1_ppp_pr_step .number {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.section_1_ppp_pr_step .number:before {
  content: counter(section);
  color: var(--neutral-600, #4A516D);
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 24px;
  display: block;
}

.section_1_ppp_pr_step h5 {
  color: #303651;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}
/* END SECTION 1 */


/* SECTION 2 */
.section_2_ppp_program_milestones{
  position: relative;
  padding-top: 16rem;
}

.section_2_ppp_program_milestones .curve_section_top {
  top: -25px;
}

@media (max-width: 767px){
  .section_2_ppp_program_milestones{
    padding-top: 3rem;
  }
  .section_2_ppp_program_milestones .curve_section_top {
    top: -100px;
  }
}

.section_2_ppp_program_milestones_boxes{
  margin-top: 48px;
}

.section_2_ppp_program_milestones_boxes:before {
  position: absolute;
  top: 109px;
  left: 60px;
  width: 9px;
  height: 83%;
  background: #E6E8F0;
  display: block;
  content: " ";
}

@media (max-width: 767px){
  .section_2_ppp_program_milestones_boxes:before {
    left: 46px;
  }
}

.section_2_ppp_program_milestones_boxes_item {
  position: relative;
  padding: 24px 24px 24px 79px;
  border-radius: 10px;
  background: #F4F6F9 url(../img/ppp_program_milestones_icon-check.png) no-repeat 22px 28px;
  margin-bottom: 24px;
  background-size: 36px;
}

.section_2_ppp_program_milestones_boxes_item h5{
  color: #0C0E19;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
}

.program-milestones-avatar{
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(590px);
  background: url(../img/program-milestones-avatar.png) no-repeat;
  height: 300px;
  background-size: cover;
  z-index: 10;
  bottom: -3%;
}

/* END SECTION 2 */

.wtl {
  padding-bottom: 40px;
}

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

.wtl-testimonials .animation {
  top: -87px;
}

.wtl .curved-bottom {
  transform: translateY(220px) translateX(-50%);
}


@media (max-width: 767px){
  .wtl-testimonials-carousel .item .item-text {
    margin-top: 55px;
  }
}





/* PPP PRE-FOOTER */

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

.prefooter-avatar{
  width: 254px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(590px);
  background: url(../img/prefooter-avatar-2.png) no-repeat;
  height: 300px;
  background-size: cover;
  z-index: 10;
  bottom: 236px;
}

.prefooter-title p {
  text-align: center;
  margin-top: 70px;
  margin-bottom: -50px;
  font-weight: bold;
  font-family: 'Montserrat';
  color: white;
}

/* END PPP PRE-FOOTER */

@media (min-width: 991px) and (max-width: 1200px) {
  .program-milestones-avatar {
    transform: translateX(521px);
    height: 256px;
  }

  .prefooter-avatar {
    width: 200px;
    transform: translateX(493px);
    height: 250px;
    bottom: 291px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .hero_ppp.program-enabled {
    padding-bottom: 30px;
  }

  .hero_ppp .btn_orange {
    bottom: -59px;
  }

  .section_1_ppp {
    padding-top: 120px;
  }

  .section_1_ppp .curved-top {
    min-width: 990px;
    transform: translateY(-247px) translateX(-50%);
  }

  .section_1_ppp_boxes_item {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    text-align: center;
  }

  .section_1_ppp_boxes h5 {
    font-size: 19px;
    line-height: 27px;
  }

  .section_1_ppp_pr_steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .section_1_ppp_pr_step {
    text-align: center;
    padding: 16px 24px;
  }

  .section_1_ppp_pr_step,
  .section_1_ppp_pr_step:first-child,
  .section_1_ppp_pr_step:last-child {
    border-radius: 10px 10px 10px 10px;
  }

  .section_1_ppp_pr_step .number:before {
    line-height: 50px;
    margin-top: 10px;
  }

  .wtl-testimonials {
    min-height: unset;
  }

  .wtl-testimonials .item {
    min-height: 304px;
  }

  .wtl-testimonials .animation {
    top: -52px;
  }

  .faqs {
    padding-top: 30px;
  }

  .program-milestones-avatar,
  .prefooter-avatar {
    display: none;
  }
}


@media (max-width: 767px) {
  .container_ppp .divisor {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
  }
  
  .container_ppp .divisor img {
    width: 32px;
  }
  
  .hero_ppp {
    padding-bottom: 105px;
  }

  .hero_ppp.program-enabled {
    padding-bottom: 164px;
  }

  .hero_ppp .btn_orange {
    bottom: 83px;
  }

  .new-hero__info p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .hero_teachers_pd {
    padding-top: 35px;
  }

  .hero_teachers_pd h1,
  .section_1_ppp h3 {
    font-size: 24px;
    line-height: 35px;
  }

  .hero_teachers_pd h2,
  .container_landing_teachers_pd h4 {
    font-size: 16px;
    line-height: 24px;
    /* 150% */
  }

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

  .section_1_ppp_boxes {
    grid-template-columns: 1fr;
  }

  .section_1_ppp_boxes {
    padding: 16px;
    margin: 36px auto 5.5rem;
  }

  .section_1_ppp_boxes img {
    max-width: 48px;
    margin: auto;
  }

  .section_1_ppp_boxes h5 {
    font-size: 18px;
    line-height: 28px; 
  }

  .section_1_ppp_pr_step .number {
    min-width: 60px;
    max-height: 93px;
  }

  .section_2_ppp_program_milestones h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section_2_ppp_program_milestones_boxes_item p,
  .section_2_ppp_program_milestones_boxes_item h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .program-milestones-avatar {
    display: none;
  }

  .wtl .curved-bottom {
    transform: translateY(180px) translateX(-50%);
  }

  .faqs {
    padding-bottom: 45px;
  }

  .prefooter {
    padding-top: 140px;
    background-size: 830px;
  }

  .prefooter-avatar {
    width: 90px;
    transform: translateX(0px);
    height: 90px;
    bottom: 301px;
  }

  .prefooter-cta {
    transform: translateY(-34px);
  }

  .prefooter .prefooter-title h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 311px;
  }

  .prefooter .prefooter-title h3 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.08px;
    margin-bottom: 25px;
  }

  .prefooter-title p {
    max-width: 311px;
    margin: 50px auto;
  }

}