@charset "UTF-8";

.home-peek-campaign {
    background: #172845;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(31, 42, 81, .18);
    clear: both;
    float: left;
    height: 310px;
    margin: 10px 0 54px;
    overflow: hidden;
    position: relative;
    width: 774px;
}

.home-peek-campaign > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.home-peek-campaign-shade {
    background: linear-gradient(90deg, rgba(19, 38, 67, .98) 0%, rgba(25, 49, 82, .95) 43%, rgba(25, 49, 82, .54) 65%, rgba(25, 49, 82, .05) 100%);
    inset: 0;
    position: absolute;
}

.home-peek-campaign-copy {
    color: #fff;
    left: 42px;
    max-width: 445px;
    position: absolute;
    top: 38px;
    z-index: 1;
}

.home-peek-announcement {
    color: #9fd7f4;
    display: block;
    font: 700 13px TitilliumText22LBold, Arial, sans-serif;
    letter-spacing: 1.3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.home-peek-campaign h1 {
    color: #fff;
    font: 700 35px/1.06 TitilliumText22LBold, Arial, sans-serif;
    letter-spacing: -.6px;
    margin: 0 0 12px;
}

.home-peek-campaign sup {
    font-size: .42em;
    line-height: 0;
    position: relative;
    top: -.55em;
}

.home-peek-title-separator { color: #9fd7f4; font-weight: 400; }
.home-peek-campaign p strong { color: #fff; font-family: TitilliumText22LBold, Arial, sans-serif; }

.home-peek-campaign p {
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 20px;
    max-width: 405px;
}

.home-peek-campaign a {
    background: #fff;
    border-radius: 6px;
    color: #1f2a51;
    display: inline-block;
    font: 700 15px TitilliumText22LBold, Arial, sans-serif;
    padding: 11px 17px;
    text-decoration: none;
    transition: background-color .18s ease, transform .18s ease;
}

.home-peek-campaign a:hover {
    background: #dff2fb;
    transform: translateY(-1px);
}

.home-peek-campaign a span { margin-left: 5px; }

@media (max-width: 760px) {
    .home-peek-campaign {
        float: none;
        height: 430px;
        margin: 16px 0 38px;
        width: 100%;
    }

    .home-peek-campaign > img { object-position: 58% center; }

    .home-peek-campaign-shade {
        background: linear-gradient(180deg, rgba(18, 37, 65, .98) 0%, rgba(22, 44, 75, .93) 58%, rgba(22, 44, 75, .38) 100%);
    }

    .home-peek-campaign-copy {
        left: 24px;
        max-width: none;
        right: 24px;
        top: 30px;
    }

    .home-peek-campaign h1 {
        font-size: clamp(27px, 7.6vw, 32px);
        overflow-wrap: anywhere;
    }
    .home-peek-campaign p {
        font-size: 15px;
        max-width: 440px;
        overflow-wrap: anywhere;
    }
}
