<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    font-size: 16px;
    font-weight: 300;
}

.tile1 {
    margin-top: 80px;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    align-content: baseline;
    text-align: left;
    justify-content: left;
}

.tile1 .content {
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.tile1 h1 {
    font-size: 50px;
    line-height: 1.24;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    max-width: 600px;
    margin-bottom: 30px;
}

.tile1 .para {
    margin-bottom: 40px;
    max-width: 48vw;
    color: #ffffff;
}

.section-heading {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.tile2 {
    margin: 150px auto;
}

.tile2 .section-heading {
    margin-bottom: 140px;
}

.block {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: space-between;
    margin-bottom: 150px;
}

.block .banner {
    max-width: 790px;
    width: 100%;
}


.block h2.tile-heading {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #3e485b;
}

.block .with-banner {
    text-align: left;
    margin-left: 135px;
    max-width: 400px;
}

.figure.banner img {
    width: 100%;
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
}

.tile2 .block:nth-child(even) {
    flex-direction: row-reverse;
}

.tile2 .block:nth-child(even) .with-banner {
    margin-left: 0;
    margin-right: 135px;

}

.tile3 {
    margin: 150px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}

.tile3 .card {
    width: 428px;
    height: 428px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    align-content: space-between;
    justify-content: flex-start;
    margin-right: 40px;
}


.tile3 .card .card-img {
    position: absolute;
    top: 0;
    left: 0;
}

.tile3 .card .card-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #1f242e;
    align-content: space-between;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 70px;
}


.tile3 .card .card-cta {
    position: absolute;
    bottom: 70px;
    left: calc(50% - 82px);
    right: 0;
    max-width: 165px;
}

.hidden-desktop {
    display: none;
}

.videotile {
    padding: 200px 0;
    text-align: center;
    position: relative;
}

.videotile .blf-scr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 500ms ease-in-out;
    background-color: rgba(33, 36, 38, 1);
    z-index: 1;
}

.videotile .icon-close {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #000000;
    z-index: 1;
    font-size: 35px;
}

.videotile .open-auction {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.videotile .open-auction video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.videotile .content {
    max-width: 680px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    z-index: 3;
    transition: opacity 500ms ease-in-out;
    margin-top: 50px;
}

.videotile .tile-heading {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.33;
    text-align: center;
}

.videotile p {
    margin: 50px auto;
    color: #ffffff;
    text-align: center;
}

.videotile .content i {
    font-size: 70px;
    color: transparent;
}

.videotile .video-text{
    font-size: 12px;
    padding-top: 10px;
}

.videotile.hidetext .blf-scr,
.videotile.hidetext .content {
    opacity: 0;
    z-index: -1;
}

.icon-playvideo{
    background: #ffffff;
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.icon-playvideo:before{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #000000;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-top: -8px;
    position: absolute;
    left: 50%;
    top: 50%;
}


@media (max-width: 1170px) {

    .hidden-desktop {
        display: block;
    }

    .tile1 .content {
        display: none;
    }

    .tile1 {
        margin-top: 64px;
        height: 240px;
        min-height: unset;
    }

    .mobile-section.mobile-tile1 .content {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .mobile-section.mobile-tile1 .content h1 {
        font-size: 32px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #1f242e;
        font-weight: normal;
    }

    .mobile-section.tile1 {
        font-size: 32px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #1f242e;
    }

    .tile2 {
        margin: 70px auto;
    }

    .tile2 .section-heading {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        margin-bottom: 70PX;
        padding: 0 20px;
    }

    .block {
        margin-bottom: 70px;
        flex-direction: column;
    }

    .block .with-banner {
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
    }

    .tile2 .block:nth-child(even) {
        flex-direction: column;
    }

    .block h2.tile-heading {
        font-size: 24px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3e485b;
    }

    .block .with-banner p {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: center;
        color: #6f7c95;
    }

    .tile2 .block:nth-child(even) .with-banner {
        margin: 0 auto;
    }

    .tile3 {
        flex-direction: column;
        padding: 0 20px;
    }

    .tile3 .card {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto 20px;
        width: 320px;
        height: 320px;
    }


    .tile3 .card .card-content {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: center;
        color: #1f242e;
        padding: 0 30px;
    }


}</pre></body></html>