@media(min-width: 1080px) {
  @keyframes gbmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 1080px) / 2 + 17px );
      top: 49.5px;
    }
  }
  @keyframes gbmafade {
    from {
      opacity:0;
      transform:translateX(-50px)
    }
    to {
      opacity:1;
      transform:translateX(0)
    }
  }
}
@media(min-width: 720px)and (max-width: 1079px) {
  @keyframes gbmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 720px) / 2 + 17px + 198px );
      top: 49.5px;
    }
  }
  @keyframes gbmafade {
    from {
      opacity:0;
      transform:translateX(-50px)
    }
    to {
      opacity:1;
      transform: translateX(188px)
    }
  }
}
@media screen and (max-width: 719px) {
  @keyframes gbmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 360px) / 2 - 68px );
      top: 52.5px;
    }
  }
  @keyframes gbmafade {
    from {
      opacity:0;
      transform:translateX(-50px)
    }
    to {
      opacity:1;
      transform:translateX(17px)
    }
  }
}

@keyframes square {
 to {
  stroke-dashoffset:0
 }
}





.course-full .hero {
  height: 400px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.course-full .mood-seven {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 680px;
}

.course-full .mood-seven__box-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 90%;
  width: 90%;
}

.course-full .mood-seven__box {
  height: 100%;
  width: 100%;
  animation-name: gbmabox;
  animation-duration: 750ms;
  animation-delay: 1750ms;
  animation-fill-mode: forwards;
  position: relative;
}

.course-full .mood-seven__box-shape {
 stroke-dasharray:200%;
 stroke-dashoffset:200%
}

.course-full .mood-seven__box-shape-1 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:0ms;
 animation-fill-mode:forwards
}
.course-full .mood-seven__box-shape-2 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:500ms;
 animation-fill-mode:forwards
}
.course-full .mood-seven__box-shape-3 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:750ms;
 animation-fill-mode:forwards
}
.course-full .mood-seven__box-shape-4 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:1250ms;
 animation-fill-mode:forwards
}

.course-full .mood-seven__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.course-full .mood-seven::after {
  content: "";
  position: absolute;
  top: -209px;
  right: calc( 100vw / 2 - 163px);
  width: 100vw;
  height: 680px;
  z-index: -2;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  animation-name: gbmafade;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-fill-mode: forwards;
}

@media (min-width: 736px) {
  
  .course-full .mood-seven::after {
    right: calc( 100vw / 2 );
  }
  
}


@media (min-width: 1096px) {
  
  .course-full .mood-seven::after {
    right: calc( (100vw - 1080px) / 2 + 745px);
  }
  
}

@keyframes fade {
 from {
  opacity:0;
  transform:translateX(-50px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}

.course-full .hero .mood-seven .mood-seven__wrapper .mood-seven__content .content-wrapper {
  /*align-items: center;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
}

@media screen and (max-width: 719px) {
  
  .course-full .hero .mood-seven .mood-seven__wrapper .mood-seven__content .content-wrapper {
    width: 86%;
  }
  
  .course-full .hero .mood-seven .mood-seven__wrapper .mood-seven__content .content-wrapper h1 {
    font-size: 32px;
  }
  
  .course-full .hero .mood-seven .mood-seven__wrapper .mood-seven__content .content-wrapper .semi-h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
}

.course-full .mood-seven__background picture img {
  object-fit: cover;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  animation-name: fade;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-fill-mode: forwards;
  position: absolute;
  top: -350px;
  right: calc( 100vw / 2 + 180px);
  width: 1280px;
  height: 680px;
  z-index: -2;
}


@media(min-width: 720px)and (max-width: 1079px) {
  .course-full .mood-seven__background picture img {
    right: calc( 100vw / 2 + 17px);
  }
}
@media(min-width: 1080px) {
  .course-full .mood-seven__background picture img {
    right: calc( 100vw / 2 + 197px);
  }
}

/* OLD */

.course.course-full .hero .hero-img .hero-content-wrapper.ba11 .hero-info-box {
  display: block;
  padding: 17px;
  background-color: rgba(255,255,255,0.85);
  margin-top: 90px;
  transition: all .4s;
}

.course.course-full .hero .hero-img .hero-content-wrapper.ba11 .hero-info-box-sloop {
  border-left: 506px solid rgba(255,255,255,0.85);
  border-bottom: 40px solid transparent;
  transition: all .4s;
}