/* Premium Split Hero Section */

.premium-split-hero-4779b1d1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 650px;
    background: #fff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .premium-split-hero-4779b1d1 {
        flex-direction: row;
        align-items: stretch;
    }
}

/* Media / Left Column */
.premium-split-hero__media-4779b1d1 {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .premium-split-hero__media-4779b1d1 {
        width: 50%;
        height: auto;
        min-height: 100%;
    }
}

.premium-split-hero__overlay-4779b1d1 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
}

.premium-split-hero__frame-4779b1d1 {
    position: absolute;
    top: 8%; bottom: 8%; left: 8%; right: 8%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

/* Content / Right Column */
.premium-split-hero__content-4779b1d1 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .premium-split-hero__content-4779b1d1 {
        width: 50%;
        padding: 80px 8vw;
    }
}

.premium-split-hero__inner-4779b1d1 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* Typography Defaults */
.premium-split-hero__eyebrow-4779b1d1 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.premium-split-hero__heading-4779b1d1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 32px 0;
    color: #222;
}

@media (min-width: 768px) {
    .premium-split-hero__heading-4779b1d1 { font-size: 48px; }
}
@media (min-width: 1024px) {
    .premium-split-hero__heading-4779b1d1 { font-size: 64px; }
}

.premium-split-hero__desc-4779b1d1 {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 24px;
}

.premium-split-hero__secondary-4779b1d1 {
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
}

.premium-split-hero__btn-4779b1d1 {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 14px 24px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.premium-split-hero__btn-4779b1d1:hover {
    background: #333;
}
