/* Marquee and title styles extracted from legacy monolith */

.title-123 {
    font-size: 123px;
    font-weight: 700;
    line-height: 98%;
    letter-spacing: -4.92px;
    text-transform: uppercase;
    color: var(--cream);
}
.title-123 strong {
    font-weight: 700;
    color: var(--hybrid-green);
}
.title-123 sup {
    font-size: 25%;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2.12px;
    top: -2.53em;
    margin-left: 2px;
}
.title-123 strong sup {
    display: inline-block;
    width: 0;
    margin-left: 0 !important;
}
.title-123 strong sup span {
    margin-left: 2px;
}

.text-scroll-owl .title-123 {
    white-space: nowrap;
}

.second-type-intro-words {
    margin-bottom: 96px;
}
.second-type-intro-words .title-123 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    white-space: nowrap;

    /* -webkit-animation: secondTypeIntroWordsMarquee 0 linear infinite;
    animation: secondTypeIntroWordsMarquee 0 linear infinite; */
}
@-webkit-keyframes secondTypeIntroWordsMarquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-33.3333%, 0, 0);
        transform: translate3d(-33.3333%, 0, 0);
    }
}
@keyframes secondTypeIntroWordsMarquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-33.3333%, 0, 0);
        transform: translate3d(-33.3333%, 0, 0);
    }
}

.hero-ticker-section .second-type-intro-words {
    margin-bottom: 0;
}
.hero-ticker-section {
    padding: 114px 0 94px;
    overflow: hidden;
}
.contact-type-intro .second-type-intro-words {
    margin-bottom: 0;
}
.contact-type-intro {
    padding: 114px 0 0;
    overflow: hidden;
}
.top-banner-hold .second-type-intro-words {
    margin-bottom: 0;
}

.works-home-word-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    white-space: nowrap;

    -webkit-animation: secondTypeIntroWordsMarquee  10s linear infinite;
    animation: secondTypeIntroWordsMarquee  10s linear infinite;
}
.home .section-works-items .works-home-word-marquee .title-123 {
    padding-left: 0.15em;
}

.spiro-light-version .top-banner-hold-words .title-123 {
    color: var(--cream);
}

.home .home-intro .title-123 sup,
.post-type-archive-work .title-123 sup  {
    font-size: 40%;
    top: -1.15em;
    margin-left: 7px;
}

.top-banner-hold .title-123 {
    font-size: 39px;
    line-height: 100%;
    letter-spacing: -0.39px;
}
.section-hero-w-list-image-left .title-123,
.section-hero-w-list-image-left .text-24-upcase {
    margin-bottom: 8px;
}

@media only screen and (max-width: 1290px) {
    .title-123 {
        font-size: 108px;
    }
} /* end of max-width 1290 */

@media only screen and (max-width: 1139px) {
    .title-123 {
        font-size: 100px;
    }
    .title-123 sup {
        top: -2.55em;
    }
}

@media only screen and (max-width: 1023px) {
    .title-123 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 639px) {
    .home .home-intro .title-123 sup,
    .post-type-archive-work .title-123 sup {
        font-size: 50%;
        top: -0.85em;
        margin-left: 3px;
    }
	.title-123 {
        font-size: 40px;
        /* line-height: 68%; */
        letter-spacing: -1.2px;
    }
    .second-type-intro-words {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 599px) {
    .title-123 {
        font-size: 36px;
    }
}

@media screen and (max-width: 359px) {
    .top-banner-hold .title-123 {
        font-size: 29px;
    }
}
