/* body {
    background-color: #fff;
}
body::-webkit-scrollbar-track
{
    background-color: #C5B33F;
    background-color: #2B1A67;
    background-color: #FFF;
} */

body::-webkit-scrollbar
{
    width: 0;
}
section:not(.preview-section){
    overflow: hidden;
}
section.preview-section > div > div:nth-child(2){
    overflow: hidden;
}
/* body::-webkit-scrollbar-thumb
{
    background-color: #C5B33F;
    background-color: #2B1A67;
} */

#preloader{
    display: none;
    -webkit-animation-name: preloader;
            animation-name: preloader;
    -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 102;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
body.visibled-preloader #preloader{
    display: block;
}

#preloader::before,
#preloader::after{
    content: '';
    position: absolute;
    height: 30vh;
    width: 124vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-8%) translateY(50%);
        -ms-transform: translateX(-8%) translateY(50%);
            transform: translateX(-8%) translateY(50%);
    background-image: url('./../images/cloud-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 5;
    -webkit-animation-name: preloader-cloud-left;
            animation-name: preloader-cloud-left;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}

@media(max-width: 375px){
    #preloader::before,
    #preloader::after{
        top: auto;
        bottom: 45%;
    }
}
#preloader::after{
    left: auto;
    right: 0;
    top: auto;
    -webkit-animation-name: preloader-cloud-right;
            animation-name: preloader-cloud-right;
    -webkit-transform: translateX(20%)  translateY(-20%);
        -ms-transform: translateX(20%)  translateY(-20%);
            transform: translateX(20%)  translateY(-20%);
    bottom: 0;
    height: 60vh;
    width: 248vh;
    background-image: url('./../images/cloud-right.png');
    z-index: 5;
}


#preloader > div:first-of-type{
    -webkit-animation-name: preloader-content;
            animation-name: preloader-content;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preloader-image{
    height: auto;
    width: 781px;
    width: calc(500px + (781 - 500) * ((100vw - 375px) / (1440 - 375)));
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%) translateX(calc(375px + (153.6 - 375) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateY(-50%) translateX(calc(375px + (153.6 - 375) * ((100vw - 375px) / (1440 - 375))));
            transform: translateY(-50%) translateX(calc(375px + (153.6 - 375) * ((100vw - 375px) / (1440 - 375))));
    z-index: 4;
    opacity: 0;
    -webkit-animation-name: preloader-image;
            animation-name: preloader-image;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}

@media(min-width: 1440px){
    .preloader-image{
        width: 781px;
    }
}
@media(max-width: 375px){
    .preloader-image{
        width: 500px;
    }
}

.preloader-text{
    position: absolute;
    bottom: 29vh;
    text-align: center;
    width: 100%;
    z-index: 7;
}


.preloader-text > span {
    -webkit-animation-name: preloader-text-span;
            animation-name: preloader-text-span;
    -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s;
    -webkit-animation-timing-function: cubic-bezier(.20, 0.63, .98, 0);
            animation-timing-function: cubic-bezier(.20, 0.63, .98, 0);
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    display: inline-block;
    opacity: 0;
}

.preloader-text > span:nth-child(1){
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.preloader-text > span:nth-child(2){
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}
.preloader-text > span:nth-child(3){
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.preloader-text > span:nth-child(4){
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
.preloader-text > span:nth-child(5){
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
.preloader-text > span:nth-child(6){
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
.preloader-text > span:nth-child(7){
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
.preloader-text > span:nth-child(8){
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.preloader-text > span:nth-child(9){
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
}

.preloader-text > span:nth-child(10){
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

main, header, footer{
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
header{
    position: relative;
    z-index: 101;
}
body.visibled-content main,
body.visibled-content header,
body.visibled-menu header,
body.visibled-content footer{
    opacity: 1;
}

.logo {
    position: relative;
    height: calc(60px + (100 - 55) * ((100vw - 375px) / (1440 - 375)));
    width: calc(60px + (100 - 55) * ((100vw - 375px) / (1440 - 375)));
    overflow: hidden;
}

.logo img{
    will-change: transform;
    height: calc(60px + (100 - 55) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.logo img.logo-blue{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.logo img.logo-white{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

@media(min-width: 1440px){
    .logo img,
    .logo {
        height: 100px;
    }
    .logo {
        width: 100px;
    }
}
@media(max-width: 375px){
    .logo img,
    .logo {
        height: 60px;
    }
    .logo {
        width: 60px;
    }
}

body.content-animated .logo img.logo-blue{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
body.visibled-menu .logo img.logo-white{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu-hamburger{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: 'SourceSansPro';
    font-weight: 600;
    font-size: 14px;
    color: #2B1A67;
    text-transform: uppercase;
    margin-top: calc(9px + (0 - 9) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .menu-hamburger{
        margin-top: 0px;
    }
}
@media(max-width: 375px){
    .menu-hamburger{
        margin-top: 9px;
    }
}
.menu-hamburger svg{
    margin-left: 10px;
}
.page-content .t-p > *,
.page-content .special-link{
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    opacity: 0;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease-out;
    transition: opacity .6s ease, -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out, opacity .6s ease;
    transition: transform .6s ease-out, opacity .6s ease;
    transition: transform .6s ease-out, opacity .6s ease, -webkit-transform .6s ease-out;
}

.page-content .t-p{
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
}
.page-content .special-link{
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}

body.content-animated .page-content .t-p > *,
body.content-animated .page-content .special-link{
    -webkit-transform: translateY(0) ;
        -ms-transform: translateY(0) ;
            transform: translateY(0) ;
    opacity: 1;
}

.square-bg{
    top: calc(20px + (-10 - 20) * ((100vw - 375px) / (1440 - 375)));
    right: 100%;
    -webkit-transition: right .6s ease .2s;
    -o-transition: right .6s ease .2s;
    transition: right .6s ease .2s;
}

.square-bg::before{
    content: '';
    position: absolute;
    left: 23px;
    top: -50px;
    width: 1px;
    background: #B49C06;

    -webkit-transition: all ease-out .6s .6s, opacity ease-out 1.2s .9s;

    -o-transition: all ease-out .6s .6s, opacity ease-out 1.2s .9s;

    transition: all ease-out .6s .6s, opacity ease-out 1.2s .9s;
    -webkit-transform: rotate(30deg) translateX(30px) translateY(116px);
        -ms-transform: rotate(30deg) translateX(30px) translateY(116px);
            transform: rotate(30deg) translateX(30px) translateY(116px);
    height: 0;
    opacity: 0;
}

body.content-animated .square-bg::before{
    -webkit-transform: rotate(30deg) translateX(0) translateY(0);
        -ms-transform: rotate(30deg) translateX(0) translateY(0);
            transform: rotate(30deg) translateX(0) translateY(0);
    height: 133px;
    opacity: 1;
}
@media(min-width: 1440px){
    .square-bg{
        top: -10px;
    }
}
@media(max-width: 375px){
    .square-bg{
        top: 20px;
    }
}

.square-bg, 
.preview-section > div:first-of-type{
    height: calc(400px + (550 - 400) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .square-bg, .preview-section > div:first-of-type{
        height: 550px;
    }
}
@media(max-width: 375px){
    .square-bg, .preview-section > div:first-of-type{
        height: 400px;
    }
}


body.content-animated .square-bg{
    right: calc(0px + (223 - 0) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    body.content-animated .square-bg{
        right: 223px;
    }
}
@media(max-width: 375px){
    body.content-animated .square-bg{
        right: 0px;
    }
}
.front-image{
    position: relative;
    z-index: 3;
    -webkit-transform: translateX(40vw) translateY(20vh);
        -ms-transform: translateX(40vw) translateY(20vh);
            transform: translateX(40vw) translateY(20vh);
    -webkit-transition: opacity 2s ease .2s, -webkit-transform 2.8s ease .2s;
    transition: opacity 2s ease .2s, -webkit-transform 2.8s ease .2s;
    -o-transition: transform 2.8s ease .2s, opacity 2s ease .2s;
    transition: transform 2.8s ease .2s, opacity 2s ease .2s;
    transition: transform 2.8s ease .2s, opacity 2s ease .2s, -webkit-transform 2.8s ease .2s;
    width: calc(540px + (1440 - 540) * ((100vw - 375px) / (1440 - 375)));
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

body.content-animated .front-image{
    -webkit-transform: translateX(calc(-205px + (0 - -205) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(-19px + (-99.62 - -19) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateX(calc(-205px + (0 - -205) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(-19px + (-99.62 - -19) * ((100vw - 375px) / (1440 - 375))));
            transform: translateX(calc(-205px + (0 - -205) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(-19px + (-99.62 - -19) * ((100vw - 375px) / (1440 - 375))));
    opacity: 1;
}

@media(min-width: 1440px){
    body.content-animated .front-image{
        -webkit-transform: translateX(0px) translateY(-99.62px);
            -ms-transform: translateX(0px) translateY(-99.62px);
                transform: translateX(0px) translateY(-99.62px);
    }
    .front-image{
        width: 1440px;
    }
}
@media(max-width: 375px){
    body.content-animated .front-image{
        -webkit-transform: translateX(-205px) translateY(-19px);
            -ms-transform: translateX(-205px) translateY(-19px);
                transform: translateX(-205px) translateY(-19px);
    }
    .front-image{
        width: 540px;
    }
}

.page-title span{
    position: relative;
    z-index: 5;
    letter-spacing: -1.4px;
    display: inline-block;
    -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
            transform: translateY(70%);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .6s ease-out;
    transition: opacity .3s ease, -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out, opacity .3s ease;
    transition: transform .6s ease-out, opacity .3s ease;
    transition: transform .6s ease-out, opacity .3s ease, -webkit-transform .6s ease-out;
}

.page-title > span:nth-child(1){
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.page-title > span:nth-child(2){
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}
.page-title > span:nth-child(3){
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}
.page-title > span:nth-child(4){
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}
.page-title > span:nth-child(5){
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
}
.page-title > span:nth-child(6){
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s;
}
.page-title > span:nth-child(7){
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s;
}

body.content-animated .page-title span{
    -webkit-transform: translateY(0) ;
        -ms-transform: translateY(0) ;
            transform: translateY(0) ;
    opacity: 1;
}

.icelease-burger {
    margin-left: 10px;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    letter-spacing: 1.1px;
    display: inline-block;
    float: left;
    position: relative;
    width: 80px;
    height: 28.66666667px;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.icelease-burger span,
.icelease-burger span:before,
.icelease-burger span:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background-color: #2B1A67;
    height: 2px;
}
.icelease-burger span {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 8px;
    width: 20px;
}
.icelease-burger span:before,
.icelease-burger span:after {
    content: "";
    position: absolute;
    right: 0;
}
.icelease-burger span:before {
    top: -8px;
    width: 30px;
}
.icelease-burger span:after {
    top: 8px;
    width: 26px;
}
.icelease-burger.active span {
    background-color: transparent;
}
.icelease-burger.active span:before,
.icelease-burger.active span:after {
    top: 0;
}
.icelease-burger.active span:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.icelease-burger.active span:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    width: 30px;
}
.icelease-main-menu{
    opacity: 0;
    z-index: -100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #2B1967;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.icelease-main-menu > div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    z-index: 1;
}

body.visibled-menu .icelease-main-menu{
    opacity: 1;
    z-index: 100;
}
body.visibled-menu .burger-title{
    color:#fff;
}
body.visibled-menu .icelease-burger:not(.active) span, 
body.visibled-menu .icelease-burger span:before, 
body.visibled-menu .icelease-burger span:after{
    background-color: #fff;
}
.icelease-main-menu > div a{
    color: #FFFFFF;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block;
    width: 100%;
}



.icelease-main-menu > div ul{
    margin-left: calc(55px + (388.8 - 55) * ((100vw - 375px) / (1440 - 375)));
    padding-bottom: calc(60px + (114.54 - 60) * ((100vh - 751px) / (996 - 751)));
}
@media(min-width: 1440px){
    .icelease-main-menu > div ul{
        margin-left: 388.8px;
    }
}
@media(max-width: 375px){
    .icelease-main-menu > div ul{
        margin-left: 55px;
    }
}
@media(min-height: 996px){
    .icelease-main-menu > div ul{
        padding-bottom: 114.54px;
    }
}
@media(max-height: 751px){
    .icelease-main-menu > div ul{
        padding-bottom: 60px;
    }
}

.icelease-main-menu ul {
    position: relative;
}
.icelease-main-menu ul .marker {
    position: absolute;
    height: 2px;
    background-color: #C5B33F;
    top: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    width: calc(30px + (105 - 30) * ((100vw - 375px) / (1440 - 375)));
    left: calc(-40px + (-123 - -40) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;
}
.icelease-main-menu ul li:nth-child(1).current-menu-item ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 1) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 1) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 1) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
}
.icelease-main-menu ul li:nth-child(1):hover ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 1) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 1) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 1) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
}
.icelease-main-menu ul li:nth-child(2).current-menu-item ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 2) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 2) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 2) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
}
.icelease-main-menu ul li:nth-child(2):hover ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 2) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 2) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 2) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
}
.icelease-main-menu ul li:nth-child(3).current-menu-item ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 3) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 3) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 3) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
}
.icelease-main-menu ul li:nth-child(3):hover ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 3) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 3) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 3) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
}
.icelease-main-menu ul li:nth-child(4).current-menu-item ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 4) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 4) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 4) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
}
.icelease-main-menu ul li:nth-child(4):hover ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 4) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 4) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 4) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
}
.icelease-main-menu ul li:nth-child(5).current-menu-item ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 5) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 5) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 5) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
}
.icelease-main-menu ul li:nth-child(5):hover ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 5) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 5) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 5) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
}
.icelease-main-menu ul li:nth-child(6).current-menu-item ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 6) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 6) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 6) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375)))));
}
.icelease-main-menu ul li:nth-child(6):hover ~ .marker {
    -webkit-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 6) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
        -ms-transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 6) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
            transform: translateY(calc((calc(58px + (90 - 58) * ((100vw - 375px) / (1440 - 375))) * 6) - calc(44px + (65 - 44) * ((100vw - 375px) / (1440 - 375))))) !important;
}
@media(min-width: 1440px){
    .icelease-main-menu ul .marker {
        width: 105px;
        left: -123px;
    }
    .icelease-main-menu ul li:nth-child(1).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((90px * 1) - 65px));
            -ms-transform: translateY(calc((90px * 1) - 65px));
                transform: translateY(calc((90px * 1) - 65px));
    }
    .icelease-main-menu ul li:nth-child(1):hover ~ .marker {
        -webkit-transform: translateY(calc((90px * 1) - 65px)) !important;
            -ms-transform: translateY(calc((90px * 1) - 65px)) !important;
                transform: translateY(calc((90px * 1) - 65px)) !important;
    }
    .icelease-main-menu ul li:nth-child(2).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((90px * 2) - 65px));
            -ms-transform: translateY(calc((90px * 2) - 65px));
                transform: translateY(calc((90px * 2) - 65px));
    }
    .icelease-main-menu ul li:nth-child(2):hover ~ .marker {
        -webkit-transform: translateY(calc((90px * 2) - 65px)) !important;
            -ms-transform: translateY(calc((90px * 2) - 65px)) !important;
                transform: translateY(calc((90px * 2) - 65px)) !important;
    }
    .icelease-main-menu ul li:nth-child(3).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((90px * 3) - 65px));
            -ms-transform: translateY(calc((90px * 3) - 65px));
                transform: translateY(calc((90px * 3) - 65px));
    }
    .icelease-main-menu ul li:nth-child(3):hover ~ .marker {
        -webkit-transform: translateY(calc((90px * 3) - 65px)) !important;
            -ms-transform: translateY(calc((90px * 3) - 65px)) !important;
                transform: translateY(calc((90px * 3) - 65px)) !important;
    }
    .icelease-main-menu ul li:nth-child(4).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((90px * 4) - 65px));
            -ms-transform: translateY(calc((90px * 4) - 65px));
                transform: translateY(calc((90px * 4) - 65px));
    }
    .icelease-main-menu ul li:nth-child(4):hover ~ .marker {
        -webkit-transform: translateY(calc((90px * 4) - 65px)) !important;
            -ms-transform: translateY(calc((90px * 4) - 65px)) !important;
                transform: translateY(calc((90px * 4) - 65px)) !important;
    }
    .icelease-main-menu ul li:nth-child(5).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((90px * 5) - 65px));
            -ms-transform: translateY(calc((90px * 5) - 65px));
                transform: translateY(calc((90px * 5) - 65px));
    }
    .icelease-main-menu ul li:nth-child(5):hover ~ .marker {
        -webkit-transform: translateY(calc((90px * 5) - 65px)) !important;
            -ms-transform: translateY(calc((90px * 5) - 65px)) !important;
                transform: translateY(calc((90px * 5) - 65px)) !important;
    }
    .icelease-main-menu ul li:nth-child(6).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((90px * 6) - 65px));
            -ms-transform: translateY(calc((90px * 6) - 65px));
                transform: translateY(calc((90px * 6) - 65px));
    }
    .icelease-main-menu ul li:nth-child(6):hover ~ .marker {
        -webkit-transform: translateY(calc((90px * 6) - 65px)) !important;
            -ms-transform: translateY(calc((90px * 6) - 65px)) !important;
                transform: translateY(calc((90px * 6) - 65px)) !important;
    }
}
@media(max-width: 375px){
    .icelease-main-menu ul .marker {
        width: 30px;
        left: -40px;
    }
    .icelease-main-menu ul li:nth-child(1).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((58px * 1) - 44px));
            -ms-transform: translateY(calc((58px * 1) - 44px));
                transform: translateY(calc((58px * 1) - 44px));
    }
    .icelease-main-menu ul li:nth-child(1):hover ~ .marker {
        -webkit-transform: translateY(calc((58px * 1) - 44px)) !important;
            -ms-transform: translateY(calc((58px * 1) - 44px)) !important;
                transform: translateY(calc((58px * 1) - 44px)) !important;
    }
    .icelease-main-menu ul li:nth-child(2).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((58px * 2) - 44px));
            -ms-transform: translateY(calc((58px * 2) - 44px));
                transform: translateY(calc((58px * 2) - 44px));
    }
    .icelease-main-menu ul li:nth-child(2):hover ~ .marker {
        -webkit-transform: translateY(calc((58px * 2) - 44px)) !important;
            -ms-transform: translateY(calc((58px * 2) - 44px)) !important;
                transform: translateY(calc((58px * 2) - 44px)) !important;
    }
    .icelease-main-menu ul li:nth-child(3).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((58px * 3) - 44px));
            -ms-transform: translateY(calc((58px * 3) - 44px));
                transform: translateY(calc((58px * 3) - 44px));
    }
    .icelease-main-menu ul li:nth-child(3):hover ~ .marker {
        -webkit-transform: translateY(calc((58px * 3) - 44px)) !important;
            -ms-transform: translateY(calc((58px * 3) - 44px)) !important;
                transform: translateY(calc((58px * 3) - 44px)) !important;
    }
    .icelease-main-menu ul li:nth-child(4).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((58px * 4) - 44px));
            -ms-transform: translateY(calc((58px * 4) - 44px));
                transform: translateY(calc((58px * 4) - 44px));
    }
    .icelease-main-menu ul li:nth-child(4):hover ~ .marker {
        -webkit-transform: translateY(calc((58px * 4) - 44px)) !important;
            -ms-transform: translateY(calc((58px * 4) - 44px)) !important;
                transform: translateY(calc((58px * 4) - 44px)) !important;
    }
    .icelease-main-menu ul li:nth-child(5).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((58px * 5) - 44px));
            -ms-transform: translateY(calc((58px * 5) - 44px));
                transform: translateY(calc((58px * 5) - 44px));
    }
    .icelease-main-menu ul li:nth-child(5):hover ~ .marker {
        -webkit-transform: translateY(calc((58px * 5) - 44px)) !important;
            -ms-transform: translateY(calc((58px * 5) - 44px)) !important;
                transform: translateY(calc((58px * 5) - 44px)) !important;
    }
    .icelease-main-menu ul li:nth-child(6).current-menu-item ~ .marker {
        -webkit-transform: translateY(calc((58px * 6) - 44px));
            -ms-transform: translateY(calc((58px * 6) - 44px));
                transform: translateY(calc((58px * 6) - 44px));
    }
    .icelease-main-menu ul li:nth-child(6):hover ~ .marker {
        -webkit-transform: translateY(calc((58px * 6) - 44px)) !important;
            -ms-transform: translateY(calc((58px * 6) - 44px)) !important;
                transform: translateY(calc((58px * 6) - 44px)) !important;
    }
}
.icelease-main-menu > div li {
    padding-bottom: 8px;
}
.icelease-main-menu > div li:hover a,
.icelease-main-menu > div li.current-menu-item a {
    color: #C5B33F;
}
.menu-image{
    mix-blend-mode: multiply;
    -webkit-transform: translateY(70%) translateX(50%);
        -ms-transform: translateY(70%) translateX(50%);
            transform: translateY(70%) translateX(50%);
    right: 0;
    width:  calc(820px + (1440 - 820) * ((100vw - 375px) / (1440 - 375)));
    opacity: 0;
    position: absolute;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
body.visibled-menu .menu-image{
    opacity: 1;    
    -webkit-transform: translateY(calc(119.07px + (0 - 119.07) * ((100vw - 375px) / (1440 - 375)))) translateX(calc(164px + (0 - 164) * ((100vw - 375px) / (1440 - 375))));    
        -ms-transform: translateY(calc(119.07px + (0 - 119.07) * ((100vw - 375px) / (1440 - 375)))) translateX(calc(164px + (0 - 164) * ((100vw - 375px) / (1440 - 375))));    
            transform: translateY(calc(119.07px + (0 - 119.07) * ((100vw - 375px) / (1440 - 375)))) translateX(calc(164px + (0 - 164) * ((100vw - 375px) / (1440 - 375))));
    -webkit-transition: opacity 2.8s ease, -webkit-transform 2.8s ease-out;
    transition: opacity 2.8s ease, -webkit-transform 2.8s ease-out;
    -o-transition: transform 2.8s ease-out, opacity 2.8s ease;
    transition: transform 2.8s ease-out, opacity 2.8s ease;
    transition: transform 2.8s ease-out, opacity 2.8s ease, -webkit-transform 2.8s ease-out;
}

@media(min-width: 1440px){
    .menu-image{
        width:  100%;
    }
    body.visibled-menu .menu-image{
        -webkit-transform: translateY(0) translateX(0);
            -ms-transform: translateY(0) translateX(0);
                transform: translateY(0) translateX(0);
    }
}
@media(max-width: 375px){
    .menu-image{
        width:  820px;
    }
    body.visibled-menu .menu-image{
        -webkit-transform: translateY(119.07px) translateX(164px);
            -ms-transform: translateY(119.07px) translateX(164px);
                transform: translateY(119.07px) translateX(164px);
    }
}
.page-content{
    z-index: 5;
    width: calc(337.5px + (864 - 337.5) * ((100vw - 375px) / (1440 - 375)));
    margin-top: calc(60px + (50 - 60) * ((100vw - 375px) / (1440 - 375)));
}

.map-content{
    z-index: 5;
    font-family: 'SourceSansPro';
    line-height: 1.45;
    
    margin-top: calc(0px + (59 - 0) * ((100vw - 375px) / (1440 - 375)));
    width: calc(345px + (780 - 345) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .page-content{
        width: 864px;
        margin-top: 50px;
    }
    .map-content{
        width: 780px;
        margin-top: 59px;
    }
}
@media(max-width: 375px){
    .page-content{
        width: 337.5px;
        margin-top: 60px;
    }
    .map-content{
        margin-top: 0;
        width: calc(100% - 30px);
    }
}



body[app-slug="how-to-reach-us"]  .front-image {
    width: calc(220px + (349 - 220) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateX(250px) translateY(150px);
        -ms-transform: translateX(250px) translateY(150px);
            transform: translateX(250px) translateY(150px);
}
body[app-slug="how-to-reach-us"].content-animated  .front-image {
    -webkit-transform: translateX(calc(127.6px + (-190 - 127.6) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(27.6px + (16.17 - 27.6) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateX(calc(127.6px + (-190 - 127.6) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(27.6px + (16.17 - 27.6) * ((100vw - 375px) / (1440 - 375))));
            transform: translateX(calc(127.6px + (-190 - 127.6) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(27.6px + (16.17 - 27.6) * ((100vw - 375px) / (1440 - 375))));
}
body[app-slug="how-to-reach-us"] .page-title{
    width: calc(210px + (310 - 210) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateY(calc(-33px + (-65 - -33) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateY(calc(-33px + (-65 - -33) * ((100vw - 375px) / (1440 - 375))));
            transform: translateY(calc(-33px + (-65 - -33) * ((100vw - 375px) / (1440 - 375))));
    letter-spacing: calc(10px + (5 - 10) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    body[app-slug="how-to-reach-us"]  .front-image {
        width: 349px;
    }
    body[app-slug="how-to-reach-us"].content-animated  .front-image {
        -webkit-transform: translateX(-190px) translateY(16.7px);
            -ms-transform: translateX(-190px) translateY(16.7px);
                transform: translateX(-190px) translateY(16.7px);
    }
    body[app-slug="how-to-reach-us"] .page-title{
        width: 310px;
        -webkit-transform: translateY(-65px);
            -ms-transform: translateY(-65px);
                transform: translateY(-65px);
        letter-spacing: 5px;
    }
}
@media(max-width: 375px){
    body[app-slug="how-to-reach-us"]  .front-image {
        width: 220px;
    }
    body[app-slug="how-to-reach-us"].content-animated  .front-image {
        -webkit-transform: translateX(127.6px) translateY(27.6px);
            -ms-transform: translateX(127.6px) translateY(27.6px);
                transform: translateX(127.6px) translateY(27.6px);
    }
    body[app-slug="how-to-reach-us"] .page-title{
        width: 210px;
        -webkit-transform: translateY(-33px);
            -ms-transform: translateY(-33px);
                transform: translateY(-33px);
        letter-spacing: 10px;
    }
}



body:not([app-slug="front-page"]) .preview-section{
    margin-top: calc(20px + (-100 - 20) * ((100vw - 375px) / (1440 - 375)));
    position: relative;
    margin-bottom: calc(100px + (0 - 100) * ((100vw - 375px) / (1440 - 375)));
}

body:not([app-slug="front-page"])[app-slug="how-to-reach-us"] .preview-section{
    margin-bottom: calc(44px + (0 - 44) * ((100vw - 375px) / (1440 - 375)));
}
body[app-slug="who-do-we-work-with"] .preview-section{
    margin-bottom: calc(45px + (0 - 45) * ((100vw - 375px) / (1440 - 375)));
}
body:not([app-slug="front-page"]) .square-bg,
body:not([app-slug="front-page"]) .preview-section > div:first-of-type{
    height: 400px;
    top: calc(20px + (0 - 20) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    body:not([app-slug="front-page"]) .square-bg,
    body:not([app-slug="front-page"]) .preview-section > div:first-of-type{
        top: 0;
    }
}
@media(max-width: 375px){

    body:not([app-slug="front-page"]) .square-bg,
    body:not([app-slug="front-page"]) .preview-section > div:first-of-type{
        top: 20px;
    }
    body:not([app-slug="front-page"])[app-slug="how-to-reach-us"] .preview-section{
        margin-bottom: 44px;
    }
}

/* body:not([app-slug="front-page"]) .square-bg ~ div:nth-of-type(2){
    overflow: visible;
} */
body:not([app-slug="front-page"]) .square-bg::before{
    left: auto;
    right: 22px;
    top: auto;
    bottom: -54px;
    -webkit-transform: rotate(30deg) translateX(-15px) translateY(72px);
        -ms-transform: rotate(30deg) translateX(-15px) translateY(72px);
            transform: rotate(30deg) translateX(-15px) translateY(72px);
}
body.content-animated:not([app-slug="front-page"]) .square-bg::before {
        -webkit-transform: rotate(30deg) translateX(0);
            -ms-transform: rotate(30deg) translateX(0);
                transform: rotate(30deg) translateX(0) 
}

body[app-slug="front-page"] .page-title{
    width: calc(340px + (510 - 340) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateY(calc(-88px + (-131 - -88) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateY(calc(-88px + (-131 - -88) * ((100vw - 375px) / (1440 - 375))));
            transform: translateY(calc(-88px + (-131 - -88) * ((100vw - 375px) / (1440 - 375))));
    letter-spacing: 5px;
    z-index: 5;
}
body[app-slug="front-page"] .page-title > span:nth-child(1){
    padding-right: 40px;
}

@media(min-width: 1440px){
    body:not([app-slug="front-page"]) .preview-section{
        margin-top: -100px;
        margin-bottom: 0;
    }
    body[app-slug="front-page"] .page-title{
        width: 510px;
        -webkit-transform: translateY(-131px);
            -ms-transform: translateY(-131px);
                transform: translateY(-131px);
    }
}
@media(max-width: 375px){
    body:not([app-slug="front-page"]) .preview-section{
        margin-top: 0;
        margin-bottom: 100px;
    }
    body[app-slug="who-do-we-work-with"] .preview-section{
        margin-bottom: 45px;
    }
    body[app-slug="front-page"] .page-title{
        width: 340px;
        -webkit-transform: translateY(-84px);
            -ms-transform: translateY(-84px);
                transform: translateY(-84px);
    }
}
body:not([app-slug="front-page"]) .page-title{
    top: calc(325px + (266 - 325) * ((100vw - 375px) / (1440 - 375)))
}
@media(min-width: 1440px){
    body:not([app-slug="front-page"]) .page-title{
        top: 266px;
    }
}

body:not([app-slug="front-page"]) .page-content{
    margin-top: 60px;
}
.icelease-form .group {
    position: relative;
    margin-bottom: 37px;
    width: calc(50% - 62px);
    display: inline-block;
    margin-right: 58px;
}
.icelease-form .group:nth-child(6) {
    width: calc(100% - 62px);
    margin-bottom: 30px;
}
.icelease-form .group input {
    padding: 10px 10px 15px 0;
    display: block;
    width: 100%;
    color: #fff;
    border: none;
    border-bottom: 2px solid #B49C06;
    background-color: transparent;
}
.icelease-form .group label {
    color: #fff;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    letter-spacing: .4px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.icelease-form .group ~ p {
    text-align: right;
}
.icelease-form .group input:focus ~ label, 
.icelease-form .group input:not(:focus):valid ~ label {
    top: -20px;
    font-size: 14px;
}

.icelease-form .group input:focus {
    outline: none;
}
.contact-form-wrapper{
    width: 63%;
    margin-right: 105px;
    display: inline-block;
}
.icelease-form {
    margin-top: 37px;
}

.icelease-form input[type="submit"]{
    padding: 11px 72px 11px 50px;
    background-color: #2B1A67;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    border: none;
    outline: none;
    background-image: url('./../images/Arrow_Forward_white.png');
    background-repeat: no-repeat;
    background-position: 105px;
    margin-right: 49px;
    letter-spacing: -1.6px;
}
.contact-sidebar{
    width: calc(36% - 105px);
}
.contact-section{
    margin-top: calc(0px + (100 - 0) * ((100vw - 375px) / (1440 - 375)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media(min-width: 1440px){
    .contact-section{
        margin-top: 100px;
    }
}
@media(max-width: 375px){
    .contact-section{
        margin-top: 0px;
    }
}
.sidebar-item > div:first-child{
    margin-bottom: 21px;
}
.sidebar-item > div:last-child{
    line-height: 1.5;
    letter-spacing: .1px;
    margin-bottom: 24px;
}
.sidebar-item a {
    color: #fff;
}
.sidebar-item:last-child a {
    color: #B49C06;
    display: inline-block;
    text-decoration: underline;
    white-space: nowrap;
}

span.wpcf7-not-valid-tip {
    color: #ff3838;
    font-weight: normal;
    position: absolute;
    top: -5px;
    white-space: nowrap;
    font-size: 15px;
    text-align: right;
    display: block;
    width: 100%;
    right: -12px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 2px solid #B49C06;
}
div.wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 5px 10px;
    border: 2px solid #998818;
    width: calc(100% - 73px);
}
@media(max-width: 991px){
    .contact-section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact-form-wrapper{
        width: 100%;
        margin-right: 0;
    }
    .icelease-form .group{
        width: 100%;
        margin-right: 0;
        margin-bottom: 26px;
    }
    .icelease-form .group:nth-child(6) {
        width: 100%;
        margin-bottom: 21px;
    }
    .icelease-form .group input{
        width: calc(100% - 10px);
    }
    .icelease-form input[type="submit"]{
        margin-right: 0;
    }
    .icelease-form {
        margin-top: 23px;
    }
    .icelease-form .group input{
        padding-bottom: 10px;
    }
    .contact-sidebar{
        width: 100%;
        margin-top: 37px;
    }
    .sidebar-item > div:last-child{
        margin-bottom: 15px;
    }
    div.wpcf7-response-output{
        width: calc(100% - 24px);
    }
    span.wpcf7-not-valid-tip{
        right: -2px;
    }
}
.contact-section{
    position: relative;
}
.contact-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: -webkit-transform .8s ease .3s;
    transition: -webkit-transform .8s ease .3s;
    -o-transition: transform .8s ease .3s;
    transition: transform .8s ease .3s;
    transition: transform .8s ease .3s, -webkit-transform .8s ease .3s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
body.content-animated .contact-section::after{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}






body[app-slug="how-did-we-get-here"] .front-image {
    width: calc(758px + (1387 - 758) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateX(250px) translateY(-150px);
        -ms-transform: translateX(250px) translateY(-150px);
            transform: translateX(250px) translateY(-150px);
}
body[app-slug="how-did-we-get-here"].content-animated .front-image{
    -webkit-transform: translateX(calc(-301px + (0 - -301) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(54px + (0 - 54) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateX(calc(-301px + (0 - -301) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(54px + (0 - 54) * ((100vw - 375px) / (1440 - 375))));
            transform: translateX(calc(-301px + (0 - -301) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(54px + (0 - 54) * ((100vw - 375px) / (1440 - 375))));
}
body[app-slug="how-did-we-get-here"] .page-title{
    width: calc(240px + (370 - 240) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateY(calc(-33px + (-68 - -33) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateY(calc(-33px + (-68 - -33) * ((100vw - 375px) / (1440 - 375))));
            transform: translateY(calc(-33px + (-68 - -33) * ((100vw - 375px) / (1440 - 375))));
    letter-spacing: calc(6px + (8 - 6) * ((100vw - 375px) / (1440 - 375)));
    z-index: 5;
}
@media(min-width: 1440px){
    body[app-slug="how-did-we-get-here"] .front-image {
        width: 1387px;
    }
    body[app-slug="how-did-we-get-here"].content-animated .front-image{
        -webkit-transform: translateX(0) translateY(0);
            -ms-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    body[app-slug="how-did-we-get-here"] .page-title{
        width: 370px;
        -webkit-transform: translateY(-68px);
            -ms-transform: translateY(-68px);
                transform: translateY(-68px);
        letter-spacing: 6px;
    }
}
@media(max-width: 375px){
    body[app-slug="how-did-we-get-here"] .front-image {
        width: 758px;
    }
    body[app-slug="how-did-we-get-here"].content-animated .front-image{
        -webkit-transform: translateX(-301px) translateY(54px);
            -ms-transform: translateX(-301px) translateY(54px);
                transform: translateX(-301px) translateY(54px);
    }
    body[app-slug="how-did-we-get-here"] .page-title{
        width: 240px;
        -webkit-transform: translateY(-33px);
            -ms-transform: translateY(-33px);
                transform: translateY(-33px);
        letter-spacing: 8px;
    }
}







body[app-slug="what-do-we-do"] .front-image {
    width: calc(691px + (1133 - 691) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateX(250px) translateY(150px);
        -ms-transform: translateX(250px) translateY(150px);
            transform: translateX(250px) translateY(150px);
}
body[app-slug="what-do-we-do"].content-animated .front-image{
    -webkit-transform: translateX(calc(-242px + (-213 - -242) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(41px + (0 - 41) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateX(calc(-242px + (-213 - -242) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(41px + (0 - 41) * ((100vw - 375px) / (1440 - 375))));
            transform: translateX(calc(-242px + (-213 - -242) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(41px + (0 - 41) * ((100vw - 375px) / (1440 - 375))));
}
body[app-slug="what-do-we-do"] .page-title{
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    letter-spacing: 6px;
    z-index: 5;
}
@media(min-width: 1440px){
    body[app-slug="what-do-we-do"] .front-image {
        width: 1133px;
    } 
    body[app-slug="what-do-we-do"].content-animated .front-image{
        -webkit-transform: translateX(-213px) translateY(0px);
            -ms-transform: translateX(-213px) translateY(0px);
                transform: translateX(-213px) translateY(0px);
    }
    body[app-slug="what-do-we-do"] .page-title{
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        letter-spacing: 4px;
    }
    body[app-slug="what-do-we-do"] .page-content{
        width: calc(100% - 600px);
    }
}
@media(max-width: 375px){
    body[app-slug="what-do-we-do"] .front-image {
        width: 691px;
    } 
    body[app-slug="what-do-we-do"].content-animated .front-image{
        -webkit-transform: translateX(-242px) translateY(41px);
            -ms-transform: translateX(-242px) translateY(41px);
                transform: translateX(-242px) translateY(41px);
    }
    body[app-slug="what-do-we-do"] .page-content > .t-p{
        padding-right: 0;
    }
    body[app-slug="what-do-we-do"] .page-content {
        width: 346.5px;
    }
}







body[app-slug="who-are-we"] .front-image {
    width: calc(493px + (1129 - 493) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateX(250px) translateY(150px);
        -ms-transform: translateX(250px) translateY(150px);
            transform: translateX(250px) translateY(150px);
}
body[app-slug="who-are-we"].content-animated .front-image{
    -webkit-transform: translateX(calc(-105px + (0 - -105) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(59px + (0 - 59) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateX(calc(-105px + (0 - -105) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(59px + (0 - 59) * ((100vw - 375px) / (1440 - 375))));
            transform: translateX(calc(-105px + (0 - -105) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(59px + (0 - 59) * ((100vw - 375px) / (1440 - 375))));
}
body[app-slug="who-are-we"] .page-title{
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    letter-spacing: 6px;
    z-index: 5;
}
@media(min-width: 1440px){
    body[app-slug="who-are-we"].content-animated .front-image{
        -webkit-transform: translateX(0px) translateY(0px);
            -ms-transform: translateX(0px) translateY(0px);
                transform: translateX(0px) translateY(0px);
    }
    body[app-slug="who-are-we"] .page-title{
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        letter-spacing: 4px;
    }
    body[app-slug="who-are-we"] .front-image {
        width: 1129px;
    }
}
@media(max-width: 375px){
    body[app-slug="who-are-we"] .front-image {
        width: 493px;
    }
    body[app-slug="who-are-we"].content-animated .front-image{
        -webkit-transform: translateX(-105px) translateY(59px);
            -ms-transform: translateX(-105px) translateY(59px);
                transform: translateX(-105px) translateY(59px);
    }
}







body[app-slug="who-do-we-work-with"] .front-image {
    width: calc(738px + (1432 - 738) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateX(250px) translateY(-150px);
        -ms-transform: translateX(250px) translateY(-150px);
            transform: translateX(250px) translateY(-150px);
}

body[app-slug="who-do-we-work-with"].content-animated .front-image{
    -webkit-transform: translateX(calc(-335px + (0 - -335) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(42px + (0 - 42) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateX(calc(-335px + (0 - -335) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(42px + (0 - 42) * ((100vw - 375px) / (1440 - 375))));
            transform: translateX(calc(-335px + (0 - -335) * ((100vw - 375px) / (1440 - 375)))) translateY(calc(42px + (0 - 42) * ((100vw - 375px) / (1440 - 375))));
}

body[app-slug="who-do-we-work-with"] .page-title{
    width: calc(318px + (351 - 318) * ((100vw - 375px) / (1440 - 375)));
    -webkit-transform: translateY(calc(-33px + (-66 - -33) * ((100vw - 375px) / (1440 - 375))));
        -ms-transform: translateY(calc(-33px + (-66 - -33) * ((100vw - 375px) / (1440 - 375))));
            transform: translateY(calc(-33px + (-66 - -33) * ((100vw - 375px) / (1440 - 375))));
    letter-spacing: calc(11px + (7 - 11) * ((100vw - 375px) / (1440 - 375)));
    z-index: 5;
}
@media(min-width: 1440px){
    body[app-slug="who-do-we-work-with"] .front-image {
        width: 1432px;
    }
    body[app-slug="who-do-we-work-with"].content-animated .front-image{
        -webkit-transform: translateX(0px) translateY(0px);
            -ms-transform: translateX(0px) translateY(0px);
                transform: translateX(0px) translateY(0px);
    }
    body[app-slug="who-do-we-work-with"] .page-title{
        width: 351px;
        -webkit-transform: translateY(-66px);
            -ms-transform: translateY(-66px);
                transform: translateY(-66px);
        letter-spacing: 7px;
    }
}
@media(max-width: 375px){
    body[app-slug="who-do-we-work-with"] .front-image {
        width: 738px;
    }
    body[app-slug="who-do-we-work-with"].content-animated .front-image{
        -webkit-transform: translateX(-335px) translateY(42px);
            -ms-transform: translateX(-335px) translateY(42px);
                transform: translateX(-335px) translateY(42px);
    }
    body[app-slug="who-do-we-work-with"] .page-content {
        width: 353.5px;
    }
    body[app-slug="who-do-we-work-with"] .page-title{
        width: 318px;
        -webkit-transform: translateY(-33px);
            -ms-transform: translateY(-33px);
                transform: translateY(-33px);
        letter-spacing: 11px;
    }
}




.page-content > .t-p{
    padding-right: 7%;
}
.slider-section{
    position: relative;
    z-index: 4;
    background-color: #F1F0E9;
    padding-left: calc(15px + (110 - 15) * ((100vw - 375px) / (1440 - 375)));
    padding-right: calc(15px + (115 - 15) * ((100vw - 375px) / (1440 - 375)));
    padding-top: 45px;
    padding-bottom: calc(26px + (60 - 26) * ((100vw - 375px) / (1440 - 375)));
    margin-left: 220px;
    margin-left: calc(0px + (220 - 0) * ((100vw - 375px) / (1440 - 375)));
    margin-top: calc(0px + (100 - 0) * ((100vw - 375px) / (1440 - 375)));
}
body[app-slug="how-did-we-get-here"] .preview-section{
    margin-bottom: calc(44px + (100 - 44) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .slider-section{
        margin-left: 220px;
        padding-left: 110px;
        padding-right: 105px;
        margin-top: 100px;
        padding-bottom: 60px;
    }
    body[app-slug="how-did-we-get-here"] .preview-section{
        margin-bottom: 100px;
    }
}
@media(max-width: 375px){
    .slider-section{
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        padding-bottom: 26px;
    }
    .page-content > .t-p{
        padding-right: 0;
    }
    body[app-slug="how-did-we-get-here"] .preview-section{
        margin-bottom: 44px;
    }
}
.slider-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f0e9;
}
.slide-title{
    font-family: 'DomaineDisplaySemibold';
    font-size: calc(60px + (110 - 60) * ((100vw - 375px) / (1440 - 375)));
    letter-spacing: -0.33px;
    color: #2B1A67;
    line-height: .6;
    padding-top: calc(0px + (22 - 0) * ((100vw - 375px) / (1440 - 375)));
    text-align: center;
}
.slide-content{
    font-family: 'SourceSansPro';
    color: #444754;
    padding-left: calc(0px + (17 - 0) * ((100vw - 375px) / (1440 - 375)));
    padding-right: calc(44px + (87 - 44) * ((100vw - 375px) / (1440 - 375)));
    line-height: 1.25;
    letter-spacing: .5px;
    padding-top: calc(0px + (87 - 0) * ((100vw - 375px) / (1440 - 375)));
}
.slider-section .owl-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -35px;
    top: -7px;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #f1f0e9;
    z-index: 10;
}
@media(max-width: 991px){
    .slider-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .slide-title{
        text-align: left;
    }
    .slider-section .owl-nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: -15px;
        top: -3px;
        height: 80px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: transparent;
        z-index: 10;
        width: 150px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .slide-title{
        max-width: 140px;
    }
}
@media(max-width: 576px){
    .slider-section .owl-nav{
        height: 58px;
    }
}
.slider-dots{
    margin-top: calc(0px + (36 - 0) * ((100vw - 375px) / (1440 - 375)));
    margin-left: -18px;
    width: calc(100% + 18px);
}
@media(min-width: 1440px){
    .slide-content{
        padding-left: 87px;
        padding-right: 135px;
        padding-top: 17px;
    }
    .slide-title{
        padding-top: 22px;
        font-size: 110px;
    }
    .slide-title.long{
        max-width: 240px;
        -webkit-transform: scale(.7) translateY(-30px);
            -ms-transform: scale(.7) translateY(-30px);
                transform: scale(.7) translateY(-30px);
    }
    .slider-dots{
        margin-top: 36px;
    }
}
@media(max-width: 375px){
    .slide-content{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 44px;
        line-height: 1.35;
        letter-spacing: 1.1px;
    }
    .slide-title{
        padding-top: 2px;
        font-size : 60px;
    }
    .slider-dots{
        margin-top: 0;
    }
}
.slider-section .owl-nav .owl-prev{
    margin-right: 30px;
}
@media(max-width: 756px){
    .preview-section{
        overflow: hidden;
    }
}
.slide-dot-title{
    cursor: pointer;
    background-color: #444754;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all ease .35s;
    -o-transition: all ease .35s;
    transition: all ease .35s;
    z-index: 3;
    position: absolute;
}
.slider-dot span{
    font-family: 'DomaineDisplaySemibold';
    color: #FFFFFF;
    z-index: 4;
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all ease .35s;
    -o-transition: all ease .35s;
    transition: all ease .35s;
    display: inline-block;
}
.slider-dot.active span.long{
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
}

.slider-dot.active .slide-dot-title{
    /* width: 119px;
    height: 119px; */
    -webkit-transform: scale(1.57);
        -ms-transform: scale(1.57);
            transform: scale(1.57);
    background: #2B1A67;
}
.slider-dot.active .slider-dot-shadow-1{
    /* width: 159px;
    height: 159px; */
    -webkit-transform: scale(2.0921);
        -ms-transform: scale(2.0921);
            transform: scale(2.0921);
}
.slider-dot.active .slider-dot-shadow-2{
    /* width: 139px;
    height: 139px; */
    -webkit-transform: scale(1.829);
        -ms-transform: scale(1.829);
            transform: scale(1.829);
}

.slider-dot.active span{
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2)
}
.slider-dot-shadow-2{
    background: #2B1A67;
    mix-blend-mode: normal;
    opacity: 0.1;
    -webkit-transition: all ease .35s .05s;
    -o-transition: all ease .35s .05s;
    transition: all ease .35s .05s;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
}
.slider-dot-shadow-1{
    background: #2B1A67;
    mix-blend-mode: normal;
    opacity: 0.2;
    -webkit-transition: all ease .35s .1s;
    -o-transition: all ease .35s .1s;
    transition: all ease .35s .1s;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
}

.slide-dot-title,
.slider-dot-shadow-1,
.slider-dot-shadow-2{
    width: calc(54px + (76 - 54) * ((100vw - 375px) / (1440 - 375)));
    height: calc(54px + (76 - 54) * ((100vw - 375px) / (1440 - 375)));
}
.slider-dot{
    width: calc(111px + (159 - 111) * ((100vw - 375px) / (1440 - 375)));
    height: calc(111px + (159 - 111) * ((100vw - 375px) / (1440 - 375)));
    font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (1440 - 375)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider-dot::after{
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #444754), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, #444754 60%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #444754 60%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    left: 74px;
    top: 50%;
    z-index: -1;
}
.slider-dot span.long{
    max-width: 36px;
    width: 100%;
    text-align: center;
    line-height: .65;
    top: calc(42px + (61 - 42) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .slide-dot-title,
    .slider-dot-shadow-1,
    .slider-dot-shadow-2{
        width: 76px;
        height: 76px;
    }
    .slider-dot{
        font-size: 20px;
        width: 159px;
        height: 159px;
    }

    .slider-dot span.long{
        top: 61px;
    }
}
@media(max-width: 375px){
    .slide-dot-title,
    .slider-dot-shadow-1,
    .slider-dot-shadow-2{
        width: 54px;
        height: 54px;
    }
    .slider-dot{
        font-size: 14px;
        width: 111px;
        height: 111px;
    }
    .slider-dot span{
        padding-bottom: 9px;
    }
    .slider-dot::after{
        background-size: 8px 1px;
    }
    .slider-dots{
        margin-left: -13px;
    }
    .slider-dot span.long{
        top: 42px;
    }
}



.slider-fpts .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.slider-section .owl-nav > div.disabled{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .3;
}
.slider-dots::before{
    content: '';
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    top: 0;
    background-image: url('./../images/slider-shadow.png');
    z-index: 10;
    background-position: top right;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}
/* .slider-dots .owl-item:last-child .slider-dot.active::before{
    opacity: 0;
} */

.map-image{
    padding-top: calc(39px + (100 - 39) * ((100vw - 375px) / (1440 - 375)));
    padding-left: calc(16px + (328 - 16) * ((100vw - 375px) / (1440 - 375)));
}
.map-image img{
    width: calc(343px + (993 - 343) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .map-image{
        padding-top: 100px;
        padding-left: 328px;
    }
    .map-image img{
        width: 993px;
    }
}
@media(max-width: 375px){
    .map-image{
        padding-top: 39px;
        padding-left: 16px;
    }
    .map-image img{
        width: calc(100% - 15px);
    }
}

.partners{
    margin-top: calc(37px + (94 - 37) * ((100vw - 375px) / (1440 - 375)));
    padding-top: calc(48px + (62 - 48) * ((100vw - 375px) / (1440 - 375)));
    padding-left: calc(15px + (103 - 15) * ((100vw - 375px) / (1440 - 375)));
    margin-left: calc(0px + (228 - 0) * ((100vw - 375px) / (1440 - 375)));
    background: #F1F0E9;
    letter-spacing: 0.2px;
    background-image: url('./../images/shutterstock.png');
    background-position: 100% 20px;
    background-repeat: no-repeat;
}
.partners-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc(46px + (63 - 46) * ((100vw - 375px) / (1440 - 375)));
    width: calc(100% - calc(0px + (109 - 0) * ((100vw - 375px) / (1440 - 375))));
}
.partners-image img{
    margin-right: calc(26px + (70 - 25) * ((100vw - 375px) / (1440 - 375)));
    margin-bottom: calc(23px + (60 - 23) * ((100vw - 375px) / (1440 - 375)));
    height: 100%;
}

@media(min-width: 1440px){
    .partners{
        padding-left: 103px;
        margin-left: 228px;
        margin-top: 94px;
        padding-top: 68px;
    }
    .partners-image{
        width: calc(100% - 109px);
        margin-top: 63px;
    }
    .partners-image img{
        margin-right: 70px;
        margin-bottom: 60px;
    }
}
@media(max-width: 375px){
    .partners{
        padding-left: 15px;
        margin-left: 0;
        margin-top: 37px;
        padding-top: 42px;
        padding-bottom: 17px;
        background-size: 130% auto;
        background-position: -20% 103px;
    }
    .partners-image{
        margin-top: 46px;
        width: 100%;
    }
    .partners-image img{
        margin-right: 25px;
        margin-bottom: 23px;
    }
}

.partners-content{
    font-family: 'SourceSansPro';
    font-weight: bold;
}

.person-image img {
    width: 100%;
}

.team{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: calc(15px + (226 - 15) * ((100vw - 375px) / (1440 - 375)));
    padding-right: calc(15px + (226 - 15) * ((100vw - 375px) / (1440 - 375)));
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(0px + (40 - 0) * ((100vw - 375px) / (1440 - 375)));
    
}
@media(min-width: 1440px){
    .team{
        padding-left: 226px;
        padding-right: 226px;
        padding-top: 40px;
    }
}
@media(max-width: 375px){
    .team{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
    }
}
.team .left,
.team .right {
    width: calc(50% - 25px);
    margin-right: 50px;
}

.team .right {
    margin-right: 0;
}
.team__mobile{
    display: none;
}
.team__desktop{
    display: flex;
}
.person{
    width: 100%;
    margin-bottom: 76px;
    /* 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;
    position: relative;
    -webkit-transition: height ease .3s;
    -o-transition: height ease .3s;
    transition: height ease .3s;
}
@media(max-width: 991px){
    .team__mobile{
        display: block;
    }
    .team__desktop{
        display: none;
    }
    .person{
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 22px;
    }
}

.person-image{
    margin-bottom: calc(11px + (19 - 11) * ((100vw - 375px) / (1440 - 375)));
}
@media(min-width: 1440px){
    .person-image{
        margin-bottom: 19px;
    }
}
@media(max-width: 375px){
    .person-image{
        margin-bottom: 11px;
    }
}
.person-name{
    margin-bottom: 7px;
    color: #2B1967;
    letter-spacing: -.3px;
}
@media(max-width: 375px){
    .person-name{
        margin-bottom: 4px;
    }
}
.person-position{
    letter-spacing: -.1px;
    margin-bottom: 33px;
    color: #444754;
    line-height: 1.25;
    font-family: 'SourceSansPro';
}
.person-description p,
.person-contact-info,
.sidebar-item p,
.icelease-form .group input,
.icelease-form .group textarea,
.icelease-form .group label {
    font-family: 'SourceSansPro';
}
@media(max-width: 375px){
    .person-position{
        margin-bottom: 20px;
    }
}
.person-description{
    line-height: 1.55;
    color: #444754;
    max-height: 120px;
    letter-spacing: -.1px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height ease .6s;
    -o-transition: max-height ease .6s;
    transition: max-height ease .6s;
}
@media(max-width: 375px){
    .person-description{
        max-height: 145px;
    }
}
.person-description::before{
    position: absolute;
    content: '';
    bottom: 0;
    height: 25px;
    width: 100%;
    left: 0;
    background-image: url('./../images/team-description-shadow.png');
    background-repeat: repeat-x;
    -webkit-transition: height ease .3s;
    -o-transition: height ease .3s;
    transition: height ease .3s;
}

.person-content{
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 5px rgba(255,255,255,.3);
            box-shadow: 1px 3px 5px rgba(255,255,255,.3);
    width: calc(100% + 2px);
    padding-right: 1px;
}
.read-more-btn span{
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    white-space: nowrap;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;
    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;
}
.read-more-btn span:last-child{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #B49C06;
    color: #fff;
}

.person.active .read-more-btn span:last-child{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.person.active .read-more-btn span:first-child{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.read-more-btn{
    overflow: hidden;
    font-family: 'SourceSansPro';
    display: inline-block;
    width: 158px;
    height: 48px;
    text-align: center;
    border: 1px solid #B49C06;
    color: #B49C06;
    margin-top: 28px;
    margin-bottom: 32px;
    cursor: pointer;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media(max-width: 375px){
    .read-more-btn{
        margin-top: 20px;
        height: 37px;
        margin-bottom: 26px;
    }
}
.person.active .person-description::before{
    height: 0;
}
.person-contact-info,
.person-contact-info a{
    font-weight: bold;
    color: #444754;
    text-decoration: none;
}
.person-contact-info > div{
    border-bottom: 1px solid #B49C06;
    margin-bottom: 25px;
    padding-bottom: 7px;
    letter-spacing: .1px;
}
@media(max-width: 375px){
    .person-contact-info > div{
        margin-bottom: 18px;
    }
}

.information{
    font-family: 'SourceSansPro';
    margin-top: 104px;
    padding-top: 57px;

    padding-left: calc(15px + (104 - 15) * ((100vw - 375px) / (1440 - 375)));
    margin-left: calc(0px + (225 - 0) * ((100vw - 375px) / (1440 - 375)));

    background: #F1F0E9;
    letter-spacing: 0.2px;
    background-image: url('./../images/shutterstock_2.png');
    background-position: 100% 55px;
    background-repeat: no-repeat;
    padding-bottom: 58px;
    margin-bottom: 160px;
}
.info-content{
    width: calc(345px + (447 - 345) * ((100vw - 375px) / (1440 - 375)));
    letter-spacing: 0px;
    line-height: 1.5;
}
.info-content strong,
.info-content b{
    font-weight: bold;
    display: block;
    margin-top: 29px;
    letter-spacing: .3px;
    margin-bottom: 27px;
}
@media(min-width: 1440px){
    .information{
        padding-left: 104px;
        margin-left: 225px;
    }
    .info-content{
        width: 43%;
    }
}

@media(max-width: 375px){
    .information{
        padding-left: 15px;
        margin-left: 0;
    }
    .info-content{
        width: calc(100% - 30px);
    }
}


/* PerfectPixel FIX
*/
@media(max-width: 375px){
    body[app-slug="front-page"] .page-title {
        letter-spacing: 2px;
    }
    body[app-slug="front-page"] .page-title span{
        letter-spacing: .2px;
    }
    body[app-slug="front-page"].content-animated .front-image{
        -webkit-transform: translateX(-205px) translateY(-14px);
            -ms-transform: translateX(-205px) translateY(-14px);
                transform: translateX(-205px) translateY(-14px);
    }
    .icelease-burger.active .burger-title{
        -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
                transform: translateX(-3px);
    }

    body[app-slug="how-to-reach-us"] .page-title {
        letter-spacing: 2px;
    }
    body[app-slug="how-to-reach-us"] .page-title span{
        letter-spacing: 0px;
    }
    .icelease-form {
        margin-top: 20px;
    }
    .icelease-form .group input {
        padding-bottom: 7px;
    }
    .icelease-form .group {
        margin-bottom: 24px;
    }
    .page-content ul{
        margin-left: 29px;
        margin-top: 50px;
    }
    .page-content h4{
        margin-top: 54px;
    }
    .page-content h4 ~ ul {
        margin-top: 14px;
    }
    .information{
        padding-top: 45px;
        padding-bottom: 34px;
        margin-top: 0;
    }
    .info-content strong, .info-content b{
        margin-top: 18px;
        margin-bottom: 19px;
    }
    body:not([app-slug="front-page"])[app-slug="what-do-we-do"] .preview-section{
        margin-bottom: 75px;
    }
}

.icelease-burger.active span{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.icelease-burger.active span, 
.icelease-burger.active span:before, 
.icelease-burger.active span:after{
    height: 1px;
}