/*TODO: start - move to the global styles after all pages redesigned */
  @import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

  .program-features {
    overflow: hidden;
  }

  .program-features * {
    font-family: Asap, sans-serif;
    color: #0d3b5e;
  }

  .program-features .heading.h1,
  .program-features .heading.h2 {
    font-size: 48px;
    color: #16619c;
    font-weight: 700;
  }

  .program-features .heading--underlined {
    display: inline-block;
    border-bottom: 4px solid #16619c;
    padding-bottom: 10px;
  }

  .program-features .heading {
    font-family: Nunito, sans-serif;
  }

  .program-features {
    padding-top: 150px;
  }

  .program-features .intro {
    background-color: #66ccff;
  }

  .program-features .intro {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .program-features .intro__txt {
    padding: 60px;
  }

  .program-features .intro__img {
    width: auto;
    max-width: 35%;
  }

  .program-features .intro .heading {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 3px solid #16619c;
  }

  .program-features .intro .subheading {
    font-size: 20px;
    font-weight: 600;
    color: #16619c;
    margin-bottom: 20px;
  }


  .section.section--features {
    text-align: center;
    padding-top: 80px;
  }

  .features__row {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .features__col  {
    max-width: 22%;
  }
  .features__col:last-child {
    border-right: none;
  }

  .features__col img {
    max-width: 150px;
  }

  .features__col .features__title {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
  }

  .features__col-separator {
    height: 260px;
    width: 2px;
    background-color: #d0d0d0;
    transform: translateY(50px);
  }

  .features__btn {
    margin: 0 auto 0;
  }

  .section--videos {
    padding: 120px 0;
    text-align: center;
  }

  .section--videos .section-heading {
    margin-bottom: 60px;
  }

  .program-features .section--videos .btn.sliderDotsItem {
    background-color: #0d3b5e;
    border: 3px solid transparent;
    transition: 0.5s ease;
  }
  .program-features  .section--videos .sliderDots .btn.sliderDotsItem.active {
    border-color: #0d3b5e;
    background-color: transparent;
  }
  .program-features .section--videos .sliderDots .btn.sliderDotsItem:hover {
    border-color: #0d3b5e;
    background-color: transparent;
  }

  .section--videos .videos-wrapper {
    position: relative;
  }
  .section--videos .videos-wrapper .pfVideosWrapper {
    background-color: #66ccff;
    padding: 30px;
    position: relative;
    border-radius: 30px;
  }

  .section--videos .videos-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: -220px;
    left: -120px;
    width: 500px;
    height: 500px;
    background: url('../../_dev/img/pf-new-img-georgeKneelingExcited.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
  }

  .section--videos .videos-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -280px;
    right: -70px;
    width: 250px;
    height: 400px;
    background: url('../../_dev/img/pf-new-img-tess-books.png') no-repeat center center;
    background-size: cover;
    z-index: 2;
  }

  .program-features .card-title {
    border-bottom: 0;
    font-size: 38px;
  }

  .section--videos .sliderDots {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section--videos .sliderNav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 200px)!important;
    align-items: center;
    z-index: -1;
  }

  .pfVideosWrapper .sliderNavNext,
  .pfVideosWrapper .sliderNavPrev {
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: none;
    background-color: #a9242c;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }

  .pfVideosWrapper .sliderNavNext::before,
  .pfVideosWrapper .sliderNavPrev::before {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABRCAYAAACQX/VFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGgSURBVHgB7dvRbcIwFIXhUyZgBEZgBLpBN2hG6Ab1Bu0G0AnoBrAB7QQegW5weq1Eok+oQM6NE+4vWTw6nxLhxBDgTCQbGzsbR7ZlG2sbC4yl7oDP9Yra+weifswFiHoxVyDqw9yAqAdjB/HGfhoOY5Ov2G8vGCKb+JP99wzveFrsxo2hNj8MdWfEFTOz8QVtGw9MgXxAX8E8QR3bO1x15RJeQplNMLdxoL7ABIb63DCZ+lwwCydMpnoPIDCBCUxgMvXlwARmIpgl9Y/Lk8TMocwRcwhMYCaCaejTtsz3AGEFYx9r6HuUQkpOmD08crjMjvDKJttQ2AwOsd3EVm5k/8ghHWIDbd9SiBMC0jkKgj7pvhHZruwe6VZ2TuH5JBCB6BexmAoiU18ORCACEYhABOJMut/bA1ERYvz/RQnEHSJKDVRRvAvohVDvy+oRHWRHfQ3UUf+Y2sAjamvgFXVnJMEzat4fSfCO/b/RkzBUNvk7+ylh6Hj7ophQSzdgEmqK191zJdTYhZiEmusw21Ej/sb2hnLP06JZPsu6s0Jl/QIu0rcOCt7vXgAAAABJRU5ErkJggg==");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pfVideosWrapper .sliderNavPrev::before {
    transform: rotate(180deg);
  }

  .section--levels {
    background-color: #66ccff;
    text-align: center;
    margin-top: 120px;
  }

  .section--levels .section-heading {
    margin-bottom: 60px;
    color: #fff;
  }

  .section--levels .cards-row {
    margin-bottom: 60px;
  }

  .section--levels .card {
    max-width: unset;
    padding: 25px;
    text-align: left;
  }

  .checklist-title {
    margin: 30px 0 20px;
    text-align: left;
    display: inline-block;
    border-bottom: 2px solid #0d3b5e;
    font-weight: 600;
    font-size: 20px;
  }

  .section--levels .card-list {
    padding-top: 0;
  }

  .section--info {
    padding: 80px 0;
  }

  .section--info .row-text-image .col-image:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px;
    height: 450px;
    z-index: -1;
    background: url('../../_dev/img/pf-new-bg-fence.png') no-repeat center;
    background-size: cover;
  }

  .section--info .row-text-image .col-image--bg-left {
    padding-left: 70px;
  }

  .section--info .row-text-image .col-image--bg-right {
    padding-right: 70px;
  }

  .section--info .row-text-image .col-image--bg-right:before {
    right: 0;
    left: auto;
  }

  .row-bg-images-1,
  .row-bg-images-2 {
    max-width: 1920px;
    margin: 0 auto 0;
    background: url('../../_dev/img/pf-new-bg-threes.png') no-repeat left;
    background-size: contain;
    height: 120px;
    position: relative;
  }

  .row-bg-images-1:after {
    content: '';
    display: block;
    background: url('../../_dev/img/home-bg-ufo.png') no-repeat center center;
    background-size: cover;
    height: 100px;
    width: 168px;
    position: absolute;
    right: 10%;
    top: -20px;
  }

  .row-bg-images-2 {
    transform: scaleX(-1);
  }

  .row-bg-images-2:after {
    content: '';
    display: block;
    background: url('../../_dev/img/home-bg-seagull.png') no-repeat center center;
    background-size: cover;
    height: 120px;
    width: 165px;
    position: absolute;
    right: 10%;
    top: -50px;
  }


  .program-features .section.section--bottom {
    position: relative;
    background-color: #66ccff;
    padding: 60px 0 100px;
    z-index: 9;
    overflow: visible;
    color: #fff;
  }

  .program-features .section--bottom .heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    max-width: 500px;
  }

  .section--bottom .subheading {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 550px;
  }

  .section--bottom .container {
    position: relative;
  }

  .section--bottom .container:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 540px;
    height: 330px;
    background: url('../../_dev/img/checkout-new-banner-img.png') no-repeat;
    background-size: cover;
  }

  @media screen and (max-width: 1200px) {
    .program-features {
      padding-top: 130px;
    }

    .program-features .heading.h1, .program-features .heading.h2 {
      font-size: 36px;
    }

    .program-features .intro__img:before {
      width: 121px;
      height: 95px;
      top: -45px;
      right: -18px;
    }

    .program-features .intro__txt {
      padding: 20px;
    }

    .section.section--who-for .home-col:nth-child(2) {
      padding-left: 20px;
    }

    .section.section--features {
      padding-top: 60px;
    }

    .features__col {
      max-width: 49%;
      padding: 8px;
    }

    .features__col-separator {
      display: none;
    }

    .section--videos {
      padding: 80px 0;
    }

    .section--feedback .carousel__slide {
      padding: 130px 0 200px;
    }
  }

  @media screen and (max-width: 1024px) {
    .program-features .intro__img {
      max-width: 50%;
    }

    .section--info .row-text-image .col-image:before {
      width: 200px;
      height: 350px;
    }

    .section--bottom .container:after {
      width: 440px;
      height: 263px;
    }

    .section--videos .videos-wrapper:before {
      display: none;
    }

    .section--videos .videos-wrapper:after {
      display: none;
    }

    .section--videos .pfVideosWrapper {
      max-width: 86%;
    }

    .section--videos .sliderNav {
      width: calc(100% + 120px)!important
    }
  }


  @media screen and (max-width: 900px) {
    .section--videos .sliderNav {
      display: none!important;
    }

    .section--videos .pfVideosWrapper {
      max-width: 86%;
    }
  }

  @media screen and (max-width: 768px) {
    .section--videos .pfVideosWrapper {
      max-width: 76%;
    }

    .section--videos .section-heading {
      margin-bottom: 30px;
    }

    .program-features .heading.h1, .program-features .heading.h2 {
      font-size: 32px;
    }

    .program-features .intro {
      flex-direction: column;
    }

    .program-features .intro__img {
      max-width: 100%;
    }

    .section--levels .card {
      padding: 20px;
    }

    .section--levels .card-list {
      padding-top: 0;
    }

    .section--info .row-text-image .col-image:before {
      width: 150px;
      height: 250px;
    }

    .section--bottom .container:after {
      width: 340px;
      height: 200px;
    }

    .section--info .row-text-image .col-image--bg-left {
      padding-left: 10px
    }

    .section--info .row-text-image .col-image--bg-right {
      padding-right: 10px
    }

    .program-features .section.section--bottom {
      padding-bottom: 250px;
    }

    .section--bottom .container:after {
      bottom: -220px;
    }
  }

  @media screen and (max-width: 500px) {
    .features__row {
      padding: 30px 0;
    }

    .features__col {
      max-width: 100%;
    }

    .section--videos {
      padding: 60px 0;
    }

    .section--videos .pfVideosWrapper {
      max-width: 90%
    }

    .program-features .section.section--bottom {
      padding-top: 0;
    }
  }

