<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.revoria-main {
    background-image: url('../images/revoria/index/static-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.revoria-main&gt;section {
    height: 100vh;
    position: relative;
}

.section-content, .section-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.section-slide, .section-slide&gt;div {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-card-graphic {
    padding-bottom: min(1vw, 1.5vh);
}

.section-graphic {
    width: 35%;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
}

.section-graphic.left {
    margin-left: 55%;
}

.section-graphic.right {
    margin-right: 55%;
    margin-left: auto;
}

.section-graphic.center {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 70%;
}

.section-slide-content {
    width: 35%;
    padding: min(3.2vw, 4.8vh);
    background-color: rgba(255,255,255,0.7);
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}

.section-slide-content.bigger-text {
    padding: 3vw;
}

.section-tabs {
    list-style: none;
    display: flex;
    background-color: rgba(255,255,255,0.7);
    justify-content: center;
    position: relative;
    z-index: 10;
    align-items: center;
}

.section-tabs&gt;li {
    padding: min(1vw, 1.5vh) min(1vw, 1.5vh) min(0.7vw, 1vh) min(1vw, 1.5vh);
    cursor: pointer;
    font-size: min(1.1vw, 1.6vh);
}

.section-tabs&gt;li:hover {
    border-bottom: min(0.3vw, 0.5vh) solid;
}

.section-tabs&gt;li.selected {
    color: #fe5f0f;
    border-bottom: min(0.3vw, 0.5vh)  solid;
}

.section-slide {
    left: 0;
    transition: left 0.5s ease-in-out;
}

.section-slide.off-right {
    left: 100%;
}

.section-slide.off-left {
    left: -100%;
}

.section-slide-content.full {
    width: 100% !important;
    text-align: left !important;
}

.section-slide-content.big {
    width: 42% !important;
}

.section-slide-content h3 {
    font-weight: bold;
}

.section-slide-content h4 {
    font-size: min(1.6vw, 2.4vh);
}

.section-slide-content.bigger-text h4 {
    font-size: 1.5vw;
}

.section-slide-content h5 {
    font-size: min(1.3vw, 2vh);
}

.section-slide-content h2, .section-header {
    color: #fe5f0f;
    font-size: min(2.5vw, 3.8vh);
}

.section-slide-content h2&gt;strong, .section-header&gt;strong {
    font-family: "Arial Black", "Helvetica Neue", Roboto, "Nunito Sans", "Segoe UI", sans-serif;
    font-weight: bold !important;
}

.section-slide-content.bigger-text h2 {
    font-size: 2.4vw;
}

.section-slide-content p, .section-slide-content .btn-inner {
    font-size: min(1.4vw, 2vh);
    line-height: min(1.8vw, 3vh);
}

.section-slide-content.right, .section-slide-content.slider {
    margin-left: 50%;
}

.section-slide-content.slider {
    width: 45% !important;
    transform: translateY(-42%) !important;
    padding: min(2.5vw, 3.8vh);
}

.section-slide-content.left {
    margin-right: 50%;
    margin-left: auto;
}

.section-slide-content.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 50%;
}

.section-slide-content.center&gt;h2 {
    line-height: 1.2;
    padding-bottom: min(0.7vw, 1vh);
}

.section-slide-content.center&gt;p {
    line-height: 1.4;
}

.section-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.section-content.cards {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    align-items: stretch;
    top: 50vh;
    transform: translateY(-50%) !important;
    height: auto;
}

.section-content.cards .section-slide {
    width: 32.5% !important;
    line-height: 1.4;
    position: relative !important;
    height: auto;
}

.section-content.cards .section-slide-content {
    width: 100% !important;
    height: 100% !important;
    top: unset;
    transform: unset;
}

.section-content.cards h2 {
    color: #000 !important;
    font-size: min(1.25vw, 1.9vh);
    padding-bottom: min(0.7vw, 1vh);
}

.section-header {
    text-align: center;
    padding: min(2vw, 3vh);
}

.section-header.cards {
    position: relative;
    top: 17%;
}

#futureOfPrintContent {
    width: min(27vw, 41vh);
    height: min(33vw, 49vh);
    padding: min(1.3vw, 2vh);
    position: relative;
}

#futureOfPrintContent&gt;img {
    position:absolute;
    width: 100%;
}

#futureOfPrintContent&gt;.animationFooter {
    bottom: 0;
}

.pop-in #futureOfPrintContent&gt;.animate {
    opacity: 0;
    transition: all 0.5s ease-out;
}

.pop-in #futureOfPrintContent&gt;.animate.one {
    transition-delay: 800ms;
}

.pop-in #futureOfPrintContent&gt;.animate.two {
    transition-delay: 1500ms;
}

.pop-in #futureOfPrintContent&gt;.animate.three {
    transition-delay: 2200ms;
}

.pop-in.show #futureOfPrintContent&gt;.animate {
    opacity: 1;
}

#seizeGrowthOfDigitalContent {
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
}

#seizeGrowthOfDigitalContent&gt;* {
    min-width: 45%;
}

#seizeGrowthOfDigitalContent&gt;h2 {
    padding-right: 15%;
}

.sgdCard {
    display: flex;
    padding-bottom: min(2.5vw, 3.8vh);
}

.sgdCard.last {
    padding-bottom: 0;
}

.sgdCard p {
    line-height: 1.4;
}

.sgdCard h4 {
    line-height: 1.2;
    padding-bottom: min(1vw, 1.5vh);
}

.sgd-left {
    width: min(7vw, 10vh);
}

img.sgd-left {
    height: min(7vw, 10vh);
    padding: 0 min(1vw, 1.5vh) min(2vw, 3vh) min(1vw, 1.5vh);
}

.green {
    color: #00ad7d;
}

.disable-transition {
    transition: none !important;
}

.rev-graphic-point {
    display: flex;
    align-items: center;
    padding-top: min(1.3vw, 1.5vh);
}

.rev-graphic-point&gt;img {
    width: min(15%, 13vh);
    padding: 1%;
}

.row&gt;.col-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1.8 - 0.01px);
    max-width: calc(100% / 1.8 - 0.01px);
}

.m-btn {
    display: block !important;
}

.mobile-bg {
    display: none;
}

.cmyk-graphic {
    width: min(20%, 15vh);
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .m-btn {
        display: flex !important;
    }
    .row&gt;.col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .section-slide-content.slider {
        width: unset !important;
        transform: unset !important;
        top: unset;
        bottom: 3vw;
        position: absolute;
    }
    .section-slide-content, .section-slide-content.left, .section-slide-content.right, .section-slide-content.big, .section-slide-content.center, .section-slide-content.full {
        width: 95vw !important;
        margin-left: 2.5vw !important;
        margin-right: 2.5vw !important;
        top: 40vh;
    }
    .section-graphic, .section-graphic.left, .section-graphic.right {
        width: 100vw !important;
        margin: 0 !important;
    }
    .section-content.slider {
        width: 100vw;
        overflow: hidden;
        clip-path: inset(0 0 0 0);
    }
    .section-content.slider .section-bg {
        transform: translateY(-73%) translateX(-25%) !important;
    }
    .section-slide-content.slider&gt;div {
        text-align: center;
    }
    .section-bg {
        transform: translateY(-50%) translateX(-40%);
        /*width: 250%;*/
        width: 115vh;
        max-width: unset;
        left: 50%;
    }
    .section-slide-content h2, .section-header {
        font-size: 7vw !important;
        text-align: center;
        line-height: 1.1;
    }
    .section-slide-content.bigger-text h4 {
        font-size: 4vw;
    }
    .section-slide-content h4 {
        font-size: 4.7vw;
        text-align: center;
    }
    .section-slide-content h5 {
        font-size: 4.2vw;
        text-align: center;
    }
    .section-slide-content p {
        font-size: 3.5vw;
        line-height: 3.8vw;
        text-align: center;
    }
    .section-slide-content.slider&gt;h4 {
        font-size: 3.8vw !important;
    }
    .section-slide-content.slider&gt;h2 {
        font-size: 5vw !important;
    }
    .section-slide-content .btn-inner {
        font-size: 3.5vw;
    }
    .m-btn {
        justify-content: center;
        margin-top: 1rem;
    }
    .section-slide {
        overflow: hidden;
    }
    .mobile-bg {
        display: block;
        z-index: -1;
        overflow: hidden;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        clip-path: inset(0 0 0 0);
    }
    .mobile-bg&gt;img {
        position: relative;
        height: 100vh;
        width: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .revoria-main {
        background: transparent;
    }
    body {
        padding-top: 0;
    }
    .section-slide-content.m-stack {
        transform: translateY(-110%);
    }
    .section-graphic.m-stack {
        transform: translateY(0%);
        top: unset;
        bottom: 130px;
    }
    #futureOfPrintContent {
        width: 100vw;
        height: 35vh;
        text-align: center;
    }
    #futureOfPrintContent&gt;img {
        max-height: 80%;
        transform: translateX(-50%);
        width: unset;
    }
    #seizeGrowthOfDigitalContent {
        flex-direction: column;
        top: -5vh;
    }
    #seizeGrowthOfDigitalContent&gt;h2 {
        padding-right: 0 !important;
    }
    .sgdCard {
        flex-direction: column;
        align-items: center;
    }
    img.sgd-left {
        height: 15vw !important;
    }
    .sgd-left {
        width: 15vw !important;
    }
    .section-tabs&gt;li {
        font-size: 3vw !important;
        padding: 1vw 1vw 0.2vw 1vw !important;
        text-align: center;
        line-height: 1.4;
    }
    .section-tabs&gt;li.selected {
        border-bottom: 0.8vw solid !important;
    }
    .rev-graphic-point {
        align-items: flex-start;
        padding-top: 1vh;
    }
    .rev-graphic-point&gt;p {
        text-align: left;
        line-height: 1.4;
        font-size: 2.9vw !important;
    }
    .section-header.cards {
        position: unset;
        top: unset;
    }
    .section-content.cards {
        top: unset;
        transform: unset !important;
        position: unset;
        flex-direction: column;
        padding: 0;
        width: 95vw !important;
        margin-left: 2.5vw !important;
        margin-right: 2.5vw !important;
    }
    .section-content.cards .section-slide {
        width: 100% !important;
    }
    .section-content.cards&gt;div {
        margin-bottom: 2vw;
    }
    .section-slide-content.cards {
        margin: 0 !important;
        width: 100% !important;
    }
    .section-slide-content.cards&gt;img {
        position: relative;
        left: 50%;
        transform: translateX(-6.5vw);
        height: 13vw;
        width: auto;
        margin: 0 0 2vw 0;
    }
    .mobile-hidden {
        display: none;
    }
    .mobile-only {
        display: unset !important;
    }
    #mobile-contact-us .m-btn {
        margin: 0;
        position: fixed;
        bottom: 1vw;
        left: 50%;
        transform: translateX(-50%) translateY(120%);
        z-index: 9999;
        width: 90%;
        transition: transform 0.3s ease-out;
    }
    #mobile-contact-us.show .m-btn {
        transform: translateX(-50%);
    }
    #mobile-contact-us .m-btn .btn {
        padding-left: 20vw;
        padding-right: 20vw;
    }
}</pre></body></html>