.heroTitle {
    position: relative;
    padding-top: 155px;
    padding-bottom: 0;
    background: no-repeat 50%;
    background-size: cover;
}

.heroTitle--banner {
    padding-bottom: 2em;
}

.preHeader .heroTitle {
    padding-top: calc(80px + 6rem);
}

@media (min-width: 64.0625em) {
    .heroTitle {
        min-height: 435px;
    }
}

.heroTitle__container {
    position: relative;
    min-height: 100px;
}

.heroTitle__title {
    max-width: 560px;
    font-family: Jungka,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -2.5px;
}

.heroTitle--banner .heroTitle__title {
    color: inherit;
}

.heroTitle__title em {
    position: relative;
    top: -3px;
    font-family: 'Signature', sans-serif;
    font-size: 4.5rem;
    font-style: normal;
}

@media (min-width: 64.0625em) {
    .heroTitle__title {
        max-width: calc(100% - 500px);
        font-size: 4rem;
    }
}

.heroTitle__content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 64.0625em) {
    .heroTitle__content {
        margin-top: 50px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
        max-width: 460px;
    }
}

.heroTitle__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 50px;
    overflow: hidden;
}

@media (min-width: 48em) {
    .heroTitle__text {
        margin-left: 37px;
    }
}

.heroTitle__link {
    display: inline-block;
    margin-top: 2em;
}

.heroTitle__link:hover {
    background: #dc0134;
}

.heroTitle__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -51.5%);
    width: 350px;
    pointer-events: none;
}

.heroTitle__imgWrapper {
    position: absolute;
    top: 50%;
    right: 0;
    width: 600px;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .heroTitle__image,
    .heroTitle__imgWrapper,
    .heroTitle__svg-bubble {
        display: none;
    }
}

.heroTitle__svg-bubble {
    position: absolute;
    top: -20px;
    right: 430px;
    z-index: -1;
}

.heroTitle__svg-bubble:last-child {
    top: 30px;
    left: calc(100% - 70px);
}

@media screen and (max-width: 64.0625em) {
    .heroTitle {
        padding-top: 20px;
    }
}
