@import "../css/main.css";
.home-container {
  gap: 0;
  background: var(--background-elevation-1);
  display: grid;
}

.main-picture-main-div {
  height: auto;
  max-height: 100vh;
  width: 100%;
  position: relative;
}
.main-picture-main-div .main-picture-container {
  display: flex; /* Use flexbox to center content */
  justify-content: center; /* Horizontally center content */
  align-items: flex-end; /* Align content to the top */
  width: 100%; /* Full width of the viewport */
  /*height: fit-content; */
  max-height: 100vh;
}
.main-picture-main-div .main-picture-inner-container {
  display: flex; /* Use flexbox to center content */
  justify-content: center; /* Horizontally center content */
  align-items: flex-end; /* Align content to the top */
  width: 100%; /* Full width of the viewport */
  /*height: fit-content;/*100vh; */
  max-height: 100vh;
  min-height: 50vh;
  position: relative;
  overflow-x: clip;
}
.main-picture-main-div .main-picture-inner-container .enaire-logo {
  position: absolute;
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-template-columns: 3rem max-content 1fr;
  grid-template-rows: 1fr max-content 1.5rem;
}
.main-picture-main-div .main-picture-inner-container .enaire-logo .label {
  grid-column-start: 2;
  grid-row-start: 2;
  width: fit-content;
  white-space: nowrap;
  color: var(--cover-text-color);
  font-size: var(--medium-small-font-size);
}
.main-picture-main-div .main-picture-inner-container .enaire-logo img {
  grid-column-start: 2;
  grid-row-start: 2;
  max-width: 10rem;
}

.main-picture-main-div .main-picture-inner-container .project-info {
  position: absolute;
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-template-columns: 1fr max-content 4rem;
  grid-template-rows: 1fr max-content 2rem;
}
.main-picture-main-div .main-picture-inner-container .project-info .content-div {
  grid-column-start: 2;
  grid-row-start: 2;
}
.main-picture-main-div .main-picture-inner-container .project-info .content-div .label {
  color: var(--cover-text-color);
  margin-top: 0.25rem;
  font-size: var(--extra-large-font-size);
}
.main-picture-main-div .main-picture-inner-container .project-info .content-div img {
  width: 16rem;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
}
.main-picture-main-div .main-picture-container img {
  /* width: 100%; /* Make sure the image fills the container */
  object-fit: cover; /* Cover the container with the image while maintaining aspect ratio */
  opacity: 1;
  width: 100%;
  transform-origin: bottom;
}
@supports (animation-timeline: view()) {
  .main-picture-main-div .main-picture-container img {
    animation: main-picture-fade-out linear forwards;
    animation-timeline: view();
    animation-range: exit;
  }
}
@media screen and (orientation: portrait) {
  .main-picture-main-div .main-picture-container img.main-image {
    height: 50vh;
    width: 100%;
  }
}
.main-picture-main-div .image-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: var(--main-picture-cover-background);
  opacity: 0.4;
}
@supports (animation-timeline: view()) {
  .main-picture-main-div .image-cover {
    animation: main-picture-fade-out-opacity linear forwards;
    animation-timeline: view();
    animation-range: exit;
  }
}
.main-picture-main-div .texts-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr max-content 4fr;
  grid-template-rows: 1fr max-content max-content 2fr;
  margin: auto 2rem;
  overflow: hidden;
  width: calc(100% - 4rem);
}
.main-picture-main-div .texts-container .project-title-text {
  grid-row-start: 2;
  grid-column-start: 2;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100vw - 8rem);
}
.main-picture-main-div .texts-container .project-title-text .project-title-word {
  display: flex;
  width: fit-content;
  margin-left: 1rem;
  /*animation: text-fade-out linear forwards;
  animation-timeline: view();
  animation-range-start: calc(100vh - 7rem);
  animation-range-end: calc(100vh - 3rem);

   */
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .title-letter {
  font-weight: 300;
  font-size: 3.5rem;
  color: var(--app-color);
  margin-right: 0.5rem;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word {
  opacity: 0;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-0 {
  animation: fadeIn 0.15s linear 0s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-1 {
  animation: fadeIn 0.15s linear 0.1s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-2 {
  animation: fadeIn 0.15s linear 0.2s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-3 {
  animation: fadeIn 0.15s linear 0.3s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-4 {
  animation: fadeIn 0.15s linear 0.4s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-5 {
  animation: fadeIn 0.15s linear 0.5s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-6 {
  animation: fadeIn 0.15s linear 0.6s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-7 {
  animation: fadeIn 0.15s linear 0.7s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-8 {
  animation: fadeIn 0.15s linear 0.8s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-9 {
  animation: fadeIn 0.15s linear 0.9s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-10 {
  animation: fadeIn 0.15s linear 1s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-11 {
  animation: fadeIn 0.15s linear 1.1s forwards;
}
.main-picture-main-div .texts-container .project-title-text .project-title-word .fade-in-word-12 {
  animation: fadeIn 0.15s linear 1.2s forwards;
}
@media (max-width: 47rem) {
  .main-picture-main-div .texts-container .project-subtitle-text {
    display: none !important;
  }
}
.main-picture-main-div .texts-container .project-subtitle-text {
  grid-row-start: 3;
  grid-column-start: 2;
  margin-left: 3rem;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100vw - 10rem);
  animation: text-fade-out linear forwards;
  animation-timeline: view();
  animation-range-start: calc(100vh - 7rem);
  animation-range-end: calc(100vh - 3rem);
}
.main-picture-main-div .texts-container .project-subtitle-text .project-subtitle-word {
  display: flex;
  width: fit-content;
  margin-left: 1rem;
}
.main-picture-main-div .texts-container .project-subtitle-text .sub-title-letter {
  font-weight: 200;
  font-size: 3rem;
  color: var(--cover-text-color);
  margin-right: 0.5rem;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word {
  opacity: 0;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-0 {
  animation: fadeIn 0.15s linear 0.6s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-1 {
  animation: fadeIn 0.15s linear 0.65s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-2 {
  animation: fadeIn 0.15s linear 0.7s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-3 {
  animation: fadeIn 0.15s linear 0.75s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-4 {
  animation: fadeIn 0.15s linear 0.8s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-5 {
  animation: fadeIn 0.15s linear 0.85s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-6 {
  animation: fadeIn 0.15s linear 0.9s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-7 {
  animation: fadeIn 0.15s linear 0.95s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-8 {
  animation: fadeIn 0.15s linear 1s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-9 {
  animation: fadeIn 0.15s linear 1.05s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-10 {
  animation: fadeIn 0.15s linear 1.1s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-11 {
  animation: fadeIn 0.15s linear 1.15s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-12 {
  animation: fadeIn 0.15s linear 1.2s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-13 {
  animation: fadeIn 0.15s linear 1.25s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-14 {
  animation: fadeIn 0.15s linear 1.3s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-15 {
  animation: fadeIn 0.15s linear 1.35s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-16 {
  animation: fadeIn 0.15s linear 1.4s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-17 {
  animation: fadeIn 0.15s linear 1.45s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-18 {
  animation: fadeIn 0.15s linear 1.5s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-19 {
  animation: fadeIn 0.15s linear 1.55s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-20 {
  animation: fadeIn 0.15s linear 1.6s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-21 {
  animation: fadeIn 0.15s linear 1.65s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-22 {
  animation: fadeIn 0.15s linear 1.7s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-23 {
  animation: fadeIn 0.15s linear 1.75s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-24 {
  animation: fadeIn 0.15s linear 1.8s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-25 {
  animation: fadeIn 0.15s linear 1.85s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-26 {
  animation: fadeIn 0.15s linear 1.9s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-27 {
  animation: fadeIn 0.15s linear 1.95s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-28 {
  animation: fadeIn 0.15s linear 2s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-29 {
  animation: fadeIn 0.15s linear 2.05s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-30 {
  animation: fadeIn 0.15s linear 2.1s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-31 {
  animation: fadeIn 0.15s linear 2.15s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-32 {
  animation: fadeIn 0.15s linear 2.2s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-33 {
  animation: fadeIn 0.15s linear 2.25s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-34 {
  animation: fadeIn 0.15s linear 2.3s forwards;
}
.main-picture-main-div .texts-container .project-subtitle-text .fade-in-word-35 {
  animation: fadeIn 0.15s linear 2.35s forwards;
}
.main-picture-main-div .project-logo-container {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  display: flex;
}
.main-picture-main-div .project-logo-container .logo-by-title {
  margin-right: 1rem;
  height: fit-content;
  margin-bottom: 0;
  margin-top: auto;
}
.main-picture-main-div .project-logo-container .by-header {
  font-weight: 200;
  font-size: 2rem;
  color: var(--hover-button-color);
}
.main-picture-main-div .project-logo-container .fade-in-word {
  opacity: 0;
  animation: fadeIn 1s linear 1.6s forwards;
}
.main-picture-main-div .project-logo-container .pildo-logo-div {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 242, 0.3137254902);
}
.main-picture-main-div .project-logo-container .pildo-logo {
  height: 2.5rem;
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes main-picture-fade-out {
  25% {
    opacity: 0.6;
  }
  75%, 100% {
    opacity: 1;
    scale: 2;
  }
}
@keyframes main-picture-fade-out-opacity {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.85;
  }
}
@keyframes text-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.home-main-container {
  position: relative;
  width: calc(100vw - 8px);
}
.home-main-container > * {
  position: relative;
  z-index: 1;
}
.home-main-container .image-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-main-container .image-background img {
  width: 100%; /* Make sure the image fills the container */
  height: 100%;
  object-fit: cover; /* Cover the container with the image while maintaining aspect ratio */
  opacity: 0.05;
}
.home-main-container .image-background .image-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-main-container .portal-introduction {
  position: relative;
  background: var(--background-elevation-1);
  margin: 2rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.home-main-container .portal-introduction .introduction-header {
  width: fit-content;
  margin: auto;
  font-weight: var(--thin-font-weight);
  font-size: 3rem;
  letter-spacing: 0.25rem;
}
.home-main-container .portal-introduction .introduction-text {
  width: 100%;
  text-align: justify;
  margin: auto;
  font-size: var(--medium-font-size);
  font-weight: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-main-container .portal-introduction .introduction-text .introduction-text-word {
  font-size: var(--medium-font-size);
  font-weight: 200;
  width: fit-content;
  margin-right: 0.5rem;
  opacity: 0;
}
.home-main-container .portal-introduction .introduction-text .introduction-text-word:last-child {
  margin-right: auto;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(1) {
  animation: fadeIn 0.1s ease-in-out 0.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(2) {
  animation: fadeIn 0.1s ease-in-out 0.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(3) {
  animation: fadeIn 0.1s ease-in-out 0.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(4) {
  animation: fadeIn 0.1s ease-in-out 0.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(5) {
  animation: fadeIn 0.1s ease-in-out 0.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(6) {
  animation: fadeIn 0.1s ease-in-out 0.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(7) {
  animation: fadeIn 0.1s ease-in-out 0.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(8) {
  animation: fadeIn 0.1s ease-in-out 0.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(9) {
  animation: fadeIn 0.1s ease-in-out 0.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(10) {
  animation: fadeIn 0.1s ease-in-out 0.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(11) {
  animation: fadeIn 0.1s ease-in-out 0.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(12) {
  animation: fadeIn 0.1s ease-in-out 0.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(13) {
  animation: fadeIn 0.1s ease-in-out 0.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(14) {
  animation: fadeIn 0.1s ease-in-out 0.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(15) {
  animation: fadeIn 0.1s ease-in-out 0.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(16) {
  animation: fadeIn 0.1s ease-in-out 0.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(17) {
  animation: fadeIn 0.1s ease-in-out 0.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(18) {
  animation: fadeIn 0.1s ease-in-out 0.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(19) {
  animation: fadeIn 0.1s ease-in-out 0.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(20) {
  animation: fadeIn 0.1s ease-in-out 0.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(21) {
  animation: fadeIn 0.1s ease-in-out 0.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(22) {
  animation: fadeIn 0.1s ease-in-out 0.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(23) {
  animation: fadeIn 0.1s ease-in-out 0.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(24) {
  animation: fadeIn 0.1s ease-in-out 0.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(25) {
  animation: fadeIn 0.1s ease-in-out 0.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(26) {
  animation: fadeIn 0.1s ease-in-out 0.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(27) {
  animation: fadeIn 0.1s ease-in-out 0.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(28) {
  animation: fadeIn 0.1s ease-in-out 0.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(29) {
  animation: fadeIn 0.1s ease-in-out 0.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(30) {
  animation: fadeIn 0.1s ease-in-out 0.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(31) {
  animation: fadeIn 0.1s ease-in-out 0.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(32) {
  animation: fadeIn 0.1s ease-in-out 0.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(33) {
  animation: fadeIn 0.1s ease-in-out 0.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(34) {
  animation: fadeIn 0.1s ease-in-out 0.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(35) {
  animation: fadeIn 0.1s ease-in-out 0.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(36) {
  animation: fadeIn 0.1s ease-in-out 0.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(37) {
  animation: fadeIn 0.1s ease-in-out 0.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(38) {
  animation: fadeIn 0.1s ease-in-out 0.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(39) {
  animation: fadeIn 0.1s ease-in-out 0.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(40) {
  animation: fadeIn 0.1s ease-in-out 0.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(41) {
  animation: fadeIn 0.1s ease-in-out 0.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(42) {
  animation: fadeIn 0.1s ease-in-out 0.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(43) {
  animation: fadeIn 0.1s ease-in-out 0.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(44) {
  animation: fadeIn 0.1s ease-in-out 0.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(45) {
  animation: fadeIn 0.1s ease-in-out 0.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(46) {
  animation: fadeIn 0.1s ease-in-out 0.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(47) {
  animation: fadeIn 0.1s ease-in-out 0.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(48) {
  animation: fadeIn 0.1s ease-in-out 0.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(49) {
  animation: fadeIn 0.1s ease-in-out 0.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(50) {
  animation: fadeIn 0.1s ease-in-out 1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(51) {
  animation: fadeIn 0.1s ease-in-out 1.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(52) {
  animation: fadeIn 0.1s ease-in-out 1.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(53) {
  animation: fadeIn 0.1s ease-in-out 1.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(54) {
  animation: fadeIn 0.1s ease-in-out 1.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(55) {
  animation: fadeIn 0.1s ease-in-out 1.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(56) {
  animation: fadeIn 0.1s ease-in-out 1.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(57) {
  animation: fadeIn 0.1s ease-in-out 1.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(58) {
  animation: fadeIn 0.1s ease-in-out 1.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(59) {
  animation: fadeIn 0.1s ease-in-out 1.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(60) {
  animation: fadeIn 0.1s ease-in-out 1.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(61) {
  animation: fadeIn 0.1s ease-in-out 1.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(62) {
  animation: fadeIn 0.1s ease-in-out 1.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(63) {
  animation: fadeIn 0.1s ease-in-out 1.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(64) {
  animation: fadeIn 0.1s ease-in-out 1.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(65) {
  animation: fadeIn 0.1s ease-in-out 1.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(66) {
  animation: fadeIn 0.1s ease-in-out 1.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(67) {
  animation: fadeIn 0.1s ease-in-out 1.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(68) {
  animation: fadeIn 0.1s ease-in-out 1.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(69) {
  animation: fadeIn 0.1s ease-in-out 1.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(70) {
  animation: fadeIn 0.1s ease-in-out 1.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(71) {
  animation: fadeIn 0.1s ease-in-out 1.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(72) {
  animation: fadeIn 0.1s ease-in-out 1.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(73) {
  animation: fadeIn 0.1s ease-in-out 1.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(74) {
  animation: fadeIn 0.1s ease-in-out 1.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(75) {
  animation: fadeIn 0.1s ease-in-out 1.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(76) {
  animation: fadeIn 0.1s ease-in-out 1.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(77) {
  animation: fadeIn 0.1s ease-in-out 1.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(78) {
  animation: fadeIn 0.1s ease-in-out 1.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(79) {
  animation: fadeIn 0.1s ease-in-out 1.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(80) {
  animation: fadeIn 0.1s ease-in-out 1.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(81) {
  animation: fadeIn 0.1s ease-in-out 1.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(82) {
  animation: fadeIn 0.1s ease-in-out 1.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(83) {
  animation: fadeIn 0.1s ease-in-out 1.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(84) {
  animation: fadeIn 0.1s ease-in-out 1.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(85) {
  animation: fadeIn 0.1s ease-in-out 1.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(86) {
  animation: fadeIn 0.1s ease-in-out 1.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(87) {
  animation: fadeIn 0.1s ease-in-out 1.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(88) {
  animation: fadeIn 0.1s ease-in-out 1.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(89) {
  animation: fadeIn 0.1s ease-in-out 1.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(90) {
  animation: fadeIn 0.1s ease-in-out 1.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(91) {
  animation: fadeIn 0.1s ease-in-out 1.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(92) {
  animation: fadeIn 0.1s ease-in-out 1.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(93) {
  animation: fadeIn 0.1s ease-in-out 1.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(94) {
  animation: fadeIn 0.1s ease-in-out 1.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(95) {
  animation: fadeIn 0.1s ease-in-out 1.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(96) {
  animation: fadeIn 0.1s ease-in-out 1.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(97) {
  animation: fadeIn 0.1s ease-in-out 1.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(98) {
  animation: fadeIn 0.1s ease-in-out 1.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(99) {
  animation: fadeIn 0.1s ease-in-out 1.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(100) {
  animation: fadeIn 0.1s ease-in-out 2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(101) {
  animation: fadeIn 0.1s ease-in-out 2.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(102) {
  animation: fadeIn 0.1s ease-in-out 2.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(103) {
  animation: fadeIn 0.1s ease-in-out 2.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(104) {
  animation: fadeIn 0.1s ease-in-out 2.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(105) {
  animation: fadeIn 0.1s ease-in-out 2.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(106) {
  animation: fadeIn 0.1s ease-in-out 2.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(107) {
  animation: fadeIn 0.1s ease-in-out 2.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(108) {
  animation: fadeIn 0.1s ease-in-out 2.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(109) {
  animation: fadeIn 0.1s ease-in-out 2.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(110) {
  animation: fadeIn 0.1s ease-in-out 2.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(111) {
  animation: fadeIn 0.1s ease-in-out 2.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(112) {
  animation: fadeIn 0.1s ease-in-out 2.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(113) {
  animation: fadeIn 0.1s ease-in-out 2.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(114) {
  animation: fadeIn 0.1s ease-in-out 2.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(115) {
  animation: fadeIn 0.1s ease-in-out 2.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(116) {
  animation: fadeIn 0.1s ease-in-out 2.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(117) {
  animation: fadeIn 0.1s ease-in-out 2.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(118) {
  animation: fadeIn 0.1s ease-in-out 2.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(119) {
  animation: fadeIn 0.1s ease-in-out 2.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(120) {
  animation: fadeIn 0.1s ease-in-out 2.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(121) {
  animation: fadeIn 0.1s ease-in-out 2.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(122) {
  animation: fadeIn 0.1s ease-in-out 2.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(123) {
  animation: fadeIn 0.1s ease-in-out 2.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(124) {
  animation: fadeIn 0.1s ease-in-out 2.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(125) {
  animation: fadeIn 0.1s ease-in-out 2.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(126) {
  animation: fadeIn 0.1s ease-in-out 2.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(127) {
  animation: fadeIn 0.1s ease-in-out 2.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(128) {
  animation: fadeIn 0.1s ease-in-out 2.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(129) {
  animation: fadeIn 0.1s ease-in-out 2.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(130) {
  animation: fadeIn 0.1s ease-in-out 2.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(131) {
  animation: fadeIn 0.1s ease-in-out 2.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(132) {
  animation: fadeIn 0.1s ease-in-out 2.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(133) {
  animation: fadeIn 0.1s ease-in-out 2.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(134) {
  animation: fadeIn 0.1s ease-in-out 2.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(135) {
  animation: fadeIn 0.1s ease-in-out 2.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(136) {
  animation: fadeIn 0.1s ease-in-out 2.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(137) {
  animation: fadeIn 0.1s ease-in-out 2.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(138) {
  animation: fadeIn 0.1s ease-in-out 2.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(139) {
  animation: fadeIn 0.1s ease-in-out 2.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(140) {
  animation: fadeIn 0.1s ease-in-out 2.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(141) {
  animation: fadeIn 0.1s ease-in-out 2.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(142) {
  animation: fadeIn 0.1s ease-in-out 2.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(143) {
  animation: fadeIn 0.1s ease-in-out 2.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(144) {
  animation: fadeIn 0.1s ease-in-out 2.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(145) {
  animation: fadeIn 0.1s ease-in-out 2.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(146) {
  animation: fadeIn 0.1s ease-in-out 2.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(147) {
  animation: fadeIn 0.1s ease-in-out 2.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(148) {
  animation: fadeIn 0.1s ease-in-out 2.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(149) {
  animation: fadeIn 0.1s ease-in-out 2.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(150) {
  animation: fadeIn 0.1s ease-in-out 3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(151) {
  animation: fadeIn 0.1s ease-in-out 3.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(152) {
  animation: fadeIn 0.1s ease-in-out 3.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(153) {
  animation: fadeIn 0.1s ease-in-out 3.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(154) {
  animation: fadeIn 0.1s ease-in-out 3.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(155) {
  animation: fadeIn 0.1s ease-in-out 3.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(156) {
  animation: fadeIn 0.1s ease-in-out 3.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(157) {
  animation: fadeIn 0.1s ease-in-out 3.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(158) {
  animation: fadeIn 0.1s ease-in-out 3.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(159) {
  animation: fadeIn 0.1s ease-in-out 3.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(160) {
  animation: fadeIn 0.1s ease-in-out 3.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(161) {
  animation: fadeIn 0.1s ease-in-out 3.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(162) {
  animation: fadeIn 0.1s ease-in-out 3.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(163) {
  animation: fadeIn 0.1s ease-in-out 3.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(164) {
  animation: fadeIn 0.1s ease-in-out 3.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(165) {
  animation: fadeIn 0.1s ease-in-out 3.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(166) {
  animation: fadeIn 0.1s ease-in-out 3.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(167) {
  animation: fadeIn 0.1s ease-in-out 3.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(168) {
  animation: fadeIn 0.1s ease-in-out 3.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(169) {
  animation: fadeIn 0.1s ease-in-out 3.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(170) {
  animation: fadeIn 0.1s ease-in-out 3.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(171) {
  animation: fadeIn 0.1s ease-in-out 3.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(172) {
  animation: fadeIn 0.1s ease-in-out 3.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(173) {
  animation: fadeIn 0.1s ease-in-out 3.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(174) {
  animation: fadeIn 0.1s ease-in-out 3.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(175) {
  animation: fadeIn 0.1s ease-in-out 3.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(176) {
  animation: fadeIn 0.1s ease-in-out 3.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(177) {
  animation: fadeIn 0.1s ease-in-out 3.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(178) {
  animation: fadeIn 0.1s ease-in-out 3.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(179) {
  animation: fadeIn 0.1s ease-in-out 3.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(180) {
  animation: fadeIn 0.1s ease-in-out 3.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(181) {
  animation: fadeIn 0.1s ease-in-out 3.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(182) {
  animation: fadeIn 0.1s ease-in-out 3.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(183) {
  animation: fadeIn 0.1s ease-in-out 3.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(184) {
  animation: fadeIn 0.1s ease-in-out 3.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(185) {
  animation: fadeIn 0.1s ease-in-out 3.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(186) {
  animation: fadeIn 0.1s ease-in-out 3.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(187) {
  animation: fadeIn 0.1s ease-in-out 3.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(188) {
  animation: fadeIn 0.1s ease-in-out 3.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(189) {
  animation: fadeIn 0.1s ease-in-out 3.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(190) {
  animation: fadeIn 0.1s ease-in-out 3.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(191) {
  animation: fadeIn 0.1s ease-in-out 3.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(192) {
  animation: fadeIn 0.1s ease-in-out 3.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(193) {
  animation: fadeIn 0.1s ease-in-out 3.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(194) {
  animation: fadeIn 0.1s ease-in-out 3.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(195) {
  animation: fadeIn 0.1s ease-in-out 3.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(196) {
  animation: fadeIn 0.1s ease-in-out 3.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(197) {
  animation: fadeIn 0.1s ease-in-out 3.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(198) {
  animation: fadeIn 0.1s ease-in-out 3.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(199) {
  animation: fadeIn 0.1s ease-in-out 3.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(200) {
  animation: fadeIn 0.1s ease-in-out 4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(201) {
  animation: fadeIn 0.1s ease-in-out 4.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(202) {
  animation: fadeIn 0.1s ease-in-out 4.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(203) {
  animation: fadeIn 0.1s ease-in-out 4.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(204) {
  animation: fadeIn 0.1s ease-in-out 4.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(205) {
  animation: fadeIn 0.1s ease-in-out 4.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(206) {
  animation: fadeIn 0.1s ease-in-out 4.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(207) {
  animation: fadeIn 0.1s ease-in-out 4.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(208) {
  animation: fadeIn 0.1s ease-in-out 4.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(209) {
  animation: fadeIn 0.1s ease-in-out 4.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(210) {
  animation: fadeIn 0.1s ease-in-out 4.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(211) {
  animation: fadeIn 0.1s ease-in-out 4.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(212) {
  animation: fadeIn 0.1s ease-in-out 4.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(213) {
  animation: fadeIn 0.1s ease-in-out 4.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(214) {
  animation: fadeIn 0.1s ease-in-out 4.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(215) {
  animation: fadeIn 0.1s ease-in-out 4.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(216) {
  animation: fadeIn 0.1s ease-in-out 4.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(217) {
  animation: fadeIn 0.1s ease-in-out 4.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(218) {
  animation: fadeIn 0.1s ease-in-out 4.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(219) {
  animation: fadeIn 0.1s ease-in-out 4.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(220) {
  animation: fadeIn 0.1s ease-in-out 4.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(221) {
  animation: fadeIn 0.1s ease-in-out 4.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(222) {
  animation: fadeIn 0.1s ease-in-out 4.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(223) {
  animation: fadeIn 0.1s ease-in-out 4.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(224) {
  animation: fadeIn 0.1s ease-in-out 4.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(225) {
  animation: fadeIn 0.1s ease-in-out 4.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(226) {
  animation: fadeIn 0.1s ease-in-out 4.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(227) {
  animation: fadeIn 0.1s ease-in-out 4.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(228) {
  animation: fadeIn 0.1s ease-in-out 4.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(229) {
  animation: fadeIn 0.1s ease-in-out 4.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(230) {
  animation: fadeIn 0.1s ease-in-out 4.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(231) {
  animation: fadeIn 0.1s ease-in-out 4.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(232) {
  animation: fadeIn 0.1s ease-in-out 4.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(233) {
  animation: fadeIn 0.1s ease-in-out 4.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(234) {
  animation: fadeIn 0.1s ease-in-out 4.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(235) {
  animation: fadeIn 0.1s ease-in-out 4.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(236) {
  animation: fadeIn 0.1s ease-in-out 4.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(237) {
  animation: fadeIn 0.1s ease-in-out 4.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(238) {
  animation: fadeIn 0.1s ease-in-out 4.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(239) {
  animation: fadeIn 0.1s ease-in-out 4.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(240) {
  animation: fadeIn 0.1s ease-in-out 4.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(241) {
  animation: fadeIn 0.1s ease-in-out 4.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(242) {
  animation: fadeIn 0.1s ease-in-out 4.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(243) {
  animation: fadeIn 0.1s ease-in-out 4.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(244) {
  animation: fadeIn 0.1s ease-in-out 4.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(245) {
  animation: fadeIn 0.1s ease-in-out 4.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(246) {
  animation: fadeIn 0.1s ease-in-out 4.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(247) {
  animation: fadeIn 0.1s ease-in-out 4.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(248) {
  animation: fadeIn 0.1s ease-in-out 4.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(249) {
  animation: fadeIn 0.1s ease-in-out 4.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(250) {
  animation: fadeIn 0.1s ease-in-out 5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(251) {
  animation: fadeIn 0.1s ease-in-out 5.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(252) {
  animation: fadeIn 0.1s ease-in-out 5.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(253) {
  animation: fadeIn 0.1s ease-in-out 5.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(254) {
  animation: fadeIn 0.1s ease-in-out 5.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(255) {
  animation: fadeIn 0.1s ease-in-out 5.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(256) {
  animation: fadeIn 0.1s ease-in-out 5.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(257) {
  animation: fadeIn 0.1s ease-in-out 5.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(258) {
  animation: fadeIn 0.1s ease-in-out 5.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(259) {
  animation: fadeIn 0.1s ease-in-out 5.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(260) {
  animation: fadeIn 0.1s ease-in-out 5.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(261) {
  animation: fadeIn 0.1s ease-in-out 5.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(262) {
  animation: fadeIn 0.1s ease-in-out 5.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(263) {
  animation: fadeIn 0.1s ease-in-out 5.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(264) {
  animation: fadeIn 0.1s ease-in-out 5.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(265) {
  animation: fadeIn 0.1s ease-in-out 5.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(266) {
  animation: fadeIn 0.1s ease-in-out 5.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(267) {
  animation: fadeIn 0.1s ease-in-out 5.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(268) {
  animation: fadeIn 0.1s ease-in-out 5.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(269) {
  animation: fadeIn 0.1s ease-in-out 5.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(270) {
  animation: fadeIn 0.1s ease-in-out 5.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(271) {
  animation: fadeIn 0.1s ease-in-out 5.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(272) {
  animation: fadeIn 0.1s ease-in-out 5.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(273) {
  animation: fadeIn 0.1s ease-in-out 5.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(274) {
  animation: fadeIn 0.1s ease-in-out 5.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(275) {
  animation: fadeIn 0.1s ease-in-out 5.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(276) {
  animation: fadeIn 0.1s ease-in-out 5.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(277) {
  animation: fadeIn 0.1s ease-in-out 5.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(278) {
  animation: fadeIn 0.1s ease-in-out 5.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(279) {
  animation: fadeIn 0.1s ease-in-out 5.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(280) {
  animation: fadeIn 0.1s ease-in-out 5.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(281) {
  animation: fadeIn 0.1s ease-in-out 5.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(282) {
  animation: fadeIn 0.1s ease-in-out 5.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(283) {
  animation: fadeIn 0.1s ease-in-out 5.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(284) {
  animation: fadeIn 0.1s ease-in-out 5.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(285) {
  animation: fadeIn 0.1s ease-in-out 5.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(286) {
  animation: fadeIn 0.1s ease-in-out 5.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(287) {
  animation: fadeIn 0.1s ease-in-out 5.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(288) {
  animation: fadeIn 0.1s ease-in-out 5.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(289) {
  animation: fadeIn 0.1s ease-in-out 5.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(290) {
  animation: fadeIn 0.1s ease-in-out 5.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(291) {
  animation: fadeIn 0.1s ease-in-out 5.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(292) {
  animation: fadeIn 0.1s ease-in-out 5.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(293) {
  animation: fadeIn 0.1s ease-in-out 5.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(294) {
  animation: fadeIn 0.1s ease-in-out 5.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(295) {
  animation: fadeIn 0.1s ease-in-out 5.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(296) {
  animation: fadeIn 0.1s ease-in-out 5.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(297) {
  animation: fadeIn 0.1s ease-in-out 5.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(298) {
  animation: fadeIn 0.1s ease-in-out 5.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(299) {
  animation: fadeIn 0.1s ease-in-out 5.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(300) {
  animation: fadeIn 0.1s ease-in-out 6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(301) {
  animation: fadeIn 0.1s ease-in-out 6.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(302) {
  animation: fadeIn 0.1s ease-in-out 6.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(303) {
  animation: fadeIn 0.1s ease-in-out 6.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(304) {
  animation: fadeIn 0.1s ease-in-out 6.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(305) {
  animation: fadeIn 0.1s ease-in-out 6.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(306) {
  animation: fadeIn 0.1s ease-in-out 6.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(307) {
  animation: fadeIn 0.1s ease-in-out 6.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(308) {
  animation: fadeIn 0.1s ease-in-out 6.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(309) {
  animation: fadeIn 0.1s ease-in-out 6.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(310) {
  animation: fadeIn 0.1s ease-in-out 6.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(311) {
  animation: fadeIn 0.1s ease-in-out 6.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(312) {
  animation: fadeIn 0.1s ease-in-out 6.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(313) {
  animation: fadeIn 0.1s ease-in-out 6.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(314) {
  animation: fadeIn 0.1s ease-in-out 6.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(315) {
  animation: fadeIn 0.1s ease-in-out 6.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(316) {
  animation: fadeIn 0.1s ease-in-out 6.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(317) {
  animation: fadeIn 0.1s ease-in-out 6.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(318) {
  animation: fadeIn 0.1s ease-in-out 6.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(319) {
  animation: fadeIn 0.1s ease-in-out 6.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(320) {
  animation: fadeIn 0.1s ease-in-out 6.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(321) {
  animation: fadeIn 0.1s ease-in-out 6.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(322) {
  animation: fadeIn 0.1s ease-in-out 6.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(323) {
  animation: fadeIn 0.1s ease-in-out 6.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(324) {
  animation: fadeIn 0.1s ease-in-out 6.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(325) {
  animation: fadeIn 0.1s ease-in-out 6.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(326) {
  animation: fadeIn 0.1s ease-in-out 6.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(327) {
  animation: fadeIn 0.1s ease-in-out 6.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(328) {
  animation: fadeIn 0.1s ease-in-out 6.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(329) {
  animation: fadeIn 0.1s ease-in-out 6.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(330) {
  animation: fadeIn 0.1s ease-in-out 6.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(331) {
  animation: fadeIn 0.1s ease-in-out 6.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(332) {
  animation: fadeIn 0.1s ease-in-out 6.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(333) {
  animation: fadeIn 0.1s ease-in-out 6.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(334) {
  animation: fadeIn 0.1s ease-in-out 6.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(335) {
  animation: fadeIn 0.1s ease-in-out 6.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(336) {
  animation: fadeIn 0.1s ease-in-out 6.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(337) {
  animation: fadeIn 0.1s ease-in-out 6.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(338) {
  animation: fadeIn 0.1s ease-in-out 6.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(339) {
  animation: fadeIn 0.1s ease-in-out 6.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(340) {
  animation: fadeIn 0.1s ease-in-out 6.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(341) {
  animation: fadeIn 0.1s ease-in-out 6.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(342) {
  animation: fadeIn 0.1s ease-in-out 6.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(343) {
  animation: fadeIn 0.1s ease-in-out 6.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(344) {
  animation: fadeIn 0.1s ease-in-out 6.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(345) {
  animation: fadeIn 0.1s ease-in-out 6.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(346) {
  animation: fadeIn 0.1s ease-in-out 6.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(347) {
  animation: fadeIn 0.1s ease-in-out 6.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(348) {
  animation: fadeIn 0.1s ease-in-out 6.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(349) {
  animation: fadeIn 0.1s ease-in-out 6.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(350) {
  animation: fadeIn 0.1s ease-in-out 7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(351) {
  animation: fadeIn 0.1s ease-in-out 7.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(352) {
  animation: fadeIn 0.1s ease-in-out 7.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(353) {
  animation: fadeIn 0.1s ease-in-out 7.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(354) {
  animation: fadeIn 0.1s ease-in-out 7.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(355) {
  animation: fadeIn 0.1s ease-in-out 7.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(356) {
  animation: fadeIn 0.1s ease-in-out 7.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(357) {
  animation: fadeIn 0.1s ease-in-out 7.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(358) {
  animation: fadeIn 0.1s ease-in-out 7.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(359) {
  animation: fadeIn 0.1s ease-in-out 7.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(360) {
  animation: fadeIn 0.1s ease-in-out 7.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(361) {
  animation: fadeIn 0.1s ease-in-out 7.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(362) {
  animation: fadeIn 0.1s ease-in-out 7.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(363) {
  animation: fadeIn 0.1s ease-in-out 7.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(364) {
  animation: fadeIn 0.1s ease-in-out 7.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(365) {
  animation: fadeIn 0.1s ease-in-out 7.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(366) {
  animation: fadeIn 0.1s ease-in-out 7.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(367) {
  animation: fadeIn 0.1s ease-in-out 7.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(368) {
  animation: fadeIn 0.1s ease-in-out 7.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(369) {
  animation: fadeIn 0.1s ease-in-out 7.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(370) {
  animation: fadeIn 0.1s ease-in-out 7.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(371) {
  animation: fadeIn 0.1s ease-in-out 7.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(372) {
  animation: fadeIn 0.1s ease-in-out 7.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(373) {
  animation: fadeIn 0.1s ease-in-out 7.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(374) {
  animation: fadeIn 0.1s ease-in-out 7.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(375) {
  animation: fadeIn 0.1s ease-in-out 7.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(376) {
  animation: fadeIn 0.1s ease-in-out 7.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(377) {
  animation: fadeIn 0.1s ease-in-out 7.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(378) {
  animation: fadeIn 0.1s ease-in-out 7.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(379) {
  animation: fadeIn 0.1s ease-in-out 7.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(380) {
  animation: fadeIn 0.1s ease-in-out 7.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(381) {
  animation: fadeIn 0.1s ease-in-out 7.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(382) {
  animation: fadeIn 0.1s ease-in-out 7.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(383) {
  animation: fadeIn 0.1s ease-in-out 7.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(384) {
  animation: fadeIn 0.1s ease-in-out 7.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(385) {
  animation: fadeIn 0.1s ease-in-out 7.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(386) {
  animation: fadeIn 0.1s ease-in-out 7.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(387) {
  animation: fadeIn 0.1s ease-in-out 7.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(388) {
  animation: fadeIn 0.1s ease-in-out 7.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(389) {
  animation: fadeIn 0.1s ease-in-out 7.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(390) {
  animation: fadeIn 0.1s ease-in-out 7.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(391) {
  animation: fadeIn 0.1s ease-in-out 7.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(392) {
  animation: fadeIn 0.1s ease-in-out 7.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(393) {
  animation: fadeIn 0.1s ease-in-out 7.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(394) {
  animation: fadeIn 0.1s ease-in-out 7.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(395) {
  animation: fadeIn 0.1s ease-in-out 7.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(396) {
  animation: fadeIn 0.1s ease-in-out 7.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(397) {
  animation: fadeIn 0.1s ease-in-out 7.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(398) {
  animation: fadeIn 0.1s ease-in-out 7.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(399) {
  animation: fadeIn 0.1s ease-in-out 7.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(400) {
  animation: fadeIn 0.1s ease-in-out 8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(401) {
  animation: fadeIn 0.1s ease-in-out 8.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(402) {
  animation: fadeIn 0.1s ease-in-out 8.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(403) {
  animation: fadeIn 0.1s ease-in-out 8.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(404) {
  animation: fadeIn 0.1s ease-in-out 8.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(405) {
  animation: fadeIn 0.1s ease-in-out 8.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(406) {
  animation: fadeIn 0.1s ease-in-out 8.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(407) {
  animation: fadeIn 0.1s ease-in-out 8.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(408) {
  animation: fadeIn 0.1s ease-in-out 8.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(409) {
  animation: fadeIn 0.1s ease-in-out 8.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(410) {
  animation: fadeIn 0.1s ease-in-out 8.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(411) {
  animation: fadeIn 0.1s ease-in-out 8.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(412) {
  animation: fadeIn 0.1s ease-in-out 8.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(413) {
  animation: fadeIn 0.1s ease-in-out 8.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(414) {
  animation: fadeIn 0.1s ease-in-out 8.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(415) {
  animation: fadeIn 0.1s ease-in-out 8.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(416) {
  animation: fadeIn 0.1s ease-in-out 8.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(417) {
  animation: fadeIn 0.1s ease-in-out 8.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(418) {
  animation: fadeIn 0.1s ease-in-out 8.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(419) {
  animation: fadeIn 0.1s ease-in-out 8.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(420) {
  animation: fadeIn 0.1s ease-in-out 8.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(421) {
  animation: fadeIn 0.1s ease-in-out 8.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(422) {
  animation: fadeIn 0.1s ease-in-out 8.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(423) {
  animation: fadeIn 0.1s ease-in-out 8.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(424) {
  animation: fadeIn 0.1s ease-in-out 8.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(425) {
  animation: fadeIn 0.1s ease-in-out 8.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(426) {
  animation: fadeIn 0.1s ease-in-out 8.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(427) {
  animation: fadeIn 0.1s ease-in-out 8.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(428) {
  animation: fadeIn 0.1s ease-in-out 8.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(429) {
  animation: fadeIn 0.1s ease-in-out 8.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(430) {
  animation: fadeIn 0.1s ease-in-out 8.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(431) {
  animation: fadeIn 0.1s ease-in-out 8.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(432) {
  animation: fadeIn 0.1s ease-in-out 8.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(433) {
  animation: fadeIn 0.1s ease-in-out 8.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(434) {
  animation: fadeIn 0.1s ease-in-out 8.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(435) {
  animation: fadeIn 0.1s ease-in-out 8.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(436) {
  animation: fadeIn 0.1s ease-in-out 8.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(437) {
  animation: fadeIn 0.1s ease-in-out 8.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(438) {
  animation: fadeIn 0.1s ease-in-out 8.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(439) {
  animation: fadeIn 0.1s ease-in-out 8.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(440) {
  animation: fadeIn 0.1s ease-in-out 8.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(441) {
  animation: fadeIn 0.1s ease-in-out 8.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(442) {
  animation: fadeIn 0.1s ease-in-out 8.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(443) {
  animation: fadeIn 0.1s ease-in-out 8.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(444) {
  animation: fadeIn 0.1s ease-in-out 8.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(445) {
  animation: fadeIn 0.1s ease-in-out 8.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(446) {
  animation: fadeIn 0.1s ease-in-out 8.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(447) {
  animation: fadeIn 0.1s ease-in-out 8.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(448) {
  animation: fadeIn 0.1s ease-in-out 8.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(449) {
  animation: fadeIn 0.1s ease-in-out 8.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(450) {
  animation: fadeIn 0.1s ease-in-out 9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(451) {
  animation: fadeIn 0.1s ease-in-out 9.02s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(452) {
  animation: fadeIn 0.1s ease-in-out 9.04s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(453) {
  animation: fadeIn 0.1s ease-in-out 9.06s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(454) {
  animation: fadeIn 0.1s ease-in-out 9.08s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(455) {
  animation: fadeIn 0.1s ease-in-out 9.1s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(456) {
  animation: fadeIn 0.1s ease-in-out 9.12s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(457) {
  animation: fadeIn 0.1s ease-in-out 9.14s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(458) {
  animation: fadeIn 0.1s ease-in-out 9.16s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(459) {
  animation: fadeIn 0.1s ease-in-out 9.18s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(460) {
  animation: fadeIn 0.1s ease-in-out 9.2s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(461) {
  animation: fadeIn 0.1s ease-in-out 9.22s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(462) {
  animation: fadeIn 0.1s ease-in-out 9.24s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(463) {
  animation: fadeIn 0.1s ease-in-out 9.26s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(464) {
  animation: fadeIn 0.1s ease-in-out 9.28s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(465) {
  animation: fadeIn 0.1s ease-in-out 9.3s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(466) {
  animation: fadeIn 0.1s ease-in-out 9.32s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(467) {
  animation: fadeIn 0.1s ease-in-out 9.34s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(468) {
  animation: fadeIn 0.1s ease-in-out 9.36s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(469) {
  animation: fadeIn 0.1s ease-in-out 9.38s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(470) {
  animation: fadeIn 0.1s ease-in-out 9.4s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(471) {
  animation: fadeIn 0.1s ease-in-out 9.42s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(472) {
  animation: fadeIn 0.1s ease-in-out 9.44s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(473) {
  animation: fadeIn 0.1s ease-in-out 9.46s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(474) {
  animation: fadeIn 0.1s ease-in-out 9.48s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(475) {
  animation: fadeIn 0.1s ease-in-out 9.5s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(476) {
  animation: fadeIn 0.1s ease-in-out 9.52s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(477) {
  animation: fadeIn 0.1s ease-in-out 9.54s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(478) {
  animation: fadeIn 0.1s ease-in-out 9.56s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(479) {
  animation: fadeIn 0.1s ease-in-out 9.58s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(480) {
  animation: fadeIn 0.1s ease-in-out 9.6s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(481) {
  animation: fadeIn 0.1s ease-in-out 9.62s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(482) {
  animation: fadeIn 0.1s ease-in-out 9.64s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(483) {
  animation: fadeIn 0.1s ease-in-out 9.66s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(484) {
  animation: fadeIn 0.1s ease-in-out 9.68s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(485) {
  animation: fadeIn 0.1s ease-in-out 9.7s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(486) {
  animation: fadeIn 0.1s ease-in-out 9.72s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(487) {
  animation: fadeIn 0.1s ease-in-out 9.74s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(488) {
  animation: fadeIn 0.1s ease-in-out 9.76s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(489) {
  animation: fadeIn 0.1s ease-in-out 9.78s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(490) {
  animation: fadeIn 0.1s ease-in-out 9.8s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(491) {
  animation: fadeIn 0.1s ease-in-out 9.82s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(492) {
  animation: fadeIn 0.1s ease-in-out 9.84s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(493) {
  animation: fadeIn 0.1s ease-in-out 9.86s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(494) {
  animation: fadeIn 0.1s ease-in-out 9.88s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(495) {
  animation: fadeIn 0.1s ease-in-out 9.9s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(496) {
  animation: fadeIn 0.1s ease-in-out 9.92s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(497) {
  animation: fadeIn 0.1s ease-in-out 9.94s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(498) {
  animation: fadeIn 0.1s ease-in-out 9.96s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(499) {
  animation: fadeIn 0.1s ease-in-out 9.98s forwards;
}
.home-main-container .portal-introduction .introduction-text.expanded .introduction-text-word:nth-child(500) {
  animation: fadeIn 0.1s ease-in-out 10s forwards;
}
.home-main-container .portal-introduction .by-div {
  width: fit-content;
  margin: auto 1rem auto auto;
  display: flex;
}
.home-main-container .portal-introduction .by-div .by-label {
  font-size: var(--medium-large-font-size);
  font-weight: 200;
  height: 1rem;
  margin: auto 1rem 1.35rem auto;
}
.home-main-container .portal-introduction .by-div .pld-logo {
  width: auto;
  cursor: pointer;
}
.home-main-container .portal-introduction .by-div .pld-logo img {
  height: 2rem;
  width: auto;
  object-fit: cover;
  margin: 2rem auto 0 auto;
}
@keyframes introduction-animation {
  from {
    border: 1px solid transparent;
    background: var(--background-elevation-1);
    background: transparent;
    box-shadow: 0 0 3px 3px transparent;
  }
  to {
    border: 1px solid transparent;
    background: var(--background-elevation-2);
    box-shadow: 0 0 3px 3px var(--background-elevation-2);
  }
}

.footer-main-container {
  background: var(--background-elevation-2);
  border-top: 1px solid var(--border-color);
}

/*# sourceMappingURL=home.css.map */
