/*** KICKASS ***/

body {
	background:#fff !important;
    overflow-x:hidden !important;
}

.btn.black{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    display: inline-block;
}

.btn.black:hover{
    background: transparent;
    color: #000;
}

.row{
    overflow: hidden;
}

.m-header__nav{
    width: auto !important;
}

body.home .u-header-title h1::after, body.home .u-header-title__heading::after,
body.page-about-us .u-header-title h1::after, body.page-about-us .u-header-title__heading::after{
    display: none !important;
}

body.home .m-logo-slider img{
    width: 130px;
    filter: grayscale(100%); 
    transition: filter 0.5s;
}

body.home .m-logo-slider img:hover{
    filter: grayscale(0); 
}

body.home .image.slick-slide{
    padding: 0;
}

body.home .m-logo-slider .slick-next, body.home .m-logo-slider .slick-prev{
    background-size: 20px;
    height: 20px;
    width: 20px;
}

.shot-btn a{
    background: none !important;
    border: 1px solid #fff !important;
    padding: 15px 20px !important;
    border-radius: 100px !important;
    color: #fff !important;
}
.shot-btn a::after{
    display: none !important;
}

.shot-btn a:hover, .shot-btn.current-menu-item a{
    color: #fff !important;
}

body.page .shot-btn a, body.blog .shot-btn a, body.archive .shot-btn a, body.single .shot-btn a{
   border: 1px solid #000 !important;
    color: #000 !important;
}

.services-section{
    background: #fff url(../img/new/services-section-bg.svg) no-repeat top -90px left;
    background-size: 43%;
    padding-bottom:90px;
}

.single-casestudy .text-section ul li::before{
    background:#000 !important;
}

.m-case-study-summary ul li::before{
    background:#fff !important;
}

.services-section h2{
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 60px;
}

.services-section .items{
    overflow: hidden;
}

.services-section .item{
    display: block;
    width: 18.4%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    overflow: hidden;
}

.services-section .item:nth-child(5n){
    margin-right: 0;
}

.services-section .item:hover img{
    transform: scale(1.2);
}

.services-section .items img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: .5s;
    -webkit-transition: .5s;
}

.services-section .item h4{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    z-index: 3;
    text-align: center;
}

.services-section .items .overlay{
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.lookbook-section {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 800px;
    overflow: hidden;
}

.lookbook-content{
    text-align: center;
}

.lookbook-content h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #000;
}

.lookbook-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lookbook-section #background-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lookbook-section .playbtn {
    background: url('../img/new/play.svg') no-repeat center;
    background-size: 70%;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
    cursor: pointer;
}

.lookbook-section .pausebtn {
    background: url('../img/new/pause.svg') no-repeat center;
    background-size: 70%;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
    cursor: pointer;
}

.lookbook-section .overlay {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}

.lookbook-content .btn{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 60px;
}

.portfolio-section{
    background: #fff;
    padding: 60px 0;
}

.portfolio-section h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 60px;
}

.portfolio-section .btn{
    display: table;
    margin: auto;
    margin-top: 60px;
}

.testimonials-section{
    background: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.testimonials-section h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonials-section .testimonials{
    margin-top: 60px;
}

.testimonials-section .testimonial{
    margin: 0 10px;
}

.testimonials-section .left{
    width: 30%;
    float: left;
}

.testimonials-section .left .imgmobile{
    display: none;
}

.testimonials-section .left img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin: 30px 0;
}

.testimonials-section .right{
    background: #eaeaea;
    padding: 20px;
    width: 70%;
    min-height:685px;
    float: left;
}

.testimonials-section .right p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.testimonials-section .logotype{
    max-width: 150px;
    height: 150px;
    margin-bottom: 30px;
    object-fit: contain;
}

.testimonials-section h4{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 30px;
}

.testimonials-section .name{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    margin-top: 30px;
}

.testimonials-section .name-desc{
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.testimonials-section .slick-dots{
    bottom: -60px;
}

.testimonials-section .slick-dots li button{
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-radius: 100px;
}

.testimonials-section .slick-dots li button:before{
    display: none;
}

.testimonials-section .slick-dots li.slick-active button{
    background: #000;
}

.photoservices-section{
    background: #fff;
    padding: 60px 0;
}

.photoservices-section h2{
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

.photoservices-section .items{
    overflow: hidden;
}

.photoservices-section .item{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
    padding: 60px 20px;
    border: 1px solid #BCBCBC;
}

.photoservices-section .item:nth-child(4n){
    margin-right: 0;
}

.photoservices-section .item img{
    width: 100px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.photoservices-section .item h4{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}

.photoservices-section .item p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.photoservices-section .btn{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    display: table;
    margin: auto;
    margin-top: 30px;
}

.contact-section{
    overflow: hidden;
    background: #fff url('../img/new/contact-section-bg.svg') no-repeat center left;
    background-size: 80%;
    padding: 60px 0;
    padding-top: 90px;
}

.contact-section h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
}

.contact-section .desc{
    margin-top: 10px;
}

.contact-section .col-1 {
    padding-right: 5px;
    width: 50%;
    float: left;
}

.contact-section .col-2 {
    padding-left: 5px;
    width: 50%;
    float: left;
}

.contact-section input, .contact-section textarea{
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 10px;
}

.contact-section input[type=submit] {
    display: inline-block;
    padding: 17px 30px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    width: auto;
    cursor: pointer;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.contact-section form.wpcf7-form{
    padding: 0 !important;
}

.contact-section .contact-form{
    margin-top: 60px;
}

.contact-section .wpcf7-list-item{
    margin: 0;
    margin-bottom: 10px;
}

/*** ABOUT US ***/

body.page-about-us .m-header--transparent .m-header__nav .menu li a, body.single .m-header--transparent .m-header__nav .menu li a{
    color: #000;
}

body.page-about-us .m-header.is-sticky-rev .menu li a{
    color: #fff;
}

body.page-about-us .m-header.is-sticky-rev .shot-btn a, body.single .m-header.is-sticky-rev .shot-btn a{
    color: #fff !important;
    border: 1px solid #fff !important;
}

body.single .m-header--transparent.is-sticky-rev .m-header__nav .menu li a{
    color: #fff;
}

body.page-about-us .shot-btn a{
    color: #000 !important;
    border: 1px solid #000 !important;
}

.about-section{
    background: #fff url(../img/new/contact-section-bg.svg) no-repeat center right;
    background-size: 50% 100%;
    padding-bottom:90px;
}

.about-section .col-1{
    width: 40%;
    float: left;
}

.about-section .col-2{
    width: 60%;
    float: right;
    padding-left: 30px;
}

.about-section .col-1 img, .about-section .col-2 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about-section p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.team-section{
    padding: 60px 0;
}

.team-section h2{
    font-size: 40px;
    line-height: 45px;
    text-align: right;
    margin-bottom: 60px;
    font-weight: bold;
}

.team-section .teamsbox{
    overflow: hidden;
}

.team-section .teamsbox .box{
    width: 18.4%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
}

.team-section .teamsbox .content {
    opacity: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 20px; 
    padding: 10px; 
    box-sizing: border-box;
    transition: opacity 0.5s ease;
}

.team-section .teamsbox .box:hover .content {
    opacity: 1; 
}

.team-section .teamsbox .content h4{
    font-weight: bold;
    position: absolute;
    top: 10px;
}

.team-section .teamsbox .content p{
    font-size: 13px;
    margin-top: 20px;
}

.team-section .teamsbox .box:nth-child(5n){
    margin-right: 0;
}

.team-section .teamsbox .box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: grid;
}

.team-section .custom-arrows{
    display: none;
}

.aboutvalues-section{
    background: #fff url(../img/new/black-square-bg.svg) no-repeat center left;
    background-size: 45%;
    padding: 90px 0;
}

.aboutvalues-section h2{
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 60px;
    font-weight: bold;
}

.aboutvalues-section .items{
    overflow: hidden;
}

.aboutvalues-section .item{
    background: #fff;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #BCBCBC;
}

.aboutvalues-section .item:nth-child(4n){
    margin-right: 0;
}

.aboutvalues-section .item img{
    width: 100px;
    border-radius: 100px;
    margin-bottom: 30px;
}

.aboutvalues-section .item h4{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 30px;
}

.aboutvalues-section .item p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.mapimage-section{
    padding:90px 0;
}

.mapimage-section .col-60{
    width: 60%;
    float: left;
}

.mapimage-section .col-40{
    width: 40%;
    float: left;
    padding-left: 30px;
}

.mapimage-section .col-40 img{
    height: 500px;
    object-fit: cover;
}

body.page-template-sections-about-php .flex-container, body.page-template-sections-about-php .flex-child{
    padding: 0;
}

body.page-template-sections-about-php .flex-container{
    margin-bottom: 60px;
}

body.page-template-sections-about-php .flex-child header h3{
    display: none;
}

body.page-template-sections-about-php .flex-container h2{
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    max-width: 100%;
    width: 300px;
}

body.page-template-sections-about-php .flex-container p{
    text-align: justify;
}

body.page-template-sections-page-php .m-hero.standard{
    background: #fff;
}

body.page-template-sections-page-php .u-header-title h1::after{
    display: none;
}

body.page-template-sections-page-php .m-text-with-image .btn{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    display: table;
    margin: auto;
    margin-top: 30px;
}

body.page-template-sections-page-php .m-text-with-image h2{
    text-align: center;
}

body.page-template-sections-page-php .m-text-with-image.blackbg{
    background: #fff url(../img/new/black-square-bg.svg) no-repeat center right;
    background-size: 70%;
    padding: 90px 0;
    padding-top: 200px;
    margin-top: -160px;
}

body.page-template-sections-page-php .m-text-with-image.blackbg video{
    display: grid;
}

body.page-template-sections-page-php .m-text-with-image.mediacontent{
    padding-bottom: 0;
}

body.page-template-sections-page-php .m-text-with-image.blackbg .left{
    background: #000;
    color: #fff;
}

body.page-template-sections-page-php .m-text-with-image.blackbg .left h2{
    color: #fff;
}

body.page-template-sections-page-php .m-text-with-image.blackbg .left .btn{
    background: #fff;
    color: #000;
}

body.page-template-sections-page-php .m-text-with-image.nobg .right{
    background: none;
}

body.page-template-sections-page-php .m-text-with-image.graybg{
    background: #fff url(../img/new/graybg.svg) no-repeat top left;
    background-size: 40%;
    padding-top: 120px;
}

body.page-template-sections-page-php .services-section{
    padding-bottom: 40px;
    padding-top: 60px;
}

body.home .services-section{
    padding-bottom: 60px;
    padding-top: 120px;
}

body.page-template-sections-page .m-text-with-image{
    padding: 60px 0;
}

.trustedlogo-section h2{
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 60px;
}

.trustedlogo-section{
    background: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.trustedlogo-section img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.trustedlogo-section .logo{
    width: 25%;
    float: left;
    text-align: center;
}

.trustedlogo-section .btn{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 50px;
    display: table;
    margin: auto;
    margin-top: 60px;
}

.logos-slider-section{
    background: #fff;
}

.logos-slider-section .image img{
    width: 100px;
    display: table;
    margin: auto;
    filter: grayscale(100%);
}

.logos-slider-section .image img:hover{
    filter: grayscale(0);
}

.logos-slider-section .slick-track{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

body.page-clients .trustedlogo-section .btn{
    display: none;
}

.testimonials-section .custom-arrows{
    display: table;
    margin: auto;
    margin-top: 60px;
}

.testimonials-section .custom-arrows .prev-testimonials{
    margin-right: 10px;
    font-size: 25px;
}

.testimonials-section .custom-arrows .next-testimonials{
    margin-left: 10px;
    font-size: 25px;
}

.storyclass{
    text-align: justify;
}

/** PORTFOLIO **/



@media (min-width:1021px) and (max-width:1700px){
	/* RWD dla szerokosci (1280px - 960px) */

	.container, .containerfull{
		width:auto;
        margin:0 20px;
	}
    
    .about-section{
        padding-bottom: 0;
    }
}

@media (max-width:1350px){
    
    body.home .services-section{
        background-position: top 0 left;
        background-size: 70%;
        padding-top: 60px;
    }
    
    .aboutvalues-section{
        padding: 0;
    }
    
    .aboutvalues-section h2{
        color: #000;
    }
    
    .about-section{
        padding-bottom: 0;
    }
    
    .team-section .teamsbox .box{
        width: 32%;
    }
    
    .team-section .teamsbox .box:nth-child(5n){
        margin-right: 2%;
    }
    
    .team-section .teamsbox .box:nth-child(3n){
        margin-right: 0;
    }
        
    .storyclass{
        padding-top: 0 !important;
    }

}
    
    
@media (max-width:1020px){
    
    .container, .containerfull{
		width:auto;
        margin:0 20px;
	}

    .services-section .item{
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .services-section .item:nth-child(5n){
        margin-right: 2%;
    }
    
    .services-section .item:nth-child(2n){
        margin-right: 0%;
    }
    
    .lookbook-section{
        max-height: 600px;
    }
    
    .services-section h2, .lookbook-section h2, .portfolio-section h2, .testimonials-section h2, .photoservices-section h2, .contact-section h2,
    .services-section h2{
        font-size: 30px;
        line-height: 35px;
    }
    
    .photoservices-section .item, .aboutvalues-section .item{
        width: 49%;
    }
    
    .photoservices-section .item:nth-child(2n), .aboutvalues-section .item:nth-child(2n){
        margin-right: 0;
    }
    
    .mapimage-section .col-60, .mapimage-section .col-40{
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .mapimage-section .col-40{
        margin-top: 30px;
    }
    
    .mapimage-section .col-40 img{
        width: 100%;
        object-fit: cover;
    }
    
    .team-section{
        padding-bottom: 0;
    }
    
    .about-section .col-1, .about-section .col-2{
        width: 100%;
        float: none;
    }
    
    .about-section .col-1{
        margin-bottom: 10px;
    }
    
    body.page-template-sections-page .m-text-with-image{
        padding: 0;
    }
    
    body.page-template-sections-page-php .m-text-with-image.blackbg,
    body.page-template-sections-page-php .services-section{
        padding-bottom: 0;
    }
    
    body.page-template-sections-page-php .services-section{
        padding-bottom: 30px;
    }
    
    body.page-template-sections-page-php .m-text-with-image.graybg{
        padding-top: 0;
    }
    
    body.home .slick-prev, body.home .slick-next{
        display: none !important;
    }
    
    .about-section .col-2{
        padding-left: 0;
    }
    
    body.home .menu .shot-btn a{
        border: 2px solid #000 !important;
        color: #000 !important;
    }
    
    body.home .menu .shot-btn a:hover{
        text-decoration: none !important;
    }
}


@media (max-width:760px){
        
    .contact-section .contact-form{
        margin-top: 30px;
    }
    
    .contact-section .col-1, .contact-section .col-2{
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .contact-section input{
        margin-bottom: 0 !important;
    }
    
    .contact-section textarea{
        margin-top: 10px !important;
    }
    
    .photoservices-section .item, .aboutvalues-section .item{
        width: 100%;
        margin-right: 0;
    }
    
    .team-section .teamsbox .box{
        width: 100%;
        margin: 0 5px !important;
    }
    
    .team-section .teamsbox .box img{
        width: 100%;
        min-height: 350px;
        max-height: 350px;
        height: auto;
    }
    
    .team-section .teamsbox {
        display: flex;
        flex-wrap: wrap;
    }
    
    .trustedlogo-section .logo{
        width: 33%;
    }
	
	.trustedlogo-section .logo img{
		width:60px;
	}
    
    .team-section .custom-arrows{
        display: table;
        margin: auto;
        margin-top: 30px;
    }
    
    .team-section .custom-arrows .prev{
        margin-right: 10px;
        font-size: 25px;
    }
    
    .team-section .custom-arrows .next{
        margin-left: 10px;
        font-size: 25px;
    }
    
    .testimonials-section .left .imgdesktop{
        display: none;
    }
    
    .testimonials-section .left {
        width: 100%;
    }
    
    .testimonials-section .left .imgmobile{
        display: block;
        margin: 0;
        height: auto;
        width: 100%;
    }
	
	.testimonials-section .right{
		width:100%;
		min-height: auto;
        padding: 20px;
	}
}






/*** CODEINCODE ***/

@charset "UTF-8";
.slick-slider .slick-slide {
    display: none;
}
.slick-initialized.slick-slider .slick-slide {
    display: block;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote,
figure,
p {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
img {
    border: none;
}
picture,
picture img {
    display: block;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    line-height: inherit;
    font: inherit;
    color: inherit;
}
input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button,
input[type="button"],
input[type="submit"] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
::-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
::placeholder {
    opacity: 1;
    color: inherit;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.alignwide {
    margin-left: -80px;
    margin-right: -80px;
}
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw;
}
body .mt-0 {
    margin-top: 0;
}
body .mb-0 {
    margin-bottom: 0;
}
body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #e5e5e5;
}
body.logged-in {
    position: relative;
}
body.archive,
body.blog,
body.single,
body.wp-editor {
    background-color: #fff;
}
.container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
    width: 100%;
    height: 100%;
}
.container.full {
    padding: 0;
    max-width: 1680px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
}
img.lazy {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
img.lazy.loaded {
    opacity: 1;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"),
        url(../fonts/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"),
        url(../fonts/Montserrat-Medium.ttf) format("truetype"), url(../fonts/Montserrat-Medium.svg#Montserrat-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"),
        url(../fonts/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype"),
        url(../fonts/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/montserrat-v14-latin-ext_latin-800.eot);
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(../fonts/montserrat-v14-latin-ext_latin-800.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat-v14-latin-ext_latin-800.woff2) format("woff2"),
        url(../fonts/montserrat-v14-latin-ext_latin-800.woff) format("woff"), url(../fonts/montserrat-v14-latin-ext_latin-800.ttf) format("truetype"), url(../fonts/montserrat-v14-latin-ext_latin-800.svg#Montserrat) format("svg");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/poppins-v12-latin-ext-regular.eot);
    src: local("Poppins Regular"), local("Poppins-Regular"), url(../fonts/poppins-v12-latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v12-latin-ext-regular.woff2) format("woff2"),
        url(../fonts/poppins-v12-latin-ext-regular.woff) format("woff"), url(../fonts/poppins-v12-latin-ext-regular.ttf) format("truetype"), url(../fonts/poppins-v12-latin-ext-regular.svg#Poppins) format("svg");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/poppins-v12-latin-ext-500.eot);
    src: local("Poppins Medium"), local("Poppins-Medium"), url(../fonts/poppins-v12-latin-ext-500.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v12-latin-ext-500.woff2) format("woff2"),
        url(../fonts/poppins-v12-latin-ext-500.woff) format("woff"), url(../fonts/poppins-v12-latin-ext-500.ttf) format("truetype"), url(../fonts/poppins-v12-latin-ext-500.svg#Poppins) format("svg");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/poppins-v12-latin-ext-600.eot);
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(../fonts/poppins-v12-latin-ext-600.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v12-latin-ext-600.woff2) format("woff2"),
        url(../fonts/poppins-v12-latin-ext-600.woff) format("woff"), url(../fonts/poppins-v12-latin-ext-600.ttf) format("truetype"), url(../fonts/poppins-v12-latin-ext-600.svg#Poppins) format("svg");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/poppins-v12-latin-ext-700.eot);
    src: local("Poppins Bold"), local("Poppins-Bold"), url(../fonts/poppins-v12-latin-ext-700.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v12-latin-ext-700.woff2) format("woff2"),
        url(../fonts/poppins-v12-latin-ext-700.woff) format("woff"), url(../fonts/poppins-v12-latin-ext-700.ttf) format("truetype"), url(../fonts/poppins-v12-latin-ext-700.svg#Poppins) format("svg");
}
.single-post__hero {
    min-height: 540px;
    position: relative;
    z-index: 1;
    padding: 140px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
}
.single-post__hero:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}
.single-post__hero--casestudy {
    min-height: 650px;
}
.single-post__hero--casestudy:after {
    background-color: rgba(0, 0, 0, 0.3);
}
.single-post__header {
    padding: 0 100px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.single-post__header__meta {
    text-align: right;
    min-width: 120px;
}
.single-post__header__meta__date__day {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}
.single-post__header__meta__date__month {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 27px;
    position: relative;
}
.single-post__header__meta__date__month:before {
    content: "";
    display: block;
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 76px;
    height: 1px;
    background-color: rgba(229, 229, 233, 0.25);
}
.single-post__header__meta__category {
    text-align: right;
    margin-top: 27px;
}
.single-post__header__meta__category .post-categories {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-post__header__meta__category .post-categories li {
    line-height: 24px;
}
.single-post__header__title {
    margin-left: 40px;
}
.single-post__header__title .entry-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
}
.single-post__content {
    padding: 70px 100px 70px;
    font-size: 19px;
    line-height: 1.75;
}
.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    margin: 40px 0 20px;
    font-family: Montserrat, sans-serif;
}
.single-post__content p {
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px;
}
.single-post__content a {
    text-decoration: underline;
}
.single-post__content ul:not(.blocks-gallery-grid) {
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
}
.single-post__content ul li:not(.blocks-gallery-item) {
    position: relative;
    padding-left: 20px;
}
.single-post__content ul li:not(.blocks-gallery-item)::before {
    content: "\2013";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-post__content ol {
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    list-style: none;
    counter-reset: list-counter;
}
.single-post__content ol li {
    position: relative;
    padding-left: 20px;
    counter-increment: list-counter;
}
.single-post__content ol li:not(:last-child) {
    margin-bottom: 5px;
}
.single-post__content ol li:before {
    content: counters(list-counter, ".") ".";
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 0;
}
.single-post__content figure img,
.single-post__content img {
    height: auto !important;
}
.single-post__content .wp-block-gallery {
    margin-bottom: calc(30px - 1em);
}
.single-post__excerpt {
    margin-bottom: 70px;
}
.single-post__navigation {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-post__navigation__arrow button a {
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single-post__navigation__arrow button a:hover {
    background-color: #000;
}
.single-post__navigation__arrow button a img {
    width: auto;
}
.single-post .site-main {
    overflow: hidden;
}
.single-post .site-main .text_with_image {
    margin: 100px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-post .site-main .text_with_image--right .text_with_image__content {
    padding-right: 55px;
    padding-left: 0;
}
.single-post .site-main .text_with_image--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.single-post .site-main .text_with_image--left .text_with_image__content {
    padding-left: 55px;
    padding-right: 0;
}
.single-post .site-main .text_with_image__content,
.single-post .site-main .text_with_image__image {
    width: 50%;
}
.single-post .site-main .single-post__cta {
    padding: 150px 0;
    margin: 140px 0 100px;
    background-color: #000;
    background-position: center center;
}
.single-post .site-main .single-post__cta__container {
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
}
.single-post .site-main .single-post__cta__h {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
}
.single-post .wp-block-image {
    margin-bottom: 30px;
}
.single-post .wp-block-image img {
    display: block;
}
.single-post .wp-block-image figcaption {
    margin: 10px 0 0 0;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: italic;
}
.blog-container {
    max-width: 1120px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.block_image_slider__wrapper {
    position: relative;
    margin: 100px 0;
}
.block_image_slider {
    background-color: #000;
    padding: 50px 0;
    overflow: hidden;
    max-width: calc(100vw + 100px);
    margin-left: calc(-100vw / 2 + 100% / 2 - 50px) !important;
    margin-right: calc(-100vw / 2 + 100% / 2 - 50px) !important;
}
.block_image_slider .slick-track li a img {
    -o-object-fit: cover;
    object-fit: cover;
}
.block_image_slider .slick-slide {
    margin: 0 15px;
}
.block_image_slider .slick-next-custom,
.block_image_slider .slick-prev-custom {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    background: #000;
    border-radius: 50%;
}
.block_image_slider .slick-prev-custom {
    left: 100px;
}
.block_image_slider .slick-prev-custom:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -2px;
    width: 11px;
    height: 21px;
    background-image: url(../img/svg/chevron-left-white-small.svg);
}
.block_image_slider .slick-next-custom {
    right: 100px;
}
.block_image_slider .slick-next-custom:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11px;
    height: 21px;
    background-image: url(../img/svg/chevron-right-white-small.svg);
}
.slick-lightbox {
    background: #fff !important;
}
.slick-lightbox .slick-lightbox-close {
    right: 30px;
}
.slick-lightbox .slick-lightbox-close::before {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 45px !important;
    width: auto !important;
    height: auto !important;
}
.slick-lightbox .slick-next,
.slick-lightbox .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    text-indent: -9999px;
}
.slick-lightbox .slick-prev {
    left: 0;
    background: url(../img/svg/chevron-left.svg);
}
.slick-lightbox .slick-next {
    right: 0;
    background: url(../img/svg/chevron-right.svg);
}
.post {
    position: relative;
    padding: 0 150px;
    margin-bottom: 60px;
}
.blog-post__content {
    padding-bottom:90px;
}
.blog-post {
    max-width: 1150px;
    margin: 0 auto;
}
.blog-post__h {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    margin: 30px 0 20px;
}
.blog-post__excerpt {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.blog-post__btn {
    margin-top: 30px;
}
.blog-post__btn a {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-post__btn a:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-post__btn a i {
    margin-left: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-post__meta {
    position: absolute;
    left: 0;
    top: 24px;
    text-align: right;
    max-width: 120px;
    font-family: Montserrat, sans-serif;
}
.blog-post__meta__date__day {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}
.blog-post__meta__date__month {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 27px;
    position: relative;
}
.blog-post__meta__date__month:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 76px;
    height: 1px;
    background-color: #e5e5e9;
}
.blog-post__meta__category {
    text-align: right;
    margin-top: 27px;
}
.blog-post__meta__category .post-categories {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-post__meta__category .post-categories li {
    line-height: 24px;
}
.single-casestudy {
    background-color: #ff0;
}
.single-casestudy .text-section {
    max-width: 1180px;
    font-size: 14px;
    line-height: 1.75;
    padding-left: 100px;
    padding-right: 100px;
}
.single-casestudy .text-section p > span {
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
}
.post-type-archive-casestudy .blog-post {
    max-width: 1180px;
}
.type-casestudy {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
}
.type-casestudy .blog-post__meta {
    display: none;
}
.type-casestudy .blog-post__c {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 45px 45px;
}
.type-casestudy .blog-post__h {
    font-size: 66px;
    color: #fff;
    line-height: 1;
}
.type-casestudy .blog-post__excerpt {
    color: #fff;
}
.type-casestudy .blog-post__btn-wrapper {
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.type-casestudy .blog-post__btn {
    border: 2px solid #000;
    border-radius: 33px;
    padding: 20px 90px 20px 30px;
    color: #000;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
}
.type-casestudy .blog-post__btn::after {
    content: "";
    position: absolute;
    top: auto;
    right: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 36px;
    height: 20px;
    background-image: url(../img/svg/btn.svg);
}
.type-casestudy .blog-post__btn:focus,
.type-casestudy .blog-post__btn:hover {
    background-color: #000;
    border-color: #000;
    width: 100%;
    color: #fff;
}
.type-casestudy .blog-post__btn:focus a,
.type-casestudy .blog-post__btn:hover a {
    color: #fff;
}
.type-casestudy .blog-post__btn:focus::after,
.type-casestudy .blog-post__btn:hover::after {
    width: 75%;
    height: 20px;
    background-image: url(../img/svg/btn-hover.svg);
    background-position: center right;
    background-repeat: no-repeat;
}
#blog-tabs {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    text-align: center;
}
#blog-tabs li {
    margin-bottom: 20px;
}
#blog-tabs li:hover a {
    color: #000;
}
#blog-tabs li a {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 20px;
    cursor: pointer;
    display: table;
}
#blog-tabs li a.is-active {
    color: #000;
}
#blog-tabs .active a {
    color: #000;
}
.pagination {
    text-align: center;
}
.pagination ol.wp-paginate li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination .wp-paginate.wpp-modern-grey .current,
.pagination .wp-paginate.wpp-modern-grey a {
    padding: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #000;
    border: none;
    border-radius: 50%;
    border: 1px solid #000;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pagination .wp-paginate.wpp-modern-grey .current:hover,
.pagination .wp-paginate.wpp-modern-grey a:hover {
    background-color: #fff;
    color: #000;
}
.pagination .wp-paginate.wpp-modern-grey .current {
    background-color: #fff;
    opacity: 1;
    color: #000;
}
.pagination .wp-paginate.wpp-modern-grey a.next,
.pagination .wp-paginate.wpp-modern-grey a.prev {
    font-size: 30px;
    vertical-align: middle;
}
.overhide {
    position: relative;
    overflow: hidden;
}
.blog-post__img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
.blog-post__img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-post__img-link img {
    display: block;
    max-width: 100%;
}
.blog-post__btn {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog-post__btn:hover {
    opacity: 0.8;
}
.blog-post__btn:after {
    content: "";
    position: absolute;
    top: 55%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/svg/icon-plus.svg);
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: #fff;
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:focus {
    outline: 0;
}
.slick-lightbox-close:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×";
}
@font-face {
    font-family: lg;
    src: url(../fonts/lg.ttf?22t19m) format("truetype"), url(../fonts/lg.woff?22t19m) format("woff"), url(../fonts/lg.svg?22t19m#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
    background-color: transparent;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    content: "\e095";
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}
@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}
@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}
@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: 0;
    border: none;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}
.lg-autoplay-button:after {
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lg-zoom-in:after {
    content: "\e311";
}
#lg-actual-size {
    font-size: 20px;
}
#lg-actual-size:after {
    content: "\e033";
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: "\e312";
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    height: 100%;
    width: 100%;
}
.lg-outer #lg-share {
    position: relative;
}
.lg-outer #lg-share:after {
    content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906";
}
.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
    content: "\e900";
}
.lg-rotate-right:after {
    content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px;
}
.lg-flip-hor:after {
    content: "\e902";
}
.lg-flip-ver:after {
    content: "\e903";
}
.lg-group:after,
.lg-group:before {
    display: table;
    content: "";
    line-height: 0;
}
.lg-group:after {
    clear: both;
}
.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.m-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 31px 0 38px;
    background: #fff;
    height: 72px;
    z-index: 40;
}
.m-header.is-sticky {
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-header.is-sticky-rev {
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-header--transparent {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 40;
    background: 0 0;
}
.m-header--transparent .menu-toggle {
    background: 0 0;
}
.m-header--transparent .menu-toggle span {
    background: #fff;
}
.m-header--transparent .m-header__nav .menu li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}

.m-header--transparent .m-header__nav .menu li a:hover{
    border-bottom: 1px solid #fff;
}

.m-header--transparent .m-header__logo {
    background-image: url(../img/svg/logo_dark_background.svg);
    background-size: 200px;
}
.m-header--transparent .m-header__lang .wpml-ls-legacy-dropdown {
    width: auto;
}
.m-header--transparent .m-header__lang .wpml-ls-legacy-dropdown a {
    color: #fff;
    background: 0 0;
}
.m-header__logo {
    text-indent: -99999px;
    background: url(../img/svg/logo_dark.svg) no-repeat;
    background-size: 200px;
    width: 260px;
    height: 37px;
    display: block;
    margin: 21px 0 0 0;
}
.m-header__nav {
    width: 100%;
    text-align: right;
}
.m-header__nav .menu {
    margin: 0;
    margin-top: 3px;
    padding: 0;
    list-style: none;
}
.m-header__nav .menu li {
    display: inline-block;
    margin: 0 18px;
}

.m-header__nav .menu li a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 27px 0;
    position: relative;
    display: block;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}

.m-header__nav .menu li a:hover {
    border-bottom: 1px solid #000;
}

.m-header__lang {
    margin: 29px 0 0 150px;
    font-family: Montserrat, sans-serif;
}
.m-header__lang .wpml-ls-legacy-dropdown {
    width: auto;
}
.m-header__lang .wpml-ls-legacy-dropdown a {
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.menu-toggle {
    position: absolute;
    right: 18px;
    top: 11px;
    width: 48px;
    height: 48px;
    display: none;
}
.menu-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px;
}
.menu-toggle.open span:nth-child(2) {
    display: none;
}
.menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 23px;
}
.menu-toggle span {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    left: 9px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-toggle span:nth-child(1) {
    top: 17px;
}
.menu-toggle span:nth-child(2) {
    top: 29px;
}
.menu-toggle span:nth-child(3) {
    bottom: 7px;
}
.menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: #fff;
    z-index: 1000;
    padding: 0 19px 1px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-mobile .menu-toggle {
    background: 0 0 !important;
}
.menu-mobile .menu-toggle span {
    background: #000;
}
.menu-mobile .menu-header-menu-container {
    margin-bottom: auto;
    width: 100%;
}
.menu-mobile .menu {
    text-align: center;
    margin: 78px 0 auto 0;
}
.menu-mobile .menu li {
    margin: 0 0 56px 0;
}
.menu-mobile .menu li a {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    font-family: Montserrat, sans-serif;
}
.menu-mobile .menu li a:hover {
    text-decoration: underline;
}
.menu-mobile .m-header__lang {
    margin: 0 -19px !important;
    display: block !important;
    border-top: 1px solid #e5e5e9;
    text-align: center;
    width: calc(100% + 38px);
}
.menu-mobile .m-header__lang .wpml-ls-legacy-dropdown a {
    padding: 26px 0;
}
.menu-mobile .m-header__lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    position: static;
    margin: 0 -9px 0 8px;
}
.m-footer {
    background: #000;
    color: #fff;
    padding: 83px 0;
}
.m-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-footer__col1 {
    width: 30%;
}
.m-footer__col1 img {
    width: 231px;
    height: 32px;
}
.m-footer__col2 {
    width: 20%;
    margin-left: 3%;
}
.m-footer__col3 {
     width: 20%;
    margin-left: 3%;
}
.m-footer__col4 {
     width: 20%;
    margin-left: 3%;
}

.m-footer .menu {
    margin: 20px 0 0 0;
    padding: 0;
}
.m-footer .menu li {
    margin: 0 0 10px 0;
}
.m-footer .menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid transparent;
}
.m-footer .menu li a:hover {
    border-bottom: 1px solid #fff;
}
.m-footer .widget-title {
    font-weight: 700;
    font-size: 18px;
    margin: 12px 0 30px 0;
}
.m-footer p {
    margin: 23px 0;
    font-size: 14px;
    line-height: 22px;
}
.faq-accordion__item {
    border-bottom: 1px solid #979797;
    margin-bottom: 10px;
}
.faq-accordion__item.open .faq-accordion__title::after {
    content: "-";
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-accordion__title {
    cursor: pointer;
    padding: 9px 41px 16px 23px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
.faq-accordion__title::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "+";
    font-size: 30px;
    font-weight: 200;
    line-height: 16px;
}
.faq-accordion__title:hover {
    text-decoration: underline;
}
.faq-accordion__text {
    display: none;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 20px 23px;
}
.m-copyright {
    padding: 50px 0;
    font-size: 12px;
}
.m-copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-copyright .container a {
    text-decoration: underline;
}
.m-copyright__right span {
    margin: 0 30px 0 0;
}
.m-copyright .recaptcha-text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.5;
}
.m-copyright .recaptcha-text a {
    text-decoration: none;
}
.m-copyright .recaptcha-text a:hover {
    text-decoration: underline;
}
.m-hero.has-image {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 206px 0 273px 0;
    text-align: center;
}
.m-hero.has-image.small-padding {
    padding: 140px 0 46px 0;
}
.m-hero.has-image::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
.m-hero.has-image .container {
    position: relative;
    z-index: 2;
}
.m-hero.has-image .u-button {
    margin: 6px 0 0 0;
}
.m-hero.has-video {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: calc(100svh - 120px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-hero.has-video h1{
    margin:0;
    padding:0;
}

.m-hero.has-video .u-header-title__description{
    display: none;
}

.m-hero.has-video.small-padding {
    padding: 140px 0 46px 0;
}
.m-hero.has-video::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
.m-hero.has-video .container {
    position: relative;
    z-index: 2;
}
.m-hero.has-video .u-button {
    margin: 6px 0 0 0;
}
.m-hero.has-video video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -9999;
    display: none;
}
.m-hero.standard {
    padding: 118px 0 46px 0;
}
.m-hero.standard.bg-grey {
    background-color: #e5e5e5;
}
.m-hero.standard.bg-black {
    background-color: #000;
}
.m-hero.standard.bg-blue {
    background-color: #000;
}
.m-hero.standard.bg-blue .u-header-title.text-black span {
    color: #fff;
}
.m-hero.standard.bg-blue .u-header-title.text-white span {
    color: #fff;
}
.m-hero.standard .u-header-title.text-black {
    color: #000;
}
.m-hero.standard .u-header-title.text-white {
    color: #fff;
}
.m-hero.standard .u-header-title.text-white h1:after {
    background: #fff;
}
.m-hero.standard .u-header-title h1 {
    padding:0;
    margin:0;
}
.m-hero.case-study-index {
    padding: 176px 0 46px 0;
}
.m-hero.case-study-index .casestudy-go-next {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.m-hero.case-study-index .casestudy-go-next img {
    max-width: 79px;
}
.m-hero.case-study {
    margin-top: 80px;
    padding: 500px 0 50px 0;
}
.m-hero.case-study .container {
    max-width: 1180px;
}
.m-hero.case-study .casestudy-go-next {
    width: 51px;
    margin-top: 15px;
}
.m-hero.case-study-2 {
    margin-top: 80px;
    padding: 500px 0 50px 0;
}
.m-hero.case-study-2 .container {
    max-width: 1180px;
}
.m-hero.case-study-2 .casestudy-go-next {
    width: 51px;
    margin-top: 15px;
}
.m-hero-background.has-image {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 206px 0 273px 0;
    text-align: center;
}
.m-hero-background.has-image::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
.m-hero-background.has-image .container {
    position: relative;
    z-index: 2;
}
.m-hero-background.has-image .u-button {
    margin: 6px 0 0 0;
}
.m-hero-background.standard {
    padding: 118px 0 46px 0;
}
.m-hero-background.standard .u-header-title h1 {
    padding-bottom: 25px;
    margin-bottom: 27px;
}
.s-hero-background.has-image {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 200px 0 45px 0;
    text-align: center;
}
.s-hero-background.has-image::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
.s-hero-background.has-image .container {
    position: relative;
    z-index: 2;
}
.s-hero-background.has-image .u-button {
    margin: 6px 0 0 0;
}
.s-hero-background.standard {
    padding: 118px 0 46px 0;
}
.s-hero-background.standard .u-header-title h1 {
    padding-bottom: 25px;
    margin-bottom: 27px;
}
.m-why-choose-us {
    display: block;
    max-width: 1488px;
    margin: -109px auto 0 auto;
    background: #fff;
    padding: 96px 0 52px 0;
    position: relative;
}
.m-why-choose-us__boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-why-choose-us__boxs .box {
    width: 33.333%;
    text-align: center;
    padding: 29px 75px 63px 75px;
}
.m-why-choose-us__boxs .box:not(:last-child) {
    border-right: 1px solid #e5e5e9;
}
.m-why-choose-us__boxs .box__title {
    margin: 26px 0 23px 0;
    font-weight: 800;
    font-size: 20px;
}
.m-why-choose-us__boxs .box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.m-our-work--source {
    background: #fff;
    padding: 40px 0 0 0;
}
.m-our-work--source .m-our-work__categories,
.m-our-work--source .m-our-work__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m-our-work--source .m-our-work__categories ul,
.m-our-work--source .m-our-work__pages ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.m-our-work--source .m-our-work__categories ul::after,
.m-our-work--source .m-our-work__pages ul::after {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    content: "";
    border-bottom: 1px solid #e5e5e9;
}
.m-our-work--source .m-our-work__categories ul li,
.m-our-work--source .m-our-work__pages ul li {
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
}
.m-our-work--source .m-our-work__categories ul li a,
.m-our-work--source .m-our-work__pages ul li a {
    opacity: 0.5;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    padding-bottom: 35px;
    padding-top: 35px;
    display: block;
    overflow: hidden;
    position: relative;
}
.m-our-work--source .m-our-work__categories ul li a.current,
.m-our-work--source .m-our-work__pages ul li a.current {
    opacity: 1;
}
.m-our-work--source .m-our-work__categories ul li a.current::after,
.m-our-work--source .m-our-work__pages ul li a.current::after {
    position: absolute;
    bottom: -16px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    margin-left: -4px;
    content: "";
    border: 1px solid #e5e5e9;
    background: #fff;
    z-index: 20;
}
.m-our-work--source .m-our-work__categories ul li a.current::before,
.m-our-work--source .m-our-work__pages ul li a.current::before {
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -1px;
    width: 26px;
    content: "";
    z-index: 10;
}
.m-our-work--source .m-our-work__pages {
    margin-bottom: 37px;
}
.m-our-work--source .m-our-work__pages ul::after {
    bottom: auto;
    top: -1px;
}
.m-our-work--source .m-our-work__pages ul li a::after {
    display: none !important;
}
.m-our-work--source .m-our-work__pages ul.subcategory li {
    display: none;
}
.m-our-work--source .m-our-work__pages ul.subcategory li.is-visible {
    display: inline-block;
}
.m-our-work--source .m-our-work__pages ul.subcategory li.is-active a {
    opacity: 1;
}
.m-our-work--no-source {
    background: #fff;
}
.m-our-work--no-source .u-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 71px;
}
.m-our-work--no-source .u-header-title__heading {
    margin: 0;
    padding: 0;
}
.m-our-work--no-source .u-header-title__heading::after {
    display: none;
}
.m-our-work .tabs {
    margin: 0 -14px 18px 40px;
}
.m-our-work .tabs__item {
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    opacity: 0.5;
    margin: 0 18px;
}
.m-our-work .tabs__item.current,
.m-our-work .tabs__item:hover {
    opacity: 1;
}
.m-our-work__images {
    display: none;
}
.m-our-work .showmore-container {
    display: none;
    text-align: center;
}
.m-our-work .showmore-container .u-button {
    margin: 5rem 0;
}
.m-our-work.showall .m-our-work__images {
    display: block;
}
.m-our-work.showall .m-our-work__images .grid-image {
    display: none;
}
.m-our-work.showall .m-our-work__images .grid-image.visible-images {
    display: grid;
}
.m-our-work.showall .showmore-container {
    display: block;
}
.m-our-work.showall .grid-image {
    display: none;
}
.portfolio-item {
    display: none;
    opacity: 0;
    -webkit-animation: op 0.3s ease-in-out forwards;
    animation: op 0.3s ease-in-out forwards;
}

@-webkit-keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.portfolio-item.is-active {
    display: block;
}
.portfolio-all {
    position: relative;
}
.portfolio-all .portfolio-item.is-visible:nth-child(1) {
    display: block !important;
}
.grid-image {
    display: grid;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-image img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-counter-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 143px 0 113px 0;
}
.m-counter-section.bg-image::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}
.m-counter-section.standard.bg-white {
    background-color: #fff;
}
.m-counter-section.standard.bg-white .u-header-title {
    color: #000 !important;
}
.m-counter-section.standard.bg-white .u-header-title span {
    color: #000 !important;
}
.m-counter-section.standard.bg-white.text-white {
    color: #000;
}
.m-counter-section.standard.bg-white.text-black {
    color: #000;
}
.m-counter-section.standard.bg-grey {
    background-color: #e5e5e5e;
}
.m-counter-section.standard.bg-grey .u-header-title.text-white {
    color: #fff;
}
.m-counter-section.standard.bg-grey .u-header-title.text-white span {
    color: #000;
}
.m-counter-section.standard.bg-grey .u-header-title.text-white h2:after {
    background: #fff;
}
.m-counter-section.standard.bg-grey .m-counter-section__boxs.text-white {
    color: #fff;
}
.m-counter-section.standard.bg-grey .m-counter-section__boxs.text-black {
    color: #000;
}
.m-counter-section.standard.bg-blue {
    background-color: #000;
}
.m-counter-section.standard.bg-blue .u-header-title.text-black {
    color: #000;
}
.m-counter-section.standard.bg-blue .u-header-title.text-black span {
    color: #fff;
}
.m-counter-section.standard.bg-blue .u-header-title.text-white {
    color: #fff;
}
.m-counter-section.standard.bg-blue .u-header-title.text-white span {
    color: #fff;
}
.m-counter-section.standard.bg-blue .u-header-title.text-white h2:after {
    background: #fff;
}
.m-counter-section.standard.bg-blue .m-counter-section__boxs.text-white {
    color: #fff;
}
.m-counter-section.standard.bg-blue .m-counter-section__boxs.text-black {
    color: #000;
}
.m-counter-section .container {
    position: relative;
    z-index: 10;
}
.m-counter-section .u-header-title__heading {
    font-size: 44px;
    margin: 0;
    padding: 0;
}
.m-counter-section .u-header-title__heading::after {
    display: none;
}
.m-counter-section__boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 76px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-counter-section__boxs.text-white {
    color: #fff;
}
.m-counter-section__boxs .box {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}
.m-counter-section__boxs .box .number {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 66px;
}
.m-counter-section__boxs .box__title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 18px 0 0 0;
}
.m-logo-slider {
    background: #fff;
    padding: 65px 0;
    text-align: center;
}
.m-logo-slider img {
    display: inline-block;
    vertical-align: middle;
}
.m-logo-slider .slick-slider {
    padding: 0 50px;
}
.m-logo-slider .slick-next,
.m-logo-slider .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    text-indent: -9999px;
}
.m-logo-slider .slick-prev {
    left: 0;
    background: url(../img/svg/chevron-left.svg);
}
.m-logo-slider .slick-next {
    right: 0;
    background: url(../img/svg/chevron-right.svg);
}
.m-our-process {
    padding: 95px 0 80px 0;
}
.m-our-process__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 68px 0 0 0;
}
.m-our-process__nav {
    width: 31.5%;
}
.m-our-process__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: Montserrat, sans-serif;
}
.m-our-process__nav a span {
    font-size: 40px;
    line-height: 72px;
    opacity: 0.25;
    margin: 0 50px 0 0;
    min-width: 72px;
    font-weight: 800;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.m-our-process__nav a span i {
    font-style: normal;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.m-our-process__nav a.current span {
    opacity: 1;
}
.m-our-process__nav a.current span i {
    color: #000;
}
.m-our-process__content {
    width: 68.5%;
}
.m-our-process__accordion-title {
    display: none;
}
.m-our-process__item {
    display: none;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 71px 78px 46px 78px;
    position: relative;
}
.m-our-process__item .text {
    width: 48%;
}
.m-our-process__item .text .icon {
    margin: 0 0 14px 0;
    min-height: 60px;
}
.m-our-process__item .text .icon img {
    max-width: 50px;
}
.m-our-process__item .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.m-our-process__item .text p.large {
    font-size: 18px;
    line-height: 26px;
}
.m-our-process__item .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46%;
}
.m-our-process__item .image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-testimonials {
    background: #fff;
    padding: 124px 0 88px 0;
}
.m-testimonials .u-header-title__description {
    font-size: 18px;
}
.m-testimonials .slick-slider {
    padding: 0 0 0 10px;
}
.m-testimonials .slick-slider .slick-next,
.m-testimonials .slick-slider .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    z-index: 10;
}
.m-testimonials .slick-slider .slick-prev {
    left: 0;
    background: url(../img/svg/chevron-left.svg);
}
.m-testimonials .slick-slider .slick-next {
    right: 0;
    background: url(../img/svg/chevron-right.svg);
}
.m-testimonials .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.m-testimonials .slick-slide {
    height: auto;
}
.m-testimonials__item {
    position: relative;
    padding: 0 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m-testimonials__item .item-content {
    margin-bottom: 36px;
}
.m-testimonials__item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 28px 0 34px 0;
    padding: 0 0 28px 0;
    position: relative;
}
.m-testimonials__item h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 1px;
    background: #e5e5e9;
    content: "";
}
.m-testimonials__item p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #666;
}
.m-testimonials__item p strong {
    color: #000;
    font-weight: 400;
}
.m-testimonials__item .author {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.slick-slide img.author-logo {
    max-height: 60px;
}
.m-latest-realisations {
    position: relative;
    background: #fff;
    width: 100%;
}
.m-latest-realisations .wrapper {
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 840px;
}
.m-latest-realisations .wrapper #instafeed {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-latest-realisations .wrapper #instafeed a {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 420px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-latest-realisations .wrapper #instafeed a:nth-child(2),
.m-latest-realisations .wrapper #instafeed a:nth-child(5) {
    margin-left: 25%;
}
.m-latest-realisations .wrapper #instafeed a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-latest-realisations .wrapper .title {
    position: absolute;
    background: #000;
    color: #fff;
    top: 0;
    left: 25%;
    width: 25%;
    height: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.m-latest-realisations .wrapper .title .inner {
    padding: 40px 0;
}
.m-latest-realisations .wrapper .title h2 {
    width: 100%;
    line-height: 44px;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 800;
    margin: -27px 0 33px 0;
}
.m-latest-realisations .wrapper .title .instagram {
    background: url(../img/svg/logo-instagram.svg) left center no-repeat;
    background-size: 40px 40px;
    line-height: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    padding: 0 0 0 59px;
    display: inline-block;
}
.m-pricing {
    padding: 124px 0 88px 0;
}
.m-pricing .u-header-title__description {
    font-size: 18px;
}
.m-pricing .container {
    max-width: 1420px;
}
.m-pricing .button {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
.m-pricing img.box-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 226px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-pricing .slider-nav-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.m-pricing .slider-nav-wrapper .slider-nav {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-next,
.m-pricing .slider-nav-wrapper .slider-nav .slick-prev {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    cursor: pointer;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-next,
.m-pricing .slider-nav-wrapper .slider-nav .slick-prev {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-prev {
    float: left;
    background: url(../img/svg/chevron-left.svg);
    margin-right: 20px;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-next {
    float: right;
    background: url(../img/svg/chevron-right.svg);
    margin-left: 20px;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-dots {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-dots li {
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-dots li.slick-active .slider-dot {
    background: #000;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-dots li .slider-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
}
.m-pricing .slider-nav-wrapper .slider-nav .slick-dots li .slider-dot:hover {
    background: #000;
}
.m-pricing .wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-pricing .wrapper .description {
    padding: 10px 40px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.m-pricing .wrapper .description strong {
    color: #000;
}
.m-pricing .wrapper .features {
    position: relative;
    padding: 10px 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-pricing .wrapper .features .btn-show {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-left: -20px;
    display: inline-block;
}
.m-pricing .wrapper .features .btn-show.is-active {
    display: none;
}
.m-pricing .wrapper .features .btn-show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/svg/icon-plus.svg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-pricing .wrapper .features .btn-close {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-left: -20px;
    margin-top: 20px;
    display: inline-block;
}
.m-pricing .wrapper .features .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/svg/icon-minus.svg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-pricing .wrapper .features .features-content {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.m-pricing .wrapper .features .features-content ul {
    margin-top: 10px;
}
.m-pricing .wrapper .features .features-content ul > :first-child {
    margin-top: 0 !important;
}
.m-pricing .wrapper .features .features-content ul > :last-child {
    margin-bottom: 0 !important;
}
.m-pricing .wrapper .features .features-content ul li {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
    padding-left: 30px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.m-pricing .wrapper .features .features-content ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../img/svg/icon-check.svg);
    width: 16px;
    height: 16px;
}
.m-pricing .wrapper .content-footer {
    position: relative;
    padding-bottom: 20px;
}
.m-pricing .wrapper.wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-pricing .wrapper.wrapper-content .pricelist-box:hover {
    margin-top: -10px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box:hover .box {
    -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
}
.m-pricing .wrapper.wrapper-content .pricelist-box:hover .box .content-header .headline {
    position: relative;
    margin-top: 45px;
    padding: 23px 20px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box:hover .box .content-header .headline .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box {
    text-align: center;
    background-color: #fff;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px);
    max-width: 424px;
    min-width: 424px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .break-line {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline {
    position: relative;
    margin-top: 20px;
    padding: 20px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline .title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline .title span {
    position: relative;
    top: -5px;
    left: 0;
    color: #000;
    margin: 0 7px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile {
    position: relative;
    padding: 20px 20px;
    padding-right: 40px;
    display: none;
    cursor: pointer;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile .title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile .title:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile .title span {
    position: relative;
    top: -5px;
    left: 0;
    color: #000;
    margin: 0 7px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-main {
    position: relative;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer {
    position: relative;
    padding-bottom: 20px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer .price-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer .price-box .label {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer .price-box .price {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer .price-box .price.text {
    font-size: 24px;
    line-height: 32px;
}
.m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer .btn {
    margin-top: 10px;
}
.m-pricing .wrapper.wrapper-slider {
    position: relative;
}
.m-pricing .wrapper.wrapper-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
    max-width: 420px;
    margin: 0 20px !important;
    margin-top: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide img.box-img {
    display: none;
    -webkit-animation: anim 0.3s ease-in-out forwards;
    animation: anim 0.3s ease-in-out forwards;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current {
    margin-top: 0 !important;
    background-color: #fff;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current .box-img-wrapper {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 226px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current img.box-img {
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 226px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current .box {
    background-color: #fff;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current .box .btn {
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: -40px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current .box .btn .u-button--blue {
    background: #000;
    color: #fff;
    border: none;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-width: 420px;
    background-color: transparent;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .break-line {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .content-header .headline {
    position: relative;
    margin-top: 20px;
    padding: 20px 20px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .content-header .headline .title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .content-header .headline .title span {
    position: relative;
    top: -5px;
    left: 3px;
    color: #000;
    margin: 0 5px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .price-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .price-box .label {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .price-box .price {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .price-box .price.text {
    font-size: 24px;
    line-height: 32px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .btn {
    margin-top: 10px;
}
.m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .btn .u-button--blue {
    background: 0 0;
    color: #000;
    border: 1px solid #000;
}
.m-cta {
    padding: 120px 0 101px 0;
    text-align: center;
}
.m-cta.has-image {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.m-cta.has-image::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
.m-cta.has-image .container {
    position: relative;
    z-index: 2;
}
.m-cta.has-image .u-header-title__heading:after {
    display: none;
}
.m-cta.has-image .u-header-title__heading span {
    color: #000;
}
.m-cta.has-image .u-button {
    margin: 6px 0 0 0;
}
.m-cta.standard.bg-grey {
    background-color: #e5e5e5e;
}
.m-cta.standard.bg-grey .u-header-title.text-white {
    color: #fff;
}
.m-cta.standard.bg-grey .u-header-title.text-white span {
    color: #000;
}
.m-cta.standard.bg-grey .u-header-title.text-white h2:after {
    background: #fff;
}
.m-cta.standard.bg-blue {
    background-color: #F1F1F1;
}
.m-cta.standard.bg-blue .u-header-title.text-black {
    color: #000;
}
.m-cta.standard.bg-blue .u-header-title.text-black span {
    color: #fff;
}
.m-cta.standard.bg-blue .u-header-title.text-white {
    color: #000;
}
.m-cta.standard.bg-blue .u-header-title.text-white span {
    color: #000;
}
.m-cta.standard.bg-blue .u-header-title.text-white h2:after {
    background: #000;
}

.m-cta.standard.bg-blue .u-header-title__description{
    margin: 0;
    margin-bottom: 30px;
}

.m-cta.standard.bg-blue .u-button--black{
    background: #fff;
    color: #000;
}

.m-cta.standard .u-header-title.text-black {
    color: #000;
}
.m-cta.standard .u-header-title.text-white {
    color: #fff;
}
.m-cta.standard .u-header-title.text-white h1:after {
    background: #fff;
}
.m-cta.standard .u-header-title h1 {
    padding-bottom: 25px;
}
.m-services {
    padding: 0;
}
.m-services .u-header-title__description {
    font-size: 18px;
}
.m-services .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.m-services .wrapper.left .box.content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.m-services .wrapper.left .box.bg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.m-services .wrapper.right .box.content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.m-services .wrapper.right .box.bg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.m-services .wrapper .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-services .wrapper .box.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
}
.m-services .wrapper .box.content h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 20px;
}
.m-services .wrapper .box.content p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.m-services .wrapper .box.content .button {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.m-services .wrapper .box.bg img,
.m-services .wrapper .box.bg video {
    display: block;
    margin: 0 auto;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 562px;
}
.m-services .wrapper .box.bg .ba-slider {
    position: relative;
    overflow: hidden;
}
.m-services .wrapper .box.bg .ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}
.m-services .wrapper .box.bg .ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.m-services .wrapper .box.bg .ba-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.25);
    cursor: ew-resize;
}
.m-services .wrapper .box.bg .ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: "\21d4";
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.m-services .wrapper .box.bg .ba-slider .handle.ba-draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 50px;
    font-size: 30px;
}
.m-text-with-features {
    background-color: #fff;
    padding: 65px 0 65px 0;
}
.m-text-with-features.large .box.features {
    margin-top: 160px;
}
.m-text-with-features .u-header-title__description {
    font-size: 18px;
}
.m-text-with-features .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.m-text-with-features .wrapper.right .box.content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.m-text-with-features .wrapper.right .box.features {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.m-text-with-features .wrapper.left .box.content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.m-text-with-features .wrapper.left .box.features {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.m-text-with-features .wrapper .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-text-with-features .wrapper .box.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 20px;
    padding-right: 40px;
}
.m-text-with-features .wrapper .box.content .u-header-title h1::after,
.m-text-with-features .wrapper .box.content .u-header-title__heading::after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.m-text-with-features .wrapper .box.content h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 20px;
}
.m-text-with-features .wrapper .box.content p {
    font-size: 14px;
    line-height: 24px;
}
.m-text-with-features .wrapper .box.content p:not(:last-child) {
    margin-bottom: 20px;
}
.m-text-with-features .wrapper .box.content p span.large-paragraph {
    font-size: 18px !important;
    line-height: 32px !important;
}
.m-text-with-features .wrapper .box.features {
    background: #f5f5f9;
    padding: 60px;
    max-width: 540px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.m-text-with-features .wrapper .box.features .features-title {
    margin-bottom: 20px;
}
.m-text-with-features .wrapper .box.features .features-title h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
.m-text-with-features .wrapper .box.features ul {
    margin-top: 10px;
}
.m-text-with-features .wrapper .box.features ul > :first-child {
    margin-top: 0 !important;
}
.m-text-with-features .wrapper .box.features ul > :last-child {
    margin-bottom: 0 !important;
}
.m-text-with-features .wrapper .box.features ul li {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
    padding-left: 30px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.m-text-with-features .wrapper .box.features ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../img/svg/icon-check.svg);
    width: 16px;
    height: 16px;
}
.m-text-with-image {
    background-color: #fff;
    padding: 65px 0 65px 0;
}
.m-text-with-image .u-header-title__description {
    font-size: 18px;
}
.m-text-with-image .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.m-text-with-image .wrapper.right .box.content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 100px;
}
.m-text-with-image .wrapper.right .box.bg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.m-text-with-image .wrapper.left .box.content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 100px;
}
.m-text-with-image .wrapper.left .box.bg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.m-text-with-image .wrapper .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-text-with-image .wrapper .box.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 20px;
}
.m-text-with-image .wrapper .box.content .u-header-title h1::after,
.m-text-with-image .wrapper .box.content .u-header-title__heading::after {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.m-text-with-image .wrapper .box.content h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 20px;
}
.m-text-with-image .wrapper .box.content p {
    font-size: 14px;
    line-height: 24px;
}
.m-text-with-image .wrapper .box.content p:not(:last-child) {
    margin-bottom: 20px;
}
.m-text-with-image .wrapper .box.content p span.large-paragraph {
    font-size: 18px !important;
    line-height: 32px !important;
}
.m-text-with-image .wrapper .box.bg img {
    display: block;
    margin: 0 auto;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.m-text-with-image--case-study .container {
    max-width: 1180px;
}
.m-text-with-image--case-study ul {
    margin-top: 10px;
}
.m-text-with-image--case-study ul > :first-child {
    margin-top: 0 !important;
}
.m-text-with-image--case-study ul > :last-child {
    margin-bottom: 0 !important;
}
.m-text-with-image--case-study ul li {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
    padding-left: 30px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.m-text-with-image--case-study ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.m-text-with-image--case-study .wrapper .box.content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2;
}
.m-text-with-image--case-study .wrapper .box.content p {
    line-height: 2;
}
.m-text-with-image--case-study .wrapper .box.content span {
    color: #000;
}
.m-text-with-image--case-study .wrapper .box.bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-text-with-gallery .u-header-title__description {
    font-size: 18px;
}
.m-text-with-gallery .container {
    padding: 95px 20px 65px 20px;
}
.m-text-with-gallery .gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
.m-text-with-gallery .gallery .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-text-with-gallery .gallery img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-case-study-single-image {
    padding: 25px 0;
}
.m-case-study-single-image + .m-case-study-gallery {
    margin-top: -40px;
}
.m-case-study-single-image .wrapper {
    width: 100%;
    text-align: center;
    position: relative;
}
.m-case-study-single-image .box {
    position: relative;
    z-index: 10;
}
.m-case-study-single-image .box.has-content::after {
    z-index: 20;
    content: " ";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 0;
}
.m-case-study-single-image img {
    width: 100%;
    height: auto;
}
.m-case-study-single-image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Poppins;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    padding: 50px 50px;
    z-index: 30;
    text-align: left;
}
.contact-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact {
    padding: 80px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.contact__info {
    width: 30%;
    padding: 0 40px;
}
.contact__info__item {
    text-align: center;
    margin-bottom: 24px;
    padding: 0 20px 20px 20px;
}
.contact__info__item__desc {
    margin-top: 20px;
}
.contact__info__item__h {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.contact__info__item p,
.contact__info__item__p {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
#map {
    height: 460px;
}
form.wpcf7-form {
    width: 75%;
    padding-left: 110px;
}
form.wpcf7-form label {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
form.wpcf7-form textarea {
    border: 1px solid #e5e5e9;
    padding: 11px 15px;
    width: 100%;
    margin: 10px 0 24px;
}
form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
form.wpcf7-form textarea:focus {
    border-color: #000;
}
form.wpcf7-form textarea {
    height: 150px;
}
form.wpcf7-form .contact__form__btn {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}
form.wpcf7-form .contact__form__btn.send {
    text-align: left;
}
form.wpcf7-form .contact__form__btn-toggle {
    position: relative;
    cursor: pointer;
}
form.wpcf7-form .contact__form__btn-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/svg/icon-plus.svg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
form.wpcf7-form .contact__form__btn-toggle.is-active:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../img/svg/icon-minus.svg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.contact__form__additional {
    opacity: 0;
    display: none;
    margin-top: 48px;
}
.contact__form__additional.is-active {
    opacity: 1;
}
.contact__form__additional__elem {
    margin-bottom: 50px;
}
.contact__form__additional__h {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}
.contact__form__additional .number-of-products label {
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.contact__form__additional .number-of-products .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact__form__additional .number-of-products input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e5e5e9;
    height: 24px;
    width: 24px;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.contact__form__additional .number-of-products input:checked {
    border-color: #000;
}
.contact__form__additional .number-of-products input:checked:after {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    background: #000;
    text-shadow: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact__form__additional .number-of-products input:checked + .wpcf7-list-item-label {
    color: #000;
}
.contact__form__additional .number-of-products .wpcf7-list-item-label {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
    margin-bottom: 24px;
}
.contact__form__additional .kind-of-service label {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.contact__form__additional .kind-of-service .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact__form__additional .kind-of-service input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e5e5e9;
    height: 24px;
    width: 24px;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.contact__form__additional .kind-of-service input:checked {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.contact__form__additional .kind-of-service input:checked:after {
    font-size: 28px;
    left: 6px;
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.contact__form__additional .kind-of-service input:checked + .wpcf7-list-item-label {
    color: #000;
}
.contact__form__additional .kind-of-service .wpcf7-list-item-label {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}
.contact__form__additional .budget input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e5e5e9;
    max-width: 256px;
    height: 48px;
    padding: 10px;
    display: inline-block;
    position: relative;
    -moz-appearance: textfield;
    margin-top: 0 !important;
}
.contact__form__additional .budget input::-webkit-inner-spin-button,
.contact__form__additional .budget input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.contact__form__additional .budget input:focus {
    border-color: #000 !important;
}
.contact__form__additional input[type="number"] {
    -moz-appearance: textfield !important;
}
.contact__form__additional .number-input-wrapper {
    position: relative;
    max-width: 256px;
    height: 48px;
    line-height: 1;
}
.contact__form__additional .rate {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 48px;
    border: 1px solid #e5e5e9;
    border-left: none;
    background-color: #fff;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact__form__additional .nb {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    margin-right: 16px;
    line-height: 28px;
}
.contact__form__additional .nb:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #000;
}
.acceptance label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.acceptance label span {
    padding-left: 20px;
}
.acceptance input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #e5e5e9;
    height: 24px;
    width: 24px;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.acceptance input:checked {
    border-color: #000;
}
.acceptance input:checked:after {
    font-size: 28px;
    left: 6px;
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.agreement {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.text {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-left: 25px;
}
.contact__form__btn input[type="submit"] {
    border-radius: 29px;
    margin-top: 35px;
    background-color: #000;
    color: #fff;
    font-family: Poppins, sans-serif;
    padding: 22px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    min-width: 200px;
    border: 1px solid transparent;
}
.wpcf7-list-item {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.rangeslider div.ocrscf_circles-slider,
.rangeslider div.ocrscf_double-label-slider,
.rangeslider div.ocrscf_flat-slider,
.rangeslider div.ocrscf_rainbow-slider,
.rangeslider div.ocrscf_scale-slider,
.rangeslider div.ocrscf_slider-display {
    margin: 50px 0 110px 60px !important;
}
.rangeslider .ocrscf_flat-slider.ui-slider {
    border-radius: 12px;
    border: 1px solid #e5e5e9;
    background-color: #fff !important;
    max-width: 520px;
}
.rangeslider .ocrscf_flat-slider .ui-slider-handle,
.rangeslider .ocrscf_flat-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line,
.rangeslider .ocrscf_flat-slider .ui-slider-pip[class*="ui-slider-pip-selected"] .ui-slider-line,
.rangeslider .ocrscf_flat-slider .ui-slider-range {
    background-color: #000 !important;
    border-radius: 50% !important;
    border-color: #000 !important;
}
.rangeslider .ui-slider-line {
    display: none;
}
.rangeslider .ocrscf_flat-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
}
.rangeslider .ui-slider-label {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: auto;
    min-width: 130px;
    margin-left: -4.5em;
    text-align: center;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.rangeslider .ui-slider-label:hover {
    font-weight: 400 !important;
    color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 20px;
    background-color: #ffb900;
    color: #fff;
    font-weight: bolder;
    text-align: center;
}
.wpcf7-not-valid-tip {    margin-bottom: 10px;
    font-size: 12px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #25daa5;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    border-color: #25daa5;
}
div.wpcf7 .wpcf7-submit:disabled {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.2;
}
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
    color: #666 !important;
    font-weight: 400 !important;
}
.ui-slider-pip-selected-1 .ui-slider-label {
    color: #666 !important;
    font-weight: 400 !important;
}
.m-case-study-header {
    display: block;
    max-width: 1488px;
    margin: 0 auto 0 auto;
    background: #fff;
    padding: 50px 0 15px 0;
    position: relative;
}
.m-case-study-header .container {
    max-width: 1180px;
}
.m-case-study-header .u-header-title__heading {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
}
.m-case-study-header .u-header-title__description {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    margin: 15px 0 15px 0;
    font-weight: 600;
}
.m-case-study-gallery {
    padding: 25px 0;
}
.m-case-study-gallery .container {
    max-width: 1180px;
}
.m-case-study-gallery + .m-case-study-single-image {
    margin-top: -40px;
}
.m-case-study-gallery__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.m-case-study-gallery__images > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    width: 100%;
    padding: 20px 20px;
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.m-case-study-gallery__images > div img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-case-study-quote {
    font-family: Montserrat;
}
.m-case-study-quote .container {
    max-width: 1180px;
}
.m-case-study-quote__wrapper {
    display: block;
    border-left: 24px solid #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 30px;
}
.m-case-study-quote__author {
    color: #000;
    font-size: 14px;
    position: absolute;
    bottom: 0;
}
.m-case-study-quote__text {
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    line-height: 1.75;
}
.m-case-study-summary {
    background: #000;
    padding: 105px 0;
    color: #fff;
    margin-bottom: 80px;
}
.m-case-study-summary .container {
    max-width: 970px;
}
.m-case-study-summary__title {
    color: #000;
    font-family: Montserrat;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}
.m-case-study-summary__description {
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.75;
}
.u-header-title {
    position: relative;
}
.u-header-title h1,
.u-header-title__heading {
    font-size: 52px;
    line-height: 60px;
    margin: 0;
    font-weight: 800;
    position: relative;
    padding: 0 0 23px 0;
}
.u-header-title h1::after,
.u-header-title__heading::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 2px;
    background: #000;
}
.u-header-title h1 span,
.u-header-title__heading span {
    color: #000;
}
.u-header-title h1 strong,
.u-header-title__heading strong {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
}
.u-header-title h1 {
    font-size: 55px;
    line-height: 60px;
    padding-bottom: 31px;
    margin-bottom: 40px;
}
.u-header-title__description {
    font-size: 20px;
    line-height: 32px;
    margin: 31px 0 47px 0;
}
.u-header-title__description--smaller {
    font-size: 14px;
}
.u-header-title--center {
    text-align: center;
}
.u-header-title--left-bottom {
    text-align: left;
}
.u-header-title--left-bottom .u-header-title__heading,
.u-header-title--left-bottom h1 {
    padding: 0 0 20px 0;
    font-size: 20px;
}
.u-header-title--left-bottom .u-header-title__description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.u-header-title--white {
    color: #fff;
}
.u-header-title--white .u-header-title__heading::after,
.u-header-title--white h1::after {
    background: #fff;
}
.u-header-title--casestudy {
    font-family: Montserrat;
}
.u-header-title--casestudy .u-header-title__heading,
.u-header-title--casestudy h1 {
    font-weight: 700;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.u-header-title--casestudy .u-header-title__heading::after,
.u-header-title--casestudy h1::after {
    display: none;
}
.u-header-title--casestudy-2 {
    font-family: Montserrat;
}
.u-header-title--casestudy-2 .u-header-title__heading,
.u-header-title--casestudy-2 h1 {
    font-weight: 600;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.u-header-title--casestudy-2 .u-header-title__heading::after,
.u-header-title--casestudy-2 h1::after {
    display: none;
}
.u-header-title--casestudy-2 .u-header-title__heading span,
.u-header-title--casestudy-2 h1 span {
    color: inherit;
}
.u-header-title--casestudy-2 .u-header-title__description {
    padding-top: 30px;
    line-height: 1.5;
}
.u-button {
    padding: 22px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    min-width: 200px;
    border: 1px solid transparent;
}
.u-button--black {
    background: #000;
    color: #fff;
}
.u-button--black:hover {
    background: rgba(0, 0, 0, 0.8);
}
.u-button--blue {
    background: #000;
    color: #fff;
}
.l-default-page {
    position: relative;
    padding: 65px 0;
}
.l-default-page h1,
.l-default-page h2,
.l-default-page h3,
.l-default-page h4,
.l-default-page h5,
.l-default-page h6 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
}
.l-default-page p {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
    margin-bottom: 30px;
}

#onetrust-consent-sdk{
    display: none !important;
}


@media only screen and (min-width: 576px) {
    .single-post__hero {
        background-attachment: fixed;
    }
    .single-post .site-main .single-post__cta {
        background-attachment: fixed;
    }
}
@media only screen and (min-width: 1023px) {
    .grid-image.grid_1_1 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image1 Image2 Image2" "Image1 Image1 Image2 Image2";
    }
    .grid-image.grid_1_1 .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_1_1 .image:nth-child(1) img {
        height: 720px;
    }
    .grid-image.grid_1_1 .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_1_1 .image:nth-child(2) img {
        height: 720px;
    }
    .grid-image.grid_2_1 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image1 Image3 Image3" "Image2 Image2 Image3 Image3" ". . . .";
    }
    .grid-image.grid_2_1 .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_2_1 .image:nth-child(1) {
        height: 360px;
    }
    .grid-image.grid_2_1 .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_2_1 .image:nth-child(2) {
        height: 360px;
    }
    .grid-image.grid_2_1 .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_2_1 .image:nth-child(3) {
        height: 720px;
    }
    .grid-image.grid_1_2 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image1 Image2 Image2" "Image1 Image1 Image3 Image3";
    }
    .grid-image.grid_1_2 .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_1_2 .image:nth-child(1) img {
        height: 720px;
    }
    .grid-image.grid_1_2 .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_1_2 .image:nth-child(2) img {
        height: 360px;
    }
    .grid-image.grid_1_2 .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_1_2 .image:nth-child(3) img {
        height: 360px;
    }
    .grid-image.grid_2_2 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image1 Image2 Image2" "Image3 Image3 Image4 Image4";
    }
    .grid-image.grid_2_2 .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_2_2 .image:nth-child(1) img {
        height: 360px;
    }
    .grid-image.grid_2_2 .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_2_2 .image:nth-child(2) img {
        height: 360px;
    }
    .grid-image.grid_2_2 .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_2_2 .image:nth-child(3) img {
        height: 360px;
    }
    .grid-image.grid_2_2 .image:nth-child(4) {
        grid-area: Image4;
    }
    .grid-image.grid_2_2 .image:nth-child(4) img {
        height: 360px;
    }
    .grid-image.grid_1_2_horizontal {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image1 Image2 Image3" "Image1 Image1 Image2 Image3";
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(1) img {
        height: 720px;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(2) img {
        height: 720px;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(3) img {
        height: 720px;
    }
    .grid-image.grid_2_1_horizontal {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image2 Image3 Image3" "Image1 Image2 Image3 Image3";
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(1) img {
        height: 720px;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(2) img {
        height: 720px;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(3) img {
        height: 720px;
    }
    .grid-image.grid_2_2_horizontal {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px 1px;
        grid-template-areas: "Image1 Image2 Image3 Image4" "Image1 Image2 Image3 Image4";
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(1) img {
        height: 720px;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(2) img {
        height: 720px;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(3) img {
        height: 720px;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(4) {
        grid-area: Image4;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(4) img {
        height: 720px;
    }
    .grid-image.grid_3_horizontal {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1px;
        grid-template-areas: "Image1 Image2 Image3" "Image1 Image2 Image3";
    }
    .grid-image.grid_3_horizontal .image {
        border-bottom: 1px solid #fff;
    }
    .grid-image.grid_3_horizontal .image:nth-child(1) {
        grid-area: Image1;
    }
    .grid-image.grid_3_horizontal .image:nth-child(1) img {
        height: auto;
    }
    .grid-image.grid_3_horizontal .image:nth-child(2) {
        grid-area: Image2;
    }
    .grid-image.grid_3_horizontal .image:nth-child(2) img {
        height: auto;
    }
    .grid-image.grid_3_horizontal .image:nth-child(3) {
        grid-area: Image3;
    }
    .grid-image.grid_3_horizontal .image:nth-child(3) img {
        height: auto;
    }
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
@media only screen and (min-width: 1280px) {
    .m-hero.case-study .casestudy-go-next {
        margin-top: 0;
        width: 79px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .m-hero.case-study-2 .casestudy-go-next {
        width: 79px;
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .m-case-study-single-image .container {
        max-width: 1180px;
    }
    .m-case-study-header .u-header-title__heading {
        font-size: 66px;
    }
    .m-case-study-header .u-header-title__description {
        padding-left: 100px;
        padding-right: 100px;
    }
    .m-case-study-quote__wrapper {
        padding: 30px 150px 30px 50px;
    }
    .m-case-study-quote__text {
        font-size: 30px;
    }
    .m-case-study-summary__title {
        font-size: 66px;
    }
    .u-header-title--left-bottom .u-header-title__heading,
    .u-header-title--left-bottom h1 {
        font-size: 66px;
    }
    .u-header-title--has-button .u-header-title__heading,
    .u-header-title--has-button h1 {
        padding-right: 80px;
    }
    .u-header-title--has-button .u-header-title__description {
        padding-right: 80px;
    }
}
@media (max-width: 1420px) {
    .m-pricing .wrapper.wrapper-content .pricelist-box:hover {
        margin-top: 20px;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box:hover .box .content-header .headline {
        margin-top: 20px;
        padding: 20px 20px;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box:hover .box .content-header .headline .title {
        font-size: 18px;
        font-weight: 700;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline .title {
        font-size: 18px;
        font-weight: 700;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile .title {
        font-size: 18px;
        font-weight: 700;
    }
    .m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide {
        max-width: 100%;
        width: 100%;
    }
    .m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide.slick-current {
        margin-top: 20px !important;
    }
}
@media all and (max-width: 1200px) {
    .m-header__nav .menu li {
        margin: 0 6px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .blog-post__content {
        padding: 70px 20px;
    }
    .contact__info {
        padding: 0 20px;
    }
}
@media (max-width: 1024px) {
    .m-pricing .wrapper.wrapper-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-width: auto;
    }
    .m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
    }
    .m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .btn {
        margin-top: 10px;
        padding-bottom: 0;
        margin-bottom: -25px;
    }
    .m-pricing .wrapper.wrapper-slider .slick-track .pricelist-box.slick-slide .box .btn .u-button--blue {
        background: #000;
        color: #fff;
        border: none;
    }
}
@media only screen and (max-width: 1023px) {
    .m-header {
        padding: 0 20px;
    }
    .m-header__logo {
        background-size: 100% auto;
        width: 205px;
        margin: 25px 0 0 0;
    }
    .m-header__nav {
        display: none;
    }
    .m-header__lang {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    .menu-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        visibility: hidden;
    }
    .menu-mobile.open {
        opacity: 1;
        visibility: visible;
    }
    .m-footer {
        padding: 47px 0;
    }
    .m-footer__col1, .m-footer__col2, .m-footer__col3, .m-footer__col4 {
        float:none;
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
        margin-left:0;
    }
    .m-footer__col1 img {
        width: 173px;
        height: 24px;
    }

    .m-footer .widget-title {
        text-align: center;
    }
    .m-copyright {
        padding: 35px 0;
    }
    .m-copyright .container {
        display: block;
        text-align: center;
    }
    .m-copyright__right {
        margin: 30px 0 0 0;
    }
    .m-hero.has-image {
        padding: 174px 0 186px 0;
    }
    .m-hero.has-video {
        padding: 174px 0 186px 0;
    }
    .m-hero-background.has-image {
        padding: 174px 0 186px 0;
    }
    .s-hero-background.has-image {
        padding: 174px 0 50px 0;
    }
    .m-why-choose-us {
        margin: -59px 20px 0 20px;
        padding: 53px 0 55px 0;
    }
    .m-why-choose-us__boxs .box {
        width: 100%;
        padding: 31px 0 8px 0;
    }
    .m-why-choose-us__boxs .box:not(:last-child) {
        border: none;
    }
    .m-why-choose-us__boxs .box__title {
        margin: 29px 0 19px 0;
        font-size: 17px;
    }
    .m-why-choose-us__boxs .box:first-child .icon img {
        width: 50px;
    }
    .m-our-work--no-source {
        padding: 66px 0 0 0;
    }
    .m-our-work--no-source .u-header-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2px;
    }
    .m-our-work .tabs {
        width: 100%;
        margin: 35px 0 0 0;
    }
    .m-our-work .tabs__item {
        margin: 0 18px 37px 18px;
        display: inline-block;
    }
    .m-counter-section {
        padding: 87px 0 43px 0;
    }
    .m-counter-section .u-header-title__heading {
        font-size: 32px;
        margin: 0 20px;
    }
    .m-logo-slider {
        padding: 40px 0;
    }
    .m-our-process {
        padding: 65px 0 11px 0;
    }
    .m-our-process__tab {
        margin: 62px 0 0 0;
    }
    .m-our-process__nav {
        display: none;
    }
    .m-our-process__content {
        width: 100%;
    }
    .m-our-process__accordion-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-weight: 700;
        margin: 0 0 31px 0;
        font-family: Montserrat, sans-serif;
        cursor: pointer;
    }
    .m-our-process__accordion-title span {
        font-size: 32px;
        line-height: 40px;
        opacity: 0.25;
        margin: 0 39px 0 0;
        min-width: 50px;
        font-weight: 800;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .m-our-process__accordion-title span i {
        font-style: normal;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .m-our-process__accordion-title.current span {
        opacity: 1;
    }
    .m-our-process__accordion-title.current span i {
        color: #000;
    }
    .m-our-process__item {
        padding: 33px;
        margin: 48px 0 33px 0;
    }
    .m-our-process__item .text {
        width: 100%;
    }
    .m-our-process__item .text p {
        font-size: 12px;
        line-height: 22px;
    }
    .m-our-process__item .text p.large {
        font-size: 14px;
        line-height: 24px;
    }
    .m-our-process__item .image {
        width: auto;
        position: static;
        margin: 32px -33px -33px -33px;
    }
    .m-our-process__item .image img {
        position: static;
        display: block;
    }
    .m-testimonials {
        padding: 65px 0 48px 0;
    }
    .m-testimonials .u-header-title__description {
        font-size: 15px;
    }
    .m-testimonials .slick-slider {
        padding: 13px 0 79px 0;
    }
    .m-testimonials .slick-slider .slick-next,
    .m-testimonials .slick-slider .slick-prev {
        left: 50%;
        right: auto;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
    }
    .m-testimonials .slick-slider .slick-prev {
        margin: 0 0 0 -59px;
    }
    .m-testimonials .slick-slider .slick-next {
        margin: 0 0 0 8px;
    }
    .m-testimonials .slick-slide {
        height: 100%;
    }
    .m-testimonials__item {
        padding: 0 15px;
        border: 1px solid #e5e5e9;
        text-align: center;
    }
    .m-testimonials__item h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 40px 0 17px 0;
        padding: 0 0 19px 0;
        position: relative;
    }
    .m-testimonials__item h3::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .m-testimonials__item p {
        max-width: 100%;
        padding: 0 0;
    }
    .m-testimonials__item .author {
        margin: 0 0 20px 0;
    }
    .m-testimonials__item img {
        display: inline-block;
        margin-bottom: 7px;
    }
    .m-latest-realisations .wrapper {
        height: 100%;
    }
    .m-latest-realisations .wrapper #instafeed a:nth-child(2),
    .m-latest-realisations .wrapper #instafeed a:nth-child(5) {
        margin-left: 0;
    }
    .m-latest-realisations .wrapper #instafeed a:nth-child(n + 5) {
        display: none;
    }
    .m-latest-realisations .wrapper #instafeed a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        height: auto;
    }
    .m-latest-realisations .wrapper .title {
        position: relative;
        width: 100%;
        left: 0;
        height: 100%;
    }
    .m-latest-realisations .wrapper .title h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 26px 0 26px 0;
        padding: 0 50px;
    }
    .m-latest-realisations .wrapper .title .instagram {
        background-size: 32px 32px;
        font-size: 18px;
    }
    .m-pricing {
        padding: 65px 0 48px 0;
    }
    .m-pricing .u-header-title__description {
        font-size: 15px;
    }
    .m-cta {
        padding: 88px 0 92px 0;
    }
    .m-services .u-header-title__description {
        font-size: 15px;
    }
    .m-services .wrapper .box.content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .m-services .wrapper .box.content p {
        font-size: 15px;
        line-height: 22px;
    }
    .m-text-with-features {
        padding: 65px 0 0 0;
    }
    .m-text-with-features .u-header-title__description {
        font-size: 15px;
    }
    .m-text-with-features .wrapper .box.content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .m-text-with-image .u-header-title__description {
        font-size: 15px;
    }
    .m-text-with-image .wrapper .box.content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .m-text-with-gallery .u-header-title__description {
        font-size: 15px;
    }
    .m-case-study-header {
        padding: 25px 0 25px 0;
    }
    .m-case-study-header .u-header-title__heading {
        line-height: 1;
        padding-bottom: 0;
    }
    .m-case-study-summary .container {
        padding: 0 45px;
    }
    .u-header-title h1,
    .u-header-title__heading {
        font-size: 32px;
        line-height: 40px;
    }
    .u-header-title h1 {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 26px;
        margin-bottom: 23px;
    }
    .u-header-title__description {
        font-size: 15px;
        line-height: 22px;
        margin: 25px 0 23px 0;
    }
}
@media only screen and (max-width: 1022px) {
    body {
        font-size: 14px;
    }
    .single-casestudy .text-section {
        padding-left: 45px;
        padding-right: 45px;
    }
    .post-type-archive-casestudy .blog-post__content {
        padding-left: 0;
        padding-right: 0;
    }
    .type-casestudy .blog-post__img-link img {
        min-height: 440px;
        width: auto;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9);
    }
    .m-hero.case-study {
        padding: 300px 0 150px 0;
        background-position: 33% 33%;
    }
    .m-hero.case-study-2 {
        padding: 300px 45px 80px 45px;
        background-position: left;
    }
    .m-our-work.showall .m-our-work__images .grid-image.visible-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .grid-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .grid-image img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: normal;
        align-self: normal;
    }
    .grid-image.grid_1_1 .image:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .grid-image.grid_1_1 .image:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid-image.grid_2_1 .image:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .grid-image.grid_2_1 .image:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid-image.grid_2_1 .image:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid-image.grid_1_2 .image:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .grid-image.grid_1_2 .image:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid-image.grid_1_2 .image:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid-image.grid_2_2 .image:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .grid-image.grid_2_2 .image:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .grid-image.grid_2_2 .image:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .grid-image.grid_2_2 .image:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(2) {
        width: 50%;
    }
    .grid-image.grid_1_2_horizontal .image:nth-child(3) {
        width: 50%;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(1) {
        width: 50%;
    }
    .grid-image.grid_2_1_horizontal .image:nth-child(2) {
        width: 50%;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(1) {
        width: 50%;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(2) {
        width: 50%;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(3) {
        width: 50%;
    }
    .grid-image.grid_2_2_horizontal .image:nth-child(4) {
        width: 50%;
    }
    .grid-image.grid_3_horizontal .image:nth-child(1) {
        width: 100%;
    }
    .grid-image.grid_3_horizontal .image:nth-child(2) {
        width: 100%;
    }
    .grid-image.grid_3_horizontal .image:nth-child(3) {
        width: 100%;
    }
    .m-counter-section__boxs {
        margin: 34px 0 0 0;
    }
    .m-counter-section__boxs .box {
        width: 100%;
        margin-bottom: 45px;
    }
    .m-counter-section__boxs .box .number {
        font-size: 36px;
    }
    .m-counter-section__boxs .box__title {
        font-size: 18px;
    }
    .m-text-with-features.large .box.features {
        margin-top: 0;
    }
    .m-text-with-features .container {
        padding: 0;
    }
    .m-text-with-features .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .m-text-with-features .wrapper.right .box.content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .m-text-with-features .wrapper.left .box.content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .m-text-with-features .wrapper .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .m-text-with-features .wrapper .box.content {
        padding: 40px 20px;
        padding-right: 20px;
    }
    .m-text-with-features .wrapper .box.features {
        -ms-flex-item-align: auto;
        align-self: auto;
        padding: 40px 20px;
        max-width: none;
    }
    .m-text-with-features .wrapper .box.features .features-title h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .m-text-with-image .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .m-text-with-image .wrapper.right .box.content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 0;
    }
    .m-text-with-image .wrapper.left .box.content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
    }
    .m-text-with-image .wrapper .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .m-text-with-image .wrapper .box.content {
        padding: 40px 0;
    }
    .m-text-with-image--case-study .wrapper .box.content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .m-text-with-image--case-study .wrapper .box.bg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: -20px;
        margin-right: -20px;
    }
    .m-text-with-gallery .container {
        padding: 65px 20px;
    }
    .m-text-with-gallery .gallery .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .m-case-study-single-image .container {
        padding-left: 0;
        padding-right: 0;
    }
    .m-case-study-single-image .box.has-content::after {
        opacity: 0.35;
    }
    .m-case-study-single-image .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }
    .m-case-study-single-image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .m-case-study-single-image img.has-content {
        width: auto;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .m-case-study-single-image .content {
        padding: 50px 50px;
    }
    .m-case-study-header .container {
        padding-left: 45px;
        padding-right: 45px;
    }
    .m-case-study-gallery__images > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .m-case-study-gallery__images > div:nth-child(1) {
        padding-left: 0;
        padding-right: 45px;
    }
    .m-case-study-gallery__images > div:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
    .m-case-study-gallery__images > div:nth-child(3) {
        padding-left: 45px;
        padding-right: 0;
    }
    .m-case-study-quote__wrapper {
        margin-left: 0;
        padding-right: 45px;
    }
    .u-header-title--casestudy-2 .u-header-title__description {
        padding-top: 24px;
    }
}
@media only screen and (max-width: 991.98px) {
    .single-post__header__title .entry-title {
        font-size: 36px;
    }
    .single-post .site-main .text_with_image--right .text_with_image__content {
        padding-right: 0;
    }
    .single-post .site-main .text_with_image--left .text_with_image__content {
        padding-left: 0;
    }
    .single-post .site-main .text_with_image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-post .site-main .text_with_image__content,
    .single-post .site-main .text_with_image__image {
        width: 100%;
    }
    .single-post .site-main .text_with_image__image {
        text-align: center;
    }
    .contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact__info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    form.wpcf7-form {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767.98px) {
    .single-post__hero {
        min-height: 492px;
        padding: 110px 0 130px 0;
    }
    .single-post__hero:after {
        background-color: rgba(0, 0, 0, 0.55);
    }
    .single-post__hero--casestudy:after {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .single-post__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .single-post__header__meta {
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .single-post__header__meta__date__month {
        padding-right: 16px;
    }
    .single-post__header__meta__date__month:before {
        left: unset;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
    }
    .single-post__header__meta__date__day,
    .single-post__header__meta__date__month {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        display: inline;
        padding-bottom: 0;
    }
    .single-post__header__meta__category {
        margin-top: 0;
        padding-left: 16px;
    }
    .single-post__header__title {
        margin-left: 0;
        margin-top: 15px;
    }
    .single-post__header__title .entry-title {
        text-align: center;
    }
    .single-post .site-main .single-post__cta__h {
        font-size: 35px;
        line-height: 40px;
    }
    .post {
        padding: 0 100px;
    }
    .blog-post__h {
        margin-top: 0;
        line-height: 32px;
    }
    .blog-post__meta {
        position: static;
        margin: 20px 0;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .blog-post__meta__date__month {
        padding-right: 16px;
    }
    .blog-post__meta__date__month:before {
        left: unset;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
    }
    .blog-post__meta__date__day,
    .blog-post__meta__date__month {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        display: inline;
        padding-bottom: 0;
    }
    .blog-post__meta__category {
        margin-top: 0;
        padding-left: 16px;
    }
    .type-casestudy {
        padding: 0;
    }
    .type-casestudy .blog-post__h {
        font-size: 30px;
    }
    #blog-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .contact {
        padding: 65px 0;
    }
    .contact__info {
        display: block;
    }
    .contact__info__item {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        padding: 0;
    }
    .contact__info__item__desc {
        margin-top: 0;
        margin-left: 27px;
    }
    .rangeslider .ocrscf_flat-slider.ui-slider {
        max-width: auto;
    }
}
@media (max-width: 760px) {
    .m-pricing .wrapper.wrapper-content {
        margin: 0;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box {
        margin: 10px 0;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box:hover {
        margin-top: 10px;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box:hover .box {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline {
        display: none;
        margin-top: 0;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile {
        display: block;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile.is-active .title:after {
        content: "-";
        position: absolute;
        top: 50%;
        right: -24px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-align: center;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-header .headline-mobile .title span {
        margin: 0 3px;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-main {
        display: none;
    }
    .m-pricing .wrapper.wrapper-content .pricelist-box .box .content-footer {
        display: none;
    }
    .m-services .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .m-services .wrapper.left .box.bg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .m-services .wrapper.right .box.bg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .m-services .wrapper .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .m-services .wrapper .box.bg img,
    .m-services .wrapper .box.bg video {
        height: auto;
    }
    .m-text-with-image .wrapper .box.bg img {
        height: auto;
    }
    .rangeslider div.ocrscf_circles-slider,
    .rangeslider div.ocrscf_double-label-slider,
    .rangeslider div.ocrscf_flat-slider,
    .rangeslider div.ocrscf_rainbow-slider,
    .rangeslider div.ocrscf_scale-slider,
    .rangeslider div.ocrscf_slider-display {
        margin: 50px 40px 110px 20px !important;
    }
    .rangeslider .ui-slider-label {
        font-size: 12px;
        min-width: 0;
        line-height: 14px;
    }
    .rangeslider .ui-slider-pip-0 .ui-slider-label {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0;
        left: 10px;
    }
    .rangeslider .ui-slider-pip-1 .ui-slider-label {
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .rangeslider .ui-slider-pip-2 .ui-slider-label {
        margin-left: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 575.98px) {
    .single-post__content {
        padding: 30px 0 30px;
        font-size: 14px;
    }
    .single-post__content h1,
    .single-post__content h2,
    .single-post__content h3,
    .single-post__content h4,
    .single-post__content h5,
    .single-post__content h6 {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0 20px;
    }
    .single-post__excerpt {
        margin-bottom: 39px;
    }
    .single-post__excerpt p {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 18px;
        line-height: 1.5;
    }
    .single-post .site-main .text_with_image {
        margin: 65px 0;
    }
    .single-post .site-main .single-post__cta {
        padding: 90px 20px;
        margin: 65px 0;
    }
    .single-post .site-main .single-post__cta__container {
        max-width: 100%;
    }
    .single-post .site-main .single-post__cta__h {
        font-size: 32px;
    }
    .block_image_slider__wrapper {
        margin: 65px 0;
    }
    .block_image_slider .slick-track li a {
        width: 289px;
        height: 288px;
    }
    .post {
        padding: 0;
    }
    .blog-post__h {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    .type-casestudy {
        padding: 0;
    }
    .contact__info {
        padding: 0;
    }
    .contact__form__additional .number-of-products label {
        margin-right: 0;
        max-width: 120px;
    }
    .contact__form__additional .number-of-products .wpcf7-list-item-label {
        width: 110px;
    }
    .contact__form__additional .kind-of-service label {
        margin-right: 0;
    }
    .contact__form__additional .kind-of-service .wpcf7-list-item {
        width: 130px;
        margin-left: 0;
    }
    .contact__form__additional .kind-of-service .wpcf7-list-item-label {
        margin-left: 15px;
    }
    .l-default-page h1,
    .l-default-page h2,
    .l-default-page h3,
    .l-default-page h4,
    .l-default-page h5,
    .l-default-page h6 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 575.98px) and (max-width: 575.98px) {
    .single-post__excerpt p {
        font-size: 15px;
        font-family: Montserrat, sans-serif;
    }
	
	.u-header-title h1{
		font-size: 15px;
		line-height:20px;
	}
	
	.m-hero.has-video{
		padding-bottom:30px;
		align-items: flex-end;
	}
	
	.services-section h2, .photoservices-section h2, .trustedlogo-section h2, .services-section h2, .lookbook-section h2, .portfolio-section h2, .testimonials-section h2, .photoservices-section h2, .contact-section h2, .services-section h2{
		font-size:20px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 400px) {
    .contact__form__additional .budget input {
        max-width: 100%;
    }
    .contact__form__additional .number-input-wrapper {
        max-width: calc(100% - 48px);
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .m-header__nav {
        left: 20%;
        width: 80%;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
    .m-header__nav {
        left: 20%;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body.home .shot-btn a{
    border: 2px solid #fff !important;
    color: #fff !important;
}

.m-header{
    background: #fff;
}

body.home .m-header{
    background: transparent
}

.wp-block-button__link{
    background: #000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #000;
    -webkit-transition: .5s;
    transition: .5s;
}

body.home .m-header.is-sticky{
    background: #000;
}

.btn, .m-cta.standard.bg-blue .u-button--black{
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    border: 2px solid transparent;
}

.btn.black:hover, .photoservices-section .btn:hover, body.page-template-sections-page-php .m-text-with-image .btn:hover, .wp-block-button__link:hover{
    background: none !important;
    color: #000;
}

.btn.white:hover, .m-cta.standard.bg-blue .u-button--black:hover, body.page-template-sections-page-php .m-text-with-image.blackbg .left .btn:hover{
    background: #000;
    color: #fff;
    border: 2px solid #ffff;
}

.u-header-title h1::after, .u-header-title__heading::after{
    display: none;
}

body.logged-in.page-privacy-policy{
    background: #fff;
}

.single-casestudy .text-section p > span, .trustedlogo-section .btn:hover{
    color: #000 !important;
}

.m-hero.standard .u-header-title.text-white{
    color: #000;
}

.contact__info__item img{
    width: 60px;
}