/* General Style */

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    font-family: "leitura-news", serif;
    font-weight: 300;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7rem;
}

section {
    max-height: 1200px;
}

/* Main Wrapper */

.wrapper {
    width: 90%;
    margin: auto;
    max-width: 1680px;
}


/* Headers */

h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 4.9rem;
    letter-spacing: -4px;
    line-height: 4.5rem;
}

h2 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
    letter-spacing: -4px;
    line-height: 4rem;
    margin-bottom: 0.5em;
}

#work h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30rem;
    line-height: 30rem;
    color: #e40134;
    margin: 0;
    letter-spacing: 75px;
    position: absolute;
    /*    margin-left: -4.5%;*/
    left: 50%;
    text-align: center;
    z-index: 2;
    font-size: 33.5vw;
    pointer-events: none;
    display: none;
}

#workimage #work p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#work h2 {
    /*
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
*/
    /*    overflow: hidden;*/
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
}

#workdiv {
    width: 107vw;
    /*    height: 70vh;*/
    height: 0vh;
    min-height: 550px;
    background-image: url(../img/lift-work.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 2;
    left: -3.5vw;
    right: -3.5vw;
    margin: auto;
    max-width: 1700px;
    pointer-events: none;
    margin-top: -21rem;
}

#workdiv.servicediv {
    background-image: url(../img/lift-grow.png);
}

#greatdiv {
    width: 107vw;
    /*    height: 70vh;*/
    height: 0vh;
    min-height: 550px;
    background-image: url(../img/lift-great.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 2;
    left: -3.5vw;
    right: -3.5vw;
    margin: auto;
    max-width: 1700px;
    margin-top: -15rem;
    pointer-events: none;
}

.abs-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Buttons */

.btn {
    font-size: 1.1rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button {
    font-size: 1.1rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dash {
    width: 0%;
    position: absolute;
    height: 1px;
    background-color: #e40134;
    vertical-align: middle;
    top: 52%;
    left: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-black:hover {
    color: #e40134;
}

.blog-content .btn-black:hover {
    color: #fff;
}

.btn-black {
    color: #000;
}

.btn-white:hover {
    color: #fff;
}

.btn-white {
    color: #fff;
}



.btn-arrow-red::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
    background-image: url(/frontend/img/lift-arrow-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-arrow-red:hover::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-arrow-white::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
    background-image: url(/frontend/img/lift-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-arrow-white:hover::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



/* Navigation */

nav {
    display: flex;
    display: -webkit-flex;
    height: 175px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

nav ul a li {
    display: inline-block;
}

nav ul a {
    margin-right: 15px;
    color: #000;
}

nav ul a:last-child {
    margin-right: 0px;
}

#menu-open,
#menu-open .wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#menu-open .wrapper ul a li {
    display: inline-block;
    font-size: 1rem;
}

#menu-open .wrapper ul a {
    margin-right: 15px;
    color: #000;
}

#menu-open .wrapper ul {
    display: none;
}

#menu-open .wrapper ul a:last-child {
    margin-right: 0px;
}

.nav-social {
    margin-right: 50px;
}

.share-links {
    display: inline-block;
    overflow: hidden;
    vertical-align: 6px;
    max-width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.deliverables a:last-of-type {
    margin-right: 0;
}

.icon-new_tab {
    margin-left: 20px;
}

.social-wrapper {
    min-width: 55px;
}

.share-links.share-intent {
    max-width: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.share-links a {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

.share-links a:hover {
    color: #e40134;
}

.share-links a:last-of-type {
    margin-right: 0px;
}

#menu-open .nav-social {
    margin-right: 0;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

#menu-open .sticky .nav-social {
    margin-right: 50px;
}

#menu-open .nav-lang {
    margin-right: 0;
    text-align: center;
}

.nav-social a li {
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.nav-social a li:hover {
    color: #e40134;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

[class^="socicon-"],
[class*=" socicon-"] {
    vertical-align: middle;
}

.nav-lang a li {
    font-size: 0.7rem;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 2px;
}

.nav-lang a li.active {
    font-weight: 700;
    display: inline-block;
}

.nav-lang a {
    margin-right: 10px;
}

.main-logo {
    width: 120px;
    height: 65px;
    background-image: url(/frontend/img/lift-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
}


/* Layout Blocks */

.col-25 {
    width: 25%;
}

.col-3 {
    width: 30%;
}

.col-35 {
    width: 35%;
}

.col-4 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-5 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-6 {
    width: 60%;
}

.spe-col-4 {
    width: 40%;
    display: inline-block;
    margin-top: 17.4vh;
    padding-right: 30px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.spe-col-58 {
    width: 58%;
    display: inline-block;
    margin-left: auto;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* header */

.video-preview {
    max-width: 800px;
    width: 39.4vw;
    height: 115vh;
    background-image: url(/frontend/img/lift-about-us-1.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    float: right;
    max-height: 1000px;
}

.video-overlay {
    background-color: #e40134;
    mix-blend-mode: multiply;
    position: absolute;
    width: 525px;
    height: 525px;
    top: 17.4vh;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video-play {
    width: 65px;
    height: 65px;
    display: block;
    background-image: url(/frontend/img/lift-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#header-home p {
    margin-top: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#header-home h1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#header-home {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    position: relative;
}


/* footer */

footer {
    background-color: #000;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 40px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 3%;
}

footer a {
    color: #8b8b8b;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

footer container ul li a:hover {
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

footer p {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 500;
    color: #8b8b8b;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-size: 1rem;
    line-height: 2rem;
}

.footer-header {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

footer ul li {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 500;
    color: #8b8b8b;
    font-size: 1rem;
    line-height: 2rem;
}

.footer-logo {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    background-image: url(/frontend/img/lift-world-logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-group {
    width: 40px;
    height: 45px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.lift-group a {
    margin-right: 10px;
}

.lift-group a:last-child {
    margin-right: 0;
}

.footer-youzz {
    background-image: url(/frontend/img/youzz.svg);
}

.footer-high {
    background-image: url(/frontend/img/high.svg);
}

.footer-lift {
    background-image: url(/frontend/img/lift.svg);
}

.footer-plus {
    background-image: url(/frontend/img/plus.svg);
}

.footer-brand-cook {
    background-image: url(/frontend/img/brand-cook.svg);
}

.footer-word-lab {
    background-image: url(/frontend/img/word-lab.svg);
}

.footer-more {
    background-image: url(/frontend/img/more.svg);
}

.footer-wisdom {
    background-image: url(/frontend/img/wisdom.svg);
}

.footer-bigfish {
    background-image: url(/frontend/img/bigfish.svg);
}

.lift-group {
    margin-top: 25px;
}


/* Clients */

#clients {
    margin-top: 150px;
}

#clients h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
    line-height: 3rem;
}

.client-grid {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.client-grid a {
    width: 25%;
    padding: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 350px;
    min-width: 200px;
}

.client-grid.alt-grid a {
    padding: 80px;
}

.client-grid a img {
    width: 100%;
    display: block;
    min-width: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#work {
    /*    position: relative;
    */
    /*    overflow: hidden;
    */
    /*    min-height: 105vh;*/
    margin-top: -12%;
}

.inner-wrapper {
    margin: auto;
    position: relative;
    z-index: 3;
    margin-top: -10%;
    margin-top: 21rem;
}

.slider-control li {
    display: inline-block;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    margin-right: 20px;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
}

.slider-control li a {
    color: #cacaca;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider-control li a:hover {
    color: #b70029;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.slider-control li:last-child {
    margin-right: 0px;
}

.slider-control li a::before {
    width: 0px;
    content: "";
    height: 2px;
    margin-right: 0px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider-control li.active a::before {
    width: 100px;
    content: "";
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider-control li.active a {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider-control li a.active::before {
    width: 100px;
    content: "";
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slider-control li a.active {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.col-5 img {
    max-width: 100%;
    display: block;
}

.work-slide {
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.work-slide .wraper {
    align-self: flex-start;
    margin-top: 2rem;
}

.case-slide {
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.case-slide .col-55 {
    position: relative;
    overflow: hidden;
}

.case-slide .col-55 img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-slide .col-55 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.work-slide .col-5:first-child {
    padding-right: 12.5px;
}

.work-slide .col-45 {
    padding-left: 12.5px;
}

.header-about .red-text {
    width: 57%;
}

.red-text {
    color: #fff;
    background-color: #e40134;
    display: inline-block;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    width: 47%;
    margin-left: 7.5%;
    margin-top: 20px;
    margin-bottom: -0.4px;
}

#blog {
    margin-top: 100px;
}

#blog h1 {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

#blog h2 {
    font-size: 2.9em;
    letter-spacing: -2px;
    margin-top: 0;
    line-height: 3.2rem;
}

.owl-nav {
    display: none;
}

.img-overlay {
    background-color: #e40134;
    width: 47%;
    height: 100%;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
    top: 0;
    left: 7.5%;
}

.img-transition {
    background-color: #000;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.img-transition.on {
    width: 100%;
}

.article-img {
    position: relative;
    /*    max-height: 500px;*/
    height: 100%;
    z-index: 3;
}

.article-img::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -17px;
    right: 165px;
}

.article-img::after {
    content: "a lift world blog";
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    right: 0;
}

.article-img img {
    max-width: 100%;
    display: block;
}

.blog-content {
    color: #fff;
    background-color: #e40134;
    display: inline-block;
    padding: 50px;
    width: 100%;
    /*    margin-left: 7.5%;*/
}

.blog-controls {
    width: 45%;
    display: inline-block;
    margin-left: auto;
    margin-right: -12px;
    min-height: 350px;
}

.not-display {
    display: none;
}

.blog-controls li {
    float: right;
    margin-left: 1.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-controls li a {
    font-family: "aaux-next", sans-serif;
    font-weight: 600;
    color: #b3b3b3;
    opacity: 0.3;
    line-height: 8rem;
    font-size: 4rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-controls li a:hover {
    color: #e40134;
    opacity: 1;
}

/* Push */

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

#blog .flex {
    min-height: 300px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-controls li a.active {
    color: #000;
    opacity: 1;
    font-size: 7rem;
    margin-top: 0;
    line-height: 8rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.breadcrumbs a {
    font-family: "freight-sans-pro", sans-serif;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-right: 50px;
    position: relative;
}

.breadcrumbs a::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 50px;
    background-color: #e40134;
    margin-right: 10px;
}

.breadcrumbs.inner-breadcrumbs a::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 120px;
    background-color: transparent;
    background-image: url(../img/lift-breadcrumbs-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    position: absolute;
    /*
    bottom: 5px;
    left: -107%;
*/
    bottom: -3px;
    /*    left: -150%;*/
    left: -90%;
    transform: scale(.5);
}

.breadcrumbs.service-breadcrumbs a::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 120px;
    background-color: transparent;
    background-image: url(../img/lift-breadcrumbs-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    position: absolute;
    bottom: -3px;
    /* left: -150%; */
    left: -6.5rem;
    transform: scale(.5);
}


.breadcrumbs.inner-breadcrumbs a::after {
    content: "voltar";
    position: absolute;
    bottom: 20px;
    /*    left: -70%;*/
    left: -44%;
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumbs.service-breadcrumbs a::after {
    content: "voltar";
    position: absolute;
    bottom: 20px;
    /*    left: -70%;*/
    left: -3.3rem;
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#header-work ul li {
    display: inline-block;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    margin-right: 10%;
    letter-spacing: 5px;
}

#header-work ul li:last-child {
    margin-right: 0;
}

#header-work ul li a {
    color: #000;
}

#header-work ul li.active a {
    color: #e40134;
}

#header-work ul {
    width: 50%;
    margin: auto;
    text-align: center;
}

.container-portfolio {
    width: 100%;
    height: auto;
    margin-top: 3%;
    position: relative;
    /*
    height: 80vh;
    max-height: 800px;
*/
    max-height: 40vw;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
}

.container-case {
    width: 100%;
    height: auto;
    margin-top: 3%;
    position: relative;
    /*
    height: 80vh;
    max-height: 800px;
*/
    max-height: 40vw;
    overflow: hidden;
}

.container-portfolio:last-of-type {
    /*    margin-bottom: 3%;*/
}

.container-portfolio img {
    max-width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform-origin: 70% 50% 0;
}

.container-case img {
    max-width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform-origin: 70% 50% 0;
}

.container-portfolio.toggler img {
    max-width: 103%;
    width: 103%;
    margin-left: -1.5%;
    margin-top: -1.5%;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform-origin: 70% 50% 0;
}

.portfolio-filter {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e40134;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    /*    height: 80vh;*/
}

.container-portfolio h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.container-portfolio h2 {
    font-family: "leitura-news", serif;
    font-weight: 300;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.65rem;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-style: italic;
}

.container-case h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.container-case h2 {
    font-family: "leitura-news", serif;
    font-weight: 300;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.65rem;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-style: italic;
}

.container-portfolio h1::after {
    display: block;
    content: "";
    height: 1px;
    background-color: #fff;
    width: 50px;
    margin: auto;
    margin-top: 10px;
}

.container-case h1::after {
    display: block;
    content: "";
    height: 1px;
    background-color: #fff;
    width: 50px;
    margin: auto;
    margin-top: 10px;
}

.portfolio-text {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    cursor: pointer;
}

.container-case .portfolio-text {
    cursor: auto;
}

#header-detail .container-portfolio {
    margin-top: 0;
}

.inner-portfolio {
    margin-top: 7%;
    position: relative;
}

.inner-portfolio h1 {
    font-size: 3.2rem;
    letter-spacing: -2px;
    line-height: 3.2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.inner-portfolio h2 {
    font-size: 1rem;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: uppercase;
}

.icon-share {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/frontend/img/lift-share.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*    margin-right: 20px;*/
}

.icon-new_tab {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/frontend/img/lift-new_tab.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.deliverables {
    margin-left: auto;
    text-align: right;
}

.portfolio-challenge::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 120px;
    left: -7.9rem;
}

.portfolio-challenge::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Desafio";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 61px;
    width: 100px;
    left: -9.5rem;
    text-align: right;
}

.integ::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 167px;
    left: -1.9rem;
}

.integ::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Como o fazemos";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 57px;
    width: 135px;
    left: -4.6rem;
    text-align: right;
}

.portfolio-solution::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 105px;
    left: -7.9rem;
}

.portfolio-solution::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "solução";
    width: 100px;
    text-align: right;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 40px;
    left: -9.5rem;
}

.inner-portfolio img {
    display: block;
    max-width: 100%;
}

.portfolio-solution img {
    /*
    position: absolute;
    max-width: 200%;
    max-height: 200%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
}

.portfolio-solution .col-5:first-of-type {
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}

.portfolio-solution .col-5:last-of-type {
    padding-left: 50px;
}

.portfolio-solution h1 {
    font-size: 3.6rem;
    line-height: 3.6rem;
}

.portfolio-gallery-2 {
    margin-top: 40px;
}

.portfolio-gallery-2 .col-5:first-of-type {
    padding-right: 20px;
}

.portfolio-gallery-2 .col-5:last-of-type {
    padding-left: 20px;
}

.portfolio-results h1 {
    text-align: center;
    font-size: 3.6rem;
    line-height: 3.8rem;
}

.portfolio-results::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 165px;
    left: -7.9rem;
}

.portfolio-results::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Resultados";
    width: 100px;
    text-align: right;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 75px;
    left: -9.5rem;
}

.portfolio-results {
    margin-top: 7rem;
}

.portfolio-results p {
    width: 70%;
    margin: auto;
    text-align: center;
}

.hr {
    width: 100%;
    height: 1px;
    margin-top: 10%;
    border-bottom: 1px solid #d7d7d7;
}

.shorter.hr {
    margin-top: 0%;
    clear: both;
}


.stats {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.stat h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin: 0;
    line-height: 3rem;
    text-transform: none;
    line-height: 2.5rem;
}

.stat h3 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 0;
}

.portfolio-next {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.portfolio-next a {
    margin: auto;
    width: auto;
    text-align: center;
    display: block;
}

.portfolio-next h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

.portfolio-next p {
    width: 50%;
    text-align: center;
    margin: auto;
}

.portfolio-slider {
    /*
    min-height: 400px;
    height: 30vw;
*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-slider h1 {
    font-size: 3.6rem;
    line-height: 3.9rem;
    margin-top: 3.5rem;
}

.portfolio-slider .col-55 {
    padding-right: 10px;
}

.portfolio-slider .col-45 {
    padding-left: 50px;
}

.portfolio-slider ul {
    margin-bottom: 30px;
    position: absolute;
    top: 50px;
    z-index: 4;
}

#map {
    height: 90vh;
    max-height: 40vw;
}

#header-contact {
    /*    justify-content: space-between;*/
    align-items: flex-end;
    -webkit-align-items: flex-end;
    margin-bottom: 2rem;
}

#header-contact h1 {
    font-size: 4rem;
}

#header-contact p {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-size: 1rem;
    line-height: 2rem;
}

#header-contact p a {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-size: 1rem;
    line-height: 2rem;
}

.contact-header {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

#header-contact .container:last-of-type p {
    font-family: "leitura-news", serif;
    font-weight: 300;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7rem;
    color: #000;
}

#contact h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

form {
    width: 55vw;
    margin: auto;
}

input {
    display: block;
    margin: auto;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 3rem;
    text-align: center;
    padding-bottom: 1rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

select {
    display: block;
    margin: auto;
    width: 100%;
    border: none;
    border-radius: 0px;
    margin-bottom: 3rem;
    text-align: center;
    padding-bottom: 1rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    color: #8b8b8b;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    border-bottom: 1px solid #d7d7d7;
    text-align: -webkit-center;
}

.select-style {
    position: relative;
}

.select-style::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/lift-select-after.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.5rem;
    /*    left: 22rem;*/
    right: 0;
    margin: auto;
}

textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 2rem;
    resize: vertical;
    text-align: center;
    padding-bottom: 1rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    padding-top: 1rem;
    margin-top: 1rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::-moz-selection {
    background: #e40134;
}

p::-moz-selection {
    color: #fff;
}

::selection {
    background: #e40134;
}

p::selection {
    color: #fff;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:placeholder {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #8b8b8b;
}

.menu {
    width: 50px;
    height: 50px;
    /*    background-image: url(../img/lift-menu.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -91.3%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
}

.fadeIn {
    display: block;
    opacity: 1;
    transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
}

/*
.fadeOut {
    display: none;
    opacity: 0;
    transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
}
*/

.fixed {
    position: fixed;
    z-index: 5;
}

.open {
    /*    background-image: url(../img/lift-menu-close.svg);*/
    transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    z-index: 5;
}

.hidden {
    overflow: hidden;
}

.panel {
    width: 100vw;
    height: 100%;
    /*    height: calc(100vh - 175px);*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    /*    display: none;
    */
}

.panel.white {
    background-color: #fff;
}

.panel .wrapper {
    width: 85%;
}

.panel.flex {
    justify-content: center;
    align-items: center;
    display: flex !important;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-display: flex !important;
}

#menu-open h2 {
    text-align: center;
    font-family: "leitura-news", serif;
    font-weight: 300;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    line-height: 3.7rem;
    letter-spacing: 0;
}

#menu-open h2 a {
    color: #e40134;
}

#header-home p a {
    color: #e40134;
    /*    font-weight: 700;*/
}

.work-slide {
    position: relative;
    display: none;
    top: 0;
    z-index: 5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.work-slide.visible {
    position: relative;
    display: flex;
    display: -webkit-flex;
    top: 0;
    z-index: 5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#work-1 {
    position: relative;
    /*    top: 23px;*/
}

#case-1 {
    /*    position: absolute;*/
    top: 23px;
}

#work-2,
#work-3,
#work-4,
#work-5 {
    /*
    display: none;
    position: absolute;*/
    top: 23px;

}

#case-2,
#case-3,
#case-4,
#case-5 {
    /*
    display: none;
    position: absolute;
*/
    top: 23px;
}

.slider-match {
    margin-left: 55%;
}

button {
    background: none;
    border: none;
    margin: auto;
    margin-bottom: 4rem;
    width: 100%;
    cursor: pointer;
}

.sticky {
    position: fixed;
    top: 0;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 1680px;
}

/*
#blog-2,
#blog-3,
#blog-4,
*/

#blog-2-img,
#blog-3-img,
#blog-4-img {
    display: none;
}

.blog-slide-wapper {
    width: 47%;
    margin-left: 7.5%;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#blog-2-img.selected,
#blog-3-img.selected,
#blog-4-img.selected {
    display: block;
}

.article-img.article-img img {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.article-img img.selected {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#blog {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: auto;
}

#clients {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rockInRio {
    max-width: 100px;
}

.alt .rockInRio {
    max-width: 100%;
}

.center-center {
    justify-content: center;
    align-items: center;
}

.center-center h2 {
    margin-top: 0;
}

.menu {
    cursor: pointer;
}

.menu:hover .bar2 {
    margin-left: 10px;
}

.menu:hover .bar1 {
    margin-left: -5px;
    width: 20px;
}

.menu:hover .bar3 {
    margin-left: -2px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 7px 0;
    transition: 0.4s;
}

.bar2 {
    width: 10px;
    margin-left: 20px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 12px);
    transform: rotate(-45deg) translate(0px, 12px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(0px, -13px);
    transform: rotate(45deg) translate(0px, -13px);
}

.change:hover .bar3 {
    width: 25px;
    height: 2px;
    margin-left: 0;

}

.change:hover .bar2 {
    margin-left: 20px;
}

.change:hover .bar1 {
    width: 25px;
    height: 2px;
    margin-left: 0;

}

.change .bar3 {
    width: 25px;
    height: 2px;
    margin-left: 0;
}

.change .bar1 {
    width: 25px;
    height: 2px;
    margin-left: 0;
}


/*
.menu::after {
    display: block;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    position: absolute;
    letter-spacing: 3px;
    right: -15px;
    top: 9px;
    width: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu.change::after {
    display: block;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    position: absolute;
    letter-spacing: 3px;
    right: -15px;
    top: 11px;
    width: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
*/

.menu .rotated {}

.header-about-img {
    height: 25rem;
    background-image: url(/frontend/img/lift-office-environment.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header-about-img .img-overlay {
    height: 100%;
    position: relative;
    width: 57%;
}

.header-about .img-after-overlay {
    height: 2.5rem;
    position: relative;
    width: 57%;
    background-color: #e40134;
    z-index: 1;
    margin-left: 7.5%;
}


.header-about h1 {
    margin-bottom: 0;
    font-size: 4.7rem;
}

.about-story {
    margin-top: 5rem;
    clear: both;
    /*    overflow: hidden;*/
    max-height: none;
    clear: both;
    position: relative;
}

.about-story-ethics {
    margin-top: 20rem;
    clear: both;
    overflow: hidden;
    max-height: none;
    clear: both;
}

.about-story-ethics .about-col-2,
.about-story.clear .about-col-2 {
    padding-right: 7.5%;
    padding-left: 2.7rem;
}

.about-story-ethics .about-col-1,
.about-story.clear .about-col-1 {
    padding-right: 2.7rem;
}


.about-col-1::after,
.about-col-2::after {
    clear: both;
}

.about-col-1 {
    width: 50%;
    float: left;
    padding-left: 7.5%;
    padding-right: 1rem;
}

.about-col-1 h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -1px;
    width: 100%;
    /*    margin-top: 5rem;
    */
}

.about-col-2 h2 {
    font-size: 2rem;
    line-height: 2.3rem;
    letter-spacing: -1px;
    width: 90%;
    margin-top: 1rem;
}

.about-col-2 {
    width: 50%;
    float: left;
    padding-left: 4rem;
    padding-right: 3.75%;
}

.about-col-2 p i {
    margin-bottom: 5rem;
}

.about-image {
    margin-top: 7rem;
    width: 100%;
    height: 35rem;
    background-image: url(/frontend/img/lift-brain-storm.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.about-services,
.divider-word {
    clear: both;
}

.about-services {
    margin-top: 20rem;
    padding-left: 3.7%;
    padding-right: 3.7%;
    max-height: none;
    position: relative;
}

.about-services h2 {
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: -3px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 3.4rem;
}

.about-services p {
    width: 70%;
    margin: auto;
    text-align: center;
}

blockquote p {
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 7rem;
    text-align: left
}

blockquote p::before {
    content: " ";
    width: 3rem;
    height: 3rem;
    display: block;
    margin: auto;
    margin-bottom: 3rem;
    margin-top: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/quote-01.svg);
}

.about-services blockquote p {
    width: 100%;
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.about-grid {
    display: -webkit-flex;
    text-align: left;
}

.about-grid div p {
    text-align: left;
    width: 100%;
    min-height: 135px;
}

.about-grid div {
    margin-top: 3rem;
    padding: 3rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 33%;
}

.about-grid h3 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -2px;
    width: 90%;
    margin-top: 5rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.about-grid div:hover {
    background-color: #e40134;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-grid div.selected {
    background-color: #e40134;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-grid div.selected .btn-black {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-grid div:hover .btn-black {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about-grid div.selected .btn-arrow-red::after {
    background-image: url(/frontend/img/lift-arrow-white.svg)
}

.about-grid div:hover .btn-arrow-red::after {
    background-image: url(/frontend/img/lift-arrow-white.svg)
}



.team {
    margin-top: 10rem;
    padding-left: 3.7%;
    padding-right: 3.7%;
    /*    overflow: hidden;*/
    max-height: 100%;
    position: relative;
}

.methodology {
    text-align: center;
    margin-top: 10rem;
    padding-left: 3.7%;
    padding-right: 3.7%;
    margin-bottom: 10rem;
}

.methodology h2 {
    font-size: 3.5rem;
    letter-spacing: -3px;
    line-height: 3.4rem;
    text-align: center;
}

.rep-graph {
    width: 40%;
    padding-right: 5%;
    height: auto;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.layers-graph {
    width: 60%;
    padding-left: 5%;
    height: auto;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.graph-wrapper {
    margin-top: 5rem;
    display: flex;
    align-items: center;
}

.rep-graph img {
    width: 170%;
    height: auto;
    margin-left: -31.5%;
    /*
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
*/
}

.rep-graph-img {
    background-image: url(../img/lift-graphs-reputation.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20rem;
}

#graph-bg {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.layers-graph img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team h2 {
    font-size: 3.5rem;
    letter-spacing: -3px;
    width: 50%;
    line-height: 3.4rem;
}

.team p {
    width: 50%;
    padding-right: 3.7%;
}

.team-member {
    float: left;
    width: 50%;
    display: block;
}

.team-member h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 2rem;
}

.team-member h4 {
    margin-top: 0;
}


.team-member:nth-child(2n) {
    margin-top: -10rem;
    padding-left: 3.7%;

}

.team-member:nth-child(2n + 1) {
    padding-right: 3.7%;
    clear: left;
    margin-top: 5rem;
}

.team-member p {
    width: 100%;
}

.team-member-img {
    height: 35rem;
    background-color: black;
}

.team-masonry::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.team-member h4 {
    font-family: "leitura-news", serif;
    font-style: italic;
    font-weight: 400;
}

.team-member.not-visible {
    height: 0;
    margin: 0;
    width: 0;
}

.expand-more-team {
    text-align: center;
    width: 100%;
    clear: both;
    order: 20;
}

.expand-more-team h2 {
    width: auto;
}

.team-masonry {}

.awards {
    margin-top: 10rem;
    clear: both;
    padding-left: 3.7%;
    padding-right: 3.7%;
    text-align: center;
    max-height: none;
    position: relative;
}

.awards h2 {
    font-size: 3.5rem;
    letter-spacing: -3px;
    width: 80%;
    text-align: center;
    line-height: 3.4rem;
    margin: auto;
}

.awards p {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 2rem;
}

.awards-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.awards-wrapper li {
    text-align: left;
    font-family: "leitura-news", serif;
    font-weight: 300;
    font-size: 1.1rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.awards-wrapper i {
    font-family: leitura-news, serif;
    font-style: italic;
    font-weight: 400;
}

.awards .btn {
    text-align: center;
}


.awards {
    margin-bottom: 5rem;
}

.awards .container {
    margin-top: 5rem;
}

.services-grid {
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 3.7%;
    padding-right: 3.7%;
}

.service-detail {
    width: 50%;
    margin-bottom: 8rem;
}

.italic {
    font-style: italic;
}

.service-detail h3 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -2px;
    width: 90%;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.service-detail:nth-child(2n) {
    padding-left: 5%;
}

.service-detail:nth-child(2n + 1) {
    padding-right: 5%;
    /*    margin-bottom: 0rem;*/
}

.service-detail:last-child {
    margin-bottom: 0;
}

.services-info {
    position: relative;
}

.services-info h2 {
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: -3px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 3.4rem;
    margin-bottom: 2rem;
}

.services-info .introp {
    text-align: center;
    width: 70vw;
    margin: auto;
    margin-bottom: 7rem;
}


.header-service {
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10rem;
}

.service-intro {
    width: 50%;
    padding-left: 3.7%;
    padding-right: 3.7%;
}

.service-image {
    max-height: 875px;
    width: 50%;
    height: 110vh;
    background-image: url(/frontend/img/lift-pr-outline.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.digital-image {
    background-image: url(/frontend/img/lift-digital.png);
}

.content-image {
    background-image: url(/frontend/img/lift-integracao-header.png);
}

.service-image-overlay {
    background-color: #e40134;
    width: 95%;
    position: absolute;
    left: 0;
    top: -5%;
    padding-left: 3.7%;
    padding-right: 3.7%;
    min-height: 64%;
    color: #fff;
    mix-blend-mode: multiply;
}

.wrapper-overlay {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.wrapper-overlay h1 {
    margin-bottom: 1rem;
    width: 100%;
}

.wrapper-overlay h2 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0;
    /*
    line-height: 1rem;
    width: 100%;
*/
    line-height: 1.5rem;
    width: 77%;
}

.wrapper-overlay p {
    position: relative;
    bottom: 0;
    width: 100%;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 3.7%;
    left: 3.7%;
    width: 45%;
}

/*
* {
    border: 1px solid red;
}
*/

.not-visible {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
}

.yes-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
    transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out, display 0.5s ease-in-out;
}

.alt-col-h h2 {
    margin-top: 1rem;
}

.graph-container {
    margin-top: 10rem;
    margin-bottom: 5rem;
    display: flex;
}

.graph-container img {
    width: 50%;
    height: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.teresa {
    background-image: url(/frontend/img/lift-teresa-figueira.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rui {
    background-image: url(/frontend/img/lift-rui-sousa.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mjoao {
    background-image: url(/frontend/img/lift-maria-joao-costa.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vigario {
    background-image: url(/frontend/img/lift-sonia-vigario.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brita {
    background-image: url(/frontend/img/lift-catarina-brito.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.so {
    background-image: url(/frontend/img/lift-carmo-so.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.azevedo {
    background-image: url(/frontend/img/lift-helena-azevedo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mauro {
    background-image: url(/frontend/img/lift-mauro-sousa.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.paula {
    background-image: url(/frontend/img/lift-paula-ramos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.salvador {
    background-image: url(/frontend/img/lift-salvador-cunha.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.diogo {
    background-image: url(/frontend/img/lift-diogo-costa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faustino {
    background-image: url(/frontend/img/lift-ana-faustino.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.marta {
    background-image: url(/frontend/img/lift-marta-marreiros.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.spereira {
    background-image: url(/frontend/img/lift-suzana-pereira.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pvieira {
    background-image: url(/frontend/img/lift-pedro-vieira.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.boavida {
    background-image: url(/frontend/img/lift-goncalo-boavida.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cnogueira {
    background-image: url(/frontend/img/lift-claudia-nogueira.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.spacer {
    margin-bottom: 10%;
}

.about-services::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 170px;
    left: -1.9rem;
}

.about-services::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "O que fazemos";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 58px;
    width: 124px;
    left: -4.2rem;
    text-align: right;
}

.team::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 450px;
    left: -1.9rem;
}

.team::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "A nossa equipa";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 340px;
    width: 124px;
    left: -4.2rem;
    text-align: right;
}

.video-mobile-panel {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
}

.video-mobile-panel.yes-visible {
    opacity: 0.83;
}

.awards::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 115px;
    left: -1.9rem;
}

.awards::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Prémios";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 35px;
    width: 70px;
    left: -2.5rem;
    text-align: right;
}


.about-story::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 160px;
    left: -1.9rem;
}

.about-story::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "A nossa história";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 38px;
    width: 141px;
    left: -4.8rem;
    text-align: right;
}

.about-story.clear::before {

    display: none;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 170px;
    left: -1.9rem;
}

.about-story.clear::after {
    display: none;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.0rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 38px;
    width: 141px;
    left: -4.8rem;
    text-align: right;
}

/*
.service-intro::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 130px;
    left: -3rem;
}

.service-intro::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "scroll";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 145px;
    width: 141px;
    left: -6rem;
    text-align: right;
}
*/

.services-info::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #e40134;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 115px;
    left: -3.1rem;
}

.services-info::after {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    content: "Serviços";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 67px;
    width: 141px;
    left: -6rem;
    text-align: right;
}

.about-story.clear {
    overflow: hidden;
}

h1 .normal-text {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}


.header-story h1 {
    font-size: 4.9rem;
}

.scrollDown {
    position: absolute;
    bottom: 50px;
    right: -25px;
    transform: rotate(-90deg);
    transform-origin: left;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    z-index: 3;
    font-size: 0.7rem;
}

.scrollArrow {
    width: 1.4rem;
    height: 1rem;
    background-image: url(/frontend/img/lift-scroll-arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 10px;
}


/*HEYO*/

body::after,
body::before {
    /* these are the 2 half blocks which cover the content once the animation is triggered */
    content: '';
    height: 50vh;
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    z-index: 1;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.4s 0.4s;
    -moz-transition: -moz-transform 0.4s 0.4s;
    transition: transform 0.4s 0.4s;
}

body::before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

body::after {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

body.page-is-changing::after,
body.page-is-changing::before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

main {}

main .cd-main-content {
    position: relative;
    /*    height: calc(100vh - 20px);*/
}

main .cd-main-content > div {
    height: 100%;
    /*
    overflow: hidden;
    overflow-y: auto;
*/
    -webkit-overflow-scrolling: touch;
}

main .cd-main-content::after,
main .cd-main-content::before {
    /* these are the 2 gradient overlay at the top and bottom of the .cd-main-content - to indicate that you can scroll */
    content: '';
    position: absolute;
    left: 0;
    height: 0px;
    width: 0%;
}

main .cd-main-content::before {
    top: 0;
}

main .cd-main-content::after {
    bottom: 0;
}

main .cd-main-content.cd-index {
    /* .cd-main-content basic style - index page */
    /*    background-color: #e40134;*/
    /* vertically center its content */
    /*
    display: table;
    width: 100%;
*/
}

main .cd-main-content.cd-index > div {
    /* vertically center the content inside the .cd-index */
    /*
    display: table-cell;
    vertical-align: middle;
*/
}

main .cd-main-content.cd-index::after {
    /*
    background-color: rgba(64, 137, 166, 0);
    background-image: -webkit-linear-gradient(bottom, #e40134, rgba(64, 137, 166, 0));
    background-image: linear-gradient(to top, #e40134, rgba(64, 137, 166, 0));
*/
}

main .cd-main-content.cd-index::before {
    /*
    background-color: rgba(64, 137, 166, 0);
    background-image: -webkit-linear-gradient(top, #e40134, rgba(64, 137, 166, 0));
    background-image: linear-gradient(to bottom, #e40134, rgba(64, 137, 166, 0));
*/
}

main .cd-main-content.cd-about {
    /* .cd-main-content basic style - about page */
    /*    background-color: #283040;*/
}

main .cd-main-content.cd-about > div {
    /*    padding-top: 50px;*/
}

main .cd-main-content.cd-about::after {
    /*
    background-color: rgba(40, 48, 64, 0);
    background-image: -webkit-linear-gradient(bottom, #283040, rgba(40, 48, 64, 0));
    background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0));
*/
}

main .cd-main-content.cd-about::before {
    /*
    background-color: rgba(40, 48, 64, 0);
    background-image: -webkit-linear-gradient(top, #283040, rgba(40, 48, 64, 0));
    background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0));
*/
}

main {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    main {
        /*        padding: 20px;
        */
    }
    main .cd-main-content {
        /*        height: calc(100vh - 40px);*/
    }
    main.cd-index > div {
        /*        padding-top: 200px;
        */
    }
    main.cd-index > div {
        /*        padding-top: 50px;*/
    }
}

.cd-cover-layer {
    /* layer that covers the content when the animation is triggered */
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    /*    background-color: #e40134;*/
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
    transition: opacity 0.4s 0.4s, visibility 0s 0.8s;
}

.cd-about .cd-cover-layer {
    /*    background-color: #283040;*/
}

.page-is-changing .cd-cover-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-cover-layer {
        height: 100%;
        width: 90%;
        margin: auto;
    }
}

.cd-loading-bar {
    /* this is the loding bar - visible while switching from one page to the following one */
    position: fixed;
    z-index: 2;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 90%;
    background-color: #e40134;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s 0s ease-in;
    -moz-transition: visibility 0s 0.4s, -moz-transform 0.4s 0s ease-in;
    transition: visibility 0s 0.4s, transform 0.4s 0s ease-in;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-about .cd-loading-bar {
    background-color: #e40134;
}

.cd-about .cd-loading-bar::before {
    background-color: #e40134;
}

.cd-loading-bar::before {
    /* this is the progress bar inside the loading bar */
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    background-color: #000;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.page-is-changing .cd-loading-bar {
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -o-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
    -moz-transition: visibility 0s 0.3s, -moz-transform 0.4s 0.4s;
    transition: visibility 0s 0.3s, transform 0.4s 0.4s;
}

.page-is-changing .cd-loading-bar::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.8s 0.8s ease-in;
    -moz-transition: -moz-transform 0.8s 0.8s ease-in;
    transition: transform 0.8s 0.8s ease-in;
}

@media only screen and (min-width: 768px) {
    .cd-loading-bar {
        width: 90%;
    }
}


/*
* {
    outline: 1px solid red;
}*/

.video-wrapper {
    position: absolute;
    right: 0;
    max-width: 800px;
    width: 39.4vw;
    height: 115vh;
    /*    background-color: red;*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    float: right;
    max-height: 1000px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.video-wrapper.fader {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.video-wrapper.expand {
    height: 80vh;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-wrapper.triggered {
    height: 80vh;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: auto;
    z-index: 5;
}

#header-home .spe-col-4.nowPlaying,
#header-home .spe-col-58.nowPlaying {

    overflow: hidden;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.scroll {
    overflow: hidden !important;
    width: 100vw;
    height: 100%;
    position: relative;
}

.menu p {
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    width: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.menutxt {
    width: 25px;
    transform: scale(0.5);
    height: 0px;
}

.menu p.pclose {
    visibility: hidden;
    opacity: 0;
    height: 13px;
    width: 25px;
    -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.menu p.pclose.yes-visible {
    visibility: visible;
    opacity: 1;

    -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: all 0.5s ease-in-outvisibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.player .vp-player-layout {
    left: 0 !important;
    width: 100% !important;
    overflow: hidden;
}

.portfolio-video {
    /*    background-color: #000;*/
    background-color: #fff;
}

/*
.portfolio-video iframe {
    min-width: 100%;
    min-height: 79.5vh;
}
*/

#f21 {
    background-color: #000;
}

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27%;
}

iframe {
    width: 100%;
}

video {
    width: 100%;
    height: auto;
    position: absolute;
    /* left: -47.5vw; */
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

video.closedvid {
    width: auto;
    height: 100%;
    position: absolute;
    /* left: -47.5vw; */
    left: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 90vw;
    min-height: 110vh;
    margin: auto;
}


.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #ffccd8;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #e40134;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #e40134;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}


/*
.width video.closedvid {
    width: 100%;
    height: auto;
    position: absolute;
    left: -47.5vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
*/

/*
.width video.closedvid {
    width: 100%;
    height: 51vw;
    position: absolute;
    left: -47.5vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

.video-preview {
    position: relative;
    overflow: hidden;
}

.fadeOutUp {
    -webkit-animation: fadeOutUp 0.5s;
    -moz-animation: fadeOutUp 0.5s;
    -o-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}

.fadeInDown {
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    -o-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.video-close {
    float: right;
    margin: 10px;
    color: #e40134;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    pointer-events: all;
}

#contact .thanks {
    text-align: center;
    width: 100%;
    margin-bottom: 7rem;
}

.container .breadcrumbs {
    display: none;
    text-align: right;
}

.mobile-arrow-nav {
    width: 100%;
    height: 30px;
    display: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.mobile-arrow-right {
    display: block;
    width: 50px;
    background-image: url(../img/lift-mobile-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    margin-left: 25px;
}

.redish {
    background-image: url(../img/lift-mobile-arrow-red.svg);
}

#work .mobile-arrow-nav {
    position: absolute;
}

#work .mobile-arrow-right {
    float: right;
}


.mobile-arrow-left {
    display: block;
    width: 50px;
    background-image: url(../img/lift-mobile-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dim {
    opacity: 0.5;
}

.mobile {
    display: none;
}

.article-img img.selected.mobile {
    display: none;
}

#header-home .spe-col-58 {
    overflow: hidden;
}

.video-overlay.faux {
    background: none;
    mix-blend-mode: normal;
    z-index: 1;
}

.millions {
    font-size: 1.9rem;
    font-weight: 900;
}

.revealer_layer_one {
    width: 0;
    height: 100vh;
    background-color: #e40134;
    position: fixed;
    right: 0;
    z-index: 100;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

.revealer_layer_two {
    width: 0;
    height: 100vh;
    background-color: #000;
    position: fixed;
    right: 0;
    z-index: 100;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

.revealer_layer_three {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    right: 0;
    z-index: 100;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

.one-trans {
    width: 100vw;
    height: 100vh;
    animation-name: one-trans;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

.small_logo {
    width: 75px;
    height: 75px;
    /*    background-image: url(../img/lift_small.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
}

.client-grid a img:nth-child(2) {
    margin-left: -100%;
}

.client-grid a.alt img:nth-child(2) {
    margin-left: -100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client-grid a.alt img:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.side-featured-img {
    background-image: url(../img/lift-integracao.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 875px;
    width: 50%;
    height: 110vh;
    float: left;
}

.services-axis {
    /*
    display: flex;
    flex-wrap: wrap;
*/
    margin-top: 10rem;
    margin-bottom: 10rem;
    overflow: hidden;
    max-height: unset;
}

.services-axis h2 {
    text-align: left;
    font-size: 3.5rem;
    letter-spacing: -3px;
    line-height: 3.4rem;
}

.contact-call-to-action h2 {
    text-align: left;
    font-size: 3.5rem;
    letter-spacing: -3px;
    line-height: 3.4rem;
}

.contact-call-to-action {
    color: #fff;
    margin-bottom: 10rem;
}

.contact-inner {
    background-color: #e40134;
    mix-blend-mode: multiply;
    padding: 5rem;
}

.contact-inner h2,
.contact-inner p,
.contact-inner a {
    max-width: 30rem;
}

.contact-outter {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 5rem;
}

.contact-image {
    background-image: url(../img/lift-contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35rem;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
}

.services-axis h3 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: -2px;
    width: 90%;
    margin-top: 5rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.services-axis .single-wrapper {
    width: 50%;
    float: left;
    padding-left: 3.7%;
}

.services-axis .single-wrapper:nth-child(2) {
    margin-top: 3rem;
}

.services-axis .single-wrapper:nth-child(3) {
    margin-top: 5rem;
}

.services-axis .single-wrapper:nth-child(5) {
    margin-top: 5rem;
}

.integ-wrapper {
    display: flex;
    align-items: center;
}

.integ-wrapper h1 {
    margin-top: 0;
}

.integ-services {
    margin-top: 10rem;
}

.integ {
    position: relative;
}

.s .services-info .service-detail:last-child {
    margin-bottom: 8rem;
}

section.s {
    margin-top: 25rem;
    max-height: unset;
    margin-bottom: 8rem;
}

.generic-left,
.generic-right {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.generic-right {
    padding-left: 3.7%;
    padding-right: 3.7%;
}

.generic-image {
    width: 90%;
    height: 90vh;
    background-image: url(../img/lift-servicos.png);
    background-size: cover;
    background-position: center;
}

.generic-overlay {
    background-color: #e40134;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
    height: 35rem;
    width: 35vw;
    top: 50%;
    margin-top: -17.5rem;
    right: 0%;
    max-width: 700px;
}

.service-header {
    display: flex;
    align-items: center;
}

.focus {
    z-index: 5;
    width: 80vw !important;
    height: auto;
    max-width: 1200px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.none {
    display: none;
}

#clients {
    max-height: fit-content;
}

#clients .tabs {
	margin-top: 80px;
	margin-bottom: 80px;
}

#clients .tabs ul {
	text-align: center;
}

#clients .tabs ul li {
	display: inline-block;
    margin-right: 50px;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 500;
	cursor: pointer;
	line-height: 35px;
    font-size: 1.1rem;
}

#clients .tabs ul li:last-of-type {
	margin-right: 0;
}

#clients .tabs ul li:hover,
#clients .tabs ul li.selected {
	color: #e40134;
}

#clients .tab-content {
	display: flex;
	-webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

#clients .tab-content div {
	width: 25%;
    text-align: center;
	margin-bottom: 80px;
}

#clients .tab-content div img {
	/* width: 250px; */
	width: 200px;
}

@media screen and (max-width: 900px) {
    #clients .tabs ul li {
		display: block;
		width: 100%;
	}

	#clients .tab-content div {
		width: 100%;
	}	
}

@supports (-ms-ime-align:auto) {
    #menu-open .wrapper {
        margin-top: 20%;
    }
    .header-service {
        margin-top: 15rem;
    }
}

@media screen and (min-width: 1920px) {
    .menu {
        left: 1700px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media screen and (min-width: 1680px) {
    /*
    #workdiv {
        margin-left: -45%;
    }
*/
    #menu-open h2 {
        width: 90%;
        margin: auto;
    }
    .service-image {
        height: 80vh;
    }
}

@media screen and (min-width: 1550px) {
    .services-axis .single-wrapper:nth-child(3) {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .services-axis .single-wrapper:nth-child(5) {
        margin-top: 0rem;
    }
}

@media screen and (min-width: 1750px) {
    .services-axis .single-wrapper:nth-child(3) {
        margin-top: 5rem;
        margin-bottom: 7rem;
    }
}

@media screen and (max-width: 1430px) {
    .header-about .red-text,
    .header-about-img .img-overlay,
    .header-about .img-after-overlay {
        width: 67%;
    }
}

@media screen and (max-width: 1440px) {
    .services-axis .single-wrapper:nth-child(4) {
        padding-right: 1.8%;
    }
}

@media screen and (max-width: 1380px) {
    #work {
        margin-top: -140px;
    }
}

@media screen and (max-width: 1366px) {
    .services-axis .single-wrapper:nth-child(4) {
        margin-top: -7rem;
    }
    #work {
        margin-top: -160px;
    }
}

@media screen and (max-width: 1350px) {
    .spe-col-58 {
        width: 53%;
    }
}

@media screen and (max-width: 1330px) {
    footer {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .lift-group {
        margin-top: 25px;
        /* margin: auto; */
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    footer .container:nth-child(1) {
        width: 100%;
    }
    .portfolio-challenge::before,
    .integ::before,
    .portfolio-solution::before,
    .portfolio-results::before {
        left: -7.4rem;
    }
    .portfolio-challenge::after,
    .portfolio-solution::after,
    .integ::after,
    .portfolio-results::after {
        left: -9rem;
    }
    #header-home .spe-col-4.nowPlaying,
    #header-home .spe-col-58.nowPlaying {
        overflow: hidden;
        margin-top: 0;
        opacity: 0;
        height: 70vh;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 1300px) {
    .contact-inner h2,
    .contact-inner p,
    .contact-inner a {
        max-width: 20rem;
    }
}

@media screen and (max-width: 1280px) {
    .services-axis .single-wrapper:nth-child(4) {
        margin-top: -7rem;
        padding-right: 1.8%;
    }
}

@media screen and (max-width: 1270px) {
    #work {
        margin-top: -160px;
    }
    #work .inner-wrapper {
        margin-top: 20rem;
    }
}

@media screen and (max-width: 1260px) {
    #header-home h1 {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1245px) {
    .client-grid a {
        width: 25%;
        padding: 80px;
    }
}

@media screen and (max-width: 1215px) {
    .header-about .red-text,
    .header-about-img .img-overlay,
    .header-about .img-after-overlay {
        width: 85%;
    }
    .portfolio-challenge::before,
    .integ::before,
    .portfolio-solution::before,
    .portfolio-results::before {
        left: -6.9rem;
    }
    .portfolio-challenge::after,
    .integ::after,
    .portfolio-solution::after,
    .portfolio-results::after {
        left: -8.5rem;
    }
}

@media screen and (max-width: 1202px) {
    .services-axis .single-wrapper:nth-child(4) {
        margin-top: -7rem;
    }
}

@media screen and (max-width: 1200px) {
    .portfolio-text {
        width: 85%;
    }
}

@media screen and (max-width: 1150px) {
    .services-axis .single-wrapper:nth-child(4) {
        margin-top: -10rem;
    }
}

@media screen and (max-width: 1100px) {
    .contact-inner h2,
    .contact-inner p,
    .contact-inner a {
        max-width: 100%;
    }
    .contact-outter {
        padding-right: 0rem;
    }
    .contact-inner {
        mix-blend-mode: unset;
    }
    .contact-image {
        background-image: url(../img/lift-contact.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 20rem;
        top: 0;
        position: relative;
        right: 0;
    }
    .contact-call-to-action {
        color: #fff;
        margin-bottom: 0rem;
    }
    section.s {
        margin-bottom: 0rem;
    }
    #workdiv.servicediv {
        margin-top: -22.4rem;
    }
    .side-featured-img {
        max-height: 50vh;
        width: 100%;
        height: 110vh;
        float: none;
    }
    .services-axis .single-wrapper:nth-child(2) {
        width: 100%;
        margin-top: 0rem;
    }
    .services-axis .single-wrapper:nth-child(3),
    .services-axis .single-wrapper:nth-child(4) {
        margin-top: 3rem;
    }

    .services-axis .single-wrapper:nth-child(5) {
        width: 100%;
        margin-top: 3rem;
        clear: both;
    }
    .services-axis.integ {
        margin-bottom: 5rem;
    }

}

@media screen and (max-width: 1100px) {
    #header-home h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1090px) {
    .portfolio-solution::before,
    .portfolio-solution::after {
        display: none;
    }
    .portfolio-challenge::before,
    .integ::before,
    .integ::after,
    .portfolio-challenge::after {
        display: none;
    }
    .portfolio-results::before,
    .portfolio-results::after {
        display: none;
    }
    .inner-pt-wrapper {
        width: 100%;
    }
    .col-6 {
        width: 70%;
    }
    .client-grid a {
        width: 25%;
        padding: 60px;
    }
    .client-grid a img {
        max-width: 120px;
    }
    #work .inner-wrapper {
        margin-top: 19rem;
    }
    #work {
        margin-top: -170px;
    }
}

@media screen and (max-width: 1070px) {
    .blog-controls li a.active {
        font-size: 5rem;
    }
    .blog-controls li a {
        font-size: 3rem;
    }
}

@media screen and (max-width: 979px) {
    footer .container:nth-child(1) {
        margin-bottom: 0;
    }
    .footer-logo {
        min-width: 4.5rem;
        min-height: 4.5rem;
    }
}

@media screen and (orientation:portrait) {
    #workdiv {
        height: 50vh;
    }
    #blog {
        margin-top: -30px;
    }
}

@media screen and (orientation:landscape) {
    .owl-nav {
        margin-top: 40vh;
    }
    .portfolio-slider .owl-nav {
        margin-top: 30vh;
    }
}

@media screen and (max-width: 940px) {
    #header-contact {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .panel .wrapper {
        width: 90%;
    }

    .awards {
        margin-top: 5rem;
    }

    .about-story .about-col-1 {
        margin-top: 3rem;
    }

    .about-story.clear .about-col-1 {
        margin-top: 0rem;
    }

    .graph-menu {
        position: fixed !important;
        right: 0 !important;
        left: auto !important;
        margin-right: 16px !important;
        top: 25px !important;
    }
    .about-col-2 h2 {
        width: 100%;
    }

    .methodology {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .methodology h2 {
        text-align: left;
    }
    .methodology p {
        text-align: left;
    }
    #header-contact .container {
        width: 100%;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
    #header-contact .container:last-of-type {
        order: 1;
        margin-bottom: 50px;
        text-align: right;
    }
    #header-contact .container:first-of-type {
        order: 2;
        margin-bottom: 25px;
        text-align: right;
    }
    #header-contact .container:nth-of-type(2) {
        order: 3;
        text-align: right;
    }
    .menu.fixed {
        position: inherit;
        right: 0;
        top: 0;
        bottom: 0;
        margin: inherit;
        height: 65px;
    }
    nav .nav-social,
    nav .nav-lang,
    nav .breadcrumbs {
        display: none;
    }
    form {
        width: 90vw;
        margin: auto;
    }
    #menu-open h2 {
        text-align: center;
        font-family: "leitura-news", serif;
        font-weight: 300;
        font-size: 2.6rem;
        -webkit-font-smoothing: antialiased;
        line-height: 4rem;
        letter-spacing: 0;
    }
    .container .breadcrumbs {
        display: block;
    }
    .container .breadcrumbs a {
        margin-right: 0;
    }
    .main-logo {
        width: 100px;
    }
    nav {
        height: 95px;
        align-items: flex-end;
        -webkit-align-items: flex-end;
    }
    footer {
        display: block;
    }
    footer .container:nth-child(2) {
        display: block;
        margin: auto;
        max-width: 300px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    footer .container:nth-child(3) {
        display: block;
        margin: auto;
        max-width: 300px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    footer .container:nth-child(4) {
        display: block;
        margin: auto;
        max-width: 300px;
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .lift-group {
        margin-top: 25px;
        /* margin: auto; */
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #header-work {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #header-work ul {
        width: 100%;
    }
    .container-case {
        margin-top: 50px;
    }
    .stat {
        width: 50%;
        text-align: center;
        margin-bottom: 50px;
    }
    .inner-portfolio.flex.portfolio-solution {
        display: block;
    }
    .portfolio-solution img {
        /* position: absolute; */
        /* max-width: 200%; */
        /* max-height: 200%; */
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        /* width: 100%; */
        position: unset;
        max-width: 100%;
        max-height: auto;
        width: 100%;
        height: auto;
        transform: none;
    }
    .portfolio-solution .col-5 {
        width: 100%;
        padding: 0;
    }
    .portfolio-solution .col-5:first-of-type {
        padding: 0;
    }
    .portfolio-solution .col-5:last-of-type {
        padding: 0;
    }
    .inner-portfolio.flex.portfolio-solution h1 {
        margin-top: 3rem;
    }
    .slider-match {
        display: none;
    }
    .case-slide {
        display: block;
    }
    .case-slide .col-55 img {
        position: relative;
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
    }
    .portfolio-slider .col-55 {
        padding: 0;
        width: 100%;
    }
    .portfolio-slider .col-45 {
        padding: 0;
        width: 100%;
    }
    .portfolio-slider {
        /*        min-height: 57rem;
        */
    }
    .mobile-arrow-nav {
        display: block;
    }
    .article-img::before,
    .article-img::after {
        display: none;
    }
    .blog-controls {
        display: none;
    }
    .blog-content {
        width: 100%;
        margin: 0;
        padding: 10%;
    }
    .red-text {
        width: 100%;
        margin: auto;
        padding-left: 10%;
    }
    .img-overlay {
        width: 100%;
        left: 0;
    }
    video {
        width: 100%;
        height: 100%;
        position: absolute;
        /* left: -47.5vw; */
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
        pointer-events: none;
    }
    .article-img img {
        max-width: 112%;
        margin-left: -6%;
    }
    .normal-text {
        padding-left: 10%;
    }
    .desktop {
        display: none;
    }
    .article-img img.selected.desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .article-img img.selected.mobile {
        display: block;
    }
    #blog .mobile-arrow-nav {
        width: auto;
        display: inline-block;
        float: right;
    }
    .slider-control {
        display: none;
    }
    .work-slide.visible {
        display: block;
    }
    .work-slide .col-5,
    .work-slide .col-45 {
        width: 100%;
        padding: 0;
    }
    .work-slide .col-5:first-child {
        padding: 0;
    }
    #work h2 {
        -webkit-line-clamp: 4;
        line-height: 4.2rem;
        margin-bottom: 1.5rem;
        font-size: 3.8rem;
    }
    #header-home {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #header-home .spe-col-4 {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2
    }
    #header-home .spe-col-58 {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
        margin-top: 2rem;
        overflow: visible;
    }
    .video-preview {
        width: 100%;
        height: 25rem;
        background-image: url(/frontend/img/lift-about-us-1.jpg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        float: right;
    }
    .video-overlay {
        position: absolute;
        width: 100%;
        height: 335px;
        display: flex;
        display: -webkit-flex;
        right: -10%;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        padding: 20px;
    }
    .video-wrapper {
        /*        display: none;
        */
        max-height: 100vh;
    }
    #blog {
        margin-top: 0px;
    }
    #work .inner-wrapper {
        margin-top: 17rem;
    }
    #work {
        margin-top: -120px;
    }
    #menu-open .wrapper ul {
        display: block;
    }
    .img-transition.on {
        width: 112%;
        height: 100%;
        left: -6%;
    }
    .img-transition {
        left: -6%;
    }
    #blog-2-img.selected,
    #blog-3-img.selected,
    #blog-4-img.selected {
        display: none;
    }
    .img-overlay {
        display: none !important;
    }
    #blog .mobile-arrow-nav {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #blog .mobile-arrow-right {
        float: right;
        margin-left: 0;
        background-image: url(../img/lift-arrow-white-slanted.svg);
    }
    #blog .mobile-arrow-left {
        background-image: url(../img/lift-arrow-white-slanted.svg);
    }
    #clients {
        margin-bottom: 50px;
    }
    .deliverables p {
        margin-top: 0;
    }
    .deliverables h2 {
        margin-bottom: 0;
    }
    .deliverables {
        margin-top: 3rem;
    }
    .stats {
        margin-top: 50px;
    }
    #work-1,
    #work-2,
    #work-3,
    #work-4,
    #work-5 {
        position: relative;
        display: block;
        top: 0;
    }
    #work {
        height: auto;
    }
    .work-slide {
        margin-top: 60px;
    }
    #case-1,
    #case-2,
    #case-3,
    #case-4,
    #case-5 {
        position: relative;
        display: block;
        top: 0;
    }
    .case-slide .mobile-arrow-nav {
        display: none;
    }
    .video-wrapper {
        width: 100vw;
        height: 100vh;
        max-width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000;
        z-index: 5;
        opacity: 0;
        pointer-events: none;
    }
    video.closedvid {
        width: 100%;
        height: 100%;
    }
    #main-vid {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
        pointer-events: none;
        z-index: 6;
    }
    .owl-nav {
        display: block;
        width: 100%;
        position: absolute;
        top: 22vh;
    }
    .portfolio-slider .owl-nav {
        display: block;
        top: 17vh;
    }
    .owl-next {
        float: right;
        margin-right: -1rem;
        display: block;
        width: 35px;
        opacity: 1;
    }
    .owl-next.disabled {
        opacity: 0.5;
    }
    .owl-prev {
        float: left;
        margin-left: -1rem;
        display: block;
        width: 35px;
        opacity: 1;
    }
    .owl-prev.disabled {
        opacity: 0.5;
    }
    .col-45 {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: 3rem;
        opacity: 0;
    }
    .active .col-45 {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: 0rem;
        opacity: 1;
    }
    #workdiv {
        /*        min-height: 100px;*/
        height: 15vh;
        margin-top: -17rem;
    }
    .header-about .red-text {
        margin-top: 1.4rem;
    }
    .header-about .red-text,
    .header-about-img .img-overlay,
    .header-about .img-after-overlay,
    .header-about h1 {
        width: 100%;
        text-align: center;
    }
    .header-about .normal-text {
        padding-left: 0;
    }
    .header-about-img {
        background-size: cover;
        background-position: center;
        width: 120%;
        margin-left: -10%;
    }
    .header-about .img-after-overlay {
        margin-left: 0;
    }
    .about-story {
        margin-top: 3rem;
        clear: both;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .about-col-1 {
        width: 100%;
        order: 2;
        padding-left: 3.7%;
    }
    .about-image {
        background-size: cover;
        background-position: left;
    }
    .about-col-2 {
        width: 100%;
        order: 1;
        padding-left: 3.7% !important;
    }
    .about-services h2 {
        width: 100%;
    }
    .about-services p {
        width: 100%;
    }
    .about-grid {
        flex-direction: column;
    }
    .about-grid div {
        width: 100%;
        min-height: auto;
        min-width: 100%;
        background-color: #e40134;
        color: #fff;
    }
    .about-grid div p {
        min-height: auto;
        hyphens: none;
    }
    .about-grid div .btn-black {
        color: #fff;
    }

    .about-grid div .btn-arrow-red::after {
        background-image: url(/frontend/img/lift-arrow-white.svg)
    }
    .team-member:nth-child(2n),
    .team-member:nth-child(2n + 1) {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 5rem;
    }
    .about-services {
        margin-top: -3rem;
        text-align: left;
    }
    .about-services h2,
    .about-services p {
        text-align: left;
    }
    .team h2,
    .team p,
    .awards h2,
    .awards p {
        width: 100%;
        text-align: left;
    }
    .team p {
        padding-right: 0;
    }
    #greatdiv {
        margin-top: -16.5rem;
    }
    .about-grid h3 {
        width: 100%;
    }
    .header-service {
        flex-direction: column;
    }
    .service-intro {
        order: 2;
        width: 100%;
        margin-top: 3rem;
    }
    .service-image {
        order: 1;
        width: 100%;
    }
    .services-info h2 {
        width: 100%;
    }
    .service-detail:nth-child(2n + 1) {
        padding: 0;
        width: 100%;
    }
    .service-detail:nth-child(2n) {
        padding: 0;
        width: 100%;
    }
    .service-detail {
        margin-bottom: 3rem;
    }
    section.services-info {
        max-height: none;
    }
    .service-image {
        height: 60vh;
        position: relative;
    }
    .wrapper-overlay {
        position: absolute;
        left: 10%;
        width: 90%;
        /*        top: 0;*/
    }
    .wrapper-overlay p {
        display: none;
    }
    .service-image-overlay {
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: 15rem;
        min-height: 15rem;
        margin-left: -1.3rem;
        padding-left: 5.7%;
        mix-blend-mode: unset;
        background: none;
    }
    .service-image-overlay::before {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e40134;
        position: absolute;
        left: -10%;
        top: 0;
        z-index: 0;
        mix-blend-mode: multiply;
    }
    .menu:hover .bar2 {
        width: 10px;
        margin-left: 20px;
    }

    .menu:hover .bar1 {
        margin-left: 0px;
        width: 100%;
    }

    .menu:hover .bar3 {
        margin-left: 0px;
    }

    .change:hover .bar3 {
        width: 25px;
        height: 2px;
        margin-left: 0;
    }

    .change:hover .bar1 {
        width: 25px;
        height: 2px;
        margin-left: 0;
    }

    .change .bar3 {
        width: 25px;
        height: 2px;
        margin-left: 0;
    }

    .change .bar1 {
        width: 25px;
        height: 2px;
        margin-left: 0;
    }

    .blog-slide-wapper {
        width: 100%;
        margin: 0;
    }
    .blog-content {
        padding: 50px;
    }
    .graph-container {
        margin-top: 5rem;
        margin-bottom: 5rem;
        display: block;
    }

    .graph-container img {
        width: 100%;
        height: 100%;
    }

    .about-story-ethics {
        margin-top: 10rem;
        display: flex;
        flex-wrap: wrap;
    }

    .about-story-ethics .btn {
        margin-bottom: 3rem;
    }
    .team-masonry {
        display: flex;
        flex-wrap: wrap;
    }

    .salvador-cunha {
        order: 1;
    }

    .paula-ramos {
        order: 2;
    }

    .ana-faustino {
        order: 5;
    }

    .diogo-costa {
        order: 3;
    }

    .teresa-figueira {
        order: 4;
    }

    .marta-marreiros {
        order: 2;
    }

    .rui-sousa {
        order: 6;
    }

    .maria-joao {
        order: 8;
    }

    .sonia-vigario {
        order: 9;
    }

    .catarina-brito {
        order: 10;
    }

    .carmo-so {
        order: 11;
    }

    .helena-azevedo {
        order: 12;
    }

    .mauro-sousa {
        order: 7;
    }

    .suzana-pereira {
        order: 13;
    }

    .pedro-vieira {
        order: 14;
    }

    .goncalo-boavida {
        order: 15;
    }

    .claudia-nogueira {
        order: 16;
    }

    .awards::before,
    .awards::after,
    .about-story::before,
    .about-story::after,
    .about-services::before,
    .about-services::after,
    .services-info::after,
    .services-info::before,
    .service-intro::after,
    .service-intro::before,
    .team::before,
    .team::after {
        display: none;
        content: ;
    }
    .about-image {
        margin-top: 4rem;
    }
    .clear .alt-col-h {
        order: 1;
    }
    .clear .about-col-2 {
        order: 2;
    }
    .generic-left {
        order: 2;
        overflow: visible;
    }
    .generic-right {
        order: 1;
        margin-bottom: 3rem;
    }
    .generic-left,
    .generic-right {
        width: 100%;
        position: relative;
        overflow: visible;
    }
    .generic-image {
        width: 100%;
        height: 70vh;
    }
    .generic-overlay {
        background-color: #e40134;
        mix-blend-mode: multiply;
        position: absolute;
        z-index: 2;
        height: 80%;
        width: 95%;
        top: 0;
        right: -5.7%;
        bottom: 0;
        margin: auto;
        max-width: 700px;
    }
    #workdiv.servicediv {
        margin-top: -23rem;
    }
    section.s {
        margin-top: 17rem;
    }
    .services-axis {
        margin-top: 5rem;
    }
    .blog-slide-wapper .not-visible {
        -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, display 0.2s ease-in-out;
    }
    .blog-slide-wapper .yes-visible {
        -webkit-transition: visibility 0.7s ease-in-out, opacity 0.7s ease-in-out, display 0.7s ease-in-out;
    }
    .rep-graph {
        width: 80%;
        padding-right: 0%;
        margin: auto;
    }

    .layers-graph {
        width: 100%;
        padding-left: 0%;
        margin: auto;
        margin-top: 5rem;
    }

    .graph-wrapper {
        margin-top: 5rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .team-member.not-visible {
        height: 0;
        margin: 0;
        width: 0;
    }
    .expand-more-team {
        text-align: left;
    }

}

@media screen and (max-width: 845px) {
    .header-about h1 {
        font-size: 4rem;
        letter-spacing: -4px;
    }
    .header-about .red-text {
        padding: 10px;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 810px) {
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .inner-portfolio h1 {
        line-height: 3.3rem;
        font-size: 3rem;
        letter-spacing: -2px;
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    #menu-open h2 {
        text-align: center;
        font-family: "leitura-news", serif;
        font-weight: 300;
        font-size: 1.4rem;
        -webkit-font-smoothing: antialiased;
        line-height: 3rem;
        letter-spacing: 0;
    }
    #menu-open h2 {
        margin-top: 65px;
    }
    .container-portfolio {
        height: 70vw;
        max-height: 70vw;
    }
    .container-case {
        height: 70vw;
        max-height: 70vw;
    }
    .container-portfolio img {
        max-width: 173%;
        width: 173%;
        margin-left: -36.5%;
        margin-top: 0%;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transform-origin: 70% 50% 0;
    }
    .container-case img {
        max-width: 173%;
        width: 173%;
        margin-left: -36.5%;
        margin-top: 0%;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transform-origin: 70% 50% 0;
    }
    .container-portfolio.toggler img {
        max-width: 173%;
        width: 173%;
        margin-left: -36.5%;
        margin-top: 0%;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transform-origin: 70% 50% 0;
    }
    .container-case.toggler img {
        max-width: 173%;
        width: 173%;
        margin-left: -36.5%;
        margin-top: 0%;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transform-origin: 70% 50% 0;
    }
    .col-6 {
        width: 100%;
    }
    .col-3 {
        width: 100%;
    }
    .inner-portfolio.flex.portfolio-challenge {
        display: block;
    }
    .portfolio-next p {
        width: 100%;
    }
    .portfolio-results p {
        width: 100%;
        text-align: left;
    }
    .portfolio-results h1 {
        text-align: left;
    }
    #workdiv.servicediv {
        margin-top: -23.8rem;
    }
    section.s {
        margin-top: 15rem;
    }
    .scrollDown {
        display: none;
    }
    .team-member-img {
        height: 23rem;
    }
    .about-image {
        height: 25rem;
    }
}

@media screen and (max-width: 700px) {
    .services-axis .single-wrapper {
        width: 100%;
    }
    .rep-graph {
        width: 100%;
    }
}

@media screen and (max-width: 690px) {
    #work .inner-wrapper {
        margin-top: 16rem;
    }
}

@media screen and (max-width: 630px) {
    #map {
        height: 90vh;
        max-height: 135vw;
    }
    footer .container:nth-child(2) {
        width: 85%;
    }
    footer .container:nth-child(3) {
        width: 85%;
    }
    footer .container:nth-child(4) {
        width: 85%;
    }
    #contact h1 {
        font-size: 1.7rem;
    }
    #header-work ul li {
        display: inline-block;
        font-family: "freight-sans-pro", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1rem;
        margin-right: 7%;
        letter-spacing: 5px;
    }
    #header-work ul li:last-of-type {
        margin-right: 0;
    }
    .container-portfolio h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: 5px;
        margin-bottom: -10px;
    }
    .container-case h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: 5px;
        margin-bottom: -10px;
    }
    .container-portfolio {
        margin-bottom: 5%;
    }
    .container-case {
        margin-bottom: 5%;
    }
    .container-portfolio:last-of-type {
        margin-bottom: 5%;
    }
    .portfolio-gallery-2 .col-5:first-of-type {
        padding-right: 2.5%;
    }
    .portfolio-gallery-2 .col-5:last-of-type {
        padding-left: 2.5%;
    }
    .inner-portfolio.flex.portfolio-gallery-2 {
        margin-top: 5%;
    }
    .inner-portfolio {
        margin-top: 15%;
    }
    .client-grid a {
        min-width: 150px;
        padding: 35px;
    }
    #workdiv.servicediv {
        margin-top: -24.5rem;
    }
    .generic-image {
        width: 100%;
        height: 50vh;
    }
    section.s {
        margin-top: 12rem;
    }
    .services-axis.integ {
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 600px) {
    .stat {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    /*
    .client-grid a:nth-child(n) {
        padding-left: 0;
        padding-right: 40px;
    }
    .client-grid a:nth-child(2n) {
        padding-right: 0;
        padding-left: 40px;
    }
*/
    #workdiv {
        margin-top: -15rem;
    }
    .header-about h1 {
        font-size: 3rem;
        letter-spacing: -3px;
    }
    .header-about .red-text {
        padding: 5px;
        margin-top: 0.5rem;
    }
    .header-about-img {
        background-position: right;
    }
    .services-info h2 {
        width: 100%;
        text-align: left;
        padding-right: 3.7%;
        padding-left: 3.7%;
    }
    .contact-inner {
        padding: 2rem;
    }
}

@media screen and (max-width: 550px) {
    #work .inner-wrapper {
        margin-top: 15rem;
    }
    .integ-wrapper h1 {
        font-size: 3.8rem;
    }
    .service-image-overlay::before {
        width: 110%;
    }

}

@media screen and (max-width: 500px) {
    .blog-content {
        padding: 35px;
    }
}

@media screen and (max-width: 480px) {
    #blog h1 {
        margin-top: 8rem;
    }
    #workdiv.servicediv {
        margin-top: -25.1rem;
    }
    section.s {
        margin-top: 10rem;
    }
    .service-detail h3 {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 4rem;
        line-height: 3.5rem;
    }
    #header-home h1 {
        font-size: 3.5rem;
        line-height: 4rem;
        letter-spacing: -3px;
    }

    .header-about h1 {
        font-size: 2.2rem;
        letter-spacing: -2px;
    }
    .header-about .red-text {
        padding: 2.5px;
        margin-top: 0rem;
    }
    .client-grid a:nth-child(n) {
        padding-left: 0;
        padding-right: 40px;
    }
    .client-grid a:nth-child(2n) {
        padding-right: 0;
        padding-left: 40px;
    }
}

@media screen and (max-width: 400px) {
    #contact h1 {
        font-size: 2rem;
    }
    #header-work ul li {
        margin-right: 5%;
    }
    #header-work ul li:last-of-type {
        margin-right: 0;
    }
    #header-home h1 {
        font-size: 3.3rem;
    }
    #work .inner-wrapper {
        margin-top: 14rem;
    }
    #blog h1 {
        margin-top: 5rem;
    }
    #work .inner-wrapper {
        margin-top: 13rem;
    }
    #workdiv {
        /*        min-height: auto;*/
        /*        margin-top: 70px;*/
    }
    #workdiv.servicediv {
        margin-top: -25.5rem;
    }

    section.s {
        margin-top: -2rem;
    }

}

@media screen and (max-width: 350px) {
    .footer-group {
        width: 35px;
    }
    .lift-group a {
        margin-right: 0;
    }
    #contact h1 {
        font-size: 1.6rem;
    }
    #menu-open h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    #header-work ul li {
        margin-right: 4%;
        font-size: 0.8rem;
    }
    #header-work ul li:last-of-type {
        margin-right: 0;
    }
    .client-grid a {
        min-width: 140px;
    }
    #clients h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .client-grid a:nth-child(n) {
        padding-left: 10px;
        padding-right: 40px;
    }
    .client-grid a:nth-child(2n) {
        padding-right: 10px;
        padding-left: 40px;
    }
    #header-home h1 {
        font-size: 2.9rem;
        line-height: 3rem;
        letter-spacing: -2.7px;
    }
    #blog h1 {
        font-size: 4rem;
        margin-top: 3rem;
    }
    #blog h2 {
        font-size: 2rem;
    }
    #work .inner-wrapper {
        margin-top: 11rem;
    }
    #work {
        margin-top: -100px;


    }
}

@media screen and (min-height: 1024px) {
    /*
    #workdiv {
        margin-top: -70px;
    }
*/
}

@media screen and (min-height: 1300px) {

    #workdiv {
        margin-top: -24rem;
    }

    .spe-col-58 {
        max-height: 80vh;
    }
}

@media screen and (max-height: 500px) {
    #menu-open h2 {
        text-align: center;
        font-family: "leitura-news", serif;
        font-weight: 300;
        font-size: 1.2rem;
        -webkit-font-smoothing: antialiased;
        line-height: 2rem;
        letter-spacing: 0;
    }
}

/*     Preloader     */

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #e40134;
    top: 50%;
    animation: loader 4s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #e40134;
    animation: loader-inner 4s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
