@charset "UTF-8";
.p-hero__ttl span {
  display: block;
  -webkit-transform: scale(2.5) rotate(410deg);
  transform: scale(2.5) rotate(410deg);
  opacity: 0;
}

.is-load .p-hero__ttl span {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
  -webkit-transition: 0.7s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.7s cubic-bezier(0.87, 0, 0.13, 1);
}

.is-load .p-hero::before {
  -webkit-animation: buruburu 0.07s 2.5 .62s;
  animation: buruburu 0.07s 2.5 .62s;
}

.is-load .p-hero__bg-ink {
  -webkit-animation: buruburu 0.07s 2.5 .62s;
  animation: buruburu 0.07s 2.5 .62s;
}

.p-hero__bg-parts--1 {
  -webkit-transform: scale(2) translateY(-101%);
  transform: scale(2) translateY(-101%);
}

.is-load .p-hero__bg-parts--1 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-hero__bg-parts--3 {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

.is-load .p-hero__bg-parts--3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-load .p-hero__bg-parts img {
  animation: buruburu 0.07s 2.5 .62s reverse;
}

.l-sns__list-item {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  opacity: 0;
}

.is-load .l-sns__list-item {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.05, 0.265, 1.75) 1s;
  transition: 0.4s cubic-bezier(0.68, -0.05, 0.265, 1.75) 1s;
}

.is-load .l-sns__list-item:nth-of-type(1) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-load .l-sns__list-item:nth-of-type(2) {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.is-load .l-sns__list-item:nth-of-type(3) {
  -webkit-transition-delay: 0.91s;
  transition-delay: 0.91s;
}

.is-load .l-sns__list-item:nth-of-type(4) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}

.l-entry__btn {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.is-load .l-entry__btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s 1.3s, 0.4s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.3s;
  transition: opacity 0.4s 1.3s, 0.4s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.3s;
  transition: 0.4s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.3s, opacity 0.4s 1.3s;
  transition: 0.4s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.3s, opacity 0.4s 1.3s, 0.4s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.3s;
}

.is-scroll .l-entry__btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s 0s, 0.4s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: opacity 0.4s 0s, 0.4s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
  transition: 0.4s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s, opacity 0.4s 0s;
  transition: 0.4s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s, opacity 0.4s 0s, 0.4s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0s;
}

.l-scroll {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  opacity: 0;
}

.is-load .l-scroll {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s 1.6s, 0.5s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.6s;
  transition: opacity 0.5s 1.6s, 0.5s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.6s;
  transition: 0.5s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.6s, opacity 0.5s 1.6s;
  transition: 0.5s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.6s, opacity 0.5s 1.6s, 0.5s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 1.6s;
}

.l-section__bg {
  overflow: hidden;
  white-space: nowrap;
}

.l-section__bg-item {
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  overflow: hidden;
}

.is-active .l-section__bg-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s .05s;
  transition: -webkit-transform 1s .05s;
  transition: transform 1s .05s;
  transition: transform 1s .05s, -webkit-transform 1s .05s;
}

.l-section__bg-text {
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
}

.is-active .l-section__bg-text {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s .05s;
  transition: -webkit-transform 1s .05s;
  transition: transform 1s .05s;
  transition: transform 1s .05s, -webkit-transform 1s .05s;
}

.l-section__cont {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.is-active .l-section__cont {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.4s, 0.6s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.4s;
  transition: opacity 0.6s 0.4s, 0.6s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.4s;
  transition: 0.6s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.4s, opacity 0.6s 0.4s;
  transition: 0.6s transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.4s, opacity 0.6s 0.4s, 0.6s -webkit-transform cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.4s;
}

.is-active .l-section__cont.-no-delay {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.l-section__ttl {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.is-active .l-section__ttl {
  -webkit-animation: ttl_in 1.5s linear both .1s;
  animation: ttl_in 1.5s linear both .1s;
}

.p-statement__text-line > span {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: 0% 60%;
  transform-origin: 0% 60%;
  opacity: 0;
}

.is-active .p-statement__text-line > span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.is-active .p-statement__text-line {
  -webkit-transition: background-size 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  transition: background-size 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  background-position: 0 100%;
  background-size: 100% 100%;
}

.is-active .p-statement__text-line:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(15) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(16) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(17) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(18) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(19) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(20) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(21) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(22) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(23) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(24) {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(25) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(26) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}

.is-active .p-statement__text-line:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.31s;
  transition-delay: 0.31s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.43s;
  transition-delay: 0.43s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.47s;
  transition-delay: 0.47s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.59s;
  transition-delay: 0.59s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.67s;
  transition-delay: 0.67s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(15) {
  -webkit-transition-delay: 0.71s;
  transition-delay: 0.71s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(16) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(17) {
  -webkit-transition-delay: 0.79s;
  transition-delay: 0.79s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(18) {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(19) {
  -webkit-transition-delay: 0.87s;
  transition-delay: 0.87s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(20) {
  -webkit-transition-delay: 0.91s;
  transition-delay: 0.91s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(21) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(22) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.03s;
  transition-delay: 1.03s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.07s;
  transition-delay: 1.07s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.19s;
  transition-delay: 1.19s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.23s;
  transition-delay: 1.23s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.27s;
  transition-delay: 1.27s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.31s;
  transition-delay: 1.31s;
}

.is-active .p-statement__text-line:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(15) {
  -webkit-transition-delay: 0.86s;
  transition-delay: 0.86s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(16) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(17) {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(18) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.26s;
  transition-delay: 1.26s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.34s;
  transition-delay: 1.34s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.42s;
  transition-delay: 1.42s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.46s;
  transition-delay: 1.46s;
}

.is-active .p-statement__text-line:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.53s;
  transition-delay: 0.53s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.57s;
  transition-delay: 0.57s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.61s;
  transition-delay: 0.61s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.73s;
  transition-delay: 0.73s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.77s;
  transition-delay: 0.77s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.81s;
  transition-delay: 0.81s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.89s;
  transition-delay: 0.89s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.93s;
  transition-delay: 0.93s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.97s;
  transition-delay: 0.97s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.01s;
  transition-delay: 1.01s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.09s;
  transition-delay: 1.09s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.13s;
  transition-delay: 1.13s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.17s;
  transition-delay: 1.17s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.21s;
  transition-delay: 1.21s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.29s;
  transition-delay: 1.29s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.33s;
  transition-delay: 1.33s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.37s;
  transition-delay: 1.37s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.41s;
  transition-delay: 1.41s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.49s;
  transition-delay: 1.49s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.53s;
  transition-delay: 1.53s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.57s;
  transition-delay: 1.57s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.61s;
  transition-delay: 1.61s;
}

.is-active .p-statement__text-line:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.48s;
  transition-delay: 1.48s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.64s;
  transition-delay: 1.64s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.72s;
  transition-delay: 1.72s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}

.is-active .p-statement__text-line:nth-of-type(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.79s;
  transition-delay: 0.79s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.87s;
  transition-delay: 0.87s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.91s;
  transition-delay: 0.91s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.03s;
  transition-delay: 1.03s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.07s;
  transition-delay: 1.07s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.19s;
  transition-delay: 1.19s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.23s;
  transition-delay: 1.23s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.27s;
  transition-delay: 1.27s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.31s;
  transition-delay: 1.31s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.39s;
  transition-delay: 1.39s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.43s;
  transition-delay: 1.43s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.47s;
  transition-delay: 1.47s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.51s;
  transition-delay: 1.51s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.59s;
  transition-delay: 1.59s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.63s;
  transition-delay: 1.63s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.67s;
  transition-delay: 1.67s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.71s;
  transition-delay: 1.71s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.79s;
  transition-delay: 1.79s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.83s;
  transition-delay: 1.83s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.87s;
  transition-delay: 1.87s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.91s;
  transition-delay: 1.91s;
}

.is-active .p-statement__text-line:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.26s;
  transition-delay: 1.26s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.34s;
  transition-delay: 1.34s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.42s;
  transition-delay: 1.42s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.46s;
  transition-delay: 1.46s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.54s;
  transition-delay: 1.54s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.58s;
  transition-delay: 1.58s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.62s;
  transition-delay: 1.62s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.66s;
  transition-delay: 1.66s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.74s;
  transition-delay: 1.74s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.82s;
  transition-delay: 1.82s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.02s;
  transition-delay: 2.02s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.06s;
  transition-delay: 2.06s;
}

.is-active .p-statement__text-line:nth-of-type(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.09s;
  transition-delay: 1.09s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.13s;
  transition-delay: 1.13s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.17s;
  transition-delay: 1.17s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.21s;
  transition-delay: 1.21s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.29s;
  transition-delay: 1.29s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.33s;
  transition-delay: 1.33s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.37s;
  transition-delay: 1.37s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.41s;
  transition-delay: 1.41s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.49s;
  transition-delay: 1.49s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.53s;
  transition-delay: 1.53s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.57s;
  transition-delay: 1.57s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.61s;
  transition-delay: 1.61s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.69s;
  transition-delay: 1.69s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.73s;
  transition-delay: 1.73s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.77s;
  transition-delay: 1.77s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.81s;
  transition-delay: 1.81s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.89s;
  transition-delay: 1.89s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.93s;
  transition-delay: 1.93s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.97s;
  transition-delay: 1.97s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.01s;
  transition-delay: 2.01s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.09s;
  transition-delay: 2.09s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.13s;
  transition-delay: 2.13s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.17s;
  transition-delay: 2.17s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.21s;
  transition-delay: 2.21s;
}

.is-active .p-statement__text-line:nth-of-type(9) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.48s;
  transition-delay: 1.48s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.64s;
  transition-delay: 1.64s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.72s;
  transition-delay: 1.72s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.88s;
  transition-delay: 1.88s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.96s;
  transition-delay: 1.96s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.04s;
  transition-delay: 2.04s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.08s;
  transition-delay: 2.08s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.12s;
  transition-delay: 2.12s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.16s;
  transition-delay: 2.16s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.24s;
  transition-delay: 2.24s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.28s;
  transition-delay: 2.28s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.32s;
  transition-delay: 2.32s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.36s;
  transition-delay: 2.36s;
}

.is-active .p-statement__text-line:nth-of-type(10) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.39s;
  transition-delay: 1.39s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.43s;
  transition-delay: 1.43s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.47s;
  transition-delay: 1.47s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.51s;
  transition-delay: 1.51s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.59s;
  transition-delay: 1.59s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.63s;
  transition-delay: 1.63s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.67s;
  transition-delay: 1.67s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.71s;
  transition-delay: 1.71s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.79s;
  transition-delay: 1.79s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.83s;
  transition-delay: 1.83s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.87s;
  transition-delay: 1.87s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.91s;
  transition-delay: 1.91s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.99s;
  transition-delay: 1.99s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.03s;
  transition-delay: 2.03s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.07s;
  transition-delay: 2.07s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.11s;
  transition-delay: 2.11s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.19s;
  transition-delay: 2.19s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.23s;
  transition-delay: 2.23s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.27s;
  transition-delay: 2.27s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.31s;
  transition-delay: 2.31s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.39s;
  transition-delay: 2.39s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.43s;
  transition-delay: 2.43s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.47s;
  transition-delay: 2.47s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.51s;
  transition-delay: 2.51s;
}

.is-active .p-statement__text-line:nth-of-type(11) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.54s;
  transition-delay: 1.54s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.58s;
  transition-delay: 1.58s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.62s;
  transition-delay: 1.62s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.66s;
  transition-delay: 1.66s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.74s;
  transition-delay: 1.74s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.82s;
  transition-delay: 1.82s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.02s;
  transition-delay: 2.02s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.06s;
  transition-delay: 2.06s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.14s;
  transition-delay: 2.14s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.18s;
  transition-delay: 2.18s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.22s;
  transition-delay: 2.22s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.26s;
  transition-delay: 2.26s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.34s;
  transition-delay: 2.34s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.38s;
  transition-delay: 2.38s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.42s;
  transition-delay: 2.42s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.46s;
  transition-delay: 2.46s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.54s;
  transition-delay: 2.54s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.58s;
  transition-delay: 2.58s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.62s;
  transition-delay: 2.62s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.66s;
  transition-delay: 2.66s;
}

.is-active .p-statement__text-line:nth-of-type(12) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.69s;
  transition-delay: 1.69s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.73s;
  transition-delay: 1.73s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.77s;
  transition-delay: 1.77s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.81s;
  transition-delay: 1.81s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.89s;
  transition-delay: 1.89s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.93s;
  transition-delay: 1.93s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.97s;
  transition-delay: 1.97s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.01s;
  transition-delay: 2.01s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.09s;
  transition-delay: 2.09s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.13s;
  transition-delay: 2.13s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.17s;
  transition-delay: 2.17s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.21s;
  transition-delay: 2.21s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.29s;
  transition-delay: 2.29s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.33s;
  transition-delay: 2.33s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.37s;
  transition-delay: 2.37s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.41s;
  transition-delay: 2.41s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.49s;
  transition-delay: 2.49s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.53s;
  transition-delay: 2.53s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.57s;
  transition-delay: 2.57s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.61s;
  transition-delay: 2.61s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.69s;
  transition-delay: 2.69s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.73s;
  transition-delay: 2.73s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.77s;
  transition-delay: 2.77s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.81s;
  transition-delay: 2.81s;
}

.is-active .p-statement__text-line:nth-of-type(13) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.88s;
  transition-delay: 1.88s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.96s;
  transition-delay: 1.96s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(6) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.04s;
  transition-delay: 2.04s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.08s;
  transition-delay: 2.08s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.12s;
  transition-delay: 2.12s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.16s;
  transition-delay: 2.16s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.24s;
  transition-delay: 2.24s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.28s;
  transition-delay: 2.28s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.32s;
  transition-delay: 2.32s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.36s;
  transition-delay: 2.36s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.44s;
  transition-delay: 2.44s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.48s;
  transition-delay: 2.48s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.52s;
  transition-delay: 2.52s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.56s;
  transition-delay: 2.56s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.64s;
  transition-delay: 2.64s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.68s;
  transition-delay: 2.68s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.72s;
  transition-delay: 2.72s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.76s;
  transition-delay: 2.76s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.84s;
  transition-delay: 2.84s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.88s;
  transition-delay: 2.88s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.92s;
  transition-delay: 2.92s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.96s;
  transition-delay: 2.96s;
}

.is-active .p-statement__text-line:nth-of-type(14) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.99s;
  transition-delay: 1.99s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.03s;
  transition-delay: 2.03s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.07s;
  transition-delay: 2.07s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.11s;
  transition-delay: 2.11s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.19s;
  transition-delay: 2.19s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.23s;
  transition-delay: 2.23s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.27s;
  transition-delay: 2.27s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.31s;
  transition-delay: 2.31s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.39s;
  transition-delay: 2.39s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.43s;
  transition-delay: 2.43s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.47s;
  transition-delay: 2.47s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.51s;
  transition-delay: 2.51s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.59s;
  transition-delay: 2.59s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.63s;
  transition-delay: 2.63s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.67s;
  transition-delay: 2.67s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.71s;
  transition-delay: 2.71s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.79s;
  transition-delay: 2.79s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.83s;
  transition-delay: 2.83s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.87s;
  transition-delay: 2.87s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.91s;
  transition-delay: 2.91s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.99s;
  transition-delay: 2.99s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.03s;
  transition-delay: 3.03s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.07s;
  transition-delay: 3.07s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.11s;
  transition-delay: 3.11s;
}

.is-active .p-statement__text-line:nth-of-type(15) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.14s;
  transition-delay: 2.14s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.18s;
  transition-delay: 2.18s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.22s;
  transition-delay: 2.22s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.26s;
  transition-delay: 2.26s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.34s;
  transition-delay: 2.34s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.38s;
  transition-delay: 2.38s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.42s;
  transition-delay: 2.42s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.46s;
  transition-delay: 2.46s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.54s;
  transition-delay: 2.54s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.58s;
  transition-delay: 2.58s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.62s;
  transition-delay: 2.62s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.66s;
  transition-delay: 2.66s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.74s;
  transition-delay: 2.74s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.78s;
  transition-delay: 2.78s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.82s;
  transition-delay: 2.82s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.86s;
  transition-delay: 2.86s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.94s;
  transition-delay: 2.94s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.98s;
  transition-delay: 2.98s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.02s;
  transition-delay: 3.02s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.06s;
  transition-delay: 3.06s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.14s;
  transition-delay: 3.14s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.18s;
  transition-delay: 3.18s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.22s;
  transition-delay: 3.22s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.26s;
  transition-delay: 3.26s;
}

.is-active .p-statement__text-line:nth-of-type(16) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.29s;
  transition-delay: 2.29s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.33s;
  transition-delay: 2.33s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.37s;
  transition-delay: 2.37s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.41s;
  transition-delay: 2.41s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.49s;
  transition-delay: 2.49s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.53s;
  transition-delay: 2.53s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.57s;
  transition-delay: 2.57s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.61s;
  transition-delay: 2.61s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.69s;
  transition-delay: 2.69s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.73s;
  transition-delay: 2.73s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.77s;
  transition-delay: 2.77s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.81s;
  transition-delay: 2.81s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.89s;
  transition-delay: 2.89s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.93s;
  transition-delay: 2.93s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.97s;
  transition-delay: 2.97s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.01s;
  transition-delay: 3.01s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.09s;
  transition-delay: 3.09s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.13s;
  transition-delay: 3.13s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.17s;
  transition-delay: 3.17s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.21s;
  transition-delay: 3.21s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.29s;
  transition-delay: 3.29s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.33s;
  transition-delay: 3.33s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.37s;
  transition-delay: 3.37s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.41s;
  transition-delay: 3.41s;
}

.is-active .p-statement__text-line:nth-of-type(17) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.44s;
  transition-delay: 2.44s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.48s;
  transition-delay: 2.48s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.52s;
  transition-delay: 2.52s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.56s;
  transition-delay: 2.56s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.64s;
  transition-delay: 2.64s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.68s;
  transition-delay: 2.68s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.72s;
  transition-delay: 2.72s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.76s;
  transition-delay: 2.76s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.84s;
  transition-delay: 2.84s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.88s;
  transition-delay: 2.88s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.92s;
  transition-delay: 2.92s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.96s;
  transition-delay: 2.96s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(16) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.04s;
  transition-delay: 3.04s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.08s;
  transition-delay: 3.08s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.12s;
  transition-delay: 3.12s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.16s;
  transition-delay: 3.16s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.24s;
  transition-delay: 3.24s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.28s;
  transition-delay: 3.28s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.32s;
  transition-delay: 3.32s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.36s;
  transition-delay: 3.36s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.44s;
  transition-delay: 3.44s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.48s;
  transition-delay: 3.48s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.52s;
  transition-delay: 3.52s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.56s;
  transition-delay: 3.56s;
}

.is-active .p-statement__text-line:nth-of-type(18) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.59s;
  transition-delay: 2.59s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.63s;
  transition-delay: 2.63s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.67s;
  transition-delay: 2.67s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.71s;
  transition-delay: 2.71s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.79s;
  transition-delay: 2.79s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.83s;
  transition-delay: 2.83s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.87s;
  transition-delay: 2.87s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.91s;
  transition-delay: 2.91s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.99s;
  transition-delay: 2.99s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(13) {
  -webkit-transition-delay: 3.03s;
  transition-delay: 3.03s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(14) {
  -webkit-transition-delay: 3.07s;
  transition-delay: 3.07s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(15) {
  -webkit-transition-delay: 3.11s;
  transition-delay: 3.11s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(16) {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.19s;
  transition-delay: 3.19s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.23s;
  transition-delay: 3.23s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.27s;
  transition-delay: 3.27s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.31s;
  transition-delay: 3.31s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.39s;
  transition-delay: 3.39s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.43s;
  transition-delay: 3.43s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.47s;
  transition-delay: 3.47s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.51s;
  transition-delay: 3.51s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.59s;
  transition-delay: 3.59s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.63s;
  transition-delay: 3.63s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.67s;
  transition-delay: 3.67s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.71s;
  transition-delay: 3.71s;
}

.is-active .p-statement__text-line:nth-of-type(19) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.74s;
  transition-delay: 2.74s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.78s;
  transition-delay: 2.78s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.82s;
  transition-delay: 2.82s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.86s;
  transition-delay: 2.86s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.94s;
  transition-delay: 2.94s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.98s;
  transition-delay: 2.98s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(9) {
  -webkit-transition-delay: 3.02s;
  transition-delay: 3.02s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(10) {
  -webkit-transition-delay: 3.06s;
  transition-delay: 3.06s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(11) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(12) {
  -webkit-transition-delay: 3.14s;
  transition-delay: 3.14s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(13) {
  -webkit-transition-delay: 3.18s;
  transition-delay: 3.18s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(14) {
  -webkit-transition-delay: 3.22s;
  transition-delay: 3.22s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(15) {
  -webkit-transition-delay: 3.26s;
  transition-delay: 3.26s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(16) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.34s;
  transition-delay: 3.34s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.38s;
  transition-delay: 3.38s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.42s;
  transition-delay: 3.42s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.46s;
  transition-delay: 3.46s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.54s;
  transition-delay: 3.54s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.58s;
  transition-delay: 3.58s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.62s;
  transition-delay: 3.62s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.66s;
  transition-delay: 3.66s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.74s;
  transition-delay: 3.74s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.78s;
  transition-delay: 3.78s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.82s;
  transition-delay: 3.82s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.86s;
  transition-delay: 3.86s;
}

.is-active .p-statement__text-line:nth-of-type(20) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.89s;
  transition-delay: 2.89s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.93s;
  transition-delay: 2.93s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.97s;
  transition-delay: 2.97s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(5) {
  -webkit-transition-delay: 3.01s;
  transition-delay: 3.01s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(6) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(7) {
  -webkit-transition-delay: 3.09s;
  transition-delay: 3.09s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(8) {
  -webkit-transition-delay: 3.13s;
  transition-delay: 3.13s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(9) {
  -webkit-transition-delay: 3.17s;
  transition-delay: 3.17s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(10) {
  -webkit-transition-delay: 3.21s;
  transition-delay: 3.21s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(11) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(12) {
  -webkit-transition-delay: 3.29s;
  transition-delay: 3.29s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(13) {
  -webkit-transition-delay: 3.33s;
  transition-delay: 3.33s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(14) {
  -webkit-transition-delay: 3.37s;
  transition-delay: 3.37s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(15) {
  -webkit-transition-delay: 3.41s;
  transition-delay: 3.41s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(16) {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.49s;
  transition-delay: 3.49s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.53s;
  transition-delay: 3.53s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.57s;
  transition-delay: 3.57s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.61s;
  transition-delay: 3.61s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.69s;
  transition-delay: 3.69s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.73s;
  transition-delay: 3.73s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.77s;
  transition-delay: 3.77s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.81s;
  transition-delay: 3.81s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.89s;
  transition-delay: 3.89s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.93s;
  transition-delay: 3.93s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.97s;
  transition-delay: 3.97s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(30) {
  -webkit-transition-delay: 4.01s;
  transition-delay: 4.01s;
}

/*============================
  hero
============================*/
.p-hero {
  position: relative;
  background: #000000;
  height: 100vh;
  overflow: hidden;
}

.p-hero img {
  width: 100%;
}

.p-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/hero/bg_pattern.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 86.6%;
  max-width: 553px;
  height: 100%;
}

.p-hero__ttl {
  position: relative;
}

.p-hero__ttl img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-hero__sub {
  position: absolute;
  right: 0;
  bottom: 25%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.p-hero__sub-text {
  position: relative;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: clamp(14.4px, 4.8vw, 21.6px);
  line-height: 1.9;
}

.is-load .p-hero__sub-text {
  opacity: 1;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.p-hero__add {
  position: absolute;
  top: 15%;
  left: 10%;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), transform 1.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  width: 15%;
  max-width: 230px;
  height: auto;
}

.is-load .p-hero__add {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.p-hero__bnr {
  position: absolute;
  right: 10%;
  bottom: 2.0%;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.75s cubic-bezier(0.19, 1, 0.22, 1), transform 1.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1);
  width: 20%;
  max-width: 320px;
  height: auto;
}

.is-load .p-hero__bnr {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

/*============================
  statement
============================*/
.p-statement__wrapper {
  padding: 78px 0 52px;
}

.p-statement__text {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  font-size: clamp(14.4px, 4.8vw, 21.6px);
  line-height: 1.9;
}

.p-statement__text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, #000000), to(#ffffff)) no-repeat;
  background: linear-gradient(#000000 99%, #ffffff 100%) no-repeat;
  background-position: 100% 0;
  background-size: 0% 100%;
  padding: 0 10px;
}

.p-statement__text-line > span {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: 0% 60%;
  transform-origin: 0% 60%;
  opacity: 0;
}

.is-active .p-statement__text-line > span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  transition: cubic-bezier(0.68, -0.05, 0.265, 1.75) 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.is-active .p-statement__text-line > span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-active .p-statement__text-line > span:nth-of-type(2) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.is-active .p-statement__text-line > span:nth-of-type(3) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.is-active .p-statement__text-line > span:nth-of-type(4) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.is-active .p-statement__text-line > span:nth-of-type(5) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.is-active .p-statement__text-line > span:nth-of-type(6) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-active .p-statement__text-line > span:nth-of-type(7) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.is-active .p-statement__text-line > span:nth-of-type(8) {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.is-active .p-statement__text-line > span:nth-of-type(9) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.is-active .p-statement__text-line > span:nth-of-type(10) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.is-active .p-statement__text-line > span:nth-of-type(11) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-active .p-statement__text-line > span:nth-of-type(12) {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}

.is-active .p-statement__text-line > span:nth-of-type(13) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.is-active .p-statement__text-line > span:nth-of-type(14) {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}

.is-active .p-statement__text-line > span:nth-of-type(15) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.is-active .p-statement__text-line > span:nth-of-type(16) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-active .p-statement__text-line > span:nth-of-type(17) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.is-active .p-statement__text-line > span:nth-of-type(18) {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}

.is-active .p-statement__text-line > span:nth-of-type(19) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

.is-active .p-statement__text-line > span:nth-of-type(20) {
  -webkit-transition-delay: 0.57s;
  transition-delay: 0.57s;
}

.is-active .p-statement__text-line {
  -webkit-transition: background-size 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  transition: background-size 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  background-position: 0 100%;
  background-size: 100% 100%;
}

.is-active .p-statement__text-line:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(15) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(16) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(17) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(18) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(19) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(20) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(21) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(22) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(23) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(24) {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(25) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(26) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}

.is-active .p-statement__text-line:nth-of-type(1) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}

.is-active .p-statement__text-line:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.31s;
  transition-delay: 0.31s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.39s;
  transition-delay: 0.39s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.43s;
  transition-delay: 0.43s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.47s;
  transition-delay: 0.47s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.59s;
  transition-delay: 0.59s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.67s;
  transition-delay: 0.67s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(15) {
  -webkit-transition-delay: 0.71s;
  transition-delay: 0.71s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(16) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(17) {
  -webkit-transition-delay: 0.79s;
  transition-delay: 0.79s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(18) {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(19) {
  -webkit-transition-delay: 0.87s;
  transition-delay: 0.87s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(20) {
  -webkit-transition-delay: 0.91s;
  transition-delay: 0.91s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(21) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(22) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.03s;
  transition-delay: 1.03s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.07s;
  transition-delay: 1.07s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.19s;
  transition-delay: 1.19s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.23s;
  transition-delay: 1.23s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.27s;
  transition-delay: 1.27s;
}

.is-active .p-statement__text-line:nth-of-type(2) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.31s;
  transition-delay: 1.31s;
}

.is-active .p-statement__text-line:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(15) {
  -webkit-transition-delay: 0.86s;
  transition-delay: 0.86s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(16) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(17) {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(18) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.26s;
  transition-delay: 1.26s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.34s;
  transition-delay: 1.34s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.42s;
  transition-delay: 1.42s;
}

.is-active .p-statement__text-line:nth-of-type(3) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.46s;
  transition-delay: 1.46s;
}

.is-active .p-statement__text-line:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.53s;
  transition-delay: 0.53s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.57s;
  transition-delay: 0.57s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.61s;
  transition-delay: 0.61s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.69s;
  transition-delay: 0.69s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.73s;
  transition-delay: 0.73s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.77s;
  transition-delay: 0.77s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.81s;
  transition-delay: 0.81s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(11) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(12) {
  -webkit-transition-delay: 0.89s;
  transition-delay: 0.89s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(13) {
  -webkit-transition-delay: 0.93s;
  transition-delay: 0.93s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(14) {
  -webkit-transition-delay: 0.97s;
  transition-delay: 0.97s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.01s;
  transition-delay: 1.01s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.09s;
  transition-delay: 1.09s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.13s;
  transition-delay: 1.13s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.17s;
  transition-delay: 1.17s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.21s;
  transition-delay: 1.21s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.29s;
  transition-delay: 1.29s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.33s;
  transition-delay: 1.33s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.37s;
  transition-delay: 1.37s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.41s;
  transition-delay: 1.41s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.49s;
  transition-delay: 1.49s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.53s;
  transition-delay: 1.53s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.57s;
  transition-delay: 1.57s;
}

.is-active .p-statement__text-line:nth-of-type(4) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.61s;
  transition-delay: 1.61s;
}

.is-active .p-statement__text-line:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(8) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(9) {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(10) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.48s;
  transition-delay: 1.48s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.64s;
  transition-delay: 1.64s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.72s;
  transition-delay: 1.72s;
}

.is-active .p-statement__text-line:nth-of-type(5) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}

.is-active .p-statement__text-line:nth-of-type(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.79s;
  transition-delay: 0.79s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.83s;
  transition-delay: 0.83s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(4) {
  -webkit-transition-delay: 0.87s;
  transition-delay: 0.87s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(5) {
  -webkit-transition-delay: 0.91s;
  transition-delay: 0.91s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(6) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(7) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.03s;
  transition-delay: 1.03s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.07s;
  transition-delay: 1.07s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.11s;
  transition-delay: 1.11s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.19s;
  transition-delay: 1.19s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.23s;
  transition-delay: 1.23s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.27s;
  transition-delay: 1.27s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.31s;
  transition-delay: 1.31s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.39s;
  transition-delay: 1.39s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.43s;
  transition-delay: 1.43s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.47s;
  transition-delay: 1.47s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.51s;
  transition-delay: 1.51s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.59s;
  transition-delay: 1.59s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.63s;
  transition-delay: 1.63s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.67s;
  transition-delay: 1.67s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.71s;
  transition-delay: 1.71s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.79s;
  transition-delay: 1.79s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.83s;
  transition-delay: 1.83s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(29) {
  -webkit-transition-delay: 1.87s;
  transition-delay: 1.87s;
}

.is-active .p-statement__text-line:nth-of-type(6) > span:nth-of-type(30) {
  -webkit-transition-delay: 1.91s;
  transition-delay: 1.91s;
}

.is-active .p-statement__text-line:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(1) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(2) {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(3) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.26s;
  transition-delay: 1.26s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.34s;
  transition-delay: 1.34s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.42s;
  transition-delay: 1.42s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.46s;
  transition-delay: 1.46s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.54s;
  transition-delay: 1.54s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.58s;
  transition-delay: 1.58s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.62s;
  transition-delay: 1.62s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.66s;
  transition-delay: 1.66s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.74s;
  transition-delay: 1.74s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.82s;
  transition-delay: 1.82s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(25) {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(26) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(27) {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(28) {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.02s;
  transition-delay: 2.02s;
}

.is-active .p-statement__text-line:nth-of-type(7) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.06s;
  transition-delay: 2.06s;
}

.is-active .p-statement__text-line:nth-of-type(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.09s;
  transition-delay: 1.09s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.13s;
  transition-delay: 1.13s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.17s;
  transition-delay: 1.17s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.21s;
  transition-delay: 1.21s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.29s;
  transition-delay: 1.29s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.33s;
  transition-delay: 1.33s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.37s;
  transition-delay: 1.37s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.41s;
  transition-delay: 1.41s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.49s;
  transition-delay: 1.49s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.53s;
  transition-delay: 1.53s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.57s;
  transition-delay: 1.57s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.61s;
  transition-delay: 1.61s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.69s;
  transition-delay: 1.69s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.73s;
  transition-delay: 1.73s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.77s;
  transition-delay: 1.77s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.81s;
  transition-delay: 1.81s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(21) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(22) {
  -webkit-transition-delay: 1.89s;
  transition-delay: 1.89s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(23) {
  -webkit-transition-delay: 1.93s;
  transition-delay: 1.93s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(24) {
  -webkit-transition-delay: 1.97s;
  transition-delay: 1.97s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.01s;
  transition-delay: 2.01s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.09s;
  transition-delay: 2.09s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.13s;
  transition-delay: 2.13s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.17s;
  transition-delay: 2.17s;
}

.is-active .p-statement__text-line:nth-of-type(8) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.21s;
  transition-delay: 2.21s;
}

.is-active .p-statement__text-line:nth-of-type(9) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.48s;
  transition-delay: 1.48s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.64s;
  transition-delay: 1.64s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.72s;
  transition-delay: 1.72s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(18) {
  -webkit-transition-delay: 1.88s;
  transition-delay: 1.88s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(19) {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(20) {
  -webkit-transition-delay: 1.96s;
  transition-delay: 1.96s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.04s;
  transition-delay: 2.04s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.08s;
  transition-delay: 2.08s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.12s;
  transition-delay: 2.12s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.16s;
  transition-delay: 2.16s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.24s;
  transition-delay: 2.24s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.28s;
  transition-delay: 2.28s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.32s;
  transition-delay: 2.32s;
}

.is-active .p-statement__text-line:nth-of-type(9) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.36s;
  transition-delay: 2.36s;
}

.is-active .p-statement__text-line:nth-of-type(10) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.39s;
  transition-delay: 1.39s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.43s;
  transition-delay: 1.43s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.47s;
  transition-delay: 1.47s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.51s;
  transition-delay: 1.51s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.59s;
  transition-delay: 1.59s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.63s;
  transition-delay: 1.63s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.67s;
  transition-delay: 1.67s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.71s;
  transition-delay: 1.71s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.79s;
  transition-delay: 1.79s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.83s;
  transition-delay: 1.83s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(14) {
  -webkit-transition-delay: 1.87s;
  transition-delay: 1.87s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(15) {
  -webkit-transition-delay: 1.91s;
  transition-delay: 1.91s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(16) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(17) {
  -webkit-transition-delay: 1.99s;
  transition-delay: 1.99s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.03s;
  transition-delay: 2.03s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.07s;
  transition-delay: 2.07s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.11s;
  transition-delay: 2.11s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.19s;
  transition-delay: 2.19s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.23s;
  transition-delay: 2.23s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.27s;
  transition-delay: 2.27s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.31s;
  transition-delay: 2.31s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.39s;
  transition-delay: 2.39s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.43s;
  transition-delay: 2.43s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.47s;
  transition-delay: 2.47s;
}

.is-active .p-statement__text-line:nth-of-type(10) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.51s;
  transition-delay: 2.51s;
}

.is-active .p-statement__text-line:nth-of-type(11) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.54s;
  transition-delay: 1.54s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.58s;
  transition-delay: 1.58s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.62s;
  transition-delay: 1.62s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.66s;
  transition-delay: 1.66s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.74s;
  transition-delay: 1.74s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.82s;
  transition-delay: 1.82s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(10) {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(11) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(12) {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(13) {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.02s;
  transition-delay: 2.02s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.06s;
  transition-delay: 2.06s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.14s;
  transition-delay: 2.14s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.18s;
  transition-delay: 2.18s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.22s;
  transition-delay: 2.22s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.26s;
  transition-delay: 2.26s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.34s;
  transition-delay: 2.34s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.38s;
  transition-delay: 2.38s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.42s;
  transition-delay: 2.42s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.46s;
  transition-delay: 2.46s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.54s;
  transition-delay: 2.54s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.58s;
  transition-delay: 2.58s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.62s;
  transition-delay: 2.62s;
}

.is-active .p-statement__text-line:nth-of-type(11) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.66s;
  transition-delay: 2.66s;
}

.is-active .p-statement__text-line:nth-of-type(12) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.69s;
  transition-delay: 1.69s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.73s;
  transition-delay: 1.73s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.77s;
  transition-delay: 1.77s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.81s;
  transition-delay: 1.81s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(6) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(7) {
  -webkit-transition-delay: 1.89s;
  transition-delay: 1.89s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(8) {
  -webkit-transition-delay: 1.93s;
  transition-delay: 1.93s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(9) {
  -webkit-transition-delay: 1.97s;
  transition-delay: 1.97s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.01s;
  transition-delay: 2.01s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.09s;
  transition-delay: 2.09s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.13s;
  transition-delay: 2.13s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.17s;
  transition-delay: 2.17s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.21s;
  transition-delay: 2.21s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.29s;
  transition-delay: 2.29s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.33s;
  transition-delay: 2.33s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.37s;
  transition-delay: 2.37s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.41s;
  transition-delay: 2.41s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.49s;
  transition-delay: 2.49s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.53s;
  transition-delay: 2.53s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.57s;
  transition-delay: 2.57s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.61s;
  transition-delay: 2.61s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.69s;
  transition-delay: 2.69s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.73s;
  transition-delay: 2.73s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.77s;
  transition-delay: 2.77s;
}

.is-active .p-statement__text-line:nth-of-type(12) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.81s;
  transition-delay: 2.81s;
}

.is-active .p-statement__text-line:nth-of-type(13) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(3) {
  -webkit-transition-delay: 1.88s;
  transition-delay: 1.88s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(4) {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(5) {
  -webkit-transition-delay: 1.96s;
  transition-delay: 1.96s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(6) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.04s;
  transition-delay: 2.04s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.08s;
  transition-delay: 2.08s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.12s;
  transition-delay: 2.12s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.16s;
  transition-delay: 2.16s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.24s;
  transition-delay: 2.24s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.28s;
  transition-delay: 2.28s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.32s;
  transition-delay: 2.32s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.36s;
  transition-delay: 2.36s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.44s;
  transition-delay: 2.44s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.48s;
  transition-delay: 2.48s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.52s;
  transition-delay: 2.52s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.56s;
  transition-delay: 2.56s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.64s;
  transition-delay: 2.64s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.68s;
  transition-delay: 2.68s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.72s;
  transition-delay: 2.72s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.76s;
  transition-delay: 2.76s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.84s;
  transition-delay: 2.84s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(28) {
  -webkit-transition-delay: 2.88s;
  transition-delay: 2.88s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(29) {
  -webkit-transition-delay: 2.92s;
  transition-delay: 2.92s;
}

.is-active .p-statement__text-line:nth-of-type(13) > span:nth-of-type(30) {
  -webkit-transition-delay: 2.96s;
  transition-delay: 2.96s;
}

.is-active .p-statement__text-line:nth-of-type(14) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(1) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(2) {
  -webkit-transition-delay: 1.99s;
  transition-delay: 1.99s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.03s;
  transition-delay: 2.03s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.07s;
  transition-delay: 2.07s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.11s;
  transition-delay: 2.11s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.19s;
  transition-delay: 2.19s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.23s;
  transition-delay: 2.23s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.27s;
  transition-delay: 2.27s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.31s;
  transition-delay: 2.31s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.39s;
  transition-delay: 2.39s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.43s;
  transition-delay: 2.43s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.47s;
  transition-delay: 2.47s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.51s;
  transition-delay: 2.51s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.59s;
  transition-delay: 2.59s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.63s;
  transition-delay: 2.63s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.67s;
  transition-delay: 2.67s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.71s;
  transition-delay: 2.71s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.79s;
  transition-delay: 2.79s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.83s;
  transition-delay: 2.83s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(24) {
  -webkit-transition-delay: 2.87s;
  transition-delay: 2.87s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(25) {
  -webkit-transition-delay: 2.91s;
  transition-delay: 2.91s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(26) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(27) {
  -webkit-transition-delay: 2.99s;
  transition-delay: 2.99s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.03s;
  transition-delay: 3.03s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.07s;
  transition-delay: 3.07s;
}

.is-active .p-statement__text-line:nth-of-type(14) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.11s;
  transition-delay: 3.11s;
}

.is-active .p-statement__text-line:nth-of-type(15) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.14s;
  transition-delay: 2.14s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.18s;
  transition-delay: 2.18s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.22s;
  transition-delay: 2.22s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.26s;
  transition-delay: 2.26s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.34s;
  transition-delay: 2.34s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.38s;
  transition-delay: 2.38s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.42s;
  transition-delay: 2.42s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.46s;
  transition-delay: 2.46s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.54s;
  transition-delay: 2.54s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.58s;
  transition-delay: 2.58s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.62s;
  transition-delay: 2.62s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.66s;
  transition-delay: 2.66s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.74s;
  transition-delay: 2.74s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.78s;
  transition-delay: 2.78s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.82s;
  transition-delay: 2.82s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(20) {
  -webkit-transition-delay: 2.86s;
  transition-delay: 2.86s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(21) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(22) {
  -webkit-transition-delay: 2.94s;
  transition-delay: 2.94s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(23) {
  -webkit-transition-delay: 2.98s;
  transition-delay: 2.98s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.02s;
  transition-delay: 3.02s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.06s;
  transition-delay: 3.06s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.14s;
  transition-delay: 3.14s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.18s;
  transition-delay: 3.18s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.22s;
  transition-delay: 3.22s;
}

.is-active .p-statement__text-line:nth-of-type(15) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.26s;
  transition-delay: 3.26s;
}

.is-active .p-statement__text-line:nth-of-type(16) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.29s;
  transition-delay: 2.29s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.33s;
  transition-delay: 2.33s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.37s;
  transition-delay: 2.37s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.41s;
  transition-delay: 2.41s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.49s;
  transition-delay: 2.49s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.53s;
  transition-delay: 2.53s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.57s;
  transition-delay: 2.57s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.61s;
  transition-delay: 2.61s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.69s;
  transition-delay: 2.69s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.73s;
  transition-delay: 2.73s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.77s;
  transition-delay: 2.77s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.81s;
  transition-delay: 2.81s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(16) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(17) {
  -webkit-transition-delay: 2.89s;
  transition-delay: 2.89s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(18) {
  -webkit-transition-delay: 2.93s;
  transition-delay: 2.93s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(19) {
  -webkit-transition-delay: 2.97s;
  transition-delay: 2.97s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.01s;
  transition-delay: 3.01s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.09s;
  transition-delay: 3.09s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.13s;
  transition-delay: 3.13s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.17s;
  transition-delay: 3.17s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.21s;
  transition-delay: 3.21s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.29s;
  transition-delay: 3.29s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.33s;
  transition-delay: 3.33s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.37s;
  transition-delay: 3.37s;
}

.is-active .p-statement__text-line:nth-of-type(16) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.41s;
  transition-delay: 3.41s;
}

.is-active .p-statement__text-line:nth-of-type(17) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.44s;
  transition-delay: 2.44s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.48s;
  transition-delay: 2.48s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.52s;
  transition-delay: 2.52s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.56s;
  transition-delay: 2.56s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.64s;
  transition-delay: 2.64s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.68s;
  transition-delay: 2.68s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.72s;
  transition-delay: 2.72s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.76s;
  transition-delay: 2.76s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.84s;
  transition-delay: 2.84s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(13) {
  -webkit-transition-delay: 2.88s;
  transition-delay: 2.88s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(14) {
  -webkit-transition-delay: 2.92s;
  transition-delay: 2.92s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(15) {
  -webkit-transition-delay: 2.96s;
  transition-delay: 2.96s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(16) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.04s;
  transition-delay: 3.04s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.08s;
  transition-delay: 3.08s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.12s;
  transition-delay: 3.12s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.16s;
  transition-delay: 3.16s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.24s;
  transition-delay: 3.24s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.28s;
  transition-delay: 3.28s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.32s;
  transition-delay: 3.32s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.36s;
  transition-delay: 3.36s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.44s;
  transition-delay: 3.44s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.48s;
  transition-delay: 3.48s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.52s;
  transition-delay: 3.52s;
}

.is-active .p-statement__text-line:nth-of-type(17) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.56s;
  transition-delay: 3.56s;
}

.is-active .p-statement__text-line:nth-of-type(18) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.59s;
  transition-delay: 2.59s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.63s;
  transition-delay: 2.63s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.67s;
  transition-delay: 2.67s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.71s;
  transition-delay: 2.71s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.79s;
  transition-delay: 2.79s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.83s;
  transition-delay: 2.83s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(9) {
  -webkit-transition-delay: 2.87s;
  transition-delay: 2.87s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(10) {
  -webkit-transition-delay: 2.91s;
  transition-delay: 2.91s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(11) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(12) {
  -webkit-transition-delay: 2.99s;
  transition-delay: 2.99s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(13) {
  -webkit-transition-delay: 3.03s;
  transition-delay: 3.03s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(14) {
  -webkit-transition-delay: 3.07s;
  transition-delay: 3.07s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(15) {
  -webkit-transition-delay: 3.11s;
  transition-delay: 3.11s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(16) {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.19s;
  transition-delay: 3.19s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.23s;
  transition-delay: 3.23s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.27s;
  transition-delay: 3.27s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.31s;
  transition-delay: 3.31s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.39s;
  transition-delay: 3.39s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.43s;
  transition-delay: 3.43s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.47s;
  transition-delay: 3.47s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.51s;
  transition-delay: 3.51s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.59s;
  transition-delay: 3.59s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.63s;
  transition-delay: 3.63s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.67s;
  transition-delay: 3.67s;
}

.is-active .p-statement__text-line:nth-of-type(18) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.71s;
  transition-delay: 3.71s;
}

.is-active .p-statement__text-line:nth-of-type(19) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.74s;
  transition-delay: 2.74s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.78s;
  transition-delay: 2.78s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.82s;
  transition-delay: 2.82s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(5) {
  -webkit-transition-delay: 2.86s;
  transition-delay: 2.86s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(6) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(7) {
  -webkit-transition-delay: 2.94s;
  transition-delay: 2.94s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(8) {
  -webkit-transition-delay: 2.98s;
  transition-delay: 2.98s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(9) {
  -webkit-transition-delay: 3.02s;
  transition-delay: 3.02s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(10) {
  -webkit-transition-delay: 3.06s;
  transition-delay: 3.06s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(11) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(12) {
  -webkit-transition-delay: 3.14s;
  transition-delay: 3.14s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(13) {
  -webkit-transition-delay: 3.18s;
  transition-delay: 3.18s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(14) {
  -webkit-transition-delay: 3.22s;
  transition-delay: 3.22s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(15) {
  -webkit-transition-delay: 3.26s;
  transition-delay: 3.26s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(16) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.34s;
  transition-delay: 3.34s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.38s;
  transition-delay: 3.38s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.42s;
  transition-delay: 3.42s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.46s;
  transition-delay: 3.46s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.54s;
  transition-delay: 3.54s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.58s;
  transition-delay: 3.58s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.62s;
  transition-delay: 3.62s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.66s;
  transition-delay: 3.66s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.74s;
  transition-delay: 3.74s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.78s;
  transition-delay: 3.78s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.82s;
  transition-delay: 3.82s;
}

.is-active .p-statement__text-line:nth-of-type(19) > span:nth-of-type(30) {
  -webkit-transition-delay: 3.86s;
  transition-delay: 3.86s;
}

.is-active .p-statement__text-line:nth-of-type(20) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(1) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(2) {
  -webkit-transition-delay: 2.89s;
  transition-delay: 2.89s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(3) {
  -webkit-transition-delay: 2.93s;
  transition-delay: 2.93s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(4) {
  -webkit-transition-delay: 2.97s;
  transition-delay: 2.97s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(5) {
  -webkit-transition-delay: 3.01s;
  transition-delay: 3.01s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(6) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(7) {
  -webkit-transition-delay: 3.09s;
  transition-delay: 3.09s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(8) {
  -webkit-transition-delay: 3.13s;
  transition-delay: 3.13s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(9) {
  -webkit-transition-delay: 3.17s;
  transition-delay: 3.17s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(10) {
  -webkit-transition-delay: 3.21s;
  transition-delay: 3.21s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(11) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(12) {
  -webkit-transition-delay: 3.29s;
  transition-delay: 3.29s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(13) {
  -webkit-transition-delay: 3.33s;
  transition-delay: 3.33s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(14) {
  -webkit-transition-delay: 3.37s;
  transition-delay: 3.37s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(15) {
  -webkit-transition-delay: 3.41s;
  transition-delay: 3.41s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(16) {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(17) {
  -webkit-transition-delay: 3.49s;
  transition-delay: 3.49s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(18) {
  -webkit-transition-delay: 3.53s;
  transition-delay: 3.53s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(19) {
  -webkit-transition-delay: 3.57s;
  transition-delay: 3.57s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(20) {
  -webkit-transition-delay: 3.61s;
  transition-delay: 3.61s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(21) {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(22) {
  -webkit-transition-delay: 3.69s;
  transition-delay: 3.69s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(23) {
  -webkit-transition-delay: 3.73s;
  transition-delay: 3.73s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(24) {
  -webkit-transition-delay: 3.77s;
  transition-delay: 3.77s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(25) {
  -webkit-transition-delay: 3.81s;
  transition-delay: 3.81s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(26) {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(27) {
  -webkit-transition-delay: 3.89s;
  transition-delay: 3.89s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(28) {
  -webkit-transition-delay: 3.93s;
  transition-delay: 3.93s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(29) {
  -webkit-transition-delay: 3.97s;
  transition-delay: 3.97s;
}

.is-active .p-statement__text-line:nth-of-type(20) > span:nth-of-type(30) {
  -webkit-transition-delay: 4.01s;
  transition-delay: 4.01s;
}

.p-statement__text-sup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  margin-top: 40px;
}

.is-active .p-statement__text-sup {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99), -webkit-transform 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  transition: opacity 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99), -webkit-transform 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  transition: transform 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99), opacity 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  transition: transform 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99), opacity 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99), -webkit-transform 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.p-statement__text-sup--line {
  background: #ffe301;
  background-position: 100% 0;
  background-size: 0% 100%;
  padding: 0 10px;
}

.p-statement__text-attn li {
  line-height: 1.5;
}

.p-statement__text-attn li > span {
  font-size: 16px;
}

/*============================
  guideline
============================*/
.p-guide__ttl {
  width: 100%;
}

.p-guide__wrapper {
  padding: 60px 0 49.3%;
}

.p-guide__line {
  margin: 60px auto 45px;
}

.p-guide__line-cap {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
  text-align: center;
}

.p-guide__line-sup {
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

.p-guide__line-sup:last-child {
  margin-bottom: 0;
}

.p-guide__list {
  z-index: 1;
  counter-reset: num;
}

.p-guide__list-item {
  position: relative;
  counter-increment: num;
  padding-left: 51px;
  color: #ffffff;
}

.p-guide__list-item + .p-guide__list-item {
  margin-top: 34px;
}

.p-guide__list-item::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 61px;
  content: counter(num) "";
  font-size: 60px;
  font-family: 'Ultra', serif;
}

.p-guide__list-text {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(12.8px, 4.267vw, 19.2px);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.p-guide__list-text span {
  background-color: #ffffff;
  padding: 1px 13px;
}

/*============================
  prize
============================*/
.p-prize__wrapper {
  padding: 64px 0 28px;
}

.p-prize__ttl {
  width: 100%;
}

.p-prize__desc {
  position: relative;
  padding-bottom: 60%;
}

.p-prize__desc-wrap {
  padding: 40px 5px 48px;
}

.p-prize__desc-text {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.55;
}

/*============================
  schedule
============================*/
.p-schedule__wrapper {
  padding: 64px 0 53px;
}

.p-schedule__ttl {
  margin-bottom: 49px;
  width: 55%;
}

.p-schedule__desc {
  position: relative;
  padding-bottom: 53.5%;
}

.p-schedule__desc-wrap {
  padding: 46px 5px 48px;
}

.p-schedule__desc-head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #000000;
  padding: 18px 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}

.p-schedule__desc-text {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

/*============================
  entry
============================*/
.p-entry__wrapper {
  padding: 65px 0 30px;
}

.p-entry__btn {
  margin: 0 auto;
  width: 87%;
  max-width: 450px;
}

.p-entry__agree {
  margin-top: 19px;
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-entry__agree > * {
  font-size: 11.9px;
  letter-spacing: normal;
}

.p-entry__agree label {
  cursor: pointer;
}

.p-entry__agree-checkbox {
  position: absolute;
  opacity: 0;
}

.p-entry__agree-checkbox:checked + .p-entry__agree-dummy::before, .p-entry__agree-checkbox:checked + .p-entry__agree-dummy::after {
  opacity: 1;
}

.p-entry__agree-dummy {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border: 3px solid #ced0cb;
  border-radius: 5px;
  background-color: #ffffff;
  width: 26px;
  height: 26px;
}

.p-entry__agree-dummy::before {
  position: absolute;
  bottom: 6px;
  left: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 4px solid #ed75bd;
  width: 15px;
  height: 15px;
  content: '';
}

.p-entry__agree-dummy::after {
  position: absolute;
  bottom: 5px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid #ed75bd;
  width: 9px;
  height: 9px;
  content: '';
}

.p-entry__agree-text {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
}

.p-entry__attention,
.p-entry__detail,
.p-entry__about {
  position: relative;
  margin-top: 40px;
}

.p-entry__attention-wrap,
.p-entry__detail-wrap,
.p-entry__about-wrap {
  position: relative;
  padding: 28px 14px 46px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.9;
  font-family: 'M PLUS 1p', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.p-entry__attention-bg,
.p-entry__detail-bg,
.p-entry__about-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f4f4f4;
  font-size: 110px;
  line-height: 1;
  white-space: nowrap;
}

.p-entry__attention-ttl,
.p-entry__detail-ttl,
.p-entry__about-ttl {
  position: relative;
  margin: 0 auto 18px;
  width: 50%;
}

.p-entry__attention-desc,
.p-entry__detail-desc,
.p-entry__about-desc {
  position: relative;
}

.p-entry__attention-note li a,
.p-entry__detail-note li a,
.p-entry__about-note li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-entry__attention-sup,
.p-entry__detail-sup,
.p-entry__about-sup {
  margin-top: 30px;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 1.9;
}

.p-entry__detail-ttl {
  width: 45%;
}

.p-entry__detail-text {
  color: #f00;
  font-weight: 500;
  font-size: 18px;
}

.p-entry__detail-text .p-in-link {
  margin-top: 10px;
}

.p-entry__detail-text .p-in-link a {
  color: #f00;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-entry__about-ttl {
  width: 75%;
}

.p-entry__about-main {
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
}

.p-entry__about-text {
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.p-entry__about-text:nth-child(1n+2) {
  margin-top: 40px;
}

.p-entry__about-text .p-in-sub {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}

.p-entry__about-text .p-in-text {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.p-entry__about-text .p-in-text .is-cap {
  display: block;
  color: #e02a29;
}

.p-entry__about-text .p-in-text .is-head {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

.p-entry__about-text .p-in-text .is-head-r {
  display: block;
  color: #e02a29;
  font-weight: 600;
  font-size: 20px;
}

.p-entry__attention-text {
  margin-bottom: 10px;
  color: #f00;
  font-weight: 500;
  font-size: 18px;
}

/* ====================
  access modal
 ==================== */
.m-access__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 100;
  cursor: pointer;
  background: #fff;
  width: 100%;
  height: 100%;
}

.m-access__in {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  margin: 0 auto;
  width: 100%;
  max-width: 80vh;
  text-align: center;
}

.m-access__wrap {
  display: none;
  position: relative;
}

.m-access__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.m-access__close {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 101;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.m-access__close span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #000;
  width: 100%;
  height: 2px;
}

.m-access__close span:nth-child(1) {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.m-access__close span:nth-child(2) {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media screen and (max-width: 900px){
  .p-hero__ttl span {
    -webkit-transform: scale(3.5) rotate(410deg);
    transform: scale(3.5) rotate(410deg);
  }
  .l-section__bg-item {
    -webkit-transform: translate3d(0, -101%, 0);
    transform: translate3d(0, -101%, 0);
  }
  .l-section__bg-text {
    -webkit-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
  }
  .p-hero__ttl {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .p-hero__ttl img {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .p-hero__sub {
    bottom: 30%;
  }
  .p-hero__sub-text {
    margin: 0 auto;
    width: 80%;
    max-width: 466px;
  }
  .p-hero__add {
    top: 23.5vh;
    left: 3.5%;
    width: 25%;
  }
  .p-hero__bnr {
    right: 5%;
    bottom: 20vh;
    width: 45%;
  }
  .p-statement__text-attn li > span {
    font-size: 13px;
  }
  .p-guide__line {
    margin: 30px auto 45px;
  }
  .p-guide__line-cap {
    font-size: 20px;
  }
  .p-guide__line-sup {
    font-size: 14px;
  }
  .p-guide__list-item.-center::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-schedule__desc-head {
    padding: 18px 15px;
    width: 70%;
    font-size: 18px;
  }
  .p-entry__attention-bg,
  .p-entry__detail-bg,
  .p-entry__about-bg {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .p-entry__detail-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-entry__detail-text .p-in-link {
    margin-top: 20px;
    text-align: center;
  }
  .p-entry__about-main {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
  }
  .p-entry__about-text .p-in-sub {
    font-size: 20px;
    text-align: center;
  }
  .p-entry__about-text .p-in-text {
    font-size: 12px;
  }
  .p-entry__about-text .p-in-text .is-head {
    font-size: 16px;
  }
  .p-entry__about-text .p-in-text .is-head-r {
    font-size: 16px;
  }
  .p-entry__attention-text {
    margin: 20px 0 15px;
    font-size: 16px;
  }
  .m-access__in {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 90%;
    max-width: 100%;
  }
  .m-access__wrap {
    width: 100%;
  }
  .m-access__close {
    top: -40px;
    width: 30px;
    height: 30px;
  }
  .m-access__close span {
    height: 1px;
  }
}

@media not all and (max-width: 900px){
  .p-hero__bg-parts--1 {
    -webkit-transform: translate(-101%, -101%);
    transform: translate(-101%, -101%);
  }
  .p-hero__bg-parts--2 {
    -webkit-transform: translate(101%, -101%);
    transform: translate(101%, -101%);
  }
  .is-load .p-hero__bg-parts--2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero__bg-parts--3 {
    -webkit-transform: translate(-51.2%, 101%);
    transform: translate(-51.2%, 101%);
  }
  .is-load .p-hero__bg-parts--3 {
    -webkit-transform: translate(-51.2%, 0);
    transform: translate(-51.2%, 0);
  }
  .l-scroll {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  .is-active .p-statement__text-line {
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
  }
  .p-hero {
    min-height: 620px;
  }
  .p-hero__inner {
    padding: 160px 0;
    width: 75.7%;
    max-width: 1272px;
  }
  .p-hero__ttl {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
  .p-hero__sub-text {
    margin: 0 auto;
    width: 70%;
    max-width: 1460px;
  }
  .p-statement__text {
    font-weight: 500;
    font-size: 24px;
    font-size: clamp(22px, 1.643vw, 28.8px);
    line-height: 1.95;
    font-family: 'M PLUS 1p', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  }
  .p-statement__text-line {
    padding: 1px 15px 1px 19px;
    font-weight: 600;
    font-size: 25px;
    font-size: clamp(23px, 1.786vw, 30px);
  }
  .is-active .p-statement__text-line {
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
  }
  .p-statement__text-sup--line {
    padding: 1px 15px 1px 19px;
  }
  .p-guide__ttl {
    min-width: 620px;
  }
  .p-guide__wrapper {
    padding: 90px 0;
  }
  .p-guide__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
  .p-guide__list-item + .p-guide__list-item {
    margin-top: 11px;
  }
  .p-guide__list-item::before {
    position: relative;
    top: 0;
    left: -7px;
    margin-right: 14px;
    width: 65px;
    font-size: 74px;
    text-align: center;
  }
  .p-guide__list-text {
    font-size: 25px;
    font-size: clamp(23px, 1.786vw, 30px);
    line-height: 1.55;
  }
  .p-prize__ttl {
    margin-bottom: 46px;
    min-width: 620px;
  }
  .p-prize__desc {
    padding-bottom: 180px;
  }
  .p-prize__desc-wrap {
    padding: 80px 10px 79px;
  }
  .p-prize__desc-text {
    font-size: 35px;
    line-height: 1.75;
  }
  .p-schedule__ttl {
    margin-bottom: 65px;
    width: 25%;
    min-width: 200px;
  }
  .p-schedule__desc {
    padding: 40px 0 146px;
  }
  .p-schedule__desc-wrap {
    padding: 73px 30px 75px;
  }
  .p-schedule__desc-text {
    font-size: 34px;
    letter-spacing: 0.07em;
  }
  .p-entry__wrapper {
    padding: 90px 0;
  }
  .p-entry__agree-text {
    font-size: 15px;
  }
  .p-entry__attention,
  .p-entry__detail,
  .p-entry__about {
    margin-top: 38px;
    padding-bottom: 26px;
  }
  .p-entry__attention-wrap,
  .p-entry__detail-wrap,
  .p-entry__about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 43px 42px 36px;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-entry__attention-bg,
  .p-entry__detail-bg,
  .p-entry__about-bg {
    left: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150px;
    line-height: 0.95;
  }
  .p-entry__attention-ttl,
  .p-entry__detail-ttl,
  .p-entry__about-ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 52px 0 0;
    width: 40px;
  }
  .p-entry__attention-desc,
  .p-entry__detail-desc,
  .p-entry__about-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .p-entry__attention-note li a:hover,
  .p-entry__detail-note li a:hover,
  .p-entry__about-note li a:hover {
    text-decoration: none;
  }
  .p-entry__attention-sup,
  .p-entry__detail-sup,
  .p-entry__about-sup {
    margin-top: 14px;
    font-size: 14px;
  }
  .p-entry__detail-ttl {
    margin: 0 52px 0 0;
    width: 51px;
  }
  .p-entry__detail-text .p-in-link a:hover {
    text-decoration: none;
  }
  .p-entry__about-ttl {
    margin: 0 25px 0 0;
    width: 80px;
  }
}

@media screen and (max-width: 350px){
  .p-guide__list-text span {
    padding: 1px 5px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1100px){
  .p-entry__attention-bg,
  .p-entry__detail-bg,
  .p-entry__about-bg {
    font-size: 130px;
  }
}
