@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,700;1,600;1,900&amp;display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body {
  margin: 0;
}
body {
    font-size: 18px !important;
}
body, html {
    font-family: "Montserrat", sans-serif !important;
    color: black !important;
}
a {
  color: inherit !important;
}
.bluelink {
    color: #0397D6 !important;
    text-decoration: underline !important;
    font-weight: 700;
}
a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container, .small-container {
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
}

.half-container {
  margin-left: auto;
}

.container {
  width: calc(100% - 224px);
  margin-left: auto;
  margin-right: auto;
}
.small-container {
  padding: 0 30px;
}
@media (max-width: 64em) {
  .container {
    width: calc(100% - 40px);
  }
}

@media (max-width: 990px) {
  .container, .small-container, .half-container {
    width: calc(100% - 60px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 580px) {
  .container, .small-container, .half-container {
    width: calc(100% - 40px) !important;
    padding: 0;
  }
}
.section {
  position: relative;
}

.row {
  display: flex;
  width: 100%;
}
.row-centered {
  justify-content: center;
}
.row-align-center {
  align-items: center;
}
.row-align-bottom {
  align-items: flex-end;
}
.row-align-top {
  align-items: flex-start;
}
.row-space-between {
  justify-content: space-between;
}
.row .col {
  display: flex;
}
.row .col.column {
  flex-direction: column;
}
.row .col-20 {
  width: 20%;
}
.row .col-25 {
  width: 25%;
}
.row .col-33 {
  width: 33.33%;
}
.row .col-40 {
  width: 40%;
}
.row .col-50 {
  width: 50%;
}
.row .col-58 {
  width: 58%;
}
.row .col-60 {
  width: 60%;
}
.row .col-75 {
  width: 75%;
}
.row .col-80 {
  width: 80%;
}
.row .col-100 {
  width: 100%;
}
.row .offset-20 {
  margin-left: 20%;
}
.row .offset-50 {
  margin-left: 50%;
}
@media (max-width: 840px) {
  .row {
    flex-wrap: wrap;
    margin: 0;
  }
  .row .col-50,
.row .col-75,
.row .col-25,
.row .col-33 {
    width: 100%;
  }
  .row .offset-50 {
    margin-left: 0;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (max-width: 840px) {
  .order-1 {
    order: 2;
  }
  .order-2 {
    order: 1;
  }
}
body {
  line-height: 1.3;
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

p + p {
  margin-top: 30px;
}
.section-title .italic {
  font-style: italic;
  font-weight: 900;
}
.section-title .brush {
  font-weight: 900;
  font-style: italic;
  font-size: 80px;
  line-height: 1;
}
.section-title .brush:not(:first-child) {
  padding-left: 0.2em;
}
.section-title + p {
  margin-top: 64px;
}
@media (max-width: 840px) {
  .section-title {
    font-size: 70px;
    line-height: 70px;
  }
  .section-title .brush {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 60px;
    line-height: 60px;
  }
  .section-title .brush {
    font-size: 60px;
  }
}

.section-subtitle {
  font-weight: 400;
  font-size: 63px;
  line-height: 1;
  letter-spacing: -5px;
}
.section-subtitle + p {
  margin-top: 64px;
}
@media (max-width: 480px) {
  .section-subtitle {
    font-size: 54px;
    letter-spacing: -4px;
    line-height: 62px;
  }
}
.section-content .row {
  gap: 50px;
}

[data-fade-in], .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
[data-fade-in].show, .fade-in.show {
  opacity: 1;
}

[data-fade-in-y], .fade-in-y {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.26, 0.1, 0, 1);
}
[data-fade-in-y].show, .fade-in-y.show {
  opacity: 1;
  transform: none;
}

html:lang(fr) #our-results .section-title {
  font-size: 76px;
}

#footer {
  padding-top: 70px;
  padding-bottom: 50px;
  color: white;
  background: #073251;
  overflow: hidden;
}
#footer .footer-title {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.28px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
#footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  height: 120px;
}
#footer .social {
  display: flex;
  align-items: center;
}
#footer .social .footer-title {
  margin-right: 30px;
}
#footer .social .icons {
  display: flex;
  align-items: center;
}
#footer .social .social-link {
  margin-right: 20px;
}
#footer .social .social-link:last-child {
  margin-right: 0 !important;
}
#footer-external-links .flex {
  display: flex;
  align-items: center;
}
#footer-external-links .footer-title {
  margin-right: 112px;
  position: relative;
}
#footer-external-links .footer-title:last-child {
  margin-right: 0 !important;
}
#footer-external-links .footer-title:hover::after {
  transform: none;
}
#footer-external-links a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  display: block;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.23, 0.01, 0, 1);
}
#footer-credits {
  max-width: 660px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.28px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
}
#footer hr {
  width: 100%;
  height: 1px;
  margin: 50px 0;
  padding: 0;
  border: none;
  display: block;
  background: currentColor;
  opacity: 0.3;
}
#footer-logo img {
  width: 180px;
  height: 51px;
}
#footer-forum-logo img {
  width: 161px;
  height: 62px;
}
#footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 80em) {
  #footer-external-links .footer-title {
    margin-right: 30px;
  }
}
@media (max-width: 64em) {
  #footer-top {
    display: block;
  }
  #footer .social {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #footer-external-links .flex {
    display: none;
  }
}
@media (max-width: 580px) {
  #footer {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  #footer-top {
    text-align: center;
  }
  #footer .social {
    flex-direction: column;
    margin-top: 10px;
  }
  #footer .social .footer-title {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 138.6%;
    text-align: center;
    letter-spacing: 0.02em;
    margin-right: 0;
  }
  #footer .social .icons {
    width: 100vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .social .social-link {
    margin: 0 6px;
    width: 46px;
    height: 46px;
  }
  #footer-external-links {
    padding-top: 40px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  #footer-external-links:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
  }
  #footer-external-links .flex {
    width: 290px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-external-links .footer-title {
    font-size: 12px;
    margin-bottom: 27px;
  }
  #footer-external-links .footer-title:first-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 580px) and (max-width: 780px) {
  #footer-external-links {
    padding-top: 0;
  }
  #footer-external-links::before {
    display: none;
  }
}
@media (max-width: 580px) {
  #footer-credits {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 580px) {
  #footer hr {
    display: none;
  }
}
@media (max-width: 580px) {
  #footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  #footer-logo {
    margin-bottom: 50px;
  }
}

.header {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  background: #0397D6;
  z-index: 6;
  width: 156px;
  height: 70px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  display: none;
  border-radius: 0px 0px 0px 40px;
}
.mobile-nav__burger {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: none;
}
.mobile-nav .burger, .mobile-nav .burger::after, .mobile-nav .burger::before {
  background: #fff;
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.mobile-nav .burger::before, .mobile-nav .burger::after {
  content: "";
}
.mobile-nav .burger::before {
  left: 0px;
  top: -5px;
  width: 16px;
}
.mobile-nav .burger {
  right: 0px;
  top: 8px;
  width: 16px;
}
.mobile-nav .burger::after {
  left: 0px;
  top: 5px;
  width: 16px;
}
.mobile-nav.close .burger::before {
  top: 0px;
  transform: rotate(90deg);
  width: 16px;
}
.mobile-nav.close .burger {
  transform: rotate(-45deg);
  top: 8px;
  width: 16px;
}
.mobile-nav.close .burger::after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}
@media (max-width: 990px) {
  .mobile-nav {
    display: flex;
  }
}

#menu {
  z-index: 5;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 200px 0 0 60px;
  transition: all 0.3s ease-in-out;
}
#menu.overlay {
  visibility: visible;
  opacity: 1;
  background: #19486A;
}
#menu.overlay a {
  color: #fff !important;
}
#menu ul {
  padding: 0;
  margin: 0;
}
#menu ul li {
  list-style: none;
}
#menu ul li a {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 64px;
  text-decoration: none;
}

.two-columns {
  margin-top: 50px;
  position: relative;
}
.two-columns img {
  width: 100%;
}
.two-columns a {
  text-decoration: underline !important;
  font-weight: 700;
  color: #0397D6 !important;
}
.two-columns__left {
  position: relative;
}
.two-columns__right {
  direction: rtl;
}
.two-columns__right.order-1 .two-columns__scroll {
  direction: ltr;
  left: 0;
  padding: 0 100px 0 0;
}
.two-columns__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 6px;
  text-align: left;
}
.two-columns p {
  margin-top: 44px;
}
.two-columns__scroll {
  overflow-y: auto;
  scrollbar-color: #000 #E5E5E1;
  scrollbar-width: thin;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 27px;
  width: 50%;
  padding-left: 142px;
  padding-right: 0;
}
.two-columns__scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.two-columns__scroll::-webkit-scrollbar-track {
  background: #E5E5E5;
}
.two-columns__scroll::-webkit-scrollbar-thumb {
  background: #B2B2B2;
  height: 20px;
}
.two-columns__scroll::-webkit-scrollbar-button {
  height: 12px;
}
.two-columns__scroll p {
  margin-top: 0;
  direction: ltr;
}
.two-columns__video {
  display: flex;
  flex-direction: column;
}
.two-columns__video-img img {
  height: 100%;
}
.two-columns__video-text {
  padding: 64px;
}
.two-columns__video-text p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.two-columns__video-text.orange {
  background: #FCC30B;
}
.two-columns__video-text.blue {
  background: #0497D6;
}
.two-columns__video-text.purple {
  background: #AD44FF;
}
.two-columns__video-button a {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000 !important;
  text-decoration: none !important;
}
.two-columns__video-button a .button {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.two-columns__video-button a .button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  background: #000;
  box-sizing: border-box;
  transition: transform 1s cubic-bezier(0.24, 0.03, 0, 1), background 1s ease-in-out, opacity 1s ease-in-out;
}
.two-columns__video-button a .button svg {
  height: auto;
  position: relative;
  z-index: 1;
  fill: #FFF;
}
.two-columns__video-button a .button:hover::before {
  transform: scale(1.2);
}
.two-columns__video-button a .text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 700;
}
.two-columns .footnote {
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 840px) {
  .two-columns {
    margin-top: 55px;
  }
  .two-columns .row {
    flex-direction: column;
  }
  .two-columns__left {
    padding-right: 0;
    position: relative;
  }
  .two-columns__left.order-2 {
    padding: 0;
  }
  .two-columns__right {
    padding: 0;
    direction: ltr;
  }
  .two-columns__right.order-1 {
    padding: 0;
  }
  .two-columns__right.order-1 .two-columns__scroll {
    padding-right: 0;
  }
  .two-columns__scroll {
    margin-top: 50px;
    position: inherit;
    width: inherit;
    padding-left: inherit;
    padding-right: inherit;
  }
  .two-columns__video-text {
    padding: 32px;
  }
}

.timeline-footer-text {
  text-align: center;
  background: #fff;
  z-index: 100;
  padding: 10px 0px;
  margin-top: 120px;
}
.section__bg {
  margin: 120px 0;
}
.section__bg .small-container {
  position: relative;
}
.section__bg-content {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.section__bg-content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 150px;
  left: 0;
  bottom: 0;
  width: 150vw;
}
.section__bg-content::after {
  content: "";
  position: absolute;
  top: 0;
  width: 400vw;
  height: 400vw;
  transform: translateX(-150vw);
  clip-path: ellipse(60% 100% at 50% 100%);
  z-index: -1;
}
.section__bg-content .number {
  font-family: "Source Serif Pro", serif;
  font-size: 104px;
  line-height: 124.8px;
  letter-spacing: -5px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.section__bg-content .number.show {
  opacity: 0.2;
}
@media (max-width: 480px) {
  .section__bg {
    margin-top: 50px;
  }
  .section__bg-content {
    padding-top: 104px;
  }
  .section__bg-content .row {
    flex-direction: column;
  }
  .section__bg-content .text-right {
    text-align: center;
  }
}

.timeline {
  margin: 167px auto 0 auto;
  max-width: 950px;
}
.timeline__item {
  position: relative;
  margin-top: -70px;
}
.timeline__item::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  width: 1px;
  background: #CCC;
}
.timeline__item.first::before {
  display: none;
}
.timeline__item a {
  color: #0397D6 !important;
  text-decoration: underline !important;
  font-weight: 700;
}
.timeline__item-data {
  color: #0397D6;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-size: 120px;
  line-height: 112px;
  letter-spacing: -5px;
  margin-bottom: 32px;
}
.timeline__item-text {
  position: relative;
}
.timeline__item-text p {
  max-width: 354px;
}
.timeline__item-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  background: #FFF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.timeline__item-right::before {
  left: 0;
}
.timeline__item-right .timeline__item-text,
.timeline__item-right .timeline__item-data {
  padding-left: 121px;
}
.timeline__item-left::before {
  right: -1px;
}
.timeline__item-left .timeline__item-text::before {
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}
.timeline .row:first-child .timeline__item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border: 6px solid #E6F3FD;
  background: #0397D6;
  border-radius: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.timeline .row:last-child .timeline__item {
  margin-bottom: 20px;
}
.timeline .row:last-child .timeline__item::before {
  height: 200%;
}
.timeline .row:last-child .timeline__item.timline-150::before {
  height: 150%;
}
@media (max-width: 840px) {
  .timeline {
    margin-top: 72px;
    padding: 0 15px;
  }
  .timeline .col-50 {
    width: 100%;
  }
  .timeline .offset-50 {
    margin-left: 0;
  }
  .timeline__item {
    margin: 0;
    padding: 0 0 40px 0;
  }
  .timeline__item-text p {
    max-width: 400px;
  }
  .timeline__item-data {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .timeline__item-right .timeline__item-text,
.timeline__item-right .timeline__item-data {
    padding-left: 30px;
  }
  .timeline__item-left::before {
    right: auto;
    top: -100px;
    bottom: -100px;
  }
  .timeline__item-left .timeline__item-text::before {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .timeline__item-left .timeline__item-text,
.timeline__item-left .timeline__item-data {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .timeline__item-data {
    font-size: 50px;
    line-height: 40px;
  }
}

.button-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
  text-decoration: none !important;
}
.button-link_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #CBCCCC;
  border-radius: 50%;
  margin-right: 20px;
  color: #000 !important;
  transition: transform 1s cubic-bezier(0.33, 0.14, 0, 1), border-color 1s cubic-bezier(0.33, 0.14, 0, 1);
}
.button-link_icon svg path {
  stroke: currentColor;
}
.button-link_text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 600;
  max-width: 236px;
  color: #000 !important;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .button-link {
    margin: 37px auto 0;
  }
}
.button-link:hover .button-link_icon {
  transform: scale(1.13);
  border-color: #000;
}

.button-down {
  display: inline-block;
}
.button-down_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: transform 1s cubic-bezier(0.33, 0.14, 0, 1), border-color 1s cubic-bezier(0.33, 0.14, 0, 1);
}
.button-down_icon svg path {
  stroke: currentColor;
}
.button-down:hover .button-down_icon {
  transform: scale(1.13);
  border-color: #000;
}
@media (max-width: 840px) {
  .button-down_icon {
    width: 120px;
    height: 120px;
  }
  .button-down_icon svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .button-down {
    margin-top: 55px;
  }
  .button-down_icon {
    width: 100px;
    height: 100px;
  }
  .button-down_icon svg {
    width: 21px;
    height: 21px;
  }
}

.badge {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 13px;
  background-color: #F3F3F3;
  margin-bottom: 56px;
}

.hero {
  width: 100%;
  height: 100vh;
  display: flex;
  background-size: cover;
  margin-bottom: 121px;
  position: relative;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('https://www.unwomen.org/sites/default/files/assets/annual-reports/2025/assets/img/gradient-icon-3.png') no-repeat right top, -moz-linear-gradient(#FF763B 10%, #E81F77 100%); /* FF3.6-15 */
  background: url('https://www.unwomen.org/sites/default/files/assets/annual-reports/2025/assets/img/gradient-icon-3.png') no-repeat right top, -webkit-linear-gradient(#FF763B 10%, #E81F77 100%); /* Chrome10-25,Safari5.1-6 */
  background: url('https://www.unwomen.org/sites/default/files/assets/annual-reports/2025/assets/img/gradient-icon-3.png') no-repeat right top, linear-gradient(#FF763B 10%, #E81F77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FF763B", endColorstr="#E81F77"); /* IE6-9 */
  background-size: 50%;
}
.hero__bg-img {
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero__bg-img:not(.active) {
  opacity: 0;
}
.hero__dots {
  position: absolute;
  bottom: 190px;
  right: var(--container-margin);
  z-index: 1;
  display: none;
  align-items: center;
}
.hero__dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero__dots .dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230%;
  height: 230%;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero__dots .dot:not(.active) {
  opacity: 0.5;
  transform: scale(0.9);
}
.hero__dots .dot:not(.active)::after {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
}
.hero__dots .dot:not(.active):hover::after {
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.hero__dots .dot:not(:last-child) {
  margin-right: 40px;
}
.hero h1 {
  font-size: 90px;
  line-height: 85px;
  font-weight: 400;
  color: #fff;
  max-width: 650px;
  margin: 0;
  margin-top: 50px;
}
.hero div.hero-text-animation {
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 90px;
  margin-top: 20px;
  font-size: 64px;
  line-height: 80px;
  color: #ffffff;
}
.hero .color-word {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  background: linear-gradient(90deg, #168ece 0%, #d5297f 30%, transparent 80%);
  border-radius: 50px;
  padding: 5px 30px;
}
.hero .color-word {
  position: absolute;
  top: 0;
  left: 0;
}
.hero .color-word:not(.active) {
  opacity: 0;
}
.hero__text {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 40px;
}
.hero__text .small-container {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
.hero__subtitle {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}
.hero__subtitle span {
  font-weight: 700;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 1px;
}
.hero__menu {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #19486A;
  z-index: 2;
}
.hero__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.hero__menu ul li {
  color: #FFF;
  display: block;
  padding: 22px 59px;
  font-size: 14px;
}
.hero__menu ul li:first-child {
  padding-left: 118px;
}
.hero__menu ul li:last-child {
  padding-right: 118px;
}
.hero__scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  display: none;
}
.hero__scroll::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  opacity: 0.2;
}
.hero__scroll::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 43px;
  width: 1px;
  background: #fff;
}
.hero__scroll div {
  color: #FFF;
  opacity: 0.5;
  font-size: 14px;
  line-height: 17.07px;
  padding: 0 0 56px 24px;
}
.hero__logo {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero__logo a {
  display: inline-block;
}
@media (max-width: 840px) {
  .hero {
    margin-bottom: 80px;
  }
  .hero__logo {
    top: 15px;
  }
  .hero h1 {
    font-size: 60px;
    line-height: 60px;
    max-width: 480px;
  }
  /*.hero h1 strong {
    font-size: 60px;
    line-height: 1;
  }*/
  .hero__scroll {
    bottom: 120px;
  }
  .hero__menu {
    left: 0;
  }
  .hero__menu ul li {
    padding: 24px 25px 20px 25px;
  }
  .hero__menu ul li:first-child {
    padding-left: 50px;
  }
  .hero__menu ul li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .hero__scroll {
    bottom: 20px;
  }
  .hero__dots {
    bottom: 60px;
  }
  .hero__dots .dot:not(:last-child) {
    margin-right: 30px;
  }
  .hero__menu {
    left: 0;
  }
  .hero__menu ul {
    overflow-x: scroll;
    display: flex;
  }
  .hero__menu ul li {
    flex-shrink: 0;
    padding: 24px 30px 20px 30px;
  }
  .hero__menu ul li:first-child {
    padding-left: 98px;
  }
  .hero__menu ul li:last-child {
    padding-right: 98px;
  }
}

.text-with-brush span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.text-with-brush .line {
  display: block;
  font-weight: inherit;
}
.text-with-brush .brush .word {
  font-weight: inherit;
}

.explode-text .word {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.explode-text .line:nth-child(1) > .word:nth-child(1) {
  transition-delay: 0.1s;
}
.explode-text .line:nth-child(1) > .word:nth-child(2) {
  transition-delay: 0.2s;
}
.explode-text .line:nth-child(1) > .word:nth-child(3) {
  transition-delay: 0.3s;
}
.explode-text .line:nth-child(1) > .word:nth-child(4) {
  transition-delay: 0.4s;
}
.explode-text .line:nth-child(1) > .word:nth-child(5) {
  transition-delay: 0.5s;
}
.explode-text .line:nth-child(1) > .word:nth-child(6) {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(1) > .word:nth-child(7) {
  transition-delay: 0.7s;
}
.explode-text .line:nth-child(1) > .word:nth-child(8) {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(1) > .word:nth-child(9) {
  transition-delay: 0.9s;
}
.explode-text .line:nth-child(1) > .word:nth-child(10) {
  transition-delay: 1s;
}
.explode-text .line:nth-child(1) > .word:nth-child(11) {
  transition-delay: 1.1s;
}
.explode-text .line:nth-child(1) > .word:nth-child(12) {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(1) > .word:nth-child(13) {
  transition-delay: 1.3s;
}
.explode-text .line:nth-child(1) > .word:nth-child(14) {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(1) > .word:nth-child(15) {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(1) > .word:nth-child(16) {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(1) > .word:nth-child(17) {
  transition-delay: 1.7s;
}
.explode-text .line:nth-child(1) > .word:nth-child(18) {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(1) > .word:nth-child(19) {
  transition-delay: 1.9s;
}
.explode-text .line:nth-child(1) > .word:nth-child(20) {
  transition-delay: 2s;
}
.explode-text .line:nth-child(1) > .word:nth-child(21) {
  transition-delay: 2.1s;
}
.explode-text .line:nth-child(1) > .word:nth-child(22) {
  transition-delay: 2.2s;
}
.explode-text .line:nth-child(1) > .word:nth-child(23) {
  transition-delay: 2.3s;
}
.explode-text .line:nth-child(1) > .word:nth-child(24) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(1) > .word:nth-child(25) {
  transition-delay: 2.5s;
}
.explode-text .line:nth-child(1) > .word:nth-child(26) {
  transition-delay: 2.6s;
}
.explode-text .line:nth-child(1) > .word:nth-child(27) {
  transition-delay: 2.7s;
}
.explode-text .line:nth-child(1) > .word:nth-child(28) {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(1) > .word:nth-child(29) {
  transition-delay: 2.9s;
}
.explode-text .line:nth-child(1) > .word:nth-child(30) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(1) > .word:nth-child(31) {
  transition-delay: 3.1s;
}
.explode-text .line:nth-child(1) > .word:nth-child(32) {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(1) > .word:nth-child(33) {
  transition-delay: 3.3s;
}
.explode-text .line:nth-child(1) > .word:nth-child(34) {
  transition-delay: 3.4s;
}
.explode-text .line:nth-child(1) > .word:nth-child(35) {
  transition-delay: 3.5s;
}
.explode-text .line:nth-child(1) > .word:nth-child(36) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(1) > .word:nth-child(37) {
  transition-delay: 3.7s;
}
.explode-text .line:nth-child(1) > .word:nth-child(38) {
  transition-delay: 3.8s;
}
.explode-text .line:nth-child(1) > .word:nth-child(39) {
  transition-delay: 3.9s;
}
.explode-text .line:nth-child(1) > .word:nth-child(40) {
  transition-delay: 4s;
}
.explode-text .line:nth-child(1) > .word:nth-child(41) {
  transition-delay: 4.1s;
}
.explode-text .line:nth-child(1) > .word:nth-child(42) {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(1) > .word:nth-child(43) {
  transition-delay: 4.3s;
}
.explode-text .line:nth-child(1) > .word:nth-child(44) {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(1) > .word:nth-child(45) {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(1) > .word:nth-child(46) {
  transition-delay: 4.6s;
}
.explode-text .line:nth-child(1) > .word:nth-child(47) {
  transition-delay: 4.7s;
}
.explode-text .line:nth-child(1) > .word:nth-child(48) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(1) > .word:nth-child(49) {
  transition-delay: 4.9s;
}
.explode-text .line:nth-child(1) .brush:nth-child(1) .word {
  transition-delay: 0.1s;
}
.explode-text .line:nth-child(1) .brush:nth-child(2) .word {
  transition-delay: 0.2s;
}
.explode-text .line:nth-child(1) .brush:nth-child(3) .word {
  transition-delay: 0.3s;
}
.explode-text .line:nth-child(1) .brush:nth-child(4) .word {
  transition-delay: 0.4s;
}
.explode-text .line:nth-child(1) .brush:nth-child(5) .word {
  transition-delay: 0.5s;
}
.explode-text .line:nth-child(1) .brush:nth-child(6) .word {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(1) .brush:nth-child(7) .word {
  transition-delay: 0.7s;
}
.explode-text .line:nth-child(1) .brush:nth-child(8) .word {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(1) .brush:nth-child(9) .word {
  transition-delay: 0.9s;
}
.explode-text .line:nth-child(1) .brush:nth-child(10) .word {
  transition-delay: 1s;
}
.explode-text .line:nth-child(1) .brush:nth-child(11) .word {
  transition-delay: 1.1s;
}
.explode-text .line:nth-child(1) .brush:nth-child(12) .word {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(1) .brush:nth-child(13) .word {
  transition-delay: 1.3s;
}
.explode-text .line:nth-child(1) .brush:nth-child(14) .word {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(1) .brush:nth-child(15) .word {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(1) .brush:nth-child(16) .word {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(1) .brush:nth-child(17) .word {
  transition-delay: 1.7s;
}
.explode-text .line:nth-child(1) .brush:nth-child(18) .word {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(1) .brush:nth-child(19) .word {
  transition-delay: 1.9s;
}
.explode-text .line:nth-child(1) .brush:nth-child(20) .word {
  transition-delay: 2s;
}
.explode-text .line:nth-child(1) .brush:nth-child(21) .word {
  transition-delay: 2.1s;
}
.explode-text .line:nth-child(1) .brush:nth-child(22) .word {
  transition-delay: 2.2s;
}
.explode-text .line:nth-child(1) .brush:nth-child(23) .word {
  transition-delay: 2.3s;
}
.explode-text .line:nth-child(1) .brush:nth-child(24) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(1) .brush:nth-child(25) .word {
  transition-delay: 2.5s;
}
.explode-text .line:nth-child(1) .brush:nth-child(26) .word {
  transition-delay: 2.6s;
}
.explode-text .line:nth-child(1) .brush:nth-child(27) .word {
  transition-delay: 2.7s;
}
.explode-text .line:nth-child(1) .brush:nth-child(28) .word {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(1) .brush:nth-child(29) .word {
  transition-delay: 2.9s;
}
.explode-text .line:nth-child(1) .brush:nth-child(30) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(1) .brush:nth-child(31) .word {
  transition-delay: 3.1s;
}
.explode-text .line:nth-child(1) .brush:nth-child(32) .word {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(1) .brush:nth-child(33) .word {
  transition-delay: 3.3s;
}
.explode-text .line:nth-child(1) .brush:nth-child(34) .word {
  transition-delay: 3.4s;
}
.explode-text .line:nth-child(1) .brush:nth-child(35) .word {
  transition-delay: 3.5s;
}
.explode-text .line:nth-child(1) .brush:nth-child(36) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(1) .brush:nth-child(37) .word {
  transition-delay: 3.7s;
}
.explode-text .line:nth-child(1) .brush:nth-child(38) .word {
  transition-delay: 3.8s;
}
.explode-text .line:nth-child(1) .brush:nth-child(39) .word {
  transition-delay: 3.9s;
}
.explode-text .line:nth-child(1) .brush:nth-child(40) .word {
  transition-delay: 4s;
}
.explode-text .line:nth-child(1) .brush:nth-child(41) .word {
  transition-delay: 4.1s;
}
.explode-text .line:nth-child(1) .brush:nth-child(42) .word {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(1) .brush:nth-child(43) .word {
  transition-delay: 4.3s;
}
.explode-text .line:nth-child(1) .brush:nth-child(44) .word {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(1) .brush:nth-child(45) .word {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(1) .brush:nth-child(46) .word {
  transition-delay: 4.6s;
}
.explode-text .line:nth-child(1) .brush:nth-child(47) .word {
  transition-delay: 4.7s;
}
.explode-text .line:nth-child(1) .brush:nth-child(48) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(1) .brush:nth-child(49) .word {
  transition-delay: 4.9s;
}
.explode-text .line:nth-child(2) > .word:nth-child(1) {
  transition-delay: 0.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(2) {
  transition-delay: 0.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(3) {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(4) {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(5) {
  transition-delay: 1s;
}
.explode-text .line:nth-child(2) > .word:nth-child(6) {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(7) {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(8) {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(9) {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(10) {
  transition-delay: 2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(11) {
  transition-delay: 2.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(12) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(13) {
  transition-delay: 2.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(14) {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(15) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(2) > .word:nth-child(16) {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(17) {
  transition-delay: 3.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(18) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(19) {
  transition-delay: 3.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(20) {
  transition-delay: 4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(21) {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(22) {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(23) {
  transition-delay: 4.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(24) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(25) {
  transition-delay: 5s;
}
.explode-text .line:nth-child(2) > .word:nth-child(26) {
  transition-delay: 5.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(27) {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(28) {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(29) {
  transition-delay: 5.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(30) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(31) {
  transition-delay: 6.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(32) {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(33) {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(34) {
  transition-delay: 6.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(35) {
  transition-delay: 7s;
}
.explode-text .line:nth-child(2) > .word:nth-child(36) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(37) {
  transition-delay: 7.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(38) {
  transition-delay: 7.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(39) {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(40) {
  transition-delay: 8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(41) {
  transition-delay: 8.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(42) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(43) {
  transition-delay: 8.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(44) {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(2) > .word:nth-child(45) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(2) > .word:nth-child(46) {
  transition-delay: 9.2s;
}
.explode-text .line:nth-child(2) > .word:nth-child(47) {
  transition-delay: 9.4s;
}
.explode-text .line:nth-child(2) > .word:nth-child(48) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(2) > .word:nth-child(49) {
  transition-delay: 9.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(1) .word {
  transition-delay: 0.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(2) .word {
  transition-delay: 0.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(3) .word {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(4) .word {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(5) .word {
  transition-delay: 1s;
}
.explode-text .line:nth-child(2) .brush:nth-child(6) .word {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(7) .word {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(8) .word {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(9) .word {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(10) .word {
  transition-delay: 2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(11) .word {
  transition-delay: 2.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(12) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(13) .word {
  transition-delay: 2.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(14) .word {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(15) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(2) .brush:nth-child(16) .word {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(17) .word {
  transition-delay: 3.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(18) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(19) .word {
  transition-delay: 3.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(20) .word {
  transition-delay: 4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(21) .word {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(22) .word {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(23) .word {
  transition-delay: 4.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(24) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(25) .word {
  transition-delay: 5s;
}
.explode-text .line:nth-child(2) .brush:nth-child(26) .word {
  transition-delay: 5.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(27) .word {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(28) .word {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(29) .word {
  transition-delay: 5.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(30) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(31) .word {
  transition-delay: 6.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(32) .word {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(33) .word {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(34) .word {
  transition-delay: 6.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(35) .word {
  transition-delay: 7s;
}
.explode-text .line:nth-child(2) .brush:nth-child(36) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(37) .word {
  transition-delay: 7.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(38) .word {
  transition-delay: 7.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(39) .word {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(40) .word {
  transition-delay: 8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(41) .word {
  transition-delay: 8.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(42) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(43) .word {
  transition-delay: 8.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(44) .word {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(2) .brush:nth-child(45) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(2) .brush:nth-child(46) .word {
  transition-delay: 9.2s;
}
.explode-text .line:nth-child(2) .brush:nth-child(47) .word {
  transition-delay: 9.4s;
}
.explode-text .line:nth-child(2) .brush:nth-child(48) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(2) .brush:nth-child(49) .word {
  transition-delay: 9.8s;
}
.explode-text .line:nth-child(3) > .word:nth-child(1) {
  transition-delay: 0.3s;
}
.explode-text .line:nth-child(3) > .word:nth-child(2) {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(3) > .word:nth-child(3) {
  transition-delay: 0.9s;
}
.explode-text .line:nth-child(3) > .word:nth-child(4) {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(3) > .word:nth-child(5) {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(3) > .word:nth-child(6) {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(3) > .word:nth-child(7) {
  transition-delay: 2.1s;
}
.explode-text .line:nth-child(3) > .word:nth-child(8) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(3) > .word:nth-child(9) {
  transition-delay: 2.7s;
}
.explode-text .line:nth-child(3) > .word:nth-child(10) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(3) > .word:nth-child(11) {
  transition-delay: 3.3s;
}
.explode-text .line:nth-child(3) > .word:nth-child(12) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(3) > .word:nth-child(13) {
  transition-delay: 3.9s;
}
.explode-text .line:nth-child(3) > .word:nth-child(14) {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(3) > .word:nth-child(15) {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(3) > .word:nth-child(16) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(3) > .word:nth-child(17) {
  transition-delay: 5.1s;
}
.explode-text .line:nth-child(3) > .word:nth-child(18) {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(3) > .word:nth-child(19) {
  transition-delay: 5.7s;
}
.explode-text .line:nth-child(3) > .word:nth-child(20) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(3) > .word:nth-child(21) {
  transition-delay: 6.3s;
}
.explode-text .line:nth-child(3) > .word:nth-child(22) {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(3) > .word:nth-child(23) {
  transition-delay: 6.9s;
}
.explode-text .line:nth-child(3) > .word:nth-child(24) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(3) > .word:nth-child(25) {
  transition-delay: 7.5s;
}
.explode-text .line:nth-child(3) > .word:nth-child(26) {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(3) > .word:nth-child(27) {
  transition-delay: 8.1s;
}
.explode-text .line:nth-child(3) > .word:nth-child(28) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(3) > .word:nth-child(29) {
  transition-delay: 8.7s;
}
.explode-text .line:nth-child(3) > .word:nth-child(30) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(3) > .word:nth-child(31) {
  transition-delay: 9.3s;
}
.explode-text .line:nth-child(3) > .word:nth-child(32) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(3) > .word:nth-child(33) {
  transition-delay: 9.9s;
}
.explode-text .line:nth-child(3) > .word:nth-child(34) {
  transition-delay: 10.2s;
}
.explode-text .line:nth-child(3) > .word:nth-child(35) {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(3) > .word:nth-child(36) {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(3) > .word:nth-child(37) {
  transition-delay: 11.1s;
}
.explode-text .line:nth-child(3) > .word:nth-child(38) {
  transition-delay: 11.4s;
}
.explode-text .line:nth-child(3) > .word:nth-child(39) {
  transition-delay: 11.7s;
}
.explode-text .line:nth-child(3) > .word:nth-child(40) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(3) > .word:nth-child(41) {
  transition-delay: 12.3s;
}
.explode-text .line:nth-child(3) > .word:nth-child(42) {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(3) > .word:nth-child(43) {
  transition-delay: 12.9s;
}
.explode-text .line:nth-child(3) > .word:nth-child(44) {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(3) > .word:nth-child(45) {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(3) > .word:nth-child(46) {
  transition-delay: 13.8s;
}
.explode-text .line:nth-child(3) > .word:nth-child(47) {
  transition-delay: 14.1s;
}
.explode-text .line:nth-child(3) > .word:nth-child(48) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(3) > .word:nth-child(49) {
  transition-delay: 14.7s;
}
.explode-text .line:nth-child(3) .brush:nth-child(1) .word {
  transition-delay: 0.3s;
}
.explode-text .line:nth-child(3) .brush:nth-child(2) .word {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(3) .brush:nth-child(3) .word {
  transition-delay: 0.9s;
}
.explode-text .line:nth-child(3) .brush:nth-child(4) .word {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(3) .brush:nth-child(5) .word {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(3) .brush:nth-child(6) .word {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(3) .brush:nth-child(7) .word {
  transition-delay: 2.1s;
}
.explode-text .line:nth-child(3) .brush:nth-child(8) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(3) .brush:nth-child(9) .word {
  transition-delay: 2.7s;
}
.explode-text .line:nth-child(3) .brush:nth-child(10) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(3) .brush:nth-child(11) .word {
  transition-delay: 3.3s;
}
.explode-text .line:nth-child(3) .brush:nth-child(12) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(3) .brush:nth-child(13) .word {
  transition-delay: 3.9s;
}
.explode-text .line:nth-child(3) .brush:nth-child(14) .word {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(3) .brush:nth-child(15) .word {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(3) .brush:nth-child(16) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(3) .brush:nth-child(17) .word {
  transition-delay: 5.1s;
}
.explode-text .line:nth-child(3) .brush:nth-child(18) .word {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(3) .brush:nth-child(19) .word {
  transition-delay: 5.7s;
}
.explode-text .line:nth-child(3) .brush:nth-child(20) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(3) .brush:nth-child(21) .word {
  transition-delay: 6.3s;
}
.explode-text .line:nth-child(3) .brush:nth-child(22) .word {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(3) .brush:nth-child(23) .word {
  transition-delay: 6.9s;
}
.explode-text .line:nth-child(3) .brush:nth-child(24) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(3) .brush:nth-child(25) .word {
  transition-delay: 7.5s;
}
.explode-text .line:nth-child(3) .brush:nth-child(26) .word {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(3) .brush:nth-child(27) .word {
  transition-delay: 8.1s;
}
.explode-text .line:nth-child(3) .brush:nth-child(28) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(3) .brush:nth-child(29) .word {
  transition-delay: 8.7s;
}
.explode-text .line:nth-child(3) .brush:nth-child(30) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(3) .brush:nth-child(31) .word {
  transition-delay: 9.3s;
}
.explode-text .line:nth-child(3) .brush:nth-child(32) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(3) .brush:nth-child(33) .word {
  transition-delay: 9.9s;
}
.explode-text .line:nth-child(3) .brush:nth-child(34) .word {
  transition-delay: 10.2s;
}
.explode-text .line:nth-child(3) .brush:nth-child(35) .word {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(3) .brush:nth-child(36) .word {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(3) .brush:nth-child(37) .word {
  transition-delay: 11.1s;
}
.explode-text .line:nth-child(3) .brush:nth-child(38) .word {
  transition-delay: 11.4s;
}
.explode-text .line:nth-child(3) .brush:nth-child(39) .word {
  transition-delay: 11.7s;
}
.explode-text .line:nth-child(3) .brush:nth-child(40) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(3) .brush:nth-child(41) .word {
  transition-delay: 12.3s;
}
.explode-text .line:nth-child(3) .brush:nth-child(42) .word {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(3) .brush:nth-child(43) .word {
  transition-delay: 12.9s;
}
.explode-text .line:nth-child(3) .brush:nth-child(44) .word {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(3) .brush:nth-child(45) .word {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(3) .brush:nth-child(46) .word {
  transition-delay: 13.8s;
}
.explode-text .line:nth-child(3) .brush:nth-child(47) .word {
  transition-delay: 14.1s;
}
.explode-text .line:nth-child(3) .brush:nth-child(48) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(3) .brush:nth-child(49) .word {
  transition-delay: 14.7s;
}
.explode-text .line:nth-child(4) > .word:nth-child(1) {
  transition-delay: 0.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(2) {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(3) {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(4) {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(5) {
  transition-delay: 2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(6) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(7) {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(8) {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(9) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(10) {
  transition-delay: 4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(11) {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(12) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(13) {
  transition-delay: 5.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(14) {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(15) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(16) {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(17) {
  transition-delay: 6.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(18) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(19) {
  transition-delay: 7.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(20) {
  transition-delay: 8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(21) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(22) {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(23) {
  transition-delay: 9.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(24) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(25) {
  transition-delay: 10s;
}
.explode-text .line:nth-child(4) > .word:nth-child(26) {
  transition-delay: 10.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(27) {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(28) {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(29) {
  transition-delay: 11.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(30) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(4) > .word:nth-child(31) {
  transition-delay: 12.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(32) {
  transition-delay: 12.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(33) {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(34) {
  transition-delay: 13.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(35) {
  transition-delay: 14s;
}
.explode-text .line:nth-child(4) > .word:nth-child(36) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(37) {
  transition-delay: 14.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(38) {
  transition-delay: 15.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(39) {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(40) {
  transition-delay: 16s;
}
.explode-text .line:nth-child(4) > .word:nth-child(41) {
  transition-delay: 16.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(42) {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(43) {
  transition-delay: 17.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(44) {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(4) > .word:nth-child(45) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(4) > .word:nth-child(46) {
  transition-delay: 18.4s;
}
.explode-text .line:nth-child(4) > .word:nth-child(47) {
  transition-delay: 18.8s;
}
.explode-text .line:nth-child(4) > .word:nth-child(48) {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(4) > .word:nth-child(49) {
  transition-delay: 19.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(1) .word {
  transition-delay: 0.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(2) .word {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(3) .word {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(4) .word {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(5) .word {
  transition-delay: 2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(6) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(7) .word {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(8) .word {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(9) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(10) .word {
  transition-delay: 4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(11) .word {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(12) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(13) .word {
  transition-delay: 5.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(14) .word {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(15) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(16) .word {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(17) .word {
  transition-delay: 6.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(18) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(19) .word {
  transition-delay: 7.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(20) .word {
  transition-delay: 8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(21) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(22) .word {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(23) .word {
  transition-delay: 9.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(24) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(25) .word {
  transition-delay: 10s;
}
.explode-text .line:nth-child(4) .brush:nth-child(26) .word {
  transition-delay: 10.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(27) .word {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(28) .word {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(29) .word {
  transition-delay: 11.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(30) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(4) .brush:nth-child(31) .word {
  transition-delay: 12.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(32) .word {
  transition-delay: 12.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(33) .word {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(34) .word {
  transition-delay: 13.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(35) .word {
  transition-delay: 14s;
}
.explode-text .line:nth-child(4) .brush:nth-child(36) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(37) .word {
  transition-delay: 14.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(38) .word {
  transition-delay: 15.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(39) .word {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(40) .word {
  transition-delay: 16s;
}
.explode-text .line:nth-child(4) .brush:nth-child(41) .word {
  transition-delay: 16.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(42) .word {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(43) .word {
  transition-delay: 17.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(44) .word {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(4) .brush:nth-child(45) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(4) .brush:nth-child(46) .word {
  transition-delay: 18.4s;
}
.explode-text .line:nth-child(4) .brush:nth-child(47) .word {
  transition-delay: 18.8s;
}
.explode-text .line:nth-child(4) .brush:nth-child(48) .word {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(4) .brush:nth-child(49) .word {
  transition-delay: 19.6s;
}
.explode-text .line:nth-child(5) > .word:nth-child(1) {
  transition-delay: 0.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(2) {
  transition-delay: 1s;
}
.explode-text .line:nth-child(5) > .word:nth-child(3) {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(4) {
  transition-delay: 2s;
}
.explode-text .line:nth-child(5) > .word:nth-child(5) {
  transition-delay: 2.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(6) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(5) > .word:nth-child(7) {
  transition-delay: 3.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(8) {
  transition-delay: 4s;
}
.explode-text .line:nth-child(5) > .word:nth-child(9) {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(10) {
  transition-delay: 5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(11) {
  transition-delay: 5.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(12) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(5) > .word:nth-child(13) {
  transition-delay: 6.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(14) {
  transition-delay: 7s;
}
.explode-text .line:nth-child(5) > .word:nth-child(15) {
  transition-delay: 7.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(16) {
  transition-delay: 8s;
}
.explode-text .line:nth-child(5) > .word:nth-child(17) {
  transition-delay: 8.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(18) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(5) > .word:nth-child(19) {
  transition-delay: 9.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(20) {
  transition-delay: 10s;
}
.explode-text .line:nth-child(5) > .word:nth-child(21) {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(22) {
  transition-delay: 11s;
}
.explode-text .line:nth-child(5) > .word:nth-child(23) {
  transition-delay: 11.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(24) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(5) > .word:nth-child(25) {
  transition-delay: 12.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(26) {
  transition-delay: 13s;
}
.explode-text .line:nth-child(5) > .word:nth-child(27) {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(28) {
  transition-delay: 14s;
}
.explode-text .line:nth-child(5) > .word:nth-child(29) {
  transition-delay: 14.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(30) {
  transition-delay: 15s;
}
.explode-text .line:nth-child(5) > .word:nth-child(31) {
  transition-delay: 15.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(32) {
  transition-delay: 16s;
}
.explode-text .line:nth-child(5) > .word:nth-child(33) {
  transition-delay: 16.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(34) {
  transition-delay: 17s;
}
.explode-text .line:nth-child(5) > .word:nth-child(35) {
  transition-delay: 17.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(36) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(5) > .word:nth-child(37) {
  transition-delay: 18.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(38) {
  transition-delay: 19s;
}
.explode-text .line:nth-child(5) > .word:nth-child(39) {
  transition-delay: 19.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(40) {
  transition-delay: 20s;
}
.explode-text .line:nth-child(5) > .word:nth-child(41) {
  transition-delay: 20.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(42) {
  transition-delay: 21s;
}
.explode-text .line:nth-child(5) > .word:nth-child(43) {
  transition-delay: 21.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(44) {
  transition-delay: 22s;
}
.explode-text .line:nth-child(5) > .word:nth-child(45) {
  transition-delay: 22.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(46) {
  transition-delay: 23s;
}
.explode-text .line:nth-child(5) > .word:nth-child(47) {
  transition-delay: 23.5s;
}
.explode-text .line:nth-child(5) > .word:nth-child(48) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(5) > .word:nth-child(49) {
  transition-delay: 24.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(1) .word {
  transition-delay: 0.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(2) .word {
  transition-delay: 1s;
}
.explode-text .line:nth-child(5) .brush:nth-child(3) .word {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(4) .word {
  transition-delay: 2s;
}
.explode-text .line:nth-child(5) .brush:nth-child(5) .word {
  transition-delay: 2.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(6) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(5) .brush:nth-child(7) .word {
  transition-delay: 3.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(8) .word {
  transition-delay: 4s;
}
.explode-text .line:nth-child(5) .brush:nth-child(9) .word {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(10) .word {
  transition-delay: 5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(11) .word {
  transition-delay: 5.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(12) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(5) .brush:nth-child(13) .word {
  transition-delay: 6.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(14) .word {
  transition-delay: 7s;
}
.explode-text .line:nth-child(5) .brush:nth-child(15) .word {
  transition-delay: 7.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(16) .word {
  transition-delay: 8s;
}
.explode-text .line:nth-child(5) .brush:nth-child(17) .word {
  transition-delay: 8.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(18) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(5) .brush:nth-child(19) .word {
  transition-delay: 9.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(20) .word {
  transition-delay: 10s;
}
.explode-text .line:nth-child(5) .brush:nth-child(21) .word {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(22) .word {
  transition-delay: 11s;
}
.explode-text .line:nth-child(5) .brush:nth-child(23) .word {
  transition-delay: 11.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(24) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(5) .brush:nth-child(25) .word {
  transition-delay: 12.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(26) .word {
  transition-delay: 13s;
}
.explode-text .line:nth-child(5) .brush:nth-child(27) .word {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(28) .word {
  transition-delay: 14s;
}
.explode-text .line:nth-child(5) .brush:nth-child(29) .word {
  transition-delay: 14.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(30) .word {
  transition-delay: 15s;
}
.explode-text .line:nth-child(5) .brush:nth-child(31) .word {
  transition-delay: 15.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(32) .word {
  transition-delay: 16s;
}
.explode-text .line:nth-child(5) .brush:nth-child(33) .word {
  transition-delay: 16.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(34) .word {
  transition-delay: 17s;
}
.explode-text .line:nth-child(5) .brush:nth-child(35) .word {
  transition-delay: 17.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(36) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(5) .brush:nth-child(37) .word {
  transition-delay: 18.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(38) .word {
  transition-delay: 19s;
}
.explode-text .line:nth-child(5) .brush:nth-child(39) .word {
  transition-delay: 19.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(40) .word {
  transition-delay: 20s;
}
.explode-text .line:nth-child(5) .brush:nth-child(41) .word {
  transition-delay: 20.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(42) .word {
  transition-delay: 21s;
}
.explode-text .line:nth-child(5) .brush:nth-child(43) .word {
  transition-delay: 21.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(44) .word {
  transition-delay: 22s;
}
.explode-text .line:nth-child(5) .brush:nth-child(45) .word {
  transition-delay: 22.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(46) .word {
  transition-delay: 23s;
}
.explode-text .line:nth-child(5) .brush:nth-child(47) .word {
  transition-delay: 23.5s;
}
.explode-text .line:nth-child(5) .brush:nth-child(48) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(5) .brush:nth-child(49) .word {
  transition-delay: 24.5s;
}
.explode-text .line:nth-child(6) > .word:nth-child(1) {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(2) {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(3) {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(4) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(5) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(6) > .word:nth-child(6) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(7) {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(8) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(9) {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(10) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(11) {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(12) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(13) {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(14) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(15) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(6) > .word:nth-child(16) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(17) {
  transition-delay: 10.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(18) {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(19) {
  transition-delay: 11.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(20) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(6) > .word:nth-child(21) {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(22) {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(23) {
  transition-delay: 13.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(24) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(25) {
  transition-delay: 15s;
}
.explode-text .line:nth-child(6) > .word:nth-child(26) {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(27) {
  transition-delay: 16.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(28) {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(29) {
  transition-delay: 17.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(30) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(6) > .word:nth-child(31) {
  transition-delay: 18.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(32) {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(33) {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(34) {
  transition-delay: 20.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(35) {
  transition-delay: 21s;
}
.explode-text .line:nth-child(6) > .word:nth-child(36) {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(37) {
  transition-delay: 22.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(38) {
  transition-delay: 22.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(39) {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(40) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(6) > .word:nth-child(41) {
  transition-delay: 24.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(42) {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(43) {
  transition-delay: 25.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(44) {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(6) > .word:nth-child(45) {
  transition-delay: 27s;
}
.explode-text .line:nth-child(6) > .word:nth-child(46) {
  transition-delay: 27.6s;
}
.explode-text .line:nth-child(6) > .word:nth-child(47) {
  transition-delay: 28.2s;
}
.explode-text .line:nth-child(6) > .word:nth-child(48) {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(6) > .word:nth-child(49) {
  transition-delay: 29.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(1) .word {
  transition-delay: 0.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(2) .word {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(3) .word {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(4) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(5) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(6) .brush:nth-child(6) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(7) .word {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(8) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(9) .word {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(10) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(11) .word {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(12) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(13) .word {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(14) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(15) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(6) .brush:nth-child(16) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(17) .word {
  transition-delay: 10.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(18) .word {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(19) .word {
  transition-delay: 11.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(20) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(6) .brush:nth-child(21) .word {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(22) .word {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(23) .word {
  transition-delay: 13.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(24) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(25) .word {
  transition-delay: 15s;
}
.explode-text .line:nth-child(6) .brush:nth-child(26) .word {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(27) .word {
  transition-delay: 16.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(28) .word {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(29) .word {
  transition-delay: 17.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(30) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(6) .brush:nth-child(31) .word {
  transition-delay: 18.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(32) .word {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(33) .word {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(34) .word {
  transition-delay: 20.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(35) .word {
  transition-delay: 21s;
}
.explode-text .line:nth-child(6) .brush:nth-child(36) .word {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(37) .word {
  transition-delay: 22.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(38) .word {
  transition-delay: 22.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(39) .word {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(40) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(6) .brush:nth-child(41) .word {
  transition-delay: 24.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(42) .word {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(43) .word {
  transition-delay: 25.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(44) .word {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(6) .brush:nth-child(45) .word {
  transition-delay: 27s;
}
.explode-text .line:nth-child(6) .brush:nth-child(46) .word {
  transition-delay: 27.6s;
}
.explode-text .line:nth-child(6) .brush:nth-child(47) .word {
  transition-delay: 28.2s;
}
.explode-text .line:nth-child(6) .brush:nth-child(48) .word {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(6) .brush:nth-child(49) .word {
  transition-delay: 29.4s;
}
.explode-text .line:nth-child(7) > .word:nth-child(1) {
  transition-delay: 0.7s;
}
.explode-text .line:nth-child(7) > .word:nth-child(2) {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(7) > .word:nth-child(3) {
  transition-delay: 2.1s;
}
.explode-text .line:nth-child(7) > .word:nth-child(4) {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(7) > .word:nth-child(5) {
  transition-delay: 3.5s;
}
.explode-text .line:nth-child(7) > .word:nth-child(6) {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(7) > .word:nth-child(7) {
  transition-delay: 4.9s;
}
.explode-text .line:nth-child(7) > .word:nth-child(8) {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(7) > .word:nth-child(9) {
  transition-delay: 6.3s;
}
.explode-text .line:nth-child(7) > .word:nth-child(10) {
  transition-delay: 7s;
}
.explode-text .line:nth-child(7) > .word:nth-child(11) {
  transition-delay: 7.7s;
}
.explode-text .line:nth-child(7) > .word:nth-child(12) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(7) > .word:nth-child(13) {
  transition-delay: 9.1s;
}
.explode-text .line:nth-child(7) > .word:nth-child(14) {
  transition-delay: 9.8s;
}
.explode-text .line:nth-child(7) > .word:nth-child(15) {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(7) > .word:nth-child(16) {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(7) > .word:nth-child(17) {
  transition-delay: 11.9s;
}
.explode-text .line:nth-child(7) > .word:nth-child(18) {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(7) > .word:nth-child(19) {
  transition-delay: 13.3s;
}
.explode-text .line:nth-child(7) > .word:nth-child(20) {
  transition-delay: 14s;
}
.explode-text .line:nth-child(7) > .word:nth-child(21) {
  transition-delay: 14.7s;
}
.explode-text .line:nth-child(7) > .word:nth-child(22) {
  transition-delay: 15.4s;
}
.explode-text .line:nth-child(7) > .word:nth-child(23) {
  transition-delay: 16.1s;
}
.explode-text .line:nth-child(7) > .word:nth-child(24) {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(7) > .word:nth-child(25) {
  transition-delay: 17.5s;
}
.explode-text .line:nth-child(7) > .word:nth-child(26) {
  transition-delay: 18.2s;
}
.explode-text .line:nth-child(7) > .word:nth-child(27) {
  transition-delay: 18.9s;
}
.explode-text .line:nth-child(7) > .word:nth-child(28) {
  transition-delay: 19.6s;
}
.explode-text .line:nth-child(7) > .word:nth-child(29) {
  transition-delay: 20.3s;
}
.explode-text .line:nth-child(7) > .word:nth-child(30) {
  transition-delay: 21s;
}
.explode-text .line:nth-child(7) > .word:nth-child(31) {
  transition-delay: 21.7s;
}
.explode-text .line:nth-child(7) > .word:nth-child(32) {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(7) > .word:nth-child(33) {
  transition-delay: 23.1s;
}
.explode-text .line:nth-child(7) > .word:nth-child(34) {
  transition-delay: 23.8s;
}
.explode-text .line:nth-child(7) > .word:nth-child(35) {
  transition-delay: 24.5s;
}
.explode-text .line:nth-child(7) > .word:nth-child(36) {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(7) > .word:nth-child(37) {
  transition-delay: 25.9s;
}
.explode-text .line:nth-child(7) > .word:nth-child(38) {
  transition-delay: 26.6s;
}
.explode-text .line:nth-child(7) > .word:nth-child(39) {
  transition-delay: 27.3s;
}
.explode-text .line:nth-child(7) > .word:nth-child(40) {
  transition-delay: 28s;
}
.explode-text .line:nth-child(7) > .word:nth-child(41) {
  transition-delay: 28.7s;
}
.explode-text .line:nth-child(7) > .word:nth-child(42) {
  transition-delay: 29.4s;
}
.explode-text .line:nth-child(7) > .word:nth-child(43) {
  transition-delay: 30.1s;
}
.explode-text .line:nth-child(7) > .word:nth-child(44) {
  transition-delay: 30.8s;
}
.explode-text .line:nth-child(7) > .word:nth-child(45) {
  transition-delay: 31.5s;
}
.explode-text .line:nth-child(7) > .word:nth-child(46) {
  transition-delay: 32.2s;
}
.explode-text .line:nth-child(7) > .word:nth-child(47) {
  transition-delay: 32.9s;
}
.explode-text .line:nth-child(7) > .word:nth-child(48) {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(7) > .word:nth-child(49) {
  transition-delay: 34.3s;
}
.explode-text .line:nth-child(7) .brush:nth-child(1) .word {
  transition-delay: 0.7s;
}
.explode-text .line:nth-child(7) .brush:nth-child(2) .word {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(7) .brush:nth-child(3) .word {
  transition-delay: 2.1s;
}
.explode-text .line:nth-child(7) .brush:nth-child(4) .word {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(7) .brush:nth-child(5) .word {
  transition-delay: 3.5s;
}
.explode-text .line:nth-child(7) .brush:nth-child(6) .word {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(7) .brush:nth-child(7) .word {
  transition-delay: 4.9s;
}
.explode-text .line:nth-child(7) .brush:nth-child(8) .word {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(7) .brush:nth-child(9) .word {
  transition-delay: 6.3s;
}
.explode-text .line:nth-child(7) .brush:nth-child(10) .word {
  transition-delay: 7s;
}
.explode-text .line:nth-child(7) .brush:nth-child(11) .word {
  transition-delay: 7.7s;
}
.explode-text .line:nth-child(7) .brush:nth-child(12) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(7) .brush:nth-child(13) .word {
  transition-delay: 9.1s;
}
.explode-text .line:nth-child(7) .brush:nth-child(14) .word {
  transition-delay: 9.8s;
}
.explode-text .line:nth-child(7) .brush:nth-child(15) .word {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(7) .brush:nth-child(16) .word {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(7) .brush:nth-child(17) .word {
  transition-delay: 11.9s;
}
.explode-text .line:nth-child(7) .brush:nth-child(18) .word {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(7) .brush:nth-child(19) .word {
  transition-delay: 13.3s;
}
.explode-text .line:nth-child(7) .brush:nth-child(20) .word {
  transition-delay: 14s;
}
.explode-text .line:nth-child(7) .brush:nth-child(21) .word {
  transition-delay: 14.7s;
}
.explode-text .line:nth-child(7) .brush:nth-child(22) .word {
  transition-delay: 15.4s;
}
.explode-text .line:nth-child(7) .brush:nth-child(23) .word {
  transition-delay: 16.1s;
}
.explode-text .line:nth-child(7) .brush:nth-child(24) .word {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(7) .brush:nth-child(25) .word {
  transition-delay: 17.5s;
}
.explode-text .line:nth-child(7) .brush:nth-child(26) .word {
  transition-delay: 18.2s;
}
.explode-text .line:nth-child(7) .brush:nth-child(27) .word {
  transition-delay: 18.9s;
}
.explode-text .line:nth-child(7) .brush:nth-child(28) .word {
  transition-delay: 19.6s;
}
.explode-text .line:nth-child(7) .brush:nth-child(29) .word {
  transition-delay: 20.3s;
}
.explode-text .line:nth-child(7) .brush:nth-child(30) .word {
  transition-delay: 21s;
}
.explode-text .line:nth-child(7) .brush:nth-child(31) .word {
  transition-delay: 21.7s;
}
.explode-text .line:nth-child(7) .brush:nth-child(32) .word {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(7) .brush:nth-child(33) .word {
  transition-delay: 23.1s;
}
.explode-text .line:nth-child(7) .brush:nth-child(34) .word {
  transition-delay: 23.8s;
}
.explode-text .line:nth-child(7) .brush:nth-child(35) .word {
  transition-delay: 24.5s;
}
.explode-text .line:nth-child(7) .brush:nth-child(36) .word {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(7) .brush:nth-child(37) .word {
  transition-delay: 25.9s;
}
.explode-text .line:nth-child(7) .brush:nth-child(38) .word {
  transition-delay: 26.6s;
}
.explode-text .line:nth-child(7) .brush:nth-child(39) .word {
  transition-delay: 27.3s;
}
.explode-text .line:nth-child(7) .brush:nth-child(40) .word {
  transition-delay: 28s;
}
.explode-text .line:nth-child(7) .brush:nth-child(41) .word {
  transition-delay: 28.7s;
}
.explode-text .line:nth-child(7) .brush:nth-child(42) .word {
  transition-delay: 29.4s;
}
.explode-text .line:nth-child(7) .brush:nth-child(43) .word {
  transition-delay: 30.1s;
}
.explode-text .line:nth-child(7) .brush:nth-child(44) .word {
  transition-delay: 30.8s;
}
.explode-text .line:nth-child(7) .brush:nth-child(45) .word {
  transition-delay: 31.5s;
}
.explode-text .line:nth-child(7) .brush:nth-child(46) .word {
  transition-delay: 32.2s;
}
.explode-text .line:nth-child(7) .brush:nth-child(47) .word {
  transition-delay: 32.9s;
}
.explode-text .line:nth-child(7) .brush:nth-child(48) .word {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(7) .brush:nth-child(49) .word {
  transition-delay: 34.3s;
}
.explode-text .line:nth-child(8) > .word:nth-child(1) {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(2) {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(3) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(4) {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(5) {
  transition-delay: 4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(6) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(7) {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(8) {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(9) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(10) {
  transition-delay: 8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(11) {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(12) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(13) {
  transition-delay: 10.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(14) {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(15) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(8) > .word:nth-child(16) {
  transition-delay: 12.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(17) {
  transition-delay: 13.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(18) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(19) {
  transition-delay: 15.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(20) {
  transition-delay: 16s;
}
.explode-text .line:nth-child(8) > .word:nth-child(21) {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(22) {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(23) {
  transition-delay: 18.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(24) {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(25) {
  transition-delay: 20s;
}
.explode-text .line:nth-child(8) > .word:nth-child(26) {
  transition-delay: 20.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(27) {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(28) {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(29) {
  transition-delay: 23.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(30) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(8) > .word:nth-child(31) {
  transition-delay: 24.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(32) {
  transition-delay: 25.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(33) {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(34) {
  transition-delay: 27.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(35) {
  transition-delay: 28s;
}
.explode-text .line:nth-child(8) > .word:nth-child(36) {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(37) {
  transition-delay: 29.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(38) {
  transition-delay: 30.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(39) {
  transition-delay: 31.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(40) {
  transition-delay: 32s;
}
.explode-text .line:nth-child(8) > .word:nth-child(41) {
  transition-delay: 32.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(42) {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(43) {
  transition-delay: 34.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(44) {
  transition-delay: 35.2s;
}
.explode-text .line:nth-child(8) > .word:nth-child(45) {
  transition-delay: 36s;
}
.explode-text .line:nth-child(8) > .word:nth-child(46) {
  transition-delay: 36.8s;
}
.explode-text .line:nth-child(8) > .word:nth-child(47) {
  transition-delay: 37.6s;
}
.explode-text .line:nth-child(8) > .word:nth-child(48) {
  transition-delay: 38.4s;
}
.explode-text .line:nth-child(8) > .word:nth-child(49) {
  transition-delay: 39.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(1) .word {
  transition-delay: 0.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(2) .word {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(3) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(4) .word {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(5) .word {
  transition-delay: 4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(6) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(7) .word {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(8) .word {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(9) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(10) .word {
  transition-delay: 8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(11) .word {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(12) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(13) .word {
  transition-delay: 10.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(14) .word {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(15) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(8) .brush:nth-child(16) .word {
  transition-delay: 12.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(17) .word {
  transition-delay: 13.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(18) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(19) .word {
  transition-delay: 15.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(20) .word {
  transition-delay: 16s;
}
.explode-text .line:nth-child(8) .brush:nth-child(21) .word {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(22) .word {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(23) .word {
  transition-delay: 18.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(24) .word {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(25) .word {
  transition-delay: 20s;
}
.explode-text .line:nth-child(8) .brush:nth-child(26) .word {
  transition-delay: 20.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(27) .word {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(28) .word {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(29) .word {
  transition-delay: 23.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(30) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(8) .brush:nth-child(31) .word {
  transition-delay: 24.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(32) .word {
  transition-delay: 25.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(33) .word {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(34) .word {
  transition-delay: 27.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(35) .word {
  transition-delay: 28s;
}
.explode-text .line:nth-child(8) .brush:nth-child(36) .word {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(37) .word {
  transition-delay: 29.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(38) .word {
  transition-delay: 30.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(39) .word {
  transition-delay: 31.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(40) .word {
  transition-delay: 32s;
}
.explode-text .line:nth-child(8) .brush:nth-child(41) .word {
  transition-delay: 32.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(42) .word {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(43) .word {
  transition-delay: 34.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(44) .word {
  transition-delay: 35.2s;
}
.explode-text .line:nth-child(8) .brush:nth-child(45) .word {
  transition-delay: 36s;
}
.explode-text .line:nth-child(8) .brush:nth-child(46) .word {
  transition-delay: 36.8s;
}
.explode-text .line:nth-child(8) .brush:nth-child(47) .word {
  transition-delay: 37.6s;
}
.explode-text .line:nth-child(8) .brush:nth-child(48) .word {
  transition-delay: 38.4s;
}
.explode-text .line:nth-child(8) .brush:nth-child(49) .word {
  transition-delay: 39.2s;
}
.explode-text .line:nth-child(9) > .word:nth-child(1) {
  transition-delay: 0.9s;
}
.explode-text .line:nth-child(9) > .word:nth-child(2) {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(9) > .word:nth-child(3) {
  transition-delay: 2.7s;
}
.explode-text .line:nth-child(9) > .word:nth-child(4) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(9) > .word:nth-child(5) {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(9) > .word:nth-child(6) {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(9) > .word:nth-child(7) {
  transition-delay: 6.3s;
}
.explode-text .line:nth-child(9) > .word:nth-child(8) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(9) > .word:nth-child(9) {
  transition-delay: 8.1s;
}
.explode-text .line:nth-child(9) > .word:nth-child(10) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(9) > .word:nth-child(11) {
  transition-delay: 9.9s;
}
.explode-text .line:nth-child(9) > .word:nth-child(12) {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(9) > .word:nth-child(13) {
  transition-delay: 11.7s;
}
.explode-text .line:nth-child(9) > .word:nth-child(14) {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(9) > .word:nth-child(15) {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(9) > .word:nth-child(16) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(9) > .word:nth-child(17) {
  transition-delay: 15.3s;
}
.explode-text .line:nth-child(9) > .word:nth-child(18) {
  transition-delay: 16.2s;
}
.explode-text .line:nth-child(9) > .word:nth-child(19) {
  transition-delay: 17.1s;
}
.explode-text .line:nth-child(9) > .word:nth-child(20) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(9) > .word:nth-child(21) {
  transition-delay: 18.9s;
}
.explode-text .line:nth-child(9) > .word:nth-child(22) {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(9) > .word:nth-child(23) {
  transition-delay: 20.7s;
}
.explode-text .line:nth-child(9) > .word:nth-child(24) {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(9) > .word:nth-child(25) {
  transition-delay: 22.5s;
}
.explode-text .line:nth-child(9) > .word:nth-child(26) {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(9) > .word:nth-child(27) {
  transition-delay: 24.3s;
}
.explode-text .line:nth-child(9) > .word:nth-child(28) {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(9) > .word:nth-child(29) {
  transition-delay: 26.1s;
}
.explode-text .line:nth-child(9) > .word:nth-child(30) {
  transition-delay: 27s;
}
.explode-text .line:nth-child(9) > .word:nth-child(31) {
  transition-delay: 27.9s;
}
.explode-text .line:nth-child(9) > .word:nth-child(32) {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(9) > .word:nth-child(33) {
  transition-delay: 29.7s;
}
.explode-text .line:nth-child(9) > .word:nth-child(34) {
  transition-delay: 30.6s;
}
.explode-text .line:nth-child(9) > .word:nth-child(35) {
  transition-delay: 31.5s;
}
.explode-text .line:nth-child(9) > .word:nth-child(36) {
  transition-delay: 32.4s;
}
.explode-text .line:nth-child(9) > .word:nth-child(37) {
  transition-delay: 33.3s;
}
.explode-text .line:nth-child(9) > .word:nth-child(38) {
  transition-delay: 34.2s;
}
.explode-text .line:nth-child(9) > .word:nth-child(39) {
  transition-delay: 35.1s;
}
.explode-text .line:nth-child(9) > .word:nth-child(40) {
  transition-delay: 36s;
}
.explode-text .line:nth-child(9) > .word:nth-child(41) {
  transition-delay: 36.9s;
}
.explode-text .line:nth-child(9) > .word:nth-child(42) {
  transition-delay: 37.8s;
}
.explode-text .line:nth-child(9) > .word:nth-child(43) {
  transition-delay: 38.7s;
}
.explode-text .line:nth-child(9) > .word:nth-child(44) {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(9) > .word:nth-child(45) {
  transition-delay: 40.5s;
}
.explode-text .line:nth-child(9) > .word:nth-child(46) {
  transition-delay: 41.4s;
}
.explode-text .line:nth-child(9) > .word:nth-child(47) {
  transition-delay: 42.3s;
}
.explode-text .line:nth-child(9) > .word:nth-child(48) {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(9) > .word:nth-child(49) {
  transition-delay: 44.1s;
}
.explode-text .line:nth-child(9) .brush:nth-child(1) .word {
  transition-delay: 0.9s;
}
.explode-text .line:nth-child(9) .brush:nth-child(2) .word {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(9) .brush:nth-child(3) .word {
  transition-delay: 2.7s;
}
.explode-text .line:nth-child(9) .brush:nth-child(4) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(9) .brush:nth-child(5) .word {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(9) .brush:nth-child(6) .word {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(9) .brush:nth-child(7) .word {
  transition-delay: 6.3s;
}
.explode-text .line:nth-child(9) .brush:nth-child(8) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(9) .brush:nth-child(9) .word {
  transition-delay: 8.1s;
}
.explode-text .line:nth-child(9) .brush:nth-child(10) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(9) .brush:nth-child(11) .word {
  transition-delay: 9.9s;
}
.explode-text .line:nth-child(9) .brush:nth-child(12) .word {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(9) .brush:nth-child(13) .word {
  transition-delay: 11.7s;
}
.explode-text .line:nth-child(9) .brush:nth-child(14) .word {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(9) .brush:nth-child(15) .word {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(9) .brush:nth-child(16) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(9) .brush:nth-child(17) .word {
  transition-delay: 15.3s;
}
.explode-text .line:nth-child(9) .brush:nth-child(18) .word {
  transition-delay: 16.2s;
}
.explode-text .line:nth-child(9) .brush:nth-child(19) .word {
  transition-delay: 17.1s;
}
.explode-text .line:nth-child(9) .brush:nth-child(20) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(9) .brush:nth-child(21) .word {
  transition-delay: 18.9s;
}
.explode-text .line:nth-child(9) .brush:nth-child(22) .word {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(9) .brush:nth-child(23) .word {
  transition-delay: 20.7s;
}
.explode-text .line:nth-child(9) .brush:nth-child(24) .word {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(9) .brush:nth-child(25) .word {
  transition-delay: 22.5s;
}
.explode-text .line:nth-child(9) .brush:nth-child(26) .word {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(9) .brush:nth-child(27) .word {
  transition-delay: 24.3s;
}
.explode-text .line:nth-child(9) .brush:nth-child(28) .word {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(9) .brush:nth-child(29) .word {
  transition-delay: 26.1s;
}
.explode-text .line:nth-child(9) .brush:nth-child(30) .word {
  transition-delay: 27s;
}
.explode-text .line:nth-child(9) .brush:nth-child(31) .word {
  transition-delay: 27.9s;
}
.explode-text .line:nth-child(9) .brush:nth-child(32) .word {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(9) .brush:nth-child(33) .word {
  transition-delay: 29.7s;
}
.explode-text .line:nth-child(9) .brush:nth-child(34) .word {
  transition-delay: 30.6s;
}
.explode-text .line:nth-child(9) .brush:nth-child(35) .word {
  transition-delay: 31.5s;
}
.explode-text .line:nth-child(9) .brush:nth-child(36) .word {
  transition-delay: 32.4s;
}
.explode-text .line:nth-child(9) .brush:nth-child(37) .word {
  transition-delay: 33.3s;
}
.explode-text .line:nth-child(9) .brush:nth-child(38) .word {
  transition-delay: 34.2s;
}
.explode-text .line:nth-child(9) .brush:nth-child(39) .word {
  transition-delay: 35.1s;
}
.explode-text .line:nth-child(9) .brush:nth-child(40) .word {
  transition-delay: 36s;
}
.explode-text .line:nth-child(9) .brush:nth-child(41) .word {
  transition-delay: 36.9s;
}
.explode-text .line:nth-child(9) .brush:nth-child(42) .word {
  transition-delay: 37.8s;
}
.explode-text .line:nth-child(9) .brush:nth-child(43) .word {
  transition-delay: 38.7s;
}
.explode-text .line:nth-child(9) .brush:nth-child(44) .word {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(9) .brush:nth-child(45) .word {
  transition-delay: 40.5s;
}
.explode-text .line:nth-child(9) .brush:nth-child(46) .word {
  transition-delay: 41.4s;
}
.explode-text .line:nth-child(9) .brush:nth-child(47) .word {
  transition-delay: 42.3s;
}
.explode-text .line:nth-child(9) .brush:nth-child(48) .word {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(9) .brush:nth-child(49) .word {
  transition-delay: 44.1s;
}
.explode-text .line:nth-child(10) > .word:nth-child(1) {
  transition-delay: 1s;
}
.explode-text .line:nth-child(10) > .word:nth-child(2) {
  transition-delay: 2s;
}
.explode-text .line:nth-child(10) > .word:nth-child(3) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(10) > .word:nth-child(4) {
  transition-delay: 4s;
}
.explode-text .line:nth-child(10) > .word:nth-child(5) {
  transition-delay: 5s;
}
.explode-text .line:nth-child(10) > .word:nth-child(6) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(10) > .word:nth-child(7) {
  transition-delay: 7s;
}
.explode-text .line:nth-child(10) > .word:nth-child(8) {
  transition-delay: 8s;
}
.explode-text .line:nth-child(10) > .word:nth-child(9) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(10) > .word:nth-child(10) {
  transition-delay: 10s;
}
.explode-text .line:nth-child(10) > .word:nth-child(11) {
  transition-delay: 11s;
}
.explode-text .line:nth-child(10) > .word:nth-child(12) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(10) > .word:nth-child(13) {
  transition-delay: 13s;
}
.explode-text .line:nth-child(10) > .word:nth-child(14) {
  transition-delay: 14s;
}
.explode-text .line:nth-child(10) > .word:nth-child(15) {
  transition-delay: 15s;
}
.explode-text .line:nth-child(10) > .word:nth-child(16) {
  transition-delay: 16s;
}
.explode-text .line:nth-child(10) > .word:nth-child(17) {
  transition-delay: 17s;
}
.explode-text .line:nth-child(10) > .word:nth-child(18) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(10) > .word:nth-child(19) {
  transition-delay: 19s;
}
.explode-text .line:nth-child(10) > .word:nth-child(20) {
  transition-delay: 20s;
}
.explode-text .line:nth-child(10) > .word:nth-child(21) {
  transition-delay: 21s;
}
.explode-text .line:nth-child(10) > .word:nth-child(22) {
  transition-delay: 22s;
}
.explode-text .line:nth-child(10) > .word:nth-child(23) {
  transition-delay: 23s;
}
.explode-text .line:nth-child(10) > .word:nth-child(24) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(10) > .word:nth-child(25) {
  transition-delay: 25s;
}
.explode-text .line:nth-child(10) > .word:nth-child(26) {
  transition-delay: 26s;
}
.explode-text .line:nth-child(10) > .word:nth-child(27) {
  transition-delay: 27s;
}
.explode-text .line:nth-child(10) > .word:nth-child(28) {
  transition-delay: 28s;
}
.explode-text .line:nth-child(10) > .word:nth-child(29) {
  transition-delay: 29s;
}
.explode-text .line:nth-child(10) > .word:nth-child(30) {
  transition-delay: 30s;
}
.explode-text .line:nth-child(10) > .word:nth-child(31) {
  transition-delay: 31s;
}
.explode-text .line:nth-child(10) > .word:nth-child(32) {
  transition-delay: 32s;
}
.explode-text .line:nth-child(10) > .word:nth-child(33) {
  transition-delay: 33s;
}
.explode-text .line:nth-child(10) > .word:nth-child(34) {
  transition-delay: 34s;
}
.explode-text .line:nth-child(10) > .word:nth-child(35) {
  transition-delay: 35s;
}
.explode-text .line:nth-child(10) > .word:nth-child(36) {
  transition-delay: 36s;
}
.explode-text .line:nth-child(10) > .word:nth-child(37) {
  transition-delay: 37s;
}
.explode-text .line:nth-child(10) > .word:nth-child(38) {
  transition-delay: 38s;
}
.explode-text .line:nth-child(10) > .word:nth-child(39) {
  transition-delay: 39s;
}
.explode-text .line:nth-child(10) > .word:nth-child(40) {
  transition-delay: 40s;
}
.explode-text .line:nth-child(10) > .word:nth-child(41) {
  transition-delay: 41s;
}
.explode-text .line:nth-child(10) > .word:nth-child(42) {
  transition-delay: 42s;
}
.explode-text .line:nth-child(10) > .word:nth-child(43) {
  transition-delay: 43s;
}
.explode-text .line:nth-child(10) > .word:nth-child(44) {
  transition-delay: 44s;
}
.explode-text .line:nth-child(10) > .word:nth-child(45) {
  transition-delay: 45s;
}
.explode-text .line:nth-child(10) > .word:nth-child(46) {
  transition-delay: 46s;
}
.explode-text .line:nth-child(10) > .word:nth-child(47) {
  transition-delay: 47s;
}
.explode-text .line:nth-child(10) > .word:nth-child(48) {
  transition-delay: 48s;
}
.explode-text .line:nth-child(10) > .word:nth-child(49) {
  transition-delay: 49s;
}
.explode-text .line:nth-child(10) .brush:nth-child(1) .word {
  transition-delay: 1s;
}
.explode-text .line:nth-child(10) .brush:nth-child(2) .word {
  transition-delay: 2s;
}
.explode-text .line:nth-child(10) .brush:nth-child(3) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(10) .brush:nth-child(4) .word {
  transition-delay: 4s;
}
.explode-text .line:nth-child(10) .brush:nth-child(5) .word {
  transition-delay: 5s;
}
.explode-text .line:nth-child(10) .brush:nth-child(6) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(10) .brush:nth-child(7) .word {
  transition-delay: 7s;
}
.explode-text .line:nth-child(10) .brush:nth-child(8) .word {
  transition-delay: 8s;
}
.explode-text .line:nth-child(10) .brush:nth-child(9) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(10) .brush:nth-child(10) .word {
  transition-delay: 10s;
}
.explode-text .line:nth-child(10) .brush:nth-child(11) .word {
  transition-delay: 11s;
}
.explode-text .line:nth-child(10) .brush:nth-child(12) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(10) .brush:nth-child(13) .word {
  transition-delay: 13s;
}
.explode-text .line:nth-child(10) .brush:nth-child(14) .word {
  transition-delay: 14s;
}
.explode-text .line:nth-child(10) .brush:nth-child(15) .word {
  transition-delay: 15s;
}
.explode-text .line:nth-child(10) .brush:nth-child(16) .word {
  transition-delay: 16s;
}
.explode-text .line:nth-child(10) .brush:nth-child(17) .word {
  transition-delay: 17s;
}
.explode-text .line:nth-child(10) .brush:nth-child(18) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(10) .brush:nth-child(19) .word {
  transition-delay: 19s;
}
.explode-text .line:nth-child(10) .brush:nth-child(20) .word {
  transition-delay: 20s;
}
.explode-text .line:nth-child(10) .brush:nth-child(21) .word {
  transition-delay: 21s;
}
.explode-text .line:nth-child(10) .brush:nth-child(22) .word {
  transition-delay: 22s;
}
.explode-text .line:nth-child(10) .brush:nth-child(23) .word {
  transition-delay: 23s;
}
.explode-text .line:nth-child(10) .brush:nth-child(24) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(10) .brush:nth-child(25) .word {
  transition-delay: 25s;
}
.explode-text .line:nth-child(10) .brush:nth-child(26) .word {
  transition-delay: 26s;
}
.explode-text .line:nth-child(10) .brush:nth-child(27) .word {
  transition-delay: 27s;
}
.explode-text .line:nth-child(10) .brush:nth-child(28) .word {
  transition-delay: 28s;
}
.explode-text .line:nth-child(10) .brush:nth-child(29) .word {
  transition-delay: 29s;
}
.explode-text .line:nth-child(10) .brush:nth-child(30) .word {
  transition-delay: 30s;
}
.explode-text .line:nth-child(10) .brush:nth-child(31) .word {
  transition-delay: 31s;
}
.explode-text .line:nth-child(10) .brush:nth-child(32) .word {
  transition-delay: 32s;
}
.explode-text .line:nth-child(10) .brush:nth-child(33) .word {
  transition-delay: 33s;
}
.explode-text .line:nth-child(10) .brush:nth-child(34) .word {
  transition-delay: 34s;
}
.explode-text .line:nth-child(10) .brush:nth-child(35) .word {
  transition-delay: 35s;
}
.explode-text .line:nth-child(10) .brush:nth-child(36) .word {
  transition-delay: 36s;
}
.explode-text .line:nth-child(10) .brush:nth-child(37) .word {
  transition-delay: 37s;
}
.explode-text .line:nth-child(10) .brush:nth-child(38) .word {
  transition-delay: 38s;
}
.explode-text .line:nth-child(10) .brush:nth-child(39) .word {
  transition-delay: 39s;
}
.explode-text .line:nth-child(10) .brush:nth-child(40) .word {
  transition-delay: 40s;
}
.explode-text .line:nth-child(10) .brush:nth-child(41) .word {
  transition-delay: 41s;
}
.explode-text .line:nth-child(10) .brush:nth-child(42) .word {
  transition-delay: 42s;
}
.explode-text .line:nth-child(10) .brush:nth-child(43) .word {
  transition-delay: 43s;
}
.explode-text .line:nth-child(10) .brush:nth-child(44) .word {
  transition-delay: 44s;
}
.explode-text .line:nth-child(10) .brush:nth-child(45) .word {
  transition-delay: 45s;
}
.explode-text .line:nth-child(10) .brush:nth-child(46) .word {
  transition-delay: 46s;
}
.explode-text .line:nth-child(10) .brush:nth-child(47) .word {
  transition-delay: 47s;
}
.explode-text .line:nth-child(10) .brush:nth-child(48) .word {
  transition-delay: 48s;
}
.explode-text .line:nth-child(10) .brush:nth-child(49) .word {
  transition-delay: 49s;
}
.explode-text .line:nth-child(11) > .word:nth-child(1) {
  transition-delay: 1.1s;
}
.explode-text .line:nth-child(11) > .word:nth-child(2) {
  transition-delay: 2.2s;
}
.explode-text .line:nth-child(11) > .word:nth-child(3) {
  transition-delay: 3.3s;
}
.explode-text .line:nth-child(11) > .word:nth-child(4) {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(11) > .word:nth-child(5) {
  transition-delay: 5.5s;
}
.explode-text .line:nth-child(11) > .word:nth-child(6) {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(11) > .word:nth-child(7) {
  transition-delay: 7.7s;
}
.explode-text .line:nth-child(11) > .word:nth-child(8) {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(11) > .word:nth-child(9) {
  transition-delay: 9.9s;
}
.explode-text .line:nth-child(11) > .word:nth-child(10) {
  transition-delay: 11s;
}
.explode-text .line:nth-child(11) > .word:nth-child(11) {
  transition-delay: 12.1s;
}
.explode-text .line:nth-child(11) > .word:nth-child(12) {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(11) > .word:nth-child(13) {
  transition-delay: 14.3s;
}
.explode-text .line:nth-child(11) > .word:nth-child(14) {
  transition-delay: 15.4s;
}
.explode-text .line:nth-child(11) > .word:nth-child(15) {
  transition-delay: 16.5s;
}
.explode-text .line:nth-child(11) > .word:nth-child(16) {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(11) > .word:nth-child(17) {
  transition-delay: 18.7s;
}
.explode-text .line:nth-child(11) > .word:nth-child(18) {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(11) > .word:nth-child(19) {
  transition-delay: 20.9s;
}
.explode-text .line:nth-child(11) > .word:nth-child(20) {
  transition-delay: 22s;
}
.explode-text .line:nth-child(11) > .word:nth-child(21) {
  transition-delay: 23.1s;
}
.explode-text .line:nth-child(11) > .word:nth-child(22) {
  transition-delay: 24.2s;
}
.explode-text .line:nth-child(11) > .word:nth-child(23) {
  transition-delay: 25.3s;
}
.explode-text .line:nth-child(11) > .word:nth-child(24) {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(11) > .word:nth-child(25) {
  transition-delay: 27.5s;
}
.explode-text .line:nth-child(11) > .word:nth-child(26) {
  transition-delay: 28.6s;
}
.explode-text .line:nth-child(11) > .word:nth-child(27) {
  transition-delay: 29.7s;
}
.explode-text .line:nth-child(11) > .word:nth-child(28) {
  transition-delay: 30.8s;
}
.explode-text .line:nth-child(11) > .word:nth-child(29) {
  transition-delay: 31.9s;
}
.explode-text .line:nth-child(11) > .word:nth-child(30) {
  transition-delay: 33s;
}
.explode-text .line:nth-child(11) > .word:nth-child(31) {
  transition-delay: 34.1s;
}
.explode-text .line:nth-child(11) > .word:nth-child(32) {
  transition-delay: 35.2s;
}
.explode-text .line:nth-child(11) > .word:nth-child(33) {
  transition-delay: 36.3s;
}
.explode-text .line:nth-child(11) > .word:nth-child(34) {
  transition-delay: 37.4s;
}
.explode-text .line:nth-child(11) > .word:nth-child(35) {
  transition-delay: 38.5s;
}
.explode-text .line:nth-child(11) > .word:nth-child(36) {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(11) > .word:nth-child(37) {
  transition-delay: 40.7s;
}
.explode-text .line:nth-child(11) > .word:nth-child(38) {
  transition-delay: 41.8s;
}
.explode-text .line:nth-child(11) > .word:nth-child(39) {
  transition-delay: 42.9s;
}
.explode-text .line:nth-child(11) > .word:nth-child(40) {
  transition-delay: 44s;
}
.explode-text .line:nth-child(11) > .word:nth-child(41) {
  transition-delay: 45.1s;
}
.explode-text .line:nth-child(11) > .word:nth-child(42) {
  transition-delay: 46.2s;
}
.explode-text .line:nth-child(11) > .word:nth-child(43) {
  transition-delay: 47.3s;
}
.explode-text .line:nth-child(11) > .word:nth-child(44) {
  transition-delay: 48.4s;
}
.explode-text .line:nth-child(11) > .word:nth-child(45) {
  transition-delay: 49.5s;
}
.explode-text .line:nth-child(11) > .word:nth-child(46) {
  transition-delay: 50.6s;
}
.explode-text .line:nth-child(11) > .word:nth-child(47) {
  transition-delay: 51.7s;
}
.explode-text .line:nth-child(11) > .word:nth-child(48) {
  transition-delay: 52.8s;
}
.explode-text .line:nth-child(11) > .word:nth-child(49) {
  transition-delay: 53.9s;
}
.explode-text .line:nth-child(11) .brush:nth-child(1) .word {
  transition-delay: 1.1s;
}
.explode-text .line:nth-child(11) .brush:nth-child(2) .word {
  transition-delay: 2.2s;
}
.explode-text .line:nth-child(11) .brush:nth-child(3) .word {
  transition-delay: 3.3s;
}
.explode-text .line:nth-child(11) .brush:nth-child(4) .word {
  transition-delay: 4.4s;
}
.explode-text .line:nth-child(11) .brush:nth-child(5) .word {
  transition-delay: 5.5s;
}
.explode-text .line:nth-child(11) .brush:nth-child(6) .word {
  transition-delay: 6.6s;
}
.explode-text .line:nth-child(11) .brush:nth-child(7) .word {
  transition-delay: 7.7s;
}
.explode-text .line:nth-child(11) .brush:nth-child(8) .word {
  transition-delay: 8.8s;
}
.explode-text .line:nth-child(11) .brush:nth-child(9) .word {
  transition-delay: 9.9s;
}
.explode-text .line:nth-child(11) .brush:nth-child(10) .word {
  transition-delay: 11s;
}
.explode-text .line:nth-child(11) .brush:nth-child(11) .word {
  transition-delay: 12.1s;
}
.explode-text .line:nth-child(11) .brush:nth-child(12) .word {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(11) .brush:nth-child(13) .word {
  transition-delay: 14.3s;
}
.explode-text .line:nth-child(11) .brush:nth-child(14) .word {
  transition-delay: 15.4s;
}
.explode-text .line:nth-child(11) .brush:nth-child(15) .word {
  transition-delay: 16.5s;
}
.explode-text .line:nth-child(11) .brush:nth-child(16) .word {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(11) .brush:nth-child(17) .word {
  transition-delay: 18.7s;
}
.explode-text .line:nth-child(11) .brush:nth-child(18) .word {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(11) .brush:nth-child(19) .word {
  transition-delay: 20.9s;
}
.explode-text .line:nth-child(11) .brush:nth-child(20) .word {
  transition-delay: 22s;
}
.explode-text .line:nth-child(11) .brush:nth-child(21) .word {
  transition-delay: 23.1s;
}
.explode-text .line:nth-child(11) .brush:nth-child(22) .word {
  transition-delay: 24.2s;
}
.explode-text .line:nth-child(11) .brush:nth-child(23) .word {
  transition-delay: 25.3s;
}
.explode-text .line:nth-child(11) .brush:nth-child(24) .word {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(11) .brush:nth-child(25) .word {
  transition-delay: 27.5s;
}
.explode-text .line:nth-child(11) .brush:nth-child(26) .word {
  transition-delay: 28.6s;
}
.explode-text .line:nth-child(11) .brush:nth-child(27) .word {
  transition-delay: 29.7s;
}
.explode-text .line:nth-child(11) .brush:nth-child(28) .word {
  transition-delay: 30.8s;
}
.explode-text .line:nth-child(11) .brush:nth-child(29) .word {
  transition-delay: 31.9s;
}
.explode-text .line:nth-child(11) .brush:nth-child(30) .word {
  transition-delay: 33s;
}
.explode-text .line:nth-child(11) .brush:nth-child(31) .word {
  transition-delay: 34.1s;
}
.explode-text .line:nth-child(11) .brush:nth-child(32) .word {
  transition-delay: 35.2s;
}
.explode-text .line:nth-child(11) .brush:nth-child(33) .word {
  transition-delay: 36.3s;
}
.explode-text .line:nth-child(11) .brush:nth-child(34) .word {
  transition-delay: 37.4s;
}
.explode-text .line:nth-child(11) .brush:nth-child(35) .word {
  transition-delay: 38.5s;
}
.explode-text .line:nth-child(11) .brush:nth-child(36) .word {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(11) .brush:nth-child(37) .word {
  transition-delay: 40.7s;
}
.explode-text .line:nth-child(11) .brush:nth-child(38) .word {
  transition-delay: 41.8s;
}
.explode-text .line:nth-child(11) .brush:nth-child(39) .word {
  transition-delay: 42.9s;
}
.explode-text .line:nth-child(11) .brush:nth-child(40) .word {
  transition-delay: 44s;
}
.explode-text .line:nth-child(11) .brush:nth-child(41) .word {
  transition-delay: 45.1s;
}
.explode-text .line:nth-child(11) .brush:nth-child(42) .word {
  transition-delay: 46.2s;
}
.explode-text .line:nth-child(11) .brush:nth-child(43) .word {
  transition-delay: 47.3s;
}
.explode-text .line:nth-child(11) .brush:nth-child(44) .word {
  transition-delay: 48.4s;
}
.explode-text .line:nth-child(11) .brush:nth-child(45) .word {
  transition-delay: 49.5s;
}
.explode-text .line:nth-child(11) .brush:nth-child(46) .word {
  transition-delay: 50.6s;
}
.explode-text .line:nth-child(11) .brush:nth-child(47) .word {
  transition-delay: 51.7s;
}
.explode-text .line:nth-child(11) .brush:nth-child(48) .word {
  transition-delay: 52.8s;
}
.explode-text .line:nth-child(11) .brush:nth-child(49) .word {
  transition-delay: 53.9s;
}
.explode-text .line:nth-child(12) > .word:nth-child(1) {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(2) {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(3) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(4) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(5) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(6) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(7) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(8) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(9) {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(10) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(12) > .word:nth-child(11) {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(12) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(13) {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(14) {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(15) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(12) > .word:nth-child(16) {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(17) {
  transition-delay: 20.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(18) {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(19) {
  transition-delay: 22.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(20) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(12) > .word:nth-child(21) {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(22) {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(23) {
  transition-delay: 27.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(24) {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(25) {
  transition-delay: 30s;
}
.explode-text .line:nth-child(12) > .word:nth-child(26) {
  transition-delay: 31.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(27) {
  transition-delay: 32.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(28) {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(29) {
  transition-delay: 34.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(30) {
  transition-delay: 36s;
}
.explode-text .line:nth-child(12) > .word:nth-child(31) {
  transition-delay: 37.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(32) {
  transition-delay: 38.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(33) {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(34) {
  transition-delay: 40.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(35) {
  transition-delay: 42s;
}
.explode-text .line:nth-child(12) > .word:nth-child(36) {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(37) {
  transition-delay: 44.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(38) {
  transition-delay: 45.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(39) {
  transition-delay: 46.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(40) {
  transition-delay: 48s;
}
.explode-text .line:nth-child(12) > .word:nth-child(41) {
  transition-delay: 49.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(42) {
  transition-delay: 50.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(43) {
  transition-delay: 51.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(44) {
  transition-delay: 52.8s;
}
.explode-text .line:nth-child(12) > .word:nth-child(45) {
  transition-delay: 54s;
}
.explode-text .line:nth-child(12) > .word:nth-child(46) {
  transition-delay: 55.2s;
}
.explode-text .line:nth-child(12) > .word:nth-child(47) {
  transition-delay: 56.4s;
}
.explode-text .line:nth-child(12) > .word:nth-child(48) {
  transition-delay: 57.6s;
}
.explode-text .line:nth-child(12) > .word:nth-child(49) {
  transition-delay: 58.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(1) .word {
  transition-delay: 1.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(2) .word {
  transition-delay: 2.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(3) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(4) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(5) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(6) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(7) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(8) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(9) .word {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(10) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(12) .brush:nth-child(11) .word {
  transition-delay: 13.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(12) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(13) .word {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(14) .word {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(15) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(12) .brush:nth-child(16) .word {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(17) .word {
  transition-delay: 20.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(18) .word {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(19) .word {
  transition-delay: 22.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(20) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(12) .brush:nth-child(21) .word {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(22) .word {
  transition-delay: 26.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(23) .word {
  transition-delay: 27.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(24) .word {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(25) .word {
  transition-delay: 30s;
}
.explode-text .line:nth-child(12) .brush:nth-child(26) .word {
  transition-delay: 31.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(27) .word {
  transition-delay: 32.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(28) .word {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(29) .word {
  transition-delay: 34.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(30) .word {
  transition-delay: 36s;
}
.explode-text .line:nth-child(12) .brush:nth-child(31) .word {
  transition-delay: 37.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(32) .word {
  transition-delay: 38.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(33) .word {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(34) .word {
  transition-delay: 40.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(35) .word {
  transition-delay: 42s;
}
.explode-text .line:nth-child(12) .brush:nth-child(36) .word {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(37) .word {
  transition-delay: 44.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(38) .word {
  transition-delay: 45.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(39) .word {
  transition-delay: 46.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(40) .word {
  transition-delay: 48s;
}
.explode-text .line:nth-child(12) .brush:nth-child(41) .word {
  transition-delay: 49.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(42) .word {
  transition-delay: 50.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(43) .word {
  transition-delay: 51.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(44) .word {
  transition-delay: 52.8s;
}
.explode-text .line:nth-child(12) .brush:nth-child(45) .word {
  transition-delay: 54s;
}
.explode-text .line:nth-child(12) .brush:nth-child(46) .word {
  transition-delay: 55.2s;
}
.explode-text .line:nth-child(12) .brush:nth-child(47) .word {
  transition-delay: 56.4s;
}
.explode-text .line:nth-child(12) .brush:nth-child(48) .word {
  transition-delay: 57.6s;
}
.explode-text .line:nth-child(12) .brush:nth-child(49) .word {
  transition-delay: 58.8s;
}
.explode-text .line:nth-child(13) > .word:nth-child(1) {
  transition-delay: 1.3s;
}
.explode-text .line:nth-child(13) > .word:nth-child(2) {
  transition-delay: 2.6s;
}
.explode-text .line:nth-child(13) > .word:nth-child(3) {
  transition-delay: 3.9s;
}
.explode-text .line:nth-child(13) > .word:nth-child(4) {
  transition-delay: 5.2s;
}
.explode-text .line:nth-child(13) > .word:nth-child(5) {
  transition-delay: 6.5s;
}
.explode-text .line:nth-child(13) > .word:nth-child(6) {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(13) > .word:nth-child(7) {
  transition-delay: 9.1s;
}
.explode-text .line:nth-child(13) > .word:nth-child(8) {
  transition-delay: 10.4s;
}
.explode-text .line:nth-child(13) > .word:nth-child(9) {
  transition-delay: 11.7s;
}
.explode-text .line:nth-child(13) > .word:nth-child(10) {
  transition-delay: 13s;
}
.explode-text .line:nth-child(13) > .word:nth-child(11) {
  transition-delay: 14.3s;
}
.explode-text .line:nth-child(13) > .word:nth-child(12) {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(13) > .word:nth-child(13) {
  transition-delay: 16.9s;
}
.explode-text .line:nth-child(13) > .word:nth-child(14) {
  transition-delay: 18.2s;
}
.explode-text .line:nth-child(13) > .word:nth-child(15) {
  transition-delay: 19.5s;
}
.explode-text .line:nth-child(13) > .word:nth-child(16) {
  transition-delay: 20.8s;
}
.explode-text .line:nth-child(13) > .word:nth-child(17) {
  transition-delay: 22.1s;
}
.explode-text .line:nth-child(13) > .word:nth-child(18) {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(13) > .word:nth-child(19) {
  transition-delay: 24.7s;
}
.explode-text .line:nth-child(13) > .word:nth-child(20) {
  transition-delay: 26s;
}
.explode-text .line:nth-child(13) > .word:nth-child(21) {
  transition-delay: 27.3s;
}
.explode-text .line:nth-child(13) > .word:nth-child(22) {
  transition-delay: 28.6s;
}
.explode-text .line:nth-child(13) > .word:nth-child(23) {
  transition-delay: 29.9s;
}
.explode-text .line:nth-child(13) > .word:nth-child(24) {
  transition-delay: 31.2s;
}
.explode-text .line:nth-child(13) > .word:nth-child(25) {
  transition-delay: 32.5s;
}
.explode-text .line:nth-child(13) > .word:nth-child(26) {
  transition-delay: 33.8s;
}
.explode-text .line:nth-child(13) > .word:nth-child(27) {
  transition-delay: 35.1s;
}
.explode-text .line:nth-child(13) > .word:nth-child(28) {
  transition-delay: 36.4s;
}
.explode-text .line:nth-child(13) > .word:nth-child(29) {
  transition-delay: 37.7s;
}
.explode-text .line:nth-child(13) > .word:nth-child(30) {
  transition-delay: 39s;
}
.explode-text .line:nth-child(13) > .word:nth-child(31) {
  transition-delay: 40.3s;
}
.explode-text .line:nth-child(13) > .word:nth-child(32) {
  transition-delay: 41.6s;
}
.explode-text .line:nth-child(13) > .word:nth-child(33) {
  transition-delay: 42.9s;
}
.explode-text .line:nth-child(13) > .word:nth-child(34) {
  transition-delay: 44.2s;
}
.explode-text .line:nth-child(13) > .word:nth-child(35) {
  transition-delay: 45.5s;
}
.explode-text .line:nth-child(13) > .word:nth-child(36) {
  transition-delay: 46.8s;
}
.explode-text .line:nth-child(13) > .word:nth-child(37) {
  transition-delay: 48.1s;
}
.explode-text .line:nth-child(13) > .word:nth-child(38) {
  transition-delay: 49.4s;
}
.explode-text .line:nth-child(13) > .word:nth-child(39) {
  transition-delay: 50.7s;
}
.explode-text .line:nth-child(13) > .word:nth-child(40) {
  transition-delay: 52s;
}
.explode-text .line:nth-child(13) > .word:nth-child(41) {
  transition-delay: 53.3s;
}
.explode-text .line:nth-child(13) > .word:nth-child(42) {
  transition-delay: 54.6s;
}
.explode-text .line:nth-child(13) > .word:nth-child(43) {
  transition-delay: 55.9s;
}
.explode-text .line:nth-child(13) > .word:nth-child(44) {
  transition-delay: 57.2s;
}
.explode-text .line:nth-child(13) > .word:nth-child(45) {
  transition-delay: 58.5s;
}
.explode-text .line:nth-child(13) > .word:nth-child(46) {
  transition-delay: 59.8s;
}
.explode-text .line:nth-child(13) > .word:nth-child(47) {
  transition-delay: 61.1s;
}
.explode-text .line:nth-child(13) > .word:nth-child(48) {
  transition-delay: 62.4s;
}
.explode-text .line:nth-child(13) > .word:nth-child(49) {
  transition-delay: 63.7s;
}
.explode-text .line:nth-child(13) .brush:nth-child(1) .word {
  transition-delay: 1.3s;
}
.explode-text .line:nth-child(13) .brush:nth-child(2) .word {
  transition-delay: 2.6s;
}
.explode-text .line:nth-child(13) .brush:nth-child(3) .word {
  transition-delay: 3.9s;
}
.explode-text .line:nth-child(13) .brush:nth-child(4) .word {
  transition-delay: 5.2s;
}
.explode-text .line:nth-child(13) .brush:nth-child(5) .word {
  transition-delay: 6.5s;
}
.explode-text .line:nth-child(13) .brush:nth-child(6) .word {
  transition-delay: 7.8s;
}
.explode-text .line:nth-child(13) .brush:nth-child(7) .word {
  transition-delay: 9.1s;
}
.explode-text .line:nth-child(13) .brush:nth-child(8) .word {
  transition-delay: 10.4s;
}
.explode-text .line:nth-child(13) .brush:nth-child(9) .word {
  transition-delay: 11.7s;
}
.explode-text .line:nth-child(13) .brush:nth-child(10) .word {
  transition-delay: 13s;
}
.explode-text .line:nth-child(13) .brush:nth-child(11) .word {
  transition-delay: 14.3s;
}
.explode-text .line:nth-child(13) .brush:nth-child(12) .word {
  transition-delay: 15.6s;
}
.explode-text .line:nth-child(13) .brush:nth-child(13) .word {
  transition-delay: 16.9s;
}
.explode-text .line:nth-child(13) .brush:nth-child(14) .word {
  transition-delay: 18.2s;
}
.explode-text .line:nth-child(13) .brush:nth-child(15) .word {
  transition-delay: 19.5s;
}
.explode-text .line:nth-child(13) .brush:nth-child(16) .word {
  transition-delay: 20.8s;
}
.explode-text .line:nth-child(13) .brush:nth-child(17) .word {
  transition-delay: 22.1s;
}
.explode-text .line:nth-child(13) .brush:nth-child(18) .word {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(13) .brush:nth-child(19) .word {
  transition-delay: 24.7s;
}
.explode-text .line:nth-child(13) .brush:nth-child(20) .word {
  transition-delay: 26s;
}
.explode-text .line:nth-child(13) .brush:nth-child(21) .word {
  transition-delay: 27.3s;
}
.explode-text .line:nth-child(13) .brush:nth-child(22) .word {
  transition-delay: 28.6s;
}
.explode-text .line:nth-child(13) .brush:nth-child(23) .word {
  transition-delay: 29.9s;
}
.explode-text .line:nth-child(13) .brush:nth-child(24) .word {
  transition-delay: 31.2s;
}
.explode-text .line:nth-child(13) .brush:nth-child(25) .word {
  transition-delay: 32.5s;
}
.explode-text .line:nth-child(13) .brush:nth-child(26) .word {
  transition-delay: 33.8s;
}
.explode-text .line:nth-child(13) .brush:nth-child(27) .word {
  transition-delay: 35.1s;
}
.explode-text .line:nth-child(13) .brush:nth-child(28) .word {
  transition-delay: 36.4s;
}
.explode-text .line:nth-child(13) .brush:nth-child(29) .word {
  transition-delay: 37.7s;
}
.explode-text .line:nth-child(13) .brush:nth-child(30) .word {
  transition-delay: 39s;
}
.explode-text .line:nth-child(13) .brush:nth-child(31) .word {
  transition-delay: 40.3s;
}
.explode-text .line:nth-child(13) .brush:nth-child(32) .word {
  transition-delay: 41.6s;
}
.explode-text .line:nth-child(13) .brush:nth-child(33) .word {
  transition-delay: 42.9s;
}
.explode-text .line:nth-child(13) .brush:nth-child(34) .word {
  transition-delay: 44.2s;
}
.explode-text .line:nth-child(13) .brush:nth-child(35) .word {
  transition-delay: 45.5s;
}
.explode-text .line:nth-child(13) .brush:nth-child(36) .word {
  transition-delay: 46.8s;
}
.explode-text .line:nth-child(13) .brush:nth-child(37) .word {
  transition-delay: 48.1s;
}
.explode-text .line:nth-child(13) .brush:nth-child(38) .word {
  transition-delay: 49.4s;
}
.explode-text .line:nth-child(13) .brush:nth-child(39) .word {
  transition-delay: 50.7s;
}
.explode-text .line:nth-child(13) .brush:nth-child(40) .word {
  transition-delay: 52s;
}
.explode-text .line:nth-child(13) .brush:nth-child(41) .word {
  transition-delay: 53.3s;
}
.explode-text .line:nth-child(13) .brush:nth-child(42) .word {
  transition-delay: 54.6s;
}
.explode-text .line:nth-child(13) .brush:nth-child(43) .word {
  transition-delay: 55.9s;
}
.explode-text .line:nth-child(13) .brush:nth-child(44) .word {
  transition-delay: 57.2s;
}
.explode-text .line:nth-child(13) .brush:nth-child(45) .word {
  transition-delay: 58.5s;
}
.explode-text .line:nth-child(13) .brush:nth-child(46) .word {
  transition-delay: 59.8s;
}
.explode-text .line:nth-child(13) .brush:nth-child(47) .word {
  transition-delay: 61.1s;
}
.explode-text .line:nth-child(13) .brush:nth-child(48) .word {
  transition-delay: 62.4s;
}
.explode-text .line:nth-child(13) .brush:nth-child(49) .word {
  transition-delay: 63.7s;
}
.explode-text .line:nth-child(14) > .word:nth-child(1) {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(2) {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(3) {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(4) {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(5) {
  transition-delay: 7s;
}
.explode-text .line:nth-child(14) > .word:nth-child(6) {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(7) {
  transition-delay: 9.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(8) {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(9) {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(10) {
  transition-delay: 14s;
}
.explode-text .line:nth-child(14) > .word:nth-child(11) {
  transition-delay: 15.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(12) {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(13) {
  transition-delay: 18.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(14) {
  transition-delay: 19.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(15) {
  transition-delay: 21s;
}
.explode-text .line:nth-child(14) > .word:nth-child(16) {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(17) {
  transition-delay: 23.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(18) {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(19) {
  transition-delay: 26.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(20) {
  transition-delay: 28s;
}
.explode-text .line:nth-child(14) > .word:nth-child(21) {
  transition-delay: 29.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(22) {
  transition-delay: 30.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(23) {
  transition-delay: 32.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(24) {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(25) {
  transition-delay: 35s;
}
.explode-text .line:nth-child(14) > .word:nth-child(26) {
  transition-delay: 36.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(27) {
  transition-delay: 37.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(28) {
  transition-delay: 39.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(29) {
  transition-delay: 40.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(30) {
  transition-delay: 42s;
}
.explode-text .line:nth-child(14) > .word:nth-child(31) {
  transition-delay: 43.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(32) {
  transition-delay: 44.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(33) {
  transition-delay: 46.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(34) {
  transition-delay: 47.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(35) {
  transition-delay: 49s;
}
.explode-text .line:nth-child(14) > .word:nth-child(36) {
  transition-delay: 50.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(37) {
  transition-delay: 51.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(38) {
  transition-delay: 53.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(39) {
  transition-delay: 54.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(40) {
  transition-delay: 56s;
}
.explode-text .line:nth-child(14) > .word:nth-child(41) {
  transition-delay: 57.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(42) {
  transition-delay: 58.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(43) {
  transition-delay: 60.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(44) {
  transition-delay: 61.6s;
}
.explode-text .line:nth-child(14) > .word:nth-child(45) {
  transition-delay: 63s;
}
.explode-text .line:nth-child(14) > .word:nth-child(46) {
  transition-delay: 64.4s;
}
.explode-text .line:nth-child(14) > .word:nth-child(47) {
  transition-delay: 65.8s;
}
.explode-text .line:nth-child(14) > .word:nth-child(48) {
  transition-delay: 67.2s;
}
.explode-text .line:nth-child(14) > .word:nth-child(49) {
  transition-delay: 68.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(1) .word {
  transition-delay: 1.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(2) .word {
  transition-delay: 2.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(3) .word {
  transition-delay: 4.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(4) .word {
  transition-delay: 5.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(5) .word {
  transition-delay: 7s;
}
.explode-text .line:nth-child(14) .brush:nth-child(6) .word {
  transition-delay: 8.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(7) .word {
  transition-delay: 9.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(8) .word {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(9) .word {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(10) .word {
  transition-delay: 14s;
}
.explode-text .line:nth-child(14) .brush:nth-child(11) .word {
  transition-delay: 15.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(12) .word {
  transition-delay: 16.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(13) .word {
  transition-delay: 18.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(14) .word {
  transition-delay: 19.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(15) .word {
  transition-delay: 21s;
}
.explode-text .line:nth-child(14) .brush:nth-child(16) .word {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(17) .word {
  transition-delay: 23.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(18) .word {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(19) .word {
  transition-delay: 26.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(20) .word {
  transition-delay: 28s;
}
.explode-text .line:nth-child(14) .brush:nth-child(21) .word {
  transition-delay: 29.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(22) .word {
  transition-delay: 30.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(23) .word {
  transition-delay: 32.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(24) .word {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(25) .word {
  transition-delay: 35s;
}
.explode-text .line:nth-child(14) .brush:nth-child(26) .word {
  transition-delay: 36.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(27) .word {
  transition-delay: 37.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(28) .word {
  transition-delay: 39.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(29) .word {
  transition-delay: 40.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(30) .word {
  transition-delay: 42s;
}
.explode-text .line:nth-child(14) .brush:nth-child(31) .word {
  transition-delay: 43.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(32) .word {
  transition-delay: 44.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(33) .word {
  transition-delay: 46.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(34) .word {
  transition-delay: 47.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(35) .word {
  transition-delay: 49s;
}
.explode-text .line:nth-child(14) .brush:nth-child(36) .word {
  transition-delay: 50.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(37) .word {
  transition-delay: 51.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(38) .word {
  transition-delay: 53.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(39) .word {
  transition-delay: 54.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(40) .word {
  transition-delay: 56s;
}
.explode-text .line:nth-child(14) .brush:nth-child(41) .word {
  transition-delay: 57.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(42) .word {
  transition-delay: 58.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(43) .word {
  transition-delay: 60.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(44) .word {
  transition-delay: 61.6s;
}
.explode-text .line:nth-child(14) .brush:nth-child(45) .word {
  transition-delay: 63s;
}
.explode-text .line:nth-child(14) .brush:nth-child(46) .word {
  transition-delay: 64.4s;
}
.explode-text .line:nth-child(14) .brush:nth-child(47) .word {
  transition-delay: 65.8s;
}
.explode-text .line:nth-child(14) .brush:nth-child(48) .word {
  transition-delay: 67.2s;
}
.explode-text .line:nth-child(14) .brush:nth-child(49) .word {
  transition-delay: 68.6s;
}
.explode-text .line:nth-child(15) > .word:nth-child(1) {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(2) {
  transition-delay: 3s;
}
.explode-text .line:nth-child(15) > .word:nth-child(3) {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(4) {
  transition-delay: 6s;
}
.explode-text .line:nth-child(15) > .word:nth-child(5) {
  transition-delay: 7.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(6) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(15) > .word:nth-child(7) {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(8) {
  transition-delay: 12s;
}
.explode-text .line:nth-child(15) > .word:nth-child(9) {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(10) {
  transition-delay: 15s;
}
.explode-text .line:nth-child(15) > .word:nth-child(11) {
  transition-delay: 16.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(12) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(15) > .word:nth-child(13) {
  transition-delay: 19.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(14) {
  transition-delay: 21s;
}
.explode-text .line:nth-child(15) > .word:nth-child(15) {
  transition-delay: 22.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(16) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(15) > .word:nth-child(17) {
  transition-delay: 25.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(18) {
  transition-delay: 27s;
}
.explode-text .line:nth-child(15) > .word:nth-child(19) {
  transition-delay: 28.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(20) {
  transition-delay: 30s;
}
.explode-text .line:nth-child(15) > .word:nth-child(21) {
  transition-delay: 31.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(22) {
  transition-delay: 33s;
}
.explode-text .line:nth-child(15) > .word:nth-child(23) {
  transition-delay: 34.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(24) {
  transition-delay: 36s;
}
.explode-text .line:nth-child(15) > .word:nth-child(25) {
  transition-delay: 37.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(26) {
  transition-delay: 39s;
}
.explode-text .line:nth-child(15) > .word:nth-child(27) {
  transition-delay: 40.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(28) {
  transition-delay: 42s;
}
.explode-text .line:nth-child(15) > .word:nth-child(29) {
  transition-delay: 43.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(30) {
  transition-delay: 45s;
}
.explode-text .line:nth-child(15) > .word:nth-child(31) {
  transition-delay: 46.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(32) {
  transition-delay: 48s;
}
.explode-text .line:nth-child(15) > .word:nth-child(33) {
  transition-delay: 49.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(34) {
  transition-delay: 51s;
}
.explode-text .line:nth-child(15) > .word:nth-child(35) {
  transition-delay: 52.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(36) {
  transition-delay: 54s;
}
.explode-text .line:nth-child(15) > .word:nth-child(37) {
  transition-delay: 55.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(38) {
  transition-delay: 57s;
}
.explode-text .line:nth-child(15) > .word:nth-child(39) {
  transition-delay: 58.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(40) {
  transition-delay: 60s;
}
.explode-text .line:nth-child(15) > .word:nth-child(41) {
  transition-delay: 61.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(42) {
  transition-delay: 63s;
}
.explode-text .line:nth-child(15) > .word:nth-child(43) {
  transition-delay: 64.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(44) {
  transition-delay: 66s;
}
.explode-text .line:nth-child(15) > .word:nth-child(45) {
  transition-delay: 67.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(46) {
  transition-delay: 69s;
}
.explode-text .line:nth-child(15) > .word:nth-child(47) {
  transition-delay: 70.5s;
}
.explode-text .line:nth-child(15) > .word:nth-child(48) {
  transition-delay: 72s;
}
.explode-text .line:nth-child(15) > .word:nth-child(49) {
  transition-delay: 73.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(1) .word {
  transition-delay: 1.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(2) .word {
  transition-delay: 3s;
}
.explode-text .line:nth-child(15) .brush:nth-child(3) .word {
  transition-delay: 4.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(4) .word {
  transition-delay: 6s;
}
.explode-text .line:nth-child(15) .brush:nth-child(5) .word {
  transition-delay: 7.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(6) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(15) .brush:nth-child(7) .word {
  transition-delay: 10.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(8) .word {
  transition-delay: 12s;
}
.explode-text .line:nth-child(15) .brush:nth-child(9) .word {
  transition-delay: 13.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(10) .word {
  transition-delay: 15s;
}
.explode-text .line:nth-child(15) .brush:nth-child(11) .word {
  transition-delay: 16.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(12) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(15) .brush:nth-child(13) .word {
  transition-delay: 19.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(14) .word {
  transition-delay: 21s;
}
.explode-text .line:nth-child(15) .brush:nth-child(15) .word {
  transition-delay: 22.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(16) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(15) .brush:nth-child(17) .word {
  transition-delay: 25.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(18) .word {
  transition-delay: 27s;
}
.explode-text .line:nth-child(15) .brush:nth-child(19) .word {
  transition-delay: 28.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(20) .word {
  transition-delay: 30s;
}
.explode-text .line:nth-child(15) .brush:nth-child(21) .word {
  transition-delay: 31.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(22) .word {
  transition-delay: 33s;
}
.explode-text .line:nth-child(15) .brush:nth-child(23) .word {
  transition-delay: 34.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(24) .word {
  transition-delay: 36s;
}
.explode-text .line:nth-child(15) .brush:nth-child(25) .word {
  transition-delay: 37.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(26) .word {
  transition-delay: 39s;
}
.explode-text .line:nth-child(15) .brush:nth-child(27) .word {
  transition-delay: 40.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(28) .word {
  transition-delay: 42s;
}
.explode-text .line:nth-child(15) .brush:nth-child(29) .word {
  transition-delay: 43.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(30) .word {
  transition-delay: 45s;
}
.explode-text .line:nth-child(15) .brush:nth-child(31) .word {
  transition-delay: 46.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(32) .word {
  transition-delay: 48s;
}
.explode-text .line:nth-child(15) .brush:nth-child(33) .word {
  transition-delay: 49.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(34) .word {
  transition-delay: 51s;
}
.explode-text .line:nth-child(15) .brush:nth-child(35) .word {
  transition-delay: 52.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(36) .word {
  transition-delay: 54s;
}
.explode-text .line:nth-child(15) .brush:nth-child(37) .word {
  transition-delay: 55.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(38) .word {
  transition-delay: 57s;
}
.explode-text .line:nth-child(15) .brush:nth-child(39) .word {
  transition-delay: 58.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(40) .word {
  transition-delay: 60s;
}
.explode-text .line:nth-child(15) .brush:nth-child(41) .word {
  transition-delay: 61.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(42) .word {
  transition-delay: 63s;
}
.explode-text .line:nth-child(15) .brush:nth-child(43) .word {
  transition-delay: 64.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(44) .word {
  transition-delay: 66s;
}
.explode-text .line:nth-child(15) .brush:nth-child(45) .word {
  transition-delay: 67.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(46) .word {
  transition-delay: 69s;
}
.explode-text .line:nth-child(15) .brush:nth-child(47) .word {
  transition-delay: 70.5s;
}
.explode-text .line:nth-child(15) .brush:nth-child(48) .word {
  transition-delay: 72s;
}
.explode-text .line:nth-child(15) .brush:nth-child(49) .word {
  transition-delay: 73.5s;
}
.explode-text .line:nth-child(16) > .word:nth-child(1) {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(2) {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(3) {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(4) {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(5) {
  transition-delay: 8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(6) {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(7) {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(8) {
  transition-delay: 12.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(9) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(10) {
  transition-delay: 16s;
}
.explode-text .line:nth-child(16) > .word:nth-child(11) {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(12) {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(13) {
  transition-delay: 20.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(14) {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(15) {
  transition-delay: 24s;
}
.explode-text .line:nth-child(16) > .word:nth-child(16) {
  transition-delay: 25.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(17) {
  transition-delay: 27.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(18) {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(19) {
  transition-delay: 30.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(20) {
  transition-delay: 32s;
}
.explode-text .line:nth-child(16) > .word:nth-child(21) {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(22) {
  transition-delay: 35.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(23) {
  transition-delay: 36.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(24) {
  transition-delay: 38.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(25) {
  transition-delay: 40s;
}
.explode-text .line:nth-child(16) > .word:nth-child(26) {
  transition-delay: 41.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(27) {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(28) {
  transition-delay: 44.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(29) {
  transition-delay: 46.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(30) {
  transition-delay: 48s;
}
.explode-text .line:nth-child(16) > .word:nth-child(31) {
  transition-delay: 49.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(32) {
  transition-delay: 51.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(33) {
  transition-delay: 52.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(34) {
  transition-delay: 54.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(35) {
  transition-delay: 56s;
}
.explode-text .line:nth-child(16) > .word:nth-child(36) {
  transition-delay: 57.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(37) {
  transition-delay: 59.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(38) {
  transition-delay: 60.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(39) {
  transition-delay: 62.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(40) {
  transition-delay: 64s;
}
.explode-text .line:nth-child(16) > .word:nth-child(41) {
  transition-delay: 65.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(42) {
  transition-delay: 67.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(43) {
  transition-delay: 68.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(44) {
  transition-delay: 70.4s;
}
.explode-text .line:nth-child(16) > .word:nth-child(45) {
  transition-delay: 72s;
}
.explode-text .line:nth-child(16) > .word:nth-child(46) {
  transition-delay: 73.6s;
}
.explode-text .line:nth-child(16) > .word:nth-child(47) {
  transition-delay: 75.2s;
}
.explode-text .line:nth-child(16) > .word:nth-child(48) {
  transition-delay: 76.8s;
}
.explode-text .line:nth-child(16) > .word:nth-child(49) {
  transition-delay: 78.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(1) .word {
  transition-delay: 1.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(2) .word {
  transition-delay: 3.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(3) .word {
  transition-delay: 4.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(4) .word {
  transition-delay: 6.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(5) .word {
  transition-delay: 8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(6) .word {
  transition-delay: 9.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(7) .word {
  transition-delay: 11.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(8) .word {
  transition-delay: 12.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(9) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(10) .word {
  transition-delay: 16s;
}
.explode-text .line:nth-child(16) .brush:nth-child(11) .word {
  transition-delay: 17.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(12) .word {
  transition-delay: 19.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(13) .word {
  transition-delay: 20.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(14) .word {
  transition-delay: 22.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(15) .word {
  transition-delay: 24s;
}
.explode-text .line:nth-child(16) .brush:nth-child(16) .word {
  transition-delay: 25.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(17) .word {
  transition-delay: 27.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(18) .word {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(19) .word {
  transition-delay: 30.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(20) .word {
  transition-delay: 32s;
}
.explode-text .line:nth-child(16) .brush:nth-child(21) .word {
  transition-delay: 33.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(22) .word {
  transition-delay: 35.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(23) .word {
  transition-delay: 36.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(24) .word {
  transition-delay: 38.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(25) .word {
  transition-delay: 40s;
}
.explode-text .line:nth-child(16) .brush:nth-child(26) .word {
  transition-delay: 41.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(27) .word {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(28) .word {
  transition-delay: 44.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(29) .word {
  transition-delay: 46.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(30) .word {
  transition-delay: 48s;
}
.explode-text .line:nth-child(16) .brush:nth-child(31) .word {
  transition-delay: 49.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(32) .word {
  transition-delay: 51.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(33) .word {
  transition-delay: 52.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(34) .word {
  transition-delay: 54.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(35) .word {
  transition-delay: 56s;
}
.explode-text .line:nth-child(16) .brush:nth-child(36) .word {
  transition-delay: 57.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(37) .word {
  transition-delay: 59.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(38) .word {
  transition-delay: 60.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(39) .word {
  transition-delay: 62.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(40) .word {
  transition-delay: 64s;
}
.explode-text .line:nth-child(16) .brush:nth-child(41) .word {
  transition-delay: 65.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(42) .word {
  transition-delay: 67.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(43) .word {
  transition-delay: 68.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(44) .word {
  transition-delay: 70.4s;
}
.explode-text .line:nth-child(16) .brush:nth-child(45) .word {
  transition-delay: 72s;
}
.explode-text .line:nth-child(16) .brush:nth-child(46) .word {
  transition-delay: 73.6s;
}
.explode-text .line:nth-child(16) .brush:nth-child(47) .word {
  transition-delay: 75.2s;
}
.explode-text .line:nth-child(16) .brush:nth-child(48) .word {
  transition-delay: 76.8s;
}
.explode-text .line:nth-child(16) .brush:nth-child(49) .word {
  transition-delay: 78.4s;
}
.explode-text .line:nth-child(17) > .word:nth-child(1) {
  transition-delay: 1.7s;
}
.explode-text .line:nth-child(17) > .word:nth-child(2) {
  transition-delay: 3.4s;
}
.explode-text .line:nth-child(17) > .word:nth-child(3) {
  transition-delay: 5.1s;
}
.explode-text .line:nth-child(17) > .word:nth-child(4) {
  transition-delay: 6.8s;
}
.explode-text .line:nth-child(17) > .word:nth-child(5) {
  transition-delay: 8.5s;
}
.explode-text .line:nth-child(17) > .word:nth-child(6) {
  transition-delay: 10.2s;
}
.explode-text .line:nth-child(17) > .word:nth-child(7) {
  transition-delay: 11.9s;
}
.explode-text .line:nth-child(17) > .word:nth-child(8) {
  transition-delay: 13.6s;
}
.explode-text .line:nth-child(17) > .word:nth-child(9) {
  transition-delay: 15.3s;
}
.explode-text .line:nth-child(17) > .word:nth-child(10) {
  transition-delay: 17s;
}
.explode-text .line:nth-child(17) > .word:nth-child(11) {
  transition-delay: 18.7s;
}
.explode-text .line:nth-child(17) > .word:nth-child(12) {
  transition-delay: 20.4s;
}
.explode-text .line:nth-child(17) > .word:nth-child(13) {
  transition-delay: 22.1s;
}
.explode-text .line:nth-child(17) > .word:nth-child(14) {
  transition-delay: 23.8s;
}
.explode-text .line:nth-child(17) > .word:nth-child(15) {
  transition-delay: 25.5s;
}
.explode-text .line:nth-child(17) > .word:nth-child(16) {
  transition-delay: 27.2s;
}
.explode-text .line:nth-child(17) > .word:nth-child(17) {
  transition-delay: 28.9s;
}
.explode-text .line:nth-child(17) > .word:nth-child(18) {
  transition-delay: 30.6s;
}
.explode-text .line:nth-child(17) > .word:nth-child(19) {
  transition-delay: 32.3s;
}
.explode-text .line:nth-child(17) > .word:nth-child(20) {
  transition-delay: 34s;
}
.explode-text .line:nth-child(17) > .word:nth-child(21) {
  transition-delay: 35.7s;
}
.explode-text .line:nth-child(17) > .word:nth-child(22) {
  transition-delay: 37.4s;
}
.explode-text .line:nth-child(17) > .word:nth-child(23) {
  transition-delay: 39.1s;
}
.explode-text .line:nth-child(17) > .word:nth-child(24) {
  transition-delay: 40.8s;
}
.explode-text .line:nth-child(17) > .word:nth-child(25) {
  transition-delay: 42.5s;
}
.explode-text .line:nth-child(17) > .word:nth-child(26) {
  transition-delay: 44.2s;
}
.explode-text .line:nth-child(17) > .word:nth-child(27) {
  transition-delay: 45.9s;
}
.explode-text .line:nth-child(17) > .word:nth-child(28) {
  transition-delay: 47.6s;
}
.explode-text .line:nth-child(17) > .word:nth-child(29) {
  transition-delay: 49.3s;
}
.explode-text .line:nth-child(17) > .word:nth-child(30) {
  transition-delay: 51s;
}
.explode-text .line:nth-child(17) > .word:nth-child(31) {
  transition-delay: 52.7s;
}
.explode-text .line:nth-child(17) > .word:nth-child(32) {
  transition-delay: 54.4s;
}
.explode-text .line:nth-child(17) > .word:nth-child(33) {
  transition-delay: 56.1s;
}
.explode-text .line:nth-child(17) > .word:nth-child(34) {
  transition-delay: 57.8s;
}
.explode-text .line:nth-child(17) > .word:nth-child(35) {
  transition-delay: 59.5s;
}
.explode-text .line:nth-child(17) > .word:nth-child(36) {
  transition-delay: 61.2s;
}
.explode-text .line:nth-child(17) > .word:nth-child(37) {
  transition-delay: 62.9s;
}
.explode-text .line:nth-child(17) > .word:nth-child(38) {
  transition-delay: 64.6s;
}
.explode-text .line:nth-child(17) > .word:nth-child(39) {
  transition-delay: 66.3s;
}
.explode-text .line:nth-child(17) > .word:nth-child(40) {
  transition-delay: 68s;
}
.explode-text .line:nth-child(17) > .word:nth-child(41) {
  transition-delay: 69.7s;
}
.explode-text .line:nth-child(17) > .word:nth-child(42) {
  transition-delay: 71.4s;
}
.explode-text .line:nth-child(17) > .word:nth-child(43) {
  transition-delay: 73.1s;
}
.explode-text .line:nth-child(17) > .word:nth-child(44) {
  transition-delay: 74.8s;
}
.explode-text .line:nth-child(17) > .word:nth-child(45) {
  transition-delay: 76.5s;
}
.explode-text .line:nth-child(17) > .word:nth-child(46) {
  transition-delay: 78.2s;
}
.explode-text .line:nth-child(17) > .word:nth-child(47) {
  transition-delay: 79.9s;
}
.explode-text .line:nth-child(17) > .word:nth-child(48) {
  transition-delay: 81.6s;
}
.explode-text .line:nth-child(17) > .word:nth-child(49) {
  transition-delay: 83.3s;
}
.explode-text .line:nth-child(17) .brush:nth-child(1) .word {
  transition-delay: 1.7s;
}
.explode-text .line:nth-child(17) .brush:nth-child(2) .word {
  transition-delay: 3.4s;
}
.explode-text .line:nth-child(17) .brush:nth-child(3) .word {
  transition-delay: 5.1s;
}
.explode-text .line:nth-child(17) .brush:nth-child(4) .word {
  transition-delay: 6.8s;
}
.explode-text .line:nth-child(17) .brush:nth-child(5) .word {
  transition-delay: 8.5s;
}
.explode-text .line:nth-child(17) .brush:nth-child(6) .word {
  transition-delay: 10.2s;
}
.explode-text .line:nth-child(17) .brush:nth-child(7) .word {
  transition-delay: 11.9s;
}
.explode-text .line:nth-child(17) .brush:nth-child(8) .word {
  transition-delay: 13.6s;
}
.explode-text .line:nth-child(17) .brush:nth-child(9) .word {
  transition-delay: 15.3s;
}
.explode-text .line:nth-child(17) .brush:nth-child(10) .word {
  transition-delay: 17s;
}
.explode-text .line:nth-child(17) .brush:nth-child(11) .word {
  transition-delay: 18.7s;
}
.explode-text .line:nth-child(17) .brush:nth-child(12) .word {
  transition-delay: 20.4s;
}
.explode-text .line:nth-child(17) .brush:nth-child(13) .word {
  transition-delay: 22.1s;
}
.explode-text .line:nth-child(17) .brush:nth-child(14) .word {
  transition-delay: 23.8s;
}
.explode-text .line:nth-child(17) .brush:nth-child(15) .word {
  transition-delay: 25.5s;
}
.explode-text .line:nth-child(17) .brush:nth-child(16) .word {
  transition-delay: 27.2s;
}
.explode-text .line:nth-child(17) .brush:nth-child(17) .word {
  transition-delay: 28.9s;
}
.explode-text .line:nth-child(17) .brush:nth-child(18) .word {
  transition-delay: 30.6s;
}
.explode-text .line:nth-child(17) .brush:nth-child(19) .word {
  transition-delay: 32.3s;
}
.explode-text .line:nth-child(17) .brush:nth-child(20) .word {
  transition-delay: 34s;
}
.explode-text .line:nth-child(17) .brush:nth-child(21) .word {
  transition-delay: 35.7s;
}
.explode-text .line:nth-child(17) .brush:nth-child(22) .word {
  transition-delay: 37.4s;
}
.explode-text .line:nth-child(17) .brush:nth-child(23) .word {
  transition-delay: 39.1s;
}
.explode-text .line:nth-child(17) .brush:nth-child(24) .word {
  transition-delay: 40.8s;
}
.explode-text .line:nth-child(17) .brush:nth-child(25) .word {
  transition-delay: 42.5s;
}
.explode-text .line:nth-child(17) .brush:nth-child(26) .word {
  transition-delay: 44.2s;
}
.explode-text .line:nth-child(17) .brush:nth-child(27) .word {
  transition-delay: 45.9s;
}
.explode-text .line:nth-child(17) .brush:nth-child(28) .word {
  transition-delay: 47.6s;
}
.explode-text .line:nth-child(17) .brush:nth-child(29) .word {
  transition-delay: 49.3s;
}
.explode-text .line:nth-child(17) .brush:nth-child(30) .word {
  transition-delay: 51s;
}
.explode-text .line:nth-child(17) .brush:nth-child(31) .word {
  transition-delay: 52.7s;
}
.explode-text .line:nth-child(17) .brush:nth-child(32) .word {
  transition-delay: 54.4s;
}
.explode-text .line:nth-child(17) .brush:nth-child(33) .word {
  transition-delay: 56.1s;
}
.explode-text .line:nth-child(17) .brush:nth-child(34) .word {
  transition-delay: 57.8s;
}
.explode-text .line:nth-child(17) .brush:nth-child(35) .word {
  transition-delay: 59.5s;
}
.explode-text .line:nth-child(17) .brush:nth-child(36) .word {
  transition-delay: 61.2s;
}
.explode-text .line:nth-child(17) .brush:nth-child(37) .word {
  transition-delay: 62.9s;
}
.explode-text .line:nth-child(17) .brush:nth-child(38) .word {
  transition-delay: 64.6s;
}
.explode-text .line:nth-child(17) .brush:nth-child(39) .word {
  transition-delay: 66.3s;
}
.explode-text .line:nth-child(17) .brush:nth-child(40) .word {
  transition-delay: 68s;
}
.explode-text .line:nth-child(17) .brush:nth-child(41) .word {
  transition-delay: 69.7s;
}
.explode-text .line:nth-child(17) .brush:nth-child(42) .word {
  transition-delay: 71.4s;
}
.explode-text .line:nth-child(17) .brush:nth-child(43) .word {
  transition-delay: 73.1s;
}
.explode-text .line:nth-child(17) .brush:nth-child(44) .word {
  transition-delay: 74.8s;
}
.explode-text .line:nth-child(17) .brush:nth-child(45) .word {
  transition-delay: 76.5s;
}
.explode-text .line:nth-child(17) .brush:nth-child(46) .word {
  transition-delay: 78.2s;
}
.explode-text .line:nth-child(17) .brush:nth-child(47) .word {
  transition-delay: 79.9s;
}
.explode-text .line:nth-child(17) .brush:nth-child(48) .word {
  transition-delay: 81.6s;
}
.explode-text .line:nth-child(17) .brush:nth-child(49) .word {
  transition-delay: 83.3s;
}
.explode-text .line:nth-child(18) > .word:nth-child(1) {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(2) {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(3) {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(4) {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(5) {
  transition-delay: 9s;
}
.explode-text .line:nth-child(18) > .word:nth-child(6) {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(7) {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(8) {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(9) {
  transition-delay: 16.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(10) {
  transition-delay: 18s;
}
.explode-text .line:nth-child(18) > .word:nth-child(11) {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(12) {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(13) {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(14) {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(15) {
  transition-delay: 27s;
}
.explode-text .line:nth-child(18) > .word:nth-child(16) {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(17) {
  transition-delay: 30.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(18) {
  transition-delay: 32.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(19) {
  transition-delay: 34.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(20) {
  transition-delay: 36s;
}
.explode-text .line:nth-child(18) > .word:nth-child(21) {
  transition-delay: 37.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(22) {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(23) {
  transition-delay: 41.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(24) {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(25) {
  transition-delay: 45s;
}
.explode-text .line:nth-child(18) > .word:nth-child(26) {
  transition-delay: 46.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(27) {
  transition-delay: 48.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(28) {
  transition-delay: 50.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(29) {
  transition-delay: 52.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(30) {
  transition-delay: 54s;
}
.explode-text .line:nth-child(18) > .word:nth-child(31) {
  transition-delay: 55.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(32) {
  transition-delay: 57.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(33) {
  transition-delay: 59.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(34) {
  transition-delay: 61.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(35) {
  transition-delay: 63s;
}
.explode-text .line:nth-child(18) > .word:nth-child(36) {
  transition-delay: 64.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(37) {
  transition-delay: 66.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(38) {
  transition-delay: 68.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(39) {
  transition-delay: 70.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(40) {
  transition-delay: 72s;
}
.explode-text .line:nth-child(18) > .word:nth-child(41) {
  transition-delay: 73.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(42) {
  transition-delay: 75.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(43) {
  transition-delay: 77.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(44) {
  transition-delay: 79.2s;
}
.explode-text .line:nth-child(18) > .word:nth-child(45) {
  transition-delay: 81s;
}
.explode-text .line:nth-child(18) > .word:nth-child(46) {
  transition-delay: 82.8s;
}
.explode-text .line:nth-child(18) > .word:nth-child(47) {
  transition-delay: 84.6s;
}
.explode-text .line:nth-child(18) > .word:nth-child(48) {
  transition-delay: 86.4s;
}
.explode-text .line:nth-child(18) > .word:nth-child(49) {
  transition-delay: 88.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(1) .word {
  transition-delay: 1.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(2) .word {
  transition-delay: 3.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(3) .word {
  transition-delay: 5.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(4) .word {
  transition-delay: 7.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(5) .word {
  transition-delay: 9s;
}
.explode-text .line:nth-child(18) .brush:nth-child(6) .word {
  transition-delay: 10.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(7) .word {
  transition-delay: 12.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(8) .word {
  transition-delay: 14.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(9) .word {
  transition-delay: 16.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(10) .word {
  transition-delay: 18s;
}
.explode-text .line:nth-child(18) .brush:nth-child(11) .word {
  transition-delay: 19.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(12) .word {
  transition-delay: 21.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(13) .word {
  transition-delay: 23.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(14) .word {
  transition-delay: 25.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(15) .word {
  transition-delay: 27s;
}
.explode-text .line:nth-child(18) .brush:nth-child(16) .word {
  transition-delay: 28.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(17) .word {
  transition-delay: 30.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(18) .word {
  transition-delay: 32.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(19) .word {
  transition-delay: 34.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(20) .word {
  transition-delay: 36s;
}
.explode-text .line:nth-child(18) .brush:nth-child(21) .word {
  transition-delay: 37.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(22) .word {
  transition-delay: 39.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(23) .word {
  transition-delay: 41.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(24) .word {
  transition-delay: 43.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(25) .word {
  transition-delay: 45s;
}
.explode-text .line:nth-child(18) .brush:nth-child(26) .word {
  transition-delay: 46.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(27) .word {
  transition-delay: 48.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(28) .word {
  transition-delay: 50.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(29) .word {
  transition-delay: 52.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(30) .word {
  transition-delay: 54s;
}
.explode-text .line:nth-child(18) .brush:nth-child(31) .word {
  transition-delay: 55.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(32) .word {
  transition-delay: 57.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(33) .word {
  transition-delay: 59.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(34) .word {
  transition-delay: 61.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(35) .word {
  transition-delay: 63s;
}
.explode-text .line:nth-child(18) .brush:nth-child(36) .word {
  transition-delay: 64.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(37) .word {
  transition-delay: 66.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(38) .word {
  transition-delay: 68.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(39) .word {
  transition-delay: 70.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(40) .word {
  transition-delay: 72s;
}
.explode-text .line:nth-child(18) .brush:nth-child(41) .word {
  transition-delay: 73.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(42) .word {
  transition-delay: 75.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(43) .word {
  transition-delay: 77.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(44) .word {
  transition-delay: 79.2s;
}
.explode-text .line:nth-child(18) .brush:nth-child(45) .word {
  transition-delay: 81s;
}
.explode-text .line:nth-child(18) .brush:nth-child(46) .word {
  transition-delay: 82.8s;
}
.explode-text .line:nth-child(18) .brush:nth-child(47) .word {
  transition-delay: 84.6s;
}
.explode-text .line:nth-child(18) .brush:nth-child(48) .word {
  transition-delay: 86.4s;
}
.explode-text .line:nth-child(18) .brush:nth-child(49) .word {
  transition-delay: 88.2s;
}
.explode-text .line:nth-child(19) > .word:nth-child(1) {
  transition-delay: 1.9s;
}
.explode-text .line:nth-child(19) > .word:nth-child(2) {
  transition-delay: 3.8s;
}
.explode-text .line:nth-child(19) > .word:nth-child(3) {
  transition-delay: 5.7s;
}
.explode-text .line:nth-child(19) > .word:nth-child(4) {
  transition-delay: 7.6s;
}
.explode-text .line:nth-child(19) > .word:nth-child(5) {
  transition-delay: 9.5s;
}
.explode-text .line:nth-child(19) > .word:nth-child(6) {
  transition-delay: 11.4s;
}
.explode-text .line:nth-child(19) > .word:nth-child(7) {
  transition-delay: 13.3s;
}
.explode-text .line:nth-child(19) > .word:nth-child(8) {
  transition-delay: 15.2s;
}
.explode-text .line:nth-child(19) > .word:nth-child(9) {
  transition-delay: 17.1s;
}
.explode-text .line:nth-child(19) > .word:nth-child(10) {
  transition-delay: 19s;
}
.explode-text .line:nth-child(19) > .word:nth-child(11) {
  transition-delay: 20.9s;
}
.explode-text .line:nth-child(19) > .word:nth-child(12) {
  transition-delay: 22.8s;
}
.explode-text .line:nth-child(19) > .word:nth-child(13) {
  transition-delay: 24.7s;
}
.explode-text .line:nth-child(19) > .word:nth-child(14) {
  transition-delay: 26.6s;
}
.explode-text .line:nth-child(19) > .word:nth-child(15) {
  transition-delay: 28.5s;
}
.explode-text .line:nth-child(19) > .word:nth-child(16) {
  transition-delay: 30.4s;
}
.explode-text .line:nth-child(19) > .word:nth-child(17) {
  transition-delay: 32.3s;
}
.explode-text .line:nth-child(19) > .word:nth-child(18) {
  transition-delay: 34.2s;
}
.explode-text .line:nth-child(19) > .word:nth-child(19) {
  transition-delay: 36.1s;
}
.explode-text .line:nth-child(19) > .word:nth-child(20) {
  transition-delay: 38s;
}
.explode-text .line:nth-child(19) > .word:nth-child(21) {
  transition-delay: 39.9s;
}
.explode-text .line:nth-child(19) > .word:nth-child(22) {
  transition-delay: 41.8s;
}
.explode-text .line:nth-child(19) > .word:nth-child(23) {
  transition-delay: 43.7s;
}
.explode-text .line:nth-child(19) > .word:nth-child(24) {
  transition-delay: 45.6s;
}
.explode-text .line:nth-child(19) > .word:nth-child(25) {
  transition-delay: 47.5s;
}
.explode-text .line:nth-child(19) > .word:nth-child(26) {
  transition-delay: 49.4s;
}
.explode-text .line:nth-child(19) > .word:nth-child(27) {
  transition-delay: 51.3s;
}
.explode-text .line:nth-child(19) > .word:nth-child(28) {
  transition-delay: 53.2s;
}
.explode-text .line:nth-child(19) > .word:nth-child(29) {
  transition-delay: 55.1s;
}
.explode-text .line:nth-child(19) > .word:nth-child(30) {
  transition-delay: 57s;
}
.explode-text .line:nth-child(19) > .word:nth-child(31) {
  transition-delay: 58.9s;
}
.explode-text .line:nth-child(19) > .word:nth-child(32) {
  transition-delay: 60.8s;
}
.explode-text .line:nth-child(19) > .word:nth-child(33) {
  transition-delay: 62.7s;
}
.explode-text .line:nth-child(19) > .word:nth-child(34) {
  transition-delay: 64.6s;
}
.explode-text .line:nth-child(19) > .word:nth-child(35) {
  transition-delay: 66.5s;
}
.explode-text .line:nth-child(19) > .word:nth-child(36) {
  transition-delay: 68.4s;
}
.explode-text .line:nth-child(19) > .word:nth-child(37) {
  transition-delay: 70.3s;
}
.explode-text .line:nth-child(19) > .word:nth-child(38) {
  transition-delay: 72.2s;
}
.explode-text .line:nth-child(19) > .word:nth-child(39) {
  transition-delay: 74.1s;
}
.explode-text .line:nth-child(19) > .word:nth-child(40) {
  transition-delay: 76s;
}
.explode-text .line:nth-child(19) > .word:nth-child(41) {
  transition-delay: 77.9s;
}
.explode-text .line:nth-child(19) > .word:nth-child(42) {
  transition-delay: 79.8s;
}
.explode-text .line:nth-child(19) > .word:nth-child(43) {
  transition-delay: 81.7s;
}
.explode-text .line:nth-child(19) > .word:nth-child(44) {
  transition-delay: 83.6s;
}
.explode-text .line:nth-child(19) > .word:nth-child(45) {
  transition-delay: 85.5s;
}
.explode-text .line:nth-child(19) > .word:nth-child(46) {
  transition-delay: 87.4s;
}
.explode-text .line:nth-child(19) > .word:nth-child(47) {
  transition-delay: 89.3s;
}
.explode-text .line:nth-child(19) > .word:nth-child(48) {
  transition-delay: 91.2s;
}
.explode-text .line:nth-child(19) > .word:nth-child(49) {
  transition-delay: 93.1s;
}
.explode-text .line:nth-child(19) .brush:nth-child(1) .word {
  transition-delay: 1.9s;
}
.explode-text .line:nth-child(19) .brush:nth-child(2) .word {
  transition-delay: 3.8s;
}
.explode-text .line:nth-child(19) .brush:nth-child(3) .word {
  transition-delay: 5.7s;
}
.explode-text .line:nth-child(19) .brush:nth-child(4) .word {
  transition-delay: 7.6s;
}
.explode-text .line:nth-child(19) .brush:nth-child(5) .word {
  transition-delay: 9.5s;
}
.explode-text .line:nth-child(19) .brush:nth-child(6) .word {
  transition-delay: 11.4s;
}
.explode-text .line:nth-child(19) .brush:nth-child(7) .word {
  transition-delay: 13.3s;
}
.explode-text .line:nth-child(19) .brush:nth-child(8) .word {
  transition-delay: 15.2s;
}
.explode-text .line:nth-child(19) .brush:nth-child(9) .word {
  transition-delay: 17.1s;
}
.explode-text .line:nth-child(19) .brush:nth-child(10) .word {
  transition-delay: 19s;
}
.explode-text .line:nth-child(19) .brush:nth-child(11) .word {
  transition-delay: 20.9s;
}
.explode-text .line:nth-child(19) .brush:nth-child(12) .word {
  transition-delay: 22.8s;
}
.explode-text .line:nth-child(19) .brush:nth-child(13) .word {
  transition-delay: 24.7s;
}
.explode-text .line:nth-child(19) .brush:nth-child(14) .word {
  transition-delay: 26.6s;
}
.explode-text .line:nth-child(19) .brush:nth-child(15) .word {
  transition-delay: 28.5s;
}
.explode-text .line:nth-child(19) .brush:nth-child(16) .word {
  transition-delay: 30.4s;
}
.explode-text .line:nth-child(19) .brush:nth-child(17) .word {
  transition-delay: 32.3s;
}
.explode-text .line:nth-child(19) .brush:nth-child(18) .word {
  transition-delay: 34.2s;
}
.explode-text .line:nth-child(19) .brush:nth-child(19) .word {
  transition-delay: 36.1s;
}
.explode-text .line:nth-child(19) .brush:nth-child(20) .word {
  transition-delay: 38s;
}
.explode-text .line:nth-child(19) .brush:nth-child(21) .word {
  transition-delay: 39.9s;
}
.explode-text .line:nth-child(19) .brush:nth-child(22) .word {
  transition-delay: 41.8s;
}
.explode-text .line:nth-child(19) .brush:nth-child(23) .word {
  transition-delay: 43.7s;
}
.explode-text .line:nth-child(19) .brush:nth-child(24) .word {
  transition-delay: 45.6s;
}
.explode-text .line:nth-child(19) .brush:nth-child(25) .word {
  transition-delay: 47.5s;
}
.explode-text .line:nth-child(19) .brush:nth-child(26) .word {
  transition-delay: 49.4s;
}
.explode-text .line:nth-child(19) .brush:nth-child(27) .word {
  transition-delay: 51.3s;
}
.explode-text .line:nth-child(19) .brush:nth-child(28) .word {
  transition-delay: 53.2s;
}
.explode-text .line:nth-child(19) .brush:nth-child(29) .word {
  transition-delay: 55.1s;
}
.explode-text .line:nth-child(19) .brush:nth-child(30) .word {
  transition-delay: 57s;
}
.explode-text .line:nth-child(19) .brush:nth-child(31) .word {
  transition-delay: 58.9s;
}
.explode-text .line:nth-child(19) .brush:nth-child(32) .word {
  transition-delay: 60.8s;
}
.explode-text .line:nth-child(19) .brush:nth-child(33) .word {
  transition-delay: 62.7s;
}
.explode-text .line:nth-child(19) .brush:nth-child(34) .word {
  transition-delay: 64.6s;
}
.explode-text .line:nth-child(19) .brush:nth-child(35) .word {
  transition-delay: 66.5s;
}
.explode-text .line:nth-child(19) .brush:nth-child(36) .word {
  transition-delay: 68.4s;
}
.explode-text .line:nth-child(19) .brush:nth-child(37) .word {
  transition-delay: 70.3s;
}
.explode-text .line:nth-child(19) .brush:nth-child(38) .word {
  transition-delay: 72.2s;
}
.explode-text .line:nth-child(19) .brush:nth-child(39) .word {
  transition-delay: 74.1s;
}
.explode-text .line:nth-child(19) .brush:nth-child(40) .word {
  transition-delay: 76s;
}
.explode-text .line:nth-child(19) .brush:nth-child(41) .word {
  transition-delay: 77.9s;
}
.explode-text .line:nth-child(19) .brush:nth-child(42) .word {
  transition-delay: 79.8s;
}
.explode-text .line:nth-child(19) .brush:nth-child(43) .word {
  transition-delay: 81.7s;
}
.explode-text .line:nth-child(19) .brush:nth-child(44) .word {
  transition-delay: 83.6s;
}
.explode-text .line:nth-child(19) .brush:nth-child(45) .word {
  transition-delay: 85.5s;
}
.explode-text .line:nth-child(19) .brush:nth-child(46) .word {
  transition-delay: 87.4s;
}
.explode-text .line:nth-child(19) .brush:nth-child(47) .word {
  transition-delay: 89.3s;
}
.explode-text .line:nth-child(19) .brush:nth-child(48) .word {
  transition-delay: 91.2s;
}
.explode-text .line:nth-child(19) .brush:nth-child(49) .word {
  transition-delay: 93.1s;
}
.explode-text:not(.show) .word {
  transform: translateY(100%);
}

.masked-text .text {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.58, 0.13, 0, 1);
}
.masked-text .brush {
/*  font-weight: 900;
  font-style: italic;
  line-height: 1;*/
  position: relative;
  font-weight: inherit;
  color: #000000;
}
.masked-text.show .brush {
  animation: color-change 2s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes color-change {
  from { color: #000000; }
  to { color: #ffffff; }
}
.masked-text .brush:before {
  content: "";
  width: calc(100% + 0.2em);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-weight: inherit;
  border-radius: 150px;
  background-color: #0397D6;
  transform-origin: 0% 0%;
  transition: transform 2s cubic-bezier(0.58, 0.13, 0, 1) 0.5s;
}
.masked-text .brush.second-line:before {
  transition-delay: 2s;
}
.masked-text.show .brush.second-line {
  animation-delay: 2s;
}
.masked-text .title-blue.brush:before {
  background-color: #0397D6;
}
.masked-text .title-pink.brush:before {
  background-color: #E81F77;
}
.masked-text .title-orange.brush:before {
  background-color: #FF763B;
}
.masked-text .title-purple.brush:before {
  background-color: #37379D;
}
.masked-text .brush .word {
  position: relative;
  z-index: 1;
}
.masked-text .line {
  line-height: 1.1;
  overflow: hidden;
}
.masked-text .line:nth-child(1) .text {
  transition-delay: 0.1s;
}
.masked-text .line:nth-child(2) .text {
  transition-delay: 0.2s;
}
.masked-text .line:nth-child(3) .text {
  transition-delay: 0.3s;
}
.masked-text .line:nth-child(4) .text {
  transition-delay: 0.4s;
}
.masked-text .line:nth-child(5) .text {
  transition-delay: 0.5s;
}
.masked-text .line:nth-child(6) .text {
  transition-delay: 0.6s;
}
.masked-text .line:nth-child(7) .text {
  transition-delay: 0.7s;
}
.masked-text .line:nth-child(8) .text {
  transition-delay: 0.8s;
}
.masked-text .line:nth-child(9) .text {
  transition-delay: 0.9s;
}
.masked-text .line:nth-child(10) .text {
  transition-delay: 1s;
}
.masked-text .line:nth-child(11) .text {
  transition-delay: 1.1s;
}
.masked-text .line:nth-child(12) .text {
  transition-delay: 1.2s;
}
.masked-text .line:nth-child(13) .text {
  transition-delay: 1.3s;
}
.masked-text .line:nth-child(14) .text {
  transition-delay: 1.4s;
}
.masked-text .line:nth-child(15) .text {
  transition-delay: 1.5s;
}
.masked-text .line:nth-child(16) .text {
  transition-delay: 1.6s;
}
.masked-text .line:nth-child(17) .text {
  transition-delay: 1.7s;
}
.masked-text .line:nth-child(18) .text {
  transition-delay: 1.8s;
}
.masked-text .line:nth-child(19) .text {
  transition-delay: 1.9s;
}
.masked-text.orange .brush:before {
  background-color: #FF763B;
}
.masked-text.purple .brush:before {
  background-color: #37379D;
}
.masked-text.blue .brush:before {
  background-color: #0397D6;
}
.masked-text:not(.show) .line .text {
  transform: translateY(100%);
}
.masked-text:not(.show) .brush:before {
  transform: scaleX(0);
}
@media (max-width: 840px) {
  .masked-text strong {
    font-weight: 900;
    font-style: italic;
    background-color: #FCC30B;
  }
}

#secondary-nav {
  background: linear-gradient(45deg, #0397D6, #E81F77);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  color: white;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 59px;
  border-radius: 40px 0px 0px 0px;
  overflow: hidden;
}
#secondary-nav.fixed {
  border-radius: 0px 0px 0px 40px;
  position: fixed;
  top: 0;
  height: 67.4px;
}
#secondary-nav .container {
  display: flex;
  width: auto;
}
#secondary-nav-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00A4DF;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#secondary-nav .nav-item {
  padding: 22px 40px;
  flex-shrink: 1;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  width: auto !important;
}
#secondary-nav .nav-item::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #073251;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#secondary-nav .nav-item span {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  will-change: opacity, width;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), width 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#secondary-nav .nav-item:first-child::before, #secondary-nav .nav-item:last-child::before {
  width: calc(100% + var(--container-margin));
}
#secondary-nav .nav-item:first-child::before {
  right: 0;
  left: auto;
}
#secondary-nav .nav-item:last-child::before {
  left: 0;
  right: auto;
}
#secondary-nav .nav-item:hover span {
  opacity: 0.3;
}
#secondary-nav .nav-item.active::before {
  transform: scaleY(1);
}
#secondary-nav.hide {
  transform: translateY(100%);
}
@media (max-width: 64em) {
  #secondary-nav .nav-item {
    width: 20%;
    padding: 20px 10px;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
  }
  #secondary-nav .nav-item span {
    width: 20px;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
  #secondary-nav .nav-item:first-child {
    padding-left: 0;
    justify-content: flex-start;
  }
  #secondary-nav .nav-item:last-child {
    padding-right: 0;
    justify-content: flex-end;
  }
  #secondary-nav .nav-item:hover span {
    opacity: 1;
  }
}
@media (max-width: 990px) {
  #secondary-nav {
    display: none;
  }
}

.video-component {
  width: 100%;
  position: relative;
  color: white;
}
.video-component .video-container {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}
.video-component .video-container::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-component .video-container.playing iframe, .video-component .video-container.playing video {
  opacity: 1 !important;
}
.video-component .video-container.playing .video-cover, .video-component .video-container.playing .video-button {
  pointer-events: none !important;
}
.video-component .video-container.playing .video-cover {
  opacity: 0;
}
.video-component .video-container.playing .video-button {
  transform: scale(0.2);
  opacity: 0 !important;
}
.video-component .video-container.loading:not(.played), .video-component .video-container.loading:not(.played) * {
  pointer-events: none !important;
}
.video-component .video-container.loading:not(.played) .video-button::before {
  background: currentColor;
  opacity: 0.2;
}
.video-component .video-container.loading:not(.played) .video-button svg {
  animation: scale 2s linear;
}
.video-component .video-container.loading:not(.played) .video-button span {
  opacity: 0;
  transform: translateY(40px) scale(0.2);
}
.video-component .video-container.played .video-cover,
.video-component .video-container.played .video-button {
  opacity: 0;
  pointer-events: none !important;
}
.video-component .video-caption {
  max-width: 430px;
  display: block;
  margin-top: 23px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7);
}
.video-component .video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.video-component .video-button {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: calc(50% - 46px);
  left: calc(50% - 46px);
}
.video-component .video-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  background: #000;
  box-sizing: border-box;
  transition: transform 1s cubic-bezier(0.24, 0.03, 0, 1), background 1s ease-in-out, opacity 1s ease-in-out;
}
.video-component .video-button svg {
  height: auto;
  position: relative;
  z-index: 1;
  fill: #FFF;
}
.video-component .video-button span {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.video-component .video-button:hover::before {
  transform: scale(1.2);
}
.video-component video, .video-component iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.video-component video {
  height: auto;
}
.video-component iframe {
  height: 100%;
}
.video-component.no-ratio .video-container {
  height: 100%;
}
.video-component.no-ratio .video-container::before {
  content: none;
  display: none;
}
.video-component .footnote {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% + 10px));
  color: #000;
  font-size: 13px;
  line-height: 20.8px;
}
@media (max-width: 768px) {
  .video-component .video-caption {
    font-size: 11px;
    line-height: 14px;
    margin-top: 16px;
  }
}

.reasons-nav {
  position: fixed;
  right: 48px;
  top: 50%;
  z-index: 8;
  transform: translateY(-50%);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.reasons-nav__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reasons-nav .dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  position: relative;
  will-change: transform;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.reasons-nav .dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230%;
  height: 230%;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0.5;
  will-change: transform;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.reasons-nav .dot:not(.active) {
  opacity: 0.5;
  transform: scale(0.9);
}
.reasons-nav .dot:not(.active)::after {
  transform: translateX(-50%) translateY(-50%) scale(0.4);
}
.reasons-nav .dot:not(.active):hover::after {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.reasons-nav .dot:not(:last-child) {
  margin-bottom: 30px;
}
.reasons-nav:not(.show) {
  opacity: 0;
}
.reasons-nav:not(.show), .reasons-nav:not(.show) * {
  pointer-events: none !important;
}
@media (max-width: 480px) {
  .reasons-nav {
    display: none;
  }
  .reasons-nav__mobile {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .reasons-nav__mobile-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .reasons-nav__mobile-dots .dot {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    position: relative;
  }
  .reasons-nav__mobile-dots .dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230%;
    height: 230%;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 0.5;
    will-change: transform;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .reasons-nav__mobile-dots .dot:not(.active) {
    opacity: 0.5;
    transform: scale(0.9);
  }
  .reasons-nav__mobile-dots .dot:not(.active)::after {
    transform: translateX(-50%) translateY(-50%) scale(0.4);
  }
}

.social-link {
  width: 56px;
  height: 56px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.social-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 1s cubic-bezier(0.23, 0.01, 0, 1);
}
.social-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  position: relative;
  z-index: 1;
  transition: transform 1s cubic-bezier(0.23, 0.01, 0, 1);
}
.social-link:hover::before {
  transform: scale(1.1);
  opacity: 1;
}
.social-link:hover svg {
  transform: scale(0.8);
}

* {
  font-smooth: almays;
  text-shadow: 0px 0px 1px transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body, html {
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: black;
  user-select: none;
  -ms-user-select: none;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

#scroll-pointer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  transform: translateZ(0);
}

#page {
  width: 100%;
  position: relative;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.flex {
  display: flex;
}

button, button:focus, a, a:focus {
  outline: none !important;
}

a {
  color: inherit;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.fade-in.show {
  opacity: 1;
}

.fade-in-y {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.26, 0.1, 0, 1);
}
.fade-in-y.show {
  opacity: 1;
  transform: none;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  transition: transform 1s cubic-bezier(0.49, 0.23, 0, 1);
}
.underline:hover::after {
  transform: scaleX(1);
}

.scale-title * {
  font-weight: inherit;
}
.scale-title .word, .scale-title .letter {
  display: inline-block;
}
.scale-title .letter {
  will-change: transform;
  transition: transform 2s cubic-bezier(0.26, 0.1, 0, 1), opacity 1.5s cubic-bezier(0.26, 0.1, 0, 1);
}
.scale-title .letter.space {
  width: 0.12em;
}
.scale-title .word:nth-child(1) .letter:nth-child(1) {
  transition-delay: 0.0769502491s;
}
.scale-title .word:nth-child(1) .letter:nth-child(2) {
  transition-delay: 0.4087723296s;
}
.scale-title .word:nth-child(1) .letter:nth-child(3) {
  transition-delay: 0.2654645057s;
}
.scale-title .word:nth-child(1) .letter:nth-child(4) {
  transition-delay: 0.0476545507s;
}
.scale-title .word:nth-child(1) .letter:nth-child(5) {
  transition-delay: 0.4586279806s;
}
.scale-title .word:nth-child(1) .letter:nth-child(6) {
  transition-delay: 0.4428594124s;
}
.scale-title .word:nth-child(1) .letter:nth-child(7) {
  transition-delay: 0.0067932092s;
}
.scale-title .word:nth-child(1) .letter:nth-child(8) {
  transition-delay: 0.2181313395s;
}
.scale-title .word:nth-child(1) .letter:nth-child(9) {
  transition-delay: 0.3878193526s;
}
.scale-title .word:nth-child(1) .letter:nth-child(10) {
  transition-delay: 0.1972704088s;
}
.scale-title .word:nth-child(1) .letter:nth-child(11) {
  transition-delay: 0.1302474609s;
}
.scale-title .word:nth-child(1) .letter:nth-child(12) {
  transition-delay: 0.4960579723s;
}
.scale-title .word:nth-child(1) .letter:nth-child(13) {
  transition-delay: 0.56270207s;
}
.scale-title .word:nth-child(1) .letter:nth-child(14) {
  transition-delay: 0.5446019185s;
}
.scale-title .word:nth-child(1) .letter:nth-child(15) {
  transition-delay: 0.4577775782s;
}
.scale-title .word:nth-child(1) .letter:nth-child(16) {
  transition-delay: 0.5686926445s;
}
.scale-title .word:nth-child(1) .letter:nth-child(17) {
  transition-delay: 0.5998995453s;
}
.scale-title .word:nth-child(1) .letter:nth-child(18) {
  transition-delay: 0.1756197755s;
}
.scale-title .word:nth-child(1) .letter:nth-child(19) {
  transition-delay: 0.3245096716s;
}
.scale-title .word:nth-child(1) .letter:nth-child(20) {
  transition-delay: 0.2178383765s;
}
.scale-title .word:nth-child(1) .letter:nth-child(21) {
  transition-delay: 0.1725652521s;
}
.scale-title .word:nth-child(1) .letter:nth-child(22) {
  transition-delay: 0.4875148526s;
}
.scale-title .word:nth-child(1) .letter:nth-child(23) {
  transition-delay: 0.2281691052s;
}
.scale-title .word:nth-child(1) .letter:nth-child(24) {
  transition-delay: 0.0100174283s;
}
.scale-title .word:nth-child(1) .letter:nth-child(25) {
  transition-delay: 0.4936088529s;
}
.scale-title .word:nth-child(1) .letter:nth-child(26) {
  transition-delay: 0.2379199089s;
}
.scale-title .word:nth-child(1) .letter:nth-child(27) {
  transition-delay: 0.4093263428s;
}
.scale-title .word:nth-child(1) .letter:nth-child(28) {
  transition-delay: 0.1077723103s;
}
.scale-title .word:nth-child(1) .letter:nth-child(29) {
  transition-delay: 0.1807657641s;
}
.scale-title .word:nth-child(1) .letter:nth-child(30) {
  transition-delay: 0.4905436578s;
}
.scale-title .word:nth-child(1) .letter:nth-child(31) {
  transition-delay: 0.0525519598s;
}
.scale-title .word:nth-child(1) .letter:nth-child(32) {
  transition-delay: 0.1077794521s;
}
.scale-title .word:nth-child(1) .letter:nth-child(33) {
  transition-delay: 0.0175317656s;
}
.scale-title .word:nth-child(1) .letter:nth-child(34) {
  transition-delay: 0.4686556515s;
}
.scale-title .word:nth-child(1) .letter:nth-child(35) {
  transition-delay: 0.0545087916s;
}
.scale-title .word:nth-child(1) .letter:nth-child(36) {
  transition-delay: 0.2588812522s;
}
.scale-title .word:nth-child(1) .letter:nth-child(37) {
  transition-delay: 0.540900775s;
}
.scale-title .word:nth-child(1) .letter:nth-child(38) {
  transition-delay: 0.0356389355s;
}
.scale-title .word:nth-child(1) .letter:nth-child(39) {
  transition-delay: 0.3375786954s;
}
.scale-title .word:nth-child(1) .letter:nth-child(40) {
  transition-delay: 0.3458017281s;
}
.scale-title .word:nth-child(1) .letter:nth-child(41) {
  transition-delay: 0.1680104427s;
}
.scale-title .word:nth-child(1) .letter:nth-child(42) {
  transition-delay: 0.200959233s;
}
.scale-title .word:nth-child(1) .letter:nth-child(43) {
  transition-delay: 0.2070094843s;
}
.scale-title .word:nth-child(1) .letter:nth-child(44) {
  transition-delay: 0.039009629s;
}
.scale-title .word:nth-child(1) .letter:nth-child(45) {
  transition-delay: 0.4779263927s;
}
.scale-title .word:nth-child(1) .letter:nth-child(46) {
  transition-delay: 0.5299784591s;
}
.scale-title .word:nth-child(1) .letter:nth-child(47) {
  transition-delay: 0.2590018859s;
}
.scale-title .word:nth-child(1) .letter:nth-child(48) {
  transition-delay: 0.1312059274s;
}
.scale-title .word:nth-child(1) .letter:nth-child(49) {
  transition-delay: 0.5096296324s;
}
.scale-title .word:nth-child(2) .letter:nth-child(1) {
  transition-delay: 0.2173861806s;
}
.scale-title .word:nth-child(2) .letter:nth-child(2) {
  transition-delay: 0.0291420392s;
}
.scale-title .word:nth-child(2) .letter:nth-child(3) {
  transition-delay: 0.5009240903s;
}
.scale-title .word:nth-child(2) .letter:nth-child(4) {
  transition-delay: 0.2574308384s;
}
.scale-title .word:nth-child(2) .letter:nth-child(5) {
  transition-delay: 0.0828756091s;
}
.scale-title .word:nth-child(2) .letter:nth-child(6) {
  transition-delay: 0.3750886325s;
}
.scale-title .word:nth-child(2) .letter:nth-child(7) {
  transition-delay: 0.3104483061s;
}
.scale-title .word:nth-child(2) .letter:nth-child(8) {
  transition-delay: 0.2827411831s;
}
.scale-title .word:nth-child(2) .letter:nth-child(9) {
  transition-delay: 0.1621235695s;
}
.scale-title .word:nth-child(2) .letter:nth-child(10) {
  transition-delay: 0.4416811979s;
}
.scale-title .word:nth-child(2) .letter:nth-child(11) {
  transition-delay: 0.0571696432s;
}
.scale-title .word:nth-child(2) .letter:nth-child(12) {
  transition-delay: 0.5018002494s;
}
.scale-title .word:nth-child(2) .letter:nth-child(13) {
  transition-delay: 0.0547612757s;
}
.scale-title .word:nth-child(2) .letter:nth-child(14) {
  transition-delay: 0.5791043186s;
}
.scale-title .word:nth-child(2) .letter:nth-child(15) {
  transition-delay: 0.1284089139s;
}
.scale-title .word:nth-child(2) .letter:nth-child(16) {
  transition-delay: 0.1961658863s;
}
.scale-title .word:nth-child(2) .letter:nth-child(17) {
  transition-delay: 0.0137731019s;
}
.scale-title .word:nth-child(2) .letter:nth-child(18) {
  transition-delay: 0.4161203293s;
}
.scale-title .word:nth-child(2) .letter:nth-child(19) {
  transition-delay: 0.1483599105s;
}
.scale-title .word:nth-child(2) .letter:nth-child(20) {
  transition-delay: 0.1620629312s;
}
.scale-title .word:nth-child(2) .letter:nth-child(21) {
  transition-delay: 0.3889584456s;
}
.scale-title .word:nth-child(2) .letter:nth-child(22) {
  transition-delay: 0.1567487137s;
}
.scale-title .word:nth-child(2) .letter:nth-child(23) {
  transition-delay: 0.3418118945s;
}
.scale-title .word:nth-child(2) .letter:nth-child(24) {
  transition-delay: 0.4455090021s;
}
.scale-title .word:nth-child(2) .letter:nth-child(25) {
  transition-delay: 0.5973153574s;
}
.scale-title .word:nth-child(2) .letter:nth-child(26) {
  transition-delay: 0.4371530204s;
}
.scale-title .word:nth-child(2) .letter:nth-child(27) {
  transition-delay: 0.0184513746s;
}
.scale-title .word:nth-child(2) .letter:nth-child(28) {
  transition-delay: 0.06357546s;
}
.scale-title .word:nth-child(2) .letter:nth-child(29) {
  transition-delay: 0.2854385912s;
}
.scale-title .word:nth-child(2) .letter:nth-child(30) {
  transition-delay: 0.2083126068s;
}
.scale-title .word:nth-child(2) .letter:nth-child(31) {
  transition-delay: 0.127482904s;
}
.scale-title .word:nth-child(2) .letter:nth-child(32) {
  transition-delay: 0.1256886037s;
}
.scale-title .word:nth-child(2) .letter:nth-child(33) {
  transition-delay: 0.0760795444s;
}
.scale-title .word:nth-child(2) .letter:nth-child(34) {
  transition-delay: 0.5442780945s;
}
.scale-title .word:nth-child(2) .letter:nth-child(35) {
  transition-delay: 0.4904688508s;
}
.scale-title .word:nth-child(2) .letter:nth-child(36) {
  transition-delay: 0.4704982569s;
}
.scale-title .word:nth-child(2) .letter:nth-child(37) {
  transition-delay: 0.5519584058s;
}
.scale-title .word:nth-child(2) .letter:nth-child(38) {
  transition-delay: 0.1307497546s;
}
.scale-title .word:nth-child(2) .letter:nth-child(39) {
  transition-delay: 0.5339776591s;
}
.scale-title .word:nth-child(2) .letter:nth-child(40) {
  transition-delay: 0.0347525627s;
}
.scale-title .word:nth-child(2) .letter:nth-child(41) {
  transition-delay: 0.2357673407s;
}
.scale-title .word:nth-child(2) .letter:nth-child(42) {
  transition-delay: 0.318788212s;
}
.scale-title .word:nth-child(2) .letter:nth-child(43) {
  transition-delay: 0.1915379288s;
}
.scale-title .word:nth-child(2) .letter:nth-child(44) {
  transition-delay: 0.4676932619s;
}
.scale-title .word:nth-child(2) .letter:nth-child(45) {
  transition-delay: 0.0082288242s;
}
.scale-title .word:nth-child(2) .letter:nth-child(46) {
  transition-delay: 0.4409597887s;
}
.scale-title .word:nth-child(2) .letter:nth-child(47) {
  transition-delay: 0.5101600665s;
}
.scale-title .word:nth-child(2) .letter:nth-child(48) {
  transition-delay: 0.0924992062s;
}
.scale-title .word:nth-child(2) .letter:nth-child(49) {
  transition-delay: 0.2568815608s;
}
.scale-title .word:nth-child(3) .letter:nth-child(1) {
  transition-delay: 0.0955809404s;
}
.scale-title .word:nth-child(3) .letter:nth-child(2) {
  transition-delay: 0.4952671498s;
}
.scale-title .word:nth-child(3) .letter:nth-child(3) {
  transition-delay: 0.274215943s;
}
.scale-title .word:nth-child(3) .letter:nth-child(4) {
  transition-delay: 0.17215234s;
}
.scale-title .word:nth-child(3) .letter:nth-child(5) {
  transition-delay: 0.4477800968s;
}
.scale-title .word:nth-child(3) .letter:nth-child(6) {
  transition-delay: 0.1145655301s;
}
.scale-title .word:nth-child(3) .letter:nth-child(7) {
  transition-delay: 0.5477665975s;
}
.scale-title .word:nth-child(3) .letter:nth-child(8) {
  transition-delay: 0.5909877016s;
}
.scale-title .word:nth-child(3) .letter:nth-child(9) {
  transition-delay: 0.4254811185s;
}
.scale-title .word:nth-child(3) .letter:nth-child(10) {
  transition-delay: 0.2191455905s;
}
.scale-title .word:nth-child(3) .letter:nth-child(11) {
  transition-delay: 0.1804145589s;
}
.scale-title .word:nth-child(3) .letter:nth-child(12) {
  transition-delay: 0.0750846872s;
}
.scale-title .word:nth-child(3) .letter:nth-child(13) {
  transition-delay: 0.1999677076s;
}
.scale-title .word:nth-child(3) .letter:nth-child(14) {
  transition-delay: 0.0518827278s;
}
.scale-title .word:nth-child(3) .letter:nth-child(15) {
  transition-delay: 0.5095224899s;
}
.scale-title .word:nth-child(3) .letter:nth-child(16) {
  transition-delay: 0.1465583884s;
}
.scale-title .word:nth-child(3) .letter:nth-child(17) {
  transition-delay: 0.3445310984s;
}
.scale-title .word:nth-child(3) .letter:nth-child(18) {
  transition-delay: 0.42057878s;
}
.scale-title .word:nth-child(3) .letter:nth-child(19) {
  transition-delay: 0.1823917907s;
}
.scale-title .word:nth-child(3) .letter:nth-child(20) {
  transition-delay: 0.2991038376s;
}
.scale-title .word:nth-child(3) .letter:nth-child(21) {
  transition-delay: 0.1965244021s;
}
.scale-title .word:nth-child(3) .letter:nth-child(22) {
  transition-delay: 0.2916953167s;
}
.scale-title .word:nth-child(3) .letter:nth-child(23) {
  transition-delay: 0.3724556209s;
}
.scale-title .word:nth-child(3) .letter:nth-child(24) {
  transition-delay: 0.5874062143s;
}
.scale-title .word:nth-child(3) .letter:nth-child(25) {
  transition-delay: 0.4124873613s;
}
.scale-title .word:nth-child(3) .letter:nth-child(26) {
  transition-delay: 0.4581946184s;
}
.scale-title .word:nth-child(3) .letter:nth-child(27) {
  transition-delay: 0.259142514s;
}
.scale-title .word:nth-child(3) .letter:nth-child(28) {
  transition-delay: 0.1306335701s;
}
.scale-title .word:nth-child(3) .letter:nth-child(29) {
  transition-delay: 0.0026197351s;
}
.scale-title .word:nth-child(3) .letter:nth-child(30) {
  transition-delay: 0.5315715974s;
}
.scale-title .word:nth-child(3) .letter:nth-child(31) {
  transition-delay: 0.5544230955s;
}
.scale-title .word:nth-child(3) .letter:nth-child(32) {
  transition-delay: 0.2250852731s;
}
.scale-title .word:nth-child(3) .letter:nth-child(33) {
  transition-delay: 0.0575356461s;
}
.scale-title .word:nth-child(3) .letter:nth-child(34) {
  transition-delay: 0.5298053233s;
}
.scale-title .word:nth-child(3) .letter:nth-child(35) {
  transition-delay: 0.5528485111s;
}
.scale-title .word:nth-child(3) .letter:nth-child(36) {
  transition-delay: 0.2252145717s;
}
.scale-title .word:nth-child(3) .letter:nth-child(37) {
  transition-delay: 0.0356939061s;
}
.scale-title .word:nth-child(3) .letter:nth-child(38) {
  transition-delay: 0.0308316188s;
}
.scale-title .word:nth-child(3) .letter:nth-child(39) {
  transition-delay: 0.1915996703s;
}
.scale-title .word:nth-child(3) .letter:nth-child(40) {
  transition-delay: 0.1241034588s;
}
.scale-title .word:nth-child(3) .letter:nth-child(41) {
  transition-delay: 0.010994985s;
}
.scale-title .word:nth-child(3) .letter:nth-child(42) {
  transition-delay: 0.0189634047s;
}
.scale-title .word:nth-child(3) .letter:nth-child(43) {
  transition-delay: 0.099800451s;
}
.scale-title .word:nth-child(3) .letter:nth-child(44) {
  transition-delay: 0.0081371029s;
}
.scale-title .word:nth-child(3) .letter:nth-child(45) {
  transition-delay: 0.2587249964s;
}
.scale-title .word:nth-child(3) .letter:nth-child(46) {
  transition-delay: 0.14429728s;
}
.scale-title .word:nth-child(3) .letter:nth-child(47) {
  transition-delay: 0.5045818986s;
}
.scale-title .word:nth-child(3) .letter:nth-child(48) {
  transition-delay: 0.2887420845s;
}
.scale-title .word:nth-child(3) .letter:nth-child(49) {
  transition-delay: 0.3917953725s;
}
.scale-title .word:nth-child(4) .letter:nth-child(1) {
  transition-delay: 0.3661916728s;
}
.scale-title .word:nth-child(4) .letter:nth-child(2) {
  transition-delay: 0.2838973003s;
}
.scale-title .word:nth-child(4) .letter:nth-child(3) {
  transition-delay: 0.3251686874s;
}
.scale-title .word:nth-child(4) .letter:nth-child(4) {
  transition-delay: 0.065719112s;
}
.scale-title .word:nth-child(4) .letter:nth-child(5) {
  transition-delay: 0.0769229225s;
}
.scale-title .word:nth-child(4) .letter:nth-child(6) {
  transition-delay: 0.0851985585s;
}
.scale-title .word:nth-child(4) .letter:nth-child(7) {
  transition-delay: 0.0645021205s;
}
.scale-title .word:nth-child(4) .letter:nth-child(8) {
  transition-delay: 0.2005617971s;
}
.scale-title .word:nth-child(4) .letter:nth-child(9) {
  transition-delay: 0.4320567928s;
}
.scale-title .word:nth-child(4) .letter:nth-child(10) {
  transition-delay: 0.4851288389s;
}
.scale-title .word:nth-child(4) .letter:nth-child(11) {
  transition-delay: 0.479637632s;
}
.scale-title .word:nth-child(4) .letter:nth-child(12) {
  transition-delay: 0.2992112657s;
}
.scale-title .word:nth-child(4) .letter:nth-child(13) {
  transition-delay: 0.5826100954s;
}
.scale-title .word:nth-child(4) .letter:nth-child(14) {
  transition-delay: 0.2535980234s;
}
.scale-title .word:nth-child(4) .letter:nth-child(15) {
  transition-delay: 0.0979915806s;
}
.scale-title .word:nth-child(4) .letter:nth-child(16) {
  transition-delay: 0.4765522003s;
}
.scale-title .word:nth-child(4) .letter:nth-child(17) {
  transition-delay: 0.0535621266s;
}
.scale-title .word:nth-child(4) .letter:nth-child(18) {
  transition-delay: 0.5901602664s;
}
.scale-title .word:nth-child(4) .letter:nth-child(19) {
  transition-delay: 0.3133782127s;
}
.scale-title .word:nth-child(4) .letter:nth-child(20) {
  transition-delay: 0.2015746085s;
}
.scale-title .word:nth-child(4) .letter:nth-child(21) {
  transition-delay: 0.227747923s;
}
.scale-title .word:nth-child(4) .letter:nth-child(22) {
  transition-delay: 0.1629627842s;
}
.scale-title .word:nth-child(4) .letter:nth-child(23) {
  transition-delay: 0.4171672492s;
}
.scale-title .word:nth-child(4) .letter:nth-child(24) {
  transition-delay: 0.3754596975s;
}
.scale-title .word:nth-child(4) .letter:nth-child(25) {
  transition-delay: 0.5094674995s;
}
.scale-title .word:nth-child(4) .letter:nth-child(26) {
  transition-delay: 0.3880696333s;
}
.scale-title .word:nth-child(4) .letter:nth-child(27) {
  transition-delay: 0.2866198348s;
}
.scale-title .word:nth-child(4) .letter:nth-child(28) {
  transition-delay: 0.0234096562s;
}
.scale-title .word:nth-child(4) .letter:nth-child(29) {
  transition-delay: 0.5454382938s;
}
.scale-title .word:nth-child(4) .letter:nth-child(30) {
  transition-delay: 0.3371641777s;
}
.scale-title .word:nth-child(4) .letter:nth-child(31) {
  transition-delay: 0.0271257151s;
}
.scale-title .word:nth-child(4) .letter:nth-child(32) {
  transition-delay: 0.0399461654s;
}
.scale-title .word:nth-child(4) .letter:nth-child(33) {
  transition-delay: 0.104713451s;
}
.scale-title .word:nth-child(4) .letter:nth-child(34) {
  transition-delay: 0.1241092404s;
}
.scale-title .word:nth-child(4) .letter:nth-child(35) {
  transition-delay: 0.1707993431s;
}
.scale-title .word:nth-child(4) .letter:nth-child(36) {
  transition-delay: 0.1874310182s;
}
.scale-title .word:nth-child(4) .letter:nth-child(37) {
  transition-delay: 0.1634697569s;
}
.scale-title .word:nth-child(4) .letter:nth-child(38) {
  transition-delay: 0.429356585s;
}
.scale-title .word:nth-child(4) .letter:nth-child(39) {
  transition-delay: 0.5499938686s;
}
.scale-title .word:nth-child(4) .letter:nth-child(40) {
  transition-delay: 0.5696172354s;
}
.scale-title .word:nth-child(4) .letter:nth-child(41) {
  transition-delay: 0.4236829296s;
}
.scale-title .word:nth-child(4) .letter:nth-child(42) {
  transition-delay: 0.4725940343s;
}
.scale-title .word:nth-child(4) .letter:nth-child(43) {
  transition-delay: 0.0624415246s;
}
.scale-title .word:nth-child(4) .letter:nth-child(44) {
  transition-delay: 0.4534025803s;
}
.scale-title .word:nth-child(4) .letter:nth-child(45) {
  transition-delay: 0.0509126185s;
}
.scale-title .word:nth-child(4) .letter:nth-child(46) {
  transition-delay: 0.3577063577s;
}
.scale-title .word:nth-child(4) .letter:nth-child(47) {
  transition-delay: 0.3509769132s;
}
.scale-title .word:nth-child(4) .letter:nth-child(48) {
  transition-delay: 0.5677639208s;
}
.scale-title .word:nth-child(4) .letter:nth-child(49) {
  transition-delay: 0.2480849494s;
}
.scale-title .word:nth-child(5) .letter:nth-child(1) {
  transition-delay: 0.4813188933s;
}
.scale-title .word:nth-child(5) .letter:nth-child(2) {
  transition-delay: 0.3317441294s;
}
.scale-title .word:nth-child(5) .letter:nth-child(3) {
  transition-delay: 0.2584675376s;
}
.scale-title .word:nth-child(5) .letter:nth-child(4) {
  transition-delay: 0.3548817579s;
}
.scale-title .word:nth-child(5) .letter:nth-child(5) {
  transition-delay: 0.2916237291s;
}
.scale-title .word:nth-child(5) .letter:nth-child(6) {
  transition-delay: 0.3264961825s;
}
.scale-title .word:nth-child(5) .letter:nth-child(7) {
  transition-delay: 0.5709773362s;
}
.scale-title .word:nth-child(5) .letter:nth-child(8) {
  transition-delay: 0.4803197907s;
}
.scale-title .word:nth-child(5) .letter:nth-child(9) {
  transition-delay: 0.2816382614s;
}
.scale-title .word:nth-child(5) .letter:nth-child(10) {
  transition-delay: 0.5482361205s;
}
.scale-title .word:nth-child(5) .letter:nth-child(11) {
  transition-delay: 0.5239509311s;
}
.scale-title .word:nth-child(5) .letter:nth-child(12) {
  transition-delay: 0.5562317459s;
}
.scale-title .word:nth-child(5) .letter:nth-child(13) {
  transition-delay: 0.0521887795s;
}
.scale-title .word:nth-child(5) .letter:nth-child(14) {
  transition-delay: 0.1275098865s;
}
.scale-title .word:nth-child(5) .letter:nth-child(15) {
  transition-delay: 0.4525375349s;
}
.scale-title .word:nth-child(5) .letter:nth-child(16) {
  transition-delay: 0.0786462301s;
}
.scale-title .word:nth-child(5) .letter:nth-child(17) {
  transition-delay: 0.157509262s;
}
.scale-title .word:nth-child(5) .letter:nth-child(18) {
  transition-delay: 0.0753560414s;
}
.scale-title .word:nth-child(5) .letter:nth-child(19) {
  transition-delay: 0.3115443302s;
}
.scale-title .word:nth-child(5) .letter:nth-child(20) {
  transition-delay: 0.5485908941s;
}
.scale-title .word:nth-child(5) .letter:nth-child(21) {
  transition-delay: 0.0497074585s;
}
.scale-title .word:nth-child(5) .letter:nth-child(22) {
  transition-delay: 0.2806683343s;
}
.scale-title .word:nth-child(5) .letter:nth-child(23) {
  transition-delay: 0.3076170531s;
}
.scale-title .word:nth-child(5) .letter:nth-child(24) {
  transition-delay: 0.4408865226s;
}
.scale-title .word:nth-child(5) .letter:nth-child(25) {
  transition-delay: 0.4754247654s;
}
.scale-title .word:nth-child(5) .letter:nth-child(26) {
  transition-delay: 0.3447281183s;
}
.scale-title .word:nth-child(5) .letter:nth-child(27) {
  transition-delay: 0.0818570234s;
}
.scale-title .word:nth-child(5) .letter:nth-child(28) {
  transition-delay: 0.2074065037s;
}
.scale-title .word:nth-child(5) .letter:nth-child(29) {
  transition-delay: 0.4283422879s;
}
.scale-title .word:nth-child(5) .letter:nth-child(30) {
  transition-delay: 0.3350327106s;
}
.scale-title .word:nth-child(5) .letter:nth-child(31) {
  transition-delay: 0.2914497209s;
}
.scale-title .word:nth-child(5) .letter:nth-child(32) {
  transition-delay: 0.4554874676s;
}
.scale-title .word:nth-child(5) .letter:nth-child(33) {
  transition-delay: 0.3381670087s;
}
.scale-title .word:nth-child(5) .letter:nth-child(34) {
  transition-delay: 0.4296363088s;
}
.scale-title .word:nth-child(5) .letter:nth-child(35) {
  transition-delay: 0.261922853s;
}
.scale-title .word:nth-child(5) .letter:nth-child(36) {
  transition-delay: 0.0643902637s;
}
.scale-title .word:nth-child(5) .letter:nth-child(37) {
  transition-delay: 0.3502798894s;
}
.scale-title .word:nth-child(5) .letter:nth-child(38) {
  transition-delay: 0.4248082474s;
}
.scale-title .word:nth-child(5) .letter:nth-child(39) {
  transition-delay: 0.4740359489s;
}
.scale-title .word:nth-child(5) .letter:nth-child(40) {
  transition-delay: 0.549007139s;
}
.scale-title .word:nth-child(5) .letter:nth-child(41) {
  transition-delay: 0.3445081961s;
}
.scale-title .word:nth-child(5) .letter:nth-child(42) {
  transition-delay: 0.1826806099s;
}
.scale-title .word:nth-child(5) .letter:nth-child(43) {
  transition-delay: 0.1191155477s;
}
.scale-title .word:nth-child(5) .letter:nth-child(44) {
  transition-delay: 0.1249273922s;
}
.scale-title .word:nth-child(5) .letter:nth-child(45) {
  transition-delay: 0.0535472263s;
}
.scale-title .word:nth-child(5) .letter:nth-child(46) {
  transition-delay: 0.2649075113s;
}
.scale-title .word:nth-child(5) .letter:nth-child(47) {
  transition-delay: 0.439775222s;
}
.scale-title .word:nth-child(5) .letter:nth-child(48) {
  transition-delay: 0.3239373024s;
}
.scale-title .word:nth-child(5) .letter:nth-child(49) {
  transition-delay: 0.246071003s;
}
.scale-title .word:nth-child(6) .letter:nth-child(1) {
  transition-delay: 0.2270830072s;
}
.scale-title .word:nth-child(6) .letter:nth-child(2) {
  transition-delay: 0.1493833252s;
}
.scale-title .word:nth-child(6) .letter:nth-child(3) {
  transition-delay: 0.0517079785s;
}
.scale-title .word:nth-child(6) .letter:nth-child(4) {
  transition-delay: 0.3059181651s;
}
.scale-title .word:nth-child(6) .letter:nth-child(5) {
  transition-delay: 0.1856334369s;
}
.scale-title .word:nth-child(6) .letter:nth-child(6) {
  transition-delay: 0.0311524288s;
}
.scale-title .word:nth-child(6) .letter:nth-child(7) {
  transition-delay: 0.1410821522s;
}
.scale-title .word:nth-child(6) .letter:nth-child(8) {
  transition-delay: 0.4060435941s;
}
.scale-title .word:nth-child(6) .letter:nth-child(9) {
  transition-delay: 0.5274116615s;
}
.scale-title .word:nth-child(6) .letter:nth-child(10) {
  transition-delay: 0.2583716929s;
}
.scale-title .word:nth-child(6) .letter:nth-child(11) {
  transition-delay: 0.0340712011s;
}
.scale-title .word:nth-child(6) .letter:nth-child(12) {
  transition-delay: 0.2797602115s;
}
.scale-title .word:nth-child(6) .letter:nth-child(13) {
  transition-delay: 0.126620408s;
}
.scale-title .word:nth-child(6) .letter:nth-child(14) {
  transition-delay: 0.5927157766s;
}
.scale-title .word:nth-child(6) .letter:nth-child(15) {
  transition-delay: 0.272823644s;
}
.scale-title .word:nth-child(6) .letter:nth-child(16) {
  transition-delay: 0.5375910436s;
}
.scale-title .word:nth-child(6) .letter:nth-child(17) {
  transition-delay: 0.5756755535s;
}
.scale-title .word:nth-child(6) .letter:nth-child(18) {
  transition-delay: 0.3327775544s;
}
.scale-title .word:nth-child(6) .letter:nth-child(19) {
  transition-delay: 0.2721198728s;
}
.scale-title .word:nth-child(6) .letter:nth-child(20) {
  transition-delay: 0.18515559s;
}
.scale-title .word:nth-child(6) .letter:nth-child(21) {
  transition-delay: 0.5740461904s;
}
.scale-title .word:nth-child(6) .letter:nth-child(22) {
  transition-delay: 0.47475881s;
}
.scale-title .word:nth-child(6) .letter:nth-child(23) {
  transition-delay: 0.3524028033s;
}
.scale-title .word:nth-child(6) .letter:nth-child(24) {
  transition-delay: 0.3121482569s;
}
.scale-title .word:nth-child(6) .letter:nth-child(25) {
  transition-delay: 0.3664346711s;
}
.scale-title .word:nth-child(6) .letter:nth-child(26) {
  transition-delay: 0.3383386151s;
}
.scale-title .word:nth-child(6) .letter:nth-child(27) {
  transition-delay: 0.4209762656s;
}
.scale-title .word:nth-child(6) .letter:nth-child(28) {
  transition-delay: 0.0153361207s;
}
.scale-title .word:nth-child(6) .letter:nth-child(29) {
  transition-delay: 0.2886234735s;
}
.scale-title .word:nth-child(6) .letter:nth-child(30) {
  transition-delay: 0.2986066925s;
}
.scale-title .word:nth-child(6) .letter:nth-child(31) {
  transition-delay: 0.1153066746s;
}
.scale-title .word:nth-child(6) .letter:nth-child(32) {
  transition-delay: 0.5515648015s;
}
.scale-title .word:nth-child(6) .letter:nth-child(33) {
  transition-delay: 0.0549490459s;
}
.scale-title .word:nth-child(6) .letter:nth-child(34) {
  transition-delay: 0.230280012s;
}
.scale-title .word:nth-child(6) .letter:nth-child(35) {
  transition-delay: 0.0609916773s;
}
.scale-title .word:nth-child(6) .letter:nth-child(36) {
  transition-delay: 0.0501213567s;
}
.scale-title .word:nth-child(6) .letter:nth-child(37) {
  transition-delay: 0.0337240311s;
}
.scale-title .word:nth-child(6) .letter:nth-child(38) {
  transition-delay: 0.0047504704s;
}
.scale-title .word:nth-child(6) .letter:nth-child(39) {
  transition-delay: 0.0782107594s;
}
.scale-title .word:nth-child(6) .letter:nth-child(40) {
  transition-delay: 0.4295465499s;
}
.scale-title .word:nth-child(6) .letter:nth-child(41) {
  transition-delay: 0.2918489519s;
}
.scale-title .word:nth-child(6) .letter:nth-child(42) {
  transition-delay: 0.4937335664s;
}
.scale-title .word:nth-child(6) .letter:nth-child(43) {
  transition-delay: 0.0980865177s;
}
.scale-title .word:nth-child(6) .letter:nth-child(44) {
  transition-delay: 0.1055910987s;
}
.scale-title .word:nth-child(6) .letter:nth-child(45) {
  transition-delay: 0.5762827099s;
}
.scale-title .word:nth-child(6) .letter:nth-child(46) {
  transition-delay: 0.5705578433s;
}
.scale-title .word:nth-child(6) .letter:nth-child(47) {
  transition-delay: 0.4412846559s;
}
.scale-title .word:nth-child(6) .letter:nth-child(48) {
  transition-delay: 0.5748683732s;
}
.scale-title .word:nth-child(6) .letter:nth-child(49) {
  transition-delay: 0.198678518s;
}
.scale-title .word:nth-child(7) .letter:nth-child(1) {
  transition-delay: 0.4204819681s;
}
.scale-title .word:nth-child(7) .letter:nth-child(2) {
  transition-delay: 0.5166696319s;
}
.scale-title .word:nth-child(7) .letter:nth-child(3) {
  transition-delay: 0.5698139586s;
}
.scale-title .word:nth-child(7) .letter:nth-child(4) {
  transition-delay: 0.0422606304s;
}
.scale-title .word:nth-child(7) .letter:nth-child(5) {
  transition-delay: 0.0814493687s;
}
.scale-title .word:nth-child(7) .letter:nth-child(6) {
  transition-delay: 0.455514166s;
}
.scale-title .word:nth-child(7) .letter:nth-child(7) {
  transition-delay: 0.5898183684s;
}
.scale-title .word:nth-child(7) .letter:nth-child(8) {
  transition-delay: 0.2445493215s;
}
.scale-title .word:nth-child(7) .letter:nth-child(9) {
  transition-delay: 0.0690542185s;
}
.scale-title .word:nth-child(7) .letter:nth-child(10) {
  transition-delay: 0.4687834328s;
}
.scale-title .word:nth-child(7) .letter:nth-child(11) {
  transition-delay: 0.0480333075s;
}
.scale-title .word:nth-child(7) .letter:nth-child(12) {
  transition-delay: 0.389152481s;
}
.scale-title .word:nth-child(7) .letter:nth-child(13) {
  transition-delay: 0.4303297182s;
}
.scale-title .word:nth-child(7) .letter:nth-child(14) {
  transition-delay: 0.1541157566s;
}
.scale-title .word:nth-child(7) .letter:nth-child(15) {
  transition-delay: 0.0736219376s;
}
.scale-title .word:nth-child(7) .letter:nth-child(16) {
  transition-delay: 0.2707556291s;
}
.scale-title .word:nth-child(7) .letter:nth-child(17) {
  transition-delay: 0.3208789596s;
}
.scale-title .word:nth-child(7) .letter:nth-child(18) {
  transition-delay: 0.2639742639s;
}
.scale-title .word:nth-child(7) .letter:nth-child(19) {
  transition-delay: 0.2647772685s;
}
.scale-title .word:nth-child(7) .letter:nth-child(20) {
  transition-delay: 0.3885823962s;
}
.scale-title .word:nth-child(7) .letter:nth-child(21) {
  transition-delay: 0.4763824882s;
}
.scale-title .word:nth-child(7) .letter:nth-child(22) {
  transition-delay: 0.0548900325s;
}
.scale-title .word:nth-child(7) .letter:nth-child(23) {
  transition-delay: 0.1051366465s;
}
.scale-title .word:nth-child(7) .letter:nth-child(24) {
  transition-delay: 0.4228505679s;
}
.scale-title .word:nth-child(7) .letter:nth-child(25) {
  transition-delay: 0.4633828928s;
}
.scale-title .word:nth-child(7) .letter:nth-child(26) {
  transition-delay: 0.4803376227s;
}
.scale-title .word:nth-child(7) .letter:nth-child(27) {
  transition-delay: 0.2921478745s;
}
.scale-title .word:nth-child(7) .letter:nth-child(28) {
  transition-delay: 0.5076848239s;
}
.scale-title .word:nth-child(7) .letter:nth-child(29) {
  transition-delay: 0.0477217321s;
}
.scale-title .word:nth-child(7) .letter:nth-child(30) {
  transition-delay: 0.0738373834s;
}
.scale-title .word:nth-child(7) .letter:nth-child(31) {
  transition-delay: 0.3792993901s;
}
.scale-title .word:nth-child(7) .letter:nth-child(32) {
  transition-delay: 0.1373486845s;
}
.scale-title .word:nth-child(7) .letter:nth-child(33) {
  transition-delay: 0.2759014486s;
}
.scale-title .word:nth-child(7) .letter:nth-child(34) {
  transition-delay: 0.0123060357s;
}
.scale-title .word:nth-child(7) .letter:nth-child(35) {
  transition-delay: 0.358499994s;
}
.scale-title .word:nth-child(7) .letter:nth-child(36) {
  transition-delay: 0.3473410172s;
}
.scale-title .word:nth-child(7) .letter:nth-child(37) {
  transition-delay: 0.471157552s;
}
.scale-title .word:nth-child(7) .letter:nth-child(38) {
  transition-delay: 0.2957577222s;
}
.scale-title .word:nth-child(7) .letter:nth-child(39) {
  transition-delay: 0.4503304881s;
}
.scale-title .word:nth-child(7) .letter:nth-child(40) {
  transition-delay: 0.0430588778s;
}
.scale-title .word:nth-child(7) .letter:nth-child(41) {
  transition-delay: 0.5364370429s;
}
.scale-title .word:nth-child(7) .letter:nth-child(42) {
  transition-delay: 0.120806485s;
}
.scale-title .word:nth-child(7) .letter:nth-child(43) {
  transition-delay: 0.4209676036s;
}
.scale-title .word:nth-child(7) .letter:nth-child(44) {
  transition-delay: 0.1427342983s;
}
.scale-title .word:nth-child(7) .letter:nth-child(45) {
  transition-delay: 0.3576247157s;
}
.scale-title .word:nth-child(7) .letter:nth-child(46) {
  transition-delay: 0.40493965s;
}
.scale-title .word:nth-child(7) .letter:nth-child(47) {
  transition-delay: 0.4600177688s;
}
.scale-title .word:nth-child(7) .letter:nth-child(48) {
  transition-delay: 0.4778632428s;
}
.scale-title .word:nth-child(7) .letter:nth-child(49) {
  transition-delay: 0.5886336741s;
}
.scale-title .word:nth-child(8) .letter:nth-child(1) {
  transition-delay: 0.2771154432s;
}
.scale-title .word:nth-child(8) .letter:nth-child(2) {
  transition-delay: 0.4348022706s;
}
.scale-title .word:nth-child(8) .letter:nth-child(3) {
  transition-delay: 0.4370068549s;
}
.scale-title .word:nth-child(8) .letter:nth-child(4) {
  transition-delay: 0.0171971924s;
}
.scale-title .word:nth-child(8) .letter:nth-child(5) {
  transition-delay: 0.1823349012s;
}
.scale-title .word:nth-child(8) .letter:nth-child(6) {
  transition-delay: 0.5807758338s;
}
.scale-title .word:nth-child(8) .letter:nth-child(7) {
  transition-delay: 0.0197088965s;
}
.scale-title .word:nth-child(8) .letter:nth-child(8) {
  transition-delay: 0.531990426s;
}
.scale-title .word:nth-child(8) .letter:nth-child(9) {
  transition-delay: 0.5478292238s;
}
.scale-title .word:nth-child(8) .letter:nth-child(10) {
  transition-delay: 0.0209972234s;
}
.scale-title .word:nth-child(8) .letter:nth-child(11) {
  transition-delay: 0.2668966601s;
}
.scale-title .word:nth-child(8) .letter:nth-child(12) {
  transition-delay: 0.375434957s;
}
.scale-title .word:nth-child(8) .letter:nth-child(13) {
  transition-delay: 0.3784965754s;
}
.scale-title .word:nth-child(8) .letter:nth-child(14) {
  transition-delay: 0.3890048129s;
}
.scale-title .word:nth-child(8) .letter:nth-child(15) {
  transition-delay: 0.0059441282s;
}
.scale-title .word:nth-child(8) .letter:nth-child(16) {
  transition-delay: 0.4740764905s;
}
.scale-title .word:nth-child(8) .letter:nth-child(17) {
  transition-delay: 0.4458567528s;
}
.scale-title .word:nth-child(8) .letter:nth-child(18) {
  transition-delay: 0.2525826668s;
}
.scale-title .word:nth-child(8) .letter:nth-child(19) {
  transition-delay: 0.2787774246s;
}
.scale-title .word:nth-child(8) .letter:nth-child(20) {
  transition-delay: 0.4485565553s;
}
.scale-title .word:nth-child(8) .letter:nth-child(21) {
  transition-delay: 0.2865019259s;
}
.scale-title .word:nth-child(8) .letter:nth-child(22) {
  transition-delay: 0.0956990559s;
}
.scale-title .word:nth-child(8) .letter:nth-child(23) {
  transition-delay: 0.4380330936s;
}
.scale-title .word:nth-child(8) .letter:nth-child(24) {
  transition-delay: 0.3319542894s;
}
.scale-title .word:nth-child(8) .letter:nth-child(25) {
  transition-delay: 0.536771898s;
}
.scale-title .word:nth-child(8) .letter:nth-child(26) {
  transition-delay: 0.1170435321s;
}
.scale-title .word:nth-child(8) .letter:nth-child(27) {
  transition-delay: 0.4429735433s;
}
.scale-title .word:nth-child(8) .letter:nth-child(28) {
  transition-delay: 0.2209547008s;
}
.scale-title .word:nth-child(8) .letter:nth-child(29) {
  transition-delay: 0.1027645416s;
}
.scale-title .word:nth-child(8) .letter:nth-child(30) {
  transition-delay: 0.3858421404s;
}
.scale-title .word:nth-child(8) .letter:nth-child(31) {
  transition-delay: 0.4229047069s;
}
.scale-title .word:nth-child(8) .letter:nth-child(32) {
  transition-delay: 0.2271311308s;
}
.scale-title .word:nth-child(8) .letter:nth-child(33) {
  transition-delay: 0.1780442899s;
}
.scale-title .word:nth-child(8) .letter:nth-child(34) {
  transition-delay: 0.1628506846s;
}
.scale-title .word:nth-child(8) .letter:nth-child(35) {
  transition-delay: 0.3305349507s;
}
.scale-title .word:nth-child(8) .letter:nth-child(36) {
  transition-delay: 0.0962850599s;
}
.scale-title .word:nth-child(8) .letter:nth-child(37) {
  transition-delay: 0.3051855792s;
}
.scale-title .word:nth-child(8) .letter:nth-child(38) {
  transition-delay: 0.2245994953s;
}
.scale-title .word:nth-child(8) .letter:nth-child(39) {
  transition-delay: 0.003121879s;
}
.scale-title .word:nth-child(8) .letter:nth-child(40) {
  transition-delay: 0.3125069585s;
}
.scale-title .word:nth-child(8) .letter:nth-child(41) {
  transition-delay: 0.1386414859s;
}
.scale-title .word:nth-child(8) .letter:nth-child(42) {
  transition-delay: 0.3759025019s;
}
.scale-title .word:nth-child(8) .letter:nth-child(43) {
  transition-delay: 0.4086108705s;
}
.scale-title .word:nth-child(8) .letter:nth-child(44) {
  transition-delay: 0.5983532012s;
}
.scale-title .word:nth-child(8) .letter:nth-child(45) {
  transition-delay: 0.2222486735s;
}
.scale-title .word:nth-child(8) .letter:nth-child(46) {
  transition-delay: 0.188904861s;
}
.scale-title .word:nth-child(8) .letter:nth-child(47) {
  transition-delay: 0.5621654527s;
}
.scale-title .word:nth-child(8) .letter:nth-child(48) {
  transition-delay: 0.4984119322s;
}
.scale-title .word:nth-child(8) .letter:nth-child(49) {
  transition-delay: 0.2542768374s;
}
.scale-title .word:nth-child(9) .letter:nth-child(1) {
  transition-delay: 0.5733396766s;
}
.scale-title .word:nth-child(9) .letter:nth-child(2) {
  transition-delay: 0.0625442974s;
}
.scale-title .word:nth-child(9) .letter:nth-child(3) {
  transition-delay: 0.1080679355s;
}
.scale-title .word:nth-child(9) .letter:nth-child(4) {
  transition-delay: 0.429081849s;
}
.scale-title .word:nth-child(9) .letter:nth-child(5) {
  transition-delay: 0.294954709s;
}
.scale-title .word:nth-child(9) .letter:nth-child(6) {
  transition-delay: 0.3602416024s;
}
.scale-title .word:nth-child(9) .letter:nth-child(7) {
  transition-delay: 0.1502843302s;
}
.scale-title .word:nth-child(9) .letter:nth-child(8) {
  transition-delay: 0.2425041632s;
}
.scale-title .word:nth-child(9) .letter:nth-child(9) {
  transition-delay: 0.4774337625s;
}
.scale-title .word:nth-child(9) .letter:nth-child(10) {
  transition-delay: 0.5537959142s;
}
.scale-title .word:nth-child(9) .letter:nth-child(11) {
  transition-delay: 0.533357757s;
}
.scale-title .word:nth-child(9) .letter:nth-child(12) {
  transition-delay: 0.4395679475s;
}
.scale-title .word:nth-child(9) .letter:nth-child(13) {
  transition-delay: 0.2620711546s;
}
.scale-title .word:nth-child(9) .letter:nth-child(14) {
  transition-delay: 0.5041312552s;
}
.scale-title .word:nth-child(9) .letter:nth-child(15) {
  transition-delay: 0.422907412s;
}
.scale-title .word:nth-child(9) .letter:nth-child(16) {
  transition-delay: 0.3035356276s;
}
.scale-title .word:nth-child(9) .letter:nth-child(17) {
  transition-delay: 0.5257042533s;
}
.scale-title .word:nth-child(9) .letter:nth-child(18) {
  transition-delay: 0.3282024556s;
}
.scale-title .word:nth-child(9) .letter:nth-child(19) {
  transition-delay: 0.0389886198s;
}
.scale-title .word:nth-child(9) .letter:nth-child(20) {
  transition-delay: 0.111017083s;
}
.scale-title .word:nth-child(9) .letter:nth-child(21) {
  transition-delay: 0.3560905604s;
}
.scale-title .word:nth-child(9) .letter:nth-child(22) {
  transition-delay: 0.4313007528s;
}
.scale-title .word:nth-child(9) .letter:nth-child(23) {
  transition-delay: 0.0546350898s;
}
.scale-title .word:nth-child(9) .letter:nth-child(24) {
  transition-delay: 0.208014576s;
}
.scale-title .word:nth-child(9) .letter:nth-child(25) {
  transition-delay: 0.2533898222s;
}
.scale-title .word:nth-child(9) .letter:nth-child(26) {
  transition-delay: 0.5028459967s;
}
.scale-title .word:nth-child(9) .letter:nth-child(27) {
  transition-delay: 0.4478108073s;
}
.scale-title .word:nth-child(9) .letter:nth-child(28) {
  transition-delay: 0.5988222855s;
}
.scale-title .word:nth-child(9) .letter:nth-child(29) {
  transition-delay: 0.0362339663s;
}
.scale-title .word:nth-child(9) .letter:nth-child(30) {
  transition-delay: 0.1531753987s;
}
.scale-title .word:nth-child(9) .letter:nth-child(31) {
  transition-delay: 0.4695695798s;
}
.scale-title .word:nth-child(9) .letter:nth-child(32) {
  transition-delay: 0.2912517005s;
}
.scale-title .word:nth-child(9) .letter:nth-child(33) {
  transition-delay: 0.1765320606s;
}
.scale-title .word:nth-child(9) .letter:nth-child(34) {
  transition-delay: 0.2494318859s;
}
.scale-title .word:nth-child(9) .letter:nth-child(35) {
  transition-delay: 0.2226461855s;
}
.scale-title .word:nth-child(9) .letter:nth-child(36) {
  transition-delay: 0.3941165085s;
}
.scale-title .word:nth-child(9) .letter:nth-child(37) {
  transition-delay: 0.5728137674s;
}
.scale-title .word:nth-child(9) .letter:nth-child(38) {
  transition-delay: 0.0878963135s;
}
.scale-title .word:nth-child(9) .letter:nth-child(39) {
  transition-delay: 0.5355500254s;
}
.scale-title .word:nth-child(9) .letter:nth-child(40) {
  transition-delay: 0.4964657568s;
}
.scale-title .word:nth-child(9) .letter:nth-child(41) {
  transition-delay: 0.2694491813s;
}
.scale-title .word:nth-child(9) .letter:nth-child(42) {
  transition-delay: 0.5439724235s;
}
.scale-title .word:nth-child(9) .letter:nth-child(43) {
  transition-delay: 0.0152687169s;
}
.scale-title .word:nth-child(9) .letter:nth-child(44) {
  transition-delay: 0.3157644079s;
}
.scale-title .word:nth-child(9) .letter:nth-child(45) {
  transition-delay: 0.3851925032s;
}
.scale-title .word:nth-child(9) .letter:nth-child(46) {
  transition-delay: 0.352698619s;
}
.scale-title .word:nth-child(9) .letter:nth-child(47) {
  transition-delay: 0.0648830388s;
}
.scale-title .word:nth-child(9) .letter:nth-child(48) {
  transition-delay: 0.5708850718s;
}
.scale-title .word:nth-child(9) .letter:nth-child(49) {
  transition-delay: 0.5823188563s;
}
.scale-title .word:nth-child(10) .letter:nth-child(1) {
  transition-delay: 0.5427795408s;
}
.scale-title .word:nth-child(10) .letter:nth-child(2) {
  transition-delay: 0.5130846751s;
}
.scale-title .word:nth-child(10) .letter:nth-child(3) {
  transition-delay: 0.0518894195s;
}
.scale-title .word:nth-child(10) .letter:nth-child(4) {
  transition-delay: 0.1078618679s;
}
.scale-title .word:nth-child(10) .letter:nth-child(5) {
  transition-delay: 0.588825535s;
}
.scale-title .word:nth-child(10) .letter:nth-child(6) {
  transition-delay: 0.2203779216s;
}
.scale-title .word:nth-child(10) .letter:nth-child(7) {
  transition-delay: 0.1674092927s;
}
.scale-title .word:nth-child(10) .letter:nth-child(8) {
  transition-delay: 0.2945358784s;
}
.scale-title .word:nth-child(10) .letter:nth-child(9) {
  transition-delay: 0.2100626109s;
}
.scale-title .word:nth-child(10) .letter:nth-child(10) {
  transition-delay: 0.5633211677s;
}
.scale-title .word:nth-child(10) .letter:nth-child(11) {
  transition-delay: 0.3311913237s;
}
.scale-title .word:nth-child(10) .letter:nth-child(12) {
  transition-delay: 0.2094919016s;
}
.scale-title .word:nth-child(10) .letter:nth-child(13) {
  transition-delay: 0.1980790308s;
}
.scale-title .word:nth-child(10) .letter:nth-child(14) {
  transition-delay: 0.5303744508s;
}
.scale-title .word:nth-child(10) .letter:nth-child(15) {
  transition-delay: 0.1906399952s;
}
.scale-title .word:nth-child(10) .letter:nth-child(16) {
  transition-delay: 0.5162628563s;
}
.scale-title .word:nth-child(10) .letter:nth-child(17) {
  transition-delay: 0.259074655s;
}
.scale-title .word:nth-child(10) .letter:nth-child(18) {
  transition-delay: 0.5369221004s;
}
.scale-title .word:nth-child(10) .letter:nth-child(19) {
  transition-delay: 0.2105558873s;
}
.scale-title .word:nth-child(10) .letter:nth-child(20) {
  transition-delay: 0.5368114593s;
}
.scale-title .word:nth-child(10) .letter:nth-child(21) {
  transition-delay: 0.4733763587s;
}
.scale-title .word:nth-child(10) .letter:nth-child(22) {
  transition-delay: 0.4749075203s;
}
.scale-title .word:nth-child(10) .letter:nth-child(23) {
  transition-delay: 0.0770846385s;
}
.scale-title .word:nth-child(10) .letter:nth-child(24) {
  transition-delay: 0.2427307928s;
}
.scale-title .word:nth-child(10) .letter:nth-child(25) {
  transition-delay: 0.5774618882s;
}
.scale-title .word:nth-child(10) .letter:nth-child(26) {
  transition-delay: 0.2003340676s;
}
.scale-title .word:nth-child(10) .letter:nth-child(27) {
  transition-delay: 0.0078022052s;
}
.scale-title .word:nth-child(10) .letter:nth-child(28) {
  transition-delay: 0.2753051726s;
}
.scale-title .word:nth-child(10) .letter:nth-child(29) {
  transition-delay: 0.5358591183s;
}
.scale-title .word:nth-child(10) .letter:nth-child(30) {
  transition-delay: 0.2892284855s;
}
.scale-title .word:nth-child(10) .letter:nth-child(31) {
  transition-delay: 0.4126112086s;
}
.scale-title .word:nth-child(10) .letter:nth-child(32) {
  transition-delay: 0.3261563608s;
}
.scale-title .word:nth-child(10) .letter:nth-child(33) {
  transition-delay: 0.0612781595s;
}
.scale-title .word:nth-child(10) .letter:nth-child(34) {
  transition-delay: 0.0713674732s;
}
.scale-title .word:nth-child(10) .letter:nth-child(35) {
  transition-delay: 0.2399474061s;
}
.scale-title .word:nth-child(10) .letter:nth-child(36) {
  transition-delay: 0.5146165956s;
}
.scale-title .word:nth-child(10) .letter:nth-child(37) {
  transition-delay: 0.3544114977s;
}
.scale-title .word:nth-child(10) .letter:nth-child(38) {
  transition-delay: 0.5386543988s;
}
.scale-title .word:nth-child(10) .letter:nth-child(39) {
  transition-delay: 0.4053833021s;
}
.scale-title .word:nth-child(10) .letter:nth-child(40) {
  transition-delay: 0.360581584s;
}
.scale-title .word:nth-child(10) .letter:nth-child(41) {
  transition-delay: 0.3750220848s;
}
.scale-title .word:nth-child(10) .letter:nth-child(42) {
  transition-delay: 0.4980255178s;
}
.scale-title .word:nth-child(10) .letter:nth-child(43) {
  transition-delay: 0.0788509706s;
}
.scale-title .word:nth-child(10) .letter:nth-child(44) {
  transition-delay: 0.0888343607s;
}
.scale-title .word:nth-child(10) .letter:nth-child(45) {
  transition-delay: 0.4632919823s;
}
.scale-title .word:nth-child(10) .letter:nth-child(46) {
  transition-delay: 0.2576375203s;
}
.scale-title .word:nth-child(10) .letter:nth-child(47) {
  transition-delay: 0.3502275803s;
}
.scale-title .word:nth-child(10) .letter:nth-child(48) {
  transition-delay: 0.1691672661s;
}
.scale-title .word:nth-child(10) .letter:nth-child(49) {
  transition-delay: 0.577525576s;
}
.scale-title .word:nth-child(11) .letter:nth-child(1) {
  transition-delay: 0.4341042709s;
}
.scale-title .word:nth-child(11) .letter:nth-child(2) {
  transition-delay: 0.2429598378s;
}
.scale-title .word:nth-child(11) .letter:nth-child(3) {
  transition-delay: 0.2264167377s;
}
.scale-title .word:nth-child(11) .letter:nth-child(4) {
  transition-delay: 0.3195890661s;
}
.scale-title .word:nth-child(11) .letter:nth-child(5) {
  transition-delay: 0.2269510798s;
}
.scale-title .word:nth-child(11) .letter:nth-child(6) {
  transition-delay: 0.055513009s;
}
.scale-title .word:nth-child(11) .letter:nth-child(7) {
  transition-delay: 0.5697770751s;
}
.scale-title .word:nth-child(11) .letter:nth-child(8) {
  transition-delay: 0.1202625913s;
}
.scale-title .word:nth-child(11) .letter:nth-child(9) {
  transition-delay: 0.4497402088s;
}
.scale-title .word:nth-child(11) .letter:nth-child(10) {
  transition-delay: 0.4764652142s;
}
.scale-title .word:nth-child(11) .letter:nth-child(11) {
  transition-delay: 0.0738804367s;
}
.scale-title .word:nth-child(11) .letter:nth-child(12) {
  transition-delay: 0.4373891647s;
}
.scale-title .word:nth-child(11) .letter:nth-child(13) {
  transition-delay: 0.0626451396s;
}
.scale-title .word:nth-child(11) .letter:nth-child(14) {
  transition-delay: 0.2690351092s;
}
.scale-title .word:nth-child(11) .letter:nth-child(15) {
  transition-delay: 0.5092867021s;
}
.scale-title .word:nth-child(11) .letter:nth-child(16) {
  transition-delay: 0.2775697356s;
}
.scale-title .word:nth-child(11) .letter:nth-child(17) {
  transition-delay: 0.0357984273s;
}
.scale-title .word:nth-child(11) .letter:nth-child(18) {
  transition-delay: 0.0927905005s;
}
.scale-title .word:nth-child(11) .letter:nth-child(19) {
  transition-delay: 0.210121902s;
}
.scale-title .word:nth-child(11) .letter:nth-child(20) {
  transition-delay: 0.4403532177s;
}
.scale-title .word:nth-child(11) .letter:nth-child(21) {
  transition-delay: 0.3391331704s;
}
.scale-title .word:nth-child(11) .letter:nth-child(22) {
  transition-delay: 0.5386297869s;
}
.scale-title .word:nth-child(11) .letter:nth-child(23) {
  transition-delay: 0.0271146576s;
}
.scale-title .word:nth-child(11) .letter:nth-child(24) {
  transition-delay: 0.4798533612s;
}
.scale-title .word:nth-child(11) .letter:nth-child(25) {
  transition-delay: 0.2224931592s;
}
.scale-title .word:nth-child(11) .letter:nth-child(26) {
  transition-delay: 0.1214047114s;
}
.scale-title .word:nth-child(11) .letter:nth-child(27) {
  transition-delay: 0.489326378s;
}
.scale-title .word:nth-child(11) .letter:nth-child(28) {
  transition-delay: 0.2070463929s;
}
.scale-title .word:nth-child(11) .letter:nth-child(29) {
  transition-delay: 0.0111589712s;
}
.scale-title .word:nth-child(11) .letter:nth-child(30) {
  transition-delay: 0.5022364139s;
}
.scale-title .word:nth-child(11) .letter:nth-child(31) {
  transition-delay: 0.4549448248s;
}
.scale-title .word:nth-child(11) .letter:nth-child(32) {
  transition-delay: 0.0182405504s;
}
.scale-title .word:nth-child(11) .letter:nth-child(33) {
  transition-delay: 0.188611826s;
}
.scale-title .word:nth-child(11) .letter:nth-child(34) {
  transition-delay: 0.4570016871s;
}
.scale-title .word:nth-child(11) .letter:nth-child(35) {
  transition-delay: 0.21493406s;
}
.scale-title .word:nth-child(11) .letter:nth-child(36) {
  transition-delay: 0.2291676056s;
}
.scale-title .word:nth-child(11) .letter:nth-child(37) {
  transition-delay: 0.1176960304s;
}
.scale-title .word:nth-child(11) .letter:nth-child(38) {
  transition-delay: 0.2945267361s;
}
.scale-title .word:nth-child(11) .letter:nth-child(39) {
  transition-delay: 0.2447582485s;
}
.scale-title .word:nth-child(11) .letter:nth-child(40) {
  transition-delay: 0.509520254s;
}
.scale-title .word:nth-child(11) .letter:nth-child(41) {
  transition-delay: 0.3009345412s;
}
.scale-title .word:nth-child(11) .letter:nth-child(42) {
  transition-delay: 0.4679940989s;
}
.scale-title .word:nth-child(11) .letter:nth-child(43) {
  transition-delay: 0.3841852557s;
}
.scale-title .word:nth-child(11) .letter:nth-child(44) {
  transition-delay: 0.0213488961s;
}
.scale-title .word:nth-child(11) .letter:nth-child(45) {
  transition-delay: 0.471153898s;
}
.scale-title .word:nth-child(11) .letter:nth-child(46) {
  transition-delay: 0.0583082809s;
}
.scale-title .word:nth-child(11) .letter:nth-child(47) {
  transition-delay: 0.4544708706s;
}
.scale-title .word:nth-child(11) .letter:nth-child(48) {
  transition-delay: 0.0311584019s;
}
.scale-title .word:nth-child(11) .letter:nth-child(49) {
  transition-delay: 0.5039279431s;
}
.scale-title .word:nth-child(12) .letter:nth-child(1) {
  transition-delay: 0.1037780986s;
}
.scale-title .word:nth-child(12) .letter:nth-child(2) {
  transition-delay: 0.4209762038s;
}
.scale-title .word:nth-child(12) .letter:nth-child(3) {
  transition-delay: 0.1184432214s;
}
.scale-title .word:nth-child(12) .letter:nth-child(4) {
  transition-delay: 0.5444978607s;
}
.scale-title .word:nth-child(12) .letter:nth-child(5) {
  transition-delay: 0.3950957606s;
}
.scale-title .word:nth-child(12) .letter:nth-child(6) {
  transition-delay: 0.0645581383s;
}
.scale-title .word:nth-child(12) .letter:nth-child(7) {
  transition-delay: 0.1526493998s;
}
.scale-title .word:nth-child(12) .letter:nth-child(8) {
  transition-delay: 0.416763099s;
}
.scale-title .word:nth-child(12) .letter:nth-child(9) {
  transition-delay: 0.0911081869s;
}
.scale-title .word:nth-child(12) .letter:nth-child(10) {
  transition-delay: 0.2937592361s;
}
.scale-title .word:nth-child(12) .letter:nth-child(11) {
  transition-delay: 0.10063771s;
}
.scale-title .word:nth-child(12) .letter:nth-child(12) {
  transition-delay: 0.5912518194s;
}
.scale-title .word:nth-child(12) .letter:nth-child(13) {
  transition-delay: 0.288818982s;
}
.scale-title .word:nth-child(12) .letter:nth-child(14) {
  transition-delay: 0.4478433509s;
}
.scale-title .word:nth-child(12) .letter:nth-child(15) {
  transition-delay: 0.1806956812s;
}
.scale-title .word:nth-child(12) .letter:nth-child(16) {
  transition-delay: 0.5625508864s;
}
.scale-title .word:nth-child(12) .letter:nth-child(17) {
  transition-delay: 0.4876074485s;
}
.scale-title .word:nth-child(12) .letter:nth-child(18) {
  transition-delay: 0.420712929s;
}
.scale-title .word:nth-child(12) .letter:nth-child(19) {
  transition-delay: 0.1893553404s;
}
.scale-title .word:nth-child(12) .letter:nth-child(20) {
  transition-delay: 0.5298613188s;
}
.scale-title .word:nth-child(12) .letter:nth-child(21) {
  transition-delay: 0.4907136383s;
}
.scale-title .word:nth-child(12) .letter:nth-child(22) {
  transition-delay: 0.405546914s;
}
.scale-title .word:nth-child(12) .letter:nth-child(23) {
  transition-delay: 0.385507309s;
}
.scale-title .word:nth-child(12) .letter:nth-child(24) {
  transition-delay: 0.4483849935s;
}
.scale-title .word:nth-child(12) .letter:nth-child(25) {
  transition-delay: 0.1299117522s;
}
.scale-title .word:nth-child(12) .letter:nth-child(26) {
  transition-delay: 0.0772530757s;
}
.scale-title .word:nth-child(12) .letter:nth-child(27) {
  transition-delay: 0.5191396096s;
}
.scale-title .word:nth-child(12) .letter:nth-child(28) {
  transition-delay: 0.454865246s;
}
.scale-title .word:nth-child(12) .letter:nth-child(29) {
  transition-delay: 0.5560473472s;
}
.scale-title .word:nth-child(12) .letter:nth-child(30) {
  transition-delay: 0.2578043465s;
}
.scale-title .word:nth-child(12) .letter:nth-child(31) {
  transition-delay: 0.51806518s;
}
.scale-title .word:nth-child(12) .letter:nth-child(32) {
  transition-delay: 0.3176620575s;
}
.scale-title .word:nth-child(12) .letter:nth-child(33) {
  transition-delay: 0.3324306995s;
}
.scale-title .word:nth-child(12) .letter:nth-child(34) {
  transition-delay: 0.003213678s;
}
.scale-title .word:nth-child(12) .letter:nth-child(35) {
  transition-delay: 0.5032992604s;
}
.scale-title .word:nth-child(12) .letter:nth-child(36) {
  transition-delay: 0.2679671668s;
}
.scale-title .word:nth-child(12) .letter:nth-child(37) {
  transition-delay: 0.0574194s;
}
.scale-title .word:nth-child(12) .letter:nth-child(38) {
  transition-delay: 0.33894502s;
}
.scale-title .word:nth-child(12) .letter:nth-child(39) {
  transition-delay: 0.2850798846s;
}
.scale-title .word:nth-child(12) .letter:nth-child(40) {
  transition-delay: 0.0140342111s;
}
.scale-title .word:nth-child(12) .letter:nth-child(41) {
  transition-delay: 0.5503805794s;
}
.scale-title .word:nth-child(12) .letter:nth-child(42) {
  transition-delay: 0.4982765515s;
}
.scale-title .word:nth-child(12) .letter:nth-child(43) {
  transition-delay: 0.0681600635s;
}
.scale-title .word:nth-child(12) .letter:nth-child(44) {
  transition-delay: 0.010836031s;
}
.scale-title .word:nth-child(12) .letter:nth-child(45) {
  transition-delay: 0.260317738s;
}
.scale-title .word:nth-child(12) .letter:nth-child(46) {
  transition-delay: 0.5348001829s;
}
.scale-title .word:nth-child(12) .letter:nth-child(47) {
  transition-delay: 0.2085495084s;
}
.scale-title .word:nth-child(12) .letter:nth-child(48) {
  transition-delay: 0.3888928234s;
}
.scale-title .word:nth-child(12) .letter:nth-child(49) {
  transition-delay: 0.2271391118s;
}
.scale-title .word:nth-child(13) .letter:nth-child(1) {
  transition-delay: 0.1207201708s;
}
.scale-title .word:nth-child(13) .letter:nth-child(2) {
  transition-delay: 0.1764498819s;
}
.scale-title .word:nth-child(13) .letter:nth-child(3) {
  transition-delay: 0.2167738612s;
}
.scale-title .word:nth-child(13) .letter:nth-child(4) {
  transition-delay: 0.4238773065s;
}
.scale-title .word:nth-child(13) .letter:nth-child(5) {
  transition-delay: 0.3435188883s;
}
.scale-title .word:nth-child(13) .letter:nth-child(6) {
  transition-delay: 0.2592985971s;
}
.scale-title .word:nth-child(13) .letter:nth-child(7) {
  transition-delay: 0.1544741451s;
}
.scale-title .word:nth-child(13) .letter:nth-child(8) {
  transition-delay: 0.2797403569s;
}
.scale-title .word:nth-child(13) .letter:nth-child(9) {
  transition-delay: 0.0144434108s;
}
.scale-title .word:nth-child(13) .letter:nth-child(10) {
  transition-delay: 0.3510610216s;
}
.scale-title .word:nth-child(13) .letter:nth-child(11) {
  transition-delay: 0.5833424209s;
}
.scale-title .word:nth-child(13) .letter:nth-child(12) {
  transition-delay: 0.4226024791s;
}
.scale-title .word:nth-child(13) .letter:nth-child(13) {
  transition-delay: 0.0872623045s;
}
.scale-title .word:nth-child(13) .letter:nth-child(14) {
  transition-delay: 0.4304468519s;
}
.scale-title .word:nth-child(13) .letter:nth-child(15) {
  transition-delay: 0.0646214378s;
}
.scale-title .word:nth-child(13) .letter:nth-child(16) {
  transition-delay: 0.1015846186s;
}
.scale-title .word:nth-child(13) .letter:nth-child(17) {
  transition-delay: 0.0703698611s;
}
.scale-title .word:nth-child(13) .letter:nth-child(18) {
  transition-delay: 0.5236045394s;
}
.scale-title .word:nth-child(13) .letter:nth-child(19) {
  transition-delay: 0.3986558214s;
}
.scale-title .word:nth-child(13) .letter:nth-child(20) {
  transition-delay: 0.0031603292s;
}
.scale-title .word:nth-child(13) .letter:nth-child(21) {
  transition-delay: 0.0208603595s;
}
.scale-title .word:nth-child(13) .letter:nth-child(22) {
  transition-delay: 0.3286712586s;
}
.scale-title .word:nth-child(13) .letter:nth-child(23) {
  transition-delay: 0.0772398907s;
}
.scale-title .word:nth-child(13) .letter:nth-child(24) {
  transition-delay: 0.5577008707s;
}
.scale-title .word:nth-child(13) .letter:nth-child(25) {
  transition-delay: 0.1200066317s;
}
.scale-title .word:nth-child(13) .letter:nth-child(26) {
  transition-delay: 0.5369641511s;
}
.scale-title .word:nth-child(13) .letter:nth-child(27) {
  transition-delay: 0.5472485766s;
}
.scale-title .word:nth-child(13) .letter:nth-child(28) {
  transition-delay: 0.4970731393s;
}
.scale-title .word:nth-child(13) .letter:nth-child(29) {
  transition-delay: 0.5449934674s;
}
.scale-title .word:nth-child(13) .letter:nth-child(30) {
  transition-delay: 0.2591609775s;
}
.scale-title .word:nth-child(13) .letter:nth-child(31) {
  transition-delay: 0.0153979091s;
}
.scale-title .word:nth-child(13) .letter:nth-child(32) {
  transition-delay: 0.4400246391s;
}
.scale-title .word:nth-child(13) .letter:nth-child(33) {
  transition-delay: 0.1259319602s;
}
.scale-title .word:nth-child(13) .letter:nth-child(34) {
  transition-delay: 0.212909718s;
}
.scale-title .word:nth-child(13) .letter:nth-child(35) {
  transition-delay: 0.3514350335s;
}
.scale-title .word:nth-child(13) .letter:nth-child(36) {
  transition-delay: 0.3866621529s;
}
.scale-title .word:nth-child(13) .letter:nth-child(37) {
  transition-delay: 0.5598869164s;
}
.scale-title .word:nth-child(13) .letter:nth-child(38) {
  transition-delay: 0.0885236403s;
}
.scale-title .word:nth-child(13) .letter:nth-child(39) {
  transition-delay: 0.2783795884s;
}
.scale-title .word:nth-child(13) .letter:nth-child(40) {
  transition-delay: 0.562864335s;
}
.scale-title .word:nth-child(13) .letter:nth-child(41) {
  transition-delay: 0.3512265879s;
}
.scale-title .word:nth-child(13) .letter:nth-child(42) {
  transition-delay: 0.4243121124s;
}
.scale-title .word:nth-child(13) .letter:nth-child(43) {
  transition-delay: 0.207631907s;
}
.scale-title .word:nth-child(13) .letter:nth-child(44) {
  transition-delay: 0.4461517082s;
}
.scale-title .word:nth-child(13) .letter:nth-child(45) {
  transition-delay: 0.0243893557s;
}
.scale-title .word:nth-child(13) .letter:nth-child(46) {
  transition-delay: 0.4250827305s;
}
.scale-title .word:nth-child(13) .letter:nth-child(47) {
  transition-delay: 0.0066233084s;
}
.scale-title .word:nth-child(13) .letter:nth-child(48) {
  transition-delay: 0.5523406246s;
}
.scale-title .word:nth-child(13) .letter:nth-child(49) {
  transition-delay: 0.2525869141s;
}
.scale-title .word:nth-child(14) .letter:nth-child(1) {
  transition-delay: 0.530861451s;
}
.scale-title .word:nth-child(14) .letter:nth-child(2) {
  transition-delay: 0.3676763868s;
}
.scale-title .word:nth-child(14) .letter:nth-child(3) {
  transition-delay: 0.2204795961s;
}
.scale-title .word:nth-child(14) .letter:nth-child(4) {
  transition-delay: 0.2659191433s;
}
.scale-title .word:nth-child(14) .letter:nth-child(5) {
  transition-delay: 0.0741077499s;
}
.scale-title .word:nth-child(14) .letter:nth-child(6) {
  transition-delay: 0.0563688871s;
}
.scale-title .word:nth-child(14) .letter:nth-child(7) {
  transition-delay: 0.4208507335s;
}
.scale-title .word:nth-child(14) .letter:nth-child(8) {
  transition-delay: 0.4357342745s;
}
.scale-title .word:nth-child(14) .letter:nth-child(9) {
  transition-delay: 0.436021029s;
}
.scale-title .word:nth-child(14) .letter:nth-child(10) {
  transition-delay: 0.2378968526s;
}
.scale-title .word:nth-child(14) .letter:nth-child(11) {
  transition-delay: 0.184289792s;
}
.scale-title .word:nth-child(14) .letter:nth-child(12) {
  transition-delay: 0.5954972994s;
}
.scale-title .word:nth-child(14) .letter:nth-child(13) {
  transition-delay: 0.2124865181s;
}
.scale-title .word:nth-child(14) .letter:nth-child(14) {
  transition-delay: 0.5999151245s;
}
.scale-title .word:nth-child(14) .letter:nth-child(15) {
  transition-delay: 0.037498876s;
}
.scale-title .word:nth-child(14) .letter:nth-child(16) {
  transition-delay: 0.4718660571s;
}
.scale-title .word:nth-child(14) .letter:nth-child(17) {
  transition-delay: 0.060252402s;
}
.scale-title .word:nth-child(14) .letter:nth-child(18) {
  transition-delay: 0.086567815s;
}
.scale-title .word:nth-child(14) .letter:nth-child(19) {
  transition-delay: 0.0506769209s;
}
.scale-title .word:nth-child(14) .letter:nth-child(20) {
  transition-delay: 0.4062987835s;
}
.scale-title .word:nth-child(14) .letter:nth-child(21) {
  transition-delay: 0.0928535899s;
}
.scale-title .word:nth-child(14) .letter:nth-child(22) {
  transition-delay: 0.1459345889s;
}
.scale-title .word:nth-child(14) .letter:nth-child(23) {
  transition-delay: 0.4769981748s;
}
.scale-title .word:nth-child(14) .letter:nth-child(24) {
  transition-delay: 0.3451663952s;
}
.scale-title .word:nth-child(14) .letter:nth-child(25) {
  transition-delay: 0.2914152475s;
}
.scale-title .word:nth-child(14) .letter:nth-child(26) {
  transition-delay: 0.5031712751s;
}
.scale-title .word:nth-child(14) .letter:nth-child(27) {
  transition-delay: 0.3268251373s;
}
.scale-title .word:nth-child(14) .letter:nth-child(28) {
  transition-delay: 0.0996164905s;
}
.scale-title .word:nth-child(14) .letter:nth-child(29) {
  transition-delay: 0.1565742733s;
}
.scale-title .word:nth-child(14) .letter:nth-child(30) {
  transition-delay: 0.1554899109s;
}
.scale-title .word:nth-child(14) .letter:nth-child(31) {
  transition-delay: 0.0040557226s;
}
.scale-title .word:nth-child(14) .letter:nth-child(32) {
  transition-delay: 0.2294471112s;
}
.scale-title .word:nth-child(14) .letter:nth-child(33) {
  transition-delay: 0.5600588178s;
}
.scale-title .word:nth-child(14) .letter:nth-child(34) {
  transition-delay: 0.2588454281s;
}
.scale-title .word:nth-child(14) .letter:nth-child(35) {
  transition-delay: 0.2877086931s;
}
.scale-title .word:nth-child(14) .letter:nth-child(36) {
  transition-delay: 0.4066225545s;
}
.scale-title .word:nth-child(14) .letter:nth-child(37) {
  transition-delay: 0.5087851756s;
}
.scale-title .word:nth-child(14) .letter:nth-child(38) {
  transition-delay: 0.3515032429s;
}
.scale-title .word:nth-child(14) .letter:nth-child(39) {
  transition-delay: 0.3587520121s;
}
.scale-title .word:nth-child(14) .letter:nth-child(40) {
  transition-delay: 0.0969236946s;
}
.scale-title .word:nth-child(14) .letter:nth-child(41) {
  transition-delay: 0.3850801622s;
}
.scale-title .word:nth-child(14) .letter:nth-child(42) {
  transition-delay: 0.5730434833s;
}
.scale-title .word:nth-child(14) .letter:nth-child(43) {
  transition-delay: 0.0313379185s;
}
.scale-title .word:nth-child(14) .letter:nth-child(44) {
  transition-delay: 0.2125437787s;
}
.scale-title .word:nth-child(14) .letter:nth-child(45) {
  transition-delay: 0.1641894114s;
}
.scale-title .word:nth-child(14) .letter:nth-child(46) {
  transition-delay: 0.2674599036s;
}
.scale-title .word:nth-child(14) .letter:nth-child(47) {
  transition-delay: 0.5756278114s;
}
.scale-title .word:nth-child(14) .letter:nth-child(48) {
  transition-delay: 0.4934637557s;
}
.scale-title .word:nth-child(14) .letter:nth-child(49) {
  transition-delay: 0.2339546262s;
}
.scale-title .word:nth-child(15) .letter:nth-child(1) {
  transition-delay: 0.5852908648s;
}
.scale-title .word:nth-child(15) .letter:nth-child(2) {
  transition-delay: 0.2730858131s;
}
.scale-title .word:nth-child(15) .letter:nth-child(3) {
  transition-delay: 0.40664234s;
}
.scale-title .word:nth-child(15) .letter:nth-child(4) {
  transition-delay: 0.1977790807s;
}
.scale-title .word:nth-child(15) .letter:nth-child(5) {
  transition-delay: 0.0080799423s;
}
.scale-title .word:nth-child(15) .letter:nth-child(6) {
  transition-delay: 0.4826194444s;
}
.scale-title .word:nth-child(15) .letter:nth-child(7) {
  transition-delay: 0.1633823274s;
}
.scale-title .word:nth-child(15) .letter:nth-child(8) {
  transition-delay: 0.1466938716s;
}
.scale-title .word:nth-child(15) .letter:nth-child(9) {
  transition-delay: 0.0228219565s;
}
.scale-title .word:nth-child(15) .letter:nth-child(10) {
  transition-delay: 0.0698848077s;
}
.scale-title .word:nth-child(15) .letter:nth-child(11) {
  transition-delay: 0.0023818413s;
}
.scale-title .word:nth-child(15) .letter:nth-child(12) {
  transition-delay: 0.4253782201s;
}
.scale-title .word:nth-child(15) .letter:nth-child(13) {
  transition-delay: 0.0111112925s;
}
.scale-title .word:nth-child(15) .letter:nth-child(14) {
  transition-delay: 0.0989390144s;
}
.scale-title .word:nth-child(15) .letter:nth-child(15) {
  transition-delay: 0.4883880537s;
}
.scale-title .word:nth-child(15) .letter:nth-child(16) {
  transition-delay: 0.5754854953s;
}
.scale-title .word:nth-child(15) .letter:nth-child(17) {
  transition-delay: 0.3366138782s;
}
.scale-title .word:nth-child(15) .letter:nth-child(18) {
  transition-delay: 0.1455809754s;
}
.scale-title .word:nth-child(15) .letter:nth-child(19) {
  transition-delay: 0.1878665501s;
}
.scale-title .word:nth-child(15) .letter:nth-child(20) {
  transition-delay: 0.4536235018s;
}
.scale-title .word:nth-child(15) .letter:nth-child(21) {
  transition-delay: 0.0631124625s;
}
.scale-title .word:nth-child(15) .letter:nth-child(22) {
  transition-delay: 0.4831473246s;
}
.scale-title .word:nth-child(15) .letter:nth-child(23) {
  transition-delay: 0.0497488719s;
}
.scale-title .word:nth-child(15) .letter:nth-child(24) {
  transition-delay: 0.259948583s;
}
.scale-title .word:nth-child(15) .letter:nth-child(25) {
  transition-delay: 0.4440088942s;
}
.scale-title .word:nth-child(15) .letter:nth-child(26) {
  transition-delay: 0.1809870529s;
}
.scale-title .word:nth-child(15) .letter:nth-child(27) {
  transition-delay: 0.0174554401s;
}
.scale-title .word:nth-child(15) .letter:nth-child(28) {
  transition-delay: 0.5089030661s;
}
.scale-title .word:nth-child(15) .letter:nth-child(29) {
  transition-delay: 0.4850571932s;
}
.scale-title .word:nth-child(15) .letter:nth-child(30) {
  transition-delay: 0.5137862065s;
}
.scale-title .word:nth-child(15) .letter:nth-child(31) {
  transition-delay: 0.1736911351s;
}
.scale-title .word:nth-child(15) .letter:nth-child(32) {
  transition-delay: 0.4588004527s;
}
.scale-title .word:nth-child(15) .letter:nth-child(33) {
  transition-delay: 0.3630757726s;
}
.scale-title .word:nth-child(15) .letter:nth-child(34) {
  transition-delay: 0.4194647005s;
}
.scale-title .word:nth-child(15) .letter:nth-child(35) {
  transition-delay: 0.394783589s;
}
.scale-title .word:nth-child(15) .letter:nth-child(36) {
  transition-delay: 0.302756066s;
}
.scale-title .word:nth-child(15) .letter:nth-child(37) {
  transition-delay: 0.1434800699s;
}
.scale-title .word:nth-child(15) .letter:nth-child(38) {
  transition-delay: 0.5008020776s;
}
.scale-title .word:nth-child(15) .letter:nth-child(39) {
  transition-delay: 0.420896017s;
}
.scale-title .word:nth-child(15) .letter:nth-child(40) {
  transition-delay: 0.2982828401s;
}
.scale-title .word:nth-child(15) .letter:nth-child(41) {
  transition-delay: 0.4159160652s;
}
.scale-title .word:nth-child(15) .letter:nth-child(42) {
  transition-delay: 0.298745495s;
}
.scale-title .word:nth-child(15) .letter:nth-child(43) {
  transition-delay: 0.2220174734s;
}
.scale-title .word:nth-child(15) .letter:nth-child(44) {
  transition-delay: 0.3647426149s;
}
.scale-title .word:nth-child(15) .letter:nth-child(45) {
  transition-delay: 0.5099913599s;
}
.scale-title .word:nth-child(15) .letter:nth-child(46) {
  transition-delay: 0.359193256s;
}
.scale-title .word:nth-child(15) .letter:nth-child(47) {
  transition-delay: 0.1725676994s;
}
.scale-title .word:nth-child(15) .letter:nth-child(48) {
  transition-delay: 0.1668094714s;
}
.scale-title .word:nth-child(15) .letter:nth-child(49) {
  transition-delay: 0.1220542308s;
}
.scale-title .word:nth-child(16) .letter:nth-child(1) {
  transition-delay: 0.0835182596s;
}
.scale-title .word:nth-child(16) .letter:nth-child(2) {
  transition-delay: 0.1366983637s;
}
.scale-title .word:nth-child(16) .letter:nth-child(3) {
  transition-delay: 0.1804369612s;
}
.scale-title .word:nth-child(16) .letter:nth-child(4) {
  transition-delay: 0.5390564642s;
}
.scale-title .word:nth-child(16) .letter:nth-child(5) {
  transition-delay: 0.1462746247s;
}
.scale-title .word:nth-child(16) .letter:nth-child(6) {
  transition-delay: 0.5339015964s;
}
.scale-title .word:nth-child(16) .letter:nth-child(7) {
  transition-delay: 0.1265423596s;
}
.scale-title .word:nth-child(16) .letter:nth-child(8) {
  transition-delay: 0.179412867s;
}
.scale-title .word:nth-child(16) .letter:nth-child(9) {
  transition-delay: 0.031250409s;
}
.scale-title .word:nth-child(16) .letter:nth-child(10) {
  transition-delay: 0.5930867829s;
}
.scale-title .word:nth-child(16) .letter:nth-child(11) {
  transition-delay: 0.4194515854s;
}
.scale-title .word:nth-child(16) .letter:nth-child(12) {
  transition-delay: 0.4378203038s;
}
.scale-title .word:nth-child(16) .letter:nth-child(13) {
  transition-delay: 0.0033296477s;
}
.scale-title .word:nth-child(16) .letter:nth-child(14) {
  transition-delay: 0.1453800151s;
}
.scale-title .word:nth-child(16) .letter:nth-child(15) {
  transition-delay: 0.4140733565s;
}
.scale-title .word:nth-child(16) .letter:nth-child(16) {
  transition-delay: 0.3745559597s;
}
.scale-title .word:nth-child(16) .letter:nth-child(17) {
  transition-delay: 0.369214649s;
}
.scale-title .word:nth-child(16) .letter:nth-child(18) {
  transition-delay: 0.5612671789s;
}
.scale-title .word:nth-child(16) .letter:nth-child(19) {
  transition-delay: 0.3361787138s;
}
.scale-title .word:nth-child(16) .letter:nth-child(20) {
  transition-delay: 0.5644833265s;
}
.scale-title .word:nth-child(16) .letter:nth-child(21) {
  transition-delay: 0.1568959153s;
}
.scale-title .word:nth-child(16) .letter:nth-child(22) {
  transition-delay: 0.3163279704s;
}
.scale-title .word:nth-child(16) .letter:nth-child(23) {
  transition-delay: 0.0041034508s;
}
.scale-title .word:nth-child(16) .letter:nth-child(24) {
  transition-delay: 0.0000755455s;
}
.scale-title .word:nth-child(16) .letter:nth-child(25) {
  transition-delay: 0.5026408221s;
}
.scale-title .word:nth-child(16) .letter:nth-child(26) {
  transition-delay: 0.0568536596s;
}
.scale-title .word:nth-child(16) .letter:nth-child(27) {
  transition-delay: 0.5851994103s;
}
.scale-title .word:nth-child(16) .letter:nth-child(28) {
  transition-delay: 0.429995024s;
}
.scale-title .word:nth-child(16) .letter:nth-child(29) {
  transition-delay: 0.5729780558s;
}
.scale-title .word:nth-child(16) .letter:nth-child(30) {
  transition-delay: 0.121967042s;
}
.scale-title .word:nth-child(16) .letter:nth-child(31) {
  transition-delay: 0.1165145826s;
}
.scale-title .word:nth-child(16) .letter:nth-child(32) {
  transition-delay: 0.0366448849s;
}
.scale-title .word:nth-child(16) .letter:nth-child(33) {
  transition-delay: 0.3320068063s;
}
.scale-title .word:nth-child(16) .letter:nth-child(34) {
  transition-delay: 0.3520496571s;
}
.scale-title .word:nth-child(16) .letter:nth-child(35) {
  transition-delay: 0.5907931665s;
}
.scale-title .word:nth-child(16) .letter:nth-child(36) {
  transition-delay: 0.5657033519s;
}
.scale-title .word:nth-child(16) .letter:nth-child(37) {
  transition-delay: 0.2428179644s;
}
.scale-title .word:nth-child(16) .letter:nth-child(38) {
  transition-delay: 0.2277920141s;
}
.scale-title .word:nth-child(16) .letter:nth-child(39) {
  transition-delay: 0.0711050741s;
}
.scale-title .word:nth-child(16) .letter:nth-child(40) {
  transition-delay: 0.3812217414s;
}
.scale-title .word:nth-child(16) .letter:nth-child(41) {
  transition-delay: 0.1252616389s;
}
.scale-title .word:nth-child(16) .letter:nth-child(42) {
  transition-delay: 0.5379295546s;
}
.scale-title .word:nth-child(16) .letter:nth-child(43) {
  transition-delay: 0.2522075372s;
}
.scale-title .word:nth-child(16) .letter:nth-child(44) {
  transition-delay: 0.4548375926s;
}
.scale-title .word:nth-child(16) .letter:nth-child(45) {
  transition-delay: 0.2677035628s;
}
.scale-title .word:nth-child(16) .letter:nth-child(46) {
  transition-delay: 0.0655142145s;
}
.scale-title .word:nth-child(16) .letter:nth-child(47) {
  transition-delay: 0.2981055268s;
}
.scale-title .word:nth-child(16) .letter:nth-child(48) {
  transition-delay: 0.1527908049s;
}
.scale-title .word:nth-child(16) .letter:nth-child(49) {
  transition-delay: 0.1791653538s;
}
.scale-title .word:nth-child(17) .letter:nth-child(1) {
  transition-delay: 0.5047108907s;
}
.scale-title .word:nth-child(17) .letter:nth-child(2) {
  transition-delay: 0.3864625444s;
}
.scale-title .word:nth-child(17) .letter:nth-child(3) {
  transition-delay: 0.4150283407s;
}
.scale-title .word:nth-child(17) .letter:nth-child(4) {
  transition-delay: 0.3023091849s;
}
.scale-title .word:nth-child(17) .letter:nth-child(5) {
  transition-delay: 0.1583318917s;
}
.scale-title .word:nth-child(17) .letter:nth-child(6) {
  transition-delay: 0.4607389697s;
}
.scale-title .word:nth-child(17) .letter:nth-child(7) {
  transition-delay: 0.5701838174s;
}
.scale-title .word:nth-child(17) .letter:nth-child(8) {
  transition-delay: 0.252937042s;
}
.scale-title .word:nth-child(17) .letter:nth-child(9) {
  transition-delay: 0.3178357052s;
}
.scale-title .word:nth-child(17) .letter:nth-child(10) {
  transition-delay: 0.5809316803s;
}
.scale-title .word:nth-child(17) .letter:nth-child(11) {
  transition-delay: 0.4963019584s;
}
.scale-title .word:nth-child(17) .letter:nth-child(12) {
  transition-delay: 0.3073360131s;
}
.scale-title .word:nth-child(17) .letter:nth-child(13) {
  transition-delay: 0.2754745201s;
}
.scale-title .word:nth-child(17) .letter:nth-child(14) {
  transition-delay: 0.3457973682s;
}
.scale-title .word:nth-child(17) .letter:nth-child(15) {
  transition-delay: 0.3674821771s;
}
.scale-title .word:nth-child(17) .letter:nth-child(16) {
  transition-delay: 0.4420267528s;
}
.scale-title .word:nth-child(17) .letter:nth-child(17) {
  transition-delay: 0.1110744214s;
}
.scale-title .word:nth-child(17) .letter:nth-child(18) {
  transition-delay: 0.0212033284s;
}
.scale-title .word:nth-child(17) .letter:nth-child(19) {
  transition-delay: 0.2510547067s;
}
.scale-title .word:nth-child(17) .letter:nth-child(20) {
  transition-delay: 0.2999077829s;
}
.scale-title .word:nth-child(17) .letter:nth-child(21) {
  transition-delay: 0.0916340581s;
}
.scale-title .word:nth-child(17) .letter:nth-child(22) {
  transition-delay: 0.322623525s;
}
.scale-title .word:nth-child(17) .letter:nth-child(23) {
  transition-delay: 0.5325501565s;
}
.scale-title .word:nth-child(17) .letter:nth-child(24) {
  transition-delay: 0.1754501895s;
}
.scale-title .word:nth-child(17) .letter:nth-child(25) {
  transition-delay: 0.3771324723s;
}
.scale-title .word:nth-child(17) .letter:nth-child(26) {
  transition-delay: 0.2944004351s;
}
.scale-title .word:nth-child(17) .letter:nth-child(27) {
  transition-delay: 0.5892328647s;
}
.scale-title .word:nth-child(17) .letter:nth-child(28) {
  transition-delay: 0.5226256796s;
}
.scale-title .word:nth-child(17) .letter:nth-child(29) {
  transition-delay: 0.4379293634s;
}
.scale-title .word:nth-child(17) .letter:nth-child(30) {
  transition-delay: 0.4630127178s;
}
.scale-title .word:nth-child(17) .letter:nth-child(31) {
  transition-delay: 0.3825445411s;
}
.scale-title .word:nth-child(17) .letter:nth-child(32) {
  transition-delay: 0.5205668055s;
}
.scale-title .word:nth-child(17) .letter:nth-child(33) {
  transition-delay: 0.1173010179s;
}
.scale-title .word:nth-child(17) .letter:nth-child(34) {
  transition-delay: 0.3104725877s;
}
.scale-title .word:nth-child(17) .letter:nth-child(35) {
  transition-delay: 0.490064529s;
}
.scale-title .word:nth-child(17) .letter:nth-child(36) {
  transition-delay: 0.5771248501s;
}
.scale-title .word:nth-child(17) .letter:nth-child(37) {
  transition-delay: 0.1955765052s;
}
.scale-title .word:nth-child(17) .letter:nth-child(38) {
  transition-delay: 0.1426886755s;
}
.scale-title .word:nth-child(17) .letter:nth-child(39) {
  transition-delay: 0.472865726s;
}
.scale-title .word:nth-child(17) .letter:nth-child(40) {
  transition-delay: 0.208848047s;
}
.scale-title .word:nth-child(17) .letter:nth-child(41) {
  transition-delay: 0.1947261462s;
}
.scale-title .word:nth-child(17) .letter:nth-child(42) {
  transition-delay: 0.1769639389s;
}
.scale-title .word:nth-child(17) .letter:nth-child(43) {
  transition-delay: 0.5403859537s;
}
.scale-title .word:nth-child(17) .letter:nth-child(44) {
  transition-delay: 0.3184613622s;
}
.scale-title .word:nth-child(17) .letter:nth-child(45) {
  transition-delay: 0.4742987721s;
}
.scale-title .word:nth-child(17) .letter:nth-child(46) {
  transition-delay: 0.443560513s;
}
.scale-title .word:nth-child(17) .letter:nth-child(47) {
  transition-delay: 0.2877105465s;
}
.scale-title .word:nth-child(17) .letter:nth-child(48) {
  transition-delay: 0.556944491s;
}
.scale-title .word:nth-child(17) .letter:nth-child(49) {
  transition-delay: 0.4952982775s;
}
.scale-title .word:nth-child(18) .letter:nth-child(1) {
  transition-delay: 0.1264221155s;
}
.scale-title .word:nth-child(18) .letter:nth-child(2) {
  transition-delay: 0.3196258379s;
}
.scale-title .word:nth-child(18) .letter:nth-child(3) {
  transition-delay: 0.4857681995s;
}
.scale-title .word:nth-child(18) .letter:nth-child(4) {
  transition-delay: 0.5577833402s;
}
.scale-title .word:nth-child(18) .letter:nth-child(5) {
  transition-delay: 0.5024537779s;
}
.scale-title .word:nth-child(18) .letter:nth-child(6) {
  transition-delay: 0.027231156s;
}
.scale-title .word:nth-child(18) .letter:nth-child(7) {
  transition-delay: 0.0958758002s;
}
.scale-title .word:nth-child(18) .letter:nth-child(8) {
  transition-delay: 0.408130559s;
}
.scale-title .word:nth-child(18) .letter:nth-child(9) {
  transition-delay: 0.4380233767s;
}
.scale-title .word:nth-child(18) .letter:nth-child(10) {
  transition-delay: 0.5684597657s;
}
.scale-title .word:nth-child(18) .letter:nth-child(11) {
  transition-delay: 0.0594978675s;
}
.scale-title .word:nth-child(18) .letter:nth-child(12) {
  transition-delay: 0.3498752432s;
}
.scale-title .word:nth-child(18) .letter:nth-child(13) {
  transition-delay: 0.5902997895s;
}
.scale-title .word:nth-child(18) .letter:nth-child(14) {
  transition-delay: 0.383205225s;
}
.scale-title .word:nth-child(18) .letter:nth-child(15) {
  transition-delay: 0.3608055707s;
}
.scale-title .word:nth-child(18) .letter:nth-child(16) {
  transition-delay: 0.3364695177s;
}
.scale-title .word:nth-child(18) .letter:nth-child(17) {
  transition-delay: 0.245943615s;
}
.scale-title .word:nth-child(18) .letter:nth-child(18) {
  transition-delay: 0.2391747399s;
}
.scale-title .word:nth-child(18) .letter:nth-child(19) {
  transition-delay: 0.1761020206s;
}
.scale-title .word:nth-child(18) .letter:nth-child(20) {
  transition-delay: 0.36562864s;
}
.scale-title .word:nth-child(18) .letter:nth-child(21) {
  transition-delay: 0.4066424126s;
}
.scale-title .word:nth-child(18) .letter:nth-child(22) {
  transition-delay: 0.5919744751s;
}
.scale-title .word:nth-child(18) .letter:nth-child(23) {
  transition-delay: 0.3076669248s;
}
.scale-title .word:nth-child(18) .letter:nth-child(24) {
  transition-delay: 0.5255987003s;
}
.scale-title .word:nth-child(18) .letter:nth-child(25) {
  transition-delay: 0.2724768308s;
}
.scale-title .word:nth-child(18) .letter:nth-child(26) {
  transition-delay: 0.4007503392s;
}
.scale-title .word:nth-child(18) .letter:nth-child(27) {
  transition-delay: 0.4023312817s;
}
.scale-title .word:nth-child(18) .letter:nth-child(28) {
  transition-delay: 0.5506253369s;
}
.scale-title .word:nth-child(18) .letter:nth-child(29) {
  transition-delay: 0.0440565179s;
}
.scale-title .word:nth-child(18) .letter:nth-child(30) {
  transition-delay: 0.0957268083s;
}
.scale-title .word:nth-child(18) .letter:nth-child(31) {
  transition-delay: 0.2417063357s;
}
.scale-title .word:nth-child(18) .letter:nth-child(32) {
  transition-delay: 0.4039892873s;
}
.scale-title .word:nth-child(18) .letter:nth-child(33) {
  transition-delay: 0.2436232516s;
}
.scale-title .word:nth-child(18) .letter:nth-child(34) {
  transition-delay: 0.2583017182s;
}
.scale-title .word:nth-child(18) .letter:nth-child(35) {
  transition-delay: 0.1843163858s;
}
.scale-title .word:nth-child(18) .letter:nth-child(36) {
  transition-delay: 0.0720257356s;
}
.scale-title .word:nth-child(18) .letter:nth-child(37) {
  transition-delay: 0.2568463076s;
}
.scale-title .word:nth-child(18) .letter:nth-child(38) {
  transition-delay: 0.2328878547s;
}
.scale-title .word:nth-child(18) .letter:nth-child(39) {
  transition-delay: 0.5087938112s;
}
.scale-title .word:nth-child(18) .letter:nth-child(40) {
  transition-delay: 0.0819177001s;
}
.scale-title .word:nth-child(18) .letter:nth-child(41) {
  transition-delay: 0.4381743237s;
}
.scale-title .word:nth-child(18) .letter:nth-child(42) {
  transition-delay: 0.0035722947s;
}
.scale-title .word:nth-child(18) .letter:nth-child(43) {
  transition-delay: 0.0869602174s;
}
.scale-title .word:nth-child(18) .letter:nth-child(44) {
  transition-delay: 0.0617387159s;
}
.scale-title .word:nth-child(18) .letter:nth-child(45) {
  transition-delay: 0.0306056894s;
}
.scale-title .word:nth-child(18) .letter:nth-child(46) {
  transition-delay: 0.2791732956s;
}
.scale-title .word:nth-child(18) .letter:nth-child(47) {
  transition-delay: 0.5474842239s;
}
.scale-title .word:nth-child(18) .letter:nth-child(48) {
  transition-delay: 0.2541707458s;
}
.scale-title .word:nth-child(18) .letter:nth-child(49) {
  transition-delay: 0.4363519121s;
}
.scale-title .word:nth-child(19) .letter:nth-child(1) {
  transition-delay: 0.1319926419s;
}
.scale-title .word:nth-child(19) .letter:nth-child(2) {
  transition-delay: 0.4491580587s;
}
.scale-title .word:nth-child(19) .letter:nth-child(3) {
  transition-delay: 0.314633758s;
}
.scale-title .word:nth-child(19) .letter:nth-child(4) {
  transition-delay: 0.0720600372s;
}
.scale-title .word:nth-child(19) .letter:nth-child(5) {
  transition-delay: 0.2213473192s;
}
.scale-title .word:nth-child(19) .letter:nth-child(6) {
  transition-delay: 0.5456355456s;
}
.scale-title .word:nth-child(19) .letter:nth-child(7) {
  transition-delay: 0.1549886679s;
}
.scale-title .word:nth-child(19) .letter:nth-child(8) {
  transition-delay: 0.3824448297s;
}
.scale-title .word:nth-child(19) .letter:nth-child(9) {
  transition-delay: 0.5743167095s;
}
.scale-title .word:nth-child(19) .letter:nth-child(10) {
  transition-delay: 0.0909806274s;
}
.scale-title .word:nth-child(19) .letter:nth-child(11) {
  transition-delay: 0.3151056923s;
}
.scale-title .word:nth-child(19) .letter:nth-child(12) {
  transition-delay: 0.2445816414s;
}
.scale-title .word:nth-child(19) .letter:nth-child(13) {
  transition-delay: 0.3159522586s;
}
.scale-title .word:nth-child(19) .letter:nth-child(14) {
  transition-delay: 0.5791478183s;
}
.scale-title .word:nth-child(19) .letter:nth-child(15) {
  transition-delay: 0.3536442018s;
}
.scale-title .word:nth-child(19) .letter:nth-child(16) {
  transition-delay: 0.4133792063s;
}
.scale-title .word:nth-child(19) .letter:nth-child(17) {
  transition-delay: 0.4375675084s;
}
.scale-title .word:nth-child(19) .letter:nth-child(18) {
  transition-delay: 0.2626503682s;
}
.scale-title .word:nth-child(19) .letter:nth-child(19) {
  transition-delay: 0.5098048825s;
}
.scale-title .word:nth-child(19) .letter:nth-child(20) {
  transition-delay: 0.1854193517s;
}
.scale-title .word:nth-child(19) .letter:nth-child(21) {
  transition-delay: 0.3366232846s;
}
.scale-title .word:nth-child(19) .letter:nth-child(22) {
  transition-delay: 0.4111268881s;
}
.scale-title .word:nth-child(19) .letter:nth-child(23) {
  transition-delay: 0.3128937639s;
}
.scale-title .word:nth-child(19) .letter:nth-child(24) {
  transition-delay: 0.3716677702s;
}
.scale-title .word:nth-child(19) .letter:nth-child(25) {
  transition-delay: 0.3474554943s;
}
.scale-title .word:nth-child(19) .letter:nth-child(26) {
  transition-delay: 0.2324119915s;
}
.scale-title .word:nth-child(19) .letter:nth-child(27) {
  transition-delay: 0.5607155902s;
}
.scale-title .word:nth-child(19) .letter:nth-child(28) {
  transition-delay: 0.1236549167s;
}
.scale-title .word:nth-child(19) .letter:nth-child(29) {
  transition-delay: 0.2597384494s;
}
.scale-title .word:nth-child(19) .letter:nth-child(30) {
  transition-delay: 0.4353797624s;
}
.scale-title .word:nth-child(19) .letter:nth-child(31) {
  transition-delay: 0.1118905543s;
}
.scale-title .word:nth-child(19) .letter:nth-child(32) {
  transition-delay: 0.217155008s;
}
.scale-title .word:nth-child(19) .letter:nth-child(33) {
  transition-delay: 0.1188365239s;
}
.scale-title .word:nth-child(19) .letter:nth-child(34) {
  transition-delay: 0.1455413602s;
}
.scale-title .word:nth-child(19) .letter:nth-child(35) {
  transition-delay: 0.2632451838s;
}
.scale-title .word:nth-child(19) .letter:nth-child(36) {
  transition-delay: 0.535714445s;
}
.scale-title .word:nth-child(19) .letter:nth-child(37) {
  transition-delay: 0.2547023866s;
}
.scale-title .word:nth-child(19) .letter:nth-child(38) {
  transition-delay: 0.1722993328s;
}
.scale-title .word:nth-child(19) .letter:nth-child(39) {
  transition-delay: 0.2581321246s;
}
.scale-title .word:nth-child(19) .letter:nth-child(40) {
  transition-delay: 0.1322646765s;
}
.scale-title .word:nth-child(19) .letter:nth-child(41) {
  transition-delay: 0.2194164346s;
}
.scale-title .word:nth-child(19) .letter:nth-child(42) {
  transition-delay: 0.2440442347s;
}
.scale-title .word:nth-child(19) .letter:nth-child(43) {
  transition-delay: 0.365560984s;
}
.scale-title .word:nth-child(19) .letter:nth-child(44) {
  transition-delay: 0.0390160811s;
}
.scale-title .word:nth-child(19) .letter:nth-child(45) {
  transition-delay: 0.0559837286s;
}
.scale-title .word:nth-child(19) .letter:nth-child(46) {
  transition-delay: 0.5684365928s;
}
.scale-title .word:nth-child(19) .letter:nth-child(47) {
  transition-delay: 0.1212340805s;
}
.scale-title .word:nth-child(19) .letter:nth-child(48) {
  transition-delay: 0.4251250397s;
}
.scale-title .word:nth-child(19) .letter:nth-child(49) {
  transition-delay: 0.1083757411s;
}
.scale-title .word:nth-child(20) .letter:nth-child(1) {
  transition-delay: 0.1261400179s;
}
.scale-title .word:nth-child(20) .letter:nth-child(2) {
  transition-delay: 0.2974068111s;
}
.scale-title .word:nth-child(20) .letter:nth-child(3) {
  transition-delay: 0.4203566193s;
}
.scale-title .word:nth-child(20) .letter:nth-child(4) {
  transition-delay: 0.0151840538s;
}
.scale-title .word:nth-child(20) .letter:nth-child(5) {
  transition-delay: 0.07935738s;
}
.scale-title .word:nth-child(20) .letter:nth-child(6) {
  transition-delay: 0.536186317s;
}
.scale-title .word:nth-child(20) .letter:nth-child(7) {
  transition-delay: 0.1839172332s;
}
.scale-title .word:nth-child(20) .letter:nth-child(8) {
  transition-delay: 0.2790866318s;
}
.scale-title .word:nth-child(20) .letter:nth-child(9) {
  transition-delay: 0.0629485477s;
}
.scale-title .word:nth-child(20) .letter:nth-child(10) {
  transition-delay: 0.5690335693s;
}
.scale-title .word:nth-child(20) .letter:nth-child(11) {
  transition-delay: 0.0915112881s;
}
.scale-title .word:nth-child(20) .letter:nth-child(12) {
  transition-delay: 0.4014703842s;
}
.scale-title .word:nth-child(20) .letter:nth-child(13) {
  transition-delay: 0.5234508422s;
}
.scale-title .word:nth-child(20) .letter:nth-child(14) {
  transition-delay: 0.3847187017s;
}
.scale-title .word:nth-child(20) .letter:nth-child(15) {
  transition-delay: 0.4906787683s;
}
.scale-title .word:nth-child(20) .letter:nth-child(16) {
  transition-delay: 0.0123102371s;
}
.scale-title .word:nth-child(20) .letter:nth-child(17) {
  transition-delay: 0.2150194257s;
}
.scale-title .word:nth-child(20) .letter:nth-child(18) {
  transition-delay: 0.35973435s;
}
.scale-title .word:nth-child(20) .letter:nth-child(19) {
  transition-delay: 0.3191617556s;
}
.scale-title .word:nth-child(20) .letter:nth-child(20) {
  transition-delay: 0.4862713362s;
}
.scale-title .word:nth-child(20) .letter:nth-child(21) {
  transition-delay: 0.0912582959s;
}
.scale-title .word:nth-child(20) .letter:nth-child(22) {
  transition-delay: 0.4140375867s;
}
.scale-title .word:nth-child(20) .letter:nth-child(23) {
  transition-delay: 0.3688576935s;
}
.scale-title .word:nth-child(20) .letter:nth-child(24) {
  transition-delay: 0.5876132756s;
}
.scale-title .word:nth-child(20) .letter:nth-child(25) {
  transition-delay: 0.1704794785s;
}
.scale-title .word:nth-child(20) .letter:nth-child(26) {
  transition-delay: 0.2853850565s;
}
.scale-title .word:nth-child(20) .letter:nth-child(27) {
  transition-delay: 0.3469570579s;
}
.scale-title .word:nth-child(20) .letter:nth-child(28) {
  transition-delay: 0.1784786021s;
}
.scale-title .word:nth-child(20) .letter:nth-child(29) {
  transition-delay: 0.1098462831s;
}
.scale-title .word:nth-child(20) .letter:nth-child(30) {
  transition-delay: 0.5738260518s;
}
.scale-title .word:nth-child(20) .letter:nth-child(31) {
  transition-delay: 0.0766565717s;
}
.scale-title .word:nth-child(20) .letter:nth-child(32) {
  transition-delay: 0.2121861977s;
}
.scale-title .word:nth-child(20) .letter:nth-child(33) {
  transition-delay: 0.0964134738s;
}
.scale-title .word:nth-child(20) .letter:nth-child(34) {
  transition-delay: 0.5007970421s;
}
.scale-title .word:nth-child(20) .letter:nth-child(35) {
  transition-delay: 0.0255245865s;
}
.scale-title .word:nth-child(20) .letter:nth-child(36) {
  transition-delay: 0.2289590675s;
}
.scale-title .word:nth-child(20) .letter:nth-child(37) {
  transition-delay: 0.5046686753s;
}
.scale-title .word:nth-child(20) .letter:nth-child(38) {
  transition-delay: 0.2153373587s;
}
.scale-title .word:nth-child(20) .letter:nth-child(39) {
  transition-delay: 0.0977877942s;
}
.scale-title .word:nth-child(20) .letter:nth-child(40) {
  transition-delay: 0.2240588164s;
}
.scale-title .word:nth-child(20) .letter:nth-child(41) {
  transition-delay: 0.4211588628s;
}
.scale-title .word:nth-child(20) .letter:nth-child(42) {
  transition-delay: 0.1587045048s;
}
.scale-title .word:nth-child(20) .letter:nth-child(43) {
  transition-delay: 0.3782051458s;
}
.scale-title .word:nth-child(20) .letter:nth-child(44) {
  transition-delay: 0.2626585004s;
}
.scale-title .word:nth-child(20) .letter:nth-child(45) {
  transition-delay: 0.4236580837s;
}
.scale-title .word:nth-child(20) .letter:nth-child(46) {
  transition-delay: 0.1066061273s;
}
.scale-title .word:nth-child(20) .letter:nth-child(47) {
  transition-delay: 0.3205933394s;
}
.scale-title .word:nth-child(20) .letter:nth-child(48) {
  transition-delay: 0.5675732193s;
}
.scale-title .word:nth-child(20) .letter:nth-child(49) {
  transition-delay: 0.2802761187s;
}
.scale-title .word:nth-child(21) .letter:nth-child(1) {
  transition-delay: 0.3436234491s;
}
.scale-title .word:nth-child(21) .letter:nth-child(2) {
  transition-delay: 0.2745711816s;
}
.scale-title .word:nth-child(21) .letter:nth-child(3) {
  transition-delay: 0.4903140478s;
}
.scale-title .word:nth-child(21) .letter:nth-child(4) {
  transition-delay: 0.0363784391s;
}
.scale-title .word:nth-child(21) .letter:nth-child(5) {
  transition-delay: 0.1649271082s;
}
.scale-title .word:nth-child(21) .letter:nth-child(6) {
  transition-delay: 0.4754983455s;
}
.scale-title .word:nth-child(21) .letter:nth-child(7) {
  transition-delay: 0.1490424888s;
}
.scale-title .word:nth-child(21) .letter:nth-child(8) {
  transition-delay: 0.5794500115s;
}
.scale-title .word:nth-child(21) .letter:nth-child(9) {
  transition-delay: 0.067515657s;
}
.scale-title .word:nth-child(21) .letter:nth-child(10) {
  transition-delay: 0.5979357658s;
}
.scale-title .word:nth-child(21) .letter:nth-child(11) {
  transition-delay: 0.4368692527s;
}
.scale-title .word:nth-child(21) .letter:nth-child(12) {
  transition-delay: 0.3559984015s;
}
.scale-title .word:nth-child(21) .letter:nth-child(13) {
  transition-delay: 0.0883267105s;
}
.scale-title .word:nth-child(21) .letter:nth-child(14) {
  transition-delay: 0.3783263638s;
}
.scale-title .word:nth-child(21) .letter:nth-child(15) {
  transition-delay: 0.072795668s;
}
.scale-title .word:nth-child(21) .letter:nth-child(16) {
  transition-delay: 0.2063123742s;
}
.scale-title .word:nth-child(21) .letter:nth-child(17) {
  transition-delay: 0.2548196254s;
}
.scale-title .word:nth-child(21) .letter:nth-child(18) {
  transition-delay: 0.4625750692s;
}
.scale-title .word:nth-child(21) .letter:nth-child(19) {
  transition-delay: 0.2703090275s;
}
.scale-title .word:nth-child(21) .letter:nth-child(20) {
  transition-delay: 0.5737780687s;
}
.scale-title .word:nth-child(21) .letter:nth-child(21) {
  transition-delay: 0.4454701674s;
}
.scale-title .word:nth-child(21) .letter:nth-child(22) {
  transition-delay: 0.073094571s;
}
.scale-title .word:nth-child(21) .letter:nth-child(23) {
  transition-delay: 0.2130369484s;
}
.scale-title .word:nth-child(21) .letter:nth-child(24) {
  transition-delay: 0.4779947021s;
}
.scale-title .word:nth-child(21) .letter:nth-child(25) {
  transition-delay: 0.2694734794s;
}
.scale-title .word:nth-child(21) .letter:nth-child(26) {
  transition-delay: 0.3048333785s;
}
.scale-title .word:nth-child(21) .letter:nth-child(27) {
  transition-delay: 0.5298695049s;
}
.scale-title .word:nth-child(21) .letter:nth-child(28) {
  transition-delay: 0.4692751438s;
}
.scale-title .word:nth-child(21) .letter:nth-child(29) {
  transition-delay: 0.5005853047s;
}
.scale-title .word:nth-child(21) .letter:nth-child(30) {
  transition-delay: 0.0998371738s;
}
.scale-title .word:nth-child(21) .letter:nth-child(31) {
  transition-delay: 0.5181809714s;
}
.scale-title .word:nth-child(21) .letter:nth-child(32) {
  transition-delay: 0.425685939s;
}
.scale-title .word:nth-child(21) .letter:nth-child(33) {
  transition-delay: 0.0715511813s;
}
.scale-title .word:nth-child(21) .letter:nth-child(34) {
  transition-delay: 0.098752275s;
}
.scale-title .word:nth-child(21) .letter:nth-child(35) {
  transition-delay: 0.2802397863s;
}
.scale-title .word:nth-child(21) .letter:nth-child(36) {
  transition-delay: 0.5883183471s;
}
.scale-title .word:nth-child(21) .letter:nth-child(37) {
  transition-delay: 0.0360549277s;
}
.scale-title .word:nth-child(21) .letter:nth-child(38) {
  transition-delay: 0.1380146714s;
}
.scale-title .word:nth-child(21) .letter:nth-child(39) {
  transition-delay: 0.4235671329s;
}
.scale-title .word:nth-child(21) .letter:nth-child(40) {
  transition-delay: 0.3535834454s;
}
.scale-title .word:nth-child(21) .letter:nth-child(41) {
  transition-delay: 0.5727223467s;
}
.scale-title .word:nth-child(21) .letter:nth-child(42) {
  transition-delay: 0.3894705512s;
}
.scale-title .word:nth-child(21) .letter:nth-child(43) {
  transition-delay: 0.4322857955s;
}
.scale-title .word:nth-child(21) .letter:nth-child(44) {
  transition-delay: 0.5343754455s;
}
.scale-title .word:nth-child(21) .letter:nth-child(45) {
  transition-delay: 0.1638299462s;
}
.scale-title .word:nth-child(21) .letter:nth-child(46) {
  transition-delay: 0.3227624453s;
}
.scale-title .word:nth-child(21) .letter:nth-child(47) {
  transition-delay: 0.2038550169s;
}
.scale-title .word:nth-child(21) .letter:nth-child(48) {
  transition-delay: 0.5949306639s;
}
.scale-title .word:nth-child(21) .letter:nth-child(49) {
  transition-delay: 0.1053157917s;
}
.scale-title .word:nth-child(22) .letter:nth-child(1) {
  transition-delay: 0.3230074474s;
}
.scale-title .word:nth-child(22) .letter:nth-child(2) {
  transition-delay: 0.0385761802s;
}
.scale-title .word:nth-child(22) .letter:nth-child(3) {
  transition-delay: 0.1933213003s;
}
.scale-title .word:nth-child(22) .letter:nth-child(4) {
  transition-delay: 0.0104343988s;
}
.scale-title .word:nth-child(22) .letter:nth-child(5) {
  transition-delay: 0.2598019463s;
}
.scale-title .word:nth-child(22) .letter:nth-child(6) {
  transition-delay: 0.1616141798s;
}
.scale-title .word:nth-child(22) .letter:nth-child(7) {
  transition-delay: 0.5122895095s;
}
.scale-title .word:nth-child(22) .letter:nth-child(8) {
  transition-delay: 0.5971671838s;
}
.scale-title .word:nth-child(22) .letter:nth-child(9) {
  transition-delay: 0.5349569938s;
}
.scale-title .word:nth-child(22) .letter:nth-child(10) {
  transition-delay: 0.3655269118s;
}
.scale-title .word:nth-child(22) .letter:nth-child(11) {
  transition-delay: 0.3231217843s;
}
.scale-title .word:nth-child(22) .letter:nth-child(12) {
  transition-delay: 0.5004644047s;
}
.scale-title .word:nth-child(22) .letter:nth-child(13) {
  transition-delay: 0.1169918812s;
}
.scale-title .word:nth-child(22) .letter:nth-child(14) {
  transition-delay: 0.3679697686s;
}
.scale-title .word:nth-child(22) .letter:nth-child(15) {
  transition-delay: 0.4970409285s;
}
.scale-title .word:nth-child(22) .letter:nth-child(16) {
  transition-delay: 0.3333754656s;
}
.scale-title .word:nth-child(22) .letter:nth-child(17) {
  transition-delay: 0.4401041468s;
}
.scale-title .word:nth-child(22) .letter:nth-child(18) {
  transition-delay: 0.3246552725s;
}
.scale-title .word:nth-child(22) .letter:nth-child(19) {
  transition-delay: 0.5535440126s;
}
.scale-title .word:nth-child(22) .letter:nth-child(20) {
  transition-delay: 0.5110522928s;
}
.scale-title .word:nth-child(22) .letter:nth-child(21) {
  transition-delay: 0.289240654s;
}
.scale-title .word:nth-child(22) .letter:nth-child(22) {
  transition-delay: 0.3078895261s;
}
.scale-title .word:nth-child(22) .letter:nth-child(23) {
  transition-delay: 0.3031546671s;
}
.scale-title .word:nth-child(22) .letter:nth-child(24) {
  transition-delay: 0.1551512109s;
}
.scale-title .word:nth-child(22) .letter:nth-child(25) {
  transition-delay: 0.3963631283s;
}
.scale-title .word:nth-child(22) .letter:nth-child(26) {
  transition-delay: 0.0907683245s;
}
.scale-title .word:nth-child(22) .letter:nth-child(27) {
  transition-delay: 0.5641165258s;
}
.scale-title .word:nth-child(22) .letter:nth-child(28) {
  transition-delay: 0.5903794766s;
}
.scale-title .word:nth-child(22) .letter:nth-child(29) {
  transition-delay: 0.5147652208s;
}
.scale-title .word:nth-child(22) .letter:nth-child(30) {
  transition-delay: 0.1481239584s;
}
.scale-title .word:nth-child(22) .letter:nth-child(31) {
  transition-delay: 0.2169147761s;
}
.scale-title .word:nth-child(22) .letter:nth-child(32) {
  transition-delay: 0.2895033473s;
}
.scale-title .word:nth-child(22) .letter:nth-child(33) {
  transition-delay: 0.0402406516s;
}
.scale-title .word:nth-child(22) .letter:nth-child(34) {
  transition-delay: 0.1469949716s;
}
.scale-title .word:nth-child(22) .letter:nth-child(35) {
  transition-delay: 0.0360339362s;
}
.scale-title .word:nth-child(22) .letter:nth-child(36) {
  transition-delay: 0.2092079497s;
}
.scale-title .word:nth-child(22) .letter:nth-child(37) {
  transition-delay: 0.5202825392s;
}
.scale-title .word:nth-child(22) .letter:nth-child(38) {
  transition-delay: 0.4175187603s;
}
.scale-title .word:nth-child(22) .letter:nth-child(39) {
  transition-delay: 0.0049642903s;
}
.scale-title .word:nth-child(22) .letter:nth-child(40) {
  transition-delay: 0.5398858236s;
}
.scale-title .word:nth-child(22) .letter:nth-child(41) {
  transition-delay: 0.3132923502s;
}
.scale-title .word:nth-child(22) .letter:nth-child(42) {
  transition-delay: 0.3280725825s;
}
.scale-title .word:nth-child(22) .letter:nth-child(43) {
  transition-delay: 0.066936477s;
}
.scale-title .word:nth-child(22) .letter:nth-child(44) {
  transition-delay: 0.2769018087s;
}
.scale-title .word:nth-child(22) .letter:nth-child(45) {
  transition-delay: 0.5938876481s;
}
.scale-title .word:nth-child(22) .letter:nth-child(46) {
  transition-delay: 0.3667389228s;
}
.scale-title .word:nth-child(22) .letter:nth-child(47) {
  transition-delay: 0.0399481053s;
}
.scale-title .word:nth-child(22) .letter:nth-child(48) {
  transition-delay: 0.4207874424s;
}
.scale-title .word:nth-child(22) .letter:nth-child(49) {
  transition-delay: 0.1068868719s;
}
.scale-title .word:nth-child(23) .letter:nth-child(1) {
  transition-delay: 0.512228993s;
}
.scale-title .word:nth-child(23) .letter:nth-child(2) {
  transition-delay: 0.4120700142s;
}
.scale-title .word:nth-child(23) .letter:nth-child(3) {
  transition-delay: 0.1707480215s;
}
.scale-title .word:nth-child(23) .letter:nth-child(4) {
  transition-delay: 0.5592007888s;
}
.scale-title .word:nth-child(23) .letter:nth-child(5) {
  transition-delay: 0.2332420827s;
}
.scale-title .word:nth-child(23) .letter:nth-child(6) {
  transition-delay: 0.4631836083s;
}
.scale-title .word:nth-child(23) .letter:nth-child(7) {
  transition-delay: 0.0013750586s;
}
.scale-title .word:nth-child(23) .letter:nth-child(8) {
  transition-delay: 0.5168196686s;
}
.scale-title .word:nth-child(23) .letter:nth-child(9) {
  transition-delay: 0.3570446267s;
}
.scale-title .word:nth-child(23) .letter:nth-child(10) {
  transition-delay: 0.4498166856s;
}
.scale-title .word:nth-child(23) .letter:nth-child(11) {
  transition-delay: 0.0258589986s;
}
.scale-title .word:nth-child(23) .letter:nth-child(12) {
  transition-delay: 0.5776935831s;
}
.scale-title .word:nth-child(23) .letter:nth-child(13) {
  transition-delay: 0.5951784022s;
}
.scale-title .word:nth-child(23) .letter:nth-child(14) {
  transition-delay: 0.0828882265s;
}
.scale-title .word:nth-child(23) .letter:nth-child(15) {
  transition-delay: 0.3920584048s;
}
.scale-title .word:nth-child(23) .letter:nth-child(16) {
  transition-delay: 0.4718496334s;
}
.scale-title .word:nth-child(23) .letter:nth-child(17) {
  transition-delay: 0.142192004s;
}
.scale-title .word:nth-child(23) .letter:nth-child(18) {
  transition-delay: 0.2514686038s;
}
.scale-title .word:nth-child(23) .letter:nth-child(19) {
  transition-delay: 0.2283678303s;
}
.scale-title .word:nth-child(23) .letter:nth-child(20) {
  transition-delay: 0.3965688978s;
}
.scale-title .word:nth-child(23) .letter:nth-child(21) {
  transition-delay: 0.5657722382s;
}
.scale-title .word:nth-child(23) .letter:nth-child(22) {
  transition-delay: 0.3142145025s;
}
.scale-title .word:nth-child(23) .letter:nth-child(23) {
  transition-delay: 0.3829190621s;
}
.scale-title .word:nth-child(23) .letter:nth-child(24) {
  transition-delay: 0.4372920915s;
}
.scale-title .word:nth-child(23) .letter:nth-child(25) {
  transition-delay: 0.1964003435s;
}
.scale-title .word:nth-child(23) .letter:nth-child(26) {
  transition-delay: 0.5854146194s;
}
.scale-title .word:nth-child(23) .letter:nth-child(27) {
  transition-delay: 0.1204580772s;
}
.scale-title .word:nth-child(23) .letter:nth-child(28) {
  transition-delay: 0.1907524197s;
}
.scale-title .word:nth-child(23) .letter:nth-child(29) {
  transition-delay: 0.2084106622s;
}
.scale-title .word:nth-child(23) .letter:nth-child(30) {
  transition-delay: 0.523779615s;
}
.scale-title .word:nth-child(23) .letter:nth-child(31) {
  transition-delay: 0.1385297053s;
}
.scale-title .word:nth-child(23) .letter:nth-child(32) {
  transition-delay: 0.5399864906s;
}
.scale-title .word:nth-child(23) .letter:nth-child(33) {
  transition-delay: 0.3516477s;
}
.scale-title .word:nth-child(23) .letter:nth-child(34) {
  transition-delay: 0.1208679782s;
}
.scale-title .word:nth-child(23) .letter:nth-child(35) {
  transition-delay: 0.1649041099s;
}
.scale-title .word:nth-child(23) .letter:nth-child(36) {
  transition-delay: 0.1577250225s;
}
.scale-title .word:nth-child(23) .letter:nth-child(37) {
  transition-delay: 0.3963117919s;
}
.scale-title .word:nth-child(23) .letter:nth-child(38) {
  transition-delay: 0.0067133224s;
}
.scale-title .word:nth-child(23) .letter:nth-child(39) {
  transition-delay: 0.3151157242s;
}
.scale-title .word:nth-child(23) .letter:nth-child(40) {
  transition-delay: 0.594743557s;
}
.scale-title .word:nth-child(23) .letter:nth-child(41) {
  transition-delay: 0.4169704401s;
}
.scale-title .word:nth-child(23) .letter:nth-child(42) {
  transition-delay: 0.2324264419s;
}
.scale-title .word:nth-child(23) .letter:nth-child(43) {
  transition-delay: 0.4969164544s;
}
.scale-title .word:nth-child(23) .letter:nth-child(44) {
  transition-delay: 0.1118154502s;
}
.scale-title .word:nth-child(23) .letter:nth-child(45) {
  transition-delay: 0.3802090514s;
}
.scale-title .word:nth-child(23) .letter:nth-child(46) {
  transition-delay: 0.0905081497s;
}
.scale-title .word:nth-child(23) .letter:nth-child(47) {
  transition-delay: 0.2464012761s;
}
.scale-title .word:nth-child(23) .letter:nth-child(48) {
  transition-delay: 0.1074732226s;
}
.scale-title .word:nth-child(23) .letter:nth-child(49) {
  transition-delay: 0.4978323344s;
}
.scale-title .word:nth-child(24) .letter:nth-child(1) {
  transition-delay: 0.1185650872s;
}
.scale-title .word:nth-child(24) .letter:nth-child(2) {
  transition-delay: 0.0193833955s;
}
.scale-title .word:nth-child(24) .letter:nth-child(3) {
  transition-delay: 0.2122514132s;
}
.scale-title .word:nth-child(24) .letter:nth-child(4) {
  transition-delay: 0.3591428292s;
}
.scale-title .word:nth-child(24) .letter:nth-child(5) {
  transition-delay: 0.1671542155s;
}
.scale-title .word:nth-child(24) .letter:nth-child(6) {
  transition-delay: 0.4044528367s;
}
.scale-title .word:nth-child(24) .letter:nth-child(7) {
  transition-delay: 0.5595832709s;
}
.scale-title .word:nth-child(24) .letter:nth-child(8) {
  transition-delay: 0.4763629862s;
}
.scale-title .word:nth-child(24) .letter:nth-child(9) {
  transition-delay: 0.4224129599s;
}
.scale-title .word:nth-child(24) .letter:nth-child(10) {
  transition-delay: 0.5587079542s;
}
.scale-title .word:nth-child(24) .letter:nth-child(11) {
  transition-delay: 0.3390148137s;
}
.scale-title .word:nth-child(24) .letter:nth-child(12) {
  transition-delay: 0.1168622258s;
}
.scale-title .word:nth-child(24) .letter:nth-child(13) {
  transition-delay: 0.4649526938s;
}
.scale-title .word:nth-child(24) .letter:nth-child(14) {
  transition-delay: 0.160037596s;
}
.scale-title .word:nth-child(24) .letter:nth-child(15) {
  transition-delay: 0.2533175599s;
}
.scale-title .word:nth-child(24) .letter:nth-child(16) {
  transition-delay: 0.203113662s;
}
.scale-title .word:nth-child(24) .letter:nth-child(17) {
  transition-delay: 0.4315270421s;
}
.scale-title .word:nth-child(24) .letter:nth-child(18) {
  transition-delay: 0.4817349718s;
}
.scale-title .word:nth-child(24) .letter:nth-child(19) {
  transition-delay: 0.1183874095s;
}
.scale-title .word:nth-child(24) .letter:nth-child(20) {
  transition-delay: 0.3931095266s;
}
.scale-title .word:nth-child(24) .letter:nth-child(21) {
  transition-delay: 0.2012633918s;
}
.scale-title .word:nth-child(24) .letter:nth-child(22) {
  transition-delay: 0.3391053367s;
}
.scale-title .word:nth-child(24) .letter:nth-child(23) {
  transition-delay: 0.0841110386s;
}
.scale-title .word:nth-child(24) .letter:nth-child(24) {
  transition-delay: 0.1671559502s;
}
.scale-title .word:nth-child(24) .letter:nth-child(25) {
  transition-delay: 0.3984256988s;
}
.scale-title .word:nth-child(24) .letter:nth-child(26) {
  transition-delay: 0.0247325012s;
}
.scale-title .word:nth-child(24) .letter:nth-child(27) {
  transition-delay: 0.3838605918s;
}
.scale-title .word:nth-child(24) .letter:nth-child(28) {
  transition-delay: 0.1962356025s;
}
.scale-title .word:nth-child(24) .letter:nth-child(29) {
  transition-delay: 0.5293532232s;
}
.scale-title .word:nth-child(24) .letter:nth-child(30) {
  transition-delay: 0.5677749935s;
}
.scale-title .word:nth-child(24) .letter:nth-child(31) {
  transition-delay: 0.1359378115s;
}
.scale-title .word:nth-child(24) .letter:nth-child(32) {
  transition-delay: 0.3850234141s;
}
.scale-title .word:nth-child(24) .letter:nth-child(33) {
  transition-delay: 0.5397279922s;
}
.scale-title .word:nth-child(24) .letter:nth-child(34) {
  transition-delay: 0.2041276818s;
}
.scale-title .word:nth-child(24) .letter:nth-child(35) {
  transition-delay: 0.3574544281s;
}
.scale-title .word:nth-child(24) .letter:nth-child(36) {
  transition-delay: 0.0048083417s;
}
.scale-title .word:nth-child(24) .letter:nth-child(37) {
  transition-delay: 0.3051782864s;
}
.scale-title .word:nth-child(24) .letter:nth-child(38) {
  transition-delay: 0.0711320201s;
}
.scale-title .word:nth-child(24) .letter:nth-child(39) {
  transition-delay: 0.4501584667s;
}
.scale-title .word:nth-child(24) .letter:nth-child(40) {
  transition-delay: 0.4409931652s;
}
.scale-title .word:nth-child(24) .letter:nth-child(41) {
  transition-delay: 0.1737311451s;
}
.scale-title .word:nth-child(24) .letter:nth-child(42) {
  transition-delay: 0.354663857s;
}
.scale-title .word:nth-child(24) .letter:nth-child(43) {
  transition-delay: 0.2712556789s;
}
.scale-title .word:nth-child(24) .letter:nth-child(44) {
  transition-delay: 0.5917400974s;
}
.scale-title .word:nth-child(24) .letter:nth-child(45) {
  transition-delay: 0.4211867544s;
}
.scale-title .word:nth-child(24) .letter:nth-child(46) {
  transition-delay: 0.1889962664s;
}
.scale-title .word:nth-child(24) .letter:nth-child(47) {
  transition-delay: 0.1240746874s;
}
.scale-title .word:nth-child(24) .letter:nth-child(48) {
  transition-delay: 0.0381859786s;
}
.scale-title .word:nth-child(24) .letter:nth-child(49) {
  transition-delay: 0.5218466643s;
}
.scale-title .word:nth-child(25) .letter:nth-child(1) {
  transition-delay: 0.446779261s;
}
.scale-title .word:nth-child(25) .letter:nth-child(2) {
  transition-delay: 0.4155573275s;
}
.scale-title .word:nth-child(25) .letter:nth-child(3) {
  transition-delay: 0.3734968159s;
}
.scale-title .word:nth-child(25) .letter:nth-child(4) {
  transition-delay: 0.2326287987s;
}
.scale-title .word:nth-child(25) .letter:nth-child(5) {
  transition-delay: 0.0320369478s;
}
.scale-title .word:nth-child(25) .letter:nth-child(6) {
  transition-delay: 0.5876498481s;
}
.scale-title .word:nth-child(25) .letter:nth-child(7) {
  transition-delay: 0.0582692507s;
}
.scale-title .word:nth-child(25) .letter:nth-child(8) {
  transition-delay: 0.2089563368s;
}
.scale-title .word:nth-child(25) .letter:nth-child(9) {
  transition-delay: 0.5887639999s;
}
.scale-title .word:nth-child(25) .letter:nth-child(10) {
  transition-delay: 0.0066713697s;
}
.scale-title .word:nth-child(25) .letter:nth-child(11) {
  transition-delay: 0.0735326614s;
}
.scale-title .word:nth-child(25) .letter:nth-child(12) {
  transition-delay: 0.2569191098s;
}
.scale-title .word:nth-child(25) .letter:nth-child(13) {
  transition-delay: 0.5115004112s;
}
.scale-title .word:nth-child(25) .letter:nth-child(14) {
  transition-delay: 0.4044892332s;
}
.scale-title .word:nth-child(25) .letter:nth-child(15) {
  transition-delay: 0.4516547797s;
}
.scale-title .word:nth-child(25) .letter:nth-child(16) {
  transition-delay: 0.4850523198s;
}
.scale-title .word:nth-child(25) .letter:nth-child(17) {
  transition-delay: 0.0004045928s;
}
.scale-title .word:nth-child(25) .letter:nth-child(18) {
  transition-delay: 0.3932485715s;
}
.scale-title .word:nth-child(25) .letter:nth-child(19) {
  transition-delay: 0.1148842882s;
}
.scale-title .word:nth-child(25) .letter:nth-child(20) {
  transition-delay: 0.0517314464s;
}
.scale-title .word:nth-child(25) .letter:nth-child(21) {
  transition-delay: 0.0757672775s;
}
.scale-title .word:nth-child(25) .letter:nth-child(22) {
  transition-delay: 0.1676898932s;
}
.scale-title .word:nth-child(25) .letter:nth-child(23) {
  transition-delay: 0.1251881843s;
}
.scale-title .word:nth-child(25) .letter:nth-child(24) {
  transition-delay: 0.0162532516s;
}
.scale-title .word:nth-child(25) .letter:nth-child(25) {
  transition-delay: 0.3302116063s;
}
.scale-title .word:nth-child(25) .letter:nth-child(26) {
  transition-delay: 0.5982763806s;
}
.scale-title .word:nth-child(25) .letter:nth-child(27) {
  transition-delay: 0.1151675371s;
}
.scale-title .word:nth-child(25) .letter:nth-child(28) {
  transition-delay: 0.353698804s;
}
.scale-title .word:nth-child(25) .letter:nth-child(29) {
  transition-delay: 0.5364442s;
}
.scale-title .word:nth-child(25) .letter:nth-child(30) {
  transition-delay: 0.0184302612s;
}
.scale-title .word:nth-child(25) .letter:nth-child(31) {
  transition-delay: 0.1557676229s;
}
.scale-title .word:nth-child(25) .letter:nth-child(32) {
  transition-delay: 0.2869005225s;
}
.scale-title .word:nth-child(25) .letter:nth-child(33) {
  transition-delay: 0.4529864881s;
}
.scale-title .word:nth-child(25) .letter:nth-child(34) {
  transition-delay: 0.1317555734s;
}
.scale-title .word:nth-child(25) .letter:nth-child(35) {
  transition-delay: 0.0340740776s;
}
.scale-title .word:nth-child(25) .letter:nth-child(36) {
  transition-delay: 0.112840701s;
}
.scale-title .word:nth-child(25) .letter:nth-child(37) {
  transition-delay: 0.5057361442s;
}
.scale-title .word:nth-child(25) .letter:nth-child(38) {
  transition-delay: 0.5227515149s;
}
.scale-title .word:nth-child(25) .letter:nth-child(39) {
  transition-delay: 0.317190854s;
}
.scale-title .word:nth-child(25) .letter:nth-child(40) {
  transition-delay: 0.4971941106s;
}
.scale-title .word:nth-child(25) .letter:nth-child(41) {
  transition-delay: 0.2225080857s;
}
.scale-title .word:nth-child(25) .letter:nth-child(42) {
  transition-delay: 0.492296534s;
}
.scale-title .word:nth-child(25) .letter:nth-child(43) {
  transition-delay: 0.1821945862s;
}
.scale-title .word:nth-child(25) .letter:nth-child(44) {
  transition-delay: 0.5936659707s;
}
.scale-title .word:nth-child(25) .letter:nth-child(45) {
  transition-delay: 0.0167361279s;
}
.scale-title .word:nth-child(25) .letter:nth-child(46) {
  transition-delay: 0.3674580758s;
}
.scale-title .word:nth-child(25) .letter:nth-child(47) {
  transition-delay: 0.1505941966s;
}
.scale-title .word:nth-child(25) .letter:nth-child(48) {
  transition-delay: 0.323500789s;
}
.scale-title .word:nth-child(25) .letter:nth-child(49) {
  transition-delay: 0.3899785039s;
}
.scale-title .word:nth-child(26) .letter:nth-child(1) {
  transition-delay: 0.4744596963s;
}
.scale-title .word:nth-child(26) .letter:nth-child(2) {
  transition-delay: 0.4537420189s;
}
.scale-title .word:nth-child(26) .letter:nth-child(3) {
  transition-delay: 0.5271273536s;
}
.scale-title .word:nth-child(26) .letter:nth-child(4) {
  transition-delay: 0.1337473403s;
}
.scale-title .word:nth-child(26) .letter:nth-child(5) {
  transition-delay: 0.5312158122s;
}
.scale-title .word:nth-child(26) .letter:nth-child(6) {
  transition-delay: 0.0662067599s;
}
.scale-title .word:nth-child(26) .letter:nth-child(7) {
  transition-delay: 0.4559984008s;
}
.scale-title .word:nth-child(26) .letter:nth-child(8) {
  transition-delay: 0.3401290226s;
}
.scale-title .word:nth-child(26) .letter:nth-child(9) {
  transition-delay: 0.1809318024s;
}
.scale-title .word:nth-child(26) .letter:nth-child(10) {
  transition-delay: 0.2184820575s;
}
.scale-title .word:nth-child(26) .letter:nth-child(11) {
  transition-delay: 0.2122404566s;
}
.scale-title .word:nth-child(26) .letter:nth-child(12) {
  transition-delay: 0.3423999816s;
}
.scale-title .word:nth-child(26) .letter:nth-child(13) {
  transition-delay: 0.3009717461s;
}
.scale-title .word:nth-child(26) .letter:nth-child(14) {
  transition-delay: 0.5491929165s;
}
.scale-title .word:nth-child(26) .letter:nth-child(15) {
  transition-delay: 0.1006826546s;
}
.scale-title .word:nth-child(26) .letter:nth-child(16) {
  transition-delay: 0.1187016325s;
}
.scale-title .word:nth-child(26) .letter:nth-child(17) {
  transition-delay: 0.4586740913s;
}
.scale-title .word:nth-child(26) .letter:nth-child(18) {
  transition-delay: 0.0669327554s;
}
.scale-title .word:nth-child(26) .letter:nth-child(19) {
  transition-delay: 0.2042988844s;
}
.scale-title .word:nth-child(26) .letter:nth-child(20) {
  transition-delay: 0.2252727082s;
}
.scale-title .word:nth-child(26) .letter:nth-child(21) {
  transition-delay: 0.3884462916s;
}
.scale-title .word:nth-child(26) .letter:nth-child(22) {
  transition-delay: 0.409121801s;
}
.scale-title .word:nth-child(26) .letter:nth-child(23) {
  transition-delay: 0.3977202938s;
}
.scale-title .word:nth-child(26) .letter:nth-child(24) {
  transition-delay: 0.5637594225s;
}
.scale-title .word:nth-child(26) .letter:nth-child(25) {
  transition-delay: 0.2563647811s;
}
.scale-title .word:nth-child(26) .letter:nth-child(26) {
  transition-delay: 0.186167511s;
}
.scale-title .word:nth-child(26) .letter:nth-child(27) {
  transition-delay: 0.3544423223s;
}
.scale-title .word:nth-child(26) .letter:nth-child(28) {
  transition-delay: 0.1064511939s;
}
.scale-title .word:nth-child(26) .letter:nth-child(29) {
  transition-delay: 0.1527494018s;
}
.scale-title .word:nth-child(26) .letter:nth-child(30) {
  transition-delay: 0.327833556s;
}
.scale-title .word:nth-child(26) .letter:nth-child(31) {
  transition-delay: 0.2408845156s;
}
.scale-title .word:nth-child(26) .letter:nth-child(32) {
  transition-delay: 0.3025676002s;
}
.scale-title .word:nth-child(26) .letter:nth-child(33) {
  transition-delay: 0.4567376091s;
}
.scale-title .word:nth-child(26) .letter:nth-child(34) {
  transition-delay: 0.1753854062s;
}
.scale-title .word:nth-child(26) .letter:nth-child(35) {
  transition-delay: 0.0743940543s;
}
.scale-title .word:nth-child(26) .letter:nth-child(36) {
  transition-delay: 0.4511677987s;
}
.scale-title .word:nth-child(26) .letter:nth-child(37) {
  transition-delay: 0.1751719483s;
}
.scale-title .word:nth-child(26) .letter:nth-child(38) {
  transition-delay: 0.5825399879s;
}
.scale-title .word:nth-child(26) .letter:nth-child(39) {
  transition-delay: 0.3580730312s;
}
.scale-title .word:nth-child(26) .letter:nth-child(40) {
  transition-delay: 0.1666273599s;
}
.scale-title .word:nth-child(26) .letter:nth-child(41) {
  transition-delay: 0.1337451914s;
}
.scale-title .word:nth-child(26) .letter:nth-child(42) {
  transition-delay: 0.2795943542s;
}
.scale-title .word:nth-child(26) .letter:nth-child(43) {
  transition-delay: 0.2383013096s;
}
.scale-title .word:nth-child(26) .letter:nth-child(44) {
  transition-delay: 0.4707292084s;
}
.scale-title .word:nth-child(26) .letter:nth-child(45) {
  transition-delay: 0.3831947665s;
}
.scale-title .word:nth-child(26) .letter:nth-child(46) {
  transition-delay: 0.3187135096s;
}
.scale-title .word:nth-child(26) .letter:nth-child(47) {
  transition-delay: 0.5060387552s;
}
.scale-title .word:nth-child(26) .letter:nth-child(48) {
  transition-delay: 0.3163966646s;
}
.scale-title .word:nth-child(26) .letter:nth-child(49) {
  transition-delay: 0.0843234721s;
}
.scale-title .word:nth-child(27) .letter:nth-child(1) {
  transition-delay: 0.087399599s;
}
.scale-title .word:nth-child(27) .letter:nth-child(2) {
  transition-delay: 0.5400892327s;
}
.scale-title .word:nth-child(27) .letter:nth-child(3) {
  transition-delay: 0.4698530779s;
}
.scale-title .word:nth-child(27) .letter:nth-child(4) {
  transition-delay: 0.3115474069s;
}
.scale-title .word:nth-child(27) .letter:nth-child(5) {
  transition-delay: 0.1805075826s;
}
.scale-title .word:nth-child(27) .letter:nth-child(6) {
  transition-delay: 0.1279806922s;
}
.scale-title .word:nth-child(27) .letter:nth-child(7) {
  transition-delay: 0.4423252205s;
}
.scale-title .word:nth-child(27) .letter:nth-child(8) {
  transition-delay: 0.5086554784s;
}
.scale-title .word:nth-child(27) .letter:nth-child(9) {
  transition-delay: 0.3464759479s;
}
.scale-title .word:nth-child(27) .letter:nth-child(10) {
  transition-delay: 0.3988226728s;
}
.scale-title .word:nth-child(27) .letter:nth-child(11) {
  transition-delay: 0.5575461365s;
}
.scale-title .word:nth-child(27) .letter:nth-child(12) {
  transition-delay: 0.4079399107s;
}
.scale-title .word:nth-child(27) .letter:nth-child(13) {
  transition-delay: 0.2049561s;
}
.scale-title .word:nth-child(27) .letter:nth-child(14) {
  transition-delay: 0.2420786886s;
}
.scale-title .word:nth-child(27) .letter:nth-child(15) {
  transition-delay: 0.3811220109s;
}
.scale-title .word:nth-child(27) .letter:nth-child(16) {
  transition-delay: 0.1007512944s;
}
.scale-title .word:nth-child(27) .letter:nth-child(17) {
  transition-delay: 0.4030738823s;
}
.scale-title .word:nth-child(27) .letter:nth-child(18) {
  transition-delay: 0.0485507978s;
}
.scale-title .word:nth-child(27) .letter:nth-child(19) {
  transition-delay: 0.3908227731s;
}
.scale-title .word:nth-child(27) .letter:nth-child(20) {
  transition-delay: 0.3881188255s;
}
.scale-title .word:nth-child(27) .letter:nth-child(21) {
  transition-delay: 0.4472981027s;
}
.scale-title .word:nth-child(27) .letter:nth-child(22) {
  transition-delay: 0.1582712046s;
}
.scale-title .word:nth-child(27) .letter:nth-child(23) {
  transition-delay: 0.0491789931s;
}
.scale-title .word:nth-child(27) .letter:nth-child(24) {
  transition-delay: 0.2763878969s;
}
.scale-title .word:nth-child(27) .letter:nth-child(25) {
  transition-delay: 0.1444283155s;
}
.scale-title .word:nth-child(27) .letter:nth-child(26) {
  transition-delay: 0.1670227581s;
}
.scale-title .word:nth-child(27) .letter:nth-child(27) {
  transition-delay: 0.0982397729s;
}
.scale-title .word:nth-child(27) .letter:nth-child(28) {
  transition-delay: 0.525765039s;
}
.scale-title .word:nth-child(27) .letter:nth-child(29) {
  transition-delay: 0.1345270321s;
}
.scale-title .word:nth-child(27) .letter:nth-child(30) {
  transition-delay: 0.4375733305s;
}
.scale-title .word:nth-child(27) .letter:nth-child(31) {
  transition-delay: 0.4495465825s;
}
.scale-title .word:nth-child(27) .letter:nth-child(32) {
  transition-delay: 0.5784923525s;
}
.scale-title .word:nth-child(27) .letter:nth-child(33) {
  transition-delay: 0.5079172628s;
}
.scale-title .word:nth-child(27) .letter:nth-child(34) {
  transition-delay: 0.2471162913s;
}
.scale-title .word:nth-child(27) .letter:nth-child(35) {
  transition-delay: 0.4511604651s;
}
.scale-title .word:nth-child(27) .letter:nth-child(36) {
  transition-delay: 0.2150208917s;
}
.scale-title .word:nth-child(27) .letter:nth-child(37) {
  transition-delay: 0.3590804124s;
}
.scale-title .word:nth-child(27) .letter:nth-child(38) {
  transition-delay: 0.3468285004s;
}
.scale-title .word:nth-child(27) .letter:nth-child(39) {
  transition-delay: 0.4609601693s;
}
.scale-title .word:nth-child(27) .letter:nth-child(40) {
  transition-delay: 0.4212809271s;
}
.scale-title .word:nth-child(27) .letter:nth-child(41) {
  transition-delay: 0.4049333143s;
}
.scale-title .word:nth-child(27) .letter:nth-child(42) {
  transition-delay: 0.2980352602s;
}
.scale-title .word:nth-child(27) .letter:nth-child(43) {
  transition-delay: 0.0006430167s;
}
.scale-title .word:nth-child(27) .letter:nth-child(44) {
  transition-delay: 0.5246774449s;
}
.scale-title .word:nth-child(27) .letter:nth-child(45) {
  transition-delay: 0.23615837s;
}
.scale-title .word:nth-child(27) .letter:nth-child(46) {
  transition-delay: 0.4168128115s;
}
.scale-title .word:nth-child(27) .letter:nth-child(47) {
  transition-delay: 0.2012903103s;
}
.scale-title .word:nth-child(27) .letter:nth-child(48) {
  transition-delay: 0.2984764016s;
}
.scale-title .word:nth-child(27) .letter:nth-child(49) {
  transition-delay: 0.2617272199s;
}
.scale-title .word:nth-child(28) .letter:nth-child(1) {
  transition-delay: 0.0627021525s;
}
.scale-title .word:nth-child(28) .letter:nth-child(2) {
  transition-delay: 0.4266213704s;
}
.scale-title .word:nth-child(28) .letter:nth-child(3) {
  transition-delay: 0.1404467736s;
}
.scale-title .word:nth-child(28) .letter:nth-child(4) {
  transition-delay: 0.0953715782s;
}
.scale-title .word:nth-child(28) .letter:nth-child(5) {
  transition-delay: 0.3235103071s;
}
.scale-title .word:nth-child(28) .letter:nth-child(6) {
  transition-delay: 0.2460739144s;
}
.scale-title .word:nth-child(28) .letter:nth-child(7) {
  transition-delay: 0.4509776168s;
}
.scale-title .word:nth-child(28) .letter:nth-child(8) {
  transition-delay: 0.2330383871s;
}
.scale-title .word:nth-child(28) .letter:nth-child(9) {
  transition-delay: 0.4523121135s;
}
.scale-title .word:nth-child(28) .letter:nth-child(10) {
  transition-delay: 0.5205109062s;
}
.scale-title .word:nth-child(28) .letter:nth-child(11) {
  transition-delay: 0.3698187568s;
}
.scale-title .word:nth-child(28) .letter:nth-child(12) {
  transition-delay: 0.4366630599s;
}
.scale-title .word:nth-child(28) .letter:nth-child(13) {
  transition-delay: 0.4199207232s;
}
.scale-title .word:nth-child(28) .letter:nth-child(14) {
  transition-delay: 0.2617090248s;
}
.scale-title .word:nth-child(28) .letter:nth-child(15) {
  transition-delay: 0.2284521548s;
}
.scale-title .word:nth-child(28) .letter:nth-child(16) {
  transition-delay: 0.4735979708s;
}
.scale-title .word:nth-child(28) .letter:nth-child(17) {
  transition-delay: 0.5451227969s;
}
.scale-title .word:nth-child(28) .letter:nth-child(18) {
  transition-delay: 0.4352366307s;
}
.scale-title .word:nth-child(28) .letter:nth-child(19) {
  transition-delay: 0.3890941947s;
}
.scale-title .word:nth-child(28) .letter:nth-child(20) {
  transition-delay: 0.3757166671s;
}
.scale-title .word:nth-child(28) .letter:nth-child(21) {
  transition-delay: 0.0328707569s;
}
.scale-title .word:nth-child(28) .letter:nth-child(22) {
  transition-delay: 0.2190969288s;
}
.scale-title .word:nth-child(28) .letter:nth-child(23) {
  transition-delay: 0.0340562221s;
}
.scale-title .word:nth-child(28) .letter:nth-child(24) {
  transition-delay: 0.4964412585s;
}
.scale-title .word:nth-child(28) .letter:nth-child(25) {
  transition-delay: 0.1937642783s;
}
.scale-title .word:nth-child(28) .letter:nth-child(26) {
  transition-delay: 0.4902541s;
}
.scale-title .word:nth-child(28) .letter:nth-child(27) {
  transition-delay: 0.2438432958s;
}
.scale-title .word:nth-child(28) .letter:nth-child(28) {
  transition-delay: 0.2606989433s;
}
.scale-title .word:nth-child(28) .letter:nth-child(29) {
  transition-delay: 0.5288910998s;
}
.scale-title .word:nth-child(28) .letter:nth-child(30) {
  transition-delay: 0.2974451614s;
}
.scale-title .word:nth-child(28) .letter:nth-child(31) {
  transition-delay: 0.5189866653s;
}
.scale-title .word:nth-child(28) .letter:nth-child(32) {
  transition-delay: 0.1516732029s;
}
.scale-title .word:nth-child(28) .letter:nth-child(33) {
  transition-delay: 0.510565311s;
}
.scale-title .word:nth-child(28) .letter:nth-child(34) {
  transition-delay: 0.2654196954s;
}
.scale-title .word:nth-child(28) .letter:nth-child(35) {
  transition-delay: 0.3083799362s;
}
.scale-title .word:nth-child(28) .letter:nth-child(36) {
  transition-delay: 0.3386056486s;
}
.scale-title .word:nth-child(28) .letter:nth-child(37) {
  transition-delay: 0.1074764279s;
}
.scale-title .word:nth-child(28) .letter:nth-child(38) {
  transition-delay: 0.357777834s;
}
.scale-title .word:nth-child(28) .letter:nth-child(39) {
  transition-delay: 0.2567529442s;
}
.scale-title .word:nth-child(28) .letter:nth-child(40) {
  transition-delay: 0.3277434139s;
}
.scale-title .word:nth-child(28) .letter:nth-child(41) {
  transition-delay: 0.0532465047s;
}
.scale-title .word:nth-child(28) .letter:nth-child(42) {
  transition-delay: 0.3227704107s;
}
.scale-title .word:nth-child(28) .letter:nth-child(43) {
  transition-delay: 0.3969799676s;
}
.scale-title .word:nth-child(28) .letter:nth-child(44) {
  transition-delay: 0.459357889s;
}
.scale-title .word:nth-child(28) .letter:nth-child(45) {
  transition-delay: 0.4935864838s;
}
.scale-title .word:nth-child(28) .letter:nth-child(46) {
  transition-delay: 0.5016192234s;
}
.scale-title .word:nth-child(28) .letter:nth-child(47) {
  transition-delay: 0.075064428s;
}
.scale-title .word:nth-child(28) .letter:nth-child(48) {
  transition-delay: 0.4977013974s;
}
.scale-title .word:nth-child(28) .letter:nth-child(49) {
  transition-delay: 0.2882142264s;
}
.scale-title .word:nth-child(29) .letter:nth-child(1) {
  transition-delay: 0.0468294854s;
}
.scale-title .word:nth-child(29) .letter:nth-child(2) {
  transition-delay: 0.5553880633s;
}
.scale-title .word:nth-child(29) .letter:nth-child(3) {
  transition-delay: 0.4054960719s;
}
.scale-title .word:nth-child(29) .letter:nth-child(4) {
  transition-delay: 0.3616732092s;
}
.scale-title .word:nth-child(29) .letter:nth-child(5) {
  transition-delay: 0.4092833382s;
}
.scale-title .word:nth-child(29) .letter:nth-child(6) {
  transition-delay: 0.5389996388s;
}
.scale-title .word:nth-child(29) .letter:nth-child(7) {
  transition-delay: 0.5684869754s;
}
.scale-title .word:nth-child(29) .letter:nth-child(8) {
  transition-delay: 0.3844852192s;
}
.scale-title .word:nth-child(29) .letter:nth-child(9) {
  transition-delay: 0.3863131056s;
}
.scale-title .word:nth-child(29) .letter:nth-child(10) {
  transition-delay: 0.2813378889s;
}
.scale-title .word:nth-child(29) .letter:nth-child(11) {
  transition-delay: 0.4662795829s;
}
.scale-title .word:nth-child(29) .letter:nth-child(12) {
  transition-delay: 0.2853003239s;
}
.scale-title .word:nth-child(29) .letter:nth-child(13) {
  transition-delay: 0.4779127452s;
}
.scale-title .word:nth-child(29) .letter:nth-child(14) {
  transition-delay: 0.2134793044s;
}
.scale-title .word:nth-child(29) .letter:nth-child(15) {
  transition-delay: 0.2291974188s;
}
.scale-title .word:nth-child(29) .letter:nth-child(16) {
  transition-delay: 0.4793815437s;
}
.scale-title .word:nth-child(29) .letter:nth-child(17) {
  transition-delay: 0.5183726743s;
}
.scale-title .word:nth-child(29) .letter:nth-child(18) {
  transition-delay: 0.4393268384s;
}
.scale-title .word:nth-child(29) .letter:nth-child(19) {
  transition-delay: 0.4465612854s;
}
.scale-title .word:nth-child(29) .letter:nth-child(20) {
  transition-delay: 0.4882325636s;
}
.scale-title .word:nth-child(29) .letter:nth-child(21) {
  transition-delay: 0.4722386363s;
}
.scale-title .word:nth-child(29) .letter:nth-child(22) {
  transition-delay: 0.5342589114s;
}
.scale-title .word:nth-child(29) .letter:nth-child(23) {
  transition-delay: 0.1247373142s;
}
.scale-title .word:nth-child(29) .letter:nth-child(24) {
  transition-delay: 0.5803409035s;
}
.scale-title .word:nth-child(29) .letter:nth-child(25) {
  transition-delay: 0.2657478716s;
}
.scale-title .word:nth-child(29) .letter:nth-child(26) {
  transition-delay: 0.5981842292s;
}
.scale-title .word:nth-child(29) .letter:nth-child(27) {
  transition-delay: 0.5177016572s;
}
.scale-title .word:nth-child(29) .letter:nth-child(28) {
  transition-delay: 0.3474048728s;
}
.scale-title .word:nth-child(29) .letter:nth-child(29) {
  transition-delay: 0.386138518s;
}
.scale-title .word:nth-child(29) .letter:nth-child(30) {
  transition-delay: 0.1263192431s;
}
.scale-title .word:nth-child(29) .letter:nth-child(31) {
  transition-delay: 0.4862089736s;
}
.scale-title .word:nth-child(29) .letter:nth-child(32) {
  transition-delay: 0.521743604s;
}
.scale-title .word:nth-child(29) .letter:nth-child(33) {
  transition-delay: 0.2393157035s;
}
.scale-title .word:nth-child(29) .letter:nth-child(34) {
  transition-delay: 0.0175507844s;
}
.scale-title .word:nth-child(29) .letter:nth-child(35) {
  transition-delay: 0.0368572125s;
}
.scale-title .word:nth-child(29) .letter:nth-child(36) {
  transition-delay: 0.3242096466s;
}
.scale-title .word:nth-child(29) .letter:nth-child(37) {
  transition-delay: 0.2022650618s;
}
.scale-title .word:nth-child(29) .letter:nth-child(38) {
  transition-delay: 0.0764265304s;
}
.scale-title .word:nth-child(29) .letter:nth-child(39) {
  transition-delay: 0.0950915278s;
}
.scale-title .word:nth-child(29) .letter:nth-child(40) {
  transition-delay: 0.5148390705s;
}
.scale-title .word:nth-child(29) .letter:nth-child(41) {
  transition-delay: 0.3324871165s;
}
.scale-title .word:nth-child(29) .letter:nth-child(42) {
  transition-delay: 0.2657208079s;
}
.scale-title .word:nth-child(29) .letter:nth-child(43) {
  transition-delay: 0.4320529405s;
}
.scale-title .word:nth-child(29) .letter:nth-child(44) {
  transition-delay: 0.2168144442s;
}
.scale-title .word:nth-child(29) .letter:nth-child(45) {
  transition-delay: 0.1324208563s;
}
.scale-title .word:nth-child(29) .letter:nth-child(46) {
  transition-delay: 0.4249733968s;
}
.scale-title .word:nth-child(29) .letter:nth-child(47) {
  transition-delay: 0.1852248561s;
}
.scale-title .word:nth-child(29) .letter:nth-child(48) {
  transition-delay: 0.042444888s;
}
.scale-title .word:nth-child(29) .letter:nth-child(49) {
  transition-delay: 0.3307830974s;
}
.scale-title .word:nth-child(30) .letter:nth-child(1) {
  transition-delay: 0.4895138554s;
}
.scale-title .word:nth-child(30) .letter:nth-child(2) {
  transition-delay: 0.5928272889s;
}
.scale-title .word:nth-child(30) .letter:nth-child(3) {
  transition-delay: 0.2237103554s;
}
.scale-title .word:nth-child(30) .letter:nth-child(4) {
  transition-delay: 0.4812153699s;
}
.scale-title .word:nth-child(30) .letter:nth-child(5) {
  transition-delay: 0.3189530465s;
}
.scale-title .word:nth-child(30) .letter:nth-child(6) {
  transition-delay: 0.4862020006s;
}
.scale-title .word:nth-child(30) .letter:nth-child(7) {
  transition-delay: 0.3303933538s;
}
.scale-title .word:nth-child(30) .letter:nth-child(8) {
  transition-delay: 0.1144855125s;
}
.scale-title .word:nth-child(30) .letter:nth-child(9) {
  transition-delay: 0.4081392489s;
}
.scale-title .word:nth-child(30) .letter:nth-child(10) {
  transition-delay: 0.471654322s;
}
.scale-title .word:nth-child(30) .letter:nth-child(11) {
  transition-delay: 0.2214459152s;
}
.scale-title .word:nth-child(30) .letter:nth-child(12) {
  transition-delay: 0.4281287467s;
}
.scale-title .word:nth-child(30) .letter:nth-child(13) {
  transition-delay: 0.3699972753s;
}
.scale-title .word:nth-child(30) .letter:nth-child(14) {
  transition-delay: 0.3045798389s;
}
.scale-title .word:nth-child(30) .letter:nth-child(15) {
  transition-delay: 0.0390049682s;
}
.scale-title .word:nth-child(30) .letter:nth-child(16) {
  transition-delay: 0.488803969s;
}
.scale-title .word:nth-child(30) .letter:nth-child(17) {
  transition-delay: 0.2724451703s;
}
.scale-title .word:nth-child(30) .letter:nth-child(18) {
  transition-delay: 0.1070234059s;
}
.scale-title .word:nth-child(30) .letter:nth-child(19) {
  transition-delay: 0.5110661039s;
}
.scale-title .word:nth-child(30) .letter:nth-child(20) {
  transition-delay: 0.1423457477s;
}
.scale-title .word:nth-child(30) .letter:nth-child(21) {
  transition-delay: 0.3194501713s;
}
.scale-title .word:nth-child(30) .letter:nth-child(22) {
  transition-delay: 0.0157624482s;
}
.scale-title .word:nth-child(30) .letter:nth-child(23) {
  transition-delay: 0.294947978s;
}
.scale-title .word:nth-child(30) .letter:nth-child(24) {
  transition-delay: 0.4791736453s;
}
.scale-title .word:nth-child(30) .letter:nth-child(25) {
  transition-delay: 0.2580646781s;
}
.scale-title .word:nth-child(30) .letter:nth-child(26) {
  transition-delay: 0.1910257888s;
}
.scale-title .word:nth-child(30) .letter:nth-child(27) {
  transition-delay: 0.0495514074s;
}
.scale-title .word:nth-child(30) .letter:nth-child(28) {
  transition-delay: 0.3746888855s;
}
.scale-title .word:nth-child(30) .letter:nth-child(29) {
  transition-delay: 0.1918614951s;
}
.scale-title .word:nth-child(30) .letter:nth-child(30) {
  transition-delay: 0.2418939185s;
}
.scale-title .word:nth-child(30) .letter:nth-child(31) {
  transition-delay: 0.1982607314s;
}
.scale-title .word:nth-child(30) .letter:nth-child(32) {
  transition-delay: 0.0593967983s;
}
.scale-title .word:nth-child(30) .letter:nth-child(33) {
  transition-delay: 0.2945349089s;
}
.scale-title .word:nth-child(30) .letter:nth-child(34) {
  transition-delay: 0.223704235s;
}
.scale-title .word:nth-child(30) .letter:nth-child(35) {
  transition-delay: 0.424907611s;
}
.scale-title .word:nth-child(30) .letter:nth-child(36) {
  transition-delay: 0.1910881207s;
}
.scale-title .word:nth-child(30) .letter:nth-child(37) {
  transition-delay: 0.4701469749s;
}
.scale-title .word:nth-child(30) .letter:nth-child(38) {
  transition-delay: 0.4183366225s;
}
.scale-title .word:nth-child(30) .letter:nth-child(39) {
  transition-delay: 0.1682499233s;
}
.scale-title .word:nth-child(30) .letter:nth-child(40) {
  transition-delay: 0.1819042538s;
}
.scale-title .word:nth-child(30) .letter:nth-child(41) {
  transition-delay: 0.5210447132s;
}
.scale-title .word:nth-child(30) .letter:nth-child(42) {
  transition-delay: 0.5388524286s;
}
.scale-title .word:nth-child(30) .letter:nth-child(43) {
  transition-delay: 0.4179908823s;
}
.scale-title .word:nth-child(30) .letter:nth-child(44) {
  transition-delay: 0.3942538374s;
}
.scale-title .word:nth-child(30) .letter:nth-child(45) {
  transition-delay: 0.0713029632s;
}
.scale-title .word:nth-child(30) .letter:nth-child(46) {
  transition-delay: 0.2274693749s;
}
.scale-title .word:nth-child(30) .letter:nth-child(47) {
  transition-delay: 0.1872073718s;
}
.scale-title .word:nth-child(30) .letter:nth-child(48) {
  transition-delay: 0.442576013s;
}
.scale-title .word:nth-child(30) .letter:nth-child(49) {
  transition-delay: 0.5315876732s;
}
.scale-title .word:nth-child(31) .letter:nth-child(1) {
  transition-delay: 0.0354127753s;
}
.scale-title .word:nth-child(31) .letter:nth-child(2) {
  transition-delay: 0.0394895388s;
}
.scale-title .word:nth-child(31) .letter:nth-child(3) {
  transition-delay: 0.1660001505s;
}
.scale-title .word:nth-child(31) .letter:nth-child(4) {
  transition-delay: 0.0112750241s;
}
.scale-title .word:nth-child(31) .letter:nth-child(5) {
  transition-delay: 0.2334424385s;
}
.scale-title .word:nth-child(31) .letter:nth-child(6) {
  transition-delay: 0.370673189s;
}
.scale-title .word:nth-child(31) .letter:nth-child(7) {
  transition-delay: 0.2324425803s;
}
.scale-title .word:nth-child(31) .letter:nth-child(8) {
  transition-delay: 0.4862688153s;
}
.scale-title .word:nth-child(31) .letter:nth-child(9) {
  transition-delay: 0.5761525705s;
}
.scale-title .word:nth-child(31) .letter:nth-child(10) {
  transition-delay: 0.3912512404s;
}
.scale-title .word:nth-child(31) .letter:nth-child(11) {
  transition-delay: 0.3504182228s;
}
.scale-title .word:nth-child(31) .letter:nth-child(12) {
  transition-delay: 0.1246069572s;
}
.scale-title .word:nth-child(31) .letter:nth-child(13) {
  transition-delay: 0.0652692179s;
}
.scale-title .word:nth-child(31) .letter:nth-child(14) {
  transition-delay: 0.2856477183s;
}
.scale-title .word:nth-child(31) .letter:nth-child(15) {
  transition-delay: 0.1954892804s;
}
.scale-title .word:nth-child(31) .letter:nth-child(16) {
  transition-delay: 0.5238587621s;
}
.scale-title .word:nth-child(31) .letter:nth-child(17) {
  transition-delay: 0.5307031639s;
}
.scale-title .word:nth-child(31) .letter:nth-child(18) {
  transition-delay: 0.3190185851s;
}
.scale-title .word:nth-child(31) .letter:nth-child(19) {
  transition-delay: 0.2965958957s;
}
.scale-title .word:nth-child(31) .letter:nth-child(20) {
  transition-delay: 0.1334706792s;
}
.scale-title .word:nth-child(31) .letter:nth-child(21) {
  transition-delay: 0.1015265607s;
}
.scale-title .word:nth-child(31) .letter:nth-child(22) {
  transition-delay: 0.5421211523s;
}
.scale-title .word:nth-child(31) .letter:nth-child(23) {
  transition-delay: 0.5791262331s;
}
.scale-title .word:nth-child(31) .letter:nth-child(24) {
  transition-delay: 0.4474983838s;
}
.scale-title .word:nth-child(31) .letter:nth-child(25) {
  transition-delay: 0.0515138364s;
}
.scale-title .word:nth-child(31) .letter:nth-child(26) {
  transition-delay: 0.589829615s;
}
.scale-title .word:nth-child(31) .letter:nth-child(27) {
  transition-delay: 0.0949137812s;
}
.scale-title .word:nth-child(31) .letter:nth-child(28) {
  transition-delay: 0.4042101009s;
}
.scale-title .word:nth-child(31) .letter:nth-child(29) {
  transition-delay: 0.3070462634s;
}
.scale-title .word:nth-child(31) .letter:nth-child(30) {
  transition-delay: 0.5574328591s;
}
.scale-title .word:nth-child(31) .letter:nth-child(31) {
  transition-delay: 0.0300010642s;
}
.scale-title .word:nth-child(31) .letter:nth-child(32) {
  transition-delay: 0.4786049645s;
}
.scale-title .word:nth-child(31) .letter:nth-child(33) {
  transition-delay: 0.4252779381s;
}
.scale-title .word:nth-child(31) .letter:nth-child(34) {
  transition-delay: 0.2161710388s;
}
.scale-title .word:nth-child(31) .letter:nth-child(35) {
  transition-delay: 0.3348447989s;
}
.scale-title .word:nth-child(31) .letter:nth-child(36) {
  transition-delay: 0.1572766937s;
}
.scale-title .word:nth-child(31) .letter:nth-child(37) {
  transition-delay: 0.1790759408s;
}
.scale-title .word:nth-child(31) .letter:nth-child(38) {
  transition-delay: 0.5525327478s;
}
.scale-title .word:nth-child(31) .letter:nth-child(39) {
  transition-delay: 0.1247902107s;
}
.scale-title .word:nth-child(31) .letter:nth-child(40) {
  transition-delay: 0.0309912597s;
}
.scale-title .word:nth-child(31) .letter:nth-child(41) {
  transition-delay: 0.1782539073s;
}
.scale-title .word:nth-child(31) .letter:nth-child(42) {
  transition-delay: 0.5884018114s;
}
.scale-title .word:nth-child(31) .letter:nth-child(43) {
  transition-delay: 0.3012033423s;
}
.scale-title .word:nth-child(31) .letter:nth-child(44) {
  transition-delay: 0.3480497468s;
}
.scale-title .word:nth-child(31) .letter:nth-child(45) {
  transition-delay: 0.4327702521s;
}
.scale-title .word:nth-child(31) .letter:nth-child(46) {
  transition-delay: 0.4321708355s;
}
.scale-title .word:nth-child(31) .letter:nth-child(47) {
  transition-delay: 0.4923271616s;
}
.scale-title .word:nth-child(31) .letter:nth-child(48) {
  transition-delay: 0.1873453885s;
}
.scale-title .word:nth-child(31) .letter:nth-child(49) {
  transition-delay: 0.2291765594s;
}
.scale-title .word:nth-child(32) .letter:nth-child(1) {
  transition-delay: 0.5435939058s;
}
.scale-title .word:nth-child(32) .letter:nth-child(2) {
  transition-delay: 0.3370716686s;
}
.scale-title .word:nth-child(32) .letter:nth-child(3) {
  transition-delay: 0.0640362926s;
}
.scale-title .word:nth-child(32) .letter:nth-child(4) {
  transition-delay: 0.1732378279s;
}
.scale-title .word:nth-child(32) .letter:nth-child(5) {
  transition-delay: 0.060643812s;
}
.scale-title .word:nth-child(32) .letter:nth-child(6) {
  transition-delay: 0.15594985s;
}
.scale-title .word:nth-child(32) .letter:nth-child(7) {
  transition-delay: 0.3119081814s;
}
.scale-title .word:nth-child(32) .letter:nth-child(8) {
  transition-delay: 0.2682096558s;
}
.scale-title .word:nth-child(32) .letter:nth-child(9) {
  transition-delay: 0.3008281806s;
}
.scale-title .word:nth-child(32) .letter:nth-child(10) {
  transition-delay: 0.58346873s;
}
.scale-title .word:nth-child(32) .letter:nth-child(11) {
  transition-delay: 0.1642725012s;
}
.scale-title .word:nth-child(32) .letter:nth-child(12) {
  transition-delay: 0.2371883743s;
}
.scale-title .word:nth-child(32) .letter:nth-child(13) {
  transition-delay: 0.4307487891s;
}
.scale-title .word:nth-child(32) .letter:nth-child(14) {
  transition-delay: 0.0137882457s;
}
.scale-title .word:nth-child(32) .letter:nth-child(15) {
  transition-delay: 0.1741300639s;
}
.scale-title .word:nth-child(32) .letter:nth-child(16) {
  transition-delay: 0.5310626695s;
}
.scale-title .word:nth-child(32) .letter:nth-child(17) {
  transition-delay: 0.0135001794s;
}
.scale-title .word:nth-child(32) .letter:nth-child(18) {
  transition-delay: 0.5138965126s;
}
.scale-title .word:nth-child(32) .letter:nth-child(19) {
  transition-delay: 0.1199535709s;
}
.scale-title .word:nth-child(32) .letter:nth-child(20) {
  transition-delay: 0.5620441445s;
}
.scale-title .word:nth-child(32) .letter:nth-child(21) {
  transition-delay: 0.4487968713s;
}
.scale-title .word:nth-child(32) .letter:nth-child(22) {
  transition-delay: 0.2242725762s;
}
.scale-title .word:nth-child(32) .letter:nth-child(23) {
  transition-delay: 0.428523837s;
}
.scale-title .word:nth-child(32) .letter:nth-child(24) {
  transition-delay: 0.4175276398s;
}
.scale-title .word:nth-child(32) .letter:nth-child(25) {
  transition-delay: 0.0186117045s;
}
.scale-title .word:nth-child(32) .letter:nth-child(26) {
  transition-delay: 0.0116024039s;
}
.scale-title .word:nth-child(32) .letter:nth-child(27) {
  transition-delay: 0.3447322878s;
}
.scale-title .word:nth-child(32) .letter:nth-child(28) {
  transition-delay: 0.3030595943s;
}
.scale-title .word:nth-child(32) .letter:nth-child(29) {
  transition-delay: 0.5212596593s;
}
.scale-title .word:nth-child(32) .letter:nth-child(30) {
  transition-delay: 0.0494974305s;
}
.scale-title .word:nth-child(32) .letter:nth-child(31) {
  transition-delay: 0.4409589386s;
}
.scale-title .word:nth-child(32) .letter:nth-child(32) {
  transition-delay: 0.2182238849s;
}
.scale-title .word:nth-child(32) .letter:nth-child(33) {
  transition-delay: 0.30330756s;
}
.scale-title .word:nth-child(32) .letter:nth-child(34) {
  transition-delay: 0.2910510313s;
}
.scale-title .word:nth-child(32) .letter:nth-child(35) {
  transition-delay: 0.1646232555s;
}
.scale-title .word:nth-child(32) .letter:nth-child(36) {
  transition-delay: 0.017333504s;
}
.scale-title .word:nth-child(32) .letter:nth-child(37) {
  transition-delay: 0.3420623636s;
}
.scale-title .word:nth-child(32) .letter:nth-child(38) {
  transition-delay: 0.3305366347s;
}
.scale-title .word:nth-child(32) .letter:nth-child(39) {
  transition-delay: 0.4362241886s;
}
.scale-title .word:nth-child(32) .letter:nth-child(40) {
  transition-delay: 0.4178186135s;
}
.scale-title .word:nth-child(32) .letter:nth-child(41) {
  transition-delay: 0.5211244831s;
}
.scale-title .word:nth-child(32) .letter:nth-child(42) {
  transition-delay: 0.1292699009s;
}
.scale-title .word:nth-child(32) .letter:nth-child(43) {
  transition-delay: 0.0473696822s;
}
.scale-title .word:nth-child(32) .letter:nth-child(44) {
  transition-delay: 0.2315391232s;
}
.scale-title .word:nth-child(32) .letter:nth-child(45) {
  transition-delay: 0.1189866709s;
}
.scale-title .word:nth-child(32) .letter:nth-child(46) {
  transition-delay: 0.4564208998s;
}
.scale-title .word:nth-child(32) .letter:nth-child(47) {
  transition-delay: 0.5668408758s;
}
.scale-title .word:nth-child(32) .letter:nth-child(48) {
  transition-delay: 0.4677948621s;
}
.scale-title .word:nth-child(32) .letter:nth-child(49) {
  transition-delay: 0.1006668147s;
}
.scale-title .word:nth-child(33) .letter:nth-child(1) {
  transition-delay: 0.3701516462s;
}
.scale-title .word:nth-child(33) .letter:nth-child(2) {
  transition-delay: 0.2329017126s;
}
.scale-title .word:nth-child(33) .letter:nth-child(3) {
  transition-delay: 0.5738403604s;
}
.scale-title .word:nth-child(33) .letter:nth-child(4) {
  transition-delay: 0.2708954573s;
}
.scale-title .word:nth-child(33) .letter:nth-child(5) {
  transition-delay: 0.5765377524s;
}
.scale-title .word:nth-child(33) .letter:nth-child(6) {
  transition-delay: 0.1725300685s;
}
.scale-title .word:nth-child(33) .letter:nth-child(7) {
  transition-delay: 0.2137347318s;
}
.scale-title .word:nth-child(33) .letter:nth-child(8) {
  transition-delay: 0.5560506847s;
}
.scale-title .word:nth-child(33) .letter:nth-child(9) {
  transition-delay: 0.4791606884s;
}
.scale-title .word:nth-child(33) .letter:nth-child(10) {
  transition-delay: 0.4708878051s;
}
.scale-title .word:nth-child(33) .letter:nth-child(11) {
  transition-delay: 0.1088352805s;
}
.scale-title .word:nth-child(33) .letter:nth-child(12) {
  transition-delay: 0.4426076778s;
}
.scale-title .word:nth-child(33) .letter:nth-child(13) {
  transition-delay: 0.0601955131s;
}
.scale-title .word:nth-child(33) .letter:nth-child(14) {
  transition-delay: 0.0532650144s;
}
.scale-title .word:nth-child(33) .letter:nth-child(15) {
  transition-delay: 0.045786369s;
}
.scale-title .word:nth-child(33) .letter:nth-child(16) {
  transition-delay: 0.258664163s;
}
.scale-title .word:nth-child(33) .letter:nth-child(17) {
  transition-delay: 0.1937572111s;
}
.scale-title .word:nth-child(33) .letter:nth-child(18) {
  transition-delay: 0.4592352419s;
}
.scale-title .word:nth-child(33) .letter:nth-child(19) {
  transition-delay: 0.2818612393s;
}
.scale-title .word:nth-child(33) .letter:nth-child(20) {
  transition-delay: 0.3561673786s;
}
.scale-title .word:nth-child(33) .letter:nth-child(21) {
  transition-delay: 0.4565058944s;
}
.scale-title .word:nth-child(33) .letter:nth-child(22) {
  transition-delay: 0.364103751s;
}
.scale-title .word:nth-child(33) .letter:nth-child(23) {
  transition-delay: 0.3829634459s;
}
.scale-title .word:nth-child(33) .letter:nth-child(24) {
  transition-delay: 0.4700158724s;
}
.scale-title .word:nth-child(33) .letter:nth-child(25) {
  transition-delay: 0.1698706125s;
}
.scale-title .word:nth-child(33) .letter:nth-child(26) {
  transition-delay: 0.2381521016s;
}
.scale-title .word:nth-child(33) .letter:nth-child(27) {
  transition-delay: 0.1819332971s;
}
.scale-title .word:nth-child(33) .letter:nth-child(28) {
  transition-delay: 0.3342233145s;
}
.scale-title .word:nth-child(33) .letter:nth-child(29) {
  transition-delay: 0.3222462849s;
}
.scale-title .word:nth-child(33) .letter:nth-child(30) {
  transition-delay: 0.4919143677s;
}
.scale-title .word:nth-child(33) .letter:nth-child(31) {
  transition-delay: 0.1470011906s;
}
.scale-title .word:nth-child(33) .letter:nth-child(32) {
  transition-delay: 0.5738535408s;
}
.scale-title .word:nth-child(33) .letter:nth-child(33) {
  transition-delay: 0.2919118473s;
}
.scale-title .word:nth-child(33) .letter:nth-child(34) {
  transition-delay: 0.3353667296s;
}
.scale-title .word:nth-child(33) .letter:nth-child(35) {
  transition-delay: 0.2050984962s;
}
.scale-title .word:nth-child(33) .letter:nth-child(36) {
  transition-delay: 0.5246703971s;
}
.scale-title .word:nth-child(33) .letter:nth-child(37) {
  transition-delay: 0.5888065785s;
}
.scale-title .word:nth-child(33) .letter:nth-child(38) {
  transition-delay: 0.020078037s;
}
.scale-title .word:nth-child(33) .letter:nth-child(39) {
  transition-delay: 0.4386327201s;
}
.scale-title .word:nth-child(33) .letter:nth-child(40) {
  transition-delay: 0.2237932509s;
}
.scale-title .word:nth-child(33) .letter:nth-child(41) {
  transition-delay: 0.5956971258s;
}
.scale-title .word:nth-child(33) .letter:nth-child(42) {
  transition-delay: 0.3845957406s;
}
.scale-title .word:nth-child(33) .letter:nth-child(43) {
  transition-delay: 0.4313564317s;
}
.scale-title .word:nth-child(33) .letter:nth-child(44) {
  transition-delay: 0.5907586429s;
}
.scale-title .word:nth-child(33) .letter:nth-child(45) {
  transition-delay: 0.171997474s;
}
.scale-title .word:nth-child(33) .letter:nth-child(46) {
  transition-delay: 0.364807335s;
}
.scale-title .word:nth-child(33) .letter:nth-child(47) {
  transition-delay: 0.550837574s;
}
.scale-title .word:nth-child(33) .letter:nth-child(48) {
  transition-delay: 0.4291025293s;
}
.scale-title .word:nth-child(33) .letter:nth-child(49) {
  transition-delay: 0.4943953642s;
}
.scale-title .word:nth-child(34) .letter:nth-child(1) {
  transition-delay: 0.4072057316s;
}
.scale-title .word:nth-child(34) .letter:nth-child(2) {
  transition-delay: 0.385338003s;
}
.scale-title .word:nth-child(34) .letter:nth-child(3) {
  transition-delay: 0.3888518181s;
}
.scale-title .word:nth-child(34) .letter:nth-child(4) {
  transition-delay: 0.0509057184s;
}
.scale-title .word:nth-child(34) .letter:nth-child(5) {
  transition-delay: 0.3446306986s;
}
.scale-title .word:nth-child(34) .letter:nth-child(6) {
  transition-delay: 0.0245100195s;
}
.scale-title .word:nth-child(34) .letter:nth-child(7) {
  transition-delay: 0.5522758945s;
}
.scale-title .word:nth-child(34) .letter:nth-child(8) {
  transition-delay: 0.3696976384s;
}
.scale-title .word:nth-child(34) .letter:nth-child(9) {
  transition-delay: 0.2934022379s;
}
.scale-title .word:nth-child(34) .letter:nth-child(10) {
  transition-delay: 0.0819089588s;
}
.scale-title .word:nth-child(34) .letter:nth-child(11) {
  transition-delay: 0.2438587925s;
}
.scale-title .word:nth-child(34) .letter:nth-child(12) {
  transition-delay: 0.311007042s;
}
.scale-title .word:nth-child(34) .letter:nth-child(13) {
  transition-delay: 0.5890091627s;
}
.scale-title .word:nth-child(34) .letter:nth-child(14) {
  transition-delay: 0.284049867s;
}
.scale-title .word:nth-child(34) .letter:nth-child(15) {
  transition-delay: 0.0628513532s;
}
.scale-title .word:nth-child(34) .letter:nth-child(16) {
  transition-delay: 0.2050137373s;
}
.scale-title .word:nth-child(34) .letter:nth-child(17) {
  transition-delay: 0.3079782428s;
}
.scale-title .word:nth-child(34) .letter:nth-child(18) {
  transition-delay: 0.3119781906s;
}
.scale-title .word:nth-child(34) .letter:nth-child(19) {
  transition-delay: 0.5305158985s;
}
.scale-title .word:nth-child(34) .letter:nth-child(20) {
  transition-delay: 0.5434323989s;
}
.scale-title .word:nth-child(34) .letter:nth-child(21) {
  transition-delay: 0.5522746635s;
}
.scale-title .word:nth-child(34) .letter:nth-child(22) {
  transition-delay: 0.1130171109s;
}
.scale-title .word:nth-child(34) .letter:nth-child(23) {
  transition-delay: 0.4068115384s;
}
.scale-title .word:nth-child(34) .letter:nth-child(24) {
  transition-delay: 0.0140541107s;
}
.scale-title .word:nth-child(34) .letter:nth-child(25) {
  transition-delay: 0.4199464688s;
}
.scale-title .word:nth-child(34) .letter:nth-child(26) {
  transition-delay: 0.1932165464s;
}
.scale-title .word:nth-child(34) .letter:nth-child(27) {
  transition-delay: 0.0830164918s;
}
.scale-title .word:nth-child(34) .letter:nth-child(28) {
  transition-delay: 0.4561330732s;
}
.scale-title .word:nth-child(34) .letter:nth-child(29) {
  transition-delay: 0.4902781386s;
}
.scale-title .word:nth-child(34) .letter:nth-child(30) {
  transition-delay: 0.0345322378s;
}
.scale-title .word:nth-child(34) .letter:nth-child(31) {
  transition-delay: 0.4916513642s;
}
.scale-title .word:nth-child(34) .letter:nth-child(32) {
  transition-delay: 0.1923095198s;
}
.scale-title .word:nth-child(34) .letter:nth-child(33) {
  transition-delay: 0.004180757s;
}
.scale-title .word:nth-child(34) .letter:nth-child(34) {
  transition-delay: 0.3972026614s;
}
.scale-title .word:nth-child(34) .letter:nth-child(35) {
  transition-delay: 0.031520866s;
}
.scale-title .word:nth-child(34) .letter:nth-child(36) {
  transition-delay: 0.1000112265s;
}
.scale-title .word:nth-child(34) .letter:nth-child(37) {
  transition-delay: 0.5104966709s;
}
.scale-title .word:nth-child(34) .letter:nth-child(38) {
  transition-delay: 0.5646762516s;
}
.scale-title .word:nth-child(34) .letter:nth-child(39) {
  transition-delay: 0.0140249976s;
}
.scale-title .word:nth-child(34) .letter:nth-child(40) {
  transition-delay: 0.0000078208s;
}
.scale-title .word:nth-child(34) .letter:nth-child(41) {
  transition-delay: 0.2642222676s;
}
.scale-title .word:nth-child(34) .letter:nth-child(42) {
  transition-delay: 0.3165277049s;
}
.scale-title .word:nth-child(34) .letter:nth-child(43) {
  transition-delay: 0.0559893772s;
}
.scale-title .word:nth-child(34) .letter:nth-child(44) {
  transition-delay: 0.2269503786s;
}
.scale-title .word:nth-child(34) .letter:nth-child(45) {
  transition-delay: 0.1039646085s;
}
.scale-title .word:nth-child(34) .letter:nth-child(46) {
  transition-delay: 0.5888014543s;
}
.scale-title .word:nth-child(34) .letter:nth-child(47) {
  transition-delay: 0.2142965573s;
}
.scale-title .word:nth-child(34) .letter:nth-child(48) {
  transition-delay: 0.0656844101s;
}
.scale-title .word:nth-child(34) .letter:nth-child(49) {
  transition-delay: 0.575762844s;
}
.scale-title .word:nth-child(35) .letter:nth-child(1) {
  transition-delay: 0.5577430442s;
}
.scale-title .word:nth-child(35) .letter:nth-child(2) {
  transition-delay: 0.2267784642s;
}
.scale-title .word:nth-child(35) .letter:nth-child(3) {
  transition-delay: 0.5891445695s;
}
.scale-title .word:nth-child(35) .letter:nth-child(4) {
  transition-delay: 0.0876915161s;
}
.scale-title .word:nth-child(35) .letter:nth-child(5) {
  transition-delay: 0.2608022711s;
}
.scale-title .word:nth-child(35) .letter:nth-child(6) {
  transition-delay: 0.4919066055s;
}
.scale-title .word:nth-child(35) .letter:nth-child(7) {
  transition-delay: 0.3433229484s;
}
.scale-title .word:nth-child(35) .letter:nth-child(8) {
  transition-delay: 0.2868892848s;
}
.scale-title .word:nth-child(35) .letter:nth-child(9) {
  transition-delay: 0.5724767871s;
}
.scale-title .word:nth-child(35) .letter:nth-child(10) {
  transition-delay: 0.133990193s;
}
.scale-title .word:nth-child(35) .letter:nth-child(11) {
  transition-delay: 0.4296168015s;
}
.scale-title .word:nth-child(35) .letter:nth-child(12) {
  transition-delay: 0.505518423s;
}
.scale-title .word:nth-child(35) .letter:nth-child(13) {
  transition-delay: 0.0802501108s;
}
.scale-title .word:nth-child(35) .letter:nth-child(14) {
  transition-delay: 0.2755082564s;
}
.scale-title .word:nth-child(35) .letter:nth-child(15) {
  transition-delay: 0.3202366687s;
}
.scale-title .word:nth-child(35) .letter:nth-child(16) {
  transition-delay: 0.2875796587s;
}
.scale-title .word:nth-child(35) .letter:nth-child(17) {
  transition-delay: 0.4883466745s;
}
.scale-title .word:nth-child(35) .letter:nth-child(18) {
  transition-delay: 0.5220236135s;
}
.scale-title .word:nth-child(35) .letter:nth-child(19) {
  transition-delay: 0.2213674156s;
}
.scale-title .word:nth-child(35) .letter:nth-child(20) {
  transition-delay: 0.3335144216s;
}
.scale-title .word:nth-child(35) .letter:nth-child(21) {
  transition-delay: 0.286397678s;
}
.scale-title .word:nth-child(35) .letter:nth-child(22) {
  transition-delay: 0.2118607663s;
}
.scale-title .word:nth-child(35) .letter:nth-child(23) {
  transition-delay: 0.0611208037s;
}
.scale-title .word:nth-child(35) .letter:nth-child(24) {
  transition-delay: 0.0598637392s;
}
.scale-title .word:nth-child(35) .letter:nth-child(25) {
  transition-delay: 0.5144317929s;
}
.scale-title .word:nth-child(35) .letter:nth-child(26) {
  transition-delay: 0.3109040277s;
}
.scale-title .word:nth-child(35) .letter:nth-child(27) {
  transition-delay: 0.2399184602s;
}
.scale-title .word:nth-child(35) .letter:nth-child(28) {
  transition-delay: 0.1264840628s;
}
.scale-title .word:nth-child(35) .letter:nth-child(29) {
  transition-delay: 0.2072342388s;
}
.scale-title .word:nth-child(35) .letter:nth-child(30) {
  transition-delay: 0.2813173034s;
}
.scale-title .word:nth-child(35) .letter:nth-child(31) {
  transition-delay: 0.5891280432s;
}
.scale-title .word:nth-child(35) .letter:nth-child(32) {
  transition-delay: 0.1017737063s;
}
.scale-title .word:nth-child(35) .letter:nth-child(33) {
  transition-delay: 0.1492814314s;
}
.scale-title .word:nth-child(35) .letter:nth-child(34) {
  transition-delay: 0.5387744763s;
}
.scale-title .word:nth-child(35) .letter:nth-child(35) {
  transition-delay: 0.1981322024s;
}
.scale-title .word:nth-child(35) .letter:nth-child(36) {
  transition-delay: 0.4568216886s;
}
.scale-title .word:nth-child(35) .letter:nth-child(37) {
  transition-delay: 0.4708989392s;
}
.scale-title .word:nth-child(35) .letter:nth-child(38) {
  transition-delay: 0.2592378565s;
}
.scale-title .word:nth-child(35) .letter:nth-child(39) {
  transition-delay: 0.2230306687s;
}
.scale-title .word:nth-child(35) .letter:nth-child(40) {
  transition-delay: 0.370886952s;
}
.scale-title .word:nth-child(35) .letter:nth-child(41) {
  transition-delay: 0.1581677031s;
}
.scale-title .word:nth-child(35) .letter:nth-child(42) {
  transition-delay: 0.1271280045s;
}
.scale-title .word:nth-child(35) .letter:nth-child(43) {
  transition-delay: 0.4266185128s;
}
.scale-title .word:nth-child(35) .letter:nth-child(44) {
  transition-delay: 0.3874932931s;
}
.scale-title .word:nth-child(35) .letter:nth-child(45) {
  transition-delay: 0.4546475214s;
}
.scale-title .word:nth-child(35) .letter:nth-child(46) {
  transition-delay: 0.3552802124s;
}
.scale-title .word:nth-child(35) .letter:nth-child(47) {
  transition-delay: 0.1622758418s;
}
.scale-title .word:nth-child(35) .letter:nth-child(48) {
  transition-delay: 0.4816153957s;
}
.scale-title .word:nth-child(35) .letter:nth-child(49) {
  transition-delay: 0.4678199897s;
}
.scale-title .word:nth-child(36) .letter:nth-child(1) {
  transition-delay: 0.3990769947s;
}
.scale-title .word:nth-child(36) .letter:nth-child(2) {
  transition-delay: 0.1935345354s;
}
.scale-title .word:nth-child(36) .letter:nth-child(3) {
  transition-delay: 0.4218903203s;
}
.scale-title .word:nth-child(36) .letter:nth-child(4) {
  transition-delay: 0.1145696903s;
}
.scale-title .word:nth-child(36) .letter:nth-child(5) {
  transition-delay: 0.2245574242s;
}
.scale-title .word:nth-child(36) .letter:nth-child(6) {
  transition-delay: 0.0123612329s;
}
.scale-title .word:nth-child(36) .letter:nth-child(7) {
  transition-delay: 0.5211519388s;
}
.scale-title .word:nth-child(36) .letter:nth-child(8) {
  transition-delay: 0.0809730381s;
}
.scale-title .word:nth-child(36) .letter:nth-child(9) {
  transition-delay: 0.2518639161s;
}
.scale-title .word:nth-child(36) .letter:nth-child(10) {
  transition-delay: 0.4126878075s;
}
.scale-title .word:nth-child(36) .letter:nth-child(11) {
  transition-delay: 0.3428564758s;
}
.scale-title .word:nth-child(36) .letter:nth-child(12) {
  transition-delay: 0.273090025s;
}
.scale-title .word:nth-child(36) .letter:nth-child(13) {
  transition-delay: 0.1032126786s;
}
.scale-title .word:nth-child(36) .letter:nth-child(14) {
  transition-delay: 0.280476216s;
}
.scale-title .word:nth-child(36) .letter:nth-child(15) {
  transition-delay: 0.2976410812s;
}
.scale-title .word:nth-child(36) .letter:nth-child(16) {
  transition-delay: 0.482182354s;
}
.scale-title .word:nth-child(36) .letter:nth-child(17) {
  transition-delay: 0.0725461364s;
}
.scale-title .word:nth-child(36) .letter:nth-child(18) {
  transition-delay: 0.3976881681s;
}
.scale-title .word:nth-child(36) .letter:nth-child(19) {
  transition-delay: 0.2780302685s;
}
.scale-title .word:nth-child(36) .letter:nth-child(20) {
  transition-delay: 0.47755426s;
}
.scale-title .word:nth-child(36) .letter:nth-child(21) {
  transition-delay: 0.4072098999s;
}
.scale-title .word:nth-child(36) .letter:nth-child(22) {
  transition-delay: 0.3996360473s;
}
.scale-title .word:nth-child(36) .letter:nth-child(23) {
  transition-delay: 0.4107466538s;
}
.scale-title .word:nth-child(36) .letter:nth-child(24) {
  transition-delay: 0.3334832106s;
}
.scale-title .word:nth-child(36) .letter:nth-child(25) {
  transition-delay: 0.267259984s;
}
.scale-title .word:nth-child(36) .letter:nth-child(26) {
  transition-delay: 0.257812282s;
}
.scale-title .word:nth-child(36) .letter:nth-child(27) {
  transition-delay: 0.1750586659s;
}
.scale-title .word:nth-child(36) .letter:nth-child(28) {
  transition-delay: 0.186462508s;
}
.scale-title .word:nth-child(36) .letter:nth-child(29) {
  transition-delay: 0.2906528145s;
}
.scale-title .word:nth-child(36) .letter:nth-child(30) {
  transition-delay: 0.4712173079s;
}
.scale-title .word:nth-child(36) .letter:nth-child(31) {
  transition-delay: 0.1942205766s;
}
.scale-title .word:nth-child(36) .letter:nth-child(32) {
  transition-delay: 0.4691764955s;
}
.scale-title .word:nth-child(36) .letter:nth-child(33) {
  transition-delay: 0.2355787204s;
}
.scale-title .word:nth-child(36) .letter:nth-child(34) {
  transition-delay: 0.2992851556s;
}
.scale-title .word:nth-child(36) .letter:nth-child(35) {
  transition-delay: 0.3905761707s;
}
.scale-title .word:nth-child(36) .letter:nth-child(36) {
  transition-delay: 0.2658159148s;
}
.scale-title .word:nth-child(36) .letter:nth-child(37) {
  transition-delay: 0.4080520923s;
}
.scale-title .word:nth-child(36) .letter:nth-child(38) {
  transition-delay: 0.0216811411s;
}
.scale-title .word:nth-child(36) .letter:nth-child(39) {
  transition-delay: 0.2577165843s;
}
.scale-title .word:nth-child(36) .letter:nth-child(40) {
  transition-delay: 0.5786671622s;
}
.scale-title .word:nth-child(36) .letter:nth-child(41) {
  transition-delay: 0.1408302009s;
}
.scale-title .word:nth-child(36) .letter:nth-child(42) {
  transition-delay: 0.0082487749s;
}
.scale-title .word:nth-child(36) .letter:nth-child(43) {
  transition-delay: 0.3497483961s;
}
.scale-title .word:nth-child(36) .letter:nth-child(44) {
  transition-delay: 0.0909030733s;
}
.scale-title .word:nth-child(36) .letter:nth-child(45) {
  transition-delay: 0.12787001s;
}
.scale-title .word:nth-child(36) .letter:nth-child(46) {
  transition-delay: 0.2467723987s;
}
.scale-title .word:nth-child(36) .letter:nth-child(47) {
  transition-delay: 0.3236053638s;
}
.scale-title .word:nth-child(36) .letter:nth-child(48) {
  transition-delay: 0.127100513s;
}
.scale-title .word:nth-child(36) .letter:nth-child(49) {
  transition-delay: 0.2430422035s;
}
.scale-title .word:nth-child(37) .letter:nth-child(1) {
  transition-delay: 0.2559884271s;
}
.scale-title .word:nth-child(37) .letter:nth-child(2) {
  transition-delay: 0.5092645434s;
}
.scale-title .word:nth-child(37) .letter:nth-child(3) {
  transition-delay: 0.144640962s;
}
.scale-title .word:nth-child(37) .letter:nth-child(4) {
  transition-delay: 0.141274584s;
}
.scale-title .word:nth-child(37) .letter:nth-child(5) {
  transition-delay: 0.286556204s;
}
.scale-title .word:nth-child(37) .letter:nth-child(6) {
  transition-delay: 0.1244435739s;
}
.scale-title .word:nth-child(37) .letter:nth-child(7) {
  transition-delay: 0.0169193911s;
}
.scale-title .word:nth-child(37) .letter:nth-child(8) {
  transition-delay: 0.1680356792s;
}
.scale-title .word:nth-child(37) .letter:nth-child(9) {
  transition-delay: 0.5248023805s;
}
.scale-title .word:nth-child(37) .letter:nth-child(10) {
  transition-delay: 0.4307404718s;
}
.scale-title .word:nth-child(37) .letter:nth-child(11) {
  transition-delay: 0.1237392196s;
}
.scale-title .word:nth-child(37) .letter:nth-child(12) {
  transition-delay: 0.0324957541s;
}
.scale-title .word:nth-child(37) .letter:nth-child(13) {
  transition-delay: 0.0533615469s;
}
.scale-title .word:nth-child(37) .letter:nth-child(14) {
  transition-delay: 0.1038918098s;
}
.scale-title .word:nth-child(37) .letter:nth-child(15) {
  transition-delay: 0.5213573954s;
}
.scale-title .word:nth-child(37) .letter:nth-child(16) {
  transition-delay: 0.1157970726s;
}
.scale-title .word:nth-child(37) .letter:nth-child(17) {
  transition-delay: 0.0224730365s;
}
.scale-title .word:nth-child(37) .letter:nth-child(18) {
  transition-delay: 0.5249640197s;
}
.scale-title .word:nth-child(37) .letter:nth-child(19) {
  transition-delay: 0.5180008124s;
}
.scale-title .word:nth-child(37) .letter:nth-child(20) {
  transition-delay: 0.5181750932s;
}
.scale-title .word:nth-child(37) .letter:nth-child(21) {
  transition-delay: 0.189902739s;
}
.scale-title .word:nth-child(37) .letter:nth-child(22) {
  transition-delay: 0.2465675865s;
}
.scale-title .word:nth-child(37) .letter:nth-child(23) {
  transition-delay: 0.1338006759s;
}
.scale-title .word:nth-child(37) .letter:nth-child(24) {
  transition-delay: 0.5445749443s;
}
.scale-title .word:nth-child(37) .letter:nth-child(25) {
  transition-delay: 0.0256969437s;
}
.scale-title .word:nth-child(37) .letter:nth-child(26) {
  transition-delay: 0.4226447683s;
}
.scale-title .word:nth-child(37) .letter:nth-child(27) {
  transition-delay: 0.2738735599s;
}
.scale-title .word:nth-child(37) .letter:nth-child(28) {
  transition-delay: 0.4923067015s;
}
.scale-title .word:nth-child(37) .letter:nth-child(29) {
  transition-delay: 0.1587507854s;
}
.scale-title .word:nth-child(37) .letter:nth-child(30) {
  transition-delay: 0.3714992323s;
}
.scale-title .word:nth-child(37) .letter:nth-child(31) {
  transition-delay: 0.3095939609s;
}
.scale-title .word:nth-child(37) .letter:nth-child(32) {
  transition-delay: 0.5618838382s;
}
.scale-title .word:nth-child(37) .letter:nth-child(33) {
  transition-delay: 0.2055266304s;
}
.scale-title .word:nth-child(37) .letter:nth-child(34) {
  transition-delay: 0.2034633348s;
}
.scale-title .word:nth-child(37) .letter:nth-child(35) {
  transition-delay: 0.0118227356s;
}
.scale-title .word:nth-child(37) .letter:nth-child(36) {
  transition-delay: 0.0489102765s;
}
.scale-title .word:nth-child(37) .letter:nth-child(37) {
  transition-delay: 0.385470068s;
}
.scale-title .word:nth-child(37) .letter:nth-child(38) {
  transition-delay: 0.4415976551s;
}
.scale-title .word:nth-child(37) .letter:nth-child(39) {
  transition-delay: 0.3855937216s;
}
.scale-title .word:nth-child(37) .letter:nth-child(40) {
  transition-delay: 0.2881616832s;
}
.scale-title .word:nth-child(37) .letter:nth-child(41) {
  transition-delay: 0.1668557679s;
}
.scale-title .word:nth-child(37) .letter:nth-child(42) {
  transition-delay: 0.0882364425s;
}
.scale-title .word:nth-child(37) .letter:nth-child(43) {
  transition-delay: 0.4369642285s;
}
.scale-title .word:nth-child(37) .letter:nth-child(44) {
  transition-delay: 0.1068116607s;
}
.scale-title .word:nth-child(37) .letter:nth-child(45) {
  transition-delay: 0.332488708s;
}
.scale-title .word:nth-child(37) .letter:nth-child(46) {
  transition-delay: 0.412667335s;
}
.scale-title .word:nth-child(37) .letter:nth-child(47) {
  transition-delay: 0.137964345s;
}
.scale-title .word:nth-child(37) .letter:nth-child(48) {
  transition-delay: 0.321182032s;
}
.scale-title .word:nth-child(37) .letter:nth-child(49) {
  transition-delay: 0.1144265636s;
}
.scale-title .word:nth-child(38) .letter:nth-child(1) {
  transition-delay: 0.0126577756s;
}
.scale-title .word:nth-child(38) .letter:nth-child(2) {
  transition-delay: 0.0962777087s;
}
.scale-title .word:nth-child(38) .letter:nth-child(3) {
  transition-delay: 0.0386482016s;
}
.scale-title .word:nth-child(38) .letter:nth-child(4) {
  transition-delay: 0.320201777s;
}
.scale-title .word:nth-child(38) .letter:nth-child(5) {
  transition-delay: 0.3855685492s;
}
.scale-title .word:nth-child(38) .letter:nth-child(6) {
  transition-delay: 0.5741494674s;
}
.scale-title .word:nth-child(38) .letter:nth-child(7) {
  transition-delay: 0.5468046301s;
}
.scale-title .word:nth-child(38) .letter:nth-child(8) {
  transition-delay: 0.0139703019s;
}
.scale-title .word:nth-child(38) .letter:nth-child(9) {
  transition-delay: 0.2669139629s;
}
.scale-title .word:nth-child(38) .letter:nth-child(10) {
  transition-delay: 0.3134241522s;
}
.scale-title .word:nth-child(38) .letter:nth-child(11) {
  transition-delay: 0.15523463s;
}
.scale-title .word:nth-child(38) .letter:nth-child(12) {
  transition-delay: 0.1335055376s;
}
.scale-title .word:nth-child(38) .letter:nth-child(13) {
  transition-delay: 0.4718052427s;
}
.scale-title .word:nth-child(38) .letter:nth-child(14) {
  transition-delay: 0.4530425705s;
}
.scale-title .word:nth-child(38) .letter:nth-child(15) {
  transition-delay: 0.3225824093s;
}
.scale-title .word:nth-child(38) .letter:nth-child(16) {
  transition-delay: 0.3894153587s;
}
.scale-title .word:nth-child(38) .letter:nth-child(17) {
  transition-delay: 0.3336757151s;
}
.scale-title .word:nth-child(38) .letter:nth-child(18) {
  transition-delay: 0.3338492291s;
}
.scale-title .word:nth-child(38) .letter:nth-child(19) {
  transition-delay: 0.1046589515s;
}
.scale-title .word:nth-child(38) .letter:nth-child(20) {
  transition-delay: 0.1535123136s;
}
.scale-title .word:nth-child(38) .letter:nth-child(21) {
  transition-delay: 0.3662614037s;
}
.scale-title .word:nth-child(38) .letter:nth-child(22) {
  transition-delay: 0.2449339709s;
}
.scale-title .word:nth-child(38) .letter:nth-child(23) {
  transition-delay: 0.5503460496s;
}
.scale-title .word:nth-child(38) .letter:nth-child(24) {
  transition-delay: 0.5364544213s;
}
.scale-title .word:nth-child(38) .letter:nth-child(25) {
  transition-delay: 0.5999178151s;
}
.scale-title .word:nth-child(38) .letter:nth-child(26) {
  transition-delay: 0.1452270839s;
}
.scale-title .word:nth-child(38) .letter:nth-child(27) {
  transition-delay: 0.5569576406s;
}
.scale-title .word:nth-child(38) .letter:nth-child(28) {
  transition-delay: 0.1509767894s;
}
.scale-title .word:nth-child(38) .letter:nth-child(29) {
  transition-delay: 0.0138240172s;
}
.scale-title .word:nth-child(38) .letter:nth-child(30) {
  transition-delay: 0.2533061128s;
}
.scale-title .word:nth-child(38) .letter:nth-child(31) {
  transition-delay: 0.1986104003s;
}
.scale-title .word:nth-child(38) .letter:nth-child(32) {
  transition-delay: 0.0218470031s;
}
.scale-title .word:nth-child(38) .letter:nth-child(33) {
  transition-delay: 0.0453499699s;
}
.scale-title .word:nth-child(38) .letter:nth-child(34) {
  transition-delay: 0.4063449054s;
}
.scale-title .word:nth-child(38) .letter:nth-child(35) {
  transition-delay: 0.5352758667s;
}
.scale-title .word:nth-child(38) .letter:nth-child(36) {
  transition-delay: 0.2507365795s;
}
.scale-title .word:nth-child(38) .letter:nth-child(37) {
  transition-delay: 0.1903818567s;
}
.scale-title .word:nth-child(38) .letter:nth-child(38) {
  transition-delay: 0.033538673s;
}
.scale-title .word:nth-child(38) .letter:nth-child(39) {
  transition-delay: 0.2148350719s;
}
.scale-title .word:nth-child(38) .letter:nth-child(40) {
  transition-delay: 0.3872005229s;
}
.scale-title .word:nth-child(38) .letter:nth-child(41) {
  transition-delay: 0.5328634108s;
}
.scale-title .word:nth-child(38) .letter:nth-child(42) {
  transition-delay: 0.4525723625s;
}
.scale-title .word:nth-child(38) .letter:nth-child(43) {
  transition-delay: 0.4342282706s;
}
.scale-title .word:nth-child(38) .letter:nth-child(44) {
  transition-delay: 0.4481055061s;
}
.scale-title .word:nth-child(38) .letter:nth-child(45) {
  transition-delay: 0.2200723791s;
}
.scale-title .word:nth-child(38) .letter:nth-child(46) {
  transition-delay: 0.4828508984s;
}
.scale-title .word:nth-child(38) .letter:nth-child(47) {
  transition-delay: 0.2221608935s;
}
.scale-title .word:nth-child(38) .letter:nth-child(48) {
  transition-delay: 0.0771776104s;
}
.scale-title .word:nth-child(38) .letter:nth-child(49) {
  transition-delay: 0.0135686351s;
}
.scale-title .word:nth-child(39) .letter:nth-child(1) {
  transition-delay: 0.3792605896s;
}
.scale-title .word:nth-child(39) .letter:nth-child(2) {
  transition-delay: 0.521227458s;
}
.scale-title .word:nth-child(39) .letter:nth-child(3) {
  transition-delay: 0.2019698247s;
}
.scale-title .word:nth-child(39) .letter:nth-child(4) {
  transition-delay: 0.5081248676s;
}
.scale-title .word:nth-child(39) .letter:nth-child(5) {
  transition-delay: 0.4597131949s;
}
.scale-title .word:nth-child(39) .letter:nth-child(6) {
  transition-delay: 0.0094392141s;
}
.scale-title .word:nth-child(39) .letter:nth-child(7) {
  transition-delay: 0.4860468013s;
}
.scale-title .word:nth-child(39) .letter:nth-child(8) {
  transition-delay: 0.0354293746s;
}
.scale-title .word:nth-child(39) .letter:nth-child(9) {
  transition-delay: 0.1588962996s;
}
.scale-title .word:nth-child(39) .letter:nth-child(10) {
  transition-delay: 0.2582615727s;
}
.scale-title .word:nth-child(39) .letter:nth-child(11) {
  transition-delay: 0.5947974239s;
}
.scale-title .word:nth-child(39) .letter:nth-child(12) {
  transition-delay: 0.5233916435s;
}
.scale-title .word:nth-child(39) .letter:nth-child(13) {
  transition-delay: 0.0257061486s;
}
.scale-title .word:nth-child(39) .letter:nth-child(14) {
  transition-delay: 0.1186881484s;
}
.scale-title .word:nth-child(39) .letter:nth-child(15) {
  transition-delay: 0.3247176673s;
}
.scale-title .word:nth-child(39) .letter:nth-child(16) {
  transition-delay: 0.2742579272s;
}
.scale-title .word:nth-child(39) .letter:nth-child(17) {
  transition-delay: 0.0511430388s;
}
.scale-title .word:nth-child(39) .letter:nth-child(18) {
  transition-delay: 0.5527520055s;
}
.scale-title .word:nth-child(39) .letter:nth-child(19) {
  transition-delay: 0.5920497529s;
}
.scale-title .word:nth-child(39) .letter:nth-child(20) {
  transition-delay: 0.5237343877s;
}
.scale-title .word:nth-child(39) .letter:nth-child(21) {
  transition-delay: 0.4755511117s;
}
.scale-title .word:nth-child(39) .letter:nth-child(22) {
  transition-delay: 0.150647234s;
}
.scale-title .word:nth-child(39) .letter:nth-child(23) {
  transition-delay: 0.4861360067s;
}
.scale-title .word:nth-child(39) .letter:nth-child(24) {
  transition-delay: 0.0205074426s;
}
.scale-title .word:nth-child(39) .letter:nth-child(25) {
  transition-delay: 0.2725548577s;
}
.scale-title .word:nth-child(39) .letter:nth-child(26) {
  transition-delay: 0.5849526374s;
}
.scale-title .word:nth-child(39) .letter:nth-child(27) {
  transition-delay: 0.5564434837s;
}
.scale-title .word:nth-child(39) .letter:nth-child(28) {
  transition-delay: 0.3847214509s;
}
.scale-title .word:nth-child(39) .letter:nth-child(29) {
  transition-delay: 0.2578206529s;
}
.scale-title .word:nth-child(39) .letter:nth-child(30) {
  transition-delay: 0.0881469547s;
}
.scale-title .word:nth-child(39) .letter:nth-child(31) {
  transition-delay: 0.1459834262s;
}
.scale-title .word:nth-child(39) .letter:nth-child(32) {
  transition-delay: 0.4314502807s;
}
.scale-title .word:nth-child(39) .letter:nth-child(33) {
  transition-delay: 0.5378270624s;
}
.scale-title .word:nth-child(39) .letter:nth-child(34) {
  transition-delay: 0.5283186327s;
}
.scale-title .word:nth-child(39) .letter:nth-child(35) {
  transition-delay: 0.0475791505s;
}
.scale-title .word:nth-child(39) .letter:nth-child(36) {
  transition-delay: 0.481542697s;
}
.scale-title .word:nth-child(39) .letter:nth-child(37) {
  transition-delay: 0.3671047201s;
}
.scale-title .word:nth-child(39) .letter:nth-child(38) {
  transition-delay: 0.4234249042s;
}
.scale-title .word:nth-child(39) .letter:nth-child(39) {
  transition-delay: 0.59188697s;
}
.scale-title .word:nth-child(39) .letter:nth-child(40) {
  transition-delay: 0.5270875733s;
}
.scale-title .word:nth-child(39) .letter:nth-child(41) {
  transition-delay: 0.3838261829s;
}
.scale-title .word:nth-child(39) .letter:nth-child(42) {
  transition-delay: 0.5106055086s;
}
.scale-title .word:nth-child(39) .letter:nth-child(43) {
  transition-delay: 0.569306693s;
}
.scale-title .word:nth-child(39) .letter:nth-child(44) {
  transition-delay: 0.1052075892s;
}
.scale-title .word:nth-child(39) .letter:nth-child(45) {
  transition-delay: 0.4251162963s;
}
.scale-title .word:nth-child(39) .letter:nth-child(46) {
  transition-delay: 0.5286640027s;
}
.scale-title .word:nth-child(39) .letter:nth-child(47) {
  transition-delay: 0.3735597297s;
}
.scale-title .word:nth-child(39) .letter:nth-child(48) {
  transition-delay: 0.1440838433s;
}
.scale-title .word:nth-child(39) .letter:nth-child(49) {
  transition-delay: 0.3569659361s;
}
.scale-title .word:nth-child(40) .letter:nth-child(1) {
  transition-delay: 0.3229341825s;
}
.scale-title .word:nth-child(40) .letter:nth-child(2) {
  transition-delay: 0.2013977731s;
}
.scale-title .word:nth-child(40) .letter:nth-child(3) {
  transition-delay: 0.4082847202s;
}
.scale-title .word:nth-child(40) .letter:nth-child(4) {
  transition-delay: 0.3769901528s;
}
.scale-title .word:nth-child(40) .letter:nth-child(5) {
  transition-delay: 0.2085322633s;
}
.scale-title .word:nth-child(40) .letter:nth-child(6) {
  transition-delay: 0.5587374926s;
}
.scale-title .word:nth-child(40) .letter:nth-child(7) {
  transition-delay: 0.2662424904s;
}
.scale-title .word:nth-child(40) .letter:nth-child(8) {
  transition-delay: 0.0872833635s;
}
.scale-title .word:nth-child(40) .letter:nth-child(9) {
  transition-delay: 0.1633258157s;
}
.scale-title .word:nth-child(40) .letter:nth-child(10) {
  transition-delay: 0.3959800852s;
}
.scale-title .word:nth-child(40) .letter:nth-child(11) {
  transition-delay: 0.1592685858s;
}
.scale-title .word:nth-child(40) .letter:nth-child(12) {
  transition-delay: 0.1521036214s;
}
.scale-title .word:nth-child(40) .letter:nth-child(13) {
  transition-delay: 0.1717125019s;
}
.scale-title .word:nth-child(40) .letter:nth-child(14) {
  transition-delay: 0.0204671438s;
}
.scale-title .word:nth-child(40) .letter:nth-child(15) {
  transition-delay: 0.0136474371s;
}
.scale-title .word:nth-child(40) .letter:nth-child(16) {
  transition-delay: 0.3290644124s;
}
.scale-title .word:nth-child(40) .letter:nth-child(17) {
  transition-delay: 0.0011049141s;
}
.scale-title .word:nth-child(40) .letter:nth-child(18) {
  transition-delay: 0.1138127664s;
}
.scale-title .word:nth-child(40) .letter:nth-child(19) {
  transition-delay: 0.2307853337s;
}
.scale-title .word:nth-child(40) .letter:nth-child(20) {
  transition-delay: 0.203663728s;
}
.scale-title .word:nth-child(40) .letter:nth-child(21) {
  transition-delay: 0.5137951435s;
}
.scale-title .word:nth-child(40) .letter:nth-child(22) {
  transition-delay: 0.2822170238s;
}
.scale-title .word:nth-child(40) .letter:nth-child(23) {
  transition-delay: 0.0234150327s;
}
.scale-title .word:nth-child(40) .letter:nth-child(24) {
  transition-delay: 0.2929268121s;
}
.scale-title .word:nth-child(40) .letter:nth-child(25) {
  transition-delay: 0.4300804035s;
}
.scale-title .word:nth-child(40) .letter:nth-child(26) {
  transition-delay: 0.1731261194s;
}
.scale-title .word:nth-child(40) .letter:nth-child(27) {
  transition-delay: 0.3367626994s;
}
.scale-title .word:nth-child(40) .letter:nth-child(28) {
  transition-delay: 0.0037031294s;
}
.scale-title .word:nth-child(40) .letter:nth-child(29) {
  transition-delay: 0.1135420985s;
}
.scale-title .word:nth-child(40) .letter:nth-child(30) {
  transition-delay: 0.2639365365s;
}
.scale-title .word:nth-child(40) .letter:nth-child(31) {
  transition-delay: 0.4212859621s;
}
.scale-title .word:nth-child(40) .letter:nth-child(32) {
  transition-delay: 0.2249168434s;
}
.scale-title .word:nth-child(40) .letter:nth-child(33) {
  transition-delay: 0.0759027714s;
}
.scale-title .word:nth-child(40) .letter:nth-child(34) {
  transition-delay: 0.1579717608s;
}
.scale-title .word:nth-child(40) .letter:nth-child(35) {
  transition-delay: 0.1887135538s;
}
.scale-title .word:nth-child(40) .letter:nth-child(36) {
  transition-delay: 0.0540971546s;
}
.scale-title .word:nth-child(40) .letter:nth-child(37) {
  transition-delay: 0.2696997868s;
}
.scale-title .word:nth-child(40) .letter:nth-child(38) {
  transition-delay: 0.3478003835s;
}
.scale-title .word:nth-child(40) .letter:nth-child(39) {
  transition-delay: 0.405760909s;
}
.scale-title .word:nth-child(40) .letter:nth-child(40) {
  transition-delay: 0.2798004946s;
}
.scale-title .word:nth-child(40) .letter:nth-child(41) {
  transition-delay: 0.2539862669s;
}
.scale-title .word:nth-child(40) .letter:nth-child(42) {
  transition-delay: 0.4732474579s;
}
.scale-title .word:nth-child(40) .letter:nth-child(43) {
  transition-delay: 0.1591503081s;
}
.scale-title .word:nth-child(40) .letter:nth-child(44) {
  transition-delay: 0.5342842479s;
}
.scale-title .word:nth-child(40) .letter:nth-child(45) {
  transition-delay: 0.3924064024s;
}
.scale-title .word:nth-child(40) .letter:nth-child(46) {
  transition-delay: 0.3288629425s;
}
.scale-title .word:nth-child(40) .letter:nth-child(47) {
  transition-delay: 0.3497983584s;
}
.scale-title .word:nth-child(40) .letter:nth-child(48) {
  transition-delay: 0.2987539872s;
}
.scale-title .word:nth-child(40) .letter:nth-child(49) {
  transition-delay: 0.1665594298s;
}
.scale-title .word:nth-child(41) .letter:nth-child(1) {
  transition-delay: 0.0775223363s;
}
.scale-title .word:nth-child(41) .letter:nth-child(2) {
  transition-delay: 0.3454340711s;
}
.scale-title .word:nth-child(41) .letter:nth-child(3) {
  transition-delay: 0.4297143586s;
}
.scale-title .word:nth-child(41) .letter:nth-child(4) {
  transition-delay: 0.2044512988s;
}
.scale-title .word:nth-child(41) .letter:nth-child(5) {
  transition-delay: 0.2949834008s;
}
.scale-title .word:nth-child(41) .letter:nth-child(6) {
  transition-delay: 0.1169376642s;
}
.scale-title .word:nth-child(41) .letter:nth-child(7) {
  transition-delay: 0.2686986226s;
}
.scale-title .word:nth-child(41) .letter:nth-child(8) {
  transition-delay: 0.5919721382s;
}
.scale-title .word:nth-child(41) .letter:nth-child(9) {
  transition-delay: 0.209168392s;
}
.scale-title .word:nth-child(41) .letter:nth-child(10) {
  transition-delay: 0.0973767189s;
}
.scale-title .word:nth-child(41) .letter:nth-child(11) {
  transition-delay: 0.2824207163s;
}
.scale-title .word:nth-child(41) .letter:nth-child(12) {
  transition-delay: 0.1047430914s;
}
.scale-title .word:nth-child(41) .letter:nth-child(13) {
  transition-delay: 0.2064266344s;
}
.scale-title .word:nth-child(41) .letter:nth-child(14) {
  transition-delay: 0.3774885619s;
}
.scale-title .word:nth-child(41) .letter:nth-child(15) {
  transition-delay: 0.0906448653s;
}
.scale-title .word:nth-child(41) .letter:nth-child(16) {
  transition-delay: 0.1507115207s;
}
.scale-title .word:nth-child(41) .letter:nth-child(17) {
  transition-delay: 0.0310570406s;
}
.scale-title .word:nth-child(41) .letter:nth-child(18) {
  transition-delay: 0.2089835872s;
}
.scale-title .word:nth-child(41) .letter:nth-child(19) {
  transition-delay: 0.0925756131s;
}
.scale-title .word:nth-child(41) .letter:nth-child(20) {
  transition-delay: 0.285292116s;
}
.scale-title .word:nth-child(41) .letter:nth-child(21) {
  transition-delay: 0.4651924313s;
}
.scale-title .word:nth-child(41) .letter:nth-child(22) {
  transition-delay: 0.0688142395s;
}
.scale-title .word:nth-child(41) .letter:nth-child(23) {
  transition-delay: 0.3966422351s;
}
.scale-title .word:nth-child(41) .letter:nth-child(24) {
  transition-delay: 0.1928410003s;
}
.scale-title .word:nth-child(41) .letter:nth-child(25) {
  transition-delay: 0.1502420066s;
}
.scale-title .word:nth-child(41) .letter:nth-child(26) {
  transition-delay: 0.4201418388s;
}
.scale-title .word:nth-child(41) .letter:nth-child(27) {
  transition-delay: 0.356825856s;
}
.scale-title .word:nth-child(41) .letter:nth-child(28) {
  transition-delay: 0.5810923582s;
}
.scale-title .word:nth-child(41) .letter:nth-child(29) {
  transition-delay: 0.172939556s;
}
.scale-title .word:nth-child(41) .letter:nth-child(30) {
  transition-delay: 0.1543163898s;
}
.scale-title .word:nth-child(41) .letter:nth-child(31) {
  transition-delay: 0.2026585073s;
}
.scale-title .word:nth-child(41) .letter:nth-child(32) {
  transition-delay: 0.3943888174s;
}
.scale-title .word:nth-child(41) .letter:nth-child(33) {
  transition-delay: 0.3064001082s;
}
.scale-title .word:nth-child(41) .letter:nth-child(34) {
  transition-delay: 0.2924093719s;
}
.scale-title .word:nth-child(41) .letter:nth-child(35) {
  transition-delay: 0.4706883098s;
}
.scale-title .word:nth-child(41) .letter:nth-child(36) {
  transition-delay: 0.2775762239s;
}
.scale-title .word:nth-child(41) .letter:nth-child(37) {
  transition-delay: 0.1084333782s;
}
.scale-title .word:nth-child(41) .letter:nth-child(38) {
  transition-delay: 0.4819067885s;
}
.scale-title .word:nth-child(41) .letter:nth-child(39) {
  transition-delay: 0.5054017055s;
}
.scale-title .word:nth-child(41) .letter:nth-child(40) {
  transition-delay: 0.4597928256s;
}
.scale-title .word:nth-child(41) .letter:nth-child(41) {
  transition-delay: 0.5193057881s;
}
.scale-title .word:nth-child(41) .letter:nth-child(42) {
  transition-delay: 0.2754603679s;
}
.scale-title .word:nth-child(41) .letter:nth-child(43) {
  transition-delay: 0.2708959973s;
}
.scale-title .word:nth-child(41) .letter:nth-child(44) {
  transition-delay: 0.2552973369s;
}
.scale-title .word:nth-child(41) .letter:nth-child(45) {
  transition-delay: 0.2875640176s;
}
.scale-title .word:nth-child(41) .letter:nth-child(46) {
  transition-delay: 0.0904514523s;
}
.scale-title .word:nth-child(41) .letter:nth-child(47) {
  transition-delay: 0.4457023245s;
}
.scale-title .word:nth-child(41) .letter:nth-child(48) {
  transition-delay: 0.3709066445s;
}
.scale-title .word:nth-child(41) .letter:nth-child(49) {
  transition-delay: 0.3969756776s;
}
.scale-title .word:nth-child(42) .letter:nth-child(1) {
  transition-delay: 0.4079741536s;
}
.scale-title .word:nth-child(42) .letter:nth-child(2) {
  transition-delay: 0.0640420906s;
}
.scale-title .word:nth-child(42) .letter:nth-child(3) {
  transition-delay: 0.5476711574s;
}
.scale-title .word:nth-child(42) .letter:nth-child(4) {
  transition-delay: 0.3027050705s;
}
.scale-title .word:nth-child(42) .letter:nth-child(5) {
  transition-delay: 0.166294467s;
}
.scale-title .word:nth-child(42) .letter:nth-child(6) {
  transition-delay: 0.443438145s;
}
.scale-title .word:nth-child(42) .letter:nth-child(7) {
  transition-delay: 0.1658681887s;
}
.scale-title .word:nth-child(42) .letter:nth-child(8) {
  transition-delay: 0.4907673238s;
}
.scale-title .word:nth-child(42) .letter:nth-child(9) {
  transition-delay: 0.050970465s;
}
.scale-title .word:nth-child(42) .letter:nth-child(10) {
  transition-delay: 0.1842891028s;
}
.scale-title .word:nth-child(42) .letter:nth-child(11) {
  transition-delay: 0.4481653549s;
}
.scale-title .word:nth-child(42) .letter:nth-child(12) {
  transition-delay: 0.2503000655s;
}
.scale-title .word:nth-child(42) .letter:nth-child(13) {
  transition-delay: 0.5646557495s;
}
.scale-title .word:nth-child(42) .letter:nth-child(14) {
  transition-delay: 0.4217429458s;
}
.scale-title .word:nth-child(42) .letter:nth-child(15) {
  transition-delay: 0.270916821s;
}
.scale-title .word:nth-child(42) .letter:nth-child(16) {
  transition-delay: 0.2645746377s;
}
.scale-title .word:nth-child(42) .letter:nth-child(17) {
  transition-delay: 0.0001849644s;
}
.scale-title .word:nth-child(42) .letter:nth-child(18) {
  transition-delay: 0.5524073477s;
}
.scale-title .word:nth-child(42) .letter:nth-child(19) {
  transition-delay: 0.0532157742s;
}
.scale-title .word:nth-child(42) .letter:nth-child(20) {
  transition-delay: 0.2345269431s;
}
.scale-title .word:nth-child(42) .letter:nth-child(21) {
  transition-delay: 0.0345161564s;
}
.scale-title .word:nth-child(42) .letter:nth-child(22) {
  transition-delay: 0.5514502459s;
}
.scale-title .word:nth-child(42) .letter:nth-child(23) {
  transition-delay: 0.102040493s;
}
.scale-title .word:nth-child(42) .letter:nth-child(24) {
  transition-delay: 0.3101067075s;
}
.scale-title .word:nth-child(42) .letter:nth-child(25) {
  transition-delay: 0.2993351927s;
}
.scale-title .word:nth-child(42) .letter:nth-child(26) {
  transition-delay: 0.2393404886s;
}
.scale-title .word:nth-child(42) .letter:nth-child(27) {
  transition-delay: 0.1148882634s;
}
.scale-title .word:nth-child(42) .letter:nth-child(28) {
  transition-delay: 0.5130039668s;
}
.scale-title .word:nth-child(42) .letter:nth-child(29) {
  transition-delay: 0.1978903266s;
}
.scale-title .word:nth-child(42) .letter:nth-child(30) {
  transition-delay: 0.1928565765s;
}
.scale-title .word:nth-child(42) .letter:nth-child(31) {
  transition-delay: 0.252395314s;
}
.scale-title .word:nth-child(42) .letter:nth-child(32) {
  transition-delay: 0.1429312734s;
}
.scale-title .word:nth-child(42) .letter:nth-child(33) {
  transition-delay: 0.0661856167s;
}
.scale-title .word:nth-child(42) .letter:nth-child(34) {
  transition-delay: 0.0260342393s;
}
.scale-title .word:nth-child(42) .letter:nth-child(35) {
  transition-delay: 0.221374508s;
}
.scale-title .word:nth-child(42) .letter:nth-child(36) {
  transition-delay: 0.5472823415s;
}
.scale-title .word:nth-child(42) .letter:nth-child(37) {
  transition-delay: 0.008634791s;
}
.scale-title .word:nth-child(42) .letter:nth-child(38) {
  transition-delay: 0.4345292312s;
}
.scale-title .word:nth-child(42) .letter:nth-child(39) {
  transition-delay: 0.4095405245s;
}
.scale-title .word:nth-child(42) .letter:nth-child(40) {
  transition-delay: 0.4048867939s;
}
.scale-title .word:nth-child(42) .letter:nth-child(41) {
  transition-delay: 0.3078094436s;
}
.scale-title .word:nth-child(42) .letter:nth-child(42) {
  transition-delay: 0.4728196529s;
}
.scale-title .word:nth-child(42) .letter:nth-child(43) {
  transition-delay: 0.0215801076s;
}
.scale-title .word:nth-child(42) .letter:nth-child(44) {
  transition-delay: 0.3979608016s;
}
.scale-title .word:nth-child(42) .letter:nth-child(45) {
  transition-delay: 0.4053452533s;
}
.scale-title .word:nth-child(42) .letter:nth-child(46) {
  transition-delay: 0.5794510642s;
}
.scale-title .word:nth-child(42) .letter:nth-child(47) {
  transition-delay: 0.4967549414s;
}
.scale-title .word:nth-child(42) .letter:nth-child(48) {
  transition-delay: 0.5925914467s;
}
.scale-title .word:nth-child(42) .letter:nth-child(49) {
  transition-delay: 0.2645110696s;
}
.scale-title .word:nth-child(43) .letter:nth-child(1) {
  transition-delay: 0.556602432s;
}
.scale-title .word:nth-child(43) .letter:nth-child(2) {
  transition-delay: 0.290807653s;
}
.scale-title .word:nth-child(43) .letter:nth-child(3) {
  transition-delay: 0.0795780083s;
}
.scale-title .word:nth-child(43) .letter:nth-child(4) {
  transition-delay: 0.5071000028s;
}
.scale-title .word:nth-child(43) .letter:nth-child(5) {
  transition-delay: 0.2935685118s;
}
.scale-title .word:nth-child(43) .letter:nth-child(6) {
  transition-delay: 0.2505950544s;
}
.scale-title .word:nth-child(43) .letter:nth-child(7) {
  transition-delay: 0.0696585318s;
}
.scale-title .word:nth-child(43) .letter:nth-child(8) {
  transition-delay: 0.4368291934s;
}
.scale-title .word:nth-child(43) .letter:nth-child(9) {
  transition-delay: 0.5013495519s;
}
.scale-title .word:nth-child(43) .letter:nth-child(10) {
  transition-delay: 0.2608492897s;
}
.scale-title .word:nth-child(43) .letter:nth-child(11) {
  transition-delay: 0.1441129099s;
}
.scale-title .word:nth-child(43) .letter:nth-child(12) {
  transition-delay: 0.4114486864s;
}
.scale-title .word:nth-child(43) .letter:nth-child(13) {
  transition-delay: 0.1485331699s;
}
.scale-title .word:nth-child(43) .letter:nth-child(14) {
  transition-delay: 0.4748727963s;
}
.scale-title .word:nth-child(43) .letter:nth-child(15) {
  transition-delay: 0.1539181065s;
}
.scale-title .word:nth-child(43) .letter:nth-child(16) {
  transition-delay: 0.5018728665s;
}
.scale-title .word:nth-child(43) .letter:nth-child(17) {
  transition-delay: 0.269442668s;
}
.scale-title .word:nth-child(43) .letter:nth-child(18) {
  transition-delay: 0.2649699748s;
}
.scale-title .word:nth-child(43) .letter:nth-child(19) {
  transition-delay: 0.2660891893s;
}
.scale-title .word:nth-child(43) .letter:nth-child(20) {
  transition-delay: 0.0920361498s;
}
.scale-title .word:nth-child(43) .letter:nth-child(21) {
  transition-delay: 0.0435750599s;
}
.scale-title .word:nth-child(43) .letter:nth-child(22) {
  transition-delay: 0.5183946344s;
}
.scale-title .word:nth-child(43) .letter:nth-child(23) {
  transition-delay: 0.5001647636s;
}
.scale-title .word:nth-child(43) .letter:nth-child(24) {
  transition-delay: 0.2056216819s;
}
.scale-title .word:nth-child(43) .letter:nth-child(25) {
  transition-delay: 0.0770116396s;
}
.scale-title .word:nth-child(43) .letter:nth-child(26) {
  transition-delay: 0.0103726709s;
}
.scale-title .word:nth-child(43) .letter:nth-child(27) {
  transition-delay: 0.4790898841s;
}
.scale-title .word:nth-child(43) .letter:nth-child(28) {
  transition-delay: 0.2325163883s;
}
.scale-title .word:nth-child(43) .letter:nth-child(29) {
  transition-delay: 0.052465s;
}
.scale-title .word:nth-child(43) .letter:nth-child(30) {
  transition-delay: 0.4501049122s;
}
.scale-title .word:nth-child(43) .letter:nth-child(31) {
  transition-delay: 0.3790930972s;
}
.scale-title .word:nth-child(43) .letter:nth-child(32) {
  transition-delay: 0.4267617475s;
}
.scale-title .word:nth-child(43) .letter:nth-child(33) {
  transition-delay: 0.0414395478s;
}
.scale-title .word:nth-child(43) .letter:nth-child(34) {
  transition-delay: 0.0067286056s;
}
.scale-title .word:nth-child(43) .letter:nth-child(35) {
  transition-delay: 0.3890714398s;
}
.scale-title .word:nth-child(43) .letter:nth-child(36) {
  transition-delay: 0.5988896106s;
}
.scale-title .word:nth-child(43) .letter:nth-child(37) {
  transition-delay: 0.5397988057s;
}
.scale-title .word:nth-child(43) .letter:nth-child(38) {
  transition-delay: 0.3491833974s;
}
.scale-title .word:nth-child(43) .letter:nth-child(39) {
  transition-delay: 0.3237561662s;
}
.scale-title .word:nth-child(43) .letter:nth-child(40) {
  transition-delay: 0.084631155s;
}
.scale-title .word:nth-child(43) .letter:nth-child(41) {
  transition-delay: 0.2974335272s;
}
.scale-title .word:nth-child(43) .letter:nth-child(42) {
  transition-delay: 0.1940390206s;
}
.scale-title .word:nth-child(43) .letter:nth-child(43) {
  transition-delay: 0.5604455018s;
}
.scale-title .word:nth-child(43) .letter:nth-child(44) {
  transition-delay: 0.2847625292s;
}
.scale-title .word:nth-child(43) .letter:nth-child(45) {
  transition-delay: 0.5775400486s;
}
.scale-title .word:nth-child(43) .letter:nth-child(46) {
  transition-delay: 0.4165857198s;
}
.scale-title .word:nth-child(43) .letter:nth-child(47) {
  transition-delay: 0.121541914s;
}
.scale-title .word:nth-child(43) .letter:nth-child(48) {
  transition-delay: 0.3178769792s;
}
.scale-title .word:nth-child(43) .letter:nth-child(49) {
  transition-delay: 0.0953226176s;
}
.scale-title .word:nth-child(44) .letter:nth-child(1) {
  transition-delay: 0.4759149816s;
}
.scale-title .word:nth-child(44) .letter:nth-child(2) {
  transition-delay: 0.0645807915s;
}
.scale-title .word:nth-child(44) .letter:nth-child(3) {
  transition-delay: 0.2186825798s;
}
.scale-title .word:nth-child(44) .letter:nth-child(4) {
  transition-delay: 0.3875209065s;
}
.scale-title .word:nth-child(44) .letter:nth-child(5) {
  transition-delay: 0.0616946118s;
}
.scale-title .word:nth-child(44) .letter:nth-child(6) {
  transition-delay: 0.4096249602s;
}
.scale-title .word:nth-child(44) .letter:nth-child(7) {
  transition-delay: 0.4703370168s;
}
.scale-title .word:nth-child(44) .letter:nth-child(8) {
  transition-delay: 0.3382415867s;
}
.scale-title .word:nth-child(44) .letter:nth-child(9) {
  transition-delay: 0.158739082s;
}
.scale-title .word:nth-child(44) .letter:nth-child(10) {
  transition-delay: 0.4929736426s;
}
.scale-title .word:nth-child(44) .letter:nth-child(11) {
  transition-delay: 0.3518052991s;
}
.scale-title .word:nth-child(44) .letter:nth-child(12) {
  transition-delay: 0.460588752s;
}
.scale-title .word:nth-child(44) .letter:nth-child(13) {
  transition-delay: 0.1648376874s;
}
.scale-title .word:nth-child(44) .letter:nth-child(14) {
  transition-delay: 0.0791811219s;
}
.scale-title .word:nth-child(44) .letter:nth-child(15) {
  transition-delay: 0.2695483684s;
}
.scale-title .word:nth-child(44) .letter:nth-child(16) {
  transition-delay: 0.5766637792s;
}
.scale-title .word:nth-child(44) .letter:nth-child(17) {
  transition-delay: 0.4799984905s;
}
.scale-title .word:nth-child(44) .letter:nth-child(18) {
  transition-delay: 0.0797282206s;
}
.scale-title .word:nth-child(44) .letter:nth-child(19) {
  transition-delay: 0.4533098414s;
}
.scale-title .word:nth-child(44) .letter:nth-child(20) {
  transition-delay: 0.4002837518s;
}
.scale-title .word:nth-child(44) .letter:nth-child(21) {
  transition-delay: 0.0032704308s;
}
.scale-title .word:nth-child(44) .letter:nth-child(22) {
  transition-delay: 0.1790050128s;
}
.scale-title .word:nth-child(44) .letter:nth-child(23) {
  transition-delay: 0.5063255405s;
}
.scale-title .word:nth-child(44) .letter:nth-child(24) {
  transition-delay: 0.1717579185s;
}
.scale-title .word:nth-child(44) .letter:nth-child(25) {
  transition-delay: 0.0578000461s;
}
.scale-title .word:nth-child(44) .letter:nth-child(26) {
  transition-delay: 0.0955647261s;
}
.scale-title .word:nth-child(44) .letter:nth-child(27) {
  transition-delay: 0.4248441868s;
}
.scale-title .word:nth-child(44) .letter:nth-child(28) {
  transition-delay: 0.1434235095s;
}
.scale-title .word:nth-child(44) .letter:nth-child(29) {
  transition-delay: 0.5580003084s;
}
.scale-title .word:nth-child(44) .letter:nth-child(30) {
  transition-delay: 0.1089674334s;
}
.scale-title .word:nth-child(44) .letter:nth-child(31) {
  transition-delay: 0.1861260607s;
}
.scale-title .word:nth-child(44) .letter:nth-child(32) {
  transition-delay: 0.1812438781s;
}
.scale-title .word:nth-child(44) .letter:nth-child(33) {
  transition-delay: 0.0322895076s;
}
.scale-title .word:nth-child(44) .letter:nth-child(34) {
  transition-delay: 0.127896805s;
}
.scale-title .word:nth-child(44) .letter:nth-child(35) {
  transition-delay: 0.5681337766s;
}
.scale-title .word:nth-child(44) .letter:nth-child(36) {
  transition-delay: 0.12889349s;
}
.scale-title .word:nth-child(44) .letter:nth-child(37) {
  transition-delay: 0.2538551364s;
}
.scale-title .word:nth-child(44) .letter:nth-child(38) {
  transition-delay: 0.2469766053s;
}
.scale-title .word:nth-child(44) .letter:nth-child(39) {
  transition-delay: 0.5117890171s;
}
.scale-title .word:nth-child(44) .letter:nth-child(40) {
  transition-delay: 0.2282632433s;
}
.scale-title .word:nth-child(44) .letter:nth-child(41) {
  transition-delay: 0.0590530961s;
}
.scale-title .word:nth-child(44) .letter:nth-child(42) {
  transition-delay: 0.3183516941s;
}
.scale-title .word:nth-child(44) .letter:nth-child(43) {
  transition-delay: 0.5653689804s;
}
.scale-title .word:nth-child(44) .letter:nth-child(44) {
  transition-delay: 0.410063131s;
}
.scale-title .word:nth-child(44) .letter:nth-child(45) {
  transition-delay: 0.5365766614s;
}
.scale-title .word:nth-child(44) .letter:nth-child(46) {
  transition-delay: 0.212384013s;
}
.scale-title .word:nth-child(44) .letter:nth-child(47) {
  transition-delay: 0.038105332s;
}
.scale-title .word:nth-child(44) .letter:nth-child(48) {
  transition-delay: 0.1939161848s;
}
.scale-title .word:nth-child(44) .letter:nth-child(49) {
  transition-delay: 0.1045636559s;
}
.scale-title .word:nth-child(45) .letter:nth-child(1) {
  transition-delay: 0.5720394199s;
}
.scale-title .word:nth-child(45) .letter:nth-child(2) {
  transition-delay: 0.5218430458s;
}
.scale-title .word:nth-child(45) .letter:nth-child(3) {
  transition-delay: 0.0457191769s;
}
.scale-title .word:nth-child(45) .letter:nth-child(4) {
  transition-delay: 0.4426819515s;
}
.scale-title .word:nth-child(45) .letter:nth-child(5) {
  transition-delay: 0.0091665952s;
}
.scale-title .word:nth-child(45) .letter:nth-child(6) {
  transition-delay: 0.4545870965s;
}
.scale-title .word:nth-child(45) .letter:nth-child(7) {
  transition-delay: 0.1060584524s;
}
.scale-title .word:nth-child(45) .letter:nth-child(8) {
  transition-delay: 0.2058154089s;
}
.scale-title .word:nth-child(45) .letter:nth-child(9) {
  transition-delay: 0.2057713146s;
}
.scale-title .word:nth-child(45) .letter:nth-child(10) {
  transition-delay: 0.1800592624s;
}
.scale-title .word:nth-child(45) .letter:nth-child(11) {
  transition-delay: 0.2444257634s;
}
.scale-title .word:nth-child(45) .letter:nth-child(12) {
  transition-delay: 0.1287693941s;
}
.scale-title .word:nth-child(45) .letter:nth-child(13) {
  transition-delay: 0.5921407599s;
}
.scale-title .word:nth-child(45) .letter:nth-child(14) {
  transition-delay: 0.2268163758s;
}
.scale-title .word:nth-child(45) .letter:nth-child(15) {
  transition-delay: 0.1711020826s;
}
.scale-title .word:nth-child(45) .letter:nth-child(16) {
  transition-delay: 0.3896436517s;
}
.scale-title .word:nth-child(45) .letter:nth-child(17) {
  transition-delay: 0.1282083081s;
}
.scale-title .word:nth-child(45) .letter:nth-child(18) {
  transition-delay: 0.0623390535s;
}
.scale-title .word:nth-child(45) .letter:nth-child(19) {
  transition-delay: 0.4884278118s;
}
.scale-title .word:nth-child(45) .letter:nth-child(20) {
  transition-delay: 0.0805023221s;
}
.scale-title .word:nth-child(45) .letter:nth-child(21) {
  transition-delay: 0.3514961556s;
}
.scale-title .word:nth-child(45) .letter:nth-child(22) {
  transition-delay: 0.017779548s;
}
.scale-title .word:nth-child(45) .letter:nth-child(23) {
  transition-delay: 0.2770141202s;
}
.scale-title .word:nth-child(45) .letter:nth-child(24) {
  transition-delay: 0.4052981646s;
}
.scale-title .word:nth-child(45) .letter:nth-child(25) {
  transition-delay: 0.2495496522s;
}
.scale-title .word:nth-child(45) .letter:nth-child(26) {
  transition-delay: 0.5406476178s;
}
.scale-title .word:nth-child(45) .letter:nth-child(27) {
  transition-delay: 0.5771204486s;
}
.scale-title .word:nth-child(45) .letter:nth-child(28) {
  transition-delay: 0.1038113034s;
}
.scale-title .word:nth-child(45) .letter:nth-child(29) {
  transition-delay: 0.4946491814s;
}
.scale-title .word:nth-child(45) .letter:nth-child(30) {
  transition-delay: 0.4431943559s;
}
.scale-title .word:nth-child(45) .letter:nth-child(31) {
  transition-delay: 0.5944088858s;
}
.scale-title .word:nth-child(45) .letter:nth-child(32) {
  transition-delay: 0.5569892188s;
}
.scale-title .word:nth-child(45) .letter:nth-child(33) {
  transition-delay: 0.4631361022s;
}
.scale-title .word:nth-child(45) .letter:nth-child(34) {
  transition-delay: 0.1060202933s;
}
.scale-title .word:nth-child(45) .letter:nth-child(35) {
  transition-delay: 0.448924651s;
}
.scale-title .word:nth-child(45) .letter:nth-child(36) {
  transition-delay: 0.1360067331s;
}
.scale-title .word:nth-child(45) .letter:nth-child(37) {
  transition-delay: 0.4720792896s;
}
.scale-title .word:nth-child(45) .letter:nth-child(38) {
  transition-delay: 0.1518332677s;
}
.scale-title .word:nth-child(45) .letter:nth-child(39) {
  transition-delay: 0.5630092306s;
}
.scale-title .word:nth-child(45) .letter:nth-child(40) {
  transition-delay: 0.1924281081s;
}
.scale-title .word:nth-child(45) .letter:nth-child(41) {
  transition-delay: 0.0173184861s;
}
.scale-title .word:nth-child(45) .letter:nth-child(42) {
  transition-delay: 0.0487105488s;
}
.scale-title .word:nth-child(45) .letter:nth-child(43) {
  transition-delay: 0.5032890251s;
}
.scale-title .word:nth-child(45) .letter:nth-child(44) {
  transition-delay: 0.1627116862s;
}
.scale-title .word:nth-child(45) .letter:nth-child(45) {
  transition-delay: 0.188090345s;
}
.scale-title .word:nth-child(45) .letter:nth-child(46) {
  transition-delay: 0.3475823094s;
}
.scale-title .word:nth-child(45) .letter:nth-child(47) {
  transition-delay: 0.0354947514s;
}
.scale-title .word:nth-child(45) .letter:nth-child(48) {
  transition-delay: 0.5409287404s;
}
.scale-title .word:nth-child(45) .letter:nth-child(49) {
  transition-delay: 0.4526261826s;
}
.scale-title .word:nth-child(46) .letter:nth-child(1) {
  transition-delay: 0.1662312313s;
}
.scale-title .word:nth-child(46) .letter:nth-child(2) {
  transition-delay: 0.5751741028s;
}
.scale-title .word:nth-child(46) .letter:nth-child(3) {
  transition-delay: 0.4392392027s;
}
.scale-title .word:nth-child(46) .letter:nth-child(4) {
  transition-delay: 0.3989001163s;
}
.scale-title .word:nth-child(46) .letter:nth-child(5) {
  transition-delay: 0.500162508s;
}
.scale-title .word:nth-child(46) .letter:nth-child(6) {
  transition-delay: 0.4152016813s;
}
.scale-title .word:nth-child(46) .letter:nth-child(7) {
  transition-delay: 0.3637622995s;
}
.scale-title .word:nth-child(46) .letter:nth-child(8) {
  transition-delay: 0.1046844301s;
}
.scale-title .word:nth-child(46) .letter:nth-child(9) {
  transition-delay: 0.4577974006s;
}
.scale-title .word:nth-child(46) .letter:nth-child(10) {
  transition-delay: 0.0456002548s;
}
.scale-title .word:nth-child(46) .letter:nth-child(11) {
  transition-delay: 0.265674138s;
}
.scale-title .word:nth-child(46) .letter:nth-child(12) {
  transition-delay: 0.1214384407s;
}
.scale-title .word:nth-child(46) .letter:nth-child(13) {
  transition-delay: 0.5566614508s;
}
.scale-title .word:nth-child(46) .letter:nth-child(14) {
  transition-delay: 0.5116617896s;
}
.scale-title .word:nth-child(46) .letter:nth-child(15) {
  transition-delay: 0.2053232609s;
}
.scale-title .word:nth-child(46) .letter:nth-child(16) {
  transition-delay: 0.2920072934s;
}
.scale-title .word:nth-child(46) .letter:nth-child(17) {
  transition-delay: 0.223182034s;
}
.scale-title .word:nth-child(46) .letter:nth-child(18) {
  transition-delay: 0.4865522621s;
}
.scale-title .word:nth-child(46) .letter:nth-child(19) {
  transition-delay: 0.0477735713s;
}
.scale-title .word:nth-child(46) .letter:nth-child(20) {
  transition-delay: 0.2782578178s;
}
.scale-title .word:nth-child(46) .letter:nth-child(21) {
  transition-delay: 0.3765981216s;
}
.scale-title .word:nth-child(46) .letter:nth-child(22) {
  transition-delay: 0.5729697595s;
}
.scale-title .word:nth-child(46) .letter:nth-child(23) {
  transition-delay: 0.5648530632s;
}
.scale-title .word:nth-child(46) .letter:nth-child(24) {
  transition-delay: 0.2966409871s;
}
.scale-title .word:nth-child(46) .letter:nth-child(25) {
  transition-delay: 0.2816267926s;
}
.scale-title .word:nth-child(46) .letter:nth-child(26) {
  transition-delay: 0.2472761601s;
}
.scale-title .word:nth-child(46) .letter:nth-child(27) {
  transition-delay: 0.410553153s;
}
.scale-title .word:nth-child(46) .letter:nth-child(28) {
  transition-delay: 0.1827192376s;
}
.scale-title .word:nth-child(46) .letter:nth-child(29) {
  transition-delay: 0.1235128504s;
}
.scale-title .word:nth-child(46) .letter:nth-child(30) {
  transition-delay: 0.5055816011s;
}
.scale-title .word:nth-child(46) .letter:nth-child(31) {
  transition-delay: 0.0872979876s;
}
.scale-title .word:nth-child(46) .letter:nth-child(32) {
  transition-delay: 0.1012591498s;
}
.scale-title .word:nth-child(46) .letter:nth-child(33) {
  transition-delay: 0.2620536871s;
}
.scale-title .word:nth-child(46) .letter:nth-child(34) {
  transition-delay: 0.4657535406s;
}
.scale-title .word:nth-child(46) .letter:nth-child(35) {
  transition-delay: 0.5970304016s;
}
.scale-title .word:nth-child(46) .letter:nth-child(36) {
  transition-delay: 0.4683155048s;
}
.scale-title .word:nth-child(46) .letter:nth-child(37) {
  transition-delay: 0.4061104198s;
}
.scale-title .word:nth-child(46) .letter:nth-child(38) {
  transition-delay: 0.1109287507s;
}
.scale-title .word:nth-child(46) .letter:nth-child(39) {
  transition-delay: 0.2010157288s;
}
.scale-title .word:nth-child(46) .letter:nth-child(40) {
  transition-delay: 0.3804026338s;
}
.scale-title .word:nth-child(46) .letter:nth-child(41) {
  transition-delay: 0.069459656s;
}
.scale-title .word:nth-child(46) .letter:nth-child(42) {
  transition-delay: 0.3161171399s;
}
.scale-title .word:nth-child(46) .letter:nth-child(43) {
  transition-delay: 0.1388718289s;
}
.scale-title .word:nth-child(46) .letter:nth-child(44) {
  transition-delay: 0.5847781057s;
}
.scale-title .word:nth-child(46) .letter:nth-child(45) {
  transition-delay: 0.0820819609s;
}
.scale-title .word:nth-child(46) .letter:nth-child(46) {
  transition-delay: 0.0868080983s;
}
.scale-title .word:nth-child(46) .letter:nth-child(47) {
  transition-delay: 0.2593294113s;
}
.scale-title .word:nth-child(46) .letter:nth-child(48) {
  transition-delay: 0.0720378534s;
}
.scale-title .word:nth-child(46) .letter:nth-child(49) {
  transition-delay: 0.3450898676s;
}
.scale-title .word:nth-child(47) .letter:nth-child(1) {
  transition-delay: 0.1611421981s;
}
.scale-title .word:nth-child(47) .letter:nth-child(2) {
  transition-delay: 0.2415471095s;
}
.scale-title .word:nth-child(47) .letter:nth-child(3) {
  transition-delay: 0.2232716864s;
}
.scale-title .word:nth-child(47) .letter:nth-child(4) {
  transition-delay: 0.0628813688s;
}
.scale-title .word:nth-child(47) .letter:nth-child(5) {
  transition-delay: 0.526588172s;
}
.scale-title .word:nth-child(47) .letter:nth-child(6) {
  transition-delay: 0.4319324492s;
}
.scale-title .word:nth-child(47) .letter:nth-child(7) {
  transition-delay: 0.4480478152s;
}
.scale-title .word:nth-child(47) .letter:nth-child(8) {
  transition-delay: 0.2931409142s;
}
.scale-title .word:nth-child(47) .letter:nth-child(9) {
  transition-delay: 0.1737246769s;
}
.scale-title .word:nth-child(47) .letter:nth-child(10) {
  transition-delay: 0.1590911843s;
}
.scale-title .word:nth-child(47) .letter:nth-child(11) {
  transition-delay: 0.5991454485s;
}
.scale-title .word:nth-child(47) .letter:nth-child(12) {
  transition-delay: 0.3403512697s;
}
.scale-title .word:nth-child(47) .letter:nth-child(13) {
  transition-delay: 0.4406842831s;
}
.scale-title .word:nth-child(47) .letter:nth-child(14) {
  transition-delay: 0.2742878209s;
}
.scale-title .word:nth-child(47) .letter:nth-child(15) {
  transition-delay: 0.5007393002s;
}
.scale-title .word:nth-child(47) .letter:nth-child(16) {
  transition-delay: 0.1410380619s;
}
.scale-title .word:nth-child(47) .letter:nth-child(17) {
  transition-delay: 0.5951985483s;
}
.scale-title .word:nth-child(47) .letter:nth-child(18) {
  transition-delay: 0.1542521416s;
}
.scale-title .word:nth-child(47) .letter:nth-child(19) {
  transition-delay: 0.3889833035s;
}
.scale-title .word:nth-child(47) .letter:nth-child(20) {
  transition-delay: 0.4765553261s;
}
.scale-title .word:nth-child(47) .letter:nth-child(21) {
  transition-delay: 0.5860320344s;
}
.scale-title .word:nth-child(47) .letter:nth-child(22) {
  transition-delay: 0.580775841s;
}
.scale-title .word:nth-child(47) .letter:nth-child(23) {
  transition-delay: 0.1738342995s;
}
.scale-title .word:nth-child(47) .letter:nth-child(24) {
  transition-delay: 0.1615242147s;
}
.scale-title .word:nth-child(47) .letter:nth-child(25) {
  transition-delay: 0.4783541518s;
}
.scale-title .word:nth-child(47) .letter:nth-child(26) {
  transition-delay: 0.1459917991s;
}
.scale-title .word:nth-child(47) .letter:nth-child(27) {
  transition-delay: 0.410761859s;
}
.scale-title .word:nth-child(47) .letter:nth-child(28) {
  transition-delay: 0.3388567109s;
}
.scale-title .word:nth-child(47) .letter:nth-child(29) {
  transition-delay: 0.2669102374s;
}
.scale-title .word:nth-child(47) .letter:nth-child(30) {
  transition-delay: 0.2101795032s;
}
.scale-title .word:nth-child(47) .letter:nth-child(31) {
  transition-delay: 0.4308834879s;
}
.scale-title .word:nth-child(47) .letter:nth-child(32) {
  transition-delay: 0.1614359273s;
}
.scale-title .word:nth-child(47) .letter:nth-child(33) {
  transition-delay: 0.0308097879s;
}
.scale-title .word:nth-child(47) .letter:nth-child(34) {
  transition-delay: 0.1717402661s;
}
.scale-title .word:nth-child(47) .letter:nth-child(35) {
  transition-delay: 0.3582535084s;
}
.scale-title .word:nth-child(47) .letter:nth-child(36) {
  transition-delay: 0.2412600526s;
}
.scale-title .word:nth-child(47) .letter:nth-child(37) {
  transition-delay: 0.5250278567s;
}
.scale-title .word:nth-child(47) .letter:nth-child(38) {
  transition-delay: 0.1552725961s;
}
.scale-title .word:nth-child(47) .letter:nth-child(39) {
  transition-delay: 0.5856404257s;
}
.scale-title .word:nth-child(47) .letter:nth-child(40) {
  transition-delay: 0.3018249017s;
}
.scale-title .word:nth-child(47) .letter:nth-child(41) {
  transition-delay: 0.2715931736s;
}
.scale-title .word:nth-child(47) .letter:nth-child(42) {
  transition-delay: 0.0122365437s;
}
.scale-title .word:nth-child(47) .letter:nth-child(43) {
  transition-delay: 0.0587561271s;
}
.scale-title .word:nth-child(47) .letter:nth-child(44) {
  transition-delay: 0.252910429s;
}
.scale-title .word:nth-child(47) .letter:nth-child(45) {
  transition-delay: 0.4893618077s;
}
.scale-title .word:nth-child(47) .letter:nth-child(46) {
  transition-delay: 0.2717609205s;
}
.scale-title .word:nth-child(47) .letter:nth-child(47) {
  transition-delay: 0.2766342213s;
}
.scale-title .word:nth-child(47) .letter:nth-child(48) {
  transition-delay: 0.5717840548s;
}
.scale-title .word:nth-child(47) .letter:nth-child(49) {
  transition-delay: 0.2094338372s;
}
.scale-title .word:nth-child(48) .letter:nth-child(1) {
  transition-delay: 0.0659370082s;
}
.scale-title .word:nth-child(48) .letter:nth-child(2) {
  transition-delay: 0.3791767209s;
}
.scale-title .word:nth-child(48) .letter:nth-child(3) {
  transition-delay: 0.1265519041s;
}
.scale-title .word:nth-child(48) .letter:nth-child(4) {
  transition-delay: 0.5516044075s;
}
.scale-title .word:nth-child(48) .letter:nth-child(5) {
  transition-delay: 0.2701110661s;
}
.scale-title .word:nth-child(48) .letter:nth-child(6) {
  transition-delay: 0.1440249516s;
}
.scale-title .word:nth-child(48) .letter:nth-child(7) {
  transition-delay: 0.3967367897s;
}
.scale-title .word:nth-child(48) .letter:nth-child(8) {
  transition-delay: 0.1598658953s;
}
.scale-title .word:nth-child(48) .letter:nth-child(9) {
  transition-delay: 0.3337042965s;
}
.scale-title .word:nth-child(48) .letter:nth-child(10) {
  transition-delay: 0.0823044692s;
}
.scale-title .word:nth-child(48) .letter:nth-child(11) {
  transition-delay: 0.2811417184s;
}
.scale-title .word:nth-child(48) .letter:nth-child(12) {
  transition-delay: 0.4829906621s;
}
.scale-title .word:nth-child(48) .letter:nth-child(13) {
  transition-delay: 0.263485952s;
}
.scale-title .word:nth-child(48) .letter:nth-child(14) {
  transition-delay: 0.5641082871s;
}
.scale-title .word:nth-child(48) .letter:nth-child(15) {
  transition-delay: 0.4195485097s;
}
.scale-title .word:nth-child(48) .letter:nth-child(16) {
  transition-delay: 0.0096647544s;
}
.scale-title .word:nth-child(48) .letter:nth-child(17) {
  transition-delay: 0.0552673667s;
}
.scale-title .word:nth-child(48) .letter:nth-child(18) {
  transition-delay: 0.3299243371s;
}
.scale-title .word:nth-child(48) .letter:nth-child(19) {
  transition-delay: 0.4459982644s;
}
.scale-title .word:nth-child(48) .letter:nth-child(20) {
  transition-delay: 0.0428247018s;
}
.scale-title .word:nth-child(48) .letter:nth-child(21) {
  transition-delay: 0.4971108456s;
}
.scale-title .word:nth-child(48) .letter:nth-child(22) {
  transition-delay: 0.1237232484s;
}
.scale-title .word:nth-child(48) .letter:nth-child(23) {
  transition-delay: 0.1233090294s;
}
.scale-title .word:nth-child(48) .letter:nth-child(24) {
  transition-delay: 0.165380736s;
}
.scale-title .word:nth-child(48) .letter:nth-child(25) {
  transition-delay: 0.0548261237s;
}
.scale-title .word:nth-child(48) .letter:nth-child(26) {
  transition-delay: 0.4114894523s;
}
.scale-title .word:nth-child(48) .letter:nth-child(27) {
  transition-delay: 0.1652163023s;
}
.scale-title .word:nth-child(48) .letter:nth-child(28) {
  transition-delay: 0.1649585314s;
}
.scale-title .word:nth-child(48) .letter:nth-child(29) {
  transition-delay: 0.5937358445s;
}
.scale-title .word:nth-child(48) .letter:nth-child(30) {
  transition-delay: 0.1234029227s;
}
.scale-title .word:nth-child(48) .letter:nth-child(31) {
  transition-delay: 0.5840795363s;
}
.scale-title .word:nth-child(48) .letter:nth-child(32) {
  transition-delay: 0.1706826543s;
}
.scale-title .word:nth-child(48) .letter:nth-child(33) {
  transition-delay: 0.4950411952s;
}
.scale-title .word:nth-child(48) .letter:nth-child(34) {
  transition-delay: 0.4513318643s;
}
.scale-title .word:nth-child(48) .letter:nth-child(35) {
  transition-delay: 0.2527226352s;
}
.scale-title .word:nth-child(48) .letter:nth-child(36) {
  transition-delay: 0.0879159698s;
}
.scale-title .word:nth-child(48) .letter:nth-child(37) {
  transition-delay: 0.0848663904s;
}
.scale-title .word:nth-child(48) .letter:nth-child(38) {
  transition-delay: 0.4885405637s;
}
.scale-title .word:nth-child(48) .letter:nth-child(39) {
  transition-delay: 0.1567704654s;
}
.scale-title .word:nth-child(48) .letter:nth-child(40) {
  transition-delay: 0.3424374437s;
}
.scale-title .word:nth-child(48) .letter:nth-child(41) {
  transition-delay: 0.3625033021s;
}
.scale-title .word:nth-child(48) .letter:nth-child(42) {
  transition-delay: 0.574259878s;
}
.scale-title .word:nth-child(48) .letter:nth-child(43) {
  transition-delay: 0.236771937s;
}
.scale-title .word:nth-child(48) .letter:nth-child(44) {
  transition-delay: 0.0879651592s;
}
.scale-title .word:nth-child(48) .letter:nth-child(45) {
  transition-delay: 0.5191028562s;
}
.scale-title .word:nth-child(48) .letter:nth-child(46) {
  transition-delay: 0.0756850925s;
}
.scale-title .word:nth-child(48) .letter:nth-child(47) {
  transition-delay: 0.4932271628s;
}
.scale-title .word:nth-child(48) .letter:nth-child(48) {
  transition-delay: 0.0401409041s;
}
.scale-title .word:nth-child(48) .letter:nth-child(49) {
  transition-delay: 0.1671873252s;
}
.scale-title .word:nth-child(49) .letter:nth-child(1) {
  transition-delay: 0.3382682833s;
}
.scale-title .word:nth-child(49) .letter:nth-child(2) {
  transition-delay: 0.5691269641s;
}
.scale-title .word:nth-child(49) .letter:nth-child(3) {
  transition-delay: 0.55539222s;
}
.scale-title .word:nth-child(49) .letter:nth-child(4) {
  transition-delay: 0.3715767375s;
}
.scale-title .word:nth-child(49) .letter:nth-child(5) {
  transition-delay: 0.4964019491s;
}
.scale-title .word:nth-child(49) .letter:nth-child(6) {
  transition-delay: 0.5584375021s;
}
.scale-title .word:nth-child(49) .letter:nth-child(7) {
  transition-delay: 0.4728569933s;
}
.scale-title .word:nth-child(49) .letter:nth-child(8) {
  transition-delay: 0.3292865853s;
}
.scale-title .word:nth-child(49) .letter:nth-child(9) {
  transition-delay: 0.2577143566s;
}
.scale-title .word:nth-child(49) .letter:nth-child(10) {
  transition-delay: 0.2788554312s;
}
.scale-title .word:nth-child(49) .letter:nth-child(11) {
  transition-delay: 0.4059307872s;
}
.scale-title .word:nth-child(49) .letter:nth-child(12) {
  transition-delay: 0.1835788316s;
}
.scale-title .word:nth-child(49) .letter:nth-child(13) {
  transition-delay: 0.0207815368s;
}
.scale-title .word:nth-child(49) .letter:nth-child(14) {
  transition-delay: 0.2545530327s;
}
.scale-title .word:nth-child(49) .letter:nth-child(15) {
  transition-delay: 0.4745990529s;
}
.scale-title .word:nth-child(49) .letter:nth-child(16) {
  transition-delay: 0.5825067569s;
}
.scale-title .word:nth-child(49) .letter:nth-child(17) {
  transition-delay: 0.5531101844s;
}
.scale-title .word:nth-child(49) .letter:nth-child(18) {
  transition-delay: 0.2796652915s;
}
.scale-title .word:nth-child(49) .letter:nth-child(19) {
  transition-delay: 0.407771424s;
}
.scale-title .word:nth-child(49) .letter:nth-child(20) {
  transition-delay: 0.4321819877s;
}
.scale-title .word:nth-child(49) .letter:nth-child(21) {
  transition-delay: 0.3368105197s;
}
.scale-title .word:nth-child(49) .letter:nth-child(22) {
  transition-delay: 0.2462832113s;
}
.scale-title .word:nth-child(49) .letter:nth-child(23) {
  transition-delay: 0.1178376771s;
}
.scale-title .word:nth-child(49) .letter:nth-child(24) {
  transition-delay: 0.4194559875s;
}
.scale-title .word:nth-child(49) .letter:nth-child(25) {
  transition-delay: 0.3290726963s;
}
.scale-title .word:nth-child(49) .letter:nth-child(26) {
  transition-delay: 0.1248518278s;
}
.scale-title .word:nth-child(49) .letter:nth-child(27) {
  transition-delay: 0.4974001135s;
}
.scale-title .word:nth-child(49) .letter:nth-child(28) {
  transition-delay: 0.4978595852s;
}
.scale-title .word:nth-child(49) .letter:nth-child(29) {
  transition-delay: 0.589890821s;
}
.scale-title .word:nth-child(49) .letter:nth-child(30) {
  transition-delay: 0.0594388723s;
}
.scale-title .word:nth-child(49) .letter:nth-child(31) {
  transition-delay: 0.1351525121s;
}
.scale-title .word:nth-child(49) .letter:nth-child(32) {
  transition-delay: 0.2056417716s;
}
.scale-title .word:nth-child(49) .letter:nth-child(33) {
  transition-delay: 0.5664737799s;
}
.scale-title .word:nth-child(49) .letter:nth-child(34) {
  transition-delay: 0.5675601511s;
}
.scale-title .word:nth-child(49) .letter:nth-child(35) {
  transition-delay: 0.5451325982s;
}
.scale-title .word:nth-child(49) .letter:nth-child(36) {
  transition-delay: 0.0257418625s;
}
.scale-title .word:nth-child(49) .letter:nth-child(37) {
  transition-delay: 0.0104143823s;
}
.scale-title .word:nth-child(49) .letter:nth-child(38) {
  transition-delay: 0.4266217781s;
}
.scale-title .word:nth-child(49) .letter:nth-child(39) {
  transition-delay: 0.0781147076s;
}
.scale-title .word:nth-child(49) .letter:nth-child(40) {
  transition-delay: 0.0002777648s;
}
.scale-title .word:nth-child(49) .letter:nth-child(41) {
  transition-delay: 0.1844047567s;
}
.scale-title .word:nth-child(49) .letter:nth-child(42) {
  transition-delay: 0.5989736842s;
}
.scale-title .word:nth-child(49) .letter:nth-child(43) {
  transition-delay: 0.0544301793s;
}
.scale-title .word:nth-child(49) .letter:nth-child(44) {
  transition-delay: 0.5445654716s;
}
.scale-title .word:nth-child(49) .letter:nth-child(45) {
  transition-delay: 0.2286363959s;
}
.scale-title .word:nth-child(49) .letter:nth-child(46) {
  transition-delay: 0.3136972067s;
}
.scale-title .word:nth-child(49) .letter:nth-child(47) {
  transition-delay: 0.4627105272s;
}
.scale-title .word:nth-child(49) .letter:nth-child(48) {
  transition-delay: 0.463902862s;
}
.scale-title .word:nth-child(49) .letter:nth-child(49) {
  transition-delay: 0.1667790141s;
}
.scale-title:not(.show) .word .letter {
  opacity: 0;
  transform: scale(1.5);
}

.no-events, .no-events * {
  pointer-events: none !important;
}

.no-transition, .no-transition * {
  transition: none !important;
}

.no-transform {
  transform: none !important;
}

.no-opacity {
  opacity: 0 !important;
}

.no-overflow {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

.vh100 {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

[data-bg-img] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-scroll-section]:not([data-scroll-sticky]) {
  will-change: transform;
}

[data-scroll-speed] {
  will-change: transform;
}
