html {
    font-size: 14px;
}

@media (min-width: 768.1px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: nunito-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}
body.lbx-tofixed{
overflow-y:hidden;
}
body.hide-scrollbar {
    overflow-y: hidden;
}
img {
width: 100%;
}
.navbar-toggler{
    padding:0;
}
.navbar-toggler-icon {
    /* background: url('/images/menu.svg') no-repeat center;*/
    position: relative;
    width: 20px;
    height: 12px;
}
/*.hamburger-line::before, .hamburger-line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #023047;
    content: "";
    transition: all 0.2s ease-out;
}*/
    .navbar-toggler-icon::before, .navbar-toggler-icon::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 1.1px;
        content: "";
        transition: all 0.2s ease-out;
        background: #1D1D1D;
    }
    .navbar-toggler-icon::before {
        top: 0.1rem;
    }
    .navbar-toggler-icon::after {
        bottom:0.1px;
    }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0.30rem;
    transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0.30rem;
    transform: rotate(45deg);
    bottom: unset;
}


        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
          /*  background: url("/images/close-menu.svg") center center / 115% no-repeat;*/
        }
    .navbar-toggler-icon.collapsed {
        background: url('/images/menu.svg') no-repeat center;
    }
.navbar-toggler:focus{
    box-shadow:none;
}
.navbar-nav {
    align-items: flex-end;
    justify-content: flex-end;
}

    .navbar-nav > .divider {
        border-right: 1px solid rgba(1, 1, 1,0.5);
        height: 27px;
        width: 1px;
    }

.navbar-brand {
    padding-bottom: 0;
}

.navbar-nav .nav-item {
    margin: 0px 2rem;
}
.mobile-lang-label {
    display:none;
}
.navbar-nav .nav-item.mobile-nav-item{
    display:none;
}
.navbar-nav .divider {
    margin-right: 2rem;
}
.navbar-nav .search{
    width:25px;
    position:relative;
}

.navbar-nav .nav-link {
    color: rgb(29, 29, 29);
    font-size: 1.25rem;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    line-height: 1.2;
}

.nav-link.dropdown-toggle.open {
    font-weight: 700;
}
.nav-link.dropdown-toggle::after {
    border: initial;
    background: url('/images/up-arrow.svg') no-repeat center;
    background-size: auto;
    width: 12.46px;
    height: 6.85px;
    transform: rotate(180deg);
    vertical-align: middle;
    background-size: 100%;
}
.navbar .nav-item:not(.languages) .dropdown-menu {
    display: block;
    visibility: hidden;
    height: 0;
    transition: height 0.5s ease-in, visibility 0.5s ease-in;
}

.dropdown-menu .submenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 14px;
    padding-right: 14px;
}

    .dropdown-menu .submenu > ul {
        transform: translateY(-6%);
        opacity: 0;
        transition: transform 0.3s ease-in, opacity 0.5s ease-in;
        visibility: hidden;
    }

.dropdown-menu .copy-block {
    display: none;
}

.dropdown-menu .submenu.active {
    z-index: 1;
}

    .dropdown-menu .submenu.active > ul {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

.dropdown-menu .copy-block.active {
    display: block;
}

.navbar .nav-item:hover .nav-link {
}

.nav-item.dropdown {
    position: unset;
}

.navbar .nav-item .dropdown-menu.open {
    visibility: visible;
    height: 590px;
    transition: height 0.28s ease-in, visibility 0.28s ease-in;
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
    overflow: hidden;
}

.navbar .nav-item.languages .dropdown-menu {
    width: auto;
    left: unset;
    transform: translateX(-29%);
}
    .navbar .nav-item.multiple .dropdown-menu .row > div:first-child {
    border-right: 1px solid #01010126;
}

    .navbar .nav-item .dropdown-menu .row {
        position: relative;
        min-height: 590px;
    }

        .navbar .nav-item .dropdown-menu .row::after {
            bottom: 0;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            width: 50vw;
            background: #F2F2F2;
            left: 100%;
        }

        .navbar .nav-item .dropdown-menu .row .spacer {
            padding-top: 3.13rem;
        }

        .navbar .nav-item .dropdown-menu .row > div:last-child .spacer, .navbar .nav-item .dropdown-menu .row > div:nth-child(2) .spacer {
            padding-top: calc(3.13rem + 32px);
        }

        .navbar .nav-item .dropdown-menu .row .spacer.copy-block {
            padding-left: 1rem;
        }

.navbar .nav-item.multiple .dropdown-menu .row .row > div:last-child, .navbar .nav-item:not(.multiple) .dropdown-menu .row > div:last-child {
    background: #F2F2F2;
}

.dropdown-menu label {
    font-size: 1rem;
    line-height: 2;
    padding-left: 1rem;
    color: #1D1D1D;
    font-weight: 300;
}
.mobile-label{
    display:none;
}
.dropdown-menu .divider {
    margin: 2rem 0 1.3rem;
    border-top: 1px solid #01010126;
}

.dropdown-item {
    padding: .814rem 1rem;
    color: #1D1D1D;
    font-size: 1.125rem;
    white-space: initial;
}
    .dropdown-item .flag, .dropdown-toggle .flag {
        width: 17px;
        margin-right: 8px;
    }
    .dropdown-item:hover, .dropdown-item.active {
        background-color: #F2F2F2;
        color: #1D1D1D;
    }
.dropdown.languages .dropdown-item.active, .dropdown.languages .dropdown-item:hover {
    background-color: #FFF;
    background-image: url('/images/lng-active.svg');
    background-repeat: no-repeat;
    background-position: 80% center;
}
h1 {
    font-size: 6.25rem;
    font-weight: 800;
    color: #010101;
    letter-spacing: 0px;
    line-height: 1;
}
    h1.big {
        font-size: 10rem;
    /*    line-height: 1.56;*/
    }
    h2 {
    font-size: 5rem;
    font-weight: 800;
    color: #010101;
    line-height: 1;
}
        h2.big {
            font-size: 8.75rem;
        }
h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #010101;
}


h4 {
    font-size: 2rem;
    font-weight: 800;
    color: #010101;
}
h4.blue {
    color: #0085CA;
}
h4.payoff{
    max-width:665px;
    margin:4.5rem auto 2rem;
}

h5 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #010101;
}
h1 span, h2 span, h3 span, h4 span, ul.blue {
    color: #0085CA;
}
.copy-block a{
    text-decoration:none;
}
.detail-top .copy-block h1, .careers-top .copy-block h1 {
    margin-bottom: 2rem;
}
.careers-top .copy-block .button, .detail-top .copy-block .button{
    margin-top: 2rem;
}
#animated-text span {
    display: block;
    line-height: 1.13;
    color: #fff;
}
#animated-text .line, #animated-text .l-wrap {
    overflow: hidden;
}
#animated-text .line {
    transform: translate3d(0px, -100%, 0px);
}
.scene .elements {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
/*    visibility: hidden;*/
}
.scene .elements-mobile{
    display:none;
}
.partnership-list-mobile {
    display:none;
}
.scene .elements .element-col {
    width: 50%;
    position: relative;
}
    .scene .elements .element {
        width: 196px;
        top: calc(100px + 1rem);
        position: absolute;
        opacity:0;
    }
    .scene .elements .element-col:first-child{
        order:2;
    }
    .scene .elements .element-col:first-child .element {
        left: 2vw;
    }
    .scene .elements .element-col:last-child .element {
        right: 2vw;
    }
        .scene .elements .element .element-img {
            position: relative;
        }
            .scene .elements .element .element-img img{
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top:0;
        }
        .scene .elements .element .element-img::before {
                position: relative;
                content: "";
                display: block;
                padding-bottom: 130%;
        }
.scene .elements-mobile .element .element-img::before {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 102%;
}
.scene .elements-mobile .element .element-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
p {
    font-size: 1.125rem;
    color: #010101;
}
.bigger-p {
    font-size: 1.625rem;
    line-height: 1.385;
}
.areas-item .caption p {
    font-size: 1.625rem;
}
    .copy-block ul {
    list-style: none;
    padding-left: 1rem;
}
    .copy-block ul li {
        margin-bottom: .8rem;
    }
.copy-block ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0085CA; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
    p.sub-title {
        margin: 4.5rem auto;
    }
    p.big {
        font-size: 3rem;
        font-weight: 800;
        line-height: 1;
    }
.white h1, .white h2, .white h4, .white p, .white h3, .blue-section h2, .blue-section h3, .blue-section h4, .blue-section p, .white label {
    color: #ffffff;
}
    .blue-section h4{
        font-weight:normal;
    }

    .last-news h2, .stories h2 {
        margin-bottom: 4.7rem;
    }
.sub-list .copy-block {
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.partnership-list .copy-block {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    max-width: 391px;
}
.copy-block .right {
    max-width: 705px;
    margin-left: auto;
}
.cat-overview h2 {
    margin-bottom: 2rem;
}
.two-columns .copy-block h2, .low-spacing-bottom .copy-block h2 {
    margin-bottom: 2rem;
}
.cta .ico {
    max-width: 71px;
    display: block;
    margin: 0 auto 2rem;
}
.sub-list h3{

    margin-bottom:2rem;
}
.flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.focus p {
    max-width: 561px;
    margin: 3rem auto;
}

section {
    background: #fff;
    position:relative;
}
    section.form label {
        font-size: 1.625rem;
        line-height: 1.3;
    }
    
    .form-contact.form label {
        font-size: 1.125rem;
    }
section.form .form-group {
    margin-bottom: 2.5rem;
}
    section.form .form-group .text-danger span {
        font-size: 0.875rem;
      
    }
    section.form .form-group .text-danger {
        display: block;
        margin-top: 0.5rem;
        min-height: 24px;
    }
    section.form.white .form-group .text-danger {
    
    
}
section.form.white .form-group .text-danger span {
    font-size: 0.875rem;
    padding: 0 0.4rem;
    color: #fff;
    display: block;
    background: #B53C51;
    line-height: 24px;
}

section.form .form-control {
    border-radius: 0;
    font-size: 1.125rem;
    padding: .683rem .75rem;
}
section.form select.form-control {
    background-image: url('/images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - .75rem) center;
}
    section.form textarea.form-control {
    min-height: 269px;
}
.blue-section, .blue-section.solutions {
    background: #003DA5;
    color: #ffffff;
}
.form.partial {
    padding: 5rem 3rem;
}
section.grey {
    background-color: #F2F2F2 !important;
}
section.values {
    padding-bottom: 8.5rem;
}
#canvas-section {
    height:500vh;
}
    #canvas-section .sticky{
        overflow:hidden;
    }
    section.cat-overview:nth-child(2n+1) {
        background: #F2F2F2;
    }
section.low-spacing, .int-low-spacing {
    padding: 12.5rem 0;
}
.second-spacing-mb {
    margin-bottom: 4.43rem;
}
.second-spacing-mt {
    margin-top: 4.43rem;
}
.stories .second-spacing-mb:last-child {
    margin-bottom:0;
}
.low-spacing-top {
    padding-top: 12.5rem;
}

section.low-spacing-bottom {
    padding-bottom: 12.5rem;
}
.partners.insolution {
    margin-top: 4.43rem;
}
.low-spacing-bottom {
    padding-bottom: 12.5rem;
}

section.case-ext-cta .copy-block{
    max-width: 1076px;
}
    section.case-ext-cta .copy-block p {
    }
    section.case-ext-cta .cta-right {
    text-align: right;
    margin-left: auto;
}
.case-payoff {
    text-align: right;
    max-width: 391px;
    margin-left: auto;
}
section .internal-spacing {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}

.internal-spacing {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem;
}

section .internal-spacing-bottom {
 margin-bottom:4.5rem;
}
section .internal-spacing-top {
    margin-top: 4.5rem;
}

.internal-spacing-top {
    margin-top: 4.5rem;
}

.internal-spacing-bottom {
    margin-bottom: 4.5rem;
}

.category-hero {
    height:350vh;
}
    .category-hero .level {
        position: absolute;
        left: 0;
        top:0;
        width:100%;
    }
    .category-hero .col-left {
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: 0;
}
.category-hero .col-right {
    position: absolute;
    left:auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.category-hero .col-wrap {
    padding-top: 85vh;
/* transition: transform 0.05s ease-in;*/
}
.category-hero .images {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.category-hero .images .image-item{
    width:25vw;
    height:25vw;
    position:relative;
    
}
.image-item.one{
    left:1vw;
}
.image-item.two {
    left: 10vw;
    margin-top:5vw;
}
.image-item.three {
    right: 10vw;
    margin-top: 5vw;
}
.image-item.four{
    right:1vw;
}
.image-item.five {
    left: 5vw;
    margin-top: 17vw;
}
.image-item.six {
    right: 5vw;
    margin-top: 18vw;
}
.category-hero .images .image-item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.dialog {
  /*  padding: 0 !important;*/
    position: relative;
}
    section.dialog.search{
        background:transparent !important;

    }
.search h1 {
    margin-bottom: 2.7rem;
}
.search input {
    border-radius: 0;
    margin-right: 1rem;
}
    .dialog::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        background: #e5e5e5;
        z-index: 0;
        transform: translateY(-50%);
        border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
    }
section.dialog.search::before {
content:unset;
}
 

.after-hero {
    background: transparent;
}

section.last-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
}

.last-news .item .item-img, .stories .item .item-img, .detail-elements .item .item-img {
    position: relative;
}
.case-list.detail-elements .item, .list-news.detail-elements .item {
    margin-bottom: 3rem;
}

.case-gallery .owl-carousel.to-left {
    margin-bottom: 25px;
}
.last-news .item .item-data, .stories .item .item-data, .detail-elements .item .item-data {
    opacity: 0;
    max-width: 516px;
    position: relative;
    background: rgb(255, 255, 255);
   /* padding: 2.4rem 2rem;*/
    border: 1px solid rgb(204, 204, 204);
    margin: -13% auto 0px;
}
.detail-elements .item .item-data {
    max-width: 446px;
    margin: -20% auto 0px;
}
.detail-elements h3 {
    margin-bottom: 4.7rem;
}

.stories .item .item-data {
    opacity: 1;
}

.last-news .center .item .item-data,
.detail-elements .active .item .item-data,
.detail-elements.case-list .item .item-data,
.detail-elements.list-news .item .item-data {
    opacity: 1;
}

.last-news .item-data p, .stories .item-data p, .detail-elements .item-data p {
    font-size: 1.125rem
}
.detail-elements .item-data h4 {
    min-height: 78px;
    display: block;
}
.last-news .owl-nav {
    max-width: 1624px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    font-size: 0;
}

.last-news .owl-prev {
    background: url('/images/prev.svg') no-repeat center !important;
    width: 60px;
    height: 60px;
    border: none;
    pointer-events: initial;
    z-index: 3;
    font-size: 0;
}

.last-news .owl-next {
    background: url('/images/next.svg') no-repeat center !important;
    width: 60px;
    height: 60px;
    border: none;
    pointer-events: initial;
    z-index: 3;
    right: 0;
    font-size: 0;
}

.last-news .item-data a.button.tertiary {
    padding-left: 0;
    text-align: left;
}

.last-news .item .item-img::after {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 55%;
}

.last-news .item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stories .item .item-img::after {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 55%;
}

.stories .item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-elements .item .item-img::after {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 86%;
}

.detail-elements .item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions {
    background: #F2F2F2;
    height: 500vh;
    position: relative;
}

.success-stories {
    position: relative;
}

    .success-stories::before {
        content: "";
        width: 100%;
        position: absolute;
        background: rgb(0, 61, 165);
        height: calc(100% - 26%);
        transform: translateY(-50%);
        top: 49%;
    }

.relative {
    position: relative;
}

.solutions-wrapper {
    display: flex;
    width: 95vw;
    height: 100vh;
    /*    height: calc(100vh - 100px);*/
    align-items: center;
}

.anchors-list {
    position: absolute;
    bottom: 5rem;
    display: flex;
    width: 100%;
    justify-content: center;
}

.solution-item {
    width: 100vw;
}
.areas {
    height: 300vh;
    position: relative;
}
.areas .areas-item {
    position: relative;
    overflow: hidden;
}
    .areas .inside {
        position: sticky;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .areas .row .right {
        transform: translateY(-50%);
    }
.areas .areas-item::after {
    content: "";
    display: block;
    padding-bottom: 100vh;
    z-index: 0;
    position: relative;
}

    .areas .areas-item.light::after {
    }

    .areas .areas-item img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }

.areas .container-fluid > .row > div, .services .container-fluid > .row > div, section .container-fluid > .row > div {
    padding: 0;
}

    .areas .areas-item .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 25% 12.2% 14%;
        z-index: 1;
        background: transparent linear-gradient(180deg, #01010100 0%, #01010102 1%, #010101 100%) 0% 0% no-repeat padding-box;
        width:100%;
       
    }

.areas .areas-item.light .caption {
    background: transparent linear-gradient(180deg, #01010100 0%, #002F6C00 1%, #002F6CD1 58%, #002F6C 100%) 0% 0% no-repeat padding-box;
}

.areas-item .caption h2 {
    margin: 0;
}

.areas-item .caption p {
    margin: 2rem 0;
}

.services-list {
    /*padding-top: 26%;*/
}
.quote-list-mobile,
.mobile-logo,
.sub-list-mobile,
.services-list-mobile,
.solutions-list-mobile, .category-services-list-mobile, .one-side-carousel .mobile-gallery {
    display: none;
}
.one-side-carousel .copy-block img.auto {
    margin-bottom: 2.5rem;
}
.mobile-gallery .container-fluid {
    padding: 0;
}
.boxes .owl-stage {
    display: flex;
    /*margin: 0 auto;*/
}
.services .services-list .services-item {
    padding: 4.5rem 0;
    max-width: 740px;
}
    .services .services-list .services-item img, .detail-top-service img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
.partnership-list-mobile .owl-carousel .owl-dots,
.elements-mobile.owl-carousel .owl-dots,
.quote-list-carousel.owl-carousel .owl-dots,
.colored-logo-carousel.owl-carousel .owl-dots,
.boxes .owl-carousel .owl-dots,
.detail-elements .owl-carousel .owl-dots,
.one-side-carousel .mobile-gallery .owl-carousel .owl-dots,
.category-services-list .owl-carousel .owl-dots,
.last-news .owl-carousel .owl-dots,
.services-list-carousel.owl-carousel .owl-dots,
.solutions-list-carousel.owl-carousel .owl-dots,
.partners-carousel.owl-carousel .owl-dots,
.services-ems-carousel.owl-carousel .owl-dots,
.skillgate-carousel.owl-carousel .owl-dots,
.boxes-list-carousel.owl-carousel .owl-dots,
.interactive-carousel.owl-carousel .owl-dots,
.quotes-carousel.owl-carousel .owl-dots {
    text-align: center;
}
.partnership-list-mobile .owl-carousel .owl-dot,
.elements-mobile.owl-carousel .owl-dot,
.quote-list-carousel.owl-carousel .owl-dot,
.colored-logo-carousel.owl-carousel .owl-dot,
.boxes .owl-carousel .owl-dot,
.detail-elements .owl-carousel .owl-dot,
.one-side-carousel .mobile-gallery .owl-carousel .owl-dot,
.category-services-list .owl-carousel .owl-dot,
.last-news .owl-carousel button.owl-dot,
.services-list-carousel.owl-carousel button.owl-dot,
.solutions-list-carousel.owl-carousel button.owl-dot,
.partners-carousel.owl-carousel button.owl-dot,
.services-ems-carousel.owl-carousel button.owl-dot,
.skillgate-carousel.owl-carousel button.owl-dot,
.boxes-list-carousel.owl-carousel button.owl-dot {
    background: #0085CA;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0 4px;
}
.elements-mobile.owl-carousel .owl-dot,
.quote-list-carousel.owl-carousel .owl-dot,
.one-side-carousel .mobile-gallery .owl-carousel .owl-dot,
.category-services-list .owl-carousel .owl-dot {
    background: #fff;
}
.with-data.one-side-carousel .mobile-gallery .owl-carousel .owl-dot {
    background: #0085CA;
}
.with-data.one-side-carousel .owl-stage{
    display:flex;
}
    .with-data.one-side-carousel .owl-stage .item {
        height: 100%;
    }
.partnership-list-mobile .owl-carousel .owl-dot.active,
.elements-mobile.owl-carousel .owl-dot.active,
.quote-list-carousel.owl-carousel .owl-dot.active,
.colored-logo-carousel.owl-carousel .owl-dot.active,
.boxes .owl-carousel .owl-dot.active,
.detail-elements .owl-carousel .owl-dot.active,
.one-side-carousel .mobile-gallery .owl-carousel .owl-dot.active,
.category-services-list .owl-carousel .owl-dot.active,
.last-news .owl-carousel button.owl-dot.active,
.services-list-carousel.owl-carousel button.owl-dot.active,
.solutions-list-carousel.owl-carousel button.owl-dot.active, .partners-carousel.owl-carousel button.owl-dot.active, .services-ems-carousel.owl-carousel button.owl-dot.active, .skillgate-carousel.owl-carousel button.owl-dot.active, .boxes-list-carousel.owl-carousel button.owl-dot.active {
    width: 27px;
}

    .services .services-item h3 {
        margin-top: 3rem;
        margin-bottom: 0;
    }
    .services .services-item p{
        margin: 2rem 0;
        font-size: 1.125rem;
    }

.news-body .copy-block p, .news-body .copy-block div {
    margin-bottom: 2rem;
    max-width: 802px;
    margin: 0 auto 2rem;
}
p.p-small {
    font-size: 1.125rem;
}
.copy-block p a, .CookieDeclaration a{
    color: #0085CA;
}
.cta-back {
    display: block;
    font-weight: bold;
}
.news-body .copy-block ul {
    font-size: 1.125rem;
    max-width: 802px;
    margin: 0 auto;
}

p.small {
    font-size: 1.125rem;
}
ul.small {
    font-size: 1.125rem;
}

.services-off {
    padding: 2.5rem 0 0;
    max-width: 740px;
}

    .services-off .all-cta {
        background: #F2F2F2;
        padding: 12% 1rem;
    }

    .services-off .button {
        margin-top: 2rem;
    }
.right.button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.navbar {
    height: 100px;
    padding-bottom:18px;
}
.navbar .container{
    align-self: end;
}
.dropdown-menu .container {
    position: relative;
}

.img-wrapper {
    position: relative;
    padding-bottom: 110%;
}

    .img-wrapper img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }
.item-data a {
    text-decoration: none;
    display: block;
    padding: 2.4rem 2rem;
}
.button {
    background: #0085CA;
    color: #fff;
    font-size: 1.25rem;
    width: 100%;
    max-width: 180px;
    display: inline-block;
    text-decoration: none;
    padding: 15px 24px;
    line-height: 1.05;
    font-weight: bold;
    text-align: center;
    transition: background 0.3s ease-in;
}
    .button:hover {
        background:#003DA5;
        color:#fff;
    }
.button.large{
    max-width:265px;
}
.button.extra-large {
    max-width: 446px;
}
    .button.extra-large {
        max-width: 446px;
    }
    .button.auto {
        width: auto;
        max-width: unset;
    }
    .button.btn-mobile-xxl,
    .button.btn-mobile-xl,
    .button.btn-mobile {
        display: none;
    }
    .detail-body .button.extra-large {
        display: block;
        margin: 4.5rem auto;
    }
    .fluid.button {
    max-width: unset;
}
.cat-overview .sub-list > div{
    min-width:30%;
}
.cat-overview .sub-list p {
    font-size: 1.125rem;
}
form#newsletter-form button.button {
    max-width: unset;
}
.button.search {
    line-height: 1;
    display: inline-block;
    width: 170px;
}
    .button.search:before {
        content:"";
        display:inline-block;
        background: url('/images/search-white.svg') no-repeat 0 0 transparent;
        width:16px;
        height:16px;
        margin-right:10.5px;
    }
.filters-mobile {
    display: none;
    margin-bottom: 1.15rem;
  
}
.button.filter {
    line-height: 1;
    max-width: 170px;
    cursor: pointer;
    margin-right: 1rem;
    padding: 15px;
}
    .button.filter:before {
        content: "";
        display: inline-block;
        background: url('/images/filter.svg') no-repeat 0 0 transparent;
        background-size: auto;
        height: 17px;
        width: 17px;
        background-size: 17px;
        margin-right: 8px;
    }
.footer form .form-check-label {
    width: calc(100% - 24px);
    padding-left: 16px;
}
.footer form .form-check-label, .footer form .form-check-label a {
    font-size: 0.8rem;
    font-weight: normal;
    color: #010101;
}
.switch  input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  margin:0;
}

.switch .lever {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-color: #818181;
    border-radius: .9375rem;
    width: 68px;
    height: 30px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;

}
    .switch .lever::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        content: "";
        background-color: #f1f1f1;
        border-radius: 1.3125rem;
        -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4);
        box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4);
        width: 38px;
        height: 38px;
        -webkit-transition: left .3s ease,background .3s ease,-webkit-box-shadow 1s ease;
        transition: left .3s ease,background .3s ease,-webkit-box-shadow 1s ease;
        transition: left .3s ease,background .3s ease,box-shadow 1s ease;
        transition: left .3s ease,background .3s ease,box-shadow 1s ease,-webkit-box-shadow 1s ease;
    }
.switch  input[type="checkbox"]:checked + .lever {
    background-color:#fff;

}
.switch input[type="checkbox"]:checked + .lever::after {
    left: 30px;
    background-color: #0085CA;
}
.switch {
    padding-right: 1.5rem;
}
.form-check{
    padding:0;
}
.form-check {
    display: flex;
 /*   margin-bottom: 3rem;*/
    align-items: center;
}
#newsletter-form .form-check {
    align-items: flex-start;
}
    .form-check p.form-check-label {
    margin-bottom: 0;
}
    .case .img-container {
        position: relative;
        overflow: hidden;
    }
    .case .img-container::after {
        content: "";
        display: block;
        padding-bottom: 68%;
        z-index: 0;
        position: relative;
    }
.case:nth-child(2n+1) {
    background: #F2F2F2;
}

.case .img-container img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.about-numers .img-container {
    position: relative;
    overflow: hidden;
}
.about-numers h4{
    max-width:700px;
}
.colored-logo p{
    margin:2rem 0 0;
}
.colored-logo .image-container{
    position:relative;
}
.colored-logo .image-container img {
        position: relative;
}
.colored-logo #image-plug {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition:background 0.3s ease-in;
}

.about-numers .img-container::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    z-index: 0;
    position: relative;
}

    .about-numers .img-container img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
.footer form .form-check-label a {
    display: inline;
    color: #0085CA;
}
#newsletter-form .form-check .form-check-input{
    margin-left:0;
    width:24px;
    height:24px;
}
#newsletter-form .form-check{
    margin:1.34rem 0 0; 
}
button.button {
    border: 0;
}

.ancors-item {
    margin: 0 10px;
}

    .ancors-item .button {
        background: transparent;
        color: #01010133;
        font-size: 1.13rem;
        font-weight: 900;
        border-bottom: 4px solid #01010133;
        padding: 0 10px;
        line-height: 1.9;
    }

        .ancors-item .button.active {
            color: #0085CA;
            border-color: #0085CA;
        }
.blue-section .ancors-item .button {
    opacity: 0.2;
    color: #ffffff;
    border-color: #ffffff;
}
.citazione h3{
    margin-bottom:2rem;
}
.citazione p.small {
    margin-bottom:0;
}
    .blue-section .ancors-item .button.active {
    opacity: 1;
}
a.button.secondary {
    background: transparent;
    color: #000000CC;
    border: 1px solid #000000CC;
}
a.button.secondary:hover {
    background: #2B2B2B;
    color: #fff;
}


a.button.white, button.button.white {
    background: white;
    color: #0085CA;
}
a.button.white:hover {
    background: #0085CA;
    color:#fff;
}
    .white a.button.secondary {
        background: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
    }
.white a.button.secondary:hover {
    background: #2B2B2B;
    border: 1px solid #2B2B2B;
}

.button.tertiary {
    background: transparent !important;
    color: #0085CA;
    
    width: auto;
    padding: 15px 0;
    max-width: max-content;
    text-align: left;
    display: inline;
}
    .button.tertiary::after {
        background: url('/images/arrow.svg') no-repeat center;
        content: "";
        width: 16px;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }
.button.video.tertiary::after {
    background: url('/images/play-button.svg') no-repeat center;
     
    width: 18px;
    background-size: 100%;
    height: 18px;
}

        /*.item-data:hover a.button.tertiary{

}*/
.button.tertiary:hover, .item-data:hover .button.tertiary {
    color: #003DA5;
}
    .button.tertiary:hover::after, .item-data:hover .button.tertiary::after {
        background: url('/images/arrow-hover.svg') no-repeat center;
    }
.button.video.tertiary:hover::after {
    background: url('/images/play-button-hover.svg') no-repeat center;
    background-size: 100%;
}
    a .button.tertiary.linkedin::before {
    content: "";
    background: url('/images/linkedin-cta-small.svg') no-repeat left center;
    background-size: auto;
    background-size: auto;
    background-size: 21px;
    padding-left: 30px;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
}
.button.white.tertiary {
    color: #fff;
   
}
.button.white::after, a.button.white:hover::after {
    background: url('/images/arrow-white.svg') no-repeat center;
}
.button.white.tertiary:hover {
text-decoration:underline;
background:transparent;
}
.button.tertiary.inline {
   padding-left:15px;
}
    .heading p{
    margin-bottom:0;
}
.boxes .boxes-list > div{
    margin:15px 0;
}
.boxes .item {
    height: 100%;
}
.boxes .item .copy-block {
    background: #F2F2F2;
    padding: 2.82rem 3.13rem 4rem;
    height:100%;
}
.people .item{
    margin: 4.5rem 0px;
}


.people .item .copy-block {
    display: inline-block;
    max-width: calc(100% - 100px);
    padding: 0 1.5rem 0 1.5rem;
}
.values .item .copy-block {
    display: inline-block;
    /* max-width: calc(100% - 100px);*/
    padding: 0 1.5rem 0 1.5rem;
    position: relative;
    height: 100%;
}
.values .item .copy-block p {
margin-bottom:0;
}
.copy-block.citazione {
    position: relative;
    padding: 2.6rem 0px 0px 8rem;
}
    .copy-block.citazione::before {
        content: "";
        background:url('/images/quotation.svg') no-repeat;
        display: block;
        position: absolute;
        font-size: 100px;
        left: 0px;
        top: 0px;
        width:99px;
        height:80px;
    }
.people .item .copy-block p {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.people .item .copy-ico, .values .item .copy-ico {
    width: 85px;
    display: inline-block;
    vertical-align: top;
}
.values .item {
    padding-left: 1.5rem;
    position: relative;
    height: 100%;
    padding: 5rem 0 0;
}
    .values .item .copy-block::before {
        content: "";
        width: 4px;
        height: 0;
        display: block;
        background: rgb(0, 133, 202);
        position: absolute;
        left: 0px;
        bottom:0;
        transition: height 1s ease-in 1s;
    }
.is-in-vp.values .item .copy-block::before {
    height: 100%;
}
.boxes .item .copy-block img {
    width: auto;
    margin-bottom: 2rem;
    height: 60px;
}
.category-services-list h2 {
    margin-bottom: 9rem;
}
.boxes .item .copy-block h4 {
    margin-bottom: 1.5rem;
}
.boxes .item .copy-block p {
    font-size: 1.125rem;
    color: #010101;
    margin-bottom:0;
}
.boxes .item .copy-block .button {
    margin-top: 2rem;
    display:block;
    padding-bottom:0;
}
.results .results-list .item {
    border-bottom: 1px solid #01010126;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    
}
    .results .results-list .item a{
        text-decoration:none;
    }
    .results .results-list .item .detail {
        padding-right: 2rem;
        max-width: calc(100% - 300px);
    }

    .results .results-list .item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
       
    }
    .results .results-list .item .data {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .results .results-list .item .date {
        padding: 2rem 0 0rem;
        font-size: 0.875rem;
        color: #BABABA;
    }
    .results .results-list .item p {
        font-size: 1.125rem;
        color: #010101;
        margin-bottom: 0;
    }
.results .filters {
    display: flex;
    align-items: center;
}
.results .filters label {
    color:#0085CA;
    padding-right:1rem;
}
.filters-list {
    display: flex;
    overflow-x:auto;
}
    .filters-list .item {
        font-size: 1.625rem;
        margin-right: 2rem;
    }
        .filters-list .item button {
            background: transparent;
            border: 0;
            padding: 0.5rem;
            color: rgba(1, 1, 1,0.5);
            position: relative;
            transition:color .3s ease-in;
        }
            .filters-list .item button::after {
                content: "";
                height: 4px;
                width: 0;
                display: block;
                background: rgb(0, 133, 202);
                position: absolute;
                bottom: 0px;
                left: 50%;
                transform: translateX(-50%);
                transition:width .3s ease-in;
            }
    .filters-list .active.item button {
        color: #0085CA;
    }
    .filters-list .item.active button::after {
        width: 100%;
    }
.results .filters-list .item, .filters-mobile .item {
    background: #F2F2F2;
    color: #010101;
    padding: 1rem;
    font-size: 1rem;
    cursor:pointer;
}
    .results .filters-list .item:before,
    .filters-mobile .item:before {
        content: "";
        display: inline-block;
        background: url('/images/close-menu.svg') no-repeat center;
        background-size: auto;
        height: 15px;
        width: 15px;
        background-size: 200%;
        vertical-align: middle;
        margin-right: 8px;
    }
    .sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sticky-copy {
    position: sticky;
    top: 0;
    /*height: 100vh;*/
    min-height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fixed {
    position: fixed;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.solutions .sticky {
    /*    height: calc(100vh - 100px);*/
    height: 100vh;
    top: 0;
    overflow: hidden;
}

.services .copy-block.sticky {
    padding: 1rem 0;
    float: right;
    margin-left: auto;
    margin-left: auto;
    max-width: 665px;
}
.services .copy-block.sticky h2 {
    margin-bottom:2rem;
}
    header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.hero {
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
   /* z-index: -1;*/
}

.carouselHome {
    position: fixed;
    z-index: 0;
}

.carouselHomeSpace {
    position: relative;
    height: 100vh;
    z-index: -1;
}

.carouselHome .carousel-control-next-icon {
    background-image: url("../images/arrow_right.svg");
    width: 3rem;
    height: 3rem;
}

.carouselHome .carousel-control-prev-icon {
    background-image: url("../images/arrow_left.svg");
    width: 3rem;
    height: 3rem;
}
.carousel-inner {
    cursor: grab;
}

.carousel-inner:active {
    cursor: grabbing;
}

.carousel,
.carousel-inner,
.carousel-item,
.item-video, .item-image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .item-video video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .item-image img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        object-position: center;
        display: block;
    }
.carousel-item .carousel-captions p {
    max-width: 600px;
    margin: 2rem auto 0;
}
.carousel-item .carousel-captions {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 900px;
}
    .carousel-item .carousel-captions .button {
        margin-top: 2rem;
    }



/* Prevent normal behavior of the drag image */
    .carousel-inner img {
        pointer-events: none;
        user-select: none;
        -webkit-user-drag: none;
    }

.header.internal {
    background: #003DA5;
    min-height: 524px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(100px + 10rem) 0 9rem;
}
.low-spacing-bottom.header {
    padding-bottom: 12.5rem;
}
.header.about {
    background: #fff;
    min-height: 100vh;
}
.header.detail-news{

}
.header.detail-news p{
    max-width:1070px;
}
    .header.about .row > div:first-child {
        align-self: flex-start;
    }
    .header.about .row > div:nth-child(2) {
        align-self: center;
        margin: 3.4rem 0;
    }
.about-numers .big-num {
    font-size: 10rem;
    line-height: 1;
    line-height: 100px;
    position: relative;
    padding-left: 1.5rem;
}

    .about-numers .big-num::before {
        content: "";
        width:4px;
        height: 0;
        display: block;
        background: rgb(0, 133, 202);
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-60%);
        transition: height 1s ease-in 1s;
    }
.about-numers.is-in-vp .big-num::before {
    height: 117%;
}
    .about-numers .small-num {
    font-size: 5rem;
    /*line-height: 100px;*/
}
.about-numers .reference {
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.copy-list .copy-block {
    height: 100vh;
    display: flex;
    justify-content: center;
    max-width: 555px;
    flex-direction: column;
}
    .copy-list .copy-block:first-child {
        max-width: 590px;
    }
.header.about .row > div:last-child {
    align-self: flex-end;
}
.after-hero {
    height: 100vh;
    position: relative;
    z-index: -1;
}

.focus {
    border-radius: 40px 40px 0px 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}
section.rounded {
    border-radius: 40px 40px 0px 0px !important;
}

.category-services-list {
    border-radius: 40px 40px 0px 0px;
    background: #003DA5;
    
    position: relative;
}

.hero video, .hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--inner-viewport-height, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 1s 1s cubic-bezier(0.75, 0.42, 1, 0.99);
}

.steps-anchors {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.anchor-spacer {
    /*    height: calc(100vh - 100px);*/
    height: 100vh;
    width: 100%;
}

.partners {
    text-align: center;
}

    .partners h3, .certifications  h3{
        margin-bottom: 8rem;
    }

    .partners .partners-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partners img {
        width: auto;
        padding: 2rem 0;
        max-width: 100%;
    }
.certifications-item img {
    width: 100%;
    max-width: 350px;
    padding: 2rem;
    margin: 0 auto;
    display: block;
}

.dialog .box {
    padding: 8rem;
    background: rgb(0, 61, 165);
    position: relative;
}
.dialog.grey .box {
    background: #F2F2F2;
}
    .dialog .copy-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.manifesto.dialog .copy-block h3, .dialog.detial-news-dialog .copy-block h3 {
 /*   max-width: 65%;*/
}
    .dialog.search .copy-block {
    display: block;
}
.dialog.search .copy-block h3 {
    margin-bottom: 2rem;
}
    .search .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
}
    .search .input-group .form-outline {
        width: 100%;
        max-width: 776px;
        display:flex;
    }

.dialog h3, .dialog .text p {
    margin-bottom: 0;
}
.dialog .text p {
    margin-top:1rem;
}
    .dialog .copy-block .text {
max-width:800px;
}

.dialog .buttons {
    /*   width:350px;*/
}
.buttons{
    display:flex;
    flex-wrap:wrap;
}
.buttons .button {
    width: auto;
    min-width: 150px;
}

    .buttons .button:nth-child(2)  {
        margin-left:1rem;
    }

.footer {
    position: relative !important;
    background: #fff;
    line-height: unset !important;
    padding-top: 11.25rem;
}

.footer-off img {
    max-width: 120px;
}

.footer-off span, .footer-off a {
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}

.footer-off a {
    text-decoration: none;
    font-weight: 800;
    color: #010101;
}

.socials {
    margin-left: auto;
    text-align: right;
}
.detail-news .socials {
    text-align: left;
    margin-left:unset;
    margin-top:4rem;
}
.contact-options .socials {
    margin-left: 0;
    text-align: left;
}
.contact-options .copy-block h4{
    margin-bottom:1rem;
}

.socials img {
    width: auto;
}
.copy-block img.auto {
    width: auto;
    max-width: 100%;
}
.footer-off {
    padding: 3.313rem 0 4.7rem;
    border-top: 1px solid #01010126;
    text-align: center;
    margin-top: 2rem;
}
.footer-off .logo{
    padding-bottom:2rem;
    display:block;
}

.footer-off .flex-col {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
}
.footer-off .logo {

}
.footer-off .service-link {
        padding-left: 2%;
}
.footer-off .socials a {
    margin-left: 1rem;
}
.contact-options .socials a  
{
    margin-right: 1.3rem;
}
.detail-news .socials a {
    margin-left: unset;
    margin-right: 1rem;
}
.footer .nav li {
    padding-bottom: 0.9rem;
}
.footer .nav a, .footer label {
    font-size: 1rem;
    color: #1D1D1D;
    text-decoration: none;
}
.footer .nav > div > a, .footer label {
    font-weight: 800;
    display: inline-block;
    padding-bottom: 0.9rem;
}
.footer ul, .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}

.input-style {
    border: 1px solid #BABABA;
    padding: 15px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 1rem;
}
#renderCanvash {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: unset;
    border: none !important;
    outline: none !important;
    display: block;
}
.one-side-carousel .carousel .stage-outer {
    overflow: hidden;
    position: relative;
}
.one-side-carousel   .nav {
    justify-content: center;
    width: 28vw;
}
.one-side-carousel-left.one-side-carousel .nav{
    margin-left:auto;
}
.one-side-carousel .nav button {
    margin: 3rem 1.5rem 0;
}
.stage-outer .stage {
    width: 4000px;
    
}
.with-data .stage-outer .stage {
    display: flex;
}
.one-side-carousel-left .stage-outer .stage {
    float: right;
}
.one-side-carousel .carousel .stage-outer::after {
    background: linear-gradient(90deg,transparent calc(26vw*1),rgba(251, 251, 251, 0.15) calc(26vw*1.1),rgba(251, 251, 251,0.7) calc(26vw*1.4),rgba(251, 251, 251,0.82) calc(26vw*1.47),rgba(251, 251, 251,0.92) calc(26vw*1.56),rgba(251, 251, 251,0.954) calc(26vw*1.6),rgba(251, 251, 251,1) calc(26vw*1.7));
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.blue-section.one-side-carousel .carousel .stage-outer::after {
    background: linear-gradient(90deg,transparent calc(26vw*1),rgba(0, 61, 165, 0.15) calc(26vw*1.1),rgba(0, 61, 165,0.7) calc(26vw*1.4),rgba(0, 61, 165,0.82) calc(26vw*1.47),rgba(0, 61, 165,0.92) calc(26vw*1.56),rgba(0, 61, 165,0.954) calc(26vw*1.6),rgba(0, 61, 165,1) calc(26vw*1.7));
}
.blue-section.one-side-carousel.one-side-carousel-left .carousel .stage-outer::after {
    transform: rotate(180deg);
}
.one-side-carousel .offset {
    margin-left: 4%;
}
.one-side-carousel-left .offset {
    margin-left: 0;
    margin-right: 4%;
}
.one-side-carousel .carousel .stage-outer .item {
    width: 28vw;
    position: relative;
    padding-right: 20px;
    animation-duration: 2s;
    transition: transform 0.5s ease-in, 0.5s opacity ease-out;
    opacity: 0;
    background: #ffffff;
    box-sizing: content-box;
    float: left;
    display: flex;
    flex-direction: column;
}
.one-side-carousel.one-side-carousel-left .carousel .stage-outer .item {
    float: right;
    padding-right: 0;
    padding-left:20px;
}
    .blue-section.one-side-carousel .carousel .stage-outer .item {
    background: #003DA5;
}
    .one-side-carousel .carousel .stage-outer .item.animate__zoomIn {
    animation-duration: 600ms;
}
    .one-side-carousel .carousel .stage-outer .item.active, .one-side-carousel .carousel .stage-outer .item.active + .item {
        opacity: 1;
    }
    .one-side-carousel .carousel .stage-outer .item.prev {
        transform: scale(0.7) !important ;
    }
.one-side-carousel .carousel .stage-outer .item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
   height:100%;
    object-fit: cover;
}
.mobile-gallery .item .wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.one-side-carousel .nav .prev {
    background: url('/images/prev.svg') no-repeat center !important;
    width: 60px;
    height: 60px;
    border: none;
    transition: opacity 0.4s ease-in;
}
.one-side-carousel-left .nav .prev {
    background: url('/images/next.svg') no-repeat center !important;
}
.one-side-carousel .nav .next {
    background: url('/images/next.svg') no-repeat center !important;
    width: 60px;
    height: 60px;
    border: none;
    transition: opacity 0.4s ease-in;
}
.one-side-carousel-left .nav .next {
    background: url('/images/prev.svg') no-repeat center !important;
}
.one-side-carousel   .nav .prev:disabled, .one-side-carousel   .nav .next:disabled  {
    opacity: .4;
}
.one-side-carousel .carousel .stage-outer .item .wrapper {
position:relative;
}
.one-side-carousel .carousel .stage-outer .item .wrapper::before {
        padding-bottom: 135%;
        content: "";
        display: block;
        position: relative;
}
.one-side-carousel.with-data .carousel .stage-outer .item .wrapper::before {
    padding-bottom: 105%;
 
}
.mobile-gallery .item .wrapper{
    position:relative;
}
.mobile-gallery .item .wrapper::before {
    padding-bottom: 115%;
    content: "";
    display: block;
    position: relative;
}
.one-side-carousel .data {
    background: #F2F2F2;
    padding: 2rem;
    height: 100%;
}
    .one-side-carousel .data p {
        font-size: 1.125rem;
    }
#renderCanvas {
    /* pointer-events: none;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.detail-top-data {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}
.detail-top-service {
    padding: calc(100px + 10rem) 0 0;
    overflow: hidden;
}
    .detail-top-service .row {
        align-items: center;
    }
.careers-top::after {
/*content:"";*/
display:block;
height:9vh;
}
.datail-top-img {
    position: absolute;
    right: 0;
    width: 53%;
    top: 100px;
    height: 100%;
}
 .datail-top-img {
    height:calc(100vh - 100px);
}
.careers-top .datail-top-img {
    height:109vh;
}
.datail-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.point .point-ico {
    background: url('/images/point.svg') no-repeat center;
    max-width: 71px;
    height: 71px;
    line-height: 81px;
    text-align: center;
    font-size: 2.5rem;
    background-size: 100% 100%;
    color: #fff;
    font-weight: 800;
    margin: 2.3rem auto;
}
.point .point-label {
    text-align: center;
    font-size: 1.625rem;
    line-height: 1.385;
    margin: 0 auto;
    max-width: 255px;
    color: #010101;
}
.point {
    margin-bottom: 2.3rem;
}
.points h2 {
    margin-bottom: 6rem;
}
.points h3 {
    margin: 6rem 0 2.3rem;
}
.about-menu-item{
    position:relative;
}
    .about-menu-item::before {
        padding-bottom:90%;
        content: "";
        display: block;
        position: relative;
        background: #002F6C;
        z-index: 1;
        opacity: 0.6;
    }
    .about-menu-item .copy-block {
        position: absolute;
        top: 0;
        height: 100%;
        padding: 5% 19%;
        text-align: center;
        color: #fff;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about-menu-item.large{
        margin-top:30px;
    }
    .about-menu-item.large::before {
        padding-bottom: 24.3%;
    }
    .about-menu-item.large .copy-block {
        padding: 5% 9%;
        text-align: left;
        align-items:flex-start;
    }
        .about-menu-item.large .copy-block p{
           max-width:665px;
        }
            .about-menu-item .copy-block h3, .about-menu-item .copy-block p, .about-menu-item .copy-block .button {
        color: #ffffff;
    }
        .about-menu-item img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        height: 100%;
        z-index:0;
    }
.dropdown-menu .close-menu {
    position: absolute;
    right: 5px;
    background: url("/images/close-menu.svg") center center / 115% no-repeat;
    background-size: 115%;
    top: 18px;
    width: 40px;
    height: 40px;
    background-size: 115%;
    z-index: 1;
    cursor:pointer;
}
.news-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding:0;
}
    .news-pagination li {
        padding: 0 0.4rem;
    }
        .news-pagination li a {
            border: 1px solid #CCCCCC;
            border-radius: 100%;
            width: 45px;
            height: 45px;
            display: block;
            line-height: 45px;
            text-align: center;
            color: #010101;
            text-decoration: none;
            font-size: 18px;
            transition: all 0.3s ease-in 0s;
        }
            .news-pagination li a.active, .news-pagination li a:hover {
                border-color: #0085CA;
                background: #0085CA;
                color: #ffffff;
            }
.results-pagination .pagination {
    justify-content: center;
    font-size: 1.25rem;
  }
    .results-pagination .pagination li {
        font-weight: 700;
        color: #0085CA;
        padding: 0 1rem;
    }
    .results-pagination .pagination li:first-child  {
      justify-self :flex-start;
    }
    .results-pagination .pagination li a {
        text-decoration: none;
        color: #0085CA;
    }
        .results-pagination .pagination li a.disabled {
            color: #010101;
            opacity:.5;
        }
    #search-block {
        background: #fff;
        width: 40vw;
        position: absolute;
        top: 50%;
        visibility: hidden;
        transition: all 0.5s ease-in;
        opacity: 0;
        right: -10px;
        transform: translateY(-50%);
    }
    #search-block form {
        display: flex;
        justify-content: flex-end;
        height: 44px;
        align-items: center;
        background: #F8F8F8;
        padding: 0 10px;
    }
    #search-block-mobile form {
    display: flex;
    padding:13px 0;
    }
#search-button, #close-button {
    width: 25px;
    cursor: pointer;
}
#search-block.open {
    visibility: visible;
    opacity: 1;
}
#search-block #search-input {
    width: 100%;
    margin: 0px 15px;
    border: 0px none;
    background: transparent;
    outline: none;
    font-size: 1.25rem;
}
#search-mobile-button {
    background: url('/images/searchnav.svg') no-repeat transparent center;
    background-size:20px;
    width: 20px;
    height: 20px;
    align-self: center;
    justify-self: end;
    margin-left: auto;
    border: none;
    display: none;
    margin-right:1rem;
}
#search-block [type="submit"], #search-block-mobile [type="submit"] {
    width: 21px;
    height: 21px;
    font-size: 0;
    border: 0;
    background: url('/images/search.svg') no-repeat transparent;
    background-size: auto;
    background-size: 21px;
}
    .navbar.searching .nav-item, .navbar.searching .divider {
    visibility: hidden;
}

.page-container ul{
    list-style:none;
    padding-left:2.5rem;
}

.copy-block ul .li-content-none::before {
    content: none;
}

.error-tipe {
    font-size: 21.85rem;
    color: #002F6C;
    font-weight:800;
    margin:0 20px;
}

.four0four-logo{
    width:253px;
}

.copy-block-404 {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.error-text {
    font-size: 1.625rem;
}
}

p:first-of-type{
    margin-top:2rem;
}

.detail-body p{
    margin-top:0;
}
.secondary-spacing-top {
    margin-top: 2rem;
}
.secondary-spacing-bottom{
    margin-bottom:2rem;
}
.more-internal-spacing-bottom {
    padding-bottom: 7.5rem;
}

.more-internal-spacing-top {
    padding-top: 7.5rem;
}

.more-internal-spacing {
    padding: 6.25rem 0;
}

.spacing-top {
    padding-top: 15rem;
}

.spacing-bottom {
    padding-bottom: 15rem;
}

.privacy-page li,
.cookie-page li{
    font-size: 1.125rem;
}

.privacy-page a{
    text-decoration:none;
}

.cookie-page h5{
    margin-bottom:1rem;
}

.thankyou-logo{
    max-width:117px;
}

.button.medium{
    max-width:209px;
}
.lightbox {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFFCC;
    z-index: 50;
    position: fixed;
    visibility: hidden;
    opacity:0;
    transition: all 0.8s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.lbx-tofixed .lightbox {
    visibility: visible;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.28, 0.11, 0.32, 1);
}
    .lightbox .lightbox-wrapper {
        max-width: 1380px;
        width: 100%;
        position: absolute;
       
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position:relative;
    }
.lightbox .lightbox-wrapper.lightbox-wrapper-16x9::before {
        padding-bottom: calc(9 / 16 * 100%);
        display: block;
        content: "";
    }
.lightbox .lightbox-wrapper video {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
}
        .lightbox .lightbox-wrapper .form {
           
            width: 100%;
        }
        
        .lightbox-close {
            position: absolute;
            background: url("/images/close-menu.svg") center center / 200% no-repeat;
            width: 37px;
            height: 37px;
            right: 2%;
            top: 2%;
            cursor: pointer;
        }
.boxes.careers .boxes-list {
    margin-bottom: 4.43rem;
}
.mobile-logo .item {
    display: flex;
    align-items: center;
}
    .mobile-logo .item .img-block {
        margin-right: 2rem;
        min-width: 350px;
        position: relative;
    }
        .mobile-logo .item .img-block .colored {
            content: "";
            display: block;
            width: 38%;
            height: 38%;
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%,-50%);
            z-index: -1;
        }
.mobile-logo .item .img-block[bgcolor="#28A693"]::before {
    background: #28A693;
}
.mobile-logo .item .img-block[bgcolor="#BEBF40"]::before {
    background: #BEBF40;
}
    .mobile-logo .item .img-block[bgcolor="#B53C51"]::before {
        background: #B53C51;
    }
    .mobile-logo .item .img-block[bgcolor="#D47C37"]::before {
        background: #D47C37;
    }

section.vcard{
    max-width: 768px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.vcard .banner {
    background-color: #03234E;
    padding: 10% 0 1% 0;
    position: relative;
    text-align: center;
}

.vcard .title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 .5rem 0;
}

.vcard .logo {
    width: 30%;
    position: absolute;
    top: 13.5%;
    right: 0;
}

.vcard .faceIcon {
    width: 25%;
    margin-bottom: 1rem;
    background: #C0C8D3;
    border-radius: 50%;
}

.vcard .nome {
    margin-bottom: .5rem;
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
}

.vcard .ruolo {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 1rem;
}

.vcard .download-button {
    display: block;
    background-image: url(/images/vcard_img/addcontact.svg);
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background-size: cover;
}

.vcard .contatti{
    padding: 2.5rem 0 1rem 0;
    text-align: left;
}

.vcard .info {
    background-color: #0085CA;    
    margin: 3% 2%;
    padding: 2%;
}

.vcard .text{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}

.vcard .image {
    max-width: 24px;
}

.vcard .indirizzo {
    margin-bottom: .75rem;
}

    .vcard .indirizzo p {
        color: #03234E;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .vcard .indirizzo i {
        color: #03234E;
        font-size: 24px;
    }
.partners-logos .copy-block img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.partners-logos .img-container {
    height: 190px;
    margin-bottom: 1.5rem;
}
.how-work .arrow {
max-width:119px;
}
.how-work .step{
    max-width:330px;
    margin:0 auto;
}
    
    .how-work .step img {
        height: 160px;
        margin-bottom: 1.313rem;
    }
.how-work .flex {
    display: flex;
    justify-content: space-around;
}
.case-gallery .item{
    position:relative;
}
.case-gallery .item::before {
    content: "";
    padding-bottom: 65%;
    display: block;
}
.case-gallery .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.editorial-page {
    border-bottom: 1px solid #01010126;
}
#search-block-mobile{
    display:none;
}
.owl-carousel .owl-item .services-item img {
    max-width: 300px;
}
.hero .caption {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    max-width:900px;
}
.hero .caption p {
max-width:600px;
margin:2rem auto 0;
}
.hero .caption .button{
    margin-top:2rem;
}



/*ELENCO CORSI SKILLGATE*/

#elenco_categorie_corsi {
    list-style: none;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    padding: 0;
    margin: 55px 0;
}

#elenco_categorie_corsi li {
    border: 1px solid;
    color: #0085CA;
    padding: 5px 10px;
    float: left;
    margin: 3px;
    border-radius: 5px;
    cursor: pointer;
}

#elenco_categorie_corsi li.selected {
    color: white;
    background: #0085CA;
}

@media (max-width: 576px) {
    #elenco_categorie_corsi:not(.showall) li:nth-child(n+9) {
        display: none;
    }
}

#elenco_corsi {
    padding-left: 0;
}

#elenco_corsi li {
    list-style: none;
    width: calc(33.33333% - 20px);
    padding: 10px;
    cursor: pointer;
}

@media (max-width: 576px) {
    #elenco_corsi li {
        padding: 5px 10px;
    }
}

#elenco_corsi li .dati_corso {
    position: absolute;
    top: 0;
    color: white;
    background: #0085CA;
    opacity: 0;
    margin: 10px 0;
    width: calc(100% - 20px);
    height: 1px;
    text-align: left;
    padding: 0 20px;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
}

@media (max-width: 576px) {
    #elenco_corsi li .dati_corso {
        margin: 5px 0px;
    }
}

#elenco_corsi li .dati_corso .titolo_corso {
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 15px;
    line-height: 1.1em;
}

    #elenco_corsi li .dati_corso .titolo_corso:after {
        content: "";
        background-image: url(~/img/arrow-right.svg);
        position: absolute;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        top: 17px;
        right: 20px;
    }

#elenco_corsi li .dati_corso .info_corso {
    display: flex;
}

#elenco_corsi li .dati_corso .info_corso div {
    padding-right: 20px;
}

#elenco_corsi li .dati_corso .btn {
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    margin-top: 15px;
}
#elenco_corsi li:hover .dati_corso {
    opacity: 1;
    height: calc(100% - 20px);
    padding: 20px;
}

@media (max-width: 576px) {
    #elenco_corsi li:hover .dati_corso {
        height: calc(100% - 10px);
    }
}

@media (max-width: 768px) {
    #elenco_corsi li {
        width: 50%;
    }
}

@media (max-width: 576px) {
    #elenco_corsi li {
        width: 100%;
        margin-bottom: 15px;
    }
}

.mostra_di_piu {
    color: #0085CA;
    padding: 30px 0;
    cursor: pointer;
    font-weight: 700;
}

@media (min-width: 768px) {
    .mostra_di_piu#mostra_piu_categorie {
        display: none;
    }
}

.isotope-pager a {
    padding: 10px;
    text-decoration: none;
    color: #0085CA;
}

.isotope-pager .current {
    font-weight: bold;
    color: #111;
}

/*PAGINA CORSO SKILLGATE*/


.course-topics h3{
    font-size: 1.15em;
    font-weight: normal;
}


.course-topics ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.course-topics li {
    list-style: none;
    width: 50%;
    padding: 5px 30px 5px 30px;
    list-style:none;
}
    .course-topics li:before {
        content: " "!important;
        background: url(/images/full-logo.svg);
        position: absolute;
        height: 24px;
        width: 24px !important;
        margin-left: -30px !important;
    }

@media (max-width: 600px) {
    .course-topics li {
        width: 100%;
    }    }

 


.destination_course img{
    height: 60px;
    width: 60px;
    object-fit: contain;
    object-position:left;
    margin: 40px 0 20px;
}
.course-features{
    padding: 0;
}
.course-features li {
    list-style: none;
    text-align: center;
}

.course-features li img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    object-position: center;
    margin: 40px auto 20px;
}

.teacher img {
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.teacher .h5 {
    font-weight: 800;
    font-size: 22px;
}

.teacher .copy-block ul{
    padding-top: 20px;
    padding-left: 1px;
}

.teacher .h2 {
    font-weight: 800;
    font-size: 60px;
}
@media (max-width: 600px){
.teacher .h5 {
    font-size: 15px;
}

.teacher .h2 {
    font-size: 30px;
}}

    .course_table_wrap {
    width: 100%;
    overflow-x: auto;
}

.course_table {
    width: 100%;
}

.course_table td {
    min-width: 120px;
}

.course_table td img {
    width: 30px;
    margin: 5px auto;
    display: block;
}

.headcol {
    position:sticky;
    min-width: 150px!important;
    left: 0;
}


.course-content-title {
    font-weight: bold;
}

.course-content td {
    background-color: #F2F2F2;
    padding: 30px 10px;
}


.course-content-title td {
    text-align: center;
    background-color: white;
    vertical-align: bottom;
    padding: 50px 10px 5px;
    border-bottom: 1px solid white;
    border-right: 1px solid #ffff;
}

.course-content-title td.headcol {
    text-align: left;
    padding-left: 0;
}

#accordionSkillGate .accordion-item {
    border: 0px solid;
}

    #accordionSkillGate .accordion-item:focus, #accordionSkillGate .accordion-item:not(:last-child) {
        border-bottom: 1px solid rgba(1, 1, 1, 0.11);
    }

    #accordionSkillGate .accordion-item .accordion-button {
        color: #010101;
        font-weight: 900;
        font-size: 26px;
    }

        #accordionSkillGate .accordion-item .accordion-button:not(.collapsed) {
            box-shadow: none;
        }

@media (max-width: 768px) {
    #accordionSkillGate .accordion-item .accordion-button {
        font-size: 18px;
    }
}

#accordionSkillGate .accordion-item .accordion-button:after {
    background-image: url(/images/icona-accordion.svg);
}

#accordionSkillGate .accordion-item .accordion-button:not(.collapsed) {
    background: white;
    color: #010101;
}

    #accordionSkillGate .accordion-item .accordion-button:not(.collapsed):after {
        transform: rotate(-225deg);
    }

#accordionSkillGate .accordion-item .accordion-body {
    text-align: left;
    padding: 10px 20px 30px;
}

.course_requirements .requirement img{
    height: 155px;
    width: 155px;
    margin: 0 auto 20px;
    display: block;
    object-fit: contain;
}

.course_requirements .requirement{
    background-color: #f2f2f2;
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    padding: 30px;
    margin-top: 30px;
}


.course-list li {
    list-style: none;
}
    .course-list li .course-item.hidden{
        display:none;
        
        border: 1px solid white;
        padding: 0 15px;
        margin: 0;

    }
    .course-list li .course-item {
        border: 1px solid #CCCCCC;
        padding: 15px;
        font-size: 26px;
        overflow: hidden;
        margin: 15px 0;
        transition-duration: 0.25s;
        transition-timing-function: ease-in;
        display: flex;
        flex-direction: column;
    }

    .course-list li .course-item a {
        font-size: 32px;
        font-weight: 800;
        color: #0085CA;
        text-decoration:none;
        line-height:1.1em;
    }

#load_other_courses {
    font-size: 20px;
    color: #0085CA;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
}
#load_other_courses.visible {
    opacity: 1;
    margin-bottom: 2em;
}
@media (max-width: 1720px){
    .course-top h1 {
        font-size: 4.5rem
    }
}
@media (max-width: 1400px) {
    .course-top h1 {
        font-size: 4rem
    }
}
.course-top .datail-top-img {
    display: flex;
    align-items: center;
    padding-right: calc(50% - 700px);
}

.img-certificate {
    border: 1px solid rgba(1, 1, 1,0.5)
}


@media (min-width: 1700px) {
    .course-wrap .low-spacing {
        padding: 9em 0
    }
}

.iso-img { width: 80%; }