﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
:root {
    --light-orange: #f6b87a;
    --medium-orange: #F59D4C;
    --dark-orange: #b45e0d;
    --gray: #F0F0F0;
    --black: #363434;
    --white: #ffffff;
}
html, body {
    height: 100%;
} 
body {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

p > a, span > a {
    text-decoration: none;
    color: var(--dark-orange);
    text-decoration:underline!important
}

.text-white a {
    text-decoration: none;
    color: var(--white)
}

.text-orange {
    color: var(--medium-orange);
}
.text-light-orange {
    color: var(--light-orange);
}
a:hover {
    text-decoration: none;
    color: inherit
}

#search {
    max-height: 36px
}

#popUpModal .modal-content {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    /*    background-color: #F29E4C;*/
    border: none;
}

#popUpModal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.btn-close {
    opacity: 0.9 !important;
}

#popUpModal .modal-header {
    border-bottom: 0;
}

#popUpModal .modal-title {
    line-height: 1.2;
}

#popUpModal .modal-footer {
    border-top: 0;
    padding: 0;
}

.modal-backdrop {
    background-color: var(--light-orange);
    opacity: 0.8 !important;
}

#dismissModal {
    cursor: pointer;
}


#popup {
    display: none;
    position: fixed;
    bottom: 5%;
    width: 20%;
    z-index: 9;
    border-radius: 10px;
    background-color: var(--gray);
    padding: 1.25rem;
    box-shadow: 0 4px 18px rgb(0 0 0 / 20%);
    transition: right 0.5s ease-in-out;
}

    #popup p {
        margin-bottom: 0
    }

    #popup > div {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    #popup .clsbtn, #popup-mini {
        cursor: pointer
    }

#popup-mini {
    display: none;
    position: fixed;
    bottom: 5%;
    width: 45px;
    height: 45px;
    z-index: 9;
    border-radius: 50%;
    background-color: var(--medium-orange);
    padding: .688rem .75rem;
    box-shadow: 0 4px 18px rgb(0 0 0 / 20%);
    transition: right 0.5s ease-in-out;
}

    #popup-mini i {
        font-size: 1.375rem;
    }

/*Leftside meny*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    #wrapper.toggled {
        padding-left: 12.5rem;
    }

#sidebar-wrapper {
    z-index: 998;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -15.625rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    padding-left: 5.625rem;
}


#wrapper.toggled .social-collapse {
    display: grid;
    position: absolute;
    bottom: 1rem;
    right: 15px;
}

    #wrapper.toggled .social-collapse a {
        text-align: center
    }

#sidebar-wrapper .notis {
    -webkit-box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}

.sidebar-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100vh;
    overflow: auto;
    flex-flow: column;
    display: flex;
}

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand a {
        color: #000;
        font-size: 1rem;
        float: right;
        margin: 2rem auto 0 auto;
    }

    /*.sidebar-nav > .sidebar-brand i {
        font-size: 1.5rem;
        font-weight: 400
    }*/

    .sidebar-nav > .sidebar-brand a:hover {
        color: var(--black);
        background: none;
    }

.form-control:focus, .btn-primary:active:focus, .btn-check:focus + .btn-primary, .btn-primary:focus {
    outline: 2px solid var(--dark-orange);
    /* box-shadow: none*/
}

.btn-primary:active {
    background: #EF821B
}

.sidebar-nav .form-control, .bottombar-wrapper .form-control, .faq-search .form-control {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    /*    border: none;*/
    font-family: Roboto, serif;
    font-size: .875rem;
    height: 36px
}

.filter-search .form-control {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: none;
    font-family: Roboto, serif;
    font-size: .875rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.sidebar-nav .input-group-append button, .filter-search .input-group-append button, .mobile-bottom-nav .input-group-append button {
    background: var(--black);
    border: none;
    border-radius: 0 50px 50px 0;
    height: 36px;
}


/*.fa-search:before {
    vertical-align: super;
}*/

.faq-search .input-group-append button {
    background: var(--medium-orange);
    border: none;
    border-radius: 0 50px 50px 0;
    height: 36px;
}

.navigation-bottom {
    position: absolute;
    bottom: 3%
}

.sidebar-nav li a, .sidebar-nav ul li a, #collapseMobile ul li a, .mobile-bottom-nav li a {
    font-family: 'Roboto Mono', serif;
    font-weight: 500;
    color: var(--black)!important;
    font-size: 1rem;
    text-decoration: unset !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.sidebar-nav a:hover {
    text-decoration: unset !important;
}

.sub-navigation {
    margin-bottom: 1.25rem;
}

    .sub-navigation a {
        font-weight: 300 !important;
        font-size: .875rem !important
    }

.nav-logo {
    width: 100%;
    max-width: 155px;
}

.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(min-width:1680px) {
    .nav-logo {
        width: 100%;
        max-width: 205px;
    }
}

.rotate {
    transform: rotate(-90deg);
    transition: .3s;
    position: absolute;
    top: 180px;
    right: -30px;
    max-width: 150px;
    width: 70%;
}

.rotate2 {
    transform: rotate(0deg);
    transition: .3s;
}


.mobile-menu-logo {
    background: rgba(255,255,255, 0.8);
    padding: .625rem;
    z-index: 9999;
    height: 90px;
    width: 100%;
    text-align: center;
}

    .mobile-menu-logo img {
        height: 60px;
        margin: .625rem 0;
    }


@media(min-width:768px) {
    .mobile-menu-logo {
        display: none;
        visibility:hidden;
    }

    #wrapper {
        padding-left: 17.5rem;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    .sidebar-nav {
        width: 280px;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 90px;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}

@media(min-width:769px) and (max-width:1539px) {
    .text-button {
        font-size: 75%;
    }
}

@media(min-width:1300px) {
 
    #wrapper.toggled {
        padding-left: 0;
    }



        #wrapper.toggled #sidebar-wrapper {
            width: 90px;
        }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(min-width:1540px) {
    #sidebar-wrapper {
        width: 350px;
    }

    .sidebar-nav {
        width: 350px;
    }

    #wrapper {
        padding-left: 21.875rem;
    }

}

@media(max-width:768px) {
    #popup {
        width: 250px;
        top: 10%;
        bottom: unset;
    }

    #popup-mini {
        top: 20%;
        bottom: unset;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

        #wrapper.toggled #page-content-wrapper {
            padding-left: 0;
        }

    .mobile-menu-logo {
        display: block;
    }

    .bottom-nav {
        display: none
    }
}

@media(max-width:1200px) {

    #wrapper:not(.toggled) .top-section {
        display: block
    }

    #wrapper:not(.toggled) .top-child-section {
        width: 100%
    }
}


.bg-gray {
    background-color: var(--gray);
}

.bg-black {
    background-color: var(--black);
}

.bg-orange {
    background-color: var(--medium-orange)
}

.bg-medium-orange {
    background-color: var(--medium-orange)
}

.bg-beige {
    background-color: #FEE8D4
}

.bg-orange-linear {
    background: linear-gradient(180.27deg, var(--light-orange) 0.24%, #F29E4C 142.86%);
}

.bg-light-orange {
    background-color: var(--light-orange)
}

.bg-baby-orange {
    background-color: #FEE8D4
}

.all-corners {
    border-radius: 10px
}

.bottom-corners {
    border-radius: 0px 0px 10px 10px;
}

.top-corners {
    border-radius: 10px 10px 0px 0px;
}

.btn {
    border-radius: 20px;
    padding: .438rem .938rem .5rem .938rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'Roboto Mono', serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.btn-orange {
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
    color: var(--white);
}

    .btn-orange:hover {
        color: var(--white);
        background-color: var(--dark-orange);
        border-color: var(--dark-orange);
    }

.btn-black {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

    .btn-black:hover {
        background-color: #666;
        border-color: #666;
        color: var(--white)
    }
.btn-white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black)!important;
}

    .btn-white:hover {
        background-color: var(--white);
        border-color: var(--white);
        color: var(--black);
    }


.btn-border {
    color: var(--black);
    border-color: var(--black);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-border:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--white);
        border-color:var(--black);
        border-radius: 10rem;
        z-index: -2;
    }

    .btn-border:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: var(--black);
        transition: all 0.3s;
        border-radius: 10rem;
        z-index: -1;
    }

    .btn-border:hover {
        color: var(--white);
    }

        .btn-border:hover:before {
            width: 100%;
        }


.btn-grad {
    background: linear-gradient(91.77deg, #EF7E1A -22.7%, #FF8300 18%, #E9590E 133.61%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
}

.btn-grad {
    transition: 0.5s;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    padding: .625rem .938rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 100%;
    color: #fff;
}

    .btn-grad:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

.ingress {
    font-size: 1.125rem;
    font-family: Roboto;
    font-weight: 500;
}

.ingress-mobile {
    font-size: 1.125rem;
    font-family: Roboto;
    font-weight: 500;
    display: none
}

.banner-ingress {
    font-size: 1.25rem;
    font-family: Roboto;
    color: #fff
}

    .banner-ingress a {
        font-weight: 600;
        color: #fff;
    }

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
}


/*FOOTER*/
footer {
    font-family: Roboto, sans-serif;
    background-color: var(--black);
    color: var(--white);
    min-height: 500px
}

    footer .form-control {
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        border: none;
        font-family: Roboto, serif;
        height: 44px;
    }

    footer .input-group-append input[type="submit"] {
        background: #EF821B;
        border: none;
        border-radius: 0 50px 50px 0;
        height: 44px
    }


    footer .black {
        font-weight: 900
    }

    footer ul {
        list-style: none;
        font-size: 1rem;
        padding-left: 0
    }

        footer ul li a {
            list-style: none;
            color: #fff;
        }

    footer img {
        transform: rotate( -90deg );
        /* width: 22%; */
        position: absolute;
        right: -3%;
        margin-top: 8%;
        max-width: 305px;
    }

.footer-social a {
    color: #fff
}

@media screen and (max-width: 1700px) {
    footer img {
        margin-top: 9%;
    }
}

@media screen and (max-width: 1400px) {
    .sidebar-nav ul li a {
        font-size: .875rem
    }

    footer img {
        width: 200px;
        position: absolute;
        right: -5%;
        margin-top: 12%;
    }
}

@media screen and (max-width: 568px) {
    footer img {
        right: -10%;
        margin-top: 15%;
    }
}

@media screen and (max-width: 450px) {
    footer img {
        position: absolute;
        right: -15%;
        margin-top: 25%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-1 {
        margin-left: 7.333333%;
    }

    .news-section .floating-card {
        margin-top: -25%;
        z-index: 2
    }
}

.banner {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .banner .banner-text {
        font-size: 1rem;
    }

    .banner .roboto-mono p {
        margin-bottom: 0;
    }

.notis {
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    margin: 1.25rem 0 1.25rem 1.25rem;
    font-size: .813rem;
    line-height: 15px;
}

.notis-icon {
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    margin: 1.25rem 0 1.25rem .625rem;
}

.notis p {
    padding-left: .938rem;
    text-align: left;
}

.notis-icon p {
    padding-left: 1.563rem;
    text-align: left;
}

.notis-block {
    top: 15%;
    right: 2%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    width: 20%;
}

.sustainability-contact {
    min-width: 220px;
    top: 22%;
    right: 4%;
    height: auto;
    border-radius: 20px;
    width: 18%;
    color: #fff;
}

.sustainability-spot {
    color: #000;
    -webkit-box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

    .sustainability-spot > div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sustainability-spot h5 {
        word-break: break-all
    }

.circle {
    content: "";
    width: 40px;
    height: 40px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
    position: absolute;
    left: -20px;
    top: calc(50% - 20px );
}

.our-services-related-spot {
    right: 4%;
    width: 20%;
    color: #fff;
}

    .our-services-related-spot .big-circle {
        top: calc(32% - 25px );
    }

.big-circle {
    content: "";
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: -45px;
    top: calc(32% - 20px );
}

.talk-more-contact-circle {
    left: -70px;
}

.notis-red {
    background-color: #A00D17;
    background-image: url(/images/icons/icon_warning.svg)
}

.notis-orange {
    background-color: #EF821A;
    background-image: url(/images/icons/icon_update.svg)
}

.single-timeline-content .notis-orange {
    background-color: #EF821A;
    background-image: url(/images/icons/icon_message.svg)
}

.notis-black {
    background-color: #4E4843;
    background-image: url(/images/icons/icon_message.svg)
}

.notis-person img {
    height: 40px;
    width: auto;
    border-radius: 50%;
}

.notis-illustration img {
    height: 90px;
    width: auto;
    border-radius: 50%;
}

.notis-icon div {
    height: 50px;
    width: 50px;
    top: calc(50% - 25px );
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}


.social, .social a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500
}

.roboto-mono {
    font-family: 'Roboto Mono', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.roboto-mono-bold {
    font-family: 'Roboto Mono', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.roboto-black {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.roboto-bold {
    font-family: 'Roboto bold', sans-serif;
    font-weight: 600;
}

.playfair {
    font-family: 'Playfair Display',sans-serif;
}

.text-grey {
    color: #6F6F6F
}

h1 {
    font-family: 'Playfair Display',sans-serif;
    font-size: clamp(2rem, 1.6857rem + 1.5714vw, 4.2rem);
    line-height: 1.2
}
.h1 {
    font-size: clamp(2rem, 1.6857rem + 1.5714vw, 4.2rem);
    line-height: 1.2
}
h2 {
    font-family: 'Roboto bold', sans-serif;
    font-weight: 600;
    font-size: clamp(1.4rem, 1.2714rem + 0.6429vw, 2.3rem);
    line-height: 1.2
}
.h2 {
    font-size: clamp(1.4rem, 1.2714rem + 0.6429vw, 2.3rem);
    line-height: 1.2
}
h3 {
    font-family: 'Roboto bold', sans-serif;
    font-weight: 600;
    font-size: clamp(1.1rem, 1rem + 0.5vw, 1.8rem);
    line-height: 1.2
}
.h3 {
    font-size: clamp(1.1rem, 1rem + 0.5vw, 1.8rem);
    line-height: 1.2
}

h4 {
    font-family: 'Roboto bold', sans-serif;
    font-weight: 600;
    font-size: clamp(1.3rem, 1.2893rem + 0.0536vw, 1.375rem);
    line-height: 1.2
}
.h4 {
    font-weight: 600;
    font-size: clamp(1.3rem, 1.2893rem + 0.0536vw, 1.375rem);
    line-height: 1.2
}
.h6 {
    font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.25rem);
    line-height: 1.2
}
#dismissModal {
    font-size: .875rem;
    border: 1px solid;
}

.modal-header button {
    font-size: 1.5rem;
}

@media screen and (max-width: 1500px) {
    .img-right-banner {
        background-position: top 0px right;
    }
}
/*
@media screen and (max-width: 1200px) {
    h1, .h1 {
        font-size: 38px;
    }

    h2,  .h2 {
        font-size: 32px;
    }

    h3, .h3 {
        font-size: 24px;
    }
}*/


.person-grid img {
    display: block;
}

.person-grid > div:first-child img {
    border-radius: 20px 0px 0px;
    margin-left: auto;
}

.person-grid > div:nth-child(2) img {
    border-radius: 0px 20px 0px 0px;
}

.person-grid > div:nth-child(3) img {
    border-radius: 0px 0px 0px 20px;
    margin-left: auto;
}

.person-grid > div:nth-child(4) img {
    border-radius: 0px 0px 20px 0px;
    margin-right: auto;
}

.person-grid .info-box {
    background-color: #fff;
    color: #000;
    padding: .938rem 1.563rem .938rem 1.875rem;
    border-radius: 10px;
    position: absolute;
    bottom: 10%;
    left: 52%;
    transform: translateX(-50%);
    width: 70%;
    font-size: .875rem;
}

    .person-grid .info-box .fa-plus {
        background-color: #fff;
        color: #EF821B;
        position: absolute;
        padding: .75rem;
        border-radius: 50%;
        margin: 0 auto;
        left: -20px;
        top: calc(50% - 20px );
        box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 20%);
    }

.person-grid .info-box {
    display: none;
}

/* .person-grid .person {
        transition: all 0.5s ease;
    }*/

/*  .person-grid .person:hover {
            transform: scale(1.05);
        }*/

.person:hover .info-box {
    display: block;
}

@media screen and (min-width: 2800px) {
    .people-grid {
        width: 41.6666666667%;
        margin-left: 8.3333333333%;
    }
}


.services-box {
    border-radius: 10px;
    position: relative;
    height: 100%;
    padding-left: 1.25rem;
}

    .services-box img {
        border-radius: 50%;
        position: absolute;
    }

    .services-box b {
        font-size: 1.25rem;
    }

.underline:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: .313rem 0;
}

.text-center .underline:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .text-center .underline:after {
        margin: .313rem 0;
    }
}

.sidebar-nav ul li.active a:after {
    content: '';
    display: block;
    width: 35px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
    margin: .188rem 0 0 0;
}

.sub-navigation li.active a:after {
    margin: .188rem 0 0 1.125rem !important;
}

#collapseMobile > div > ul > li.active a:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
}

.sub-navigation > li.active a:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
}

.underline-middle:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
    margin: .313rem auto;
}

.underline-before:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #EF821B;
    border-radius: 20px;
    margin: .313rem 0;
}

.services-box .fa-arrow-right, .start-news .fa-arrow-right, .news .fa-arrow-right, .our-services .fa-arrow-right, .cases .fa-arrow-right {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 1.125rem;
    /*font-weight: 300;*/
}

.cases .top-corners {
    min-height: 175px
}


.start-news {
    position: relative;
    min-height: 700px;
    align-items: center
}

    .start-news .comment {
        position: absolute;
        top: 10%;
        width: 200px;
        text-align: center;
        left: 42%;
        z-index: 9;
        border-radius: 10px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    }

        .start-news .comment p {
            max-height: 170px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }

    .start-news .firstNews {
        position: absolute;
        left: 15%;
        top: 15%;
    }

    .start-news .secondNews {
        position: absolute;
        right: 15%;
        bottom: 15%;
    }

.startpage-about .comment {
    position: absolute;
    top: 5%;
    width: 170px;
    text-align: center;
    left: -12%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .startpage-about .comment::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -.625rem;
        width: 0;
        height: 0;
        border-top: solid 10px #fff;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

.startpage-about .big-gallery-image {
    background-position: center;
    background-size: cover;
    height: 600px;
    border-radius: 20px;
}

.startpage-about .small-gallery-image {
    width: 180px;
    border: 5px solid #fff;
    border-radius: 10px;
}


.startpage-about .d-lg-grid {
    position: absolute;
    bottom: -12%;
    right: -20px;
}
@media(min-width:1199px) {
    .startpage-about .d-lg-grid {
        position: absolute;
        bottom: -12%;
        right: -50px;
    }
}


.filter-search {
    align-items: center
}
/*SWITCH*/

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 24px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    width: 52px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 5px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.slider-text {
    width: 55px
}

.switch span {
    display: inline-block;
    position: relative;
    width: 70px;
    margin-left: 3.75rem;
}

.slider input {
    vertical-align: sub
}

input:checked + .slider {
    background-color: #E77D1A;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*SWITCH END*/



.radio-filter label {
    margin: .625rem 1.25rem .625rem 0;
}

.radio-filter {
    display: block;
    margin-left: 0;
    align-items: center;
}

    .radio-filter label input {
        vertical-align: top
    }

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 23px;
    transition: all 0.15s ease-out 0s;
    background: var(--gray);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
}

    .option-input:hover {
        background: var(--gray);
    }

    .option-input:checked {
        background: #E77D1A;
    }

        .option-input:checked::before {
            height: 24px;
            width: 24px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 1.104rem;
            text-align: center;
            line-height: 24px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #E77D1A;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

/*RADIO END*/

.search-input-field {
    width: 250px
}

.news .bottom-corners, .our-services .all-corners, .contact .all-corners, .our-services-related-spot .all-corners {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}



/*BREADCRUMBS*/


.breadcrumb p {
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.breadcrumb li a{
    color:#fff!important
}
.breadcrumb li:last-child {
    font-weight: 600
}
.blockpage .breadcrumb li a {
    color: var(--black)!important
}
/*BREADCRUMBS END*/


/*ABOUT US*/
.about-us .nav-tabs {
    border-bottom: 5px solid #B45E0D;
}

    .about-us .nav-tabs li {
        font-family: 'Roboto bold', sans-serif;
        font-size: 1rem;
        margin-right: .938rem;
        /*  margin-right: -33px;*/
        min-width: 20%;
        text-align: center;
        border-radius: 0 40px 0 0;
    }



.about, .info, .story {
    background-color: #d3d3d3;
    z-index: 0;
}

/*.about {
    background-color: #d3d3d3;
    z-index: 2;
}
.info {
    z-index: 1;
    background-color: #e1e1e1;
}
.story {
    background-color: #f2f2f2;
}*/

@media screen and (max-width: 1024px) {
    .about-us .nav-tabs li {
        margin-right: -2.063rem;
    }

    .about {
        background-color: #d3d3d3;
        z-index: 2;
    }

    .info {
        z-index: 1;
        background-color: #e1e1e1;
    }

    .story {
        background-color: #f2f2f2;
    }
}


@media screen and (max-width: 768px) {
    .about-us .nav-tabs {
        height: 204px;
        display: block;
    }

        .about-us .nav-tabs li {
            border-radius: 40px 40px 0 0;
            /*display: block;*/
            width: 100%;
        }

    .about {
        position: relative;
        height: 90px;
        top: 0px;
        background-color: #d3d3d3;
        z-index: 0;
    }

    .info {
        position: relative;
        height: 90px;
        top: -35px;
        background-color: #e1e1e1;
        z-index: 0;
    }

    .story {
        position: relative;
        height: 90px;
        top: -70px;
        background-color: #f2f2f2;
        z-index: 0;
    }
}



.about-us .nav-tabs a {
    color: var(--black);
    font-weight: unset;
}

.about-us .nav-tabs .active {
    background-color: var(--dark-orange);
}

    .about-us .nav-tabs .active > a {
        color: var(--white) !important;
        font-weight: 900;
    }

.about-us .tab-content {
    -webkit-box-shadow: 0 4px 18px rgb(0 0 0 / 20%);
}
/*ABOUT US*/


.modal_content, .modal-content {
    border-radius: 20px
}


.banner .height {
    height: 100%;
}

/*MEDIA QUERIES*/

@media screen and (min-width: 1401px) and (max-width: 1600px) {

    .startpage-about .big-gallery-image {
        height: 500px;
    }

    .startpage-about .comment {
        top: -6%;
        left: -12%;
    }
}

@media screen and (max-width: 1400px) {
    .services .w-75 {
        width: 95% !important
    }

    .startpage-about .comment {
        top: -4%;
        left: -19%;
    }

    .start-news .firstNews {
        position: absolute;
        left: 12%;
        top: 15%;
    }

    .start-news .secondNews {
        position: absolute;
        right: 12%;
        bottom: 15%;
    }
}

@media screen and (max-width: 1200px) {
    .sustainability-contact {
        width: 22%;
        top: 20%;
        right: 3%;
    }

    .our-services-related-spot .notis-illustration img {
        height: 75px
    }

    .our-services-related-spot .big-circle {
        top: calc(32% - 22px );
    }

    .banner {
        height: 360px
    }
}

@media (min-width: 320px) {
    .start-news .comment {
        top: 2%;
        left: 30%;
    }
}

@media (min-width: 375px) {
    .start-news .comment {
        top: 2%;
        left: 38%;
    }
}

@media (min-width: 425px) {
    .start-news .comment {
        top: 2%;
        left: 45%;
    }
}

@media screen and (min-width: 576px) {
    .radio-filter > label, .switch span {
        font-size: 1rem;
    }

    .start-news .comment {
        top: 2%;
        left: 42%;
    }
}



@media screen and (max-width: 992px) {
    .banner {
        height: 320px
    }

    .search-input-field {
        width: 100%
    }
    .radio-filter {
        margin: 1.875rem 0 1.25rem 0;
    }

        .radio-filter > label {
            margin-left: 0
        }

    .startpage-about .comment {
        left: -2%;
        top: 60%;
    }

    .startpage-about .d-grid {
        right: -2%;
    }

    .startpage-about .big-gallery-image {
        height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        height: 320px
    }

        .banner .banner-text {
            display: none
        }

    .banner-ingress {
        display: none
    }

    .ingress-mobile {
        font-size: 1.125rem;
        font-family: Roboto;
        font-weight: 500;
        display: block
    }

/*    h1 {
        font-size: 28px;
    }*/

/*    .banner h1 {
        font-size: 38px;
    }*/

    .service-card .description {
        display: none;
    }

    .services .w-75 {
        width: 90% !important
    }

    .services-box img {
        height: 75px;
    }

    .services-box b {
        font-size: 1.125rem;
    }

    .services-box h6 {
        font-size: .875rem;
    }

    /*        .about-us .nav-tabs {
            display: block
        }*/

    /*            .about-us .nav-tabs li {
                width: 100%
            }
*/
    footer {
        min-height: 420px
    }

    .startpage-about .big-gallery-image {
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        margin: 1.875rem;
        height: 500px;
    }

    .startpage-about .small-gallery-image {
        width: 150px;
        border: 5px solid var(--white);
        border-radius: 10px;
    }

    .startpage-about .d-grid {
        right: 0%;
        bottom: -3%;
    }

    #logo_download_shortcut_modal .modal_wrapper .modal_content {
        width: 300px;
        left: calc(50% - 150px);
        padding: 1.875rem;
    }
}

@media screen and (max-width: 576px) {
    .banner {
        height: 250px
    }

    .startpage-about .big-gallery-image {
        height: 350px
    }

    .start-news .firstNews {
        position: relative;
        left: 0;
        top: 0;
    }

    .start-news .secondNews {
        position: relative;
        right: 0;
        bottom: 0;
    }
   
}


.cursor-pointer {
    cursor: pointer;
}



.startpage-service-card {
    /* max-width: 500px;*/
    margin: 3.125rem 0;
}

    .startpage-service-card .bg-white {
        margin-left: 3.125rem;
        padding-left: 4.375rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-right: 1rem;
    }






.service-card-icon img {
    border-radius: 50%;
    width: 100px;
    top: calc(30% - 20px );
    position: absolute;
    z-index: 2;
}
/*.floating-service-card {
    margin-top: -10%;
    z-index: 2;
}*/
.floating-service-card img {
    border-radius: 50%;
    width: 100px;
    top: calc(26% - 20px );
    position: absolute;
    z-index: 2;
}

.floating-card .roboto-mono, .sustainability-card .roboto-mono, .cases p b, .person-card .roboto-mono, .notis-icon .roboto-mono {
    font-size: 80%;
}

@media screen and (max-width: 991px) {
    .floating-card, .floating-service-card {
        margin-top: 0%
    }

}

@media screen and (max-width: 991px) {
    .floating-notifications {
        margin-left: auto;
        margin-right: auto;
    }
}

.background-filter::after {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.background-filter {
    position: relative;
}

.non-blurred {
    position: relative;
    z-index: 1;
}

.service-card h6, .cases-card h6, .sustainability-card h6, .cases h6 {
    font-size: 1.125rem;
    flex-wrap: wrap;
    overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .service-card h6, .cases-card h6, .sustainability-card h6, .cases h6 {
        font-size: 1.25rem;
    }

}

.service-card {
    height: 242px;
}



@media screen and (min-width: 568px) and (max-width: 767px) {
    .service-card {
        height: 270px;
    }
}

@media screen and (min-width: 768px) {
    .service-card {
        height: 350px;
    }

        .service-card p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
}

@media screen and (min-width: 2200px) {
    .service-card {
        height: 430px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2200px) {
    .service-card {
        height: 400px;
    }
}



@media screen and (min-width: 1620px) and (max-width: 1999px) {
    .service-card {
        height: 370px;
    }
}


.service-card .fa-arrow-right {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

@media screen and (max-width: 1560px) {
    .px-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }
}

@media screen and (max-width: 765px) {
    .px-6 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .person:hover .info-box {
        display: none;
    }

}

.info-box .roboto-mono p {
    margin-bottom: 0;
}

.con-tooltip {
    position: relative;
    border-radius: 9px;
    margin: .625rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

/*tooltip */
.tooltip {
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    font-size: .75rem;
    /*  width:100px;*/
    padding: 0.25rem 0.50rem;
    background: var(--white);
    text-align: center;
    color: #000;
    position: absolute;
    top: -140%;
    left: -25%;
    border-radius: 9px;
    font: 16px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}


    /* tooltip  after*/
    .tooltip::after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12.5px 0 12.5px;
        border-color: var(--white) transparent transparent transparent;
        position: absolute;
        left: 40%;
    }

.con-tooltip:hover .tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;
}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }
}

/*hover ToolTip*/
.left:hover {
    transform: translateY(-6px);
    transform: scale(1.2);
}

.top:hover {
    transform: translateY(-6px);
}

.bottom:hover {
    transform: translateY(6px);
    transform: scale(1.2);
}

.right:hover {
    transform: translateX(6px);
}



/*left*/

.left .tooltip {
    top: -20%;
    left: -100px;
}

    .left .tooltip::after {
        top: 40%;
        left: 90%;
        transform: rotate(-90deg);
    }




/*bottom*/

.bottom .tooltip {
    top: 115%;
    /*    left: -60%;*/
}

    .bottom .tooltip::after {
        top: -15%;
        left: 40%;
        transform: rotate(180deg);
    }



/*right*/

.right .tooltip {
    top: -20%;
    left: 115%;
}

    .right .tooltip::after {
        top: 40%;
        left: -12%;
        transform: rotate(90deg);
    }



.wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 99;
    top: 50.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shuffle-people {
    height: 65px;
    width: 65px;
    font-size: 1.875rem;
    color: var(--white);
    background: #4FD1C5;
    background: linear-gradient(180.27deg, var(--light-orange) 0.24%, #F29E4C 142.86%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(139 130 27 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    padding: .625rem;
}

.wrap button::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(62px + 12px);
    min-height: calc(62px + 12px);
    border: 6px solid #EF821B;
    box-shadow: 0 0 60px rgb(139 130 27 / 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.wrap button:hover::before, .wrap button:focus::before {
    opacity: 1;
}

.wrap button::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #EF821B;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s;
    animation-iteration-count: 3;
}

.wrap button:hover::after, .wrap button:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

/*FILTER ACCORDION*/

@media (max-width: 768px) {
    .filter-search .accordion-item {
        -webkit-box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
        border-radius: 10px !important;
        background-color: var(--white);
        border: 1px solid rgba(0,0,0,.125);
        margin-bottom: .625rem !important;
    }

    .filter-search .radio-filter {
        margin: 0
    }

    .filter-search #accordionSearch, .accordion-button {
        border-radius: 10px !important;
    }

    .filter-search .accordion-button {
        font-size: .875rem;
    }

        .filter-search .accordion-button:not(.collapsed) {
            color: unset;
            background-color: unset;
            border-radius: 10px 10px 0 0 !important;
            box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
        }

            .filter-search .accordion-button:not(.collapsed)::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                transform: rotate(-180deg)
            }

        .filter-search .accordion-button:focus {
            border-color: unset;
            outline: 0;
            box-shadow: unset;
        }
}

@media (min-width: 768px) {
    .filter-search #accordionSearch .accordion-header {
        display: none;
    }
}

/*FILTER ACCORDION END*/


.servicesslider .slick-slide {
    float: unset !important;
    /*    display: inline-block!important;*/
    vertical-align: middle !important;
}

.servicesslider .slick-track button{
   display:none!important
}

.servicesslider
.slick-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 1.125rem;
    width: 100px;
}

.slick-next:before {
    font-family: slick;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--white) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: unset !important
}

.slick-prev:before {
    display: none !important
}

.slick-next {
    width: 60px !important;
    height: 50px !important;
    right: 48% !important;
    top: unset !important;
    bottom: -80px;
    border-radius: 20px;
    padding: 0 .625rem !important;
    text-transform: uppercase;
    font-size: inherit !important;
    font-family: 'Roboto Mono', serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: grid !important;
    color: var(--white) !important;
}

.servicesslider span {
    width: max-content;
}

.servicesslider .startpage-service-card {
    margin: 0;
    max-width: 500px
}


@media (min-width: 320px) {
    .servicesslider .startpage-service-card {
        max-width: 320px;
    }
}

@media (min-width: 375px) {
    .servicesslider .startpage-service-card {
        min-width: 350px;
        max-width: 370px;
    }
}

@media (min-width: 425px) {
    .servicesslider .startpage-service-card {
        min-width: 400px;
        max-width: 420px;
    }
}

@media (min-width: 768px) {
    .servicesslider .startpage-service-card {
        min-width: 450px;
    }
}

.skeleton {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}



@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}


@-moz-document url-prefix() {
    .front {
        z-index: 0;
        top: -16px;
    }
}
#CookiebotWidget :focus-visible, #CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
    outline: none !important;
}




.startpage-service-card .service-card {
    max-width: 500px;
    max-height: 150px;
}

.first-section {
    height: 100vh
}





.article-container {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.article-img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
    -webkit-transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
}

    .article-img-holder:hover {
        transform: scale(1.1);
    }

.person, .persons .all-corners {
    height: 46vh;
}

    .person .all-corners {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

@media(max-width:1299px) {
    .first-section {
        height: 82vh
    }

  /*  h1 {
        font-family: 'Playfair Display',sans-serif;
        font-size: 42px;
    }
*/
    .person, .persons .all-corners {
        height: 38vh
    }
}

@media(max-width:1080px) {
    .first-section {
        height: 75vh
    }

    /*h1 {
        font-family: 'Playfair Display',sans-serif;
        font-size: 36px;
    }*/

    .person, .persons .all-corners {
        height: 34vh
    }
}

@media(max-width:991px) {
   /* .first-section {
        height: 95vh
    }*/
    .first-section {
        height: auto
    }

    .person, .persons .all-corners {
        height: 45vh
    }


        .person:nth-last-of-type(-n+2) {
            display: none
        }
}


@media(max-width:768px) {
    .first-section {
        height: 100vh
    }

    .person, .persons .all-corners {
        height: 48vh
    }
}

@media(max-width:560px) {
    .first-section {
        height: 100%
    }

    .person, .persons .all-corners {
        height: 35vh
    }
}

@media(max-width:460px) {
    .person, .persons .all-corners {
        height: 30vh
    }
}





#flipper-1 {
    transition: 0.6s;
}

#flipper-2 {
    transition: 0.8s;
}

#flipper-3 {
    transition: 1.2s;
}

#flipper-4 {
    transition: 1.6s;
}

.flip-container {
    perspective: 1000px;
}

#alert {
    z-index: 9999999;
    position: absolute;
    padding: 1.563rem;
    background-color: #F29E4C;
    color: white;
    width: 75%;
    left: 13%;
    text-align: center;
    border-radius: 20px;
    place-self: center;
}


@media only screen and (max-width: 1308px) {
    #alert {
        padding: 1.25rem;
    }
}

.closebtn {
    color: white;
    font-weight: bold;
    font-size: 1.375rem;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .75rem 0 0;
}

    .closebtn:hover {
        color: black;
    }

.flip-container.hover .flipper {
    transform: rotateX(180deg);
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flip-container,
.front,
.back {
    width: 100%;
    height: 100%;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateX(0deg)
}

.front {
    z-index: 2;
    -moz-transform: rotateY(0deg);
}

.back {
    transform: rotateX(180deg);
}



.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}