* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans';
}
body, html {
    overflow-x: clip;
}
video {
    width: 100%;
}
ul, ol {
    padding-left: 24px;
    margin-bottom: 16px;
}
ul li::marker {
    font-size: 12px; /* Change bullet/number size */
    line-height: 25px;
}

strong {
    font-weight: 700;
}

.error-wrapper {
    width: 100%;
    padding: 70px 70px 20px;
}
.error-container {
    display: flex;
    flex-flow: column;
    width:auto;
    max-width: max-content;
    margin: auto;
}
.error-container h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #292323;
    margin-bottom: 32px;
}
.error-container ul {
    padding-left: 35px;
}
.error-container li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #292323;
}
.error-container a {
    color: #2D31A8;
}
.error-container a:hover {
    text-decoration: none;
}
.reference-wrapper .slick-arrow {
    bottom: -120px;
}
.carousel-reference video {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.preheader {
    height: 88px;
    position: abosulte;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2D31A8;
}

.reference-wrapper .carousel-box p:nth-of-type(3) {
    margin-bottom: 15px;
}

.mobile-overlay {
    display: none;
}
.skill-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    padding: 20px;
}
.skill:hover .skill-hover {
    display: flex;
}
.skill-hover p:first-of-type {
    margin-bottom: 20px;
}
.skill-hover p:nth-of-type(2) {
    font-weight: normal;
}
.news-home .carousel-box p.title {
    padding-bottom: 10px;
}
.news-home .carousel-box p.title {
    padding-bottom: 10px;
}
.news-home
.carousel-box p:nth-of-type(3) {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.banner-name {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 60px;
    right: 32px;
}

.component-top a {
    position: absolute;
    right: -100%;
    transition: right 0.3s ease;
}
.component-top p {
    position: absolute;
    left: -100%;
    transition: left 0.3s ease;
}
.component-top a.animation-active  {
    right: 0;
}
.component-top p {
    left: 0;
}
.slider-right {
    height: 100%;
}
.grecaptcha-badge {
    display: none;
}
body {
    overflow-x: clip;
    min-width: 340px;
}

#reference-root {
    position: relative;
    z-index: 99;
}
#container {
    background-color: #fff;
}
header {
    width: 100%;
    background-color: #2D31A8;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: top 1s ease;
}

header.inverse {
    background-color: transparent;
    box-shadow: none;
    background-color: #fff;
}
header.scroll-down {
    top: -100px;
}
header.scroll-up {
    top: -100px;
    top: 0;
}

header.inverse path {
    fill: #2D31A8;
}

header.inverse a,
header.inverse button,
header.inverse p {
    color: #2D31A8;
}


header.inverse .hamby p {
    background-color: #2D31A8;
}

header .header-container {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.mobile-background {
    width: 100%;
    height: 100%;
    background-color: #2D31A8;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.inverse .mobile-background {
    background-color: #fff;
}
.logo {
    position: relative;
    z-index: 999;
}

.component {
    padding: 0 70px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a,
.language button,
.language p {
    margin: 0 15px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-decoration: none;
}
nav a {
    padding:  5px 0;
    position: relative;
}
nav a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 1px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    background-color: #fff;
}
nav a:hover::after, nav a.active::after {
    width: 100%;
}

.inverse nav a::after {
    background-color: #2D31A8;
}

.language button,
.language p {
    margin: 0 2px;
    border: none;
    background-color: transparent;
}

.language {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.language button.active {
    font-weight: bold;
}

header hr,
.post-footer hr {
    position: absolute;
    bottom: -2px;
    left: 70px;
    width: calc(100% - 140px);
    opacity: 0.7;
    z-index: 999;
    border-top: 0.5px solid #FFFFFF;
}
header.inverse hr {
    border-color: #2D31A8;
}
.post-footer hr {
    bottom: unset;
    top: 0;
}

.slider-wrapper {
    width: 100%;
    background-color: #2D31A8;
    overflow: hidden;
    position: relative;
}

.slider-container {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    max-height: 1000px;
}

.slider-box {
    width: 100%;
    display: flex;
    max-height: 700px;
    position: relative;
}

.slider-left {
    width: 40%;
    z-index: 2;
}

.slider-left .slider-text-container div:first-of-type {
    position: relative;
    height: 250px;
}

.slider-left a.title {
      width:max-content;
      left:0;
      opacity:0;
        transform:translate3d(0,2em,0);
      position:absolute;
      right:0;
      top:0;
      transition: opacity 0.5s ease, transform 0.5s ease;
}

.slider-left a.title.active {
    opacity: 1;
    transform:translate3d(0,0,0);
}
.slider-left a.title.no-active {
    opacity: 0;
    transform: translate3d(0, -2em, 0);
}
.slider-wrapper .slider-right {
    z-index: 2;
    width: 60%;
    position: absolute;
    mix-blend-mode:multiply;
    overflow: hidden;
    margin-left: auto;
    background-color: #2D31A8;
    opacity: 0.8;
    top: -70%;
    left: -20%;
    height: 200%;
    transform: rotate(20deg);
}
.mini-slider .slider-right {
        height: 100%;
    width: 60%;
    position: absolute;
    overflow: hidden;
    /* margin-left: auto; */
    /* background-color: #2D31A8; */
    /* top: -50%; */
    right: 0;
}
.main-slider .slick-dots {
    bottom: 32px;
    right: 32px;
}
.slider-container img {
    height: 100%;
    object-fit: cover;
    max-height: 700px;
    width: 100%;
    margin-left: auto;
}
.mini-slider .slider-container img {
    width: auto;
    height: auto;
}
.slider-wrapper .slider-overlay {
    width: 100%;
    height: 50%;
    transform: rotate(-20deg);
    position: absolute;
    right: -20%;
    bottom: 20%; 
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.mini-slider .slider-overlay {
    width: 100%;
    height: 50%;
    /* transform: rotate(-20deg); */
    position: absolute;
    /* right: -20%; */
    /* bottom: 20%; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.slider-overlay img {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}
.slider-overlay img.active-not {
    transition: opacity 1s ease;
    opacity: 1;
}

.slider-text-container a.title {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 16px;
    width: 30%;
    background: none;
    text-align: left;
    border: none;
    height: auto;
    padding: 0;
}

.slider-text-container a.title:hover {
    color: #fff;
    background: none;
    border: none;
}
.slider-text-container a.title:hover svg path{
    stroke: none;
}
.slider-text-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 32px;
    max-width: 430px;
    width: 25%;
}

.slider-text-container a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px 13px;
    gap: 8px;
    width: fit-content;
    height: 45px;
    left: 86px;
    top: 475px;
    background: #FFFFFF;
    border-radius: 2px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #2D31A8;
    border: 1px solid transparent;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.slider-text-container a:hover {
    color: #fff;
    background: #2D31A8;
    border: 1px solid #fff;
}
.slider-text-container a:hover svg path{
    stroke: #fff;
}

.slider-text-container,
.banner-text-container {
    position: absolute;
    top: 45%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 1440px;
    left: 50%;
    padding: 0 70px;
    z-index: 5;
}
footer {
    background-color: #0D0D15;
}
.pre-footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hamby {
    display: none;
    z-index: 999;
    position: relative;
}

.footer-overlay {
    width: 140%;
    height: 500px;
    left: -20%;
    transform: translate(8%, -50%) rotate(7deg);
    position: absolute;
    transform-origin: center;
    background: #fff;
    top: -10%;
}

.pre-footer-content {
    padding: 200px 70px 70px;
}

.pre-footer-content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 43px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.pre-footer-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    max-width: 450px;
    margin-bottom: 24px;
}
.pre-footer-content a,
.about-us-short a,
.news .left .link {
    display: flex;
    padding: 12px 24px 13px;
    gap: 8px;
    background: #2D31A8;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
}

.news-main .news:first-of-type {
    padding-top: 0;
}
.pre-footer-content a:hover,
.about-us-short a:hover,
.news:hover .link{
    background: #122944;
    text-decoration: underline;
}

.main-footer, 
.footer-big-title,
.post-footer {
    display: flex;
    justify-content: space-between;
}
.footer-big-title {
    margin-bottom: 100px;
}
.footer-big-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    color: #FFFFFF;
}

.main-footer .logo {
    width: 15%;
}

.footer-adress {
    display: flex;
    flex-flow: column;
}

.footer-links {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 50%;
    height: fit-content;
    margin-bottom: 150px;
}

.footer-links a {
    width: 25%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.footer-links a span {
    position: relative;
    z-index: 1;
}

.footer-links a span:before,
.footer-links a span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.footer-links a span:before {
    left: 50%;
    background-color: #FFF;
}

.footer-links a span:after {
    right: 50%;
    background-color: #FFF;
}

.footer-links a:hover span:before,
.footer-links a:hover span:after {
    width: 50%;
}

.footer-links a.active span:before,
.footer-links a.active span:after {
    width: 50%;
}


.post-footer {
    padding: 50px 70px 80px;
    position: relative;
}

.footer-links a,
.footer-adress p,
.post-footer a,
.post-footer p  {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
}

.post-footer p a{
    margin: 0 5px;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    margin: 0 10px;
}

.component-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 30px;
    padding-bottom: 50px;
    position: relative;
}

.component-top p,
.about-pre-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}
.component-top a,
.load-more,
.about-us-link,
.offer-see-more {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #2D31A8;
    padding-right: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.component-top a svg,
.load-more svg,
.about-us-link svg,
.offer-see-more svg{
    left: 3px;
    position: relative;
    transition: left 0.2s ease;
}
.component-top a:hover svg,
.load-more:hover svg,
.about-us-link:hover svg,
.offer-see-more:hover svg{
    left: 8px;
}
.reference {
    padding-bottom: 120px;
}
.carousel-reference {
    display: flex;
    position: relative;
    min-height: 550px;
}
.carousel-reference .slick-track{
    display: flex;
    align-items: stretch;
}
.carousel-reference .slick-slide{
    display: flex;
    flex-flow: column;
}

.carousel-box.slick-slide {
    margin-right: 20px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
}
.slick-slide {
    height: unset;
}
.carousel-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transform: translate3d(0px, 0px, 0.1px);
    overflow-clip-margin: unset;
    overflow: hidden;
}

.carousel-reference .slick-list {
    width: calc(100% + 500px);
    padding-right: 500px;
    position: absolute;
    left: -30px;
    top: -30px;
    transition: left 1s ease;
}
.carousel-reference .slick-list.animation-active {
    left: -30px;
}
.carousel-reference .slick-track {
    padding: 30px;
}

.slick-arrow {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #2D31A8;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
}
.slick-arrow:hover {
    background-color: #122944;
}
.slick-prev.slick-arrow {
    right: 60px;
}

.carousel-box > div:not(.reference-carousel) {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
}

.carousel-box div.reference-carousel {
    flex-flow: unset;
}
.carousel-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
.carousel-box p:last-of-type {
    margin-top: auto;
}

.carousel-box p.title {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #2D31A8;
}

.carousel-box .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 24px 13px;
    gap: 8px;
    width: 123px;
    height: 45px;
    background: #2D31A8;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 20px;
}
.reference-full .link {
    margin-top: auto;
}
.carousel-box:hover .link {
    background: #122944;
    text-decoration: underline;
}

a.carousel-box {
    text-decoration: none;
}

.about-us-wrapper {
    background-color: #F5F5F5;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.about-us-container {
    padding-bottom: 50px;
}
.about-us-short {
    padding: 200px 0 50px;
}
.about-us-short h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #292323;
    margin-bottom: 20px;
}
.about-us-short p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #292323;
    max-width: 700px;
    margin-bottom: 75px;
}

.about-elements {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about-element {
    flex: 25%;
    margin-right: 10px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: -30px;
    opacity: 0;
    transition: opacity 1s ease, bottom 1s ease;
}
.about-element.animation-active {
    bottom: 0;
    opacity: 1;
}

.about-element {
    transition: counter 3s ease-in-out;
}

.animation-container .about-element {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.animation-active.about-element {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.about-element:last-of-type {
    margin: 0;
}

.about-element p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #292323;
}

.about-element p:first-of-type {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    color: #2D31A8;
    margin-right: 20px;
    white-space: nowrap;
}

.disclaimer {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #2D31A8;
}

.skills-wrapper {
    margin-bottom: 100px;
}

.skill-list {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skill-left,
.skill-right {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skill-left .skill {
    bottom: -30px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}
.skill-right .skill {
    bottom: -30px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
}
.skill-right .skill.animation-active,
.skill-left .skill.animation-active {
    bottom: 0px;
    opacity: 1;
}
.skill {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 24%;
    margin-bottom: 1%;
    padding: 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.skill:hover {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
}

.skill svg {
    margin-bottom: 25px;
}

.skill p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: lowercase;
    color: #292323;
}
.news-main .news:first-of-type {
    border-top: 0;
}
.breadcrumbs-wrapper p{
    padding: 50px 0 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #2D31A8;
}
.contact-box 
.breadcrumbs-wrapper p {
    color: #fff;
}
.news-list {
    display: flex;
    flex-flow: column;
}
.news {
    padding: 55px 0;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.news img {
    width: 40%;
    object-fit: cover;
    aspect-ratio: 1.8;
    height: fit-content;
}

.news:last-of-type {
    border-bottom: 1px solid #ccc;
}

.news-wrapper {
    padding-bottom: 100px;
}

.news .left {
    width: 50%;
}

.news .left h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #292323;
    margin-bottom: 12px;
}

.news .left p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #292323;
    margin-bottom: 24px;
}

.review-wrapper {
    background-color: #2D31A8;
    margin-bottom: 100px;
}

.review {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 900px;
    padding: 120px 70px;
    margin: auto;
    position: relative;
}
.review p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.review p:last-of-type {
    font-style: italic;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.review span {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.main-title, .main-title h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    color: #292323;
    margin-bottom: 70px;
}
.reference-full {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
.reference-full .carousel-box {
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    margin-bottom: 2%;
    display: flex;
    flex-flow: column;
}
.reference-full.reference-3 .carousel-box {
    width: 31%;
    margin-right: 3%;
}
    .reference-full.reference-3 .carousel-box:nth-of-type(4n) {
        margin-right: 3%;
    }
    .reference-full.reference-3 .carousel-box:nth-of-type(3n) {
        margin-right: 0;
    }
.reference-full .carousel-box:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.reference-full .carousel-box:nth-of-type(4n) {
    margin-right: 0;
}
.pagination {
	color: #3939A8;
	padding: 50px 50px;
	width: 320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pagination .arrow {
    cursor: pointer;
    margin-top: 2px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .text-container {
    width: 100%;
    text-align: center;
}

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #656565;
    white-space: nowrap;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #656565;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #98DC6F;
    border: 1px solid #98DC6F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filters {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.filter-left {
    visibility: hidden;
}
.filter-left, .sort {
    display: flex;
}
.multiselect,
.mobile-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #656565;
    border-radius: 2px;
    padding: 12px 24px 13px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.multiselect:last-of-type {
    margin-right: 0;
}
.multiselect p,
.mobile-filters {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #656565;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.multiselect:hover,
.multiselect.active {
    border-color: #1b1b1b;
    color: #1b1b1b;
}

.multiselect:hover > p,
.multiselect.active > p{
    color: #1b1b1b;
}

.multiselect:hover svg path,
.multiselect.active svg path{
    stroke: #1b1b1b;
}
.multiselect svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.multiselect.active svg {
    transform: rotate(180deg);
}
.options {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    padding: 24px 34px 15px 24px;
    box-shadow: 8px 14px 25px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    top: 50px;
    left: 0;
    width: auto;
    min-width: 100%;
    display: none;
}
.sort .options {
    left: unset;
    right: 0;
}
.active > .options {
    display: block;
    z-index: 99;
}
.load-more {
    margin-bottom: 100px;
}
.project-text {
    width: 70%;
    margin-bottom: 50px;
}
.project-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #292323;
    margin-bottom: 25px;
}
.project-text li {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #292323;
}
.project-text ul {
    padding-left: 30px;
    margin-bottom: 25px;
}
.project-gallery {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    max-height: 700px;
}
.project-gallery > a {
    width: 70%;
}
.project-carousel {
    width: calc(30% - 20px);
}
.project-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-gallery .slick-arrow {
    right: -60px;
}
.project-gallery .slick-prev.slick-arrow {
    bottom: 50px;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-gallery .slick-next.slick-arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.project-gallery .slick-list {
    height: 100%;
    max-height: 100%;
}
.project-gallery .slick-list a{
    margin-bottom: 20px;
    aspect-ratio: 1.6;
}
.project-detail {
    margin-bottom: 120px;
    margin-top: 80px;
}
.project-details-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.project-detail-single p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #292323;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.project-detail-single {
    width: calc(25% - 12px);
    margin-right: 16px;
}
.project-detail-single:nth-of-type(4n) {
    margin-right: 0;
}
.project-detail-single:nth-of-type(1),
.project-detail-single:nth-of-type(2),
.project-detail-single:nth-of-type(3),
.project-detail-single:nth-of-type(4) {
    border-top: 1px solid #ccc;
}
.author-wrapper {
    display: flex;
    margin-bottom: 25px;
}
.author-wrapper p {
    margin-right: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #656565;
}
.news-title {
    margin-bottom: 30px;
}
.news-image {
    width: 100%;
    margin-bottom: 15px;
}
.news-image img {
    width: 75%;
    margin-bottom: 15px;
}
.news-image p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #656565;

}
.news-image iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.news-text-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.news-text-wrapper > * {
    width: 50%;
    margin-bottom: 24px;
    max-width: 632px;
}
.news-text-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #292323;
    margin-bottom: 24px;
}
.news-text-wrapper p.news-text-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #292323;
}
.news-text-wrapper .component-top p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}
.news-download a{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #2D31A8;
    text-decoration: none;
    display: flex;
    padding: 24px 32px;
    border-radius: 3px;
    border: 1px solid #ccc;
    align-items: center;
    margin-bottom: 16px;
}
.news-download a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-download svg {
    margin-right: 24px;
}
.banner-wrapper {
    width: 100%;
    background-color: #2D31A8;
    padding-top: 200px;
}
.banner-container {
    margin: auto;
    width: 100%;
}
.banner-box {
    margin: auto;
    display: flex;
    flex-flow: column;
    position: relative;
}
.banner-text-container {
    top: 0;
    z-index: 99;
    transform: translateY(-180px) translateX(-50%);
}
.banner-text-container > * {
    width: 50%;
}
.banner-right {
    margin: auto;
    height: 100%;
    display: flex;
    position: relative;
}
.banner-right img {
    width: 100%;
    max-width: 2500px;
}
.banner-right svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-overlay {
    width: 100%;
    height: 70%;
    border-top: 30rem solid #2D31A8;
    border-right: 100vw solid transparent;
    position: absolute;
    z-index: 3;
}
.banner-overlay-second {
    width: 100%;
    height: 0;
    bottom: 0;
    border-bottom: 200px solid #fff;
    border-right: 100vw solid transparent;
    position: absolute;
}
.banner-box .breadcrumbs-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}
.banner-text-container h1,
.contact-text-container h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.banner-text-container p,
.contact-text-container>p  {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.banner-text-container .breadcrumbs-wrapper p,
.contact-text-container .breadcrumbs-wrapper p  {
    margin-bottom: 24px;
}
.banner-text-container > a,
.contact-text-container > a,
form button  {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px 13px;
    gap: 8px;
    width: fit-content;
    height: 45px;
    left: 86px;
    top: 475px;
    background: #fff;
    border-radius: 2px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border: 1px solid transparent;
    color: #2D31A8;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.contact-text-container div.breadcrumbs-wrapper a,
.banner-text-container div.breadcrumbs-wrapper  a {
    text-decoration: none;
    color: inherit;
}
.banner-text-container > a:hover,
.contact-text-container > a:hover,
form button:hover {
    color: #fff;
    background: #2D31A8;
    border: 1px solid #fff;
}
.banner-left {
    position: relative;
}
.partners-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.partners-container span {
    width: 19%;
}
.partners-container a, .partners-container div {
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 14px;
    height: 70px;
}
.partners-container svg {
    width: 100%;
    height: 100%;
    max-width: 125px;
    max-height: 60px;
}
.partners-container img {
    max-width: 80%;
    max-height: 40px;
}
.mini-slider svg,
.review svg {
    position: absolute;
    left: 40%;
    top: 30%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.review svg {
    left: 70%;
    top: 30%;
}
.reference .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-slider {
    margin-bottom: 100px;
}
.mini-slider .slider-container {
    background-color: #2D31A8;
    height: auto;
}
.mini-slider .slider-box {
    height: 400px;
}
.mini-slider .slider-right {
    margin-left: auto;
}
.mini-slider .slider-text-container p{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    width: 45%;
    z-index: 95;
    position: relative;
    max-width: unset;
}
.mini-slider .slider-text-container {
    z-index: 80;
    padding: 70px 100px;
}
.mini-slider .slider-text-container p:last-of-type {
    margin: 0;
}
.mini-slider .slider-overlay {
    width: 0;
    height: 0;
    border-left: 300px solid #2D31A8;
    border-bottom: 70vh solid transparent;
    position: absolute;
}
.mini-slider .slider-overlay-second {
    width: 0;
    height: 0;
    border-right: 300px solid #2D31A8;
    border-top: 70vh solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}
.slick-dots li {
    list-style-type: none;
    margin-right: 5px;
}
.slick-dots li button {
    font-size: 0;
    background-color: transparent;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
.about-us-nav {
    position: sticky;
    top: 100px;
}
.about-us-nav-container {
    position: absolute;
    left: 70px;
    top: 0;
    width: 20%;
    display: flex;
    flex-flow: column;
}
.about-us-nav-container a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8C8C8C;
    text-decoration: none;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
}
.about-us-nav-container a:first-of-type {
    border-top: 1px solid #ccc;
}
.about-us-nav-container a.active,
.about-us-nav-container a:hover {
    color: #2D31A8;
    font-weight: 700;
}
.about-us-text {
    display: flex;
    justify-content: flex-end;
}
.about-us-text-box {
    width: 70%;
    margin-bottom: 40px;
}
.about-us-text-box > *{
    width: 70%;
}
.about-us-text-box > img{
    width: 100%;
    margin-bottom: 24px;
}
.about-pre-title {
    margin-bottom: 24px;
}
.about-us-text-box ul,
.about-us-text-box p,
.about-us-text-box .about-title {
    margin-bottom: 24px;
}
.about-us-text-box ul {
    padding-left: 30px;
}
.about-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #292323;
}
.about-us-text-box .skill-list {
    width: 100%;
}
.about-us-text .skill {
    width: calc(1/3 * 100% - 1%);
    margin-right: 1%;
}
.about-us-text .skill-left {
    justify-content: flex-start;
}
.about-us-text-box p,
.about-us-text-box li {
    font-size: 18px;
}
.companies-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.companies-elements > p {
    font-size: 20px;
}
.companies-nav li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px 13px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #656565;
    margin-right: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}
.companies-wrapper {
    width: 100%;
}
.companies-nav li.active {
    border: 2px solid #2D31A8;
    color: #2D31A8;
    font-weight: 700;
}
.companies-nav li:hover:not(.active) {
    border: 1px solid #2D31A8;
    color: #2D31A8;
}
.companies-elements {
    width: 70%;
    display: none;
}
.companies-elements.active {
    display: block;
}
.companies-contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.company-contact-left,
.company-contact-right {
    width: 50%;
    padding-right: 20px;
}
.company-contact p,
.company-contact p.about-pre-title {
    margin-bottom: 16px;
}
.company-contact {
    margin-bottom: 35px;
}
.contact-info-box .companies-elements {
    width: 80%;
    margin: auto;
}
.contact-info-box .companies-nav {
    margin-bottom: 40px;
}

.companies-contact p:not(.about-pre-title),
.carrer-right p:not(.about-pre-title)  {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #292323;
    text-decoration: none;
}

.company-contact a {
    color: #2D31A8;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
}

.company-contact a:hover {
    color: #292323;
}
.company-contact p.subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #292323;
}
.news-title + .mini-slider {
    margin-top: 80px;
}

.company-contact p.subtitle:not(:first-of-type) {
    margin-top: 32px;
}
.contact-wrapper {
    width: 100%;
    background-color: #2D31A8;
    margin-bottom: 300px;
    padding-bottom: 50px;
    position: relative;
}
.contact-text-container {
    max-width: 50%;
    margin-bottom: 80px;
}
.contact-wrapper form {
    width: 70%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
form label {
    width: 48%;
    display: flex;
    flex-flow: column;
    margin-bottom: 36px;
    position: relative;
    padding-top: 20px;
}
form label:last-of-type {
    margin-right: 50%;
}
textarea {
    resize: none;
    height: 130px;
}
input, textarea {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 3px 0;
    margin-bottom: 20px;
}
form span {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: font-size 0.3s ease;
}
input:focus + span,
textarea:focus + span{
    font-size: 14px;
}
form button {
    width: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2D31A8;
    cursor: pointer;
}
.contact-wrapper .banner-overlay {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -200px;
    border: none;
    border-top: 200px solid #2D31A8;
    border-left: 100vw solid transparent;
    position: absolute;
    z-index: 3;
}
.offer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
}

.offer-box {
    width: 49%;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}
.offer-box img {
    width: 100%;
    aspect-ratio: 2;
}
.offer-content,
.offer-buttons {
    padding: 32px 24px;
}
.offer-buttons {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offer-content h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #292323;
    margin-bottom: 16px;
}
.offer-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #292323;
}
.buttons-left,
.buttons-right {
    display: flex;
    align-items: center;
}
.buttons-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CCCCCC;
    margin-right: 16px;
    align-items: center;
    padding: 12px 24px 13px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.offer-send {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px 13px;
    background: #2D31A8;
    border-radius: 2px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border: none;
    color: #fff;
    margin-right: 16px;
}
.offer-send:hover {
    background: #122944;
    text-decoration: underline;
}
.carrer-offer {
    display: flex;
    justify-content: space-between;
    padding: 56px 0;
    border-bottom: 1px solid #ccc;
}
.carrer-offer:first-of-type {
    border-top: 1px solid #ccc;
}
.carrer-offer:last-of-type {
    margin-bottom: 100px;
}
.carrer-offer h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #292323;
    margin-bottom: 16px;
}
.carrer-offer p:not(.about-pre-title) {
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    color: #292323;
    margin-bottom: 16px;
}
.carrer-left {
    padding-right: 20px;
}
.carrer-left a {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #2D31A8;
    text-decoration: none;
}
.carrer-left a svg {
    margin-right: 20px;
}
.carrer-right {
    width: 25%;
    padding-left: 56px;
    position: relative;
    min-width: 280px;
}
.carrer-right::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 200px;
    background-color: #ccc;
}
.mobile-filters {
    display: none;
    width: fit-content;
}
.filter-mobile-inside {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.filter-mobile-inside p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #2D31A8;
}
footer {
    position: relative;
    z-index: 9;
}
@media screen and (max-width: 1500px) {
    .banner-wrapper {
        padding-top: 350px;
    }
    .banner-left {
        top: -150px;
    }
    .banner-text-container > * {
        width: 70%;
    }
    .banner-wrapper .slider-text-container {
        position: relative;
        top: 0;
        transform: unset;
        left: 0;
    }
    .banner-wrapper .slider-left {
        width: 100%;
    }
    .banner-wrapper .slider-right {
        display: none;
    }
    .offer-buttons {
        flex-flow: column;
        align-items: flex-start;
    }
    .buttons-left {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1280px) {
    

    .slider-text-container a.title,
    .slider-text-container p {
        width: 45%;
    }

    .slider-text-container a.title {
        font-size: 32px;
    width: 50%;
    }
    .slider-left .slider-text-container div:first-of-type {
        height: 90px;
    }
    .slider-wrapper .slider-right {
        left: -10%;
    }
    .reference-full .carousel-box {
        width: 31%;
        margin-right: 3%;
    }
    .reference-full .carousel-box:nth-of-type(4n) {
        margin-right: 3%;
    }
    .reference-full .carousel-box:nth-of-type(3n) {
        margin-right: 0;
    }
    .reference-wrapper.ref-container .carousel-box:nth-of-type(n + 10) {
    display: none;
}
}
@media screen and (min-width: 1100px){
    
.reference-wrapper.ref-container .carousel-box:nth-of-type(n + 13) {
    display: none;
}
}
@media screen and (max-width: 1100px) {   

    .about-element {
        flex: 45%;
        margin-bottom: 1%;
    }
    .about-elements {
        flex-wrap: wrap;
    }
    .about-element:nth-of-type(2) {
        margin: 0;
        margin-bottom: 1%;
    }
    .about-element:last-of-type {
        margin-bottom: 1%;
    }
    .main-footer .logo {
        margin-right: 70%;
        margin-bottom: 50px;
    }
    .main-footer {
        flex-wrap: wrap;
    }
.reference-wrapper.ref-container .carousel-box:nth-of-type(n + 10) {
    display: none;
}
}
@media screen and (max-width: 980px) {
    .mini-slider .slider-box {
        height: auto;
    }
.error-wrapper {
    padding: 70px 16px 20px;
}
.error-container h1 {
    font-size: 24px;
    margin-bottom: 24px;
}
.error-container ul {
    padding-left: 24px;
}
.error-container li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #292323;
}
.slider-container img {
    aspect-ratio: 0.2;
}   
.reference-wrapper.ref-container .carousel-box:nth-of-type(n + 9) {
    display: none;
}
    .slider-box {
        flex-flow: column;
    }
    .slider-text-container {
        transform: unset;
        top: 32px;
    }
    .slider-left,
    .slider-right {
        width: 100%;
        display: flex;
    }
    
    .main-slider .slider-left {
        padding-bottom: 350px;
        position: relative;
        z-index: 3;
        height: 100%;
    }
    .mini-slider svg {
        position: absolute;
        left: 80%;
        top: 30%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }
    .mini-slider .slider-text-container p {
        width: 100%;
    }
    .slider-right img {
        width: inherit;
    }
    .slider-wrapper
    .slider-right,
    .mini-slider
    .slider-right {
        top: -5%;
        left: -50%;
        transform: rotate(160deg);
        width: 200% !important;
        height: 700px;
    }
    .slider-wrapper
    .slider-right {
        top:-78%;
    }
    .slider-wrapper
    .slider-overlay,
    .mini-slider .slider-overlay{
        right: 10%;
        bottom: 50%;
        transform: rotate(180deg);
    }
    .slider-overlay img {
        width: 80%;
        left: -30%;
        bottom: -30%;
    }
    
    .main-slider .slider-overlay {
        width: 0;
        height: 0;
        border-bottom: 150px solid #fff;
        border-left: 100vw solid transparent;
        bottom: 0;
    } 
    .main-slider .slider-overlay-second {
        width: 0;
        height: 0;
        border-top: 150px solid #2D31A8;
        border-right: 100vw solid transparent;
        top: 0;
        position: absolute;
    }
    .slider-text-container {
        left: 0;
        padding: 20px 16px 0;
        max-width: 80%;
    }
    .component {
        padding: 0 16px;
    }
    .news-wrapper {
        padding: 0 16px 100px;
    }
    header hr,
    .post-footer hr {
        left: 16px;
        width: calc(100% - 32px);
    }
    .slider-text-container a.title,
    .slider-text-container p {
        width: 100%;
    }
    .footer-overlay {
        top: -15%;
    }
    .about-us-short {
        padding-top: 150px;
    }
    .about-us-short p {
        margin-bottom: 40px;
    }
    .about-us-container {
        padding-bottom: 50px;
    }
    .skill:nth-of-type(4n){
        display: none;
    }
    .about-us-text .skill:nth-of-type(4n){
        display: flex;
    }
    .skill {
        width: 31%;
        margin-bottom: 3%;
    }
    .review {
        padding: 120px 16px;
    }
    .news {
        display: flex;
        flex-flow: column-reverse;
    }
    .news .left,
    .news img {
        width: 100%;
    }
    .news img {
        margin-bottom: 30px;
    }
    .pre-footer-content {
        padding: 250px 16px 70px;
    }
    .footer-big-title p {
        font-size: 40px;
    }
    .post-footer {
        padding: 50px 16px 80px;
    }
    .hamby {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        width: 60px;
        height: 54px;
        right: -20px;
        position: relative;
        cursor: pointer;
    }
    .header-container svg g {
        display: none;
    }
    .hamby p {
        height: 2px;
        width: 100%;
        border-radius: 1px;
        background-color: #fff;
        position: relative;
    }

    .hamby p:first-of-type {
        justify-self: flex-start;
    }
    .hambyone{
        transition: transform 0.5s ease;
        transform-origin: bottom right;
        -webkit-transform-origin: bottom right
    }
    .hambythree {
        transition: transform 0.5s ease;
        transform-origin: top right;
        -webkit-transform-origin: top right
    }
    .hambytwo {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .active .hambytwo {
        opacity: 0;
    }
    .active .hambyone {
        transform: translateY(-1px) rotate(-45deg);
    }
    .active .hambythree {
        transform: translateY(1px) rotate(45deg);
    }
    header nav {
        position: fixed;
        bottom: 110vh;
        transition: bottom 1s ease;
        display: flex;
        flex-flow: column;
        left: 0;
        right: 0;
        background-color: #2D31A8;
        z-index: 995;
        height: calc(100% - 80px);
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 16px;
    }
    nav.active {
        bottom: 0px;
    }
    nav a {
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
    }
    .language {
        margin: 20px 0;
    }
    header.inverse a,
    header.inverse button,
    header.inverse p {
        color: #fff;
    }
    .reference-full .carousel-box:nth-of-type(2n) {
        margin-right: 0;
    }
    .reference-full .carousel-box:nth-of-type(3n) {
        margin-right: auto;
    }
    .reference-full .carousel-box {
        width: 48%;
        margin-right: 4%;
    }
    .news-text-wrapper > * {
        width: 100%;
        margin-bottom: 24px;
    }
    
    .carousel-reference .slick-list {
        width: calc(100%);
        padding-right: 0;
        position: absolute;
        left: 0;
        top: -30px;
        transition: left 1.5s ease;
    }
    .banner-text-container {
        position: relative;
        left: 0;
        transform: unset;
        padding: 0 16px;
    }
    .banner-wrapper {
        padding-top: 0;
    }
    .banner-left {
        top: 0;
    }
    .banner-text-container > * {
        width: 100%;
    }
    .partners-container a,
    .partners-container span,
    .partners-container div
    {
        width: 23%;
    }
    .partners-container a:nth-of-type(4n), .partners-container div:nth-of-type(4n) {
        margin-right: 0;
    }
    .mini-slider .slider-text-container {
        padding: 50px;
    }
    .mini-slider.component {
        padding: 0;
    }
    .about-us-nav {
        display: none;
    }
    .about-us-text-box {
        width: 100%;
    }
    .about-us-text-box > *{
        width: 100%;
    }
    .companies-elements {
        width: 100%;
    }
    .contact-text-container {
        max-width: unset;
    }
    .contact-wrapper form {
        width: 100%;
    }
    .contact-wrapper .banner-overlay {
        border-top: 100px solid #2D31A8;
        border-left: 100vw solid transparent;
        bottom: -100px;
    }
    .contact-wrapper {
        margin-bottom: 200px;
    }
    .offer-wrapper {
        flex-flow: column;
    }
    .offer-box {
        width: 100%;
    }
    
    .offer-buttons {
        flex-flow: row;
    }
    .buttons-left {
        margin-bottom: 0;
    }
    .carrer-offer {
        flex-flow: column;
    }
    .carrer-left {
        margin-bottom: 40px;
    }
    .carrer-right::before {
        display: none;
    }
    .carrer-right {
        padding: 0;
    }
        
    .news-image img {
        width: 100%;
    }
    .project-text {
        width: 100%;
    }
    .project-details-container {
        justify-content: space-between;
    }
    .project-detail-single {
        width: 48%;
        margin: 0;
    }
    .project-detail-single:nth-of-type(3),
    .project-detail-single:nth-of-type(4) {
        border-top: none;
    }
    .project-gallery {
        flex-flow: column;
        max-height: unset;
    }
    .project-carousel {
        width: 100%;
    }
    .project-gallery > a {
        width: 100%;
    }
    .project-gallery .slick-arrow {
        display: none !important;
    }
    .mobile-background {
        display: block;
    }
    .mini-slider .slider-right {
        display: none;
    }
        
.slider-left .slider-text-container div:first-of-type {
    position: relative;
    height: 120px;
}
    header hr {
        left: 0;
        width: 100%;
        opacity: 0.7;
        z-index: 999;
    }
    .mini-slider .slider-text-container p:last-of-type strong {
        font-size: 18px;
    }
.mobile-overlay {
    display: block;
    position: absolute;
    bottom: -200px;
    right: 0;
    left: -10%;
    width: 140%;
    height: 300px;
    background-color: #fff;
    transform: rotate(170deg);
    z-index: 3;
}
.mini-slider .slider-text-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 80px;
    width: 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 760px) {
    .carousel-reference .slick-list.animation-active {
        left: 0;
    }
}
@media screen and (max-width: 680px) {
.reference-wrapper.ref-container .carousel-box:nth-of-type(n + 5) {
    display: none;
}
    .slider-wrapper
    .slider-right {
        top:-55%;
        left: -60%;
    }
    .companies-nav li {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
        
    .news-title + .mini-slider {
        margin-top: 32px;
    }     
    .banner-text-container p,
    .contact-text-container p  {
        font-size: 16px;
    }
    .banner-text-container .breadcrumbs-wrapper p,
    .contact-text-container .breadcrumbs-wrapper p  {
        margin-bottom: 0;
    }    
    .banner-text-container h1,
    .contact-text-container h1 {
        font-size: 32px;
    }

    input, textarea {
        margin: 0;
    }
    .multiselect:hover,
    .multiselect.active {
        background-color: transparent;
    }
    .about-element,
    .about-element:last-of-type,
    .about-element:nth-of-type(2) {
        flex: 100%;
        margin: 0;
        margin-bottom: 2%;
    }
    .skill {
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
        width: 100%;
        border: none;
        margin-bottom: 5%;
    }
    .skill:nth-of-type(4n){
        display: flex;
    }
    .skill-list {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .skill-left,
    .skill-right {
        flex-flow: row;
        width: 100%;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .skill {
        width: 48%;
    }
    .footer-big-title p {
        font-size: 32px;
    }
    .main-footer .logo {
        margin-bottom: 30px;
    }
    .footer-adress {
        margin-right: 60%;
        margin-bottom: 50px;
    }
    .footer-links {
        width: 100%;
        margin-bottom: 50px;
    }
    .post-footer {
        flex-flow: column;
    }
    .post-footer p {
        margin-bottom: 30px;
    }
    .social-icons {
        max-width: 200px;
    }
    .reference-full .carousel-box:nth-of-type(2n) {
        margin-right: 0;
    }
    .reference-full .carousel-box:nth-of-type(3n) {
        margin-right: auto;
    }
    .reference-full .carousel-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mobile-filters {
        display: none;
        margin-bottom: 50px;
    }
    /*
    .filters {
        display: flex;
        position: fixed;
        flex-flow: column;
        justify-content: flex-start;
        left: -150%;
        transition: left 1s ease;
        width: 100%;
        top: 0;
        bottom: 0;
        background-color: #fff;
    }*/
    .filters.active {
        left: 0;
        margin-bottom: 0;
    }
    .filter-left {
        display: flex;
        flex-flow: column;
    }/*
    .options {
        position: relative;
        top: unset;
        left: unset;
        box-shadow: unset;
        background-color: unset;
        border-bottom: 1px solid #ccc;
    }
    .multiselect {
        border: none;
        flex-flow: column;
        margin: 0;
        width: 100%;
    }*/
    .sort .options {
        left: 0;
        right: unset;
    }
    .filter-mobile-inside {
        display: flex;
    }
    .close {
        cursor: pointer;
    }/*
    .multiselect p {
        justify-content: space-between;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }*/
    .partners-container div {
        width: 48%;
        margin-right: 2.5%;
    }
    .partners-container a:nth-of-type(2n), .partners-container div:nth-of-type(2n) {
        margin-right: 0;
    }
    .companies-contact {
        flex-flow: column;
    }
    .company-contact-left,
    .company-contact-right {
        width: 100%;
    }
    .about-us-text .skill{
        width: 47%;
        margin-right: 6%;
    }
    .about-us-text .skill:nth-of-type(2n){
        margin-right: 0;
    }
    .filter-mobile-inside, .filter-left {
        display: none;
    }
    form label,
    form textarea,
    form label:last-of-type {
        width: 100%;
        margin-right: 0;
    }
    
    .offer-buttons {
        flex-flow: column;
        align-items: flex-start;
    }
    .buttons-left {
        margin-bottom: 20px;
    }
    
    .project-detail-single {
        width: 100%;
        margin: 0;
    }
    .project-detail-single:nth-of-type(2) {
        border-top: none;
    }
    .contact-info-box .companies-elements {
        width: 100%;  
    }
}

.about-pre-title[data-name="IBAN"] + p:nth-of-type(even){
    margin-top: 24px;
}
.about-pre-title[data-name="IBAN"] ~ p:nth-of-type(even){
    font-weight: 500;
    margin-bottom: 8px;
}
.about-pre-title[data-name="IBAN"] ~ p:nth-of-type(odd){
    margin-bottom: 32px;
}

#sto2_cms_cookie_consent {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 20px;
    color: #2d32a8;
    z-index: 999999;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

#sto2_cms_cookie_consent > div {
    display: flex;
    align-items: center;
}

#sto2_cms_cookie_consent .cookie-consent-content-left {
    flex: 1;
}

#sto2_cms_cookie_consent button {
    padding: 12px 24px 13px;
    width: 123px;
    height: 45px;
    background: #2D31A8;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
    font-family: inherit;
}

#sto2_cms_cookie_consent button:hover {
    background: #122944;
    text-decoration: underline;
}