@font-face {
    font-family: 'Work Sans';
    src: url("../fonts/WorkSans-Regular.88a58a05541c.woff2") format('woff2'), url("../fonts/WorkSans-Regular.4c0a8bac0d2e.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url("../fonts/WorkSans-Bold.22a3c8bef992.woff2") format('woff2'), url("../fonts/WorkSans-Bold.d927782bf0de.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url("../fonts/WorkSans-SemiBold.11f6874f2cd7.woff2") format('woff2'), url("../fonts/WorkSans-SemiBold.7d1f6f0097d7.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --gemius-blue-light: #26B7E6;
    --gemius-blue-dark: #2669BB;
    --gemius-b1: #E9F6FC;
    --gemius-b2: #0061B9;
    --gemius-b3: #054987;
    --gemius-b4: #0E4A86;
    --gemius-g1: #F3F3F4;
    --gemius-d1: #222B33;
    --gemius-black: #000000;
    --gemius-black-hover: #222222;
    --gemius-white: #ffffff;
    --gemius-header-icon-color: #87C3FF;
    --gemius-main-background: rgb(0, 166, 220);
    --gemius-main-background-gradient: linear-gradient(90deg, rgba(0, 166, 220, 1) 0%, rgba(0, 78, 172, 1) 100%);
    --gemius-second-background-gradient: linear-gradient(90deg, rgba(0, 166, 220, 1) 0%, rgba(6, 82, 173, 1) 80%, rgba(6, 82, 173, 1) 100%);
    --gemius-border-radius: 0.5rem;
    --gemius-dropdown-hover: #E8F6FC;
    --gemius-h2-color-main: #0261B8;
    --gemius-green: #7DB300;
    --gemius-sticky-main-color: #272F36;
    --gemius-sticky-active-border-color: #00A4E6;
    --bs-body-bg: #FCFCFC;
}

html {
    background-color: var(--gemius-white);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 18.75rem;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.125rem;
    letter-spacing: -0.006rem;
    line-height: 1.75rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.row > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

h2 {
    font-weight: bold;
    color: var(--gemius-h2-color-main);
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-weight: bold;
    color: var(--gemius-h2-color-main);
    font-size: 1.375rem;
    line-height: 2.5rem;
}

img {
    max-width: 100%;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 71.25rem;
    }

    .container.gmContainerMin {
        max-width: 46rem;
    }
}

nav.nav-gemius {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: none;
    color: var(--gemius-white);
    transition: 0.5s all ease;
}

nav.nav-gemius.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--gemius-white);
    border-radius: var(--gemius-border-radius);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

nav.nav-gemius.navbar-expand-lg .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.1)
}

nav.nav-gemius.navbar-expand-lg .navbar-nav .nav-link.active:after {
    content: '';
    width: 100%;
    height: 0.188rem;
    background: var(--gemius-white);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

a.dropdown-item {
    transition: 0.5s all ease;
}

a.dropdown-item.active {
    background: var(--gemius-g1);
    color: var(--gemius-black);
}

a.dropdown-item:hover {
    background: var(--gemius-dropdown-hover);
    color: var(--gemius-black);
}

#navbarNavAltMarkup {
    justify-content: end;
}

section#home_first {
    padding: 6rem 0;
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    min-height: 41.5rem;
    background-image: url("../img/home-hero-xl.25cb1af84101.png");
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--gemius-white);
}

.gm-shape1 {
    clip-path: polygon(0 0, 100% 85%, 100% 100%, 0% 100%);
    width: 100%;
    height: 11.25rem;
    display: block;
    position: absolute;
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    bottom: 0;
    left: 0;
}

.gm-shape2 {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    width: 100%;
    height: 11.25rem;
    display: block;
    position: absolute;
    background: var(--bs-body-bg);
    bottom: 0;
    left: 0;
}

.heroLeft h1 {
    font-size: 3rem;
    letter-spacing: -0.016rem;
    line-height: 3.5rem;
    font-weight: bold;
}

.gemius__hero {
    padding: 3rem 0;
    position: relative;
}

.gm-dh2 {
    font-size: 1.125rem;
}

.heroLeft {
    padding-top: 2rem;
}

.heroRight {
    position: absolute;
    right: 0;
    width: 52.5rem;
    z-index: 1;
    top: 1rem;
    margin-right: -15.4rem;
}

section#home_second {
    padding: 7rem 0;
}

.gemius_img_diamond {
    position: relative;
    display: inline-block;
    transform: rotate(-81deg);
    overflow: hidden;
    border-radius: 0.938rem;
    width: 28.1rem;
    height: 28.1rem;
}

.gemius_img_diamond span {
    transform: rotate(81deg);
    background-image: url("../img/single-source-for-all-media.a2be03a9c45d.jpg");
    position: absolute;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
}

@media (min-width: 2560px) {
    .gemius_img_diamond span {
        background-image: url("../img/single-source-for-all-media-big.0f2e6f287e9b.jpg");
        background-size: cover;
    }
}

.diamond_outer {
    position: relative;
    display: inline-block;
    margin-left: 3rem;
}

.diamond_back {
    width: 28.1rem;
    height: 28.1rem;
    position: absolute;
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    border-radius: 0.938rem;
    transform: rotate(-75deg);
}

.col.hp_text1 {
    padding-top: 2rem;
}

.aboutus2 .col.hp_text1 {
    padding-top: 5rem;
}

.gemiusGreyBg {
    background: var(--gemius-g1);
    min-height: 18.75rem;
}

.greyBefore,
.greyAfter {
    width: 100%;
    height: 8.438rem;
    position: relative;
    display: block;
}

.greyBefore > span {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: var(--gemius-g1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.greyBefore div {
    filter: drop-shadow(3px -6px 2px rgba(0, 0, 0, 0.01));
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: -0.625rem;
}

.greyBefore div span {
    clip-path: polygon(0 20%, 0% 100%, 100% 100%);
    background: var(--gemius-g1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.greyAfter > span {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: var(--gemius-g1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.greyAfter div {
    filter: drop-shadow(3px 13px 4px rgba(0, 0, 0, 0.02));
    position: absolute;
    width: 100%;
    height: 80%;
    top: -0.625rem;
}

.greyAfter div span {
    clip-path: polygon(100% 0, 0 0, 100% 80%);
    background: var(--gemius-g1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.portfolio__con {
    display: flex;
    align-items: start;
    position: relative;
    padding: 5rem 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.portfolio__left {
    width: 41.66666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.portfolio__right {
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

p.portfolio__desc {
    width: 100%;
    max-width: 28.125rem;
}

.column-gemius a {
    background: var(--gemius-white);
    margin-bottom: 1rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    border-radius: 0.313rem;
    transition: 0.5s all ease;
    text-decoration: none;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
}

.column-gemius a:hover {
    padding-right: 4rem;
    margin-left: -4rem;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.2);
}

.column-gemius a .prod__logo {
    width: 40%;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

.column-gemius a p {
    width: 60%;
    color: #363636;
    transition: 0.5s all ease;
    max-width: 18.438rem;
}

.ctaProducts {
    display: flex;
}

.ctaProducts a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gemius-h2-color-main);
    text-decoration: none;
    transition: 0.5s all ease;
}

.ctaProducts a:hover {
    text-decoration: underline;
}

.ctaProducts a:after {
    content: '';
    background: url("../img/Arrow.6c2d67750951.svg");
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-left: 0.313rem;
    transition: 0.5s all ease;
}

.mobile-visible {
    display: none;
}

@media (max-width: 767px) {
    .desktop-visible {
        display: none;
    }

    .mobile-visible {
        display: block;
    }
}

nav.nav-gemius.shrink {
    background: var(--gemius-white);
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

nav.nav-gemius.shrink .navbar-nav .nav-link {
    color: var(--gemius-sticky-main-color);
}

nav.nav-gemius.shrink .navbar-nav .nav-link:hover {
    background: var(--gemius-g1);
}

nav.nav-gemius.shrink .navbar-nav .nav-link.active:after {
    background: var(--gemius-sticky-active-border-color);
}

.has-text-centered {
    text-align: center;
}

.trust__item {
    text-align: center;
    display: flex;
    padding: 0.8rem;
}

.trust__item img {
    width: 6.875rem;
    margin: auto;
    transition: 0.5s all ease;
}

.trust__us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

section#home__fourth {
    padding: 5rem 0;
}

section#home__fifth {
    padding: 5rem 0;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    min-height: 50rem;
    background-image: url("../img/grow-with-us.5e98455c0175.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.fifth__outer {
    position: relative;
    z-index: 10;
}

.fifth__outer:before {
    content: '';
    clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 68%);
    background: var(--gemius-main-background);
    background: var(--gemius-second-background-gradient);
    width: 100%;
    height: 114%;
    left: 0;
    top: -7%;
    position: absolute;
}

.growWithUs {
    max-width: 100%;
    width: 34.375rem;
    color: var(--gemius-white);
    position: relative;
}

.growWithUs h2 {
    color: var(--gemius-white);
}

#home_sixth {
    position: relative;
    margin-top: -5rem;
}

#home_sixth:before {
    content: '';
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    width: 100%;
    height: 260%;
    position: absolute;
    top: -100%;
    z-index: 0;
}

a.gm-btn-white {
    color: var(--gemius-sticky-main-color);
    text-decoration: none;
    transition: 0.5s all ease;
    background: var(--gemius-white);
    border-radius: var(--gemius-border-radius);
    display: inline-block;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    line-height: 1.5rem;
}

a.gm-btn-white:hover {
    background: var(--gemius-dropdown-hover);
}

section#home__seventh {
    padding: 5rem 0;
    padding-top: 15rem;
}

section#home__seventh h2 {
    padding-bottom: 2rem;
}

.gm_article_item {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    transition: 0.5s all ease;
}

.gm_article_item:hover {
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.2);
}

.art__desc {
    padding: 1rem;
}

a.art_cat {
    background: var(--gemius-dropdown-hover);
    padding: 0.2rem 0.5rem;
    display: inline-block;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1rem;
    color: var(--gemius-h2-color-main);
    transition: 0.5s all ease;
}

a.art_cat:hover {
    background: var(--gemius-h2-color-main);
    color: var(--gemius-b1);
}

.art__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.art__meta time {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1rem;
}

.art__name {
    font-weight: bold;
    margin-bottom: 1rem;
    min-height: 4.688rem;
}

.art__img {
    max-height: 20.625rem;
    overflow: hidden;
}

.art__img img {
    transition: 0.5s all ease;
}

.gm_article_item:hover .art__img img {
    transform: scale(1.1);
}

a.read_more {
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--gemius-h2-color-main);
    text-decoration: none;
    transition: 0.5s all ease;
    margin-bottom: 0.4rem;
}

a.read_more:hover {
    text-decoration: underline;
}

a.read_more:after {
    content: '';
    background: url("../img/Arrow.6c2d67750951.svg");
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-left: 0.313rem;
    transition: 0.5s all ease;
}

.btnContainer {
    text-align: center;
    padding-top: 4rem;
}

a.gm-btn-primary {
    color: var(--gemius-b1);
    text-decoration: none;
    transition: 0.5s all ease;
    padding: 1rem 1.5rem;
    background: var(--gemius-h2-color-main);
    border-radius: var(--gemius-border-radius);
    margin-top: 1rem;
    display: inline-block;
    line-height: 1.5rem;
}

a.gm-btn-primary:hover {
    background: var(--gemius-b4);
}

footer {
    width: 100%;
    height: 8.75rem;
    position: relative;
    overflow: hidden;
}

.foot-bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    clip-path: polygon(40% 20%, 100% 16%, 100% 100%, 0 100%, 0 14%);
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    opacity: 0.85;
}

.foot-bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    clip-path: polygon(100% 27%, 100% 100%, 0 100%, 0 0);
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    opacity: 0.85;
}

.c-foot {
    position: relative;
    z-index: 1;
    padding-top: 4.5rem;
}

.row.foot-row ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.row.foot-row ul li a {
    color: var(--gemius-b1);
    text-decoration: none;
    padding: 0 1rem;
    transition: 0.5s all ease;
}

.row.foot-row ul li a:hover {
    opacity: 0.85;
}

.col.social {
    display: flex;
    justify-content: end;
}

.col.social img {
    height: 1.25rem;
    padding: 0 1rem;
}

.row.foot-row {
    justify-content: space-between;
}

.col.social a {
    transition: 0.5s all ease;
}

.col.social a:hover {
    opacity: 0.85;
}

a.dropdown-item img {
    width: 1rem;
    border: 1px solid #BEC9CE;
}

.dropdown-item {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-nav .dropdown-menu {
    max-height: 21.875rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: 0.5rem;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0.375rem;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background: #7D7D7D;
    border-radius: 0.375rem;
}

.column-gemius a p {
    margin: 0;
}

.portfolio__con {
    z-index: 10;
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--gemius-b1);
    color: var(--gemius-b1);
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMgNmExIDEgMCAwIDEgMS0xaDE2YTEgMSAwIDEgMSAwIDJINGExIDEgMCAwIDEtMS0xek0zIDEyYTEgMSAwIDAgMSAxLTFoMTZhMSAxIDAgMSAxIDAgMkg0YTEgMSAwIDAgMS0xLTF6TTMgMThhMSAxIDAgMCAxIDEtMWgxNmExIDEgMCAxIDEgMCAySDRhMSAxIDAgMCAxLTEtMXoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
}

.shrink .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMgNmExIDEgMCAwIDEgMS0xaDE2YTEgMSAwIDEgMSAwIDJINGExIDEgMCAwIDEtMS0xek0zIDEyYTEgMSAwIDAgMSAxLTFoMTZhMSAxIDAgMSAxIDAgMkg0YTEgMSAwIDAgMS0xLTF6TTMgMThhMSAxIDAgMCAxIDEtMWgxNmExIDEgMCAxIDEgMCAySDRhMSAxIDAgMCAxLTEtMXoiIGZpbGw9IiMxMDE4MjAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
}

.row.foot-row ul {
    padding: 0;
}

.art__name a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .col.hp_text1 {
        padding-left: 7rem;
    }

    .column-gemius a p {
        margin: 0;
        padding-left: 0.625rem;
        font-size: 0.875rem;
        min-height: 60.313rem;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .heroRight {
        position: relative;
        margin-right: 0;
        max-width: 100%;
    }

    .heroLeft {
        padding-top: 0;
    }

    .navbar-collapse {
        background: var(--gemius-main-background-gradient);
        border-radius: var(--gemius-border-radius);
        margin-top: 1rem;
        padding: 1rem;
    }

    .shrink .navbar-collapse {
        background: var(--gemius-b1);
    }

    span.gm-shape2 {
        bottom: -0.063rem;
    }

    section#home_second {
        padding: 3rem 0;
    }

    .col.hp_text1 {
        padding-left: 3rem;
    }

    .gemius_img_diamond {
        width: 20rem;
        height: 20rem;
    }

    .diamond_back {
        width: 20rem;
        height: 20rem;
    }

    .col.hp_text1 {
        padding-left: 5rem;
        padding-top: 0;
    }

    .row.foot-row ul li a {
        padding: 0;
        padding-right: 1rem;
    }
}

@media (max-width: 767px) {
    .heroLeft h1 {
        font-size: 1.875rem;
        font-weight: bold;
        line-height: 2rem;
    }

    .gm-dh2 {
        font-size: 1rem;
    }

    section#home_first {
        min-height: unset;
        background-image: url("../img/home-hero-mobile.082edadefe1a.png");
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .portfolio__left .sticky {
        position: relative !important;
        top: inherit !important;
        bottom: inherit !important;
    }

    .portfolio__con {
        display: block;
        padding: 3rem 0;
        padding-top: 1rem;
    }

    .portfolio__left {
        width: 100%;
        padding-bottom: 1rem;
    }

    .portfolio__right {
        width: 100%;
    }

    .column-gemius a:hover {
        padding: 1.25rem 1.563rem;
        margin-left: 0;
    }

    .ctaProducts.mobile-visible {
        margin-top: 2rem;
    }

    section#home__fourth {
        padding: 3rem 0;
    }

    section#home__fifth {
        padding: 0;
        min-height: 17.5rem;
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    }

    .gemius__hero {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .heroRight {
        margin-left: 0;
        margin-bottom: -7rem;
    }

    section#home_second .row {
        flex-direction: column-reverse;
    }

    .col.hp_text1 {
        padding-top: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .diamond_outer {
        margin-top: 2rem;
        transform: scale(0.8);
    }

    section#home_second {
        padding-bottom: 0rem;
    }

    .column-gemius a {
        display: block;
    }

    .column-gemius a p {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
        min-height: unset;
    }

    .column-gemius a p br {
        display: none;
    }

    #home_sixth {
        margin-top: 5rem;
    }

    #home_sixth:before {
        content: '';
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        background: var(--gemius-main-background);
        background: var(--gemius-main-background-gradient);
        width: 100%;
        height: 170%;
        position: absolute;
        top: -40%;
        z-index: 0;
    }

    .fifth__outer:before {
        content: '';
        clip-path: polygon(0 0, 100% 19%, 100% 100%, 0 89%);
        background: var(--gemius-main-background);
        background: var(--gemius-second-background-gradient);
        width: 100%;
        height: 110%;
        left: 0;
        top: -6%;
        position: absolute;
    }

    .greyBefore,
    .greyAfter {
        height: 4.688rem;
    }

    span.gm-shape1,
    span.gm-shape2 {
        height: 6.25rem;
    }

    section#home__seventh {
        padding: 3rem 0;
        padding-top: 10rem;
    }

    .row.articlesH {
        display: block;
        max-width: 90%;
        margin: auto;
    }

    .articlesH .col {
        width: 100%;
        margin-bottom: 2rem;
    }

    .btnContainer {
        text-align: center;
        padding-top: 0rem;
    }

    .row.foot-row {
        display: block;
    }

    .row.foot-row ul {
        justify-content: center;
    }

    .col.social {
        display: flex;
        justify-content: center;
    }

    .container.c-foot {
        padding-top: 3.4rem;
    }
}

#headGemNormal {
    position: relative;
    padding: 10rem 0 5rem 0;
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    min-height: 31.25rem;
    color: var(--gemius-white);
}

header#headGemNormal.headScale {
    min-height: unset;
    overflow: hidden;
}

.gemius_blog header#headGemNormal {
    padding-bottom: 4rem;
    min-height: 29.375rem;
}

#headGemNormal h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
}

#headGemNormal .container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5rem;
    background: url("../img/headerNormaleff.e5127b9bcc4e.svg");
    width: 42.625rem;
    height: 19.297rem;
    margin: auto;
}

header#headGemNormal.withoutSq .container:before {
    display: none;
}

#headGemNormal .container,
#headGemNormal .container .col {
    position: relative;
}

section.gmSubPg {
    padding: 4rem 0;
}

.gmSubPg .row h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.gemius_img_diamond.gdd2 span {
    background-image: url("../img/power-of-gemius-people.67fb04755c72.jpg");
}

@media (min-width: 2560px) {
    .gemius_img_diamond.gdd2 span {
        background-image: url("../img/power-of-gemius-people-big.0b4cc0c432f3.jpg");
    }
}

.aboutus3 .container {
    padding-top: 4rem;
}

.gemiusTeam {
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: stretch;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 1.6rem;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.teamP {
    background: #fff;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    overflow: hidden;
    border-radius: var(--gemius-border-radius);
    /* margin-bottom: 1rem; */
}

.tpDet {
    padding: 1rem;
}

.tpName {
    font-weight: bold;
}

.aboutus5 .container {
    padding-top: 4rem;
}

.apoh {
    padding: 3rem 6rem;
    align-items: center;
}

.row.gmRowReverse {
    flex-direction: row-reverse;
}

.gemiusPhoto1,
.gemiusPhoto2 {
    position: relative;
}

.gemiusPhoto1 img {
    border-radius: var(--gemius-border-radius);
    position: relative;
}

.gemiusPhoto2 img {
    border-radius: var(--gemius-border-radius);
    position: relative;
}

.gemiusPhoto1:before {
    content: '';
    background: url("../img/gp1.84ddc49a84c5.svg");
    background-size: cover;
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    left: -6rem;
    bottom: -3rem;
}

.gemiusPhoto2:before {
    content: '';
    background: url("../img/gp2.247f4ac056ac.svg");
    background-size: cover;
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    right: -6rem;
    top: -4rem;
}

.timelineSection {
    display: block;
    width: 57.813rem;
    margin: auto;
    position: relative;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.timelineSection:before {
    content: '';
    width: 1.086rem;
    height: 3.063rem;
    background: url("../img/timeline_start.93d797fabafa.svg");
    display: block;
    margin: auto;
    background-size: cover;
}

.timeImg {
    width: 4.5rem;
    height: 4.5rem;
    background: var(--gemius-white);
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    border-radius: var(--gemius-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    position: relative;
}

.timeItem {
    display: flex;
    margin-bottom: 2.9rem;
    position: relative;
    align-items: center;
}

.timeDesc {
    background: var(--gemius-white);
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    border-radius: var(--gemius-border-radius);
    padding: 0.5rem 1rem;
    width: 25.625rem;
    max-width: 100%;
    margin-left: 1rem;
    position: relative;
}

.timeItem:nth-child(2n+1) {
    padding-left: 46.2%;
}

.timelineOuter {
    display: inline-block;
    width: 100%;
}

.timeDesc:before {
    content: '';
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 0.625rem;
    height: 1.25rem;
    position: absolute;
    background: var(--gemius-white);
    left: -0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.timeDesc p {
    margin: 0;
}

.timeItem:nth-child(2n+1) .lineCon {
    width: 46.6%;
    height: 5rem;
    position: absolute;
    left: 2.063rem;
    top: 4.375rem;
}

.timeItem:nth-child(2n+1) .lineCon span:nth-child(1) {
    width: 50%;
    height: 2.813rem;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(var(--gemius-g1), var(--gemius-g1)) padding-box, linear-gradient(-90deg, rgba(0, 166, 220, 1) 0%, rgba(0, 78, 172, 1) 100%) border-box;
    border: 1px solid transparent;
    border-bottom-right-radius: 0.938rem;
    border-top: none;
    border-left: none;
}

.timeItem:nth-child(2n+1) .lineCon span:nth-child(2) {
    width: 50%;
    height: 2.813rem;
    position: absolute;
    border-top: 1px solid #004EAC;
    border-left: 1px solid #004EAC;
    border-top-left-radius: 0.938rem;
    left: 0;
    top: 2.75rem;
}

.timeItem:nth-child(2n) .lineCon {
    width: 46.6%;
    height: 6rem;
    position: absolute;
    left: 2.063rem;
    top: 4.375rem;
}

.timeItem:nth-child(2n) .lineCon span:nth-child(1) {
    width: 100%;
    height: 6.063rem;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(var(--gemius-g1), var(--gemius-g1)) padding-box, linear-gradient(90deg, rgba(0, 166, 220, 1) 0%, rgba(0, 78, 172, 1) 100%) border-box;
    border: 1px solid transparent;
    border-bottom-left-radius: 0.938rem;
    border-top: none;
    border-right: none;
}

.timeItem.ti-2022 {
    margin-top: -2rem;
}

.timeItem.specT1.ti-2020 {
    margin-top: -1rem;
}

.timeItem.ti-2018 {
    margin-top: -3rem;
    margin-bottom: 1rem;
}

.timeItem.ti-2018 .lineCon {
    top: 6rem;
}

.timeItem.specT1.ti-2020 .lineCon {
    top: 6rem;
}

.timeItem.ti-2018 .lineCon span:nth-child(2) {
    height: 3.75rem;
}

.timeItem.ti-2016 {
    margin-top: 3rem;
}

.timeItem.ti-2015 {
    margin-top: -2rem;
}

.timeItem.ti-2015 .lineCon span:nth-child(2) {
    height: 3.75rem;
    top: 3.35rem;
}

.timeItem.ti-2015 .lineCon span:nth-child(1) {
    height: 3.4rem;
}

.timeItem.ti-2014 {
    margin-top: -0.4rem;
}

.timeItem.ti-2014 .lineCon span:nth-child(1) {
    height: 9rem;
}

.timeItem.ti-2012 {
    margin-top: -1.5rem;
}

.timeItem.ti-2009 {
    margin-top: 5rem;
}

.timeItem.ti-2009 .lineCon span:nth-child(1) {
    height: 4.9rem;
}

.timeItem.ti-2006 {
    margin-top: -2.2rem;
}

.timeItem.ti-2006 .lineCon {
    top: 5.5rem;
}

.timeItem.ti-2002 {
    margin-top: -1rem;
}

.timeItem.ti-2003 .lineCon span:nth-child(2) {
    height: 3.75rem;
}

.timeItem.ti-2002 .lineCon {
    top: 7rem;
}

.timeItem.ti-1999 {
    margin-top: -2.7rem;
}

.greyBefore {
    margin-bottom: -0.063rem;
}

.greyAfter {
    margin-top: -0.063rem;
}

.timeItem.ti-1999 .lineCon {
    display: none;
}

.aboutus6 {
    padding: 5rem 0;
}

p.has-text-centered.awrec {
    max-width: 100%;
    width: 46.25rem;
    margin: auto;
    margin-top: 2rem;
}

.awards_rows {
    margin: auto;
    margin-top: 4rem;
    width: 57.875rem;
    max-width: 100%;
}

.awardItem {
    background: var(--gemius-white);
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    border-radius: var(--gemius-border-radius);
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
}

.awardL {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awardR {
    width: 70%;
}

header#headGemNormal span.gm-shape1 {
    background: linear-gradient(90deg, rgba(0, 166, 220, 1) 0%, rgba(38, 105, 184, 1) 100%);
}

#blogPostsContainer {
    min-height: 100vh;
}

.postsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.postsList .post {
    width: 33.3%;
    padding: 0.625rem;
}

.spinner {
    width: 3.5rem;
    height: 3.5rem;
}

.spinner {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 2.5rem 2.5rem;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0.438rem;
    height: 0.438rem;
    border-radius: 50%;
    background: #687782;
    margin: -0.25rem 0 0 -0.25rem;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 60.188rem;
    left: 60.188rem;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 4.25rem;
    left: 3.5rem;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 70.063rem;
    left: 3rem;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 4.5rem;
    left: 2.5rem;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 70.063rem;
    left: 2rem;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 4.25rem;
    left: 1.5rem;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 60.188rem;
    left: 1.063rem;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 3.5rem;
    left: 0.75rem;
}

.postsList .post.unchoice {
    display: none;
}

.blog__categories {
    width: calc(100% - 20px);
    margin: auto;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    background: var(--gemius-white);
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin-bottom: 2rem;
    margin-top: -15rem;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__categories a {
    color: var(--gemius-h2-color-main);
    text-decoration: none;
    padding: 0.375rem 1rem;
    border-bottom: 4px solid var(--gemius-white);
    transition: 0.5s all ease;
    white-space: nowrap;
    margin: 0.2rem 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1.5rem;
}

.blog__categories a:hover,
.blog__categories a.bl-active {
    border-color: var(--gemius-h2-color-main);
}

.postsList {
    position: relative;
}

.btn_bc_mobile {
    display: none;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.postInside {
    width: 46rem;
    max-width: 100%;
    margin: auto;
    margin-top: -20rem;
    position: relative;
}

.mainImage {
    max-height: 40.875rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 0.625rem;
}

.postInside .art__meta {
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.postInside .art__meta a.art_cat {
    margin-right: 2rem;
}

.postHead h1 {
    font-size: 2rem;
    color: var(--gemius-h2-color-main);
    font-weight: bold;
    margin-bottom: 1rem;
}

.post__lead {
    font-weight: bold;
    margin-bottom: 2rem;
}

.postInside p {
    margin-bottom: 1rem;
}

.postInside figure {
    margin-bottom: 2rem;
}

.postInside figure figcaption {
    color: #687782;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1rem;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 0.313rem;
}

.postInside h2 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

section#alsoPosts {
    padding: 5rem 0;
}

section#alsoPosts h2 {
    padding-bottom: 2rem;
}

.section {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.iframe-container {
    text-align: center;
}

ul.ul-nb {
    list-style: auto;
}

ul.ul-normal > li::marker {
    color: var(--gemius-h2-color-main);
}

.postInside .btnContainer {
    padding-top: 2rem;
}

.postTxt {
    position: relative;
}

.share {
    position: absolute;
    right: -3.125rem;
    top: 0;
}

.shareLinks a {
    position: relative;
    margin-bottom: 1rem;
    display: block;
}

.shareLinks a span {
    position: absolute;
    right: 2.5rem;
    background: #fff;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 5%);
    padding: 1rem;
    width: 10.5rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1rem;
    color: var(--bs-body-color);
    border-radius: 0.625rem;
    transition: 0.5s all ease;
    visibility: hidden;
    opacity: 0;
    top: -0.938rem;
}

.shareLinks a:hover span {
    opacity: 1;
    visibility: visible;
}

.shareLinks a span:before {
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 0.938rem;
    height: 1.25rem;
    position: absolute;
    background: #fff;
    top: 0;
    right: -0.625rem;
    margin: auto;
    bottom: 0;
}

.shareLinks {
    position: absolute;
    top: initial;
    bottom: initial;
}

.shareLinks a:hover svg path {
    fill: #0D4985;
}

.row.gmHdCon {
    max-width: 100%;
    width: 46.25rem;
    margin: auto;
    margin-top: 2rem;
    position: relative;
    z-index: 2;
}

.row.gmHdCon.cn1 {
    margin-top: 5rem;
}

.row.gmHdCon a {
    text-decoration: none;
    color: var(--gemius-h2-color-main);
}

.row.gmHdCon p {
    margin-bottom: 0.5rem;
}

.gmContactsData {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 4rem;
    min-height: 50rem;
}

img.gmMap {
    position: absolute;
    top: -18rem;
    z-index: 0;
    right: -8rem;
}

#accordionChooseOurOffice {
    position: relative;
    z-index: 1;
    background: var(--gemius-white);
}

#accordionChooseOurOffice .accordion-item .accordion-button.collapsed {
    background: var(--gemius-white);
}

#accordionChooseOurOffice .accordion-item .accordion-button {
    background: #F3F3F4;
    box-shadow: none !important;
    color: var(--bs-accordion-btn-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.accordion-item {
    border-color: #F3F3F4;
}

#accordionChooseOurOffice .accordion-item .accordion-button img {
    margin-right: 0.3rem;
    border: 1px solid #BEC9CE;
    width: 1.5rem;
}

#accordionChooseOurOffice .accordion-item .accordion-button svg {
    width: 1.5rem;
    margin-right: 0.3rem;
}

.gmContactsData h2 {
    position: relative;
}

.ourOffices {
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    background: var(--gemius-white);
    overflow: hidden;
}

.ourOffices h2 {
    font-size: 1.625rem;
    padding: 1rem;
}

#accordionChooseOurOffice .row {
    margin-bottom: 0.5rem;
}

#accordionChooseOurOffice .row a {
    text-decoration: none;
    color: var(--gemius-h2-color-main);
}

#accordionChooseOurOffice .row .col-2 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

#accordionChooseOurOffice .row .col-10 {
    padding-left: 0;
}

a.gmHrPdf {
    margin-bottom: 1rem;
    display: block;
    display: flex;
    text-decoration: none;
    color: var(--gemius-h2-color-main);
}

a.gmHrPdf:hover {
    text-decoration: underline;
}

a.gmHrPdf:before {
    content: '';
    background: url("../img/gemius_pdf.bf9ba7df91ff.svg");
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
}

@media (min-width: 1330px) {
    .shareLinks a span {
        right: inherit;
        left: 2.5rem;
    }

    .shareLinks a span:before {
        left: -0.625rem;
        right: inherit;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }
}

@media (max-width: 992px) {
    .blog__categories {
        display: block;
        padding: 1.25rem;
    }

    .blog__categories a {
        display: block;
    }

    .btn_bc_mobile {
        display: block;
    }

    .blog__categories a.bl__cat {
        display: block;
        text-align: left;
        padding-left: 0;
    }

    .blog__categories a.read-more.btn_bc_mobile {
        background: var(--gemius-g1);
        border: none !important;
        padding: 1rem;
        border-radius: 0.625rem;
    }

    .blog__categories a.bl__cat.mact {
        display: block;
    }

    .postsList .post {
        width: 50%;
    }
}

@media (max-width: 767px) {
    header#headGemNormal {
        overflow: hidden;
        padding-top: 7rem;
    }

    header#headGemNormal .row {
        display: block;
    }

    .aboutus5 {
        overflow: hidden;
    }

    span.gm-shape1,
    span.gm-shape2 {
        height: 4.688rem;
        clip-path: polygon(0 0, 100% 80%, 100% 100%, 0% 100%);
    }

    .col.clDesc {
        font-size: 0.875rem;
    }

    .aboutus2 .col.hp_text1 {
        padding-top: 0rem;
    }

    .aboutus4 .row {
        display: block;
        padding: 0;
        margin-top: 3rem;
    }

    .aboutus4 {
        overflow: hidden;
    }

    .timeItem:nth-child(2n+1) {
        padding-left: 0;
    }

    .timelineSection:before {
        margin: initial;
        margin-left: 1.313rem;
    }

    .aboutus5 h2.has-text-centered {
        text-align: left;
    }

    .timelineSection {
        margin-top: 1rem;
    }

    .timeItem .lineCon span {
        display: none;
    }

    .timeItem .lineCon {
        width: 1px !important;
        height: 100% !important;
        background: #004EAC;
        left: 1.75rem !important;
    }

    .timeItem.ti-2009 {
        margin-top: 0;
    }

    .timeItem.ti-2012 {
        margin-top: 0;
    }

    .timeItem.ti-1999 {
        margin-top: 0;
    }

    .timeItem.ti-2015 {
        margin-top: 0;
    }

    .timeItem.specT1 {
        margin-bottom: 2.9rem;
    }

    .awardItem {
        display: block;
    }

    .awardL {
        width: 15.625rem;
        margin: auto;
    }

    .awardR {
        width: 100%;
        margin-top: 1rem;
    }

    .postsList .post {
        width: 100%;
    }

    .share {
        position: relative;
        right: 0;
    }

    body.gemius_post header#headGemNormal {
        padding-top: 5rem;
        min-height: 17.813rem;
    }

    .postHead h1 {
        font-size: 1.563rem;
    }

    article.postInside {
        margin-top: -10rem;
    }

    .shareLinks {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 4rem;
    }

    .shareLinks a {
        margin-bottom: 0;
    }

    .shareLinks a span {
        display: none;
    }

    .row.gmHdCon {
        display: block;
    }

    .row.gmHdCon > .col {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 0.875rem;
    }

    .gemius_contact section {
        overflow: hidden;
    }

    img.gmMap {
        position: relative;
        right: inherit;
        top: -10rem;
        max-width: 140%;
        width: 140%;
        margin-left: -30%;
    }

    .gemius_contact header#headGemNormal {
        min-height: 21.875rem;
    }

    .row.gmHdCon.cn1 {
        margin-top: 3rem;
    }

    .gmContactsData {
        min-height: unset;
        margin-top: 0;
    }

    .gmContactsData .col-4 {
        width: 100%;
    }

    .ourOffices {
        margin-top: -10rem;
    }

    .row.gmIr > div {
        width: 100%;
    }

    a.gmHrPdf:before {
        width: 50px
    }

    section.gmSubPg {
        padding: 2rem 0;
    }
}

ul.productsMenuHeadShort li a {
    color: var(--gemius-white);
    text-decoration: none;
    transition: 0.5s all ease;
    align-items: center;
    display: flex;
}

ul.productsMenuHeadShort li a:after {
    content: '';
    transition: 0.5s all ease;
    background: url("../img/ArrowWhite.66da33f89581.svg");
    width: 1.5rem;
    height: 1.5rem;
    background-size: cover;
    display: inline-block;
    margin-left: 0.4rem;
}

ul.productsMenuHeadShort li a:hover:after {
    margin-left: 0.9rem;
}

.gmCenter {
    text-align: center;
}

.productsC {
    background: #fff;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    padding: 3.5rem 3.5rem 4rem 3.5rem;
    border-radius: 1rem;
    margin: 2rem 0;
    overflow: hidden;
}

.productsC h2 {
    margin-bottom: 3rem;
    margin-top: 0;
}

div#prod1 {
    margin-top: 4rem;
}

.productLogo {
    margin-bottom: 1rem;
}

.photoProductContainer {
    margin-right: -6.875rem;
    margin-left: 6.875rem;
    position: relative;
    margin-top: 3.75rem;
}

.photoProductContainer:before {
    content: '';
    display: block;
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    position: absolute;
    width: 17.188rem;
    height: 17.188rem;
    border-radius: 1rem;
    opacity: 0.85;
    transform: rotate(345deg);
    z-index: 0;
    top: -3.438rem;
    left: 1.25rem;
}

.photoProductContainer:after {
    content: '';
    display: block;
    background: var(--gemius-white);
    position: absolute;
    width: 11.875rem;
    height: 11.875rem;
    border-radius: 1rem;
    opacity: 1;
    transform: rotate(345deg);
    z-index: 0;
    top: -0.938rem;
    left: 3.75rem;
}

.photoProductContainer img {
    position: relative;
    z-index: 1;
}

.row.productInfoM ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row.productInfoM ul li {
    margin-bottom: 0.5rem;
    display: flex;
}

.row.productInfoM ul li:before {
    content: '';
    background: url("../img/plus_gradient.c5a7d845fde2.svg");
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    margin-right: 0.6rem;
    margin-top: 0.4rem;
}

.row.productInfoM a.gm-btn-primary {
    margin-top: 2rem;
    padding: 0.5rem 1rem;
}

.row.productInfoM {
    margin-bottom: 5rem;
}

.row.productInfoM.pimReverse {
    flex-direction: row-reverse;
}

.row.productInfoM.pimReverse .photoProductContainer {
    margin-right: 6.875rem;
    margin-left: -6.875rem;
}

.row.productInfoM.pimReverse .photoProductContainer:before {
    left: inherit;
    right: 1.25rem;
}

.row.productInfoM.pimReverse .photoProductContainer:after {
    left: inherit;
    right: 3.75rem;
}

#prod3 {
    margin-bottom: 5rem;
}

header#headGemNormal a.gm-btn-white {
    margin-top: calc(2rem - 0.5rem);
}

.withoutB:before {
    display: none !important;
}

.joffers__categories {
    max-width: 100%;
    width: 48.75rem;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.joffers__categories span {
    color: var(--gemius-h2-color-main);
    text-decoration: none;
    padding: 0.375rem 1rem;
    border-bottom: 4px solid var(--bs-body-bg);
    transition: 0.5s all ease;
    white-space: nowrap;
    margin: 0.2rem 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1.5rem;
}

.joffers__categories span.bl-active {
    border-color: var(--gemius-h2-color-main);
    border-radius: 0 !important;
    background: none !important;
}

.joffers__categories span:hover {
    border-radius: 0.5rem;
    background: var(--gemius-dropdown-hover);
}

.read-more.btn_bc_mobile {
    display: none;
}

a.joffer__item {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    transition: 0.5s all ease;
    background: var(--gemius-white);
}

.joffers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

a.joffer__item {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    transition: 0.5s all ease;
    background: var(--gemius-white);
    width: calc(33.3% - 20px);
    margin: 0.625rem;
    padding: 1rem 1rem 2rem 1rem;
    color: var(--gemius-sticky-main-color);
    text-decoration: none;
}

a.joffer__item:hover {
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.2);
}

.jo_name {
    font-weight: bold;
    font-size: 1.125rem;
}

.jo_loc {
    margin-top: 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.jo_loc:before {
    content: '';
    background: url("../img/gemius_pin_black.f920da0a9421.svg");
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

.jo_details {
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--gemius-h2-color-main);
    text-decoration: none;
    transition: 0.5s all ease;
    margin-top: 1rem;
}

.jo_details:hover {
    text-decoration: underline;
}

.jo_details:after {
    content: '';
    background: url("../img/Arrow.6c2d67750951.svg");
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-left: 0.313rem;
    transition: 0.5s all ease;
}

#recProcess {
    padding-top: 3rem;
    padding-bottom: 12rem;
    text-align: center;
}

.pcItem {
    display: flex;
}

.processElements {
    margin-top: 4rem;
    margin-bottom: 7rem;
    display: inline-block;
    position: relative;
}

.processElements .timeDesc {
    width: 39.063rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.processElements .timeDesc strong {
    width: 100%;
    text-align: left;
}

.processElements .pcItem {
    margin-bottom: 3rem;
}

.processElements:before {
    content: '';
    background: rgb(0, 166, 220);
    background: linear-gradient(180deg, rgba(0, 166, 220, 1) 0%, rgba(0, 78, 172, 1) 100%);
    position: absolute;
    left: 2.313rem;
    width: 0.063rem;
    height: 34.063rem;
    top: 0;
}

.processElements:after {
    content: '';
    background: url("../img/arrow_down.ee9baf3dd9b7.svg");
    width: 1.25rem;
    height: 0.813rem;
    position: absolute;
    left: 1.688rem;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0.938rem;
}

div#imgFullCareer {
    margin-top: -15rem;
}

section#home__fifth {
    background-image: url("../img/career_full.beff16cc614e.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 2560px) {
    section#home__fifth {
        background-image: url("../img/career_full-big.e6dbbf32fdaa.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.benefitsItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.itemBenefit {
    width: 50%;
    padding: 1rem;
    display: flex;
}

section#ourBenefits {
    padding-top: 7rem;
}

.itBeText {
    padding-left: 1rem;
    padding-top: 1rem;
}

.itBeText strong {
    padding-bottom: 0.6rem;
    display: block;
}

.itBeText ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.itBeText ul li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.itBeText ul li:before {
    content: '';
    background: url("../img/plus_gradient.c5a7d845fde2.svg");
    display: inline-block;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    margin-right: 0.6rem;
}

.container.gmContainerMin.careerLast {
    margin-bottom: 5rem;
}

a.joffer__item.unchoice {
    display: none;
}

a.post.joffer__item.show_more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

a.post.joffer__item.show_more span {
    color: var(--bs-body-color);
    text-decoration: none;
    transition: 0.5s all ease;
    border: 2px solid var(--gemius-h2-color-main);
    border-radius: var(--gemius-border-radius);
    display: inline-block;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    line-height: 1.5rem;
}

a.joffer__item.default-hide {
    display: none;
}

a.post.joffer__item.show_more.hideComplete {
    display: none !important;
}

@media (max-width: 992px) {
    a.joffer__item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    body.gemius_products #headGemNormal h1 br {
        display: none;
    }

    .row.productInfoM .col {
        width: 100%;
    }

    .row.productInfoM {
        display: block;
    }

    .row.productInfoM.pimReverse .photoProductContainer {
        margin-top: 5.625rem;
    }

    .processElements .timeDesc {
        width: calc(100% - 4.5rem);
        text-align: left;
    }

    .itemBenefit {
        width: 100%;
        padding: 1rem 0;
    }

    header#headGemNormal a.gm-btn-white {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .row.apoh {
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 2rem;
    }

    #firstCareer .gmCenter {
        text-align: left;
    }

    section#firstCareer {
        padding: 0 0.625rem;
    }

    .joffers__categories {
        text-align: left;
    }

    .joffers__categories span {
        margin: 0 0.625rem;
        border-bottom-width: 0.125rem;
        padding: 5px 0;
        font-size: 0.938rem;
    }

    a.joffer__item {
        width: 100%;
    }

    #secondCareer {
        overflow: hidden;
    }
}

.jbOfferHeader .container:before {
    display: none;
}

.jbOfferHeader {
    width: 100%;
    position: absolute;
    top: initial;
    bottom: initial !important;
    background: var(--gemius-main-background);
    background: var(--gemius-main-background-gradient);
    padding: 1rem 0;
    z-index: 100;
}

.joParam,
.jbOfferHeader .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.paramItem {
    padding-right: 2rem;
    display: flex;
    align-items: center;
}

.paramItem.jo1:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/jo1.8f114a47c670.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.4rem;
    display: inline-block;
}

.paramItem.jo2:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/jo2.c189982443af.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.4rem;
    display: inline-block;
}

.paramItem.jo3:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/jo3.6164f33c2866.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.4rem;
    display: inline-block;
}

header#headGemNormal.jbHeaderOuter {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.sticky.jbOfferHeader.stickyActive .joParam {
    display: none;
}

.jbOfferHeader .container {
    justify-content: space-between;
    align-items: center;
}

.joR a.gm-btn-white {
    margin-top: 0 !important;
}

#jobOfferSingleContainer .postInside {
    margin-top: 0;
    padding-top: 3rem;
}

.sticky.jbOfferHeader.stickyActive a.gm-btn-white {
    padding: 0.5rem 1rem;
}

@media (max-width: 992px) {
    .paramItem {
        padding-right: 1rem;
    }

    .paramItem.jo3 {
        padding-right: 0;
        padding-top: 0.313rem;
    }

    .joParam {
        max-width: 100%;
        width: 25rem;
    }
}

@media (max-width: 767px) {
    header#headGemNormal.jbHeaderOuter {
        padding-top: 6rem;
        padding-bottom: 13rem;
    }

    header#headGemNormal.jbHeaderOuter a.gm-btn-white {
        margin-top: 0.5rem !important;
        margin-bottom: 0 !important;
        padding: 0.8rem 2rem;
    }

    #headGemNormal h1 {
        font-size: 1.75rem;
    }
}

.prpoRow {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.prpoL {
    width: 25rem;
    max-width: 100%;
}

.prpoR {
    width: calc(100% - 400px);
}

.prpoL ul.nav.flex-column {
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem 0.313rem rgba(14, 74, 134, 0.1);
    background: var(--gemius-white);
    width: 22.25rem;
    max-width: 100%;
    overflow: hidden;
}

.prpoL ul.nav.flex-column li a span {
    padding: 0.3rem 1rem;
    display: block;
    cursor: pointer;
    transition: 0.5s all ease;
}

.prpoL ul.nav.flex-column li a {
    color: var(--gemius-black);
    text-decoration: none;
}

.prpoL ul.nav.flex-column li a span:hover {
    background: var(--gemius-g1);
}

.prpoL ul.nav.flex-column li a span.choo {
    background: var(--gemius-g1);
    font-weight: bold;
}

.section table {
    background: var(--gemius-white);
    border: 1px solid #F3F3F4;
    max-width: 100%;
    width: 100%;
}

.section table tr:first-child {
    font-weight: bold;
}

.section table tr {
    border-top: 1px solid #F3F3F4;
    border-bottom: 1px solid #F3F3F4;
}

.section table tr th,
.section table tr td {
    padding: 0.938rem;
    vertical-align: baseline;
    border-left: 1px solid #F3F3F4;
    border-left: 1px solid #F3F3F4;
}

nav.nav-gemius.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
}

.postInside.valZer {
    margin-top: 0;
}

span.drop1 {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.drop2 {
    display: flex;
    padding: 0 0.25rem;
}

.dropdown-toggle:after {
    display: none;
}

.dropArrow {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropArrow:before {
    content: '';
    width: 0.7rem;
    height: 0.3rem;
    background: var(--gemius-white);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.navbar-nav .dropdown-menu {
    width: 120%;
    left: inherit;
    right: 0;
}

a.dropdown-item {
    display: flex;
    align-items: center;
}

.col.social a {
    transition: 0.5s all ease;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--gemius-border-radius);
}

.col.social a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.col.social img {
    padding: 0;
}

nav.nav-gemius.shrink .dropArrow:before {
    background: var(--bs-nav-link-color);
}

.portfolio__left .ctaProducts.desktop-visible {
    margin-bottom: 6rem;
}

ul.productsMenuHeadShort {
    padding-left: 1.2rem;
}

.productsC .row.productInfoM:last-child {
    margin-bottom: 0;
}

section#jobOffers {
    padding-top: 5rem;
}

ul.ul-nb li {
    line-height: 2rem;
}

ul.ul-normal li {
    line-height: 2rem;
}

body.gemius_privacy-policy .col.clDesc {
    margin: 0;
}

body.gemius_privacy-policy #headGemNormal h1 {
    margin-bottom: 0;
}

body.gemius_privacy-policy header#headGemNormal.headScale {
    padding-bottom: 4rem;
}

ul.ul-normal li {
    margin-bottom: 0.5rem;
}

.postInside.valZer.pgError {
    text-align: center;
    padding-top: 4.75rem;
}

body.gemius_error {
    height: 100vh;
    display: flex;
    justify-content: center;
}

body.gemius_error footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.postInside.valZer.pgError .row .col img {
    margin: 1.625rem;
    width: 5rem;
}

.postInside.valZer.pgError .row .col h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #0261B8;
}

.legendMap {
    position: absolute;
    bottom: 3rem;
    right: -8rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legend-item {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legend-item span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #1070DC;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.legend-item span.l2 {
    background: #56C7FF;
}

@media (min-width: 768px) {
    .col.clDesc {
        margin-bottom: 5rem;
    }

    .row.gmIr .col-3 {
        width: 20%;
    }

    .row.gmIr .col-9 {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .prpoRow {
        display: block;
    }

    .prpoR {
        width: 100%;
        margin-top: 3rem;
    }

    .section table {
        width: 100%;
        overflow-y: hidden;
        display: block;
        font-size: 0.875rem;
    }

    .col.col-5.hp_text1 {
        width: 100%;
    }

    .diamond_outer {
        margin-left: 1rem;
    }

    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .navbar-collapse {
        background: var(--gemius-white) !important;
        padding: 0;
    }

    .dropArrow:before {
        background: var(--bs-nav-link-color);
    }

    nav.nav-gemius.navbar-expand-lg .navbar-nav .nav-link {
        color: var(--bs-nav-link-color);
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0;
        border-top: 0;
        /* max-height: 31.875rem; */
    }

    .timeItem {
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
    }

    .timeItem.ti-2022 {
        margin-top: -3rem !important;
    }

    .timeItem.ti-2015 .lineCon {
        top: 6.375rem;
    }

    .timeItem.ti-2003 .lineCon {
        top: 6.375rem;
    }

    .productsC {
        padding: 1.5rem 2rem 3rem 2rem;
    }

    body.gemius_error {
        display: block;
    }

    .postInside.valZer.pgError {
        padding-top: 4rem;
    }

    .postInside.valZer.pgError .row .col h1 {
        font-size: 1.5rem;
    }

    .postInside.valZer.pgError .row .col p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .legendMap {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin-top: -23rem;
        transform: scale(0.6);
    }
}


/** DEV CSS **/

.siatka {
    display: flex;
    max-width: 71.25rem;
    margin: auto;
    background: #c50d001f;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: 0.5s all ease;
    opacity: 1;
    visibility: visible;
}

.siatka.podg {
    opacity: 0;
    visibility: hidden;
}

.siatka span {
    margin: 0 0.75rem;
    background: #c50d001f;
    width: 100%;
}

.przelacznik {
    position: fixed;
    bottom: 0.625rem;
    left: 0.625rem;
    background: #00A3DA;
    z-index: 10;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.625rem;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    z-index: 1000;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .siatka span {
        display: none;
    }

    .siatka span:nth-child(1),
    .siatka span:nth-child(2) {
        display: block;
    }
}

.blogImg {
  background-color: rgba(255,255,255, 1);
  border: 1px solid rgba(221,225,228, 1);
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 2rem;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 1);
    border: 1px solid rgba(221,225,228, 1);
    padding: 16px;
    border-radius: 16px;
}

.blogImgSig {
    margin-top: 10px;
    color: rgba(104,119,130,1);
    font-family: "WorkSans-Regular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
}

.tpImg img {
    max-height: 264px;
}

.top-banner {
    display: flex;
    z-index: 1031;
    position: relative;
    line-height: 1.3rem;
}

a.banner-link {
    text-decoration: none;
    align-items: center;
    display: flex;
}

a.banner-link:after {
    content: '';
    transition: 0.5s all ease;
    background: url("../img/Arrow.6c2d67750951.svg");
    width: 1.5rem;
    height: 1.5rem;
    background-size: cover;
    display: inline-block;
}

a.banner-link:hover:after {
    margin-left: 0.9rem;
}

.richtext-image.left {
    display: inline-block;
    margin-right: 10px; /* odstęp między obrazkami */
    float: left;
  }
  
  /* Czyszczenie float po kontenerze z obrazkami */
  .rich-text:after {
    content: "";
    display: table;
    clear: both;
  }

/* .iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }

  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */


  .richtext-image {
    max-width: 100%;
    height: auto !important;
  }