<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rocket-hero-halfsided {
    .rocket-hero-halfsided__container {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        @media (min-width: 768px) {
            padding-left: 56px;
            padding-right: 56px;
        }
    }
    .rocket-hero-halfsided__inner {
        max-width: 100%;
        .rocket-hero-halfsided__list.rocket-hero-halfsided__aligned-column {
            &amp;.rocket-hero-halfsided__minh-small,
            &amp;.rocket-hero-halfsided__minh-large, 
            &amp;.rocket-hero-halfsided__minh-full {
                flex-direction: column;
                height: auto;
                @media (min-width: 768px) {
                    flex-direction: row;
                }
                .rocket-hero-halfsided__info-aligned-row{
                    flex-direction: row;
                    gap: 24px;
                    align-items: end;
                    .rocket-hero-halfsided__info__title{
                        margin-bottom: 0;
                    }
                    .rocket-hero-halfsided__info__footer{
                        flex-direction: row;
                        margin-bottom: 2px;
                        @media (min-width: 768px) {
                            margin-bottom: 4px;
                        }
                    }
                }
            }
        }
        .rocket-hero-halfsided__list {
            display: flex;
    
            .rocket-hero-halfsided__item {
                position: relative;
                width: 100%;

                .rocket-hero-halfsided__info-aligned-row{
                    flex-direction: column;
                    justify-content: space-between;
                    align-items: start;
                    @media (min-width: 1024px) {
                        flex-direction: row;
                        align-items: end;
                    }
                    .rocket-hero-halfsided__info__footer{
                        gap: 8px;
                        flex-direction: column;
                        @media (min-width: 1024px) {
                            flex-direction: row;
                            gap: 24px;
                            margin-bottom: 4px;
                        }
                    }
                    .rocket-hero-halfsided__info__title{
                        margin-top: 0;
                        line-height: 1.1;
                        @media (min-width: 1024px) {
                            margin-bottom: 0;
                            line-height: 1.03;
                        }
                    }
                }
                .rocket-hero-halfsided__info-aligned-column{
                    flex-direction: column;
                    align-items: center;
                    .rocket-hero-halfsided__info__title{
                        margin-top: 0;
                    }
                    .rocket-hero-halfsided__info__footer{
                        gap: 24px;
                    }
                    .rocket-hero-halfsided__info__title{
                        line-height: 1.1;
                        @media (min-width: 1024px) {
                            line-height: 1.2;
                        }
                    }
                }
    
                &amp;.full-width-item { 
                    .rocket-hero-halfsided__media {
                        height: 100%;
                        .image-full {
                            object-fit: cover;
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .rocket-hero-halfsided__info {
                        bottom: 0;
                        padding: 0 16px 16px 16px;
                        @media(min-width: 768px) {
                            padding: 0 56px 56px 56px;
                        }
    
                        .rocket-hero-halfsided__info__title {
                            margin: 0;
                            letter-spacing: normal;
                        }
                        .rocket-hero-halfsided__info__content * {
                            margin-bottom: 0;
                            margin-top: 6px;
                            max-width: 100%;
                            @media(min-width: 768px) {
                                max-width: 549px;
                                margin-top: 0;
                                letter-spacing: 0.14px;
                            }
                        }
                        .rocket-button-scalpers {
                            margin-top: 6px;
                            @media(min-width: 768px) {
                                margin-top: 0;
                            }
                        }
                    }
                }
                &amp;.half-width-item {
                    .rocket-hero-halfsided__media {
                        height: 100%;
                        .image-half {
                            object-fit: cover;
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .rocket-hero-halfsided__media:after{
                        content: '';
                        display: block;
                        width: 100%;
                        height: 50%;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
                    }
                    .rocket-hero-halfsided__info {
                        bottom: 0;
                        padding-top: 0;
                        padding-left: 16px;
                        padding-right: 16px;
                        @media(min-width: 768px) {
                            padding-top: 0;
                            padding-left: 40px;
                            padding-right: 40px;
                        }
                        
                        .rocket-hero-halfsided__info__title {
                            max-width: 100%;
                            letter-spacing: normal;
                            @media(min-width: 768px) {
                                max-width: 400px;
                            }
                        }
    
                        .rocket-hero-halfsided__info__content * {
                            margin-top: 2px;
                            max-width: 100%;
                            @media(min-width: 768px) {
                                max-width: 559px;
                                margin-top: 8px;
                                letter-spacing: 0.14px;
                            }
                        }
    
                        .rocket-hero-halfsided__info__footer {
                            display: flex;
    
                            .rocket-button-scalpers {
                                font-weight: 300;
                                line-height: 1.2;
                                @media(min-width: 768px) {
                                    margin-top: 0;
                                    line-height: 1.31;
                                }
                            }
                        }
                    }
                }
                &amp;.infinity-width-item {
                    width: 326px;
                    display: block;
                    @media(min-width: 768px) {
                        width: 100%;
                    }
                    .rocket-hero-halfsided__media {
                        height: 100%;
                        .image-infinity {
                            object-fit: cover;
                            width: 100%;
                            height: 100%;
                        }
                    }
                    .rocket-hero-halfsided__info {
                        bottom: 24px;
                        padding: 0 16px;
                        @media(min-width: 768px) {
                            bottom: 24px;
                            padding: 0 24px;
                        }
                        
                        .rocket-hero-halfsided__info__title {
                            max-width: 100%;
                            letter-spacing: normal;
                            margin-top: 0;
                            @media(min-width: 768px) {
                                max-width: 400px;
                            }
                        }
    
                        .rocket-hero-halfsided__info__content * {
                            margin-top: 4px;
                            max-width: 100%;
                            @media(min-width: 768px) {
                                max-width: 400px;
                                margin-top: 8px;
                                letter-spacing: 0.14px;
                            }
                        }
    
                        .rocket-hero-halfsided__info__footer {
                            display: flex;
    
                            .rocket-button-scalpers {
                                font-weight: 300;
                                line-height: 1.2;
                                text-decoration: none;

                                @media(min-width: 768px) {
                                    margin-top: 0;
                                    line-height: 1.31;
                                }
                            }
                        }
                    }
                }
                .rocket-hero-halfsided__info {
                    position: absolute;
                    display: flex;
                    width: 100%;
    
                    .rocket-hero-halfsided__info__content * {
                        margin-bottom: 0;
                    }
                    .rocket-button-scalpers {
                        width: fit-content;
                        text-decoration: none;
                    }
                }
                .content_des {
                    display: none;
                    @media(min-width: 768px) {
                        display: block;
                    }
                }
                .content_mb {
                        display: block;
                        @media(min-width: 768px) {
                            display: none;
                        }
                }
            }
            &amp;:has(.infinity-width-item) {
                width: calc(326px * 3);
                @media(min-width: 768px) {
                    width: 100%;
                }
            }
        }
        .rocket-hero-halfsided__minh-small {
            height: 300px;
            @media(min-width: 768px) {
                height: auto;
                min-height: 600px;
            }
        }
        .rocket-hero-halfsided__minh-large {
            height: 400px;
            @media(min-width: 768px) {
                height: auto;
                min-height: 720px;
            }
        }
        .rocket-hero-halfsided__minh-full {
            height: 489px;
            @media(min-width: 768px) {
                height: auto;
                min-height: 900px;
            }
        }
        .rocket-hero-halfsided__media {
            position: relative;
            a {
                position: absolute;
                width: 100%;
                height: 100%;
                width: 100%;
                height: 100%;
                z-index: 1;
            }
        }
        .rocket-hero-halfsided__info {
            z-index: 2;
        }
    }
}

.rocket-hero-invited-banner__media {
    position: relative;
    a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
}</pre></body></html>