/* all */
.page .hero {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

/* TaVoA */

.paragraph.header--type--TaVoA .hero .image-container {
  width: 1280px;
  height: 680px;
}

.paragraph.header--type--TaVoA .hero .image-container.hero-align-right {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -1);
}

.paragraph.header--type--TaVoA .hero .image-container.hero-align-center {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -0.5);
}

@media (min-width: 1281px) {

  .paragraph.header--type--TaVoA .hero .image-container {
    width: 1920px;
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-right {
    left: calc( ( 1920px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-center {
    left: calc( ( 1920px - 100vw ) * -0.5);
  }
}

@media (min-width: 1921px) {

  .paragraph.header--type--TaVoA .hero .image-container {
    width: 4096px;
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-right {
    left: calc( ( 4096px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-center {
    left: calc( ( 4096px - 100vw ) * -0.5);
  }
}

.paragraph.header--type--TaVoA .mood-boxes__wrapper {
  height: 680px;
  position: relative;
  top: -680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--TaVoA .mood-boxes__inner-wrapper {
  position: relative;
}

.paragraph.header--type--TaVoA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.paragraph.header--type--TaVoA .mood-boxes__box {
  padding: 40px 40px 60px;
  box-sizing: border-box;
  width: 326px;
  height: 326px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

/* TaVmA */

.paragraph.header--type--TaVmA .hero .image-container {
  width: 1280px;
  height: 680px;
}

.paragraph.header--type--TaVmA .hero .image-container.hero-align-right {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -1);
}

.paragraph.header--type--TaVmA .hero .image-container.hero-align-center {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -0.5);
}

@media (min-width: 1281px) {

  .paragraph.header--type--TaVmA .hero .image-container {
    width: 1920px;
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-right {
    left: calc( ( 1920px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-center {
    left: calc( ( 1920px - 100vw ) * -0.5);
  }
}

@media (min-width: 1921px) {

  .paragraph.header--type--TaVmA .hero .image-container {
    width: 4096px;
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-right {
    left: calc( ( 4096px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-center {
    left: calc( ( 4096px - 100vw ) * -0.5);
  }
}

.paragraph.header--type--TaVmA .mood-boxes__wrapper {
  height: 680px;
  position: relative;
  top: -680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--TaVmA .mood-boxes__inner-wrapper {
  position: relative;
}

.paragraph.header--type--TaVmA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.paragraph.header--type--TaVmA .mood-boxes__box {
  padding: 40px 40px 60px;
  box-sizing: border-box;
  width: 326px;
  height: 326px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

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

.paragraph.header--type--TaVmA .mood-boxes__line {
  animation: dash 0.3s linear forwards;
}

.paragraph.header--type--TaVmA .mood-boxes__line-1 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.60s !important;
}
.paragraph.header--type--TaVmA .mood-boxes__line-2 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.9s !important;
}
.paragraph.header--type--TaVmA .mood-boxes__line-3 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
}
.paragraph.header--type--TaVmA .mood-boxes__line-4 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.3s !important;
}

/* nTmA */

.paragraph.header--type--nTmA .hero {
  height: 400px;
}

.paragraph.header--type--nTmA .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;
}

.paragraph.header--type--nTmA .mood-seven {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 680px;
}

.paragraph.header--type--nTmA .mood-seven__box-wrapper {
  position: absolute;
  top: 8.5px;
  left: 8.5px;
  z-index: -1;
  height: calc( 100% - 34px);
  width: calc( 100% - 34px);
}

:root {
  --mood-seven-height: 646px;
  --mood-seven-width: calc( 100vw - 34px);
}

.paragraph.header--type--nTmA .mood-seven__box {
  height: 100%;
  width: 100%;
  animation-name: ntmabox;
  animation-duration: 750ms;
  animation-delay: 1750ms;
  animation-fill-mode: forwards;
  position: relative;
}

.paragraph.header--type--nTmA .mood-seven__box-shape {
  /*stroke-dasharray: 165%;*/
  /*stroke-dashoffset: 200%;*/
}
@keyframes square {
 to {
  stroke-dashoffset:0
 }
}

@media(min-width: 1080px) {
  @keyframes ntmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 1080px) / 2 + 17px + 198px );
      top: 76.5px;
    }
  }
}
@media(min-width: 720px)and (max-width: 1079px) {
 @keyframes ntmabox {
  from {
   left: 0;
   top: 0;
  }
  to {
   left: calc((100vw - 720px) / 2 + 17px + 198px );
   top: 76.5px;
  }
 }
}
@media screen and (max-width: 719px) {
  @keyframes ntmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 360px) / 2 + 161px );
      top: 333.5px;
    }
  }
}

.paragraph.header--type--nTmA .mood-seven__box-shape-1 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 300ms;
  stroke-dasharray: var(--mood-seven-width);
  stroke-dashoffset: var(--mood-seven-width);
  
}
.paragraph.header--type--nTmA .mood-seven__box-shape-2 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 600ms;
  stroke-dasharray: var(--mood-seven-height);
  stroke-dashoffset: var(--mood-seven-height);
}
.paragraph.header--type--nTmA .mood-seven__box-shape-3 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 900ms;
  stroke-dasharray: var(--mood-seven-width);
  stroke-dashoffset: var(--mood-seven-width);
}
.paragraph.header--type--nTmA .mood-seven__box-shape-4 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 1200ms;
  stroke-dasharray: var(--mood-seven-height);
  stroke-dashoffset: var(--mood-seven-height);
}

.paragraph.header--type--nTmA .mood-seven__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.paragraph.header--type--nTmA .mood-seven::after {
  content: "";
  position: absolute;
  top: -263px;
  right: calc( 100vw / 2);
  width: 100vw;
  height: 400px;
  z-index: -2;
  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;
}

@media (min-width: 736px) {
  
  .paragraph.header--type--nTmA .mood-seven::after {
    right: calc( 100vw / 2 + 24px );
    top: -117px;
  }
  
}


@media (min-width: 1096px) {
  
  .paragraph.header--type--nTmA .mood-seven::after {
    right: calc( (100vw - 1080px) / 2 + 745px);
    top: -117px;
  }
  
}

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

/* kBmA */

.paragraph.header--type--kBmA .mood-boxes {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--kBmA .mood-boxes__inner-wrapper {
  position: relative;
}

.paragraph.header--type--kBmA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.paragraph.header--type--kBmA .mood-boxes__image {
  box-sizing: border-box;
  width: 326px;
  height: 326px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

.paragraph.header--type--kBmA .mood-boxes__line {
  animation: dash 0.3s linear forwards;
}

.paragraph.header--type--kBmA .mood-boxes__line-1 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.60s !important;
}
.paragraph.header--type--kBmA .mood-boxes__line-2 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.9s !important;
}
.paragraph.header--type--kBmA .mood-boxes__line-3 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
}
.paragraph.header--type--kBmA .mood-boxes__line-4 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.3s !important;
}

.paragraph.header--type--kBmA .mood-boxes .ba12col-wrapper .ba12 .content-wrapper {
  min-height: 362.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: -36.5px;
}

/* gBmA */

@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)
    }
  }
}







.paragraph.header--type--gBmA .hero {
  height: 400px;
}

.paragraph.header--type--gBmA .mood-seven {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 680px;
}

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

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

.paragraph.header--type--gBmA .mood-seven__box-shape {
 stroke-dasharray:200%;
 stroke-dashoffset:200%
}

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

.paragraph.header--type--gBmA .mood-seven__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.paragraph.header--type--gBmA .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) {
  
  .paragraph.header--type--gBmA .mood-seven::after {
    right: calc( 100vw / 2 );
  }
  
}


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

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

.paragraph.header--type--gBmA .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;
}

.paragraph.header--type--gBmA .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) {
  .paragraph.header--type--gBmA .mood-seven__background picture img {
    right: calc( 100vw / 2 + 17px);
  }
}
@media(min-width: 1080px) {
  .paragraph.header--type--gBmA .mood-seven__background picture img {
    right: calc( 100vw / 2 + 197px);
  }
}

/* frontpage */

