@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500&display=swap');


/* # BASE */

/* ## Root */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #243b53;
    background-color: #f0f4f8;
}

/* ## Links  */

a {
    font-weight: 500;
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

/* ## Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

h1 {
    margin-top: 0;
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

html[lang="de-DE"] h1,
html[lang="de-DE"] h2,
html[lang="de-DE"] h3,
html[lang="de-DE"] h4,
html[lang="de-DE"] h5,
html[lang="de-DE"] h6 {
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ## Media  */

img {
    max-width: 100%;
    height: auto;
}

.js img[loading='lazy'] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.js img.loaded {
    opacity: 1;
}

/* ## Webkit scrollbars */

body *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body *::-webkit-scrollbar-track {
    background: transparent;
}

body *::-webkit-scrollbar-thumb {
    background-color: #c1c9d2;
    border-radius: 4px;
    transition: background-color 0.15s ease;
}

body *::-webkit-scrollbar-thumb:hover {
    background-color: #9fb3c8;
}

/* ## Other */

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #e6e6e6;
}

/* ## Colors */

.text-primary {
    color: #0097ff !important;
}

.text-secondary {
    color: #a6a6a6 !important;
}

.text-light {
    color: #fff !important;
}

.text-body {
    color: #243b53 !important;
}

.bg-light {
    background-color: #f0f4f8 !important;
}

.bg-light-alt {
    background-color: #d9e2ec;
}

.bg-dark {
    background-color: #002036 !important;
}

.bg-theme {
    background-color: #0a4166;
}

.theme-blue .bg-theme {
    background-color: #024e6d;
}

.theme-green .bg-theme {
    background-color: #125555;
}

.border-primary {
    border-color: #0097ff !important;
}

.border-light {
    border-color: #e6e6e6 !important;
}

/* ## Icons */

.icon::before,
.icon::after,
.icon {
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-bell::before,
.icon-bell::after,
.icon-bell {
    background-image: url('../images/bell.svg');
}

.icon-board::before,
.icon-board::after,
.icon-board {
    background-image: url('../images/board.svg');
}

.icon-building::before,
.icon-building::after,
.icon-building {
    background-image: url('../images/building.svg');
}

.icon-building-blocks::before,
.icon-building-blocks::after,
.icon-building-blocks {
    background-image: url('../images/building-blocks.svg');
}

.icon-circle-clock::before,
.icon-circle-clock::after,
.icon-circle-clock {
    background-image: url('../images/circle-clock.svg');
}

.icon-circle-board::before,
.icon-circle-board::after,
.icon-circle-board {
    background-image: url('../images/circle-board.svg');
}

.icon-circle-monitor::before,
.icon-circle-monitor::after,
.icon-circle-monitor {
    background-image: url('../images/circle-monitor.svg');
}

.icon-clipboard::before,
.icon-clipboard::after,
.icon-clipboard {
    background-image: url('../images/clipboard.svg');
}

.icon-clock::before,
.icon-clock::after,
.icon-clock {
    background-image: url('../images/clock.svg');
}

.icon-cpu::before,
.icon-cpu::after,
.icon-cpu {
    background-image: url('../images/cpu.svg');
}

.icon-dash-circle-balloon::before,
.icon-dash-circle-balloon::after,
.icon-dash-circle-balloon {
    background-image: url('../images/dash-circle-balloon.svg');
}

.icon-dash-circle-board::before,
.icon-dash-circle-board::after,
.icon-dash-circle-board {
    background-image: url('../images/dash-circle-board.svg');
}

.icon-dash-circle-branch::before,
.icon-dash-circle-branch::after,
.icon-dash-circle-branch {
    background-image: url('../images/dash-circle-branch.svg');
}

.icon-dash-circle-info::before,
.icon-dash-circle-info::after,
.icon-dash-circle-info {
    background-image: url('../images/dash-circle-info.svg');
}

.icon-dash-circle-monitor::before,
.icon-dash-circle-monitor::after,
.icon-dash-circle-monitor {
    background-image: url('../images/dash-circle-monitor.svg');
}

.icon-dash-circle-truck::before,
.icon-dash-circle-truck::after,
.icon-dash-circle-truck {
    background-image: url('../images/dash-circle-truck.svg');
}

.icon-flag::before,
.icon-flag::after,
.icon-flag {
    background-image: url('../images/flag.svg');
}

.icon-gears::before,
.icon-gears::after,
.icon-gears {
    background-image: url('../images/gears.svg');
}

.icon-gears-alt::before,
.icon-gears-alt::after,
.icon-gears-alt {
    background-image: url('../images/gears-alt.svg');
}

.icon-id-card::before,
.icon-id-card::after,
.icon-id-card {
    background-image: url('../images/id-card.svg');
}

.icon-light-bulb::before,
.icon-light-bulb::after,
.icon-light-bulb {
    background-image: url('../images/light-bulb.svg');
}

.icon-money::before,
.icon-money::after,
.icon-money {
    background-image: url('../images/money.svg');
}

.icon-monitor::before,
.icon-monitor::after,
.icon-monitor {
    background-image: url('../images/monitor.svg');
}

.icon-monitor-alt::before,
.icon-monitor-alt::after,
.icon-monitor-alt {
    background-image: url('../images/monitor-alt.svg');
}

.icon-worker::before,
.icon-worker::after,
.icon-worker {
    background-image: url('../images/worker.svg');
}

.icon-shadow-light-bulb::before,
.icon-shadow-light-bulb::after,
.icon-shadow-light-bulb {
    background-image: url('../images/shadow-light-bulb.svg');
}

.icon-shadow-circle-of-friends::before,
.icon-shadow-circle-of-friends::after,
.icon-shadow-circle-of-friends {
    background-image: url('../images/shadow-circle-of-friends.svg');
}

.icon-shadow-users::before,
.icon-shadow-users::after,
.icon-shadow-users {
    background-image: url('../images/shadow-users.svg');
}

.icon-shadow-rocket::before,
.icon-shadow-rocket::after,
.icon-shadow-rocket {
    background-image: url('../images/shadow-rocket.svg');
}

.icon-shadow-folders::before,
.icon-shadow-folders::after,
.icon-shadow-folders {
    background-image: url('../images/shadow-folders.svg');
}

.icon-shadow-hand-with-dollar::before,
.icon-shadow-hand-with-dollar::after,
.icon-shadow-hand-with-dollar {
    background-image: url('../images/shadow-hand-with-dollar.svg');
}


/* # LAYOUT */

.container-fluid {
    max-width: 1920px;
    padding-right: 16px;
    padding-left: 16px;
}

.content-stretch {
    margin-right: -16px;
    margin-left: -16px;
}


/* # ANIMATIONS */

.iobserver .animated.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rotate-y-180 {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rotate-y-180 {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-translate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-in-translate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes zoom-in {
    to {
        -webkit-transform: scale3d(1.0, 1.0, 1.0);
        transform: scale3d(1.0, 1.0, 1.0);
    }
}

@keyframes zoom-in {
    to {
        -webkit-transform: scale3d(1.0, 1.0, 1.0);
        transform: scale3d(1.0, 1.0, 1.0);
    }
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }

    33.3% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    49.95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    66.6% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    83.25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }

    33.3% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    49.95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    66.6% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    83.25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* # COMPONENTS */

/* ## Page */

.page-wrapper {
    position: relative;
    /*overflow: hidden;*/
    padding-top: 85px;
}

.page-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: ' ';
    height: 85px;
    background-color: #0a4166;
}

.theme-blue .page-wrapper:before {
    background-color: #024e6d;
}

.theme-green .page-wrapper:before {
    background-color: #125555;
}

.page-title {
    margin-bottom: 0;
    font-size: 40px;
}

.page-title + .page-description {
    margin-top: 20px;
}

.page-description {
    margin-bottom: 0;
}

/* ## Buttons */

.btn {
    padding: 13px 20px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
}

.btn-md {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 4px;
}

.btn-lg {
    width: 100%;
    max-width: 100%;
    padding: 17px 20px 18px;
    font-size: 18px;
    border-radius: 5px;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0 0 3px #c1e1fa !important;
}

.btn-shadow {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.btn-primary {
    color: #fff;
    background-color: #0097ff;
    border: 1px solid #0097ff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0588e6;
    border-color: #0588e6;
}

.btn-primary:active,
.btn-primary:focus {
    color: #fff !important;
    background-color: #0588e6 !important;
    border-color: #0588e6 !important;
}

.btn-inverse {
    color: #243b53;
    background-color: #fff;
}

.btn-inverse:hover {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-inverse:focus,
.btn-inverse:active {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-inverse-dark {
    color: #fff;
    background-color: #002036;
    border-color: #002036;
}

.btn-inverse-dark:hover {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-inverse-dark:focus,
.btn-inverse-dark:active {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
    box-shadow: 0 0 0 3px #c1e1fa !important;
}

.btn-inverse-dark-alt {
    color: #fff;
    background-color: #2f425c;
    border-color: #2f425c;
}

.btn-inverse-dark-alt:hover {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-inverse-dark-alt:focus,
.btn-inverse-dark-alt:active {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
    box-shadow: 0 0 0 3px #c1e1fa !important;
}

.btn-inverse-theme {
    color: #243b53;
    background-color: #fff;
}

.btn-inverse-theme:hover {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-inverse-theme:focus,
.btn-inverse-theme:active {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.theme-blue .btn-inverse-theme:hover {
    background-color: #6ac4a0;
    border-color: #6ac4a0;
}

.theme-blue .btn-inverse-theme:focus,
.theme-blue .btn-inverse-theme:active {
    background-color: #6ac4a0;
    border-color: #6ac4a0;
    box-shadow: 0 0 0 3px #bdddd0 !important;
}

.theme-green .btn-inverse-theme:hover {
    color: #243b53;
    background-color: #a6ce38;
    border-color: #a6ce38;
}

.theme-green .btn-inverse-theme:focus,
.theme-green .btn-inverse-theme:active {
    color: #243b53;
    background-color: #a6ce38;
    border-color: #a6ce38;
    box-shadow: 0 0 0 3px #d4e3ac !important;
}

.btn-outline {
    color: #0097ff;
    background-color: transparent;
    border-color: #0097ff;
}

.btn-outline:hover {
    color: #fff;
    background-color: #0588e6;
    border-color: #0588e6;
}

.btn-outline:focus,
.btn-outline:active {
    color: #fff;
    background-color: #0588e6;
    border-color: #0588e6;
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-light:hover {
    color: #030f1d;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-light:focus,
.btn-outline-light:active {
    color: #030f1d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 3px #e0e0e0 !important;
}

.btn-theme {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
}

.btn-theme:hover {
    color: #fff;
    background-color: #0588e6;
    border-color: #0588e6;
}

.btn-theme:active,
.btn-theme:focus {
    background-color: #0588e6;
    border-color: #0588e6;
}

.theme-blue .btn-theme {
    background-color: #6ac4a0;
    border-color: #6ac4a0;
}

.theme-blue .btn-theme:hover {
    background-color: #5cab8b;
    border-color: #5cab8b;
}

.theme-blue .btn-theme:focus,
.theme-blue .btn-theme:active {
    background-color: #5cab8b;
    border-color: #5cab8b;
    box-shadow: 0 0 0 3px #bdddd0 !important;
}

.theme-green .btn-theme {
    color: #125555;
    background-color: #a6ce38;
    border-color: #a6ce38;
}

.theme-green .btn-theme:hover {
    background-color: #96ba32;
    border-color: #96ba32;
}

.theme-green .btn-theme:focus,
.theme-green .btn-theme:active {
    background-color: #96ba32;
    border-color: #96ba32;
    box-shadow: 0 0 0 3px #d4e3ac !important;
}

.close {
    font-size: 1.3rem;
    color: #627d98;
    transition: color 0.15s ease-in-out;
}

.close:hover,
.close:focus {
    outline: none;
    color: #334e68;
}

/* ## Links */

.lnk {
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out;
}

.lnk:hover {
    text-decoration: none;
    color: #0097ff;
}

.lnk:active,
.lnk:focus {
    color: #0097ff;
    outline: none;
}

.lnk-theme {
    position: relative;
    display: inline-block;
    color: #243b53;
    padding-bottom: 8px;
}

.lnk-theme:hover,
.lnk-theme:active,
.lnk-theme:focus {
    color: #243b53;
}

.lnk-theme::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    content: '';
    background-color: #0097ff;
    transition: right 0.15s ease, height 0.15s ease;
}

.theme-blue .lnk-theme::after {
    background-color: #6ac4a0;
}

.theme-green .lnk-theme::after {
    background-color: #a6ce38;
}

.lnk-theme:hover::after {
    right: 20%;
}

.lnk-theme:focus::after {
    height: 4px;
}

.lnk-theme:focus {
    outline: none;
}

.nav-link {
    text-decoration: none;
}

/* ## Forms */

label {
    font-size: 16px;
}

.form-control {
    width: 100%;
    height: 50px;
    padding: 13px 20px 14px;
    font-size: 14px;
    line-height: 1.5;
    border-color: #d9e2ec;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: #0097ff;
    box-shadow: 0 0 0 3px #c1e1fa;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    padding-right: 50px;
    border-color: #6ac4a0;
    background-color: #fff;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"%3e%3cg transform="translate(-1690.5 -3897.5)"%3e%3ccircle cx="10" cy="10" r="10" transform="translate(1691 3898)" fill="none" stroke="%236ac4a0" stroke-width="1"/%3e%3cpath d="M10,14.59l6.3-6.3a1,1,0,0,1,1.4,1.42l-7,7a1,1,0,0,1-1.4,0l-3-3a1,1,0,0,1,1.4-1.42l2.3,2.3Z" transform="translate(1689 3896)" fill="%236ac4a0"/%3e%3c/g%3e%3c/svg%3e');
    background-size: 21px 21px;
    background-position: right 15px center;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #6ac4a0;
    box-shadow: 0 0 0 3px #c3e7d9;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: 50px;
    border-color: #f86a6a;
    background-color: #fff;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"%3e%3cg transform="translate(-17092.5 -623.5)"%3e%3cpath d="M12,2A10,10,0,1,1,2,12,10,10,0,0,1,12,2Z" transform="translate(17091 622)" fill="none" stroke="%23f86a6a" stroke-width="1"/%3e%3cpath d="M12,18a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,18Zm1-5.9a1.006,1.006,0,0,1-2,0l-.5-5a1,1,0,0,1,1-1.1h1a1,1,0,0,1,1,1.1Z" transform="translate(17091 622)" fill="%23f86a6a"/%3e%3c/g%3e%3c/svg%3e');
    background-size: 21px 21px;
    background-position: right 15px center;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f86a6a;
    box-shadow: 0 0 0 3px #fcc3c3;
}

.form-control::placeholder {
    color: #9fb3c8;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #9fb3c8;
}

.form-control::-moz-placeholder {
    color: #9fb3c8;
}

.form-control:-ms-input-placeholder {
    color: #9fb3c8;
}

.form-control::-ms-input-placeholder {
    color: #9fb3c8;
}

.custom-fieldset {
    position: relative;
    padding: 17px 20px;
    background-color: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 3px;
}

.no-js .custom-fieldset.is-invalid,
.was-validated .custom-fieldset.is-invalid {
    border-color: #f86a6a;
}

.no-js .custom-fieldset.is-valid,
.was-validated .custom-fieldset.is-valid {
    border-color: #6ac4a0;
}

.custom-fieldset .legend {
    font-size: 16px;
    color: #9fb3c8;
}

.custom-control {
    min-height: 20px;
    padding-left: 30px;
}

.custom-control-label {
    line-height: 1.43;
}

.custom-control-label:before,
.custom-control-label:after {
    top: 0;
    left: -30px;
    width: 20px;
    height: 20px;
}

.custom-control-label:before {
    border-color: #d9e2ec;
}

.custom-select.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-valid, .was-validated .custom-select:valid,
.custom-select {
    padding-right: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.517' height='10' viewBox='0 0 18.517 10'%3E%3Cpath d='M8.319,119.33l8.208-7.865a1.1,1.1,0,0,1,.751-.365,1.02,1.02,0,0,1,.713.287l8.208,7.865a1.03,1.03,0,1,1-1.426,1.487l-7.5-7.143-7.534,7.216a1.028,1.028,0,1,1-1.426-1.482Z' transform='translate(26.518 121.1) rotate(180)' fill='%239fb3c8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 18px 10px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #0097ff;
    box-shadow: 0 0 0 3px #c1e1fa;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #0097ff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0097ff;
    border-color: #0097ff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8.949"%3e%3cpath d="M4.076,73.871l-3.9-3.9a.6.6,0,0,1,0-.849l.849-.849a.6.6,0,0,1,.849,0L4.5,70.9l5.627-5.627a.6.6,0,0,1,.849,0l.849.849a.6.6,0,0,1,0,.849l-6.9,6.9a.6.6,0,0,1-.849,0Z" transform="translate(0 -65.098)" fill="%23fff"/%3e%3c/svg%3e');
    background-size: 12px 9px;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: inherit;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #fff;
    border-color: #f86a6a;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px #fcc3c3;
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f86a6a;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px #c1e1fa;
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #0097ff;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #d9e2ec;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #0097ff;
    border-color: #0097ff;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: inherit;
}

.invalid-feedback {
    color: #f86a6a;
    font-size: 14px;
}

.invalid-tooltip {
    background-color: #f86a6a;
    font-size: 14px;
}

.form-label-group {
    position: relative;
}
  
.form-label-group select,
.form-label-group input,
.form-label-group label {
    padding: 17px 20px;
    height: 60px;
    font-size: 16px;
    line-height: 1.5;
}

.form-label-group textarea {
    min-height: 108px;
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1.5;
}
  
.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #9fb3c8;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all .1s ease-in-out;
}

.form-label-group select {
    padding-right: 50px;
}

.form-label-group input:required + label::after,
.form-label-group select:required + label::after {
    content: ' *';
}

.form-label-group input::-webkit-input-placeholder {
    font-size: 16px;
    color: transparent;
    opacity: 0;
}

.form-label-group input::-moz-placeholder {
    font-size: 16px;
    color: transparent;
    opacity: 0;
}

.form-label-group input:-ms-input-placeholder {
    font-size: 16px;
    color: transparent;
    opacity: 0;
}

.form-label-group input::-ms-input-placeholder {
    font-size: 16px;
    color: transparent;
    opacity: 0;
}

.form-label-group input::placeholder {
    font-size: 16px;
    color: transparent;
    opacity: 0;
}

.form-label-group select:focus,
.form-label-group select:valid,
.form-label-group input:focus,
.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group select:focus,
.form-label-group select:valid,
.form-label-group input:focus,
.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
} 

.form-label-group select:focus,
.form-label-group select:valid,
.form-label-group input:focus,
.form-label-group input:not(:placeholder-shown) {
    padding-top: 27px;
    padding-bottom: 7px;
}

.form-label-group select:focus ~ label,
.form-label-group select:valid ~ label,
.form-label-group input:focus ~ label,
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}

.form-label-group select:focus ~ label,
.form-label-group select:valid ~ label,
.form-label-group input:focus ~ label,
.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}

.form-label-group select:focus ~ label,
.form-label-group select:valid ~ label,
.form-label-group input:focus ~ label,
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}

.form-label-group input:-webkit-autofill ~ label {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
}

@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #9fb3c8;
    }
}
  

/* ## Alerts */

.alert a {
    color: inherit;
    text-decoration: underline;
}

/* ## Modals */

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-title {
    margin-top: 0;
}

/* ## Common cards */

.common-card.card {
    border: 1px solid #d9e2ec;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common-card .card-header {
    padding: 30px 20px;
    font-size: 24px;
    font-weight: 700;
    background-color: #fff;
    border-color: #d9e2ec;
}

.common-card .card-header:first-child {
    border-radius: 5px 5px 0 0;
}

.common-card .card-body {
    padding: 30px 20px;
}

/* ## Info icon */

.info-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    border-radius: 50%;
    background: url('../images/circle-info.svg') no-repeat center center;
    background-size: 16px 16px;
}


/* # WP BLOCKS */

/* WP Block Buttons */

.wp-block-buttons {
    margin-top: 24px;
    margin-bottom: 24px;
}

.wp-block-button {
    width: 100%;
    vertical-align: middle;
}


.wp-block-button__link {
    /* width: 100%; */
    display: block;
    padding: 15px 16px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    /* vertical-align: middle; */
    user-select: none;
    color: #fff;
    background-color: #2f425c;
    border: 1px solid #2f425c;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-block-button__link:hover {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
    text-decoration: none;
}

.wp-block-button__link:focus,
.wp-block-button__link:active {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
    outline: 0;
    box-shadow: 0 0 0 3px #c1e1fa !important;
}

/* WP Block Table */

.wp-block-table table {
    border-color: #c5cdd7;
}

.wp-block-table table.is-style-stripes {
    border-color: #f0f4f8;
}

.wp-block-table td {
    border-color: #c5cdd7;
    padding: 16px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f4f8;
}

/* # COOKIE CONSENT */

.cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    background-color: #f8f9fb;
    border: 1px solid #e6e6e6;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;

    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-consent.is-shown {
    visibility: visible;
    opacity: 1;

    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cookie-consent p {
    margin-bottom: 0;
}

.cookie-consent button {
    margin-top: 10px;
}


/* # SITE HEADER */

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    max-height: 100%;
    overflow-y: auto;
}

.wp-toolbar .site-header {
    margin-top: 46px;
}

#wpadminbar {
    position: fixed;
}

.site-header.is-expanded,
.site-header.is-scrolled {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}

.navbar {
    padding: 20px 0;
    transition: padding 0.3s ease;
}

.site-header.is-scrolled .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.navbar-brand img {
    width: 138px;
    max-height: 45px;
    transition: all 0.3s ease;
}

.site-header.is-scrolled .navbar-brand img {
    width: 138px;
    max-height: 45px;
}

.navbar-toggler {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    border-width: 0;
}

.navbar-toggler-icon {
    display: block;
    position: relative;
    width: 20px;
    height: 21px;

}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    transition: opacity 0.15s ease-in-out;
}

.navbar-toggler-icon:before {
    background: transparent url('../images/bars.svg') no-repeat center;
}

.navbar-toggler-icon:after {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    opacity: 0;
    background: transparent url('../images/times.svg') no-repeat center;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
    opacity: 0;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
    opacity: 1;
}

.collapse-main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-nav .nav-link {
    line-height: 1.25;
    font-size: 14px;
    font-weight: 500;
    color: #bcccdc;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.navbar-nav > .show > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-nav > .nav-item > .nav-link {
    padding: 15px 0;
    text-transform: uppercase;
}

.navbar-nav > .dropdown > .nav-link {
    padding-right: 20px;
}

.navbar-nav .dropdown-toggle {
    position: relative;
}

.navbar-nav .dropdown-toggle:before,
.navbar-nav .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    content: ' ';
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.navbar-nav .dropdown-toggle:before {
    border-width: 0;
    background: url('../images/chevron-down.svg') no-repeat center center;
}

.navbar-nav .dropdown-toggle:after {
    opacity: 0;
    border-width: 0;
    background: url('../images/chevron-down-active.svg') no-repeat center center;
}

.navbar-nav > .show > .dropdown-toggle:after,
.navbar-nav .dropdown-toggle:hover:after,
.navbar-nav .dropdown-toggle:focus:after {
    opacity: 1;
}

.navbar-nav > .show > .dropdown-toggle:before,
.navbar-nav > .show > .dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.dropdown-item {
    padding: 12px 16px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #486581;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #243B53;
    background-color: rgba(0, 153, 255, 0.1);
}

.dropdown-item:active,
.dropdown-item.active {
    color: #243B53;
    background-color: rgba(0, 153, 255, 0.2);
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-width: 0;
    border-radius: 0;
}

.main-nav {
    padding-top: 20px;
    margin-right: -16px;
    margin-left: -16px;
}

.lang-nav .nav-item,
.main-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lang-nav > .nav-item > .nav-link,
.main-nav > .nav-item > .nav-link {
    padding-left: 16px;
    padding-right: 16px;
}

.lang-nav {
    margin-right: -16px;
    margin-left: -16px;
}


.lang-nav .nav-link span {
    position: relative;
    display: block;
    padding-left: 30px;
}

.lang-nav .nav-link span:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/globe.svg") no-repeat center;
}

.navbar-collapse .btn {
    width: 100%;
    padding: 11px 24px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}

.site-header.is-scrolled .navbar-collapse .btn {
    margin-top: 40px;
}


/* # SITE FOOTER */

.site-footer {
    line-height: 1.5;
    font-size: 14px;
    color: #c5cdd7;
    background-color: #1c2837;
}

.site-footer hr {
    border-color: #455160;
}

.site-footer a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.15s ease-in-out;
}

.site-footer a:hover,
.site-footer a:focus {
    opacity: 0.6;
}

.footer-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-contact dt {
    font-weight: 400;
}

.footer-contact li {
    position: relative;
}

.footer-contact li::after {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    content: '';
    background-color: #fff;
}

.footer-contact li:last-child::after {
    content: none;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-col dt {
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

.footer-col dd {
    margin-bottom: 0;
}

.footer-col .nav-link {
    padding: 0;
}

.footer-col address {
    margin-bottom: 0;
}

.footer-foot {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-foot .sap-app-center {
    display: block;
}

.footer-foot .sap-app-center > img {
    width: 172px;
    height: 49px;
}

.footer-foot .siq-certified {
    display: block;
    width: 200px;
    height: 63px;
}

.social-nav .nav-link {
    display: block;
    width: 30px;
    height: 30px;
    transition: opacity 0.15s ease-in-out;
}

.social-nav .nav-link:hover,
.social-nav .nav-link:focus {
    opacity: 0.6;
}

.social-nav .nav-link.linkedin {
    background: url('../images/linkedin-circle.svg') no-repeat center;
}

.social-nav .nav-link.twitter {
    background: url('../images/twitter-circle.svg') no-repeat center;
}

.social-nav .nav-link.youtube {
    background: url('../images/youtube-circle.svg') no-repeat center;
}

.social-nav .nav-link.medium {
    background: url('../images/medium-circle.svg') no-repeat center;
}

/* ## Newsletter */

.newsletter-form {
    padding-top: 60px;
}

.newsletter-form h2 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.newsletter-form .form-control {
    background-color: #fff;
    border-color: #2f425c;
}

.newsletter-form .form-control:focus {
    border-color: #0097ff;
}

.newsletter-form .form-control:not(:last-child) {
    border-radius: 3px;
}

.newsletter-form .custom-control-label {
    color: #9fb3c8;
}

.newsletter-form .custom-control-label:before {
    border-color: #9fb3c8;
    background-color: transparent;
}

.newsletter-form .custom-control-input:focus ~ .custom-control-label::before {
    background-color: transparent;
}

.newsletter-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0097ff;
}

.newsletter-form .custom-control-input.is-invalid ~ .custom-control-label::before,
.newsletter-form.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: transparent;
}

.newsletter-form .input-group-append {
    order: 3;
    width: 100%;
}

.newsletter-form .input-group-append + .invalid-feedback {
    order: 2;
}

.newsletter-form .btn {
    display: block;
    min-width: 120px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.newsletter-form .input-group-append:not(:last-child) .btn {
    border-radius: 3px;
}

.newsletter-form .alert-wrapper {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 3;
    padding: 10px;
    background-color: #1c2837;
}

.newsletter-form .alert {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.newsletter-form .alert::after {
    content: attr(data-message);
}

.alert a {
    color: inherit;
}


/* # BANNER */

.banner {
    position: relative;
    overflow: hidden;
}

.banner.head {
    overflow: visible;
}

.banner.partners::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/handshake.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.26;
}

.banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner.company .banner-content,
.banner.solutions .banner-content {
    padding-bottom: 0;
}

.banner .banner-content .btn {
    margin-top: 30px;
}

.banner-content h1 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.0;
}

.banner.career .banner-content h1 {
    margin-bottom: 30px;
}

.banner-content h1 small {
    display: block;
    color: #bcccdc;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner-content .text-box {
    margin-top: 30px;
    line-height: 1.333333;
    /* margin-bottom: 35px; */
}

.banner.head .banner-media {
    margin-top: 30px;
}

.banner.head .responsive-media {
    position: relative;
    margin-bottom: 0;
}

.banner.company .responsive-media,
.banner.solutions .responsive-media {
    margin-right: -16px;
    margin-left: -16px;
    overflow: hidden;
    background-color: #bcccdc;
}

.banner.solutions .responsive-media > picture {
    background-color: #9fb3c8;
}

.banner.company .responsive-media > picture {
    background-color: #9fb3c8;
}

.banner.leap .slick-initialized .slick-dots {
    position: relative;
    /* top: 0px; */
    /* top: 18px; */
    margin-bottom: -24px;
}

.banner.career::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    background: url('../images/meeting-room.jpg') no-repeat center;
    background-size: cover;
}

.career .back {
    display: inline-block;
    font-size: 18px;
}

.career .back:hover,
.career .back:focus {
    color: #a6ce38;
}

.career .back::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 16px;
    background: url(../images/arrow-right-green.svg) no-repeat center;
    transform: rotate(180deg);
}

/* # TEXT BOX */

.text-box > *:last-child {
    margin-bottom: 0;
}

.text-box ul {
    padding-left: 0;
    list-style: none;
}

.text-box ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.text-box ul > li:last-child {
    margin-bottom: 0;
}

.text-box ul > li:before {
    position: absolute;
    top: calc(1.375em / 2);
    left: 0;
    width: 5px;
    height: 5px;
    content: '';
    margin-top: -3px;
    background-color: #243b53;
    border-radius: 50%;
}

/* .text-box strong {
    font-weight: 500;
} */


/* # POST */

.post-head {
    margin-bottom: 40px;
}

.post-title {
    font-size: 40px;
}

.post-subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.post-properties div {
    margin-bottom: 16px;
}

.post-properties div:last-child {
    margin-bottom: 0;
}

.post-properties dt {
    margin-bottom: 8px;
    text-transform: uppercase;
}

.post-properties dt::after {
    content: ':';
}

.post-properties dd {
    margin-bottom: 0;
    font-style: italic;
}

.post-description {
    font-weight: 500;
}

.post-meta {
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.post .text-box > :first-child {
    margin-top: 0;
}

.post .text-box > :last-child {
    margin-bottom: 0;
}

.post .image-box figure {
    margin: 45px -12px;
}

.post .image-box:first-child figure {
    margin-top: 0;
}

.post .image-box:last-child figure {
    margin-bottom: 0;
}

.post .image-box figcaption {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 5px;
    font-size: 14px;
}

.post .image-box .slick-slider {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-right: -12px;
    margin-left: -12px;
}

.post .image-box .slick-slide {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

.post .image-box .slick-dots {
    position: relative;
    bottom: -10px;
    display: none;
    margin-bottom: -24px;
}

.post-foot {
    margin-top: 45px;
}

.post-foot hr {
    margin-bottom: 45px;
    border-color: #c5cdd7;
}

.post-references {
    padding-left: 0;
    font-style: italic;
    list-style-type: none;
    counter-reset: elementcounter;
    word-wrap: break-word;
}

.post-references li {
    margin-bottom: 16px;
}

.post-references li:last-child {
    margin-bottom: 0;
}

.post-references li::before {
    content: '[' counter(elementcounter) "] ";
    counter-increment: elementcounter;
}

.post-news .post-meta::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    background: url('../images/newspaper.svg') no-repeat center;
}

.post-timetable {
    font-family: 'Nunito Sans', sans-serif;
}

.post-timetable div {
    margin-bottom: 16px;
}

.post-timetable div:last-child {
    margin-bottom: 0;
}

.post-timetable time {
    margin-bottom: 4px;
    font-weight: 400;
    white-space: nowrap;
}

.post-timetable dt,
.post-timetable dd {
    padding: 12px 16px;
    margin-bottom: 0;
}

.post-timetable dt {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #f0f4f8;
}

.post-timetable .separator {
    border-bottom: 2px solid #f0f4f8;
    margin-bottom: 16px;
}

.post-timetable .separator dt {
    background-color: #fff;
}


/* # AUTHOR */

.author > div {
    position: relative;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    max-width: 104px;
    margin-left: 20px;
}

.author > div::before {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 104px;
    height: 104px;
    content: '';
    background: url('../images/dot-grid-15x15-bl2.svg') no-repeat center;
}

.author picture {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 0;
    background-color: #9fb3c8;
    border-radius: 50%
}

.author img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%
}

.author figcaption {
    margin-top: 24px;
}

.author dd {
    font-size: 16px;
}

.author dt + dd {
    color: #9fb3c8;
    font-weight: 500;
}

.author a {
    display: block;
    width: 20px;
    height: 19px;
    text-indent: 101%;
    overflow: hidden;
    background: url('../images/linkedin-grey.svg') no-repeat center;
    background-size: 20px 19px;
}

/* # SLIDER */

.slider {
    margin-right: -8px;
    margin-left: -8px;
}

.slider-item {
    padding-right: 8px;
    padding-left: 8px;
}

.js .slider-item:nth-child(n + 2) {
    display: none;
}

.js .slider.slick-initialized .slider-item.slick-slide:nth-child(n) {
    display: block;
}

.slider .slick-cloned img[loading='lazy'] {
    opacity: 1;
}

/* Slick */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick theme */

.slick-slide:focus {
    outline: none;
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 4px;
}

.slick-dots li button {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    background: transparent;
    border: 0;
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 4px;
    left: 4px;    
    width: 8px;
    height: 8px;
    content: '';
    background-color: transparent;
    border: 1px solid #829ab1;
    border-radius: 50%;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.slick-dots li.slick-active button:before {
    background-color: #bcccdc;
    border-color: #bcccdc;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: block;
    opacity: 0.75;
    width: 28px;
    height: 28px;
    background: #fff url(../images/chevron-right-dark.svg) no-repeat center;
    background-size: 7px 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
}

.slick-prev {
    left: 16px;
}

[dir='rtl'] .slick-prev {
    right: 16px;
    left: auto;
}

.slick-prev:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.slick-next {
    right: 16px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 16px;
}

[dir='rtl'] .slick-next:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.slick-caption {
    position: relative;
    bottom: -4px;
    margin-bottom: -22px;
    margin-top: 0;
    font-size: 16px;
    text-align: right;
}

/* # COLUMNS */

.column {
    padding-top: 60px;
    padding-bottom: 60px;
}

.column-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
}

.columns .responsive-media > picture {
    padding-top: 62.462908%;
}

.columns .responsive-media > picture > img.img-shadow {
    width: 102.373887%;
    max-width: none;
    top: -1.662708%;
    left: -1.038576%;
}


/* # RESPONSIVE MEDIA */

.responsive-media > picture {
    position: relative;
    display: block;
    max-width: 100%;
    height: 0;
    padding-top: 75%;
}

.responsive-media > picture > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.responsive-media > picture > video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* # REFERENCES */

.references {
    overflow: hidden;
    color: #bcccdc;
    background-color: #002036;
}

.references .slick-initialized .slick-dots {
    margin-top: -28px;
    margin-bottom: 4px;
}

.js .references .slider {
    padding-bottom: 32px;
}

.js .references .slick-list {
    padding-bottom: 32px;
    margin-bottom: -60px;
}

.references .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.references .slider-item {
    float: none;
    height: auto;
}

.references .trusted-by .container-fluid:first-child {
    border-bottom: 1px solid #17445b;
}

.references .trusted-by p {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 18px;
}

.references .trusted-by ul {
    padding-top: 32px;
    padding-bottom: 48px;
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: 0;
}

.references .trusted-by ul li {
    padding: 16px;
}

.logo-kolektor {
    width: 178px;
}

.logo-jub {
    width: 63px;
}

.logo-continental-contitech {
    width: 132px;
}

.logo-hella {
    width: 65px;
}

.logo-ego {
    width: 111px;
}

.logo-bt {
    width: 89px;
}

.logo-domel {
    width: 71px;
}

.logo-cablex {
    width: 86px;
}

.logo-tupras {
    width: 104px;
}

.logo-kovis {
    width: 103px;
}

.logo-kolpa {
    width: 75px;
}

.logo-unior {
    width: 103px;
}

.logo-osram {
    width: 155px;
}

.references .award {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
}

.js .references .award {
    padding-bottom: 96px;
    margin-bottom: -32px;
}

.references .award > div::before {
    position: absolute;
    top: -20%;
    left: -70%;
    z-index: -1;
    content: '';
    width: 680px;
    max-width: 180%;
    height: 526px;
    background-image: url('../images/circles-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.references .award-title {
    font-size: 30px;
    font-family: 'Roboto', serif;
    color: #fff;
}

.references .award-description {
    margin-bottom: 40px;
    font-family: 'Nunito Sans', sans-serif;
}

.references .award-logo {
    min-height: 110px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff;
}

.references .award-gzs .responsive-media {
    width: 90px;
    max-width: 100%;
}

.references .award-gzs .responsive-media > picture {
    padding-top: 73.983740%;
}

.references .award-gzs-zosr .responsive-media {
    width: 123px;
    max-width: 100%;
}

.references .award-gzs-zosr .responsive-media > picture {
    padding-top: 63.414634%;
}


/* # MEMBERSHIPS */

.js .memberships {
    padding-top: 8px;
    padding-bottom: 8px !important;
}

.js .membership::before {
    content: none;
}

.js .memberships-wrapper {
    background-color: #f0f4f8
}

.membership {
    position: relative;
    padding-bottom: 24px;
}

.membership::before {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    left: -8px;
    content: '';
    background-color: #f0f4f8;
}

.membership h2 {
    font-size: 24px;
}

.membership figure:first-child {
    height: 130px;
}

.membership img {
    max-height: 100%;
}

.membership a {
    display: inline-block;
    margin-top: 0;
}


/* # REFERENCES 2 */

.js .references-2 .section {
    padding-top: 0;
    padding-bottom: 0;
}

.no-js .references-2 .section {
    padding-bottom: 0;
}

.no-js .references-2 .section:first-child {
    padding-top: 0;
}

.references-2 .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.references-2 .slick-slide {
    float: none;
    height: auto;
}

.references-2 .slick-dots {
    position: relative;
    top: 18px;
    margin-bottom: -24px;
}

.references-2 .section-body ul {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.references-2 .section-body li:nth-child(2n)::before {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: -1px;
    content: '';
    width: 2px;
    background-color: #efefef;
}

.references-2 .section-body li > span {
    display: block;
    padding: 16px;
}


/* # ARTICLES */

.articles {
    margin-bottom: -16px;
}

.articles.slider .slick-list {
    padding-top: 4px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.articles.slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.articles.slider .slick-track > div {
    -ms-flex: auto;
    flex: auto;
    max-width: none;
}

.articles.slider .slick-slide {
    float: none;
    height: auto;
}

.articles.slider .slick-initialized .slick-slide {
    display: block;
}

.articles.slider .slick-dots {
    position: relative;
    top: 2px;
    margin-bottom: -40px;
}

.articles > div {
    margin-bottom: 16px;
}

.articles .card {
    border-color: #c5cdd7;
    border-radius: 0;
    box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.articles .medium-card {
    color: #fff;
    background-color: #002036;
}

.articles .medium-card .card-body {
    padding-bottom: 43px;
}

.articles .medium-card .card-body::before {
    display: block;
    content: '';
    width: 48px;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 80px;
    background: url('../images/medium-circle.svg') no-repeat center;
    background-size: 48px;
}

.articles .medium-card .lnk {
    color: #fff;
}

.articles .medium-card .lnk:hover,
.articles .medium-card .lnk:focus {
    color: #0097ff;;
}

.articles .card-img-top {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 59.737828%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #9fb3c8;
    border-bottom: 1px solid #c5cdd7;
}

.articles .responsive-media {
    background-color: #9fb3c8;
}

.articles .responsive-media > picture {
    padding-top: 59.737828%;
}

.articles .card-img-top > img {
    position: absolute;
    top: 0;

    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 8px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articles .medium-card .card-title {
    margin-bottom: 30px;
}

.articles .card-body {
    padding-top: 25px;
    padding-bottom: 25px;
}

.articles .card-body > p:first-child {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.articles-news .card-body > p:first-child > span:first-child::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    background: url('../images/newspaper.svg') no-repeat center;
}

.articles .card-body > p:first-child i {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-style: normal;
}

.articles .card-body > p:first-child abbr {
    text-decoration: none;
}

.articles .card-body > p:first-child img {
    display: inline-block;
    max-height: 60px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.articles .card-body > p:first-child span:last-child {
    max-width: 50%;
}

.articles .card-footer {
    padding-top: 25px;
    padding-bottom: 50px;
    border-top-width: 0;
    background-color: transparent;
    border-radius: 0;
}

.articles-banner .responsive-media {
    border-bottom: 1px solid #c5cdd7;
}


/* # SECTION CARD */

.section-card {
    margin-right: -16px;
    margin-left: -16px;
    border-color: #d9e2ec;
    border-radius: 0;
}

.section-card .card-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
}

.section-card .card-body {
    padding: 45px 15px 70px;
}


/* # SECTION */

/* ## Common */

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-light {
    border-top: 1px solid #c5cdd7;
    border-bottom: 1px solid #c5cdd7;
    background-color: #fff;
}

.section-box {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #c5cdd7;
    border-bottom: 1px solid #c5cdd7;
    background-color: #fff;
}

.section-head {
    margin-bottom: 40px;
    text-align: center;
}

.section-name {
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #bcccdc;
    text-transform: uppercase;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
}

.section-description {
    margin-bottom: 0;
}

.section-title + .section-description {
    margin-top: 30px;
}

.section-body {
    padding-top: 90px;
}

.section-head + .section-body {
    padding-top: 0;
}

.section .background-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.26;
}

.section .media-column .slick-dots {
    margin-bottom: -24px;
}

.section.common {
    position: relative;
}

/* ## Slider */

.section.slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.section.slider .slick-track::before,
.section.slider .slick-track::after {
    content: none;
}

.section.slider .slider-item {
    float: none;
    height: auto;
}

.section.slider-item {
    position: relative;
}

.section.slider .slick-dots {
    position: relative;
    margin-top: -24px;
    bottom: 18px;
}

/* ## Logos */

.section.logos .slick-track {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.section.logos .slider-item {
    float: none;
    height: auto;
}

.section.logos .slider-item-link {
    display: block;
    padding: 16px 24px;
}

.section.logos .slider-item-link:hover img {
    filter: brightness(1.5);
    transition: filter 0.15s ease;
}

/* ## Contact Us */

.contact-us {
    position: relative;
    padding-bottom: 0;
}

.contact-us::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    background-color: #fff;
    z-index: 0;
}

.contact-us .small {
    font-size: 14px;
    color: #627d98;
}

.contact-us .map {
    height: 0;
    padding-top: 100%;
    margin-right: -16px;
    margin-bottom: -71px;
    margin-left: -16px;
    border: 1px solid #d9e2ec;
}


/* ## Map */

.map-frame {
    position: relative;
}

.map-image {
    display: block;
}

.map-marker {
    position: absolute;
    top: 40%;
    left: 48.5%;
    display: block;
    width: 50px;
    height: 70px;
    margin-top: -70px;
    cursor: pointer;
}

/* ## Team members */

.team-members .row:last-child {
    margin-bottom: -60px;
}

.team-member {
    max-width: 100%;
    margin-bottom: 60px;
}

.team-member > div {
    position: relative;
    width: 210px;
    max-width: 100%;
}

.team-member > div::before {
    position: absolute;
    bottom: -28px;
    left: -28px;
    display: none;
    width: 100%;
    max-width: 214px;
    height: 100%;
    max-height: 214px;
    content: '';
    background: url('../images/dot-grid-15x15-bl.svg') no-repeat center;
}

.advisory-board .team-member > div::before {
    content: none;
}

.team-member p {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 0;
    background-color: #9fb3c8;
}

.team-member img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.team-member a {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 40px;
    height: 40px;
    text-indent: 101%;
    overflow: hidden;
    background: #a6ce38 url('../images/linkedin.svg') no-repeat center;
    background-size: 20px 19px;
}

.team-member dl {
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.team-member dd {
    margin-bottom: 0;
}

.advisory-board {
    background-color: #f0f4f8;
}

.advisory-board h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
    border-bottom: 1px solid #bcccdc;
}

/* ## Scientific lectutres */

.scientific-lectures .card-footer {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #c5cdd7;
}

.scientific-lectures .lnk:hover,
.scientific-lectures .lnk:focus {
    color: inherit;
}

.scientific-lectures .lnk > span::after {
    width: 36px;
    height: 36px;
    margin-left: 16px;
    content: '';
    background: url('../images/circle-play.svg') no-repeat center;
    background-size: contain;
    border: 1px solid transparent;
    transition: transform 0.15s ease-in-out;
}

.scientific-lectures .lnk:hover > span::after,
.scientific-lectures .lnk:focus > span::after {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

/* ## Open positions */

.position-categories {
    margin-right: -16px;
    margin-left: -16px;
}

.position-categories dt {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    font-weight: 500;
    background-color: #f0f4f8;
}

.position-categories li {
    padding-right: 16px;
    padding-left: 16px;
    border-bottom: 1px solid #bcccdc;
}

.position-categories li:last-child {
    border-bottom: 0;
}

.position-categories li span {
    font-size: 20px;
}

.position-categories li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0,0,0,0);
}

.position-categories li a::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-left: 16px;
    background: url('../images/arrow-right-green.svg') no-repeat center;
}

.position-categories li a:hover,
.position-categories li a:focus {
    color: #a6ce38;
}

/* ## Career */

.career-definition {
    /* margin-top: 50px; */
    margin-bottom: 50px;
    line-height: 1.333333;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    border: 1px solid #c5cdd7;
    border-radius: 5px;
}

.career-definition > div {
    padding: 15px 20px;
    border-top: 1px solid #c5cdd7;
}

.career-definition div:first-child {
    border-top-width: 0;
}

.career-definition dt {
    position: relative;
    min-height: 29px;
    font-weight: 400;
}

.career-definition dd {
    margin-bottom: 0;
    margin-left: 16px;
    font-weight: 600;
    text-align: right;
}

.career-definition .icon {
    position: absolute;
    display: none;
    top: 50%;
    left: 0;
    width: 29px;
    height: 29px;
    margin-top: -15px;
}

.career-description strong {
    font-weight: 500;
}

.career-description h2 {
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #bcccdc;
}

.career-description h3 {
    font-size: 20px;
}

.career-description ul li {
    margin-bottom: 24px;
}

/* ## Call to action */

.call-to-action .section-head {
    margin-bottom: 30px;
}

.call-to-action .section-description + p {
    text-align: left !important;
}

.call-to-action .section-description + p .btn {
    margin-top: 30px;
}

/* ## Keep in touch */

.keep-in-touch .section-head {
    margin-bottom: 30px;
}

/* ## Benefits */

.benefits .icon {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.benefits li {
    margin-bottom: 60px;
    text-align: center;
}

.benefits li:last-child {
    margin-bottom: 0;
}

.benefits h3 {
    margin-bottom: 16px;
    font-size: 21px;
}

/* ## Use case study */

.usecase-study {
    position: relative;
    border-top-width: 0;
}

.usecase-study .media-column::before {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    left: -8px;
    z-index: 0;
    content: '';
    background-color: #0a4166;
}

.usecase-study .responsive-media {
    position: relative;
}

.usecase-study .responsive-media > picture {
    padding-top: 59.6439%;
}

/* ## Use case study details */

.usecase-study-details .section-head {
    margin-bottom: 45px;
}

.usecase-study-details .responsive-media {
    height: 100%;
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: 45px;
    overflow: hidden;
    background-color: #9fb3c8;
}

.usecase-study-details .responsive-media > picture {
    min-height: 100%;
    padding-top: 69.264706%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.usecase-study-details .responsive-media > picture > img {
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.usecase-study-details .column-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.usecase-study-details .column-content::after {
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    content: '';
    border-top: 1px solid #d9e2ec;
}

.usecase-study-details div:first-child > .column-content::after,
.usecase-study-details div:last-child > .column-content::after {
    content: none;
}

.usecase-study-details h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

.usecase-study-details ul + h3 {
    margin-top: 30px;
}

.usecase-study-details h3 > span {
    margin-left: calc(12.5% - 15px);
    margin-right: calc(12.5% - 15px);
}

.usecase-study-details li {
    margin-bottom: 40px;
}

.usecase-study-details .dash-list i::before {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #6ac4a0;
}

.usecase-study-details .check-list i::before {
    position: relative;
    left: 5px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    margin-top: -8px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 10px;
    border: 3px solid #bcccdc;
    border-radius: 50%;
}

.usecase-study-details li > span {
    padding-right: 24px;
}

.usecase-study-details .icon {
    height: 30px;
}

/* ## Industry 4.0 */

.industry-40 .viewport {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.industry-40 .viewport::before,
.industry-40 .viewport::after {
    position: absolute;
    top: 60px;
    bottom: 8px;
    left: -5px;
    z-index: 1;
    content: '';
    width: 5px;
    background: rgb(240, 244, 248);
    visibility: hidden;
    opacity: 0;
    box-shadow: 3px 0px 6px 0 rgba(0, 0, 0, 0.12);
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.industry-40 .viewport::after {
    right: -5px;
    left: auto;
    box-shadow: -3px 0px 6px 0 rgba(0, 0, 0, 0.12);
}

.industry-40 .viewport.left::before,
.industry-40 .viewport.right::after {
    visibility: visible;
    opacity: 1;
}

.industry-40 .viewport .controls {
    position: relative;
    top: -8px;
    height: 28px;
    padding-right: 3px;
    padding-left: 3px;
    margin-top: -28px;
}

.industry-40 .viewport .controls > .btn {
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent url('../images/chevron-right-dark.svg') no-repeat center;
    background-size: 7px 10px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: background-color 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.industry-40 .viewport .controls > .btn:hover {
    background-color: #e3e9f0;
}

.industry-40 .viewport .controls > .btn:focus {
    background-color: #e3e9f0;
    box-shadow: none !important;
}

.industry-40 .viewport .controls > .btn:last-child {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.industry-40 .viewport.left .controls > .btn:first-child,
.industry-40 .viewport.right .controls > .btn:last-child {
    visibility: visible;
    opacity: 1;
}

.industry-40 .diagram-wrapper {
    z-index: 0;
    overflow-x: auto;
}

.industry-40 .diagram {
    width: 768px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}

.industry-40 .diagram > div {
    position: static;
}

.industry-40 .diagram > div > dt {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 48px;
    font-size: 1.333333em;
    font-weight: 400;
    box-shadow: none;
}

.industry-40 .diagram dl dt {
    display: none;
    margin-top: -24px;
    font-size: 0.777778em;
    font-weight: 400;
}

.industry-40 .diagram dl > div {
    margin-bottom: 64px;
}

.industry-40 .diagram > div:first-child li:first-child dl > div > dt {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
}

.industry-40 .diagram > div:first-child li:first-child dl > div::before {
    position: absolute;
    right: 8px;
    left: 8px;
    content: '';
    height: 1px;
    margin-top: -32px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="-0.5 -0.5 5 1"%3E%3Cline x2="5" fill="none" stroke="%23829ab1" stroke-linecap="round" stroke-width="1" stroke-dasharray="1 4"/%3E%3C/svg%3E');
}

.industry-40 .diagram dl > div:last-child {
    margin-bottom: 0;
}

.industry-40 ul li {
    position: static;
}

.industry-40 .value {
    height: 150px;
}

.industry-40 .diagram-box {
    position: relative;
    padding: 8px;
    margin-bottom: 0;
    background-color: #d9e2ec;
    border: 1px solid #bcccdc;
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.industry-40 .diagram-box span {
    position: relative;
}

.industry-40 .industry40 > .diagram-box {
    color: #fff;
    background-color: #024e6d;
    border-color: transparent;
}

.industry-40 .industry40 li:nth-child(3) .enabler .diagram-box {
    z-index: 1;
}

.industry-40 .industry40 li:nth-child(3) .enabler .diagram-box::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -100%;
    z-index: 0;
    width: 300%;
    content: '';
    background-color: #024e6d;
}

.industry-40 .industry40 li:nth-child(3) .enabler .diagram-box::after {
    position: absolute;
    left: -100%;
    z-index: 0;
    display: block;
    content: '';
    width: 300%;
    padding-top: 15.652174%;
    background-image: url('../images/dot-4-15-green.svg');
    background-size: 4.130434% 80%;
}

.industry-40 .industry40 li:nth-child(3) .enabler .diagram-box span {
    z-index: 1;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    background-color: #024e6d;
}

.industry-40 .value .diagram-box {
    margin-top: auto;
}

.industry-40 .industry40 .value .diagram-box {
    color: #fff;
    background-color: #024e6d;
    border-color: transparent;
}

.industry-40 .ai .diagram-box {
    color: #fff;
    background-color: #024e6d;
    border-color: transparent;
}

.industry-40 .digitalization li:nth-child(1) .value .diagram-box {
    height: 20%;
}

.industry-40 .digitalization li:nth-child(2) .value .diagram-box {
    height: 30%;
}

.industry-40 .industry40 li:nth-child(1) .value .diagram-box {
    height: 40%;
}

.industry-40 .industry40 li:nth-child(2) .value .diagram-box {
    height: 60%;
}

.industry-40 .industry40 li:nth-child(3) .value .diagram-box {
    height: 80%;
}

.industry-40 .industry40 li:nth-child(4) .value .diagram-box {
    height: 100%;
}

.industry-40 .market-maturity {
    height: 80px;
}

.industry-40 .digitalization li:nth-child(1) .market-maturity .diagram-box {
    height: 60%;
    font-size: 1.666667em;
}

.industry-40 .digitalization li:nth-child(2) .market-maturity .diagram-box {
    height: 80%;
    font-size: 1.777778em;
}

.industry-40 .industry40 li:nth-child(1) .market-maturity .diagram-box {
    height: 100%;
    font-size: 2.166667em;
}

.industry-40 .industry40 li:nth-child(2) .market-maturity .diagram-box {
    height: 40%;
    font-size: 1.277778em;
}

.industry-40 .industry40 li:nth-child(3) .market-maturity .diagram-box {
    height: 30%;
}

.industry-40 .industry40 li:nth-child(4) .market-maturity .diagram-box {
    height: 20%;
    font-size: 0.777778em;
}

.industry-40 .ai .value .diagram-box::before {
    display: block;
    content: '';
    width: 88.387097%;
    padding-top: 17.518248%;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/dot-4-15-green.svg');
    background-size: 13.768115% 70%;
}

.industry-40 .ai .value .diagram-box span {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.industry-40 .value .diagram-box {
    font-size: 0.777778em;
    font-weight: 600;
    box-shadow: none;
}

.industry-40 .market-maturity .diagram-box {
    padding-top: 8px;
    padding-bottom: 8px;
    color: inherit;
    background-color: #fff;
    border-color: transparent;
}

.industry-40 .enabler .diagram-box {
    box-shadow: none;
}


/* ## Testimonials */

.testimonials {
    overflow: hidden;
    border-bottom: 1px solid #c5cdd7;
}

.no-js .testimonials .row {
    margin-bottom: 50px;
}

.testimonials .blockquote {
    font-size: 16px;
    margin-bottom: 70px;
}

.testimonials .blockquote::before {
    display: block;
    width: 38px;
    height: 32px;
    margin-bottom: 30px;
    content: '';
    background: url('../images/quotes.svg') no-repeat left center;
}

.testimonials .blockquote .text-box {
    margin-bottom: 30px;
}

.testimonials .blockquote-footer {
    font-size: 100%;
    font-weight: 700;
}

.testimonials .blockquote-footer::before {
    content: none;
}

.testimonials .responsive-media {
    position: relative;
}

.testimonials .responsive-media > picture {
    padding-top: 59.983633%;
}

.testimonials .slick-dots {
    position: relative;
    top: 18px;
    margin-bottom: -24px;
}

.testimonials .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.testimonials .slider-item {
    float: none;
    height: auto;
}

/* ## Qlector LEAP */

.qlector-leap {
    overflow: hidden;
}

.qlector-leap .section-body .btn {
    margin-top: 30px;
}

.qlector-leap .media-column {
    margin-top: 60px;
}

.js .qlector-leap .responsive-media {
    width: 152%;
    transition: width 0.3s ease-out, transform 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.js .qlector-leap .responsive-media.slide-1 {
    -webkit-transform: translate3d(-34.2%, 0, 0);
    transform: translate3d(-34.2%, 0, 0);
}

.qlector-leap .responsive-media > picture {
    padding-top: 72.413793%;
}

.qlector-leap .responsive-media > picture::before,
.qlector-leap .responsive-media > picture::after {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    z-index: 1;
    content: '';
    width: 34.3%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    border-top-left-radius: 15% 7.5%;
    border-bottom-left-radius:  15% 7.5%;
    transition: visibility 0.15s ease-out, opacity 0.3s ease-out;
}

.qlector-leap .responsive-media > picture::after {
    right: 0;
    left: auto;
    width: 65.55%;
    border-top-left-radius: 0%;
    border-top-right-radius: 7.5%;
    border-bottom-right-radius: 7.5%;
    border-bottom-left-radius:  0%;
}

.qlector-leap .responsive-media.slide-1 > picture::before,
.qlector-leap .responsive-media.slide-0 > picture::after {
    visibility: visible;
    opacity: 0.8;
}

.js .qlector-leap .responsive-media .btn {
    position: absolute;
    top: 50%;
    left: 34.4%;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #1a72e6;
    border-color: #1a72e6;
    border-radius: 50%;
}

.js .qlector-leap .responsive-media .btn::before,
.js .qlector-leap .responsive-media .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 7px;
    height: 10px;
    margin-top: -5px;
    margin-left: -9px;
    background: url('../images/chevron-left.svg') no-repeat center;
    transition: opacity 0.15s ease-out;
}

.js .qlector-leap .responsive-media .btn::after {
    margin-left: 2px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.js .qlector-leap .responsive-media.slide-1 .btn::before,
.js .qlector-leap .responsive-media.slide-0 .btn::after {
    opacity: 0.6;
}

.qlector-leap .responsive-media > picture > img {
    position: absolute;
    top: -7.08%;
    left: -5.45%;
    width: 110.837438%;
    max-width: none;                                                                                                     
    height: auto;
}

.qlector-leap .slider.slick-initialized {
    /* margin-bottom: -42px; */
    margin-bottom: -16px;
}

.qlector-leap .slider .slick-list {
    padding-bottom: 16px;
    margin-bottom: 0;
}

.qlector-leap .slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}

.qlector-leap .slider .slick-slide {
    -ms-flex: auto;
    flex: auto;
    float: none;
    max-width: none;
    height: auto;
}

.qlector-leap .slider .slick-dots {
    position: relative;
    top: 2px;
    margin-bottom: -40px;
}

.memberships .slider .slick-dots {
    position: relative;
    bottom: 18px;
    margin-top: -24px;
}

.qlector-leap .media-column dl {
    position: relative;
    align-items: stretch;
    height: calc(100% - 40px);
    margin-top: 40px;
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.js .qlector-leap .media-column dl {
    height: calc(100% - 30px);
    margin-top: 30px;
}

.qlector-leap .media-column dl:before {
    position: absolute;
    content: '';
    top: -7px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 9px 13px;
    border-color: transparent transparent #fff transparent;
}

.qlector-leap .media-column dt {
    position: absolute;
    top: -30px;
}

.js .qlector-leap .media-column dt {
    top: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;  
}

.qlector-leap .media-column dl dd {
    position: relative;
    margin-bottom: 0;
    padding: 20px 20px 20px 60px;
    font-weight: 600;
    border-bottom: 1px solid #c5cdd7;
}

.qlector-leap .media-column dl dd::before {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 20px;
    height: 15px;
    content: '';
    background: url('../images/checkmark.svg') no-repeat center;
}

.qlector-leap .media-column dl dd:last-child {
    border-bottom-width: 0;
}

/* ## Challenges in Manufacturing */

.challenges-in-manufacturing li {
    position: relative;
    align-items: center;
    min-width: 1px; /* IE nested flex fix */
    margin-bottom: 60px;
    text-align: center;
}

.iobserver .challenges-in-manufacturing li.animated {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.challenges-in-manufacturing li.animate {
    -webkit-animation: fade-in-translate 0.6s forwards;
    animation: fade-in-translate 0.6s forwards;
}

.challenges-in-manufacturing li:last-child {
    margin-bottom: 0;
}

.challenges-in-manufacturing li > div {
    margin-bottom: 20px;
}

.challenges-in-manufacturing li > div::after {
    position: absolute;
    bottom: -36px;
    left: 50%;
    content: '';
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: url('../images/chevron-down-tick-blue.svg') no-repeat center;
}

.iobserver .challenges-in-manufacturing li.animated > div::before,
.iobserver .challenges-in-manufacturing li.animated > div::after {
    opacity: 0;
}

.challenges-in-manufacturing li.animate > div::before,
.challenges-in-manufacturing li.animate > div::after {
    -webkit-animation: fade-in 0.6s 0.5s forwards;
    animation: fade-in 0.6s 0.5s forwards;
}

.challenges-in-manufacturing li:last-child > div::after {
    content: none;
}

.challenges-in-manufacturing li .icon {
    position: relative;
    display: block;
    width: 126px;
    height: 116px;
    max-width: 100%;
    min-height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    transform-style: preserve-3d;
}

.iobserver .challenges-in-manufacturing li .icon {
    background-color: transparent;
    background-image: none;
    transform-style: preserve-3d;
}

.iobserver .challenges-in-manufacturing li .icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: '';
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url('../images/dash-circle.svg');
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.iobserver .challenges-in-manufacturing li.animated .icon {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}

.challenges-in-manufacturing li.animate .icon {
    -webkit-animation: rotate-y-180 0.6s 0.5s forwards;
    animation: rotate-y-180 0.6s 0.5s forwards;
}

.challenges-in-manufacturing li p {
    width: 25%;
    max-width: 100%;
    min-width: 150px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.iobserver .challenges-in-manufacturing li.animated p {
    opacity: 0;
}

.challenges-in-manufacturing li.animate p {
    -webkit-animation: fade-in 0.6s 0.5s forwards;
    animation: fade-in 0.6s 0.5s forwards;
}

/* ## Product Architecture */

.product-architecture .diagram > dl:first-child {
    padding-right: 25px;
    margin-bottom: 0;
}

.product-architecture .diagram-group {
    position: relative;
}

.product-architecture .diagram-group:nth-child(1) {
    padding-bottom: 40px;
}

.product-architecture .diagram-group:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-architecture .diagram-group:nth-child(3) {
    padding-top: 40px;
}

.product-architecture .diagram-group > dt,
.product-architecture .diagram-group > dd {
    position: relative;
    height: calc(50% - 10px);
}

.product-architecture .diagram-group > dt {
    margin-bottom: 20px;
}

.product-architecture .diagram-group > dt:before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 3px;
    height: 17px;
    margin-top: 2px;
    margin-left: -1px;
    background-image: url('../images/dots-grey.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-architecture .diagram-group:nth-child(2) > dt:before {
    background-image: url('../images/dots-blue.svg');
}

.product-architecture .diagram-group > dt:after {
    position: absolute;
    top: 100%;
    left: 100%;
    content: '';
    width: 12px;
    height: 24px;
    margin-top: -1px;
    background-image: url('../images/arrow-down-grey.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-architecture .diagram-group:nth-child(2) > dt:after {
    background-image: url('../images/arrow-down-blue.svg');
}

.product-architecture .diagram-group:last-child > dt:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-architecture .diagram-group > dd:before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 12px;
    height: 24px;
    margin-top: 18px;
    margin-left: -6px;
    background-image: url('../images/arrow-down-grey.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-architecture .diagram-group:last-child > dd:before {
    content: none;
}

.product-architecture .diagram-box {
    padding: 12px 20px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.product-architecture dl.diagram-box {
    background-color: #fff;
}

.product-architecture .diagram-group .diagram-box {
    background-color: #d9e2ec;
    border-color: #d1dae6;
}

.product-architecture .diagram-group:nth-child(2) .diagram-box {
    color: #fff;
    background-color: #0097ff;
    border-color: #0097ff;
    box-shadow: 0 3px 12px 0 rgba(0, 151, 255, 0.2);
}

.product-architecture .diagram-box dt {
    display: block;
    padding: 20px 8px;
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
    background-color: #0097ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-architecture .diagram-box dt div {
    max-width: 244px;
    margin-right: auto;
    margin-left: auto;
}

.product-architecture .diagram-box dt div:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 15.163934%;
    background-image: url('../images/qlector-leap.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-architecture .diagram-box dd {
    padding: 25px 10px;
    /* background-color: #fff; */
}

.product-architecture .diagram-box li {
    margin-bottom: 25px;
}

.product-architecture .diagram-box li:last-child {
    margin-bottom: 0;
}

.product-architecture .diagram-box li > div {
    position: relative;
    padding: 30px 10px 15px;
    border: 1px solid #d9e2ec;
    border-radius: 5px;
}

.product-architecture .diagram-box li > div:before {
    position: absolute;
    top: 6px;
    left: 9px;
    content: '';
    width: 19px;
    height: 4px;
    background-image: url('../images/window-controls.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-architecture .diagram-box li > div:after {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    content: '';
    border-top: 1px solid #d9e2ec;
}

.product-architecture .diagram-box li .icon {
    display: none;
    width: 34px;
    height: 34px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

/* ## Qlector LEAP in Real-Time */

.ql-in-real-time .section-head {
    margin-bottom: 30px;
}

.ql-in-real-time .btn {
    margin-top: 30px;
}

/* ## Job positions at Qlector */

.job-positions-at-ql .section-head {
    margin-bottom: 30px;
}

.job-positions-at-ql .btn {
    margin-top: 30px;
}

/* ## Scientific lectures CTA */

.scientific-lectures-cta .section-head {
    margin-bottom: 30px;
}

.scientific-lectures-cta .btn {
    margin-top: 30px;
}

/* ## Challenges across industries */

.challenges-across-industries .section-description p:last-child a {
    display: block;

}

.challenges-across-industries .section-description p:last-child a::after {
    content: '';
    display: block;
    width: 17px;
    height: 34px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    background: url('../images/arrow-down-dark-blue.svg') no-repeat center;
}

.challenges-across-industries .section-description p:last-child a:hover::after,
.challenges-across-industries .section-description p:last-child a:focus::after {
    -webkit-animation: wobble-vertical 2s infinite;
    animation: wobble-vertical 2s infinite;
}

/* ## Empowering Planners & Team Coordinators */

.ql-planners-coordinators {
    border-bottom: 1px solid #c5cdd7;
}

.ql-planners-coordinators .column::before {
    position: absolute;
    top: -1px;
    right: -8px;
    bottom: -1px;
    left: -8px;
    content: '';
}

.ql-planners-coordinators .columns:nth-child(2n + 1) .column:first-child::before,
.ql-planners-coordinators  .columns:nth-child(2n) .column:first-child::before {
    background-color: #243b53;
}

.ql-planners-coordinators .columns:nth-child(2n + 1) .column:last-child::before,
.ql-planners-coordinators .columns:nth-child(2n) .column:last-child::before {
    background-color: #fff;
}

.ql-planners-coordinators .responsive-media::before,
.ql-planners-coordinators .responsive-media::after {
    position: absolute;
    top: -9%;
    left: 50%;
    z-index: 0;
    content: '';
    width: 11.869436%;
    padding-top: 11.869436%;
    margin-left: -5.934718%;
    background-image: url(../images/dot-5-32-blue.svg);
    background-size: 46.25%;
}

.ql-planners-coordinators .responsive-media::after {
    top: auto;
    bottom: -9%;
}

.ql-planners-coordinators .columns:nth-child(2n) .responsive-media::before,
.ql-planners-coordinators .columns:nth-child(2n) .responsive-media::after {
    background-image: url(../images/dot-5-32-red.svg);
}

.ql-planners-coordinators .responsive-media > picture {
    z-index: 1;
}

/* ## Key Features */

.ql-key-features .responsive-media {
    margin-right: -16px;
    margin-left: -16px;
}

.ql-key-features .responsive-media > picture::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* content: ''; */
    background-image: url('../images/dot-5-32-gray.svg');
    background-size: 5.218617%;
}

.ql-key-features .columns:nth-child(2n + 1) .responsive-media > picture::before {
    -webkit-transform: translate(calc(-8.333333% - 2px), -15%);
    -ms-transform: translate(-8.333333%, -15%);
    transform: translate(calc(-8.333333% - 2px), -15%);
}

.ql-key-features .columns:nth-child(2n) .responsive-media > picture::before {
    -webkit-transform: translate(calc(8.333333% + 2px), -15%);
    -ms-transform: translate(8.333333%, -15%);
    transform: translate(calc(8.333333% + 2px), -15%);
}

/* ## Ready to grow with us */

.ready-to-grow-with-us .section-head {
    margin-bottom: 30px;
}

.ready-to-grow-with-us .btn {
    margin-top: 30px;
}

/* ## Choose the program */

.choose-the-program .btn {
    width: 100%;
}

.choose-the-program .partner-logo {
    position: relative;
    /* width: 280px; */
    width: 100%;
    max-width: 100%;
}

.choose-the-program .partner-logo::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75%;
    padding-top: 44.94382%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.choose-the-program .partner-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ## Grow with us */

.grow-with-us ul {
    margin-bottom: -40px;
}

.grow-with-us li {
    margin-bottom: 40px;
}

.grow-with-us li p {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
}

.grow-with-us .icon {
    height: 84px;
    background-image: none;
}

.grow-with-us .icon::before {
    content: '';
    display: block;
}

.grow-with-us .icon-shadow-light-bulb::before {
    width: 76px;
    height: 72px;
}

.grow-with-us .icon-shadow-circle-of-friends::before {
    width: 65px;
    height: 84px;
}

.grow-with-us .icon-shadow-users::before {
    width: 61px;
    height: 64px;
}

.grow-with-us .icon-shadow-rocket::before {
    width: 55px;
    height: 70px;
}

.grow-with-us .icon-shadow-folders::before {
    width: 61px;
    height: 71px;
}

.grow-with-us .icon-shadow-hand-with-dollar::before {
    width: 70px;
    height: 77px;
}

/* ## How you start */

.how-you-start {
    position: relative;
}

.how-you-start::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/handshake-large.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.26;
}

.how-you-start .card-header::before {
    content: attr(data-step);
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-right: 20px;
    margin-bottom: -25px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #0a4166;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #0a4166;
}

.how-you-start .row > div:first-child .card-header::before {
    color: #fff;
    background-color: #0a4166;
}

.how-you-start .card-header::after {
    content: '';
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    margin-left: 20px;
    background-image: url('../images/arrow-right-blue.svg');
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.how-you-start .row > div:last-child .card-header::after {
    width: 28px;
    height: 20px;
    background-image: url('../images/check-blue.svg');
    transform: rotate(0);
}

.how-you-start .card-header span {
    margin-right: auto;
}

.how-you-start .links {
    margin-top: 40px;
}

/* ## Become a partner */

.partner-email-form .form-label-group {
    z-index: 3;
    order: 1
}

.partner-email-form .input-group-append {
    width: 100%;
    margin-left: 0;
    order: 3;
}

/* .partner-email-form .input-group .invalid-feedback {
    margin-top: -12px;
    margin-bottom: 16px;
} */

.partner-email-form .input-group-append/* :not(:last-child) */ .btn {
    border-radius: 3px;
}

.partner-email-form .input-group-append + .invalid-feedback {
    order: 2;
}

.js .partner-details-form .form-label-group[data-toggle] {
    display: none;
}

.partner-details-form h2 {
    margin-top: 1.25em;
    margin-bottom: 0.75em;
}

/* # BLOCK */

/* ## Download access form */

.download-access-form {
    padding: 32px 24px;
    background-color: #f0f4f8;
}
