body::-webkit-scrollbar {
    display: none;
}
body{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    letter-spacing: 1px;
}
.rubik{
    font-family: 'Rubik', sans-serif;
}
.container{
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.wrapper{
    background-position: 100% 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.centered{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.centered-h{
    left: 50%;
    transform: translateX(-50%);
}
.centered-v{
    top: 50%;
    transform: translateY(-50%);
}
.f-4{
    font-size: 4rem;
}
.f1--biger{
    font-size: 4.5rem;
}
.mw6--ext{
    max-width: 40rem;
}
.top--3{
    top: -3rem;
}
.top--4{
    top: -4rem;
}
.top--5{
    top: -5rem;
}
.left--3{
    left: -3rem;
}
.left--4{
    left: -4rem;
}
.left--5{
    left: -5.5rem;
}
.right--3{
    right: -3rem;
}
.right--4{
    right: -4rem;
}
.right--5{
    right: -5rem;
}
.bottom--3{
    bottom: -3rem;
}
.bottom--4{
    bottom: -4rem;
}
.bottom--5{
    bottom: -5rem;
}
.lh0{
    line-height: 0;
}
.lh1{
    line-height: 1;
}
.lh1-1{
    line-height: 1.1;
}
.lh1-2{
    line-height: 1.2;
}
.lh1-3{
    line-height: 1.3;
}
.lh1-4{
    line-height: 1.4;
}
.lh1-5{
    line-height: 1.5;
}
.lh1-6{
    line-height: 1.6;
}
.lh1-7{
    line-height: 1.7;
}
.lh1-8{
    line-height: 1.8;
}
.lh1-9{
    line-height: 1.9;
}
.lh2{
    line-height: 2;
}
.mt-1_5{
    margin-top: 1.5rem;
}
.b-animate,
.b-animate:focus,
.b-animate:hover{
    transition:border-color .15s ease-in-out;
}
.hover-b--light-blue:hover,
.hover-b--light-blue:focus {
    border-color: var(--light-blue);
}
.bg-dark-blue-50{
    background-color: rgba(7,31,61,0.5);
}
.bg-position-0-0{
    background-position: 0 0;
}
.bg-position-0-20 {
    background-position: 0 20%;
}
.bg-position-100-25{
    background-position: 100% 25%;
}
.bg-position--300-20{
    background-position: -300% 20%;
}
.bg-position-300-20{
    background-position: 300% 20%;
}

.bg-gradient--blue{
    background-image: linear-gradient(299deg, #0070f9, #00d8fb);
}

header .bg-glow{
    background-position: 50px 0;
}
.blue-screen .bg-glow{
    background-position: 250px -250px;
}

.btn{
    display: inline-block;
    padding: 0;
    width: 220px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
}
.bw-1{
    border-width: 1px;
}
.bw-2{
    border-width: 2px;
}
.bw-3{
    border-width: 3px;
}

header .logo-img{
    width: 199px;
}

.list-plus li{
    position: relative;
}
.list-plus li:before{
    content: '+';
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
}

.after-v1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid rgba(216,216,216,0.5);
}
.before-v1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid rgba(216,216,216,0.5);
}
.before-blue-glow{
    transition: all .3s ease;
    overflow: hidden;
}
.before-blue-glow:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-blue);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    transition: all .3s ease;
}
.pe-none{
    pointer-events: none;
}
.pe-auto{
    pointer-events: auto;
}

header .menu a{
    border: 0;
    border-left: 3px solid transparent;
    transition: all .4s ease;
}
header .menu a.active{
    border: 0;
    border-left: 3px solid var(--blue);
    color: var(--blue);
}
header .menu a:hover,header .menu a:focus{
    color: var(--blue);
}

footer .menu a{
    border: 0;
    border-bottom: 3px solid transparent;
    transition: all .4s ease;
}
footer .menu a.active{
    border: 0;
    border-bottom: 3px solid var(--light-blue);
    color: var(--light-blue);
}
footer .menu a:hover,footer .menu a:focus{
    color: var(--light-blue);
}

.inner .competencies{
    padding-bottom: 122px;
}

.competencies .js-animate > div{
    left: 1.2rem;
    top: 1.6rem;
}

.competencies .parent{
    transition: all 1s ease;
}
.competencies .is-modaled .parent{
    opacity: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    transition: all 3s ease;
}
.competency-item{
    cursor: pointer;
}
.competency-item-title{
    top: 24px;
    left: 21px;
}

.slider-nav li:not(:last-child),
.competition-slider-nav li:not(:last-child){
    margin-right: 10px;
}
.slider-nav .dot,
.competition-slider-nav .dot{
    width: 57px;
    height: 4px;
    position: relative;
    overflow-x: hidden;
}
.slider-nav .dot .before,
.competition-slider-nav .dot .before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--blue);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    opacity: 0;
    transition: all .3s linear;
}
.slider-nav .tns-nav-active .dot .before,
.competition-slider-nav .tns-nav-active .dot .before{
    opacity: 1;
}

.clients .screen-title{
    padding-bottom: 2.5rem;
}
.clients .slider-box{
    padding-top: 3.5rem;
    padding-bottom: 2.8rem;
    position: relative;
}
.clients .slider-box > .container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -1rem;
    bottom: -1rem;
    right: 100%;
    width: 999px;
    background: #fff;
}
.clients .tns-ovh{
    overflow: visible;
}
.clients .slider-nav{
    padding-left: 0.5rem;
}

.location {
    transition: all 0.5s ease;
}
.location > div {
    padding-top: 4.8rem;
    padding-bottom: 8rem;
}
.location .screen-title{
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
}
.location .list{
    padding-left: 1.5rem;
}
.location .contents{
    margin-top: 2rem;
    padding-left: 1.5rem;
}
.location-time{
    line-height: 1;
    margin-right: -1rem;
}

.inner .location > div,
.inner .about > div,
.inner .team > div,
.inner .careers > div{
    padding-top: 8rem;
    padding-bottom: 10.5rem;
}

.screen-title-description{
    margin-top: 30px;
}

.contact-box{}

.contact-box.contact-box--inner:after,
.contact-box.contact-box--team:after,
.contact-box.contact-box--careers:after{
    top: 0;
    background-position: -150px 95%;
}
.contact-form-box .btn-box{
    margin-top: 5.5rem;
}
.btn-box .btn{
    width: 220px;
    height: 60px;
    padding: 0;
    line-height: 60px;
    text-align: center;
}

.mouse-box{
    z-index: 1;
    pointer-events: none;
    bottom: 37%;
    right: 0;
    left: 0;
    color: #595959;
    text-align: center;
}
.mouse-box-inner{
    right: 7px;
    width: 20px;
    z-index: 2;
}
.mouse-box-inner:before{
    content: '';
    display: block;
    height: 2000px;
    width: 1px;
    position: absolute;
    bottom: 140px;
    background-color: rgba(216,216,216,0.1);
    left: 50%;
}
.mouse-box-inner:after{
    content: '';
    display: none;
    height: 5000px;
    width: 1px;
    position: absolute;
    top: 60px;
    background-color: rgba(216,216,216,0.1);
    left: 50%;
}
.mouse-box-inner--after{
    display: block;
    width: 1px;
    position: absolute;
    top: 60px;
    background-color: rgba(216,216,216,0.1);
    left: 50%;
}
.has-smooth-scroll .mouse-box-inner:after{
    display: block;
}
.has-smooth-scroll .mouse-box-inner--after{
    display: none;
}
.mouse-box .txt{
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-right: 5px;
    word-break: keep-all;
    white-space: pre;
}
.mouse-box .mouse {
    margin-top: 0.5rem;
    -webkit-animation: action 0.8s infinite  alternate;
    animation: action 0.8s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(5px); }
}

.animate {
    transition: all .3s ease;
}
.hide-modal{
    top: 0!important;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 1s ease;
}

.hover-rotate > * {
    transition: all 0.3s ease;
    line-height: 0.85;
}
.hover-rotate:hover > *{
    transition: all 0.3s ease;
    transform: rotate(180deg);
}

.disabled-gray:disabled{
    background-color: var(--gray);
    pointer-events: none;
}

.tabmenu{
    border-color: transparent;
    font-weight: 300;
    padding-bottom: 0.5rem;
    margin-right: 3.5rem;
    display: inline-block;
}
.tabmenu.active{
    font-weight: 500;
    border-bottom: 3px solid var(--light-blue);
}


.menu-social a{
    font-size: 2rem;
}
.menu-social a:not(:first-child){
    margin-left: 0.3rem;
}

.copyright{
    margin-top: 3rem;
}

.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    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;
    height: 46px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 46px;
    background: #373737;
    border-radius: 50%;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent; }
.tcon > * {
    display: block; }
.tcon:hover, .tcon:focus {
    outline: none; }
.tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
    display: inline-block;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: white;
    position: relative; }
.tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
}
.tcon-menu__lines::before {
    top: 5px; }
.tcon-menu__lines::after {
    top: -5px; }
.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; }
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; }
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
    top: 0;
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
    width: 20px; }
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.scroll-content{
    overflow-x: hidden;
}
.FilmStrip-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.FilmStrip-item {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 0;
    overflow: hidden;
}
.FilmStrip-item canvas {
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.2);
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
}
.FilmStrip-item-content{
    position: relative;
    background-color: var(--dark-blue);
    opacity: 0;
}

.top-logo-light{
    display: none;
}

.has-smooth-scroll .has-overflow-hidden{
    overflow: hidden;
}

.FilmStrip-item img, .FilmStrip-item video, .FilmStrip-item canvas {
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 1.2s, -webkit-transform 1.8s;
    transition: opacity 1.2s, -webkit-transform 1.8s;
    transition: opacity 1.2s, transform 1.8s;
    transition: opacity 1.2s, transform 1.8s, -webkit-transform 1.8s;
    opacity: 0;
    object-fit: cover;
}
.FilmStrip-item img, .FilmStrip-item video{
    display: block;
}
.FilmStrip-item-content {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
#FilmStrip-1 {
    top: 25%;
    width: 70%;
    left: 11%;
    max-width: 780px;
    max-height: 460px;
}
#FilmStrip-2 {
    top: 78%;
    width: 35%;
    left: -24.4%;
    z-index: 1;
    max-width: 400px;
    max-height: 239px;
}
#FilmStrip-3 {
    top: 15%;
    width: 35%;
    right: 1rem;
    max-width: 415px;
    max-height: 229px;
}
#FilmStrip-4 {
    top: 85%;
    right: -50%;
    width: 62%;
    max-width: 700px;
    max-height: 423px;
}

.blue-screen-link{
    display: inline-block;
}

.title-with-line{
    position: relative;
    padding-left: 22px;
}
.title-with-line:before{
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    top: 13px;
    left: 1px;
    bottom: 13px;
    z-index: 1;
    pointer-events: none;
    background-color: var(--blue);
}
.inner .title-with-line:before{
    bottom: 0;
}

label,
.error-message {
    transition: all .3s ease;
    pointer-events: none;
}
.error label{
    display: none!important;
}
.error .error-message{
    display: block!important;
}
.focused label,
.focused .error-message {
    top: 8px;
    transition: all .3s ease;
}

.on-hover-parent{
    transition: opacity .3s ease;
}
.parent:hover .on-hover-parent,
.parent:focus .on-hover-parent{
    transition: all .3s ease;
    opacity: 1;
}
.figure{
    transition: all .4s ease;
}
.parent:hover .figure,
.parent:focus .figure{
    transform: scale(1.2);
    transition: all .4s ease;
}
.parent:hover .before-blue-glow:before,
.parent:focus .before-blue-glow:before{
    opacity: .8;
}

.career-items .collapse {
    height: 0;
    opacity: 0;
    transition: all 0.4s ease;
}
.career-items .open .collapse{
    height: auto;
    opacity: 1;
    transition: all 0.4s ease;
    margin-bottom: 2rem;
}
.career-items .trigger span:before{
    content: '+';
}
.career-items .open .trigger{
    color: var(--blue);
}
.career-items .open .trigger span:before{
    content: '-';
}

footer > .container{
    padding-top: 9rem;
}
.footer-logo img{
    height: auto;
    width: 199px;
}

.clients .slider-item{
    padding-right: 2rem;
}
.clients .slider-item figure {
    position: relative;
    width: 70%;
}
.clients .slick-list{
    overflow: visible;
}
.clients .tns-inner{
    position: relative;
}
.clients .before-line{
    content: '';
    display: block;
    width: 4px;
    height: 200px;
    background-color: var(--blue);
    transition: height 0.5s ease;
    position: absolute;
    left: 2rem;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.scrollbar-track{
    display: none!important;
}
@media screen and (min-width: 375px) {
    header .logo-img,
    .footer-logo img{
        width: 275px;
    }
}
@media screen and (min-width: 30em) {
    .wrapper{
        background-position: -250px 250px;
    }
    .f1-ns--biger{
        font-size: 4.5rem;
    }
    .mw6-ns--ext{
        max-width: 40rem;
    }
    .bg-position--300-20-ns{
        background-position: -300% 20%;
    }
    .bg-position-300-20-ns{
        background-position: 300% 20%;
    }
    .top--3-ns{
        top: -3rem;
    }
    .top--4-ns{
        top: -4rem;
    }
    .top--5-ns{
        top: -5rem;
    }
    .left--3-ns{
        left: -3rem;
    }
    .left--4-ns{
        left: -4rem;
    }
    .left--5-ns{
        left: -5.5rem;
    }
    .right--3-ns{
        right: -3rem;
    }
    .right--4-ns{
        right: -4rem;
    }
    .right--5-ns{
        right: -5rem;
    }
    .bottom--3-ns{
        bottom: -3rem;
    }
    .bottom--4-ns{
        bottom: -4rem;
    }
    .bottom--5-ns{
        bottom: -5rem;
    }
    .main header .logo-img{
        width: 309px;
    }
    .inner header .logo-img{
        width: 302px;
    }
    .footer-logo img{
        height: auto;
        width: 302px;
    }
    .clients .slider-nav{
        padding-left: 1.5rem;
    }
    .clients .slider-item figure{
        width: 33.33333%;
    }
}
@media screen and (min-width: 576px){
    .competencies .parent{
        width: 50%;
    }
    .competencies .parent:nth-child(2n-1){
        margin-top: 1.25rem;
    }
    .competencies .parent:nth-child(2n){
        margin-top: 88px;
    }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
    .mw6-m--ext{
        max-width: 40rem;
    }
    .f1-m--biger{
        font-size: 4.5rem;
    }
}
@media screen and (min-width: 786px) {
    .blue-screen .bg-glow {
        background-position: 250% 75%;
    }
    .contact-box:after {
        background-position: -40% 139%;
    }
}
@media screen and (min-width: 60em) {
    .container{
        max-width: 1140px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .clients .before-line{
        left: 1rem;
    }
    .o-100-l{
        opacity: 1;
    }
    .top--3-l{
        top: -3rem;
    }
    .top--4-l{
        top: -4rem;
    }
    .top--5-l{
        top: -5rem;
    }
    .left--3-l{
        left: -3rem;
    }
    .left--4-l{
        left: -4rem;
    }
    .left--5-l{
        left: -5.5rem;
    }
    .right--3-l{
        right: -3rem;
    }
    .right--4-l{
        right: -4rem;
    }
    .right--5-l{
        right: -5rem;
    }
    .bottom--3-l{
        bottom: -3rem;
    }
    .bottom--4-l{
        bottom: -4rem;
    }
    .bottom--5-l{
        bottom: -5rem;
    }
    .f1-l--biger{
        font-size: 4.5rem;
    }
    .f-4-l{
        font-size: 4rem;
    }
    .title-with-line{
        font-size: 50px;
    }
    .mw6-l--ext{
        max-width: 637px;
    }
    header .menu a{
        border: 0;
        border-bottom: 3px solid transparent;
        transition: all .4s ease;
    }
    header .menu a.active{
        border: 0;
        border-bottom: 3px solid var(--light-blue);
        color: #fff;
    }
    header .menu a:hover,header .menu a:focus{
        color: var(--light-blue);
    }
    .bg-position-0-20-l {
        background-position: 0 20%;
    }
    .bg-position--300-20-l{
        background-position: -300% 20%;
    }
    .bg-position-300-20-l{
        background-position: 300% 20%;
    }
    .after-v1-l:after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid #d8d8d8;
    }
    .tcon{
        display: none;
    }
    .ml-20-l--ext{
        margin-left: 21.168333333333333333333333333333%;
    }
    .career-items .trigger span{
        font-size: 5rem;
    }
    .menu-logo{
        padding-top: 47px;
        margin-left: 5px;
    }
    .menu-logo svg,
    .menu-logo img{
        width: 303px;
    }
    .menu {
        padding-top: 43px;
    }
    .menu a {
        line-height: 0.5;
        padding-bottom: 10px;
    }
    .menu a:not(:last-child) {
        margin-right: 14px;
    }
    .inner .menu-logo{
        padding-top: 7px;
        margin-left: 0;
    }
    .inner .menu{
        padding-top: 0;
    }
    .mb-5px-l{
        margin-bottom: 5px;
    }
    header .bg-glow{
        padding-bottom: 5rem;
        background-position: 80% 20%;
    }
    .blue-screen .bg-glow{
        padding: 7.5rem 0 10rem;
        background-position: 165% 75%;
    }
    .contact-box:after{
        background-position: 10% 139%;
    }
    .contact-box.contact-box--inner:after{
        background-position: 0 85%;
    }
    .contact-box.contact-box--team:after{
        background-position: 0 85%;
    }
    .contact-box.contact-box--careers:after{
        background-position: 0 85%;
    }
    .has-smooth-scroll .blue-screen-item{
        opacity: 0;
        transform: translate(-50px,-50px);
        transition: all 1s;
    }
    .has-smooth-scroll .blue-screen-item:nth-child(2){
        transform: translate(50px,-50px);
    }
    .has-smooth-scroll .blue-screen-item.is-show{
        opacity: 1;
        transform: translate(0,0);
        transition: all 1s;
    }
    .blue-screen-link{
        padding: 0;
        width: 220px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .main .competencies{
        padding-top: 7rem;
        padding-bottom: 6.2rem;
    }
    .has-smooth-scroll .competencies .js-animate{
        opacity: 0;
        transition: opacity .6s ease;
    }
    .competencies .parent{
        width: 25%;
    }
    .competencies .js-animate.is-show{
        opacity: 1;
    }
    .competencies .competency-item:nth-child(4n+2){
        margin-top: 88px;
    }
    .competencies .competency-item:nth-child(4n+3){
        margin-top: 155px;
    }
    .competencies .competency-item:nth-child(4n+4){
        margin-top: 221px;
    }
    .competencies .competency-item:nth-child(4n+5){
        margin-top: -30px;
    }
    .competencies .competency-item:nth-child(4n+6){
        margin-top: 28px;
    }
    .competencies .competency-item:nth-child(4n+7){
        margin-top: 95px;
    }
    .competencies .competency-item:nth-child(4n+8){
        margin-top: 161px;
    }
    .contact-form-box{
        width: 875px;
    }
    footer .menu {
        padding-top: 45px;
    }
    footer .menu a:not(:last-child){
        margin-right: 29px;
    }
    .has-smooth-scroll .screen-title{
        opacity: 0;
        transform: translateX(-70px);
        transition: all 2s;
    }
    .has-smooth-scroll .screen-title-description{
        opacity: 0;
        transform: translateX(-70px);
        transition: all 2.5s;
    }
    .screen-title.is-show{
        opacity: 1;
        transform: translateX(0);
        transition: all 2s;
    }
    .screen-title-description.is-show{
        opacity: 1;
        transform: translateX(0);
        transition: all 2.5s;
    }
    .has-smooth-scroll .contact-form-box{
        opacity: 0;
        transition: opacity 0.5s;
    }
    .contact-form-box.is-show{
        opacity: 1;
        transition: opacity 0.5s;
    }
    .competition-slider-nav{
        margin-top: 5rem;
    }
    .clients .slider-item{
        padding-right: 3rem;
    }
}

@media screen and (min-width: 80em) {
    .figure{
        width: 261px;
        height: 261px;
    }
}
@media screen and (min-width: 1760px) {
    .contact-box:after {
        background-position: 24% 150%;
    }
    .blue-screen .bg-glow {
        background-position: 130% 100%;
    }
    header .bg-glow {
        padding-bottom: 5rem;
        background-position: 66% 20%;
    }
}
@media screen and (max-width: 60em) {
    body.menu-open{
        overflow: hidden;
    }
    #nav.open{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        padding: 0 2rem;
        z-index: 2;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #nav.open .menu{
        display: block;
        width: 100%;
    }
    .nav-open > .scroll-content {
        height: 0;
    }
    .main #nav.open #Group-6 > path{
        fill: #000;
    }
    .inner #nav.open #Group-3 > path{
        fill: #000;
    }
    .inner #nav.open .menu-logo {
        padding-top: 1rem;
    }
    .main #nav.open .menu-btn{
        padding-top: 3.2rem;
    }
    .inner #nav.open .menu-btn{
        padding-top: 1.8rem;
    }
    #nav.open .white {
        color: #262626;
    }
    #nav.open .menu-social{
        display: block;
    }
    #nav.open .top-logo {
        display: none;
    }
    #nav.open .top-logo-light{
        display: block;
    }
    header #nav.open .menu a {
        font-size: 36px;
        font-weight: 500;
    }
    footer .menu .active{
        color: var(--light-blue);
        border-color: var(--light-blue);
    }
    footer .menu a:hover,
    footer .menu a:focus{
        color: var(--light-blue);
    }
    .clients .tns-inner{
        padding-right: 70px;
    }
    .v-lines.is-top{
        z-index: 5;
    }
    .v-lines.is-top .after-v1:after{
        background-color: rgba(155,155,155,0.3);
    }
}
@media screen and (max-width: 30em) {
    html,body{
        font-size: 14px;
    }
    .clients .tns-inner{
        padding-right: 20px;
    }
    #FilmStrip-1{
        top: 35%;
        width: 80%;
        left: 15%;
    }
    #FilmStrip-2 {
        top: 83%;
        width: 40%;
    }
    #FilmStrip-3{
        top: 25%;
    }
    #FilmStrip-4{
        top: 85%;
        right: -35%;
    }
}
@media screen and (max-width: 425px) {
    header .logo-img, .footer-logo img{
        max-width: 100%;
    }
    .bg-glow,.contact-box:after{
        background-size: 550px;
    }
    .blue-screen .bg-glow{
        background-position: 100px -100px;
    }
    .contact-box:after{
        background-position: -100px -100px;
    }
}