#home {overflow: hidden;}

#home .bg-green {background: #9DD219;}

#home::before, #home::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#home .anim_square {
  -webkit-animation: rotate 3s ease-in-out infinite;
          animation: rotate 3s ease-in-out infinite; }

#home #intro {
  background-color: #0EAFE6;
  background-image: url("../../images/home/intro.svg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 90px;
  text-align: center;
  padding-bottom: 70px;
  background-size: 900px; 
  }
  @media screen and (min-width: 992px)
  {
    #home #intro {
      padding-top: 130px;
      padding-bottom: 90px;
      background-size: auto 370px; 
    }
  } 
  @media screen and (min-width: 1200px) 
  {
    #home #intro {
      padding-top: 185px;
      padding-bottom: 110px;
      background-size: auto 610px; 
    }
  }
  
  #home #intro h1 {
    margin-top: 32px;
    color: white;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      #home #intro h1 {
        font-size: 16px;
        line-height: 20px; } }
  #home #intro img {
    width: 140px; }
    @media screen and (min-width: 1200px) {
      #home #intro img {
        width: 302px; } }

#home #advantages .wrap {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 1200px) {
    #home #advantages .wrap {
      padding-top: 100px;
      padding-bottom: 100px; } }

#home #advantages::before, #home #advantages::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#home #advantages::before {
  background-image: url("../../images/home/advantages_top.svg");
  height: 45px;
  background-color: #0EAFE6;
  background-size: 1000px; }
  @media screen and (min-width: 768px) {
    #home #advantages::before {
      height: 88px; } }
  @media screen and (min-width: 992px) {
    #home #advantages::before {
      height: 120px;
      background-size: 1200px; } }
  @media screen and (min-width: 1200px) {
    #home #advantages::before {
      height: 264px;
      background-size: cover; } }

#home #advantages p {
  margin-top: 50px; }

#home #advantages .animation-container {
  position: relative;
  text-align: center; }
  #home #advantages .animation-container .heart {
    width: 100%;
    max-width: 710px; }
  #home #advantages .animation-container .anim_square {
    position: absolute;
    top: -20px;
    left: 50px;
    width: 38px;
    height: 38px; }
    @media screen and (min-width: 992px) {
      #home #advantages .animation-container .anim_square {
        left: 180px; } }
  #home #advantages .animation-container .anim_circle {
    position: absolute;
    bottom: -40px;
    right: 100px;
    width: 34px;
    height: 34px;
    -webkit-animation: float 6s ease-in-out infinite;
            animation: float 6s ease-in-out infinite; }

#home #why::before, #home #why::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#home #why::before {
  background-image: url("../../images/home/why_top.svg");
  height: 40px; }
  @media screen and (min-width: 768px) {
    #home #why::before {
      height: 80px;
      background-size: 1200px; } }
  @media screen and (min-width: 1200px) {
    #home #why::before {
      height: 242px;
      background-size: cover; } }

#home #why .animation-container {
  position: relative;
  text-align: center; }
  #home #why .animation-container .anim_circle {
    position: absolute;
    top: 150px;
    left: -20px;
    width: 52px;
    height: 52px; }
  #home #why .animation-container .anim_cloud {
    position: absolute;
    top: 300px;
    right: -20px;
    width: 180px;
    height: 132px;
    -webkit-animation: float 4s ease-in-out infinite;
            animation: float 4s ease-in-out infinite; }

#home #why .owl-carousel .owl-dots {
  margin-top: 20px;
  margin-left: 20px; }
  @media screen and (min-width: 500px) {
    #home #why .owl-carousel .owl-dots {
      margin-top: 0px;
      margin-left: 60px; } }
  @media screen and (min-width: 768px) {
    #home #why .owl-carousel .owl-dots {
      margin-top: 0px;
      text-align: left; } }
  @media screen and (min-width: 1200px) {
    #home #why .owl-carousel .owl-dots {
      margin-left: 0px; } }
  #home #why .owl-carousel .owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    border: 2px solid #ffffff;
    border-radius: 22px;
    margin-right: 8px; }
    #home #why .owl-carousel .owl-dots .owl-dot.active {
      background-color: #ffffff; }

#home #why .wrap {
  padding-top: 50px; }
  @media screen and (min-width: 1200px) {
    #home #why .wrap {
      text-align: left; } }
  #home #why .wrap h2 {
    font-size: 30px; }
  #home #why .wrap p {
    margin-top: 10px; }
  #home #why .wrap ul {
    margin-top: 20px;
    width: 100%;
    max-width: 540px;
    height: 450px;
    background: url("../../images/home/why_carousel.svg") top center no-repeat;
    background-size: 945px; }
    @media screen and (min-width: 500px) {
      #home #why .wrap ul {
        width: calc(100% - 40px);
        margin-left: 20px;
        height: 370px;
        background-size: contain; } }
    @media screen and (min-width: 768px) {
      #home #why .wrap ul {
        margin: 20px auto; } }
    @media screen and (min-width: 992px) {
      #home #why .wrap ul {
        margin: 40px auto 0px; } }
    @media screen and (min-width: 1200px) {
      #home #why .wrap ul {
        margin-left: 35px;
        padding: 90px 130px;
        margin-top: 70px;
        background: url("../../images/home/why_carousel.svg") center no-repeat;
        background-size: contain;
        height: 310px; } }
    #home #why .wrap ul li {
      margin-top: 150px;
      margin-left: 20px;
      text-align: left; }
      @media screen and (min-width: 500px) {
        #home #why .wrap ul li {
          margin-top: 80px;
          margin-left: 60px; } }
      @media screen and (min-width: 1200px) {
        #home #why .wrap ul li {
          margin-top: 0px;
          margin-left: 0px; } }
      #home #why .wrap ul li p {
        font-size: 25px;
        line-height: 30px;
        font-family: "neo-sans", sans-serif;
        font-weight: 700;
        color: white;
        min-height: 100px;
        padding-right: 20px; }
  #home #why .wrap img {
    display: block; }

#home #features {
  padding-top: 70px;
  background-color: white; }
  #home #features .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #home #features .flex div {
      text-align: center; }
  #home #features img {
    width: 100%; }
    #home #features img.rocket {
      max-width: 450px; }
    #home #features img.fire {
      max-width: 290px; }

#home #video {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    #home #video {
      padding-top: 190px;
      padding-bottom: 170px; } }
  #home #video h2 {
    margin-bottom: 60px; }
  #home #video .video-container {
    width: 100%;
    position: relative; }
    #home #video .video-container .img-poster {
      width: 100%;
      max-width: 1009px; }
    #home #video .video-container .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 123px;
      height: 140px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      #home #video .video-container .btn-play:hover {
        opacity: 0.8; }

#home #about {
  position: relative;
  margin-top: -50px;
  z-index: 10; 
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) 
{
  #home #about {
    margin-top: -180px; 
    padding-bottom: 0;
  } 
}

#home #about::before, #home #about::after 
{
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center;
}

#home #about::before 
{
    background-image: url("../../images/home/about_top.svg");
    height: 100px;
}

@media screen and (min-width: 992px) 
{
  #home #about::before {
      height: 160px;
      background-size: 1200px;
      margin-top: -90px; 
  }
}

@media screen and (min-width: 1200px)
{
    #home #about::before {
      height: 347px;
      background-size: cover; 
    }
}

#home #about::after 
{
  background-image: url("../../images/home/about_bottom.svg");
  height: 40px; 
  transform: scaleX(-1) scaleY(-1) translateX(53%);
  position: absolute;
  left: 50%;
  width: calc(100% + 200px);
  bottom: -1px;
}

@media screen and (min-width: 500px)
{
  #home #about::after {height: 80px; }
}
@media screen and (min-width: 992px)
{
  #home #about::after {height: 100px;}
}

@media screen and (min-width: 1200px)
{
  #home #about::after {height: 158px;}
}
  
#home #about .wrap {padding-bottom: 140px; padding-top: 50px;}
#home #about .wrap .anim_square {position: absolute; top: 0px; left: 30px; width: 70px; height: 70px;}

@media screen and (min-width: 992px)
{
  #home #about .wrap .anim_square {left: 40px;}
}

@media screen and (min-width: 1200px)
{
  #home #about .wrap .anim_square {left: 0px;}
}

@media screen and (min-width: 1200px)
{
  #home #about .wrap {padding-top: 140px; padding-bottom: 330px;}
}

@media screen and (max-width: 1199px)
{
  #home #about .wrap {text-align: center;  padding-bottom: 140px;}
}

#home #about .wrap p {color: white; font-family: "neo-sans", sans-serif;font-weight: 300; font-size: 20px; line-height: 30px; text-align: left; max-width: 450px; margin: 0px auto;}

@media screen and (min-width: 1200px) 
{
  #home #about .wrap p {font-size: 23px; line-height: 40px;}
}

#home #about .wrap p strong {font-size: 20px;}

@media screen and (min-width: 1200px)
{
  #home #about .wrap p strong {font-size: 30px;}
}
  
#home #about .wrap img {max-width: 330px;}
  
@media screen and (max-width: 1199px)
{
    #home #about .wrap img {margin-top: 30px; width: 230px;}
}

#home #topics::before, #home #topics::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#home #topics::before {
  background-image: url("../../images/home/topics_top.svg");
  height: 40px; }
  @media screen and (min-width: 992px) {
    #home #topics::before {
      height: 80px; } }
  @media screen and (min-width: 1200px) {
    #home #topics::before {
      height: 130px; } }

#home #topics::after {
  background-image: url("../../images/home/topics_bottom.svg");
  height: 50px; }
  @media screen and (min-width: 992px) {
    #home #topics::after {
      height: 80px; } }
  @media screen and (min-width: 1200px) {
    #home #topics::after {
      height: 158px; } }

#home #topics .topics-container {
  max-width: 1240px;
  margin: 0px auto; }
  #home #topics .topics-container > ul > li {
    background: url("../../images/home/cloud.svg") center no-repeat;
    background-size: cover;
    padding: 90px 0px 90px 0px;
    text-align: center; }
    @media screen and (min-width: 500px) {
      #home #topics .topics-container > ul > li {
        padding: 120px 0px 120px 0px;
        background-size: 480px; } }
    @media screen and (min-width: 992px) {
      #home #topics .topics-container > ul > li {
        padding: 80px 0px 80px 0px;
        background-size: contain; } }
    #home #topics .topics-container > ul > li h3 {
      font-size: 25px;
      font-family: "neo-sans", sans-serif;
      font-weight: 700; }
    #home #topics .topics-container > ul > li.col-md-5 p {
      max-width: 250px;
      padding: 0px 20px; }
    #home #topics .topics-container > ul > li.col-md-6 p {
      max-width: 310px;
      padding: 0px 20px; }
    #home #topics .topics-container > ul > li p {
      margin: 16px auto; }
    #home #topics .topics-container > ul > li ul {
      margin: 16px auto;
      max-width: 250px; }
      #home #topics .topics-container > ul > li ul li {
        font-size: 16px;
        font-family: "neo-sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 8px; }
        @media screen and (min-width: 1200px) {
          #home #topics .topics-container > ul > li ul li {
            font-size: 16px; } }

#home #program {
  padding-top: 105px;
  padding-bottom: 160px; }
  #home #program h2 {
    text-align: center;
    margin-bottom: 34px; }
  #home #program p {
    text-align: center; }
  #home #program ul {
    margin-top: 60px;
    text-align: center; }
    #home #program ul li {
      width: 100%; }
      #home #program ul li .icon {
        width: 114px;
        height: 114px;
        border-radius: 114px;
        background-color: #A6CF4D;
        display: inline-block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        #home #program ul li .icon img {
          max-width: 50px;
          max-height: 50px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      #home #program ul li .program-carousel-container {
        margin-top: 90px;
        width: calc(100% - 40px);
        max-width: 460px;
        background-color: #DC3F5E;
        border-radius: 140px;
        height: 140px;
        display: inline-block;
        color: #ffffff; }
        #home #program ul li .program-carousel-container p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          height: 100%;
          padding: 0px 20px;
          font-size: 18px;
          font-family: "neo-sans", sans-serif;
          font-weight: 400; }
  #home #program .progress-bar {
    width: 240px;
    height: 14px;
    border: 2px solid #A6CF4D;
    border-radius: 14px;
    position: relative;
    margin: 20px auto; }
    @media screen and (min-width: 1200px) {
      #home #program .progress-bar {
        margin: 50px auto; } }
    #home #program .progress-bar .progress-meter {
      width: 0px;
      height: 14px;
      position: absolute;
      top: -2px;
      left: 0px;
      background-color: #A6CF4D;
      border: 2px solid #A6CF4D;
      border-radius: 14px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #home #program .progress-bar .arrow {
      width: 12px;
      height: 12px;
      border-left: 3px solid #A6ADB4;
      border-bottom: 3px solid #A6ADB4;
      border-radius: 2px;
      position: absolute;
      top: 0px;
      cursor: pointer; }
      #home #program .progress-bar .arrow:hover {
        border-left: 3px solid #000000;
        border-bottom: 3px solid #000000; }
      #home #program .progress-bar .arrow.arrow-left {
        left: -25px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      #home #program .progress-bar .arrow.arrow-right {
        right: -25px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg); }
