@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {

    /* Utils */
    .container_custom {
        padding-left: 28px;
        padding-right: 28px;
    }

    .mainpage_heading_row {
        gap: 55px;
        margin-bottom: 45px;
    }

    .mainpage_heading_row .mainpage_heading_col:first-child {
        width: 57% !important;
    }

    .mainpage_heading_row .mainpage_heading_col:last-child {
        width: calc(43% - 55px);
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description {
        font: 300 28px/37px "DMSans Light", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description span {
        font: 400 28px/37px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_title {
        font: 400 50px/65px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text,
    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text::after {
        font: 400 22px/22px "HelveticaNeue", sans-serif;
    }

    .mainpage_heading_row.ask_question .mainpage_heading_col .mainpage_heading_description2 {
        font: 300 22px/28px "DMSans Light", sans-serif;
    }

    .second_heading_row {
        margin-bottom: 54px;
    }

    .second_heading_row .second_heading_col .second_heading_title {
        font: 400 110px/110px "HelveticaNeue", sans-serif;
        margin: 0 0 54px 0;
    }

    .second_heading_row .second_heading_col .second_heading_title span {
        font: italic 200 110px/110px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row {
        width: 704px;
        margin: 50px auto 80px;
    }

    .main_heading_row .main_heading_title {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    .main_heading_row .main_heading_title span {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row .main_heading_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    .main_heading_row .main_heading_link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Utils */



    /* Back to Top Button */
    .backToTopButton {
        right: 40px;
        width: 65px;
        height: 65px;
    }

    .backToTopButton.active {
        bottom: 50px;
    }

    /* Back to Top Button */



    /* Footer */
    footer .footer_wrapper .footer_top .footer_top_wrapper {
        gap: 60px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_left {
        width: 260px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center {
        width: calc(100% - 2 * 60px - 260px - 210px);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right {
        width: 210px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav {
        gap: 40px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item {
        width: calc((100% - 3 * 40px) / 4);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item .title,
    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item .title {
        font: 400 20px/30px "HelveticaNeue", sans-serif;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li {
        width: 43px;
        height: 43px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation {
        height: 130px;
        margin: 32px 0;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation .text {
        font: 400 111px/130px "DMSans", sans-serif;
        animation: innovativ 5s linear infinite alternate;
    }

    @keyframes innovativ {
        0% {
            transform: translateX(0);
        }

        8% {
            transform: translateX(0);
        }

        92% {
            transform: translateX(-118%);
        }

        100% {
            transform: translateX(-118%);
        }
    }

    footer .footer_wrapper .footer_bottom .copyright {
        gap: 50px;
    }

    footer .footer_wrapper .footer_bottom .copyright>div {
        width: calc((100% - 50px) / 2);
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul {
        justify-content: flex-end;
        gap: 20px;
    }

    /* Footer */


    /* Header */
    header .header_wrapper .header_nav ul li.has_submenu .submenu:has(.version2) {
        left: 50%;
        transform: translateX(-50%);
    }

    .container {
        max-width: 1190px !important;
    }

    /* Header */




    /* Home Section */
    section.home {
        margin: 64px auto 120px;
    }

    section.home .home_wrapper {
        gap: 44px;
    }

    section.home .home_wrapper>div {
        width: calc((100% - 44px) / 2);
    }

    section.home .home_wrapper .home_wrapper_left h1 {
        font: 400 100px/100px 'HelveticaNeue', sans-serif;
        margin: 10px 0 32px 0;
    }

    section.home .home_wrapper .home_wrapper_left h1 span {
        font: 100 italic 100px/100px 'HelveticaNeue Thin', sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left a {
        padding: 15px 21px;
        margin: 0 0 62px 0;
    }

    section.home .home_wrapper .home_wrapper_left a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results {
        gap: 70px;
    }

    section.home .home_wrapper .home_wrapper_left .home_results>div {
        width: calc((100% - 1 * 70px) / 2);
    }

    section.home .home_wrapper .home_wrapper_left .home_results .result {
        font: 500 44px/65px "DMSans Medium", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results .context {
        font: 300 16px/20px "DMSans Light", sans-serif;
        width: 80px;
    }

    section.home .home_wrapper .home_wrapper_right .media_wrapper {
        height: 410px;
    }

    /* Home Section */



    /* Featured Works Section */
    section.featured_section .featured_section_wrapper {
        gap: 44px;
    }

    section.featured_section .featured_section_wrapper>div {
        width: calc((100% - 1 * 44px) / 2);
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left .media_wrapper {
        height: 400px;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Featured Works Section */




    /* Choose Work Section  */
    section.choose_work .choose_work_wrapper {
        padding: 40px 44px 32px;
    }

    section.choose_work .choose_work_wrapper .title {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper .description {
        font: 300 55px/65px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper form {
        gap: 32px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item {
        width: calc((100% - 2 * 32px) / 3);
        padding: 32px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title {
        margin: 0 0 20px 0;
        gap: 16px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .icon {
        width: 52px;
        height: 52px;
        padding: 12px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .text {
        max-width: calc(100% - 16px - 52px);
        font: 300 28px/36px "DMSans Light", sans-serif;
        height: 36px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
        height: 31px;
        margin: 0 0 40px 0;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label {
        width: 84px;
        height: 44px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label span:before {
        height: 36px;
        width: 36px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label input:checked+span:before {
        transform: translate(40px, -50%);
    }

    section.choose_work .choose_work_wrapper .switcherBack {
        width: 80%;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output {
        padding: 12px 44px;
        border: 9px solid #FF9969;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output.active {
        top: 10px;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output .text {
        max-width: 550px;
        height: 31px;
        font: 500 24px/31px "DMSans Light", sans-serif;
    }

    /* Choose Work Section  */


    /* Know Us Section  */
    section.know_us {
        margin: 0 0 100px 0;
        padding-bottom: 196px;
    }

    section.know_us .know_us_wrapper {
        padding: 80px 0 0 0;
        gap: 24px;
    }

    section.know_us .know_us_wrapper .know_us_item .details .count {
        font: 600 52px/70px "DMSans SemiBold", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item .details .text {
        font: 300 24px/32px "DMSans Light", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(1) .details {
        bottom: 26px;
        left: 26px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(5) .details {
        top: 26px;
        right: 26px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3) .details,
    section.know_us .know_us_wrapper .know_us_item:nth-child(6) .details {
        top: 26px;
        left: 26px;
    }

    /* Some changes */
    section.know_us .know_us_wrapper .know_us_item {
        width: 344px;
        height: 450px;
        margin: 0;
        padding: 0;
    }

    section.know_us .know_us_wrapper .know_us_item>img.innerImage {
        display: block;
        width: 100%;
        height: 100%;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 2) {
        width: 380px;
        height: auto;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(196px);
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic {
        position: absolute;
        width: 110px;
        height: 110px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.rotate {
        animation: rotate 4s linear infinite;
        top: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.scale {
        animation: scale 4s linear infinite;
        bottom: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item.cardArrowFollow .animated-line {
        position: absolute;
        left: -50px;
        top: 50px;
        opacity: 0;
    }

    section.know_us .know_us_wrapper .know_us_item .small-card {
        position: absolute;
        height: 84px;
        width: 160px;
        border-radius: 8px;
        top: 70px;
        right: -10px;
        background-color: var(--proweb-white);
        opacity: 1;
        transform: rotate(90deg);
        z-index: 2;
        overflow: visible;
        border: 2px solid var(--proweb-orange);
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(196px);
    }

    /* Some changes */
    /* Know Us Section  */




    /* Innovative Solutions */
    section.innovative_solutions .innovative_wrapper {
        padding: 70px 40px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item {
        gap: 40px;
        padding: 58px 0;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture {
        width: 260px;
        height: 210px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture svg {
        width: 120px;
        height: 120px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context {
        width: 587px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context a .context {
        font: 400 38px/38px "HelveticaNeue", sans-serif;
    }

    /* Innovative Solutions */




    /* Clients Section */
    section.clients .clients_heading {
        width: 796px;
        margin: 0 auto 60px;
    }

    section.clients .clients_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.clients .clients_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.clients .clients_swiper_wrapper {
        height: 590px;
    }

    section.clients .clients_swiper_wrapper .swiper {
        height: 590px;
        padding-top: 20px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 195px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        height: 547.94px;
        width: 424.47px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_top .description {
        height: 180px;
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Clients Section */



    /* FAQ Section */
    section.faq .faq_wrapper {
        padding: 70px 40px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener {
        padding: 60px 0;
        gap: 16px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .icon {
        width: 36px;
        height: 36px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .text {
        font: 400 28px/36px "DMSans", sans-serif;
        width: 835px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion-collapse p {
        margin: 0 52px;
        font: 400 20px/30px "DMSans", sans-serif;
        width: 835px;
    }

    /* FAQ Section */



    /* Home Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper {
        height: 500px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details {
        padding: 44px 40px 80px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title {
        gap: 24px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title h2 {
        font: 400 40px/52px "DMSans", sans-serif;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition {
        padding: 10px 20px 10px 35px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition::after {
        left: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details {
        gap: 100px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left {
        width: 40%;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right {
        width: calc(60% - 100px);
        column-gap: 100px;
        row-gap: 44px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right .item {
        width: calc((100% - 1 * 100px) / 2);
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper {
        column-gap: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper p:not(:last-child)::before {
        width: 20px;
        height: 100%;
        font-size: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left p {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Home Detailed */




    /* Tech Used */
    section.tech_used .tech_used_wrapper {
        gap: 60px;
    }

    section.tech_used .tech_used_wrapper .item .title {
        font: 400 40px/40px "DMSans", sans-serif;
    }

    section.tech_used .tech_used_wrapper .item .description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.tech_used .tech_used_wrapper .item .technologies {
        gap: 16px;
    }

    section.tech_used .tech_used_wrapper .item .technologies .technology_item {
        padding: 12px 32px;
    }

    section.tech_used .tech_used_wrapper .item .technologies .technology_item .icon {
        width: 24px;
        height: 27.05px;
        margin-right: 8px;
    }

    section.tech_used .tech_used_wrapper .item .technologies .technology_item .text {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Tech Used */





    /* Before After */
    section.before_after .before_after_wrapper {
        gap: 120px;
    }

    section.before_after .before_after_wrapper .item {
        gap: 60px;
    }

    section.before_after .before_after_wrapper .item .left {
        width: calc(55% - 60px);
    }

    section.before_after .before_after_wrapper .item .right {
        width: 45%;
    }

    section.before_after .before_after_wrapper .item.context .left {
        padding-right: 140px;
    }

    section.before_after .before_after_wrapper .item.context .left .arrowLeft {
        width: 100px;
    }

    section.before_after .before_after_wrapper .item.context .right {
        padding-right: 100px;
    }

    section.before_after .before_after_wrapper .item .title {
        font: 500 40px/40px "DMSans Medium", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.color {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.bold {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    /* Before After */





    /* Gallery */
    section.gallery .gallery_wrapper {
        gap: 80px;
    }

    section.gallery .gallery_wrapper .item {
        gap: 80px;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:first-child {
        width: 43%;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:last-child {
        width: calc(57% - 80px);
    }

    section.gallery .gallery_wrapper .item .media_wrapper {
        height: 480px;
    }

    /* Gallery */





    /* Color Zone */
    section.color_zone .color_zone_wrapper {
        padding: 70px 40px;
    }

    section.color_zone .color_zone_wrapper .color_zone_title {
        font: italic 300 40px/40px "DMSans Light", sans-serif;
    }

    section.color_zone .color_zone_wrapper .color_zone_title span {
        font: 300 40px/40px "DMSans", sans-serif;
    }

    section.color_zone .color_zone_wrapper .items {
        gap: 26px;
    }

    section.color_zone .color_zone_wrapper .items .item {
        height: 370px;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+3) {
        width: calc((100% - 2 * 26px) / 3);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(4) {
        width: calc(60% - 26px);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(5) {
        width: 40%;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(6) {
        width: calc((100% - 1 * 26px) / 2);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(7) {
        width: calc((100% - 1 * 26px) / 2);
    }

    /* Color Zone */



    /* Client Review Section */
    section.client_review .client_review_wrapper .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items {
        gap: 95px;
    }

    section.client_review .client_review_wrapper .client_review_items .left {
        width: 435px;
    }

    section.client_review .client_review_wrapper .client_review_items .right {
        width: calc((100% - 435px - 95px));
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper {
        width: 328px;
        height: 459px;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper .picture_inner_wrapper {
        top: 44.5px;
        left: 90px;
        width: 357px;
        height: 370px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .quotes {
        width: 60px;
        height: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description {
        font: 400 36px/47px "DMSans", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description span {
        font: 700 36px/47px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper {
        gap: 30px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper>div {
        width: calc((100% - 30px) / 2);
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .name {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .profession {
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a {
        padding: 15px 21px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Client Review Section */



    /* Client Review Carousel Section */
    section.client_review.carousel_section .client_review_wrapper .review_description {
        margin: 0 0 60px 0;
        padding-right: 148px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next,
    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        width: 64px;
        height: 64px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next {
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        left: unset;
        right: calc(10px + 64px + 16px);
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next::after,
    section.client_review.carousel_section .review_swiper .swiper-button-prev::after {
        background-size: 24px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next .svg img,
    section.client_review.carousel_section .review_swiper .swiper-button-prev .svg img {
        width: 24px;
        height: 24px;
    }

    /* Client Review Carousel Section */




    /* Other Works Section */
    section.otherWorks .otherWorks_heading .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.otherWorks .otherWorks_heading .description {
        font: 400 20px/26px "DMSans", sans-serif;
        width: 700px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 110px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        width: 548px;
    }

    /*
1296            636 - 485
1116            548 - 418
*/
    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper {
        height: 418px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span:not(:first-child)::after {
        width: 8px;
        height: 8px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide a .context {
        max-width: calc((100% - 4px - 24px));
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Other Works Section */




    /* Bring Ideas */
    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img {
        width: 100px;
        height: 100px;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(1) {
        top: 120%;
        left: -20%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(1) {
        top: -50%;
        left: 40%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(3) {
        top: 120%;
        right: 70%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(3) {
        top: -50%;
        right: 10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(2) {
        top: 160%;
        left: -10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(2) {
        top: -50%;
        left: 60%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(4) {
        top: 170%;
        left: 30%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(4) {
        top: -70%;
        left: 110%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_context {
        padding: 117px 200px;
    }

    section.bring_ideas .bring_ideas_wrapper .title {
        font: 400 64px/64px "HelveticaNeue", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .title span {
        font: italic 300 64px/64px "HelveticaNeue Light", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .description {
        font: 300 28px/36px "DMSans Light", sans-serif;
        width: 80%;
    }

    section.bring_ideas .bring_ideas_wrapper a {
        padding: 15px 21px;
    }

    section.bring_ideas .bring_ideas_wrapper a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Bring Ideas */




    /* Portfolio Section */

    section.portfolio .portfolio_wrapper .portfolio_filtering {
        padding-bottom: 80px;
    }

    section.portfolio .portfolio_wrapper .portfolio_filtering li a {
        font: 500 16px/21px 'DMSans', sans-serif;
        padding: 12px 40px;
    }

    .portfolio_items {
        column-gap: 24px;
        row-gap: 60px;
    }

    .portfolio_items .portfolio_item {
        width: calc((100% - 1 * 24px) / 2);
    }

    .portfolio_items .portfolio_item .media_wrapper {
        height: 418px;
    }

    /*
1296        485
1116        418
*/
    .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 12px;
        left: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .icon {
        width: 16px;
        height: 18.03px;
        margin-right: 8px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .text {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span:not(:first-child)::after {
        left: -10px;
        width: 8px;
        height: 8px;
    }

    .portfolio_items .portfolio_item a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Portfolio Section */




    /* Contact Us */
    section.contact .contact_wrapper .contact_info {
        gap: 80px;
        margin: 0 0 120px 0;
    }

    section.contact .contact_wrapper .contact_info .right {
        width: calc((100% - 80px - 415px));
        height: 396px;
    }

    section.contact .contact_wrapper .contact_info .left {
        width: 415px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul li a {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons {
        gap: 20px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    section.contact .contact_wrapper .contact_form {
        padding: 60px;
    }

    section.contact .contact_wrapper .contact_form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 880px;
    }

    section.contact .contact_wrapper .contact_form .footer {
        gap: 32px;
    }

    section.contact .contact_wrapper .contact_form .footer button {
        padding: 17px 54px;
    }

    section.contact .contact_wrapper .contact_form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .main_form {
        margin: 60px 0;
        column-gap: 24px;
        row-gap: 52px;
    }

    section.contact .contact_wrapper .contact_form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.contact .contact_wrapper .contact_form .main_form>div:nth-child(3n) {
        width: 100%;
    }

    /* Contact Us */




    /* Services Section */
    section.services .services_items {
        column-gap: 32px;
        row-gap: 52px;
    }

    section.services .services_items .services_item {
        width: calc((100% - 1 * 32px) / 2);
        padding: 52px 40px;
    }

    section.services .services_items .services_item .services_picture {
        width: 260px;
        height: 210px;
    }

    section.services .services_items .services_item .services_picture svg {
        width: 120px;
        height: 120px;
    }

    section.services .services_items .services_item a .context {
        font: 400 32px/42px "HelveticaNeue", sans-serif;
        height: 42px;
    }

    section.services .services_items .services_item a .arrow_animation {
        width: 32px;
        height: 32px;
    }

    section.services .services_items .services_item a .arrow_animation .picture {
        width: 32px;
        height: 32px;
    }

    section.services .services_items .services_item a .arrow_animation .picture img {
        width: 32px;
        height: 32px;
    }

    section.services .services_items .services_item a .arrow_animation .picture::before {
        width: 32px;
        height: 32px;
    }

    /* Services Section */





    /* About Us */
    section.about .about_wrapper .about_banner {
        height: 440px;
    }

    section.about .about_wrapper .about_banner_wrapper {
        gap: 80px;
    }

    section.about .about_wrapper .about_banner_wrapper .right {
        width: 596px;
        height: 410px;
    }

    section.about .about_wrapper .about_banner_wrapper .left {
        width: calc(100% - 80px - 596px);
    }

    section.about .about_wrapper .about_banner_wrapper .left .context {
        font: 400 40px/52px "DMSans", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .context span {
        font: 800 40px/52px "DMSans ExtraBold", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes {
        width: 60px;
        height: 60px;
    }

    section.about .about_wrapper .about_banner_wrapper .left .title {
        font: 500 52px/68px "DMSans Medium", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .description {
        font: 400 24px/31px "DMSans", sans-serif;
        padding-right: 35px;
    }

    /* About Us */



    /* Our team  */
    section.our_team .our_team_heading {
        width: 796px;
        margin: 0 auto 80px;
        padding-top: 120px;
    }

    section.our_team .our_team_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.our_team .our_team_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.our_team .our_team_wrapper {
        column-gap: 32px;
        row-gap: 80px;
    }

    section.our_team .our_team_wrapper .our_team_item {
        width: calc((100% - 3 * 32px) / 4);
    }

    section.our_team .our_team_wrapper .our_team_item .picture {
        height: auto;
        aspect-ratio: 3 / 4;
    }

    section.our_team .our_team_wrapper .our_team_item .name {
        font: 400 28px/37px "DMSans", sans-serif;
    }

    section.our_team .our_team_wrapper .our_team_item .profession {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer {
        padding: 44px 25px;
        gap: 50px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer .context {
        font: 400 20px/26px "DMSans", sans-serif;
        max-height: calc(7 * 26px);
        -webkit-line-clamp: 7 !important;
        line-clamp: 7 !important;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons {
        gap: 20px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li a svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    /* Our team  */



    /* Vacancies Section */
    section.vacancies .vacancies_heading {
        width: 796px;
        margin: 0 auto 80px;
    }

    section.vacancies .vacancies_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.vacancies .vacancies_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.vacancies .vacancies_wrapper {
        column-gap: 30px;
        row-gap: 40px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item {
        width: calc((100% - 2 * 30px) / 3);
        padding: 32px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
        height: 36px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper {
        gap: 8px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper .feature_item {
        padding: 10px 24px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 84px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Vacancies Section */




    /* Feedback Section */
    section.feedback .feedback_heading {
        width: 796px;
    }

    section.feedback .feedback_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.feedback .feedback_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.feedback .feedback_swiper {
        height: 480px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide {
        height: 400px;
        padding: 44px;
        gap: 40px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .picture {
        width: 375px;
        height: 312px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context {
        width: calc(100% - 40px - 375px);
        height: 312px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .title {
        font: 500 24px/31px "DMSans Medium", sans-serif;
        margin: 0 0 32px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .description {
        font: 400 28px/36px "DMSans", sans-serif;
        height: 108px;
        margin: 0 0 61px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .name {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .profession {
        font: 500 24px/31px "DMSans Medium", sans-serif;
    }

    /* Feedback Section */





    /* Careers Form  */
    section.careers_from form {
        padding: 60px;
    }

    section.careers_from form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 715px;
    }

    section.careers_from form .title_context {
        font: 400 24px/31px "DMSans", sans-serif;
        width: 715px;
    }

    section.careers_from form .main_form {
        column-gap: 24px;
        row-gap: 52px;
    }

    section.careers_from form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.careers_from form .footer button {
        padding: 17px 54px;
    }

    section.careers_from form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.careers_from form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.careers_from form .positions .positions_wrapper label {
        padding: 12px 40px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.careers_from form .upload_cv .image_uploader {
        height: 125px;
    }

    section.careers_from form .upload_cv .image_uploader .drop_area .image_upload {
        padding: 16px 40px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display {
        gap: 30px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name {
        max-width: 500px;
        padding: 10px 30px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name .text {
        font: 500 20px/30px "DMSans Medium", sans-serif;
    }

    /* Careers Form  */





    /* Blog Section */
    section.blog .blog_heading {
        width: 796px;
    }

    section.blog .blog_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.blog .blog_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper {
        width: 510px;
        height: 60px;
    }

    section.blog .blog_wrapper form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper .blog_items {
        column-gap: 40px;
        row-gap: 60px;
    }

    section.blog .blog_wrapper .blog_items .blog_item {
        width: calc((100% - 2 * 40px) / 3);
    }

    section.blog .blog_wrapper .blog_items .blog_item .top {
        height: 270px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom {
        padding: 24px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .title {
        font: 400 20px/26px "DMSans", sans-serif;
        height: 52px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 42px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a {
        padding: 17px 21px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Blog Section */




    /* News Section */
    section.news .news_row {
        width: 680px;
    }

    section.news .news_row .news_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.news .news_row .news_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.news .news_row .news_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.news .news_banner .left {
        width: 520px;
        height: 600px;
    }

    section.news .news_banner .right {
        width: calc(100% - 32px - 520px);
    }

    section.news .news_banner .right .picture_wrapper {
        height: 365px;
    }

    section.news .news_banner .right .picture_wrapper .picture_context {
        bottom: 40px;
        left: 40px;
        width: calc(100% - 2 * 40px);
        font: 700 24px/31px "DMSans Bold", sans-serif;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    section.news .news_banner .right form {
        margin: 60px 0 0 0;
        padding-bottom: 58px;
    }

    section.news .news_banner .right form .form_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper {
        width: 510px;
        height: 60px;
    }

    section.news .news_banner .right form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    /* News Section */



    /* Blog Detailed */
    section.blog_detailed .blog_detailed_row {
        width: 100%;
    }

    section.blog_detailed .blog_detailed_row .blog_detailed_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .left .title {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .right .description {
        font: italic 200 16px/21px "DMSans ExtraLight", sans-serif;
    }


    section.blog_detailed .blog_detailed_wrapper .blog_detailed_banner {
        height: auto;
        aspect-ratio: 2 / 1;
        margin: 0 0 80px 0;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .title {
        font: 400 40px/40px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Blog Detailed */




    /* Technologies Section */
    section.technologies .technologies_row {
        width: 704px;
    }

    section.technologies .technologies_row .technologies_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.technologies .technologies_row .technologies_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.technologies .technologies_row .technologies_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.technologies .technologies_banner>div {
        height: 380px;
    }

    section.technologies .technologies_banner .banner_item:first-child {
        width: calc(100% - 25px - 503px);
    }

    section.technologies .technologies_banner .banner_item:last-child {
        width: 503px;
    }

    /* Technologies Section */






    /* Clients Development Section  */
    section.clients_development .clients_development_heading {
        width: 796px;
    }

    section.clients_development .clients_development_heading .heading {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.clients_development .clients_development_heading .heading span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description {
        padding: 16px 44px 32px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_program_close {
        top: 16px;
        right: 44px;
        width: 44px;
        height: 44px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description .clients_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.clients_development .clients_programs .clients_program_description a {
        padding: 17px 21px;
    }

    section.clients_development .clients_programs .clients_program_description a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Clients Development Section  */




    /* Development Section */
    section.development .development_wrapper .development_item .heading .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs {
        gap: 16px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program {
        padding: 12px 32px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program .icon {
        width: 24px;
        height: 27.05px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program .text {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description {
        padding: 16px 44px 32px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_program_close {
        top: 16px;
        right: 44px;
        width: 44px;
        height: 44px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description a {
        padding: 17px 21px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Development Section */




    /* References Section */
    .references .references_timeline {
        top: 45px;
        bottom: 45px;
    }

    .references .references_item {
        width: 980px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 80px;
        padding: 24px 32px;
    }

    .references .references_item::after {
        top: 40px;
        right: -120px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    .references .references_item::before {
        top: 45px;
        right: -139px;
    }

    .references .references_item .website {
        font: 400 24px/31px "DMSans", sans-serif;
        max-width: calc((100% - 80px - 250px));
    }

    .references .references_item a {
        padding: 12px 20px;
    }

    .references .references_item a .context {
        font: 400 20px/20px "DMSans", sans-serif;
    }

    /* References Section */




    /* Solutions Section */
    section.solutions .solutions_row {
        width: 704px;
    }

    section.solutions .solutions_row .solutions_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.solutions .solutions_row .solutions_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.solutions .solutions_row .solutions_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.solutions .solutions_heading {
        width: calc((100% - 24px) / 2);
        margin: 0 0 180px 0;
    }

    section.solutions .portfolio_items .portfolio_item:nth-child(2n) {
        position: relative;
        top: -350px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 12px;
        left: 16px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 16px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    /* Solutions Section */



    /* Industrie Section */
    section.industry .industry_wrapper .right {
        width: 496px;
        max-height: 720px;
    }

    section.industry .industry_wrapper .right .item .item_title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .right .item .item_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left {
        width: calc(100% - 32px - 496px);
        padding: 44px 32px;
    }

    section.industry .industry_wrapper .left .industry_title {
        font: 500 40px/40px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_title span {
        font: italic 100 40px/40px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left .carousel_container {
        height: 472px;
    }

    /* Industrie Section */



    /* Industrie Section Detailed */
    section.industry .industry_detailed {
        padding: 44px 32px;
    }

    section.industry .industry_detailed .industry_wrapper {
        gap: 56px;
    }

    section.industry .industry_detailed .industry_wrapper .right {
        width: calc(100% - 56px - 573px);
        max-height: 791px;
        gap: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .left {
        width: 573px;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title {
        font: 500 52px/52px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title span {
        font: italic 100 52px/52px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description {
        font: 400 24px/31px "DMSans", sans-serif;
        height: 186px;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description span {
        font: 800 24px/31px "DMSans ExtraBold", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .carousel_container {
        height: 472px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item {
        padding: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item::after {
        width: 10px;
        height: 40px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_title {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_description {
        font: 500 20px/26px "DMSans Medium", sans-serif;
    }

    /* Industrie Section Detailed */




    /* Reference Detailed  */
    section.references_detailed .references_detailed_wrapper .title {
        font: 300 80px/80px "HelveticaNeue Light", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .date {
        font: 400 32px/32px "HelveticaNeue", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .referenceImage {
        width: 760px;
        height: 1149px;
        margin: -200px auto 350px;
    }

    section.references_detailed .references_detailed_wrapper .referenceArrowContainer {
        margin-top: -85px;
    }

    section.references_detailed .references_detailed_wrapper path {
        stroke-width: 5;
    }

    section.references_detailed .references_detailed_wrapper .referenceDot {
        r: 10;
    }

    /* Reference Detailed  */





    /* Work Process */
    section.work_process .work_process_wrapper .title {
        font: 500 48px/60px "DMSans Medium", sans-serif;
        width: 805px;
    }

    section.work_process .work_process_wrapper .description {
        font: 500 48px/62px "DMSans Medium", sans-serif;
        width: 805px;
    }

    section.work_process .work_process_wrapper .description span {
        font: italic 100 48px/62px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections {
        margin-top: 280px;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection {
        margin-top: 600px;
        font: 500 60px/78px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection span {
        font: italic 100 60px/78px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        height: 360px;
        width: 1000px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        margin-top: -30px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:not(:last-child) {
        margin-bottom: 150px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n + 1) {
        margin-left: auto;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .imageContainer {
        order: 1;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .context {
        order: 2;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .imageContainer {
        width: calc((100% - 40px - 517px));
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .context {
        width: 517px;
        max-height: 250px;
        font: 500 36px/50px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .workProcessArrowContainer {
        top: 303px;
    }

    /* Work Process */
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    /* under construction */
    .under_construction {
        padding: 20px 0;
    }

    .under_construction .main_content {
        margin-top: 0;
    }

    .under_construction .main_content .contact_infos {
        width: 70%;
    }

    /* Solution Detailed */
    section.challenges .challenges_wrapper .challenges_img {
        height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        margin-bottom: 20px;
    }

    section.companies .section_title h2 {
        width: 65%;
    }

    div.client_review_wrapper .swiper-button-next {
        right: 35%;
    }

    div.client_review_wrapper .swiper-button-prev {
        left: 35%;
    }



    section.how_it_works .steps .title p {
        width: 100%;
        padding: 16px 20px;
    }

    section.how_it_works .steps .img_wrapper img:nth-child(3) {
        width: 250px;
        height: 250px;
    }

    section.how_it_works .steps .img_wrapper img:nth-child(2) {
        right: 80px;
    }



    /* Service Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper .job_detailed_banner_texts h1 {
        font-size: 50px;
        /* width: 60%; */
    }

    section.home_detailed .home_detailed_wrapper .media_wrapper .white-layer,
    section.home_detailed .home_detailed_wrapper .media_wrapper .black-layer {
        width: 60%;
    }

    section.home_detailed .home_detailed_wrapper .media_wrapper .job_detailed_banner_texts p {
        font-size: 14px;
    }

    section.why_this_profession .service_we_provide .services_card {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
        justify-content: space-between;
    }

    section.why_this_profession .service_we_provide .services_card .custom-col {
        width: 48% !important;
    }

    section.why_this_profession .service_we_provide .services_card .service_card:nth-child(3) {
        margin: 10px auto;
    }



    section.tailored .section_label p,
    section.see_our_design .section_label p {
        margin: 0;
    }

    section.transforming.service_detailed .section_label p {
        margin: 0;
        width: 33%;
    }

    /* Utils */
    .container_custom {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mainpage_heading_row {
        gap: 20px;
        margin-bottom: 40px;
    }

    .mainpage_heading_row .mainpage_heading_col:first-child {
        width: 57% !important;
    }

    .mainpage_heading_row .mainpage_heading_col:last-child {
        width: calc(43% - 20px);
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description {
        font: 300 25px/33px "DMSans Light", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description span {
        font: 400 25px/33px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_title {
        font: 400 42px/55px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text,
    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text::after {
        font: 400 21px/21px "HelveticaNeue", sans-serif;
        padding: 16px 32px;

    }

    .mainpage_heading_row.ask_question .mainpage_heading_col .mainpage_heading_description2 {
        font: 300 20px/25px "DMSans Light", sans-serif;
    }

    .second_heading_row {
        margin-bottom: 50px;
    }

    .second_heading_row .second_heading_col .second_heading_title {
        font: 400 100px/100px "HelveticaNeue", sans-serif;
        margin: 0 0 50px 0;
    }

    .second_heading_row .second_heading_col .second_heading_title span {
        font: italic 200 100px/100px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row {
        width: 704px;
        margin: 50px auto 80px;
    }

    .main_heading_row .main_heading_title {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    .main_heading_row .main_heading_title span {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row .main_heading_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    .main_heading_row .main_heading_link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Utils */



    /* Back to Top Button */
    .backToTopButton {
        right: 36px;
        width: 60px;
        height: 60px;
    }

    .backToTopButton.active {
        bottom: 50px;
    }

    /* Back to Top Button */



    /* Footer */
    footer .footer_wrapper .footer_top .footer_top_wrapper {
        gap: 10px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_left {
        width: 220px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center {
        width: calc(100% - 2 * 10px - 220px - 180px);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right {
        width: 180px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav {
        gap: 30px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item {
        width: calc((100% - 3 * 30px) / 4);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item .title,
    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item .title {
        font: 400 20px/30px "HelveticaNeue", sans-serif;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li {
        width: 36px;
        height: 36px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li a svg {
        width: 22px;
        height: 22px;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation {
        height: 120px;
        margin: 32px 0;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation .text {
        font: 400 100px/120px "DMSans", sans-serif;
        animation: innovativ 5s linear infinite alternate;
    }

    @keyframes innovativ {
        0% {
            transform: translateX(0);
        }

        8% {
            transform: translateX(0);
        }

        92% {
            transform: translateX(-138%);
        }

        100% {
            transform: translateX(-138%);
        }
    }

    footer .footer_wrapper .footer_bottom .copyright {
        gap: 50px;
    }

    footer .footer_wrapper .footer_bottom .copyright>div {
        width: calc((100% - 50px) / 2);
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul {
        justify-content: flex-end;
        gap: 20px;
    }

    /* Footer */


    /* Header */
    header .header_wrapper {
        gap: 52px;
    }

    header .header_wrapper .header_logo {
        width: 218px;
    }

    header .header_wrapper .header_nav {
        width: calc(100% - 2 * 52px - 218px - 326px);
    }

    header .header_wrapper .header_extra {
        width: 326px;
    }

    header .header_wrapper .header_extra .extras_wrapper {
        max-width: calc(100% - 46px - 34px - 36px);
    }

    /* Header */




    /* Home Section */
    section.home {
        margin: 64px auto 120px;
    }

    section.home .home_wrapper {
        gap: 4px;
    }

    section.home .home_wrapper>div {
        width: calc((100% - 4px) / 2);
    }

    section.home .home_wrapper .home_wrapper_left h1 {
        font: 400 80px/80px 'HelveticaNeue', sans-serif;
        margin: 10px 0 32px 0;
    }

    section.home .home_wrapper .home_wrapper_left h1 span {
        font: 100 italic 80px/80px 'HelveticaNeue Thin', sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left a {
        padding: 15px 21px;
        margin: 0 0 40px 0;
    }

    section.home .home_wrapper .home_wrapper_left a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results {
        gap: 30px;
    }

    section.home .home_wrapper .home_wrapper_left .home_results>div {
        width: calc((100% - 1 * 30px) / 2);
    }

    section.home .home_wrapper .home_wrapper_left .home_results .result {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results .context {
        font: 300 16px/20px "DMSans Light", sans-serif;
        width: 80px;
    }

    section.home .home_wrapper .home_wrapper_right .media_wrapper {
        height: 350px;
    }

    /* Home Section */



    /* Featured Works Section */
    section.featured_section .featured_section_wrapper {
        gap: 10px;
    }

    section.featured_section .featured_section_wrapper>div {
        width: calc((100% - 1 * 10px) / 2);
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left .media_wrapper {
        height: 350px;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Featured Works Section */



    /* Choose Work Section  */
    section.choose_work .choose_work_wrapper {
        padding: 40px 44px 32px;
    }

    section.choose_work .choose_work_wrapper .title {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper .description {
        font: 300 50px/60px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper form {
        gap: 25px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item {
        width: calc((100% - 2 * 25px) / 3);
        padding: 25px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title {
        margin: 0 0 20px 0;
        gap: 16px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .icon {
        width: 52px;
        height: 52px;
        padding: 12px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .text {
        max-width: calc(100% - 16px - 52px);
        font: 300 28px/36px "DMSans Light", sans-serif;
        height: 36px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
        height: 31px;
        margin: 0 0 40px 0;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label {
        width: 84px;
        height: 44px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label span:before {
        height: 36px;
        width: 36px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label input:checked+span:before {
        transform: translate(40px, -50%);
    }

    section.choose_work .choose_work_wrapper .switcherBack {
        width: 100%;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output {
        padding: 12px 44px;
        border: 9px solid #FF9969;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output.active {
        top: 10px;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output .text {
        max-width: 530px;
        height: 31px;
        font: 500 24px/31px "DMSans Light", sans-serif;
    }

    /* Choose Work Section  */



    /* Know Us Section  */
    section.know_us {
        margin: 0 0 100px 0;
        padding-bottom: 196px;
    }

    section.know_us .know_us_wrapper {
        padding: 80px 0 0 0;
        gap: 20px;
    }

    section.know_us .know_us_wrapper .know_us_item .details .count {
        font: 600 45px/60px "DMSans SemiBold", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item .details .text {
        font: 300 21px/26px "DMSans Light", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(1) .details {
        bottom: 22px;
        left: 22px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(5) .details {
        top: 22px;
        right: 22px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3) .details,
    section.know_us .know_us_wrapper .know_us_item:nth-child(6) .details {
        top: 22px;
        left: 22px;
    }

    /* Some changes */
    section.know_us .know_us_wrapper .know_us_item {
        width: 289px;
        height: 450px;
        margin: 0;
        padding: 0;
    }

    section.know_us .know_us_wrapper .know_us_item>img.innerImage {
        display: block;
        width: 100%;
        height: 100%;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 2) {
        width: 318px;
        height: auto;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(196px);
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic {
        position: absolute;
        width: 110px;
        height: 110px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.rotate {
        animation: rotate 4s linear infinite;
        top: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.scale {
        animation: scale 4s linear infinite;
        bottom: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item.cardArrowFollow .animated-line {
        position: absolute;
        left: -50px;
        top: 50px;
        opacity: 0;
    }

    section.know_us .know_us_wrapper .know_us_item .small-card {
        position: absolute;
        height: 73px;
        width: 140px;
        border-radius: 8px;
        top: 70px;
        right: -10px;
        background-color: var(--proweb-white);
        opacity: 1;
        transform: rotate(90deg);
        z-index: 2;
        overflow: visible;
        border: 2px solid var(--proweb-orange);
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(196px);
    }

    /* Some changes */
    /* Know Us Section  */




    /* Innovative Solutions */

    section.innovative_solutions .innovative_wrapper {
        padding: 70px 40px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item {
        gap: 25px;
        padding: 58px 0;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture {
        width: 260px;
        height: 210px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture svg {
        width: 120px;
        height: 120px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context {
        width: 520px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context a .context {
        font: 400 34px/34px "HelveticaNeue", sans-serif;
    }

    /* Innovative Solutions */



    /* FAQ Section */
    section.faq .faq_wrapper {
        padding: 70px 40px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener {
        padding: 60px 0;
        gap: 16px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .icon {
        width: 36px;
        height: 36px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .text {
        font: 400 28px/36px "DMSans", sans-serif;
        width: 100%;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion-collapse p {
        margin: 0 52px;
        font: 400 20px/30px "DMSans", sans-serif;
        width: calc(100% - 52px);
    }

    /* FAQ Section */




    /* Home Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper {
        height: 420px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details {
        padding: 44px 40px 80px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title {
        gap: 24px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title h2 {
        font: 400 40px/52px "DMSans", sans-serif;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition {
        padding: 10px 20px 10px 35px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition::after {
        left: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details {
        gap: 60px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left {
        width: 40%;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right {
        width: calc(60% - 60px);
        column-gap: 60px;
        row-gap: 44px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right .item {
        width: calc((100% - 1 * 60px) / 2);
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper {
        column-gap: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper p:not(:last-child)::before {
        width: 20px;
        height: 100%;
        font-size: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left p {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Home Detailed */




    /* Before After */
    section.before_after .before_after_wrapper {
        gap: 120px;
    }

    section.before_after .before_after_wrapper .item {
        gap: 60px;
    }

    section.before_after .before_after_wrapper .item .left {
        width: calc(55% - 60px);
    }

    section.before_after .before_after_wrapper .item .right {
        width: 45%;
    }

    section.before_after .before_after_wrapper .item.context .left {
        padding-right: 80px;
    }

    section.before_after .before_after_wrapper .item.context .left .arrowLeft {
        width: 80px;
    }

    section.before_after .before_after_wrapper .item.context .right {
        padding-right: 70px;
    }

    section.before_after .before_after_wrapper .item .title {
        font: 500 40px/40px "DMSans Medium", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.color {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.bold {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    /* Before After */




    /* Gallery */
    section.gallery .gallery_wrapper {
        gap: 80px;
    }

    section.gallery .gallery_wrapper .item {
        gap: 80px;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:first-child {
        width: 43%;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:last-child {
        width: calc(57% - 80px);
    }

    section.gallery .gallery_wrapper .item .media_wrapper {
        height: 420px;
    }

    /* Gallery */



    /* Color Zone */
    section.color_zone .color_zone_wrapper {
        padding: 70px 40px;
    }

    section.color_zone .color_zone_wrapper .color_zone_title {
        font: italic 300 40px/40px "DMSans Light", sans-serif;
    }

    section.color_zone .color_zone_wrapper .color_zone_title span {
        font: 300 40px/40px "DMSans", sans-serif;
    }

    section.color_zone .color_zone_wrapper .items {
        gap: 20px;
    }

    section.color_zone .color_zone_wrapper .items .item {
        height: 320px;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+3) {
        width: calc((100% - 2 * 20px) / 3);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(4) {
        width: calc(60% - 20px);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(5) {
        width: 40%;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(6) {
        width: calc((100% - 1 * 20px) / 2);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(7) {
        width: calc((100% - 1 * 20px) / 2);
    }

    /* Color Zone */





    /* Client Review Section */
    section.client_review .client_review_wrapper .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items {
        gap: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .left {
        width: 365px;
    }

    section.client_review .client_review_wrapper .client_review_items .right {
        width: calc((100% - 365px - 60px));
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper {
        width: 275px;
        height: 385px;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper .picture_inner_wrapper {
        top: 37px;
        left: 70px;
        width: 300px;
        height: 311px;
    }

    /*
1296       505        381 - 533         414 - 429
1116       435        328 - 459         357 - 370
936        365        275 - 385         300 - 311
*/
    section.client_review .client_review_wrapper .client_review_items .right .quotes {
        width: 60px;
        height: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description span {
        font: 700 32px/42px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper {
        gap: 30px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper>div {
        width: calc((100% - 30px) / 2);
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .name {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .profession {
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a {
        padding: 15px 21px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Client Review Section */





    /* Client Review Carousel Section */
    section.client_review.carousel_section .client_review_wrapper .review_description {
        margin: 0 0 60px 0;
        padding-right: 148px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next,
    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        width: 64px;
        height: 64px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next {
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        left: unset;
        right: calc(10px + 64px + 16px);
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next::after,
    section.client_review.carousel_section .review_swiper .swiper-button-prev::after {
        background-size: 24px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next .svg img,
    section.client_review.carousel_section .review_swiper .swiper-button-prev .svg img {
        width: 24px;
        height: 24px;
    }

    /* Client Review Carousel Section */



    /* Other Works Section */
    section.otherWorks .otherWorks_heading .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.otherWorks .otherWorks_heading .description {
        font: 400 20px/26px "DMSans", sans-serif;
        width: 700px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 110px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        width: 548px;
    }

    /*
1296            636 - 485
1116            548 - 418
*/
    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper {
        height: 418px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span:not(:first-child)::after {
        width: 8px;
        height: 8px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide a .context {
        max-width: calc((100% - 4px - 24px));
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Other Works Section */





    /* Bring Ideas */
    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img {
        width: 100px;
        height: 100px;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(1) {
        top: 120%;
        left: -20%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(1) {
        top: -50%;
        left: 40%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(3) {
        top: 120%;
        right: 70%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(3) {
        top: -50%;
        right: 10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(2) {
        top: 160%;
        left: -10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(2) {
        top: -50%;
        left: 60%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(4) {
        top: 170%;
        left: 30%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(4) {
        top: -70%;
        left: 110%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_context {
        padding: 117px;
    }

    section.bring_ideas .bring_ideas_wrapper .title {
        font: 400 64px/64px "HelveticaNeue", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .title span {
        font: italic 300 64px/64px "HelveticaNeue Light", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .description {
        font: 300 28px/36px "DMSans Light", sans-serif;
        width: 80%;
    }

    section.bring_ideas .bring_ideas_wrapper a {
        padding: 15px 21px;
    }

    section.bring_ideas .bring_ideas_wrapper a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Bring Ideas */



    /* Portfolio Section */

    section.portfolio .portfolio_wrapper .portfolio_filtering {
        padding-bottom: 80px;
    }

    section.portfolio .portfolio_wrapper .portfolio_filtering li a {
        font: 500 16px/21px 'DMSans', sans-serif;
        padding: 12px 40px;
    }

    .portfolio_items {
        column-gap: 24px;
        row-gap: 60px;
    }

    .portfolio_items .portfolio_item {
        width: calc((100% - 1 * 24px) / 2);
    }

    .portfolio_items .portfolio_item .media_wrapper {
        height: 350px;
    }

    /*
1296        485
1116        418
936         350
*/
    .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 12px;
        left: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item:nth-last-child(2) {
        display: none;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .icon {
        width: 16px;
        height: 18.03px;
        margin-right: 8px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .text {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span:not(:first-child)::after {
        left: -10px;
        width: 8px;
        height: 8px;
    }

    .portfolio_items .portfolio_item a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Portfolio Section */



    /* Contact Us */
    section.contact .contact_wrapper .contact_info {
        gap: 60px;
        margin: 0 0 120px 0;
    }

    section.contact .contact_wrapper .contact_info .right {
        width: calc((100% - 60px - 380px));
        height: 330px;
    }

    section.contact .contact_wrapper .contact_info .left {
        width: 380px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul li a {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons {
        gap: 20px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    section.contact .contact_wrapper .contact_form {
        padding: 60px;
    }

    section.contact .contact_wrapper .contact_form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form .footer {
        gap: 32px;
    }

    section.contact .contact_wrapper .contact_form .footer button {
        padding: 17px 54px;
    }

    section.contact .contact_wrapper .contact_form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .main_form {
        margin: 60px 0;
        column-gap: 24px;
        row-gap: 52px;
    }

    section.contact .contact_wrapper .contact_form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.contact .contact_wrapper .contact_form .main_form>div:nth-child(3n) {
        width: 100%;
    }

    /* Contact Us */



    /* Services Section */
    section.services .services_items {
        column-gap: 24px;
        row-gap: 52px;
    }

    section.services .services_items .services_item {
        width: calc((100% - 1 * 24px) / 2);
        padding: 42px 30px;
    }

    section.services .services_items .services_item .services_picture {
        width: 230px;
        height: 180px;
    }

    section.services .services_items .services_item .services_picture svg {
        width: 100px;
        height: 100px;
    }

    section.services .services_items .services_item a .context {
        max-width: calc((100% - 4px - 28px));
        font: 400 26px/36px "HelveticaNeue", sans-serif;
        height: 36px;
    }

    section.services .services_items .services_item a .arrow_animation {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture img {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture::before {
        width: 28px;
        height: 28px;
    }

    /* Services Section */





    /* About Us */
    section.about .about_wrapper .about_banner {
        height: 400px;
    }

    section.about .about_wrapper .about_banner_wrapper {
        gap: 60px;
    }

    section.about .about_wrapper .about_banner_wrapper .right {
        width: 433px;
        height: 296px;
    }

    section.about .about_wrapper .about_banner_wrapper .left {
        width: calc(100% - 60px - 433px);
    }

    section.about .about_wrapper .about_banner_wrapper .left .context {
        font: 400 40px/52px "DMSans", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .context span {
        font: 800 40px/52px "DMSans ExtraBold", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes {
        width: 60px;
        height: 60px;
    }

    section.about .about_wrapper .about_banner_wrapper .left .title {
        font: 500 52px/68px "DMSans Medium", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .description {
        font: 400 24px/31px "DMSans", sans-serif;
        padding-right: 35px;
    }

    /* About Us */



    /* Our team  */
    section.our_team .our_team_heading {
        width: 796px;
        margin: 0 auto 80px;
        padding-top: 120px;
    }

    section.our_team .our_team_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.our_team .our_team_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.our_team .our_team_wrapper {
        column-gap: 32px;
        row-gap: 80px;
    }

    section.our_team .our_team_wrapper .our_team_item {
        width: calc((100% - 2 * 32px) / 3);
    }

    section.our_team .our_team_wrapper .our_team_item .picture {
        height: auto;
        aspect-ratio: 3 / 4;
    }

    section.our_team .our_team_wrapper .our_team_item .name {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_wrapper .our_team_item .profession {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer {
        padding: 44px 25px;
        gap: 50px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer .context {
        font: 400 20px/26px "DMSans", sans-serif;
        max-height: calc(7 * 26px);
        -webkit-line-clamp: 7 !important;
        line-clamp: 7 !important;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons {
        gap: 20px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li a svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    /* Our team  */



    /* Vacancies Section */
    section.vacancies .vacancies_heading {
        width: 796px;
        margin: 0 auto 80px;
    }

    section.vacancies .vacancies_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.vacancies .vacancies_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.vacancies .vacancies_wrapper {
        column-gap: 30px;
        row-gap: 40px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item {
        width: calc((100% - 1 * 30px) / 2);
        padding: 32px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
        height: 36px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper {
        gap: 8px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper .feature_item {
        padding: 10px 24px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 84px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Vacancies Section */




    /* Feedback Section */
    section.feedback .feedback_heading {
        width: 796px;
    }

    section.feedback .feedback_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.feedback .feedback_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.feedback .feedback_swiper {
        height: 480px;
        width: calc(100% - 2 * 32px);
        margin: 0 auto;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide {
        height: 400px;
        padding: 44px;
        gap: 25px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .picture {
        width: 375px;
        width: 320px;
        height: 312px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context {
        width: calc(100% - 25px - 320px);
        height: 312px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .title {
        font: 500 24px/31px "DMSans Medium", sans-serif;
        margin: 0 0 32px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .description {
        font: 400 28px/36px "DMSans", sans-serif;
        height: 108px;
        margin: 0 0 61px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .name {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .profession {
        font: 500 24px/31px "DMSans Medium", sans-serif;
    }

    /* Feedback Section */



    /* Careers Form  */
    section.careers_from form {
        padding: 60px;
    }

    section.careers_from form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 715px;
    }

    section.careers_from form .title_context {
        font: 400 24px/31px "DMSans", sans-serif;
        width: 715px;
    }

    section.careers_from form .main_form {
        column-gap: 24px;
        row-gap: 52px;
    }

    section.careers_from form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.careers_from form .footer button {
        padding: 17px 54px;
    }

    section.careers_from form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.careers_from form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.careers_from form .positions .positions_wrapper label {
        padding: 12px 40px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.careers_from form .upload_cv .image_uploader {
        height: 125px;
    }

    section.careers_from form .upload_cv .image_uploader .drop_area .image_upload {
        padding: 16px 40px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display {
        gap: 30px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name {
        max-width: 500px;
        padding: 10px 30px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name .text {
        font: 500 20px/30px "DMSans Medium", sans-serif;
    }

    /* Careers Form  */



    /* Blog Section */
    section.blog .blog_heading {
        width: 796px;
    }

    section.blog .blog_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.blog .blog_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper {
        width: 510px;
        height: 60px;
    }

    section.blog .blog_wrapper form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper .blog_items {
        column-gap: 40px;
        row-gap: 60px;
    }

    section.blog .blog_wrapper .blog_items .blog_item {
        width: calc((100% - 1 * 40px) / 2);
    }

    section.blog .blog_wrapper .blog_items .blog_item .top {
        height: 300px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom {
        padding: 24px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .title {
        font: 400 20px/26px "DMSans", sans-serif;
        height: 52px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 42px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a {
        padding: 17px 21px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Blog Section */





    /* News Section */
    section.news .news_row {
        width: 680px;
    }

    section.news .news_row .news_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.news .news_row .news_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.news .news_row .news_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.news .news_banner .left {
        height: 600px;
        width: 400px;
    }

    section.news .news_banner .right {
        width: calc(100% - 32px - 400px);
    }

    section.news .news_banner .right .picture_wrapper {
        height: 365px;
    }

    section.news .news_banner .right .picture_wrapper .picture_context {
        bottom: 40px;
        left: 40px;
        width: calc(100% - 2 * 40px);
        font: 700 24px/31px "DMSans Bold", sans-serif;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    section.news .news_banner .right form {
        margin: 60px 0 0 0;
        padding-bottom: 58px;
    }

    section.news .news_banner .right form .form_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper {
        width: 100%;
        height: 60px;
    }

    section.news .news_banner .right form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    /* News Section */




    /* Blog Detailed */
    section.blog_detailed .blog_detailed_row {
        width: 100%;
    }

    section.blog_detailed .blog_detailed_row .blog_detailed_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .left .title {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .right .description {
        font: italic 200 16px/21px "DMSans ExtraLight", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_detailed_banner {
        height: auto;
        aspect-ratio: 2 / 1;
        margin: 0 0 80px 0;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .title {
        font: 400 40px/40px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Blog Detailed */




    /* Technologies Section */
    section.technologies .technologies_row {
        width: 704px;
    }

    section.technologies .technologies_row .technologies_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.technologies .technologies_row .technologies_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.technologies .technologies_row .technologies_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.technologies .technologies_banner>div {
        height: 300px;
    }

    section.technologies .technologies_banner .banner_item:first-child {
        width: calc(100% - 25px - 363px);
    }

    section.technologies .technologies_banner .banner_item:last-child {
        width: 363px;
    }

    /* Technologies Section */





    /* Clients Development Section  */
    section.clients_development .clients_development_heading {
        width: 796px;
    }

    section.clients_development .clients_development_heading .heading {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.clients_development .clients_development_heading .heading span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description {
        padding: 16px 44px 32px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_program_close {
        top: 16px;
        right: 44px;
        width: 44px;
        height: 44px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description .clients_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.clients_development .clients_programs .clients_program_description a {
        padding: 17px 21px;
    }

    section.clients_development .clients_programs .clients_program_description a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Clients Development Section  */





    /* References Section */
    .references .references_timeline {
        top: 45px;
        bottom: 45px;
    }

    .references .references_item {
        width: calc(100% - 120px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 24px 32px;
    }

    .references .references_item::after {
        top: 40px;
        right: -100px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    .references .references_item::before {
        top: 45px;
        right: -123px;
    }

    .references .references_item .website {
        font: 400 24px/31px "DMSans", sans-serif;
        width: 100%;
        max-width: calc(100% - 20px - 200px);
    }

    .references .references_item a {
        padding: 12px 20px;
    }

    .references .references_item a .context {
        font: 400 20px/20px "DMSans", sans-serif;
    }

    /* References Section */




    /* Solutions Section */
    section.solutions .solutions_row {
        width: 704px;
    }

    section.solutions .solutions_row .solutions_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.solutions .solutions_row .solutions_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.solutions .solutions_row .solutions_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.solutions .solutions_heading {
        width: calc((100% - 24px) / 2);
        margin: 0 0 180px 0;
    }

    section.solutions .portfolio_items .portfolio_item:nth-child(2n) {
        position: relative;
        top: -350px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 8px;
        left: 12px;
        width: calc((100% - 2 * 12px));
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 12px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 10px;
    }

    /* Solutions Section */





    /* Industrie Section */
    section.industry .industry_wrapper .right {
        width: 396px;
        max-height: 750px;
    }

    section.industry .industry_wrapper .right .item .item_title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .right .item .item_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left {
        width: calc(100% - 32px - 396px);
        padding: 44px 32px;
    }

    section.industry .industry_wrapper .left .industry_title {
        font: 500 40px/40px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_title span {
        font: italic 100 40px/40px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left .carousel_container {
        height: 480px;
    }

    /* Industrie Section */



    /* Industrie Section Detailed */
    section.industry .industry_detailed {
        padding: 44px 32px;
    }

    section.industry .industry_detailed .industry_wrapper {
        gap: 56px;
    }

    section.industry .industry_detailed .industry_wrapper .right {
        width: calc(100% - 56px - 450px);
        max-height: 791px;
        gap: 0px;
    }

    section.industry .industry_detailed .industry_wrapper .left {
        width: 450px;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title {
        font: 500 52px/52px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title span {
        font: italic 100 52px/52px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description {
        font: 400 24px/31px "DMSans", sans-serif;
        height: 186px;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description span {
        font: 800 24px/31px "DMSans ExtraBold", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .carousel_container {
        height: 472px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item {
        padding: 22px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item::after {
        width: 10px;
        height: 40px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_title {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_description {
        font: 500 20px/26px "DMSans Medium", sans-serif;
    }

    /* Industrie Section Detailed */




    /* Reference Detailed  */
    section.references_detailed .references_detailed_wrapper .title {
        font: 300 80px/80px "HelveticaNeue Light", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .date {
        font: 400 32px/32px "HelveticaNeue", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .referenceImage {
        width: 760px;
        height: 1149px;
        margin: -250px auto 350px;
    }

    section.references_detailed .references_detailed_wrapper .referenceArrowContainer {
        margin-top: -85px;
    }

    section.references_detailed .references_detailed_wrapper path {
        stroke-width: 5;
    }

    section.references_detailed .references_detailed_wrapper .referenceDot {
        r: 10;
    }

    /* Reference Detailed  */





    /* Work Process */
    section.work_process .work_process_wrapper .title {
        font: 500 48px/60px "DMSans Medium", sans-serif;
        width: 790px;
    }

    section.work_process .work_process_wrapper .description {
        font: 500 48px/62px "DMSans Medium", sans-serif;
        width: 790px;
    }

    section.work_process .work_process_wrapper .description span {
        font: italic 100 48px/62px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections {
        margin-top: 280px;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection {
        margin-top: 550px;
        font: 500 60px/78px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection span {
        font: italic 100 60px/78px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        height: 320px;
        width: 860px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        margin-top: -100px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:not(:last-child) {
        margin-bottom: 190px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n + 1) {
        margin-left: auto;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .imageContainer {
        order: 1;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .context {
        order: 2;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .imageContainer {
        width: calc((100% - 40px - 410px));
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .context {
        width: 410px;
        max-height: 225px;
        font: 500 32px/45px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .workProcessArrowContainer {
        top: 303px;
    }

    /* Work Process */



    /* Cookies Form Modal */

    #cookiesModal .modal-dialog {
        max-width: 90% !important;
        top: 20px;
    }

    /* Cookies Form Modal */
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    /* solutio  detailed */
    .about_project .left ul{
        margin-top: 20px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .about_project .left ul li{
        width: fit-content;
    }

    /* under construction */
    .under_construction {
        padding: 20px 0;
    }

    .under_construction .main_content {
        margin-top: 0;
    }

    .under_construction .main_content .contact_infos {
        width: 90%;
    }

    .under_construction .main_content .track {
        font-size: 52px !important;
    }

    /* Solution Detailed */
    section.challenges .challenges_wrapper .challenges_img {
        height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        margin-bottom: 20px;
    }

    section.companies .section_title h2 {
        width: 85%;
    }


    div.client_review_wrapper .swiper-button-next {
        right: 30%;
    }

    div.client_review_wrapper .swiper-button-prev {
        left: 30%;
    }

    section.our_solutions .our_solutions_wrapper.right {
        justify-content: flex-end !important;
    }


    section.our_solutions .our_solutions_wrapper {
        justify-content: flex-start;
    }


    section.how_it_works .steps {
        gap: 100px;
    }

    section.how_it_works .steps .number {
        position: absolute;
        top: 0;
        left: 12px;
    }

    section.how_it_works .img_wrapper {
        width: 80%;
        margin: 80px 0;
    }

    section.how_it_works .img_wrapper img:nth-child(4) {
        display: none;
    }

    section.how_it_works .img_wrapper img:nth-child(2) {
        right: 120px;
    }

    div.client_review_wrapper .row .description {
        margin: 40px 0 20px 0;
        font-size: 20px;
    }

    /* Service Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper .job_detailed_banner_texts h1 {
        font-size: 40px;
        /* width: 60%; */
    }


    section.home_detailed .home_detailed_wrapper .media_wrapper .white-layer,
    section.home_detailed .home_detailed_wrapper .media_wrapper .black-layer {
        width: 70%;
    }

    section.home_detailed .home_detailed_wrapper .media_wrapper .job_detailed_banner_texts p {
        font-size: 14px;
    }

    section.why_this_profession .service_we_provide .services_card {
        margin-top: 40px;
    }



    section.tailored .section_label p,
    section.see_our_design .section_label p {
        margin: 0;
    }

    section.transforming.service_detailed .section_label p {
        margin: 0;
        width: 33%;
    }

    /* tailored */
    .tailoredWrapper .tailored_img {
        height: 300px;
    }

    /* Utils */
    .container_custom {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* Work Detilaed */
    .design_process .section_title {
        width: 90% !important;
    }

    .mainpage_heading_row {
        gap: 23px;
        margin-bottom: 40px;
    }

    .mainpage_heading_row .mainpage_heading_col:first-child,
    .mainpage_heading_row .mainpage_heading_col:last-child {
        width: 100% !important;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description {
        font: 300 25px/33px "DMSans Light", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description span {
        font: 400 25px/33px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_title {
        font: 400 44px/57px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link {
        justify-content: flex-start;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text,
    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text::after {
        font: 400 21px/21px "HelveticaNeue", sans-serif;
        padding: 16px 32px;
    }

    .mainpage_heading_row.ask_question .mainpage_heading_col .mainpage_heading_description2 {
        font: 300 22px/28px "DMSans Light", sans-serif;
        width: 60%;
    }


    .second_heading_row {
        margin-bottom: 46px;
    }

    .second_heading_row .second_heading_col .second_heading_title {
        font: 400 90px/90px "HelveticaNeue", sans-serif;
        margin: 0 0 46px 0;
    }

    .second_heading_row .second_heading_col .second_heading_title span {
        font: italic 200 90px/90px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row {
        width: 704px;
        margin: 50px auto 80px;
    }

    .main_heading_row .main_heading_title {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    .main_heading_row .main_heading_title span {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row .main_heading_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    .main_heading_row .main_heading_link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Utils */



    /* Back to Top Button */
    .backToTopButton {
        right: 32px;
        width: 55px;
        height: 55px;
    }

    .backToTopButton.active {
        bottom: 50px;
    }

    /* Back to Top Button */



    /* Footer */
    footer .footer_wrapper .footer_top .footer_top_wrapper {
        gap: 40px;
        justify-content: space-between;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_left {
        width: 260px;
        order: 1;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center {
        width: 100%;
        order: 3;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right {
        width: 210px;
        order: 2;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav {
        gap: 40px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item {
        width: calc((100% - 3 * 40px) / 4);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item .title,
    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item .title {
        font: 400 20px/30px "HelveticaNeue", sans-serif;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li {
        width: 43px;
        height: 43px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation {
        height: 120px;
        margin: 32px 0;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation .text {
        font: 400 90px/110px "DMSans", sans-serif;
        animation: innovativ 5s linear infinite alternate;
    }

    @keyframes innovativ {
        0% {
            transform: translateX(0);
        }

        8% {
            transform: translateX(0);
        }

        92% {
            transform: translateX(-182%);
        }

        100% {
            transform: translateX(-182%);
        }
    }

    footer .footer_wrapper .footer_bottom .copyright {
        gap: 30px;
    }

    footer .footer_wrapper .footer_bottom .copyright>div:first-child {
        width: 300px;
    }

    footer .footer_wrapper .footer_bottom .copyright>div:last-child {
        width: calc(100% - 300px - 30px);
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul {
        justify-content: flex-end;
        gap: 10px;
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul li a {
        padding: 5.5px 8px;
        font: 400 16px/24px "DMSans", sans-serif;
    }

    /* Footer */



    /* Header */
    header .header_wrapper {
        gap: 52px;
    }

    header .header_wrapper .header_logo {
        width: 218px;
    }

    header .header_wrapper .header_nav {
        width: calc(100% - 2 * 52px - 218px - 326px);
    }

    header .header_wrapper .header_extra {
        width: 326px;
    }

    header .header_wrapper .header_extra .extras_wrapper {
        max-width: calc(100% - 46px - 34px - 36px);
    }

    /* Header */



    /* Home Section */
    section.home {
        margin: 64px auto 120px;
    }

    section.home .home_wrapper {
        gap: 60px;
    }

    section.home .home_wrapper>div {
        width: 100%;
    }

    section.home .home_wrapper .home_wrapper_left h1 {
        font: 400 100px/100px 'HelveticaNeue', sans-serif;
        margin: 10px 0 32px 0;
        width: 600px;
    }

    section.home .home_wrapper .home_wrapper_left h1 span {
        font: 100 italic 100px/100px 'HelveticaNeue Thin', sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left a {
        padding: 15px 21px;
        margin: 0 0 62px 0;
    }

    section.home .home_wrapper .home_wrapper_left a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results {
        gap: 70px;
    }

    section.home .home_wrapper .home_wrapper_left .home_results>div {
        width: calc((100% - 1 * 70px) / 2);
    }

    section.home .home_wrapper .home_wrapper_left .home_results .result {
        font: 500 44px/65px "DMSans Medium", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results .context {
        font: 300 16px/20px "DMSans Light", sans-serif;
        width: 80px;
    }

    section.home .home_wrapper .home_wrapper_right .media_wrapper {
        height: 380px;
    }

    /* Home Section */




    /* Featured Works Section */
    section.featured_section .featured_section_wrapper {
        gap: 44px;
    }

    section.featured_section .featured_section_wrapper>div {
        width: 100%;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left {
        order: 1;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right {
        order: 2;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left .media_wrapper {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Featured Works Section */




    /* Choose Work Section  */
    section.choose_work .choose_work_wrapper {
        padding: 40px 44px 32px;
    }

    section.choose_work .choose_work_wrapper .title {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper .description {
        font: 300 40px/50px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper form {
        gap: 32px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item {
        width: 100%;
        padding: 32px;
        position: relative;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title {
        margin: 0;
        gap: 16px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .icon {
        width: 52px;
        height: 52px;
        padding: 12px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .text {
        max-width: calc(100% - 16px - 52px - 120px);
        font: 300 28px/36px "DMSans Light", sans-serif;
        height: 36px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
        height: 31px;
        margin: 0;
        padding-left: 68px;
        max-width: calc(100% - 16px - 52px - 52px);
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label {
        position: absolute;
        top: 50%;
        right: 44px;
        transform: translateY(-50%);
        width: 84px;
        height: 44px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label span:before {
        height: 36px;
        width: 36px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label input:checked+span:before {
        transform: translate(40px, -50%);
    }

    section.choose_work .choose_work_wrapper .switcherBack {
        width: 100%;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output {
        padding: 8px 24px;
        border: 7px solid #FF9969;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output.active {
        top: 0px;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output .text {
        max-width: 400px;
        font: 500 18px/26px "DMSans Light", sans-serif;
        height: 26px;

    }

    /* Choose Work Section  */





    /* Know Us Section  */
    section.know_us {
        margin: 0 0 100px 0;
        padding-bottom: 196px;
    }

    section.know_us .know_us_wrapper {
        padding: 80px 0 0 0;
        gap: 16px;
    }

    section.know_us .know_us_wrapper .know_us_item .details .count {
        font: 600 35px/50px "DMSans SemiBold", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item .details .text {
        font: 300 16px/22px "DMSans Light", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(1) .details {
        bottom: 16px;
        left: 16px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(5) .details {
        top: 16px;
        right: 16px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3) .details,
    section.know_us .know_us_wrapper .know_us_item:nth-child(6) .details {
        top: 16px;
        left: 16px;
    }

    /* Some changes */
    section.know_us .know_us_wrapper .know_us_item>img.innerImage {
        display: block;
        width: 100%;
        height: 100%;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 2) {
        width: auto;
        height: auto;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(0);
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(2n) {
        transform: translateY(196px);
    }

    section.know_us .know_us_wrapper .know_us_item {
        width: calc((100% - 16px) / 2) !important;
        height: 400px !important;
        margin: 0;
        padding: 0;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic {
        position: absolute;
        width: 100px;
        height: 100px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.rotate {
        animation: rotate 4s linear infinite;
        top: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.scale {
        animation: scale 4s linear infinite;
        bottom: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item.cardArrowFollow .animated-line {
        position: absolute;
        left: -50px;
        top: 50px;
        opacity: 0;
    }

    section.know_us .know_us_wrapper .know_us_item .small-card {
        position: absolute;
        height: 73px;
        width: 140px;
        border-radius: 8px;
        top: 70px;
        right: -10px;
        background-color: var(--proweb-white);
        opacity: 1;
        transform: rotate(90deg);
        z-index: 2;
        overflow: visible;
        border: 2px solid var(--proweb-orange);
    }

    /* Some changes */
    /* Know Us Section  */




    /* Innovative Solutions */

    section.innovative_solutions .innovative_wrapper {
        padding: 70px 40px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item {
        gap: 30px;
        padding: 58px 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture {
        width: 260px;
        height: 210px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture svg {
        width: 120px;
        height: 120px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context {
        width: 587px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context a .context {
        font: 400 38px/38px "HelveticaNeue", sans-serif;
    }

    /* Innovative Solutions */



    /* Clients Section */
    section.clients .clients_heading {
        width: 100%;
        margin: 0 auto 60px;
    }

    section.clients .clients_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.clients .clients_heading .title {
        font: 300 50px/60px "DMSans Light", sans-serif;
    }

    section.clients .clients_swiper_wrapper {
        height: 590px;
    }

    section.clients .clients_swiper_wrapper .swiper {
        height: 590px;
        padding-top: 20px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 195px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        height: 547.94px;
        width: 424.47px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_top .description {
        height: 180px;
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Clients Section */




    /* FAQ Section */
    section.faq .faq_wrapper {
        padding: 60px 30px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener {
        padding: 60px 0;
        gap: 16px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .icon {
        width: 36px;
        height: 36px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .text {
        font: 400 22px/30px "DMSans", sans-serif;
        width: 100%;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion-collapse p {
        margin: 0 52px;
        font: 400 18px/26px "DMSans", sans-serif;
        width: calc(100% - 52px);
    }

    /* FAQ Section */




    /* Home Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper {
        height: auto;
        aspect-ratio: 5 / 3;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details {
        padding: 44px 40px 80px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title {
        gap: 24px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title h2 {
        font: 400 40px/52px "DMSans", sans-serif;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition {
        padding: 10px 20px 10px 35px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition::after {
        left: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details {
        gap: 60px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left {
        width: 100%;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right {
        width: 100%;
        column-gap: 100px;
        row-gap: 44px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right .item {
        width: calc((100% - 1 * 100px) / 2);
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper {
        column-gap: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper p:not(:last-child)::before {
        width: 20px;
        height: 100%;
        font-size: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left p {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Home Detailed */




    /* Before After */
    section.before_after .before_after_wrapper {
        gap: 100px;
    }

    section.before_after .before_after_wrapper .item {
        gap: 40px;
    }

    section.before_after .before_after_wrapper .item .left {
        width: calc(55% - 40px);
    }

    section.before_after .before_after_wrapper .item .right {
        width: 45%;
    }

    section.before_after .before_after_wrapper .item.context .left {
        padding-right: 60px;
    }

    section.before_after .before_after_wrapper .item.context .left .arrowLeft {
        width: 60px;
        right: -20px;
    }

    section.before_after .before_after_wrapper .item.context .right {
        padding-right: 20px;
    }

    section.before_after .before_after_wrapper .item .title {
        font: 500 40px/40px "DMSans Medium", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description {
        font: 400 22px/28px "DMSans", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.color {
        font: 700 22px/28px "DMSans Bold", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.bold {
        font: 700 22px/28px "DMSans Bold", sans-serif;
    }

    /* Before After */

    /* Gallery */
    section.gallery .gallery_wrapper {
        gap: 80px;
    }

    section.gallery .gallery_wrapper .item {
        gap: 80px;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:first-child,
    section.gallery .gallery_wrapper .item.doubled .media_wrapper:last-child {
        width: 100%;
    }

    section.gallery .gallery_wrapper .item .media_wrapper {
        height: auto;
    }

    /* Gallery */






    /* Color Zone */
    section.color_zone .color_zone_wrapper {
        padding: 70px 40px;
    }

    section.color_zone .color_zone_wrapper .color_zone_title {
        font: italic 300 40px/40px "DMSans Light", sans-serif;
    }

    section.color_zone .color_zone_wrapper .color_zone_title span {
        font: 300 40px/40px "DMSans", sans-serif;
    }

    section.color_zone .color_zone_wrapper .items {
        gap: 32px;
    }

    section.color_zone .color_zone_wrapper .items .item {
        height: 300px;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+3),
    section.color_zone .color_zone_wrapper .items .item:nth-child(4),
    section.color_zone .color_zone_wrapper .items .item:nth-child(5),
    section.color_zone .color_zone_wrapper .items .item:nth-child(6),
    section.color_zone .color_zone_wrapper .items .item:nth-child(7) {
        width: auto;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+2) {
        width: calc((100% - 1 * 32px) / 2);
        order: 1;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(3) {
        order: 4;
        width: calc((100% - 1 * 32px) / 2);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(4) {
        width: 100%;
        order: 2 !important;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(n + 5) {
        order: 5;
        width: calc((100% - 1 * 32px) / 2);

    }

    /* Color Zone */





    /* Client Review Section */
    section.client_review .client_review_wrapper .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items {
        gap: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .left,
    section.client_review .client_review_wrapper .client_review_items .right {
        width: 100%;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper {
        width: calc(100% - 200px);
        padding: 70px 0;
        height: auto;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper .picture_inner_wrapper {
        top: unset;
        left: 100px;
        width: calc(100% + 100px);
        height: auto;
        position: relative;
    }

    /*
1296       505        381 - 533         414 - 429
1116       435        328 - 459         357 - 370
936        365        275 - 385         300 - 311
696
*/
    section.client_review .client_review_wrapper .client_review_items .right .quotes {
        width: 60px;
        height: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description span {
        font: 700 32px/42px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper {
        gap: 30px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper>div {
        width: calc((100% - 30px) / 2);
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .name {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .profession {
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a {
        padding: 15px 21px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Client Review Section */



    /* Client Review Carousel Section */
    section.client_review.carousel_section .client_review_wrapper .review_description {
        margin: 0 0 60px 0;
        padding-right: 0;
        width: 95%;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next,
    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        width: 64px;
        height: 64px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next {
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        left: unset;
        right: calc(10px + 64px + 16px);
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next::after,
    section.client_review.carousel_section .review_swiper .swiper-button-prev::after {
        background-size: 24px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next .svg img,
    section.client_review.carousel_section .review_swiper .swiper-button-prev .svg img {
        width: 24px;
        height: 24px;
    }

    /* Client Review Carousel Section */





    /* Other Works Section */
    section.otherWorks .otherWorks_heading .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.otherWorks .otherWorks_heading .description {
        font: 400 20px/26px "DMSans", sans-serif;
        width: 95%;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 110px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        width: 548px;
    }

    /*
1296            636 - 485
1116            548 - 418
*/
    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper {
        height: 418px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span:not(:first-child)::after {
        width: 8px;
        height: 8px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide a .context {
        max-width: calc((100% - 4px - 24px));
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Other Works Section */



    /* Bring Ideas */
    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img {
        width: 75px;
        height: 75px;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(1) {
        top: 120%;
        left: -20%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(1) {
        top: -50%;
        left: 40%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(3) {
        top: 120%;
        right: 70%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(3) {
        top: -50%;
        right: 10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(2) {
        top: 160%;
        left: -10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(2) {
        top: -50%;
        left: 60%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(4) {
        top: 170%;
        left: 30%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(4) {
        top: -70%;
        left: 110%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_context {
        padding: 117px 40px;
    }

    section.bring_ideas .bring_ideas_wrapper .title {
        font: 400 54px/54px "HelveticaNeue", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .title span {
        font: italic 300 54px/54px "HelveticaNeue Light", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .description {
        font: 300 28px/36px "DMSans Light", sans-serif;
        width: 80%;
    }

    section.bring_ideas .bring_ideas_wrapper a {
        padding: 15px 21px;
    }

    section.bring_ideas .bring_ideas_wrapper a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Bring Ideas */



    /* Portfolio Section */

    section.portfolio .portfolio_wrapper .portfolio_filtering {
        padding-bottom: 80px;
    }

    section.portfolio .portfolio_wrapper .portfolio_filtering li a {
        font: 500 16px/21px 'DMSans', sans-serif;
        padding: 8px 20px;
    }

    .portfolio_items {
        column-gap: 0;
        row-gap: 60px;
    }

    .portfolio_items .portfolio_item {
        width: 100%;
    }

    .portfolio_items .portfolio_item .media_wrapper {
        height: auto;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 12px;
        left: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    /* .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item:nth-last-child(2){
    display: none;
} */
    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .icon {
        width: 16px;
        height: 18.03px;
        margin-right: 8px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .text {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span:not(:first-child)::after {
        left: -10px;
        width: 8px;
        height: 8px;
    }

    .portfolio_items .portfolio_item a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Portfolio Section */



    /* Contact Us */
    section.contact .contact_wrapper .contact_info {
        gap: 80px;
        margin: 0 0 120px 0;
    }

    section.contact .contact_wrapper .contact_info .right {
        width: 100%;
        height: 400px;
    }

    section.contact .contact_wrapper .contact_info .left {
        width: 100%;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul li a {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons {
        gap: 20px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    section.contact .contact_wrapper .contact_form {
        padding: 60px;
    }

    section.contact .contact_wrapper .contact_form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form .footer {
        gap: 32px;
    }

    section.contact .contact_wrapper .contact_form .footer button {
        padding: 17px 54px;
    }

    section.contact .contact_wrapper .contact_form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form .main_form,
    section.contact .contact_wrapper .contact_form .main_form {
        margin: 60px 0;
        column-gap: 24px;
        row-gap: 52px;
    }

    section.contact .contact_wrapper .contact_form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.contact .contact_wrapper .contact_form .main_form>div:nth-child(3n) {
        width: 100%;
    }

    /* Contact Us */









    /* Services Section */
    section.services .services_items {
        column-gap: 0;
        row-gap: 40px;
    }

    section.services .services_items .services_item {
        width: 100%;
        padding: 42px 30px;
    }

    section.services .services_items .services_item .services_picture {
        width: 230px;
        height: 180px;
    }

    section.services .services_items .services_item .services_picture svg {
        width: 100px;
        height: 100px;
    }

    section.services .services_items .services_item a .context {
        max-width: calc((100% - 4px - 28px));
        font: 400 26px/36px "HelveticaNeue", sans-serif;
        height: 36px;
    }

    section.services .services_items .services_item a .arrow_animation {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture img {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture::before {
        width: 28px;
        height: 28px;
    }

    /* Services Section */




    /* About Us */
    section.about .about_wrapper .about_banner {
        height: auto;
    }

    section.about .about_wrapper .about_banner_wrapper {
        gap: 80px;
    }

    section.about .about_wrapper .about_banner_wrapper .right {
        width: 100%;
        height: auto;
    }

    section.about .about_wrapper .about_banner_wrapper .left {
        width: 100%
    }

    section.about .about_wrapper .about_banner_wrapper .left .context {
        font: 400 30px/42px "DMSans", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .context span {
        font: 800 30px/42px "DMSans ExtraBold", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes {
        width: 40px;
        height: 40px;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes:last-child {
        transform: translateY(-20px);
    }

    section.about .about_wrapper .about_banner_wrapper .left .title {
        font: 500 52px/68px "DMSans Medium", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .description {
        font: 400 24px/31px "DMSans", sans-serif;
        padding-right: 35px;
    }

    /* About Us */




    /* Our team  */
    section.our_team .our_team_heading {
        width: 100%;
        margin: 0 auto 80px;
        padding-top: 120px;
    }

    section.our_team .our_team_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.our_team .our_team_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.our_team .our_team_wrapper {
        column-gap: 32px;
        row-gap: 80px;
    }

    section.our_team .our_team_wrapper .our_team_item {
        width: calc((100% - 1 * 32px) / 2);
    }

    section.our_team .our_team_wrapper .our_team_item .picture {
        height: auto;
        aspect-ratio: 3 / 4;
    }

    section.our_team .our_team_wrapper .our_team_item .name {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_wrapper .our_team_item .profession {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer {
        padding: 44px 25px;
        gap: 50px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer .context {
        font: 400 20px/26px "DMSans", sans-serif;
        max-height: calc(7 * 26px);
        -webkit-line-clamp: 7 !important;
        line-clamp: 7 !important;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons {
        gap: 20px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li a svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    /* Our team  */



    /* Vacancies Section */
    section.vacancies .vacancies_heading {
        width: 100%;
        margin: 0 auto 80px;
    }

    section.vacancies .vacancies_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.vacancies .vacancies_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.vacancies .vacancies_wrapper {
        column-gap: 30px;
        row-gap: 40px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item {
        width: calc((100% - 1 * 30px) / 2);
        padding: 32px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
        height: 36px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper {
        gap: 8px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper .feature_item {
        padding: 10px 24px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 84px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Vacancies Section */




    /* Feedback Section */
    section.feedback .feedback_heading {
        width: 100%;
    }

    section.feedback .feedback_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.feedback .feedback_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.feedback .feedback_swiper {
        height: auto;
        width: calc(100% - 2 * 32px);
        margin: 0 auto;
        padding-bottom: 100px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide {
        height: auto;
        padding: 44px;
        gap: 25px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .picture {
        width: 100%;
        height: 500px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context {
        width: 100%;
        height: auto;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .title {
        font: 500 24px/31px "DMSans Medium", sans-serif;
        margin: 0 0 32px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .description {
        font: 400 28px/36px "DMSans", sans-serif;
        height: 108px;
        margin: 0 0 61px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .name {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .profession {
        font: 500 24px/31px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-button-prev,
    section.feedback .feedback_swiper .swiper-button-next {
        top: calc(100% + 70px);
    }

    /* Feedback Section */





    /* Careers Form  */
    section.careers_from form {
        padding: 60px;
    }

    section.careers_from form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.careers_from form .title_context {
        font: 400 24px/31px "DMSans", sans-serif;
        width: 100%;
    }

    section.careers_from form .main_form {
        column-gap: 24px;
        row-gap: 52px;
    }

    section.careers_from form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.careers_from form .footer button {
        padding: 17px 54px;
    }

    section.careers_from form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.careers_from form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.careers_from form .positions .positions_wrapper label {
        padding: 8px 32px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.careers_from form .upload_cv .image_uploader {
        height: 170px;
        gap: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.careers_from form .upload_cv .image_uploader .drop_area .image_upload {
        padding: 16px 40px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display {
        gap: 10px !important;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name {
        max-width: 90%;
        width: 90%;
        padding: 10px 30px;
        margin-bottom: -20px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_configuration {
        margin-top: -20px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name .text {
        font: 500 20px/30px "DMSans Medium", sans-serif;
    }

    /* Careers Form  */




    /* Blog Section */
    section.blog .blog_heading {
        width: 100%;
    }

    section.blog .blog_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.blog .blog_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper {
        width: 510px;
        height: 60px;
    }

    section.blog .blog_wrapper form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper .blog_items {
        column-gap: 20px;
        row-gap: 30px;
    }

    section.blog .blog_wrapper .blog_items .blog_item {
        width: calc((100% - 1 * 20px) / 2);
    }

    section.blog .blog_wrapper .blog_items .blog_item .top {
        height: 300px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom {
        padding: 24px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .title {
        font: 400 20px/26px "DMSans", sans-serif;
        height: 52px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 42px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a {
        padding: 17px 21px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Blog Section */




    /* News Section */
    section.news .news_row {
        width: 100%;
    }

    section.news .news_row .news_title {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.news .news_row .news_title span {
        font: italic 100 50px/50px "HelveticaNeue Thin", sans-serif;
    }

    section.news .news_row .news_description {
        font: 300 22px/28px "HelveticaNeue Light", sans-serif;
    }

    section.news .news_banner .left {
        height: auto;
        width: 100%;
        aspect-ratio: 3 / 2;
    }

    section.news .news_banner .right {
        width: 100%;
    }

    section.news .news_banner .right .picture_wrapper {
        height: auto;
    }

    section.news .news_banner .right .picture_wrapper .picture_context {
        bottom: 40px;
        left: 40px;
        width: calc(100% - 2 * 40px);
        font: 700 24px/31px "DMSans Bold", sans-serif;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    section.news .news_banner .right form {
        margin: 60px 0 0 0;
        padding-bottom: 58px;
    }

    section.news .news_banner .right form .form_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper {
        width: 100%;
        height: 60px;
    }

    section.news .news_banner .right form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    /* News Section */




    /* Blog Detailed */
    section.blog_detailed .blog_detailed_row {
        width: 100%;
    }

    section.blog_detailed .blog_detailed_row .blog_detailed_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
        width: 80%;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .left .title {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .right .description {
        font: italic 200 16px/21px "DMSans ExtraLight", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_detailed_banner {
        height: auto;
        aspect-ratio: 2 / 1;
        margin: 0 0 80px 0;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .title {
        font: 400 40px/40px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Blog Detailed */




    /* Technologies Section */
    section.technologies .technologies_row {
        width: 100%;
    }

    section.technologies .technologies_row .technologies_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.technologies .technologies_row .technologies_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.technologies .technologies_row .technologies_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.technologies .technologies_banner>div {
        height: auto;
    }

    section.technologies .technologies_banner .banner_item:first-child,
    section.technologies .technologies_banner .banner_item:last-child {
        width: 100%;
    }

    /* Technologies Section */




    /* Clients Development Section  */
    section.clients_development .clients_development_heading {
        width: 100%;
    }

    section.clients_development .clients_development_heading .heading {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.clients_development .clients_development_heading .heading span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description {
        padding: 16px 44px 32px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_program_close {
        top: 16px;
        right: 44px;
        width: 44px;
        height: 44px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description .clients_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.clients_development .clients_programs .clients_program_description a {
        padding: 17px 21px;
    }

    section.clients_development .clients_programs .clients_program_description a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Clients Development Section  */




    /* References Section */
    .references .references_timeline {
        top: 45px;
        bottom: 45px;
    }

    .references .references_item {
        width: calc(100% - 100px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 24px;
    }

    .references .references_item::after {
        top: 40px;
        right: -80px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    .references .references_item::before {
        top: 45px;
        right: -103px;
    }

    .references .references_item .website {
        font: 400 24px/31px "DMSans", sans-serif;
        width: 100%;
        max-width: calc(100% - 20px - 170px);
    }

    .references .references_item a {
        padding: 8px 16px;
    }

    .references .references_item a .context {
        font: 400 16px/20px "DMSans", sans-serif;
    }

    /* References Section */



    /* Solutions Section */
    section.solutions .solutions_row {
        width: 100%;
    }

    section.solutions .solutions_row .solutions_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.solutions .solutions_row .solutions_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.solutions .solutions_row .solutions_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.solutions .solutions_heading {
        width: 100%;
        margin: 0 0 80px 0;
    }

    section.solutions .portfolio_items .portfolio_item:nth-child(2n) {
        position: static;
        top: -350px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 12px;
        left: 16px;
        width: calc((100% - 2 * 16px));
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 16px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 12px 17px;
    }

    /* Solutions Section */





    /* Industrie Section */
    section.industry .industry_wrapper .right {
        width: 100%;
        max-height: unset;
        max-height: 700px;
    }

    section.industry .industry_wrapper .right .item .item_title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .right .item .item_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left {
        width: 100%;
        padding: 44px 32px;
    }

    section.industry .industry_wrapper .left .industry_title {
        font: 500 40px/40px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_title span {
        font: italic 100 40px/40px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left .carousel_container {
        height: 472px;
    }

    /* Industrie Section */



    /* Industrie Section Detailed */
    section.industry .industry_detailed {
        padding: 44px 32px;
    }

    section.industry .industry_detailed .industry_wrapper {
        gap: 56px;
    }

    section.industry .industry_detailed .industry_wrapper .right {
        width: 100%;
        max-height: 791px;
        gap: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .left {
        width: 100%;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title {
        font: 500 52px/52px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title span {
        font: italic 100 52px/52px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description {
        font: 400 24px/31px "DMSans", sans-serif;
        height: 186px;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description span {
        font: 800 24px/31px "DMSans ExtraBold", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .carousel_container {
        height: 472px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item {
        padding: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item::after {
        width: 10px;
        height: 40px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_title {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_description {
        font: 500 20px/26px "DMSans Medium", sans-serif;
    }

    /* Industrie Section Detailed */




    /* Reference Detailed  */
    section.references_detailed .references_detailed_wrapper .title {
        font: 300 70px/70px "HelveticaNeue Light", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .date {
        font: 400 28px/28px "HelveticaNeue", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .referenceImage {
        width: 80%;
        height: auto;
        margin: -240px auto 350px;
    }

    section.references_detailed .references_detailed_wrapper .referenceArrowContainer {
        margin-top: -75px;
    }

    section.references_detailed .references_detailed_wrapper path {
        stroke-width: 5;
    }

    section.references_detailed .references_detailed_wrapper .referenceDot {
        r: 10;
    }

    section.references_detailed .references_detailed_wrapper .referenceDetailArrowContainer {
        margin-top: -210px;
    }

    /* Reference Detailed  */




    /* Work Process */
    section.work_process .work_process_wrapper .title {
        font: 500 42px/53px "DMSans Medium", sans-serif;
        width: 100%;
    }

    section.work_process .work_process_wrapper .description {
        font: 500 44px/56px "DMSans Medium", sans-serif;
        width: 100%;
    }

    section.work_process .work_process_wrapper .description span {
        font: italic 100 44px/56px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections {
        margin-top: 150px;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection {
        margin-top: 230px;
        font: 500 60px/78px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection span {
        font: italic 100 60px/78px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        height: auto;
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:not(:last-child) {
        margin-bottom: 150px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        margin-left: auto;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .imageContainer {
        order: 2;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .context {
        order: 1;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .imageContainer {
        width: 100%;
        height: 403px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .context {
        width: 100%;
        max-height: 250px;
        font: 500 36px/50px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .workProcessArrowContainer {
        top: 350px;
    }

    /* Work Process */

    /* let's talk ideas */
    section.talk_ideas .main_heading_row {
        width: 100%;
    }

    section.talk_ideas .main_heading_row .main_heading_title,
    section.talk_ideas .main_heading_row .main_heading_title span {
        font-size: 60px;

    }

    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form .main_form>div {
        width: 100%;
    }


    /* let's talk ideas */

    /* Cookies Form Modal */

    #cookiesModal .modal-dialog {
        max-width: 90% !important;
        top: 20px;
    }

    /* Cookies Form Modal */

    /* Error */
    section.error .error_content p {
        width: 70%;
    }

    /* Error */
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

    /* solutio  detailed */
    .about_project .left ul{
        margin-top: 20px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .about_project .left ul li{
        width: fit-content;
    }

    /* under construction */
    .under_construction .corner_img {
        width: 150px;
        height: 150px;
    }

    .under_construction {
        padding: 20px 0;
    }

    .under_construction .main_content h1 {
        font-size: 40px;
    }

    .under_construction .main_content {
        margin-top: 0;
    }

    .under_construction .main_content .contact_infos {
        margin-right: 20px;
        width: 90%;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .under_construction .main_content .track {
        font-size: 52px !important;
    }

    .under_construction .main_content .marquee {
        transform: rotate(-7deg) translate(-5%, 50px);
    }


    /* Solution Detailed */
    section.challenges .challenges_wrapper .challenges_img {
        height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        margin-bottom: 20px;
    }

    section.companies .section_title h2 {
        width: 85%;
    }

    div.client_review_wrapper .swiper-button-next {
        right: 25%;
    }

    div.client_review_wrapper .swiper-button-prev {
        left: 25%;
    }

    section.our_solutions .our_solutions_wrapper .center_img {
        width: 100%;
    }

    section.our_solutions .our_solutions_wrapper .description,
    section.our_solutions .our_solutions_wrapper .description-right {
        display: none;
    }


    section.how_it_works .steps {
        gap: 100px;
    }

    section.how_it_works .steps .number {
        position: absolute;
        top: 0;
        left: 12px;
    }

    section.how_it_works .img_wrapper {
        width: 100%;
        margin: 80px 0;
    }

    section.how_it_works .img_wrapper img:nth-child(4) {
        display: none;
    }

    section.how_it_works .img_wrapper img:nth-child(2) {
        right: 120px !important;
    }

    /* Service Detailed */
    section.why_this_profession .service_we_provide .services_card {
        margin-top: 40px;
    }

    section.tailored .section_label,
    section.see_our_design .section_label {
        margin: 40px 0;
    }

    section.tailored .section_label p,
    section.see_our_design .section_label p {
        margin: 0;
    }

    section.transforming.service_detailed .section_label p {
        margin: 0;
        width: 33%;
    }

    /* Utils */
    .container_custom {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mainpage_heading_row {
        gap: 20px;
        margin-bottom: 40px;
    }


    /* Work Detilaed */
    .design_process .section_title {
        width: 100% !important;
    }


    .mainpage_heading_row .mainpage_heading_col:first-child,
    .mainpage_heading_row .mainpage_heading_col:last-child {
        width: 100% !important;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description {
        font: 300 23px/30px "DMSans Light", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description span {
        font: 400 23px/30px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_title {
        font: 400 42px/53px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link {
        justify-content: flex-start;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text,
    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text::after {
        font: 400 21px/21px "HelveticaNeue", sans-serif;
        padding: 16px 32px;
    }

    .mainpage_heading_row.ask_question .mainpage_heading_col .mainpage_heading_description2 {
        font: 300 21px/26px "DMSans Light", sans-serif;
        width: 80%;
    }

    .second_heading_row {
        margin-bottom: 42px;
    }

    .second_heading_row .second_heading_col .second_heading_title {
        font: 400 80px/80px "HelveticaNeue", sans-serif;
        margin: 0 0 42px 0;
    }

    .second_heading_row .second_heading_col .second_heading_title span {
        font: italic 200 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row {
        width: 100%;
        margin: 50px auto 80px;
    }

    .main_heading_row .main_heading_title {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    .main_heading_row .main_heading_title span {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row .main_heading_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    .main_heading_row .main_heading_link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Utils */



    /* Back to Top Button */
    .backToTopButton {
        right: 30px;
        width: 50px;
        height: 50px;
    }

    .backToTopButton.active {
        bottom: 50px;
    }

    /* Back to Top Button */


    /* Footer */
    footer .footer_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .footer_wrapper .footer_top .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper {
        gap: 40px;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto !important;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_left {
        width: 260px;
        order: 1;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center {
        width: 100%;
        order: 3;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right {
        width: 210px;
        order: 2;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav {
        gap: 40px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item {
        width: calc((100% - 3 * 40px) / 4);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item .title,
    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item .title {
        font: 400 20px/30px "HelveticaNeue", sans-serif;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li {
        width: 43px;
        height: 43px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation {
        height: 120px;
        margin: 32px 0;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation .text {
        font: 400 90px/110px "DMSans", sans-serif;
        animation: innovativ 5s linear infinite alternate;
    }

    @keyframes innovativ {
        0% {
            transform: translateX(0);
        }

        8% {
            transform: translateX(0);
        }

        92% {
            transform: translateX(-182%);
        }

        100% {
            transform: translateX(-182%);
        }
    }

    footer .footer_wrapper .footer_bottom .copyright {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px;
    }

    footer .footer_wrapper .footer_bottom .copyright>div:first-child,
    footer .footer_wrapper .footer_bottom .copyright>div:last-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul li a {
        padding: 5.5px 8px;
        font: 400 16px/24px "DMSans", sans-serif;
    }

    /* Footer */





    /* Header */
    header .header_wrapper {
        gap: 52px;
    }

    header .header_wrapper .header_logo {
        width: 218px;
    }

    header .header_wrapper .header_nav {
        width: calc(100% - 2 * 52px - 218px - 326px);
    }

    header .header_wrapper .header_extra {
        width: 150px;
    }

    header .header_wrapper .header_extra .extras_wrapper {
        max-width: calc(100% - 46px - 34px - 36px);
    }

    /* Header */




    /* Home Section */
    section.home {
        margin: 64px auto 120px;
    }

    section.home .home_wrapper {
        gap: 60px;
    }

    section.home .home_wrapper>div {
        width: 100%;
    }

    section.home .home_wrapper .home_wrapper_left h1 {
        font: 400 80px/80px 'HelveticaNeue', sans-serif;
        margin: 10px 0 32px 0;
        width: 500px;
    }

    section.home .home_wrapper .home_wrapper_left h1 span {
        font: 100 italic 80px/80px 'HelveticaNeue Thin', sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left a {
        padding: 15px 21px;
        margin: 0 0 62px 0;
    }

    section.home .home_wrapper .home_wrapper_left a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results {
        gap: 70px;
    }

    section.home .home_wrapper .home_wrapper_left .home_results>div {
        width: calc((100% - 1 * 70px) / 2);
    }

    section.home .home_wrapper .home_wrapper_left .home_results .result {
        font: 500 44px/65px "DMSans Medium", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results .context {
        font: 300 16px/20px "DMSans Light", sans-serif;
        width: 80px;
    }

    section.home .home_wrapper .home_wrapper_right .media_wrapper {
        height: 350px;
    }

    /* Home Section */




    /* Featured Works Section */
    section.featured_section .featured_section_wrapper {
        gap: 44px;
    }

    section.featured_section .featured_section_wrapper>div {
        width: 100%;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left {
        order: 1;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right {
        order: 2;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left .media_wrapper {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Featured Works Section */






    /* Choose Work Section  */
    section.choose_work .choose_work_wrapper {
        padding: 30px 20px 20px;
    }

    section.choose_work .choose_work_wrapper .title {
        font: 300 22px/28px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper .description {
        font: 300 35px/45px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper form {
        gap: 20px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item {
        width: 100%;
        padding: 20px;
        position: relative;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title {
        margin: 0;
        gap: 12px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .icon {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .text {
        max-width: calc(100% - 12px - 40px - 90px);
        font: 300 22px/30px "DMSans Light", sans-serif;
        height: 30px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_description {
        font: 300 18px/26px "DMSans Light", sans-serif;
        height: 26px;
        margin: 0;
        padding-left: 52px;
        max-width: calc(100% - 16px - 52px - 22px);
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 76px;
        height: 40px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label span:before {
        height: 32px;
        width: 32px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label input:checked+span:before {
        transform: translate(36px, -50%);
    }

    section.choose_work .choose_work_wrapper .switcherBack {
        width: 100%;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output {
        padding: 6px 15px;
        border: 6px solid #FF9969;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output.active {
        top: 0px;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output .text {
        max-width: 340px;
        font: 500 15px/22px "DMSans Light", sans-serif;
        height: 22px;
    }

    /* Choose Work Section  */






    /* Know Us Section  */
    section.know_us {
        margin: 0 0 100px 0;
        padding-bottom: 40px;
    }

    section.know_us .know_us_wrapper {
        padding: 80px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    section.know_us .know_us_wrapper .know_us_item .details .count {
        font: 600 60px/78px "DMSans SemiBold", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item .details .text {
        font: 300 28px/36px "DMSans Light", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(1) .details {
        bottom: 32px;
        left: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(5) .details {
        top: 52px;
        right: 32px;
        text-align: right;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3) .details,
    section.know_us .know_us_wrapper .know_us_item:nth-child(6) .details {
        top: 32px;
        left: 32px;
    }



    /* Some changes */
    section.know_us .know_us_wrapper .know_us_item>img.innerImage {
        display: block;
        width: 100%;
        height: 100%;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 2) {
        width: auto;
        height: auto;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(0);
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(2n) {
        transform: translateY(0);
    }

    section.know_us .know_us_wrapper .know_us_item {
        width: 100% !important;
        height: 480px !important;
        margin: 0;
        padding: 0;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic {
        position: absolute;
        width: 120px;
        height: 120px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.rotate {
        animation: rotate 4s linear infinite;
        top: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.scale {
        animation: scale 4s linear infinite;
        bottom: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item.cardArrowFollow .animated-line {
        position: absolute;
        left: -50px;
        top: 50px;
        opacity: 0;
    }

    section.know_us .know_us_wrapper .know_us_item .small-card {
        position: absolute;
        height: 96px;
        width: 183px;
        border-radius: 8px;
        top: 70px;
        right: -10px;
        background-color: var(--proweb-white);
        opacity: 1;
        transform: rotate(90deg);
        z-index: 2;
        overflow: visible;
        border: 2px solid var(--proweb-orange);
    }

    /* Some changes */
    /* Know Us Section  */




    /* Innovative Solutions */

    section.innovative_solutions .innovative_wrapper {
        padding: 70px 40px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item {
        gap: 30px;
        padding: 58px 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture {
        width: 260px;
        height: 210px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture svg {
        width: 120px;
        height: 120px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context {
        width: 100%;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context a .context {
        font: 400 30px/30px "HelveticaNeue", sans-serif;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context p {
        font: 400 18px/24px "DMSans", sans-serif;
    }

    /* Innovative Solutions */



    /* Clients Section */
    section.clients .clients_heading {
        width: 100%;
        margin: 0 auto 60px;
        padding: 0 30px;
    }

    section.clients .clients_heading .description {
        font: 400 28px/28px "DMSans", sans-serif;
    }

    section.clients .clients_heading .title {
        font: 300 40px/50px "DMSans Light", sans-serif;
    }

    section.clients .clients_swiper_wrapper {
        height: 590px;
    }

    section.clients .clients_swiper_wrapper .swiper {
        height: 590px;
        padding-top: 20px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 100px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        height: 547.94px;
        width: 424.47px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_top .description {
        height: 180px;
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Clients Section */



    /* FAQ Section */
    section.faq .faq_wrapper {
        padding: 60px 30px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener {
        padding: 60px 0;
        gap: 16px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .icon {
        width: 36px;
        height: 36px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .text {
        font: 400 22px/30px "DMSans", sans-serif;
        width: 100%;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion-collapse p {
        margin: 0 52px;
        font: 400 18px/26px "DMSans", sans-serif;
        width: calc(100% - 52px);
    }

    /* FAQ Section */



    /* Home Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper {
        height: auto;
        aspect-ratio: 5 / 3;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details {
        padding: 44px 40px 80px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title {
        gap: 24px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title h2 {
        font: 400 40px/52px "DMSans", sans-serif;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition {
        padding: 10px 20px 10px 35px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition::after {
        left: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details {
        gap: 60px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left {
        width: 100%;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right {
        width: 100%;
        column-gap: 70px;
        row-gap: 44px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right .item {
        width: calc((100% - 1 * 70px) / 2);
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper {
        column-gap: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper p:not(:last-child)::before {
        width: 20px;
        height: 100%;
        font-size: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left p {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Home Detailed */





    /* Before After */
    section.before_after .before_after_wrapper {
        gap: 100px;
    }

    section.before_after .before_after_wrapper .item {
        gap: 40px;
    }

    section.before_after .before_after_wrapper .item .left {
        width: 100%;
        order: 1;
    }

    section.before_after .before_after_wrapper .item .right {
        width: 100%;
        order: 2;
    }

    section.before_after .before_after_wrapper .item.context .left {
        padding-right: 0;
        margin-bottom: 130px;
    }

    section.before_after .before_after_wrapper .item.context .left .arrowDown {
        height: 100px;
        top: calc(100% + 35px);
    }

    section.before_after .before_after_wrapper .item.context .right {
        padding-right: 0;
    }

    section.before_after .before_after_wrapper .item .title {
        font: 500 40px/40px "DMSans Medium", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description {
        font: 400 22px/28px "DMSans", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.color {
        font: 700 22px/28px "DMSans Bold", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.bold {
        font: 700 22px/28px "DMSans Bold", sans-serif;
    }

    /* Before After */




    /* Gallery */
    section.gallery .gallery_wrapper {
        gap: 60px;
    }

    section.gallery .gallery_wrapper .item {
        gap: 60px;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:first-child,
    section.gallery .gallery_wrapper .item.doubled .media_wrapper:last-child {
        width: 100%;
    }

    section.gallery .gallery_wrapper .item .media_wrapper {
        height: auto;
    }

    /* Gallery */



    /* Color Zone */
    section.color_zone .color_zone_wrapper {
        padding: 70px 40px;
    }

    section.color_zone .color_zone_wrapper .color_zone_title {
        font: italic 300 40px/40px "DMSans Light", sans-serif;
    }

    section.color_zone .color_zone_wrapper .color_zone_title span {
        font: 300 40px/40px "DMSans", sans-serif;
    }

    section.color_zone .color_zone_wrapper .items {
        gap: 26px;
    }

    section.color_zone .color_zone_wrapper .items .item {
        height: 300px;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+3),
    section.color_zone .color_zone_wrapper .items .item:nth-child(4),
    section.color_zone .color_zone_wrapper .items .item:nth-child(5),
    section.color_zone .color_zone_wrapper .items .item:nth-child(6),
    section.color_zone .color_zone_wrapper .items .item:nth-child(7) {
        width: auto;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+2) {
        width: calc((100% - 1 * 26px) / 2);
        order: 1;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(3) {
        order: 4;
        width: calc((100% - 1 * 26px) / 2);
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(4) {
        width: 100%;
        order: 2 !important;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(n + 5) {
        order: 5;
        width: calc((100% - 1 * 26px) / 2);

    }

    /* Color Zone */





    /* Client Review Section */
    section.client_review .client_review_wrapper .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items {
        gap: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .left,
    section.client_review .client_review_wrapper .client_review_items .right {
        width: 100%;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper {
        width: calc(100% - 150px);
        padding: 50px 0;
        height: auto;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper .picture_inner_wrapper {
        top: unset;
        left: 70px;
        width: calc(100% + 50px);
        height: auto;
        position: relative;
    }

    /*
1296       505        381 - 533         414 - 429
1116       435        328 - 459         357 - 370
936        365        275 - 385         300 - 311
696
*/
    section.client_review .client_review_wrapper .client_review_items .right .quotes {
        width: 60px;
        height: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description {
        font: 400 30px/40px "DMSans", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description span {
        font: 700 30px/40px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper {
        gap: 30px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper>div {
        width: calc((100% - 30px) / 2);
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .name {
        font: 700 24px/31px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .profession {
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a {
        padding: 15px 21px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Client Review Section */




    /* Client Review Carousel Section */
    section.client_review.carousel_section .client_review_wrapper .review_description {
        margin: 0 0 60px 0;
        padding-right: 0;
        width: 95%;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next,
    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        width: 64px;
        height: 64px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next {
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        left: unset;
        right: calc(10px + 64px + 16px);
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next::after,
    section.client_review.carousel_section .review_swiper .swiper-button-prev::after {
        background-size: 24px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next .svg img,
    section.client_review.carousel_section .review_swiper .swiper-button-prev .svg img {
        width: 24px;
        height: 24px;
    }

    /* Client Review Carousel Section */




    /* Other Works Section */
    section.otherWorks .otherWorks_heading .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.otherWorks .otherWorks_heading .description {
        font: 400 20px/26px "DMSans", sans-serif;
        width: 95%;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 10px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        width: 548px;
    }

    /*
1296            636 - 485
1116            548 - 418
*/
    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper {
        height: 418px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span:not(:first-child)::after {
        width: 8px;
        height: 8px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide a .context {
        max-width: calc((100% - 4px - 24px));
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Other Works Section */



    /* Bring Ideas */
    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img {
        width: 50px;
        height: 50px;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(1) {
        top: 120%;
        left: -20%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(1) {
        top: -50%;
        left: 40%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(3) {
        top: 120%;
        right: 70%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(3) {
        top: -50%;
        right: 10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(2) {
        top: 160%;
        left: -10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(2) {
        top: -50%;
        left: 60%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(4) {
        top: 170%;
        left: 30%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(4) {
        top: -70%;
        left: 110%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_context {
        padding: 117px 40px;
    }

    section.bring_ideas .bring_ideas_wrapper .title {
        font: 400 44px/44px "HelveticaNeue", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .title span {
        font: italic 300 44px/44px "HelveticaNeue Light", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .description {
        font: 300 24px/32px "DMSans Light", sans-serif;
        width: 100%;
    }

    section.bring_ideas .bring_ideas_wrapper a {
        padding: 15px 21px;
    }

    section.bring_ideas .bring_ideas_wrapper a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Bring Ideas */



    /* Portfolio Section */

    section.portfolio .portfolio_wrapper .portfolio_filtering {
        padding-bottom: 80px;
        gap: 8px;
    }

    section.portfolio .portfolio_wrapper .portfolio_filtering li a {
        font: 500 16px/21px 'DMSans', sans-serif;
        padding: 7px 15px;
    }

    .portfolio_items {
        column-gap: 0;
        row-gap: 60px;
    }

    .portfolio_items .portfolio_item {
        width: 100%;
    }

    .portfolio_items .portfolio_item .media_wrapper {
        height: auto;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 12px;
        left: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 16px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    /* .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item:nth-last-child(2){
    display: none;
} */
    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .icon {
        width: 16px;
        height: 18.03px;
        margin-right: 8px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .text {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge {
        top: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 8px 20px;
        gap: 20px;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span:not(:first-child)::after {
        left: -10px;
        width: 8px;
        height: 8px;
    }

    .portfolio_items .portfolio_item a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Portfolio Section */




    /* Contact Us */
    section.contact .contact_wrapper .contact_info {
        gap: 80px;
        margin: 0 0 120px 0;
    }

    section.contact .contact_wrapper .contact_info .right {
        width: 100%;
        height: 350px;
    }

    section.contact .contact_wrapper .contact_info .left {
        width: 100%;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul li a {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons {
        gap: 20px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    section.contact .contact_wrapper .contact_form {
        padding: 60px;
    }

    section.contact .contact_wrapper .contact_form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form .footer {
        gap: 32px;
    }

    section.contact .contact_wrapper .contact_form .footer button {
        padding: 17px 54px;
    }

    section.contact .contact_wrapper .contact_form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .footer .description {
        width: 100%;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .main_form {
        margin: 60px 0;
        column-gap: 24px;
        row-gap: 52px;
    }

    section.contact .contact_wrapper .contact_form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.contact .contact_wrapper .contact_form .main_form>div:nth-child(3n) {
        width: 100%;
    }

    /* Contact Us */



    /* Services Section */
    section.services .services_items {
        column-gap: 0;
        row-gap: 40px;
    }

    section.services .services_items .services_item {
        width: 100%;
        padding: 42px 30px;
    }

    section.services .services_items .services_item .services_picture {
        width: 230px;
        height: 180px;
    }

    section.services .services_items .services_item .services_picture svg {
        width: 100px;
        height: 100px;
    }

    section.services .services_items .services_item a .context {
        max-width: calc((100% - 4px - 28px));
        font: 400 26px/36px "HelveticaNeue", sans-serif;
        height: 36px;
    }

    section.services .services_items .services_item a .arrow_animation {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture img {
        width: 28px;
        height: 28px;
    }

    section.services .services_items .services_item a .arrow_animation .picture::before {
        width: 28px;
        height: 28px;
    }

    /* Services Section */





    /* About Us */
    section.about .about_wrapper .about_banner {
        height: auto;
    }

    section.about .about_wrapper .about_banner_wrapper {
        gap: 80px;
    }

    section.about .about_wrapper .about_banner_wrapper .right {
        width: 100%;
        height: auto;
    }

    section.about .about_wrapper .about_banner_wrapper .left {
        width: 100%
    }

    section.about .about_wrapper .about_banner_wrapper .left .context {
        font: 400 30px/42px "DMSans", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .context span {
        font: 800 30px/42px "DMSans ExtraBold", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes {
        width: 40px;
        height: 40px;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes:last-child {
        transform: translateY(-20px);
    }

    section.about .about_wrapper .about_banner_wrapper .left .title {
        font: 500 52px/68px "DMSans Medium", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .description {
        font: 400 24px/31px "DMSans", sans-serif;
        padding-right: 35px;
    }

    /* About Us */



    /* Our team  */
    section.our_team .our_team_heading {
        width: 100%;
        margin: 0 auto 80px;
        padding-top: 120px;
    }

    section.our_team .our_team_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.our_team .our_team_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.our_team .our_team_wrapper {
        column-gap: 32px;
        row-gap: 80px;
    }

    section.our_team .our_team_wrapper .our_team_item {
        width: 100%;
    }

    section.our_team .our_team_wrapper .our_team_item .picture {
        height: auto;
        aspect-ratio: unset;
    }

    section.our_team .our_team_wrapper .our_team_item .name {
        font: 400 32px/42px "DMSans", sans-serif;
        display: block !important;
    }

    section.our_team .our_team_wrapper .our_team_item .profession {
        font: 400 20px/26px "DMSans", sans-serif;
        display: block !important;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer {
        padding: 44px 25px;
        gap: 50px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer .context {
        font: 400 30px/40px "DMSans", sans-serif;
        max-height: calc(7 * 40px);
        -webkit-line-clamp: 7 !important;
        line-clamp: 7 !important;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons {
        gap: 20px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li a svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    /* Our team  */




    /* Vacancies Section */
    section.vacancies .vacancies_heading {
        width: 100%;
        margin: 0 auto 80px;
    }

    section.vacancies .vacancies_heading .title {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.vacancies .vacancies_heading .title span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.vacancies .vacancies_wrapper {
        column-gap: 30px;
        row-gap: 40px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item {
        width: 100%;
        padding: 32px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
        height: 36px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper {
        gap: 8px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper .feature_item {
        padding: 10px 24px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 84px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Vacancies Section */




    /* Feedback Section */
    section.feedback .feedback_heading {
        width: 100%;
    }

    section.feedback .feedback_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.feedback .feedback_heading .title {
        font: 300 60px/70px "DMSans Light", sans-serif;
    }

    section.feedback .feedback_swiper {
        height: auto;
        width: calc(100% - 2 * 32px);
        margin: 0 auto;
        padding-bottom: 100px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide {
        height: auto;
        padding: 44px;
        gap: 25px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .picture {
        width: 100%;
        height: 360px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context {
        width: 100%;
        height: auto;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .title {
        font: 500 24px/31px "DMSans Medium", sans-serif;
        margin: 0 0 32px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .description {
        font: 400 28px/36px "DMSans", sans-serif;
        height: 108px;
        margin: 0 0 61px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .name {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .profession {
        font: 500 24px/31px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-button-prev,
    section.feedback .feedback_swiper .swiper-button-next {
        top: calc(100% + 70px);
    }

    /* Feedback Section */




    /* Careers Form  */
    section.careers_from form {
        padding: 60px;
    }

    section.careers_from form .title {
        font: 700 44px/44px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.careers_from form .title_context {
        font: 400 24px/31px "DMSans", sans-serif;
        width: 100%;
    }

    section.careers_from form .main_form {
        column-gap: 24px;
        row-gap: 52px;
    }

    section.careers_from form .main_form>div {
        width: calc((100% - 1 * 24px) / 2);
    }

    section.careers_from form .footer button {
        padding: 17px 54px;
    }

    section.careers_from form .footer button .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.careers_from form .footer .description {
        width: 350px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.careers_from form .positions .positions_wrapper label {
        padding: 8px 32px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    section.careers_from form .upload_cv .image_uploader {
        height: 170px;
        gap: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.careers_from form .upload_cv .image_uploader .drop_area .image_upload {
        padding: 16px 40px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display {
        gap: 10px !important;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name {
        max-width: 90%;
        width: 90%;
        padding: 10px 30px;
        margin-bottom: -20px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_configuration {
        margin-top: -20px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name .text {
        font: 500 20px/30px "DMSans Medium", sans-serif;
    }

    /* Careers Form  */




    /* Blog Section */
    section.blog .blog_heading {
        width: 100%;
    }

    section.blog .blog_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.blog .blog_heading .title {
        font: 300 50px/60px "DMSans Light", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper {
        width: 100%;
        height: 60px;
    }

    section.blog .blog_wrapper form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper .blog_items {
        column-gap: 0;
        row-gap: 30px;
    }

    section.blog .blog_wrapper .blog_items .blog_item {
        width: 100%;
    }

    section.blog .blog_wrapper .blog_items .blog_item .top {
        height: auto;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom {
        padding: 24px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .title {
        font: 400 20px/26px "DMSans", sans-serif;
        height: 52px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 42px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a {
        padding: 17px 21px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Blog Section */




    /* News Section */
    section.news .news_row {
        width: 100%;
    }

    section.news .news_row .news_title {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.news .news_row .news_title span {
        font: italic 100 50px/50px "HelveticaNeue Thin", sans-serif;
    }

    section.news .news_row .news_description {
        font: 300 22px/28px "HelveticaNeue Light", sans-serif;
    }

    section.news .news_banner .left {
        height: auto;
        width: 100%;
        aspect-ratio: 3 / 2;
    }

    section.news .news_banner .right {
        width: 100%;
    }

    section.news .news_banner .right .picture_wrapper {
        height: auto;
    }

    section.news .news_banner .right .picture_wrapper .picture_context {
        bottom: 40px;
        left: 40px;
        width: calc(100% - 2 * 40px);
        font: 700 24px/31px "DMSans Bold", sans-serif;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    section.news .news_banner .right form {
        margin: 60px 0 0 0;
        padding-bottom: 58px;
    }

    section.news .news_banner .right form .form_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper {
        width: 100%;
        height: 60px;
    }

    section.news .news_banner .right form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    /* News Section */



    /* Blog Detailed */
    section.blog_detailed .blog_detailed_row {
        width: 100%;
    }

    section.blog_detailed .blog_detailed_row .blog_detailed_title {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .left .title {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .right .description {
        font: italic 200 16px/21px "DMSans ExtraLight", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_detailed_banner {
        height: auto;
        aspect-ratio: 2 / 1;
        margin: 0 0 80px 0;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .title {
        font: 400 40px/40px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Blog Detailed */



    /* Technologies Section */
    section.technologies .technologies_row {
        width: 100%;
    }

    section.technologies .technologies_row .technologies_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.technologies .technologies_row .technologies_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.technologies .technologies_row .technologies_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.technologies .technologies_banner>div {
        height: auto;
    }

    section.technologies .technologies_banner .banner_item:first-child,
    section.technologies .technologies_banner .banner_item:last-child {
        width: 100%;
    }

    /* Technologies Section */




    /* Clients Development Section  */
    section.clients_development .clients_development_heading {
        width: 100%;
    }

    section.clients_development .clients_development_heading .heading {
        font: italic 100 80px/80px "HelveticaNeue Thin", sans-serif;
    }

    section.clients_development .clients_development_heading .heading span {
        font: 500 80px/80px "HelveticaNeue Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description {
        padding: 16px 44px 32px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_program_close {
        top: 16px;
        right: 44px;
        width: 44px;
        height: 44px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description .clients_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.clients_development .clients_programs .clients_program_description a {
        padding: 8px 16px;
    }

    section.clients_development .clients_programs .clients_program_description a .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    /* Clients Development Section  */




    /* Development Section */
    section.development .development_wrapper .development_item .heading .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs {
        gap: 16px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program {
        padding: 12px 32px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program .icon {
        width: 24px;
        height: 27.05px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program .text {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description {
        padding: 16px 20px 32px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_program_close {
        top: 16px;
        right: 20px;
        width: 44px;
        height: 44px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description a {
        padding: 8px 16px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description a .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    /* Development Section */





    /* References Section */
    .references .references_timeline {
        top: 45px;
        bottom: 45px;
    }

    .references .references_item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 24px;
    }

    .references .references_item::after {
        top: 40px;
        right: -80px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    .references .references_item::before {
        top: 45px;
        right: -103px;

    }

    .references .references_item .website {
        font: 400 21px/26px "DMSans", sans-serif;
        width: 100%;
        max-width: calc(100% - 20px - 170px);
    }

    .references .references_item a {
        padding: 8px 16px;
    }

    .references .references_item a .context {
        font: 400 16px/20px "DMSans", sans-serif;
    }

    .references .references_timeline,
    .references .references_item::after,
    .references .references_item::before {
        display: none;
    }

    /* References Section */




    /* Solutions Section */
    section.solutions .solutions_row {
        width: 100%;
    }

    section.solutions .solutions_row .solutions_title {
        font: 500 60px/60px "HelveticaNeue Medium", sans-serif;
    }

    section.solutions .solutions_row .solutions_title span {
        font: italic 100 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    section.solutions .solutions_row .solutions_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.solutions .solutions_heading {
        width: 100%;
        margin: 0 0 80px 0;
    }

    section.solutions .portfolio_items .portfolio_item:nth-child(2n) {
        position: static;
        top: -350px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 8px;
        left: 12px;
        width: calc((100% - 2 * 12px));
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 12px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 12px 17px;
    }

    /* Solutions Section */



    /* Industrie Section */
    section.industry .industry_wrapper .right {
        width: 100%;
        max-height: unset;
        max-height: 700px;
    }

    section.industry .industry_wrapper .right .item .item_title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .right .item .item_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left {
        width: 100%;
        padding: 44px 32px;
    }

    section.industry .industry_wrapper .left .industry_title {
        font: 500 40px/40px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_title span {
        font: italic 100 40px/40px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_description {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left .carousel_container {
        height: 420px;
    }

    /* Industrie Section */



    /* Industrie Section Detailed */
    section.industry .industry_detailed {
        padding: 44px 32px;
    }

    section.industry .industry_detailed .industry_wrapper {
        gap: 56px;
    }

    section.industry .industry_detailed .industry_wrapper .right {
        width: 100%;
        max-height: 791px;
        gap: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .left {
        width: 100%;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title {
        font: 500 52px/52px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title span {
        font: italic 100 52px/52px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description {
        font: 400 24px/31px "DMSans", sans-serif;
        height: 186px;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description span {
        font: 800 24px/31px "DMSans ExtraBold", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .carousel_container {
        height: 420px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item {
        padding: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item::after {
        width: 10px;
        height: 40px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_title {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_description {
        font: 500 20px/26px "DMSans Medium", sans-serif;
    }

    /* Industrie Section Detailed */



    /* Reference Detailed  */
    section.references_detailed .references_detailed_wrapper .title {
        font: 300 60px/60px "HelveticaNeue Light", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .date {
        font: 400 24px/24px "HelveticaNeue", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .referenceImage {
        width: 100%;
        height: auto;
        margin: -220px auto 350px;
    }

    section.references_detailed .references_detailed_wrapper .referenceArrowContainer {
        margin-top: -70px;
    }

    section.references_detailed .references_detailed_wrapper path {
        stroke-width: 5;
    }

    section.references_detailed .references_detailed_wrapper .referenceDot {
        r: 10;
    }

    section.references_detailed .references_detailed_wrapper .referenceDetailArrowContainer {
        margin-top: -250px;
    }

    /* Reference Detailed  */




    /* Work Process */
    section.work_process .work_process_wrapper .title {
        font: 500 36px/44px "DMSans Medium", sans-serif;
        width: 100%;
    }

    section.work_process .work_process_wrapper .description {
        font: 500 32px/40px "DMSans Medium", sans-serif;
        width: 100%;
    }

    section.work_process .work_process_wrapper .description span {
        font: italic 100 32px/40px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections {
        margin-top: 150px;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection {
        margin-top: 200px;
        font: 500 50px/62px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection span {
        font: italic 100 50px/62px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        height: auto;
        width: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:not(:last-child) {
        margin-bottom: 150px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        margin-left: auto;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .imageContainer {
        order: 2;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .context {
        order: 1;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .imageContainer {
        width: 100%;
        height: 350px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .context {
        width: 100%;
        max-height: 200px;
        font: 500 30px/40px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .workProcessArrowContainer {
        top: 350px;
    }

    /* Work Process */

    /* let's talk ideas */
    section.talk_ideas .main_heading_row {
        width: 100%;
    }

    section.talk_ideas .main_heading_row .main_heading_title,
    section.talk_ideas .main_heading_row .main_heading_title span {
        font-size: 40px;

    }


    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form .main_form>div {
        width: 100%;
    }


    /* Cookies Form Modal */

    #cookiesModal .modal-dialog {
        max-width: 90% !important;
        top: 20px;
    }

    /* Cookies Form Modal */
    /* Error */
    section.error .error_content p {
        width: 80%;
    }

    /* Error */
}

@media only screen and (max-width: 575.98px) {
    /* solutio  detailed */
    .about_project .left ul{
        margin-top: 20px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .about_project .left ul li{
        width: fit-content;
    }
    /* carousel ticker img */
    .infinite_scroll .carouselTicker__item img {
        height: 50px ;
    }

    /* under construction */
    .under_construction .corner_img {
        width: 200px;
        height: 200px;
    }

    .under_construction {
        padding: 20px 0;
    }

    .under_construction .main_content h1 {
        font-size: 40px;
        width: 70%;
        text-align: center;
    }

    .under_construction .main_content {
        margin-top: 150px;
        height: 90%;
    }

    .under_construction .main_content .contact_infos {
        margin-right: 20px;
        width: 90%;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .under_construction .main_content .track {
        font-size: 52px !important;
    }

    .under_construction .main_content .marquee {
        transform: rotate(-24deg) translate(-13%, 50px);
        width: 120%;
    }

    /* cookie modal */
    .cookie-consent {
        max-width: 360px;
    }

    .cookie-consent .cookie-buttons button {
        font-size: 14px !important;
        padding: 5px 15px;
    }

    /* Solution Detailed */
    section.challenges .challenges_wrapper .challenges_img {
        height: 350px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        margin-bottom: 20px;
    }

    .challenge_item a {
        font-size: 28px;
    }

    div.client_review_wrapper .swiper-button-next {
        right: 20%;
    }

    div.client_review_wrapper .swiper-button-prev {
        left: 20%;
    }


    section.companies .section_title h2 {
        width: 95%;
    }


    section.our_solutions .section_title h2 {
        margin: 40px 0 20px 0;
    }

    section.our_solutions .section_title .section-desc {
        display: block;
    }

    section.our_solutions .our_solutions_wrapper .description,
    section.our_solutions .our_solutions_wrapper .description-right {
        display: none;
    }

    section.our_solutions .our_solutions_wrapper .center_img {
        width: 100%;
    }

    section.our_solutions .our_solutions_wrapper .center_img.our_solutions_image_swiper .swiper-slide {
        display: flex;
        justify-content: center;
    }

    section.our_solutions .our_solutions_wrapper .center_img.our_solutions_image_swiper .swiper-slide img {
        width: 33%;
    }

    section.how_it_works .steps {
        gap: 100px;
    }

    section.how_it_works .steps .number {
        position: absolute;
        top: 0;
        left: 12px;
    }

    section.how_it_works .steps .title p {
        width: 100%;
    }

    section.how_it_works .img_wrapper {
        width: 100%;
        margin: 80px 0;
    }

    section.how_it_works .img_wrapper img:nth-child(4) {
        display: none;
    }

    section.how_it_works .img_wrapper img:nth-child(3) {
        width: 200px;
        height: 200px;
    }

    section.how_it_works .img_wrapper img:nth-child(2) {
        right: 80px;
        width: 80px;
        height: 80px;
    }

    div.client_review .row {
        padding: 10px;
    }

    div.client_review .row .left {
        height: 200px;

    }

    div.client_review .row .right .title {
        margin-top: 10px;
    }

    div.client_review .row .right .description {
        margin: 30px 0 20px 0;
        font-size: 20px;
        line-height: 1.2;
    }

    div.client_review .row {
        height: 580px;
    }

    div.client_review .client_review_wrapper .title p:first-child {
        font-size: 16px;
    }

    div.client_review .client_review_wrapper .title p:last-child {
        font-size: 35px;
    }

    /* Service Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper .job_detailed_banner_texts {
        line-height: 1;
        padding: 5px;
    }

    section.home_detailed .home_detailed_wrapper .media_wrapper {
        height: 70vh !important;
    }

    section.home_detailed .home_detailed_wrapper .media_wrapper .job_detailed_banner_texts h1 {
        font-size: 30px;
    }

    section.home_detailed .home_detailed_wrapper .media_wrapper .white-layer,
    section.home_detailed .home_detailed_wrapper .media_wrapper .black-layer {
        width: 90%;
    }

    /* Service Detailed */
    section.why_this_profession .service_we_provide .services_card {
        margin-top: 40px;
    }

    section.tailored .section_label,
    section.see_our_design .section_label {
        margin: 40px 0;
    }

    section.tailored .section_label p,
    section.see_our_design .section_label p {
        margin: 0;
    }

    section.transforming.service_detailed .section_label p {
        margin: 0;
        width: 33%;
    }

    /* tailored */
    .tailoredWrapper .tailored_img.first {
        height: 251px;
    }

    .tailoredWrapper .tailored_img.second {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tailoredWrapper .tailored_img.second img {
        max-width: 31%;
        height: 95%;
    }

    section.transforming.service_detailed .section_label p,
    section.custom_designs.service_detailed .section_label p {
        width: 90%;
    }

    /* transforming */
    section.transforming .transforming_wrapper {
        height: 65vh;
    }

    section.transforming .transforming_wrapper .transforming_img {
        height: 59vh;
        border-radius: 25px;
    }

    /* Work Detilaed */
    .design_process .section_title {
        width: 100% !important;
    }

    /* Utils */
    .container_custom {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mainpage_heading_row {
        gap: 20px;
        margin-bottom: 35px;
    }

    .mainpage_heading_row .mainpage_heading_col:first-child,
    .mainpage_heading_row .mainpage_heading_col:last-child {
        width: 100% !important;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description {
        font: 300 21px/27px "DMSans Light", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_description span {
        font: 400 21px/27px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_title {
        font: 400 38px/48px "DMSans", sans-serif;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link {
        justify-content: flex-start;
    }

    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text,
    .mainpage_heading_row .mainpage_heading_col .mainpage_heading_link a .text::after {
        font: 400 18px/18px "HelveticaNeue", sans-serif;
        padding: 16px 32px;
    }

    .mainpage_heading_row.ask_question .mainpage_heading_col .mainpage_heading_description2 {
        font: 300 18px/22px "DMSans Light", sans-serif;
        margin: 0 0 20px 0;
        width: 85%;
    }

    .second_heading_row {
        margin-bottom: 40px;
    }

    .second_heading_row .second_heading_col .second_heading_title {
        font: 400 60px/60px "HelveticaNeue", sans-serif;
        margin: 0 0 40px 0;
    }

    .second_heading_row .second_heading_col .second_heading_title span {
        font: italic 200 60px/60px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row {
        width: 100%;
        margin: 50px auto 80px;
    }

    .main_heading_row .main_heading_title {
        font: 500 70px/70px "HelveticaNeue Medium", sans-serif;
        margin: 0 0 20px 0;
    }

    .main_heading_row .main_heading_title span {
        font: italic 100 70px/70px "HelveticaNeue Thin", sans-serif;
    }

    .main_heading_row .main_heading_description {
        font: 300 24px/31px "DMSans Light", sans-serif;
    }

    .main_heading_row .main_heading_link a .context {
        font: 400 20px/20px "DMSans", sans-serif;
        text-align: left;
    }

    /* Utils */



    /* Back to Top Button */
    .backToTopButton {
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .backToTopButton.active {
        bottom: 50px;
    }

    /* Back to Top Button */




    /* Footer */
    footer .footer_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .footer_wrapper .footer_top .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper {
        gap: 40px;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto !important;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_left {
        width: 260px;
        order: 1;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center {
        width: 100%;
        order: 3;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right {
        width: 210px;
        order: 2;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav {
        gap: 40px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item {
        width: calc((100% - 1 * 40px) / 2);
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_center .footer_nav .footer_nav_item .title,
    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item .title {
        font: 400 20px/30px "HelveticaNeue", sans-serif;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li {
        width: 43px;
        height: 43px;
    }

    footer .footer_wrapper .footer_top .footer_top_wrapper .footer_top_right .footer_nav .footer_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation {
        height: 120px;
        margin: 32px 0;
    }

    footer .footer_wrapper .footer_bottom .innovativ_animation .text {
        font: 400 90px/110px "DMSans", sans-serif;
        animation: innovativ 5s linear infinite alternate;
    }

    @keyframes innovativ {
        0% {
            transform: translateX(0);
        }

        8% {
            transform: translateX(0);
        }

        92% {
            transform: translateX(-200%);
        }

        100% {
            transform: translateX(-200%);
        }
    }

    footer .footer_wrapper .footer_bottom .copyright {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px;
    }

    footer .footer_wrapper .footer_bottom .copyright>div:first-child,
    footer .footer_wrapper .footer_bottom .copyright>div:last-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    footer .footer_wrapper .footer_bottom .copyright .copyright_right ul li a {
        padding: 5.5px 8px;
        font: 400 16px/24px "DMSans", sans-serif;
    }

    /* Footer */






    /* Header */
    header .header_wrapper {
        gap: 0px;
    }

    header .header_wrapper .header_logo {
        width: 200px;
        padding: 0 0 0 6px;
    }

    header .header_wrapper .header_extra {
        gap: 10px;
        width: 110px;
    }

    header .header_wrapper .header_extra .language_dropdown {
        width: 40px;
    }

    header .header_wrapper .header_extra .language_dropdown>a {
        gap: 3px;
    }

    header .header_wrapper .header_extra .language_dropdown>a img.submenu_icon {
        width: 16px;
        height: 16px;
    }

    header .header_wrapper .header_extra .sidebar_opener {
        width: 36px;
        height: 36px;
    }

    /* Header */




    /* Home Section */
    section.home {
        margin: 64px auto 120px;
    }

    section.home .home_wrapper {
        gap: 60px;
    }

    section.home .home_wrapper>div {
        width: 100%;
    }

    section.home .home_wrapper .home_wrapper_left h1 {
        font: 400 60px/60px 'HelveticaNeue', sans-serif;
        margin: 10px 0 32px 0;
        max-width: 310px;
    }

    section.home .home_wrapper .home_wrapper_left h1 span {
        font: 100 italic 60px/60px 'HelveticaNeue Thin', sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left a {
        padding: 15px 21px;
        margin: 0 0 62px 0;
    }

    section.home .home_wrapper .home_wrapper_left a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results {
        gap: 10px;
    }

    section.home .home_wrapper .home_wrapper_left .home_results>div {
        width: calc((100% - 1 * 10px) / 2);
        flex-wrap: wrap;
    }

    section.home .home_wrapper .home_wrapper_left .home_results .result {
        font: 500 32px/42px "DMSans Medium", sans-serif;
    }

    section.home .home_wrapper .home_wrapper_left .home_results .context {
        font: 300 16px/20px "DMSans Light", sans-serif;
        width: 100%;
        padding-right: 20px;
    }

    section.home .home_wrapper .home_wrapper_right .media_wrapper {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
    }

    /* Home Section */



    /* Featured Works Section */
    section.featured_section .featured_section_wrapper {
        gap: 44px;
    }

    section.featured_section .featured_section_wrapper>div {
        width: 100%;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left {
        order: 1;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right {
        order: 2;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_left .media_wrapper {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right .title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.featured_section .featured_section_wrapper .featured_wrapper_right a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Featured Works Section */




    /* Choose Work Section  */
    section.choose_work .choose_work_wrapper {
        padding: 30px 10px 20px;
    }

    section.choose_work .choose_work_wrapper .title {
        font: 300 21px/26px "DMSans Light", sans-serif;
    }

    section.choose_work .choose_work_wrapper .description {
        font: 300 30px/40px "DMSans Light", sans-serif;
        margin: 0 0 30px 0;
    }

    section.choose_work .choose_work_wrapper form {
        gap: 10px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item {
        width: 100%;
        padding: 15px;
        position: relative;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title {
        margin: 0;
        gap: 6px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .icon {
        width: 36px;
        height: 36px;
        padding: 7px;
        transform: translateY(15px);
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_title .text {
        max-width: calc(100% - 12px - 40px - 58px);
        font: 300 20px/28px "DMSans Light", sans-serif;
        height: 28px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_description {
        font: 300 16px/24px "DMSans Light", sans-serif;
        height: 24px;
        margin: 0;
        padding-left: 42px;
        max-width: calc(100% - 16px - 50px);
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 62px;
        height: 32px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label span:before {
        height: 24px;
        width: 24px;
    }

    section.choose_work .choose_work_wrapper form .switcher_item .switcher_label label input:checked+span:before {
        transform: translate(30px, -50%);
    }

    section.choose_work .choose_work_wrapper .switcherBack {
        width: 100%;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output {
        padding: 2px 5px;
        border: 5px solid #FF9969;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output.active {
        top: 0;
    }

    section.choose_work .choose_work_wrapper .switcherBack .switcher_output .text {
        max-width: 250px;
        font: 500 11px/15px "DMSans Light", sans-serif;
        height: 15px;
    }

    /* Choose Work Section  */




    /* Know Us Section  */
    section.know_us {
        margin: 0 0 100px 0;
        padding-bottom: 40px;
    }

    section.know_us .know_us_wrapper {
        padding: 80px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
    }

    section.know_us .know_us_wrapper .know_us_item .details .count {
        font: 600 45px/62px "DMSans SemiBold", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item .details .text {
        font: 300 24px/30px "DMSans Light", sans-serif;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(1) .details {
        bottom: 20px;
        left: 20px;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(5) .details {
        top: 35px;
        right: 20px;
        text-align: right;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3) .details,
    section.know_us .know_us_wrapper .know_us_item:nth-child(6) .details {
        top: 20px;
        left: 20px;
    }

    /* Some changes */
    section.know_us .know_us_wrapper .know_us_item>img.innerImage {
        display: block;
        width: 100%;
        height: 100%;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 2) {
        width: auto;
        height: auto;
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(3n - 1) {
        transform: translateY(0);
    }

    section.know_us .know_us_wrapper .know_us_item:nth-child(2n) {
        transform: translateY(0);
    }

    section.know_us .know_us_wrapper .know_us_item {
        width: 100% !important;
        height: 480px !important;
        margin: 0;
        padding: 0;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic {
        position: absolute;
        width: 120px;
        height: 120px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.rotate {
        animation: rotate 4s linear infinite;
        top: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item img.animated_pic.scale {
        animation: scale 4s linear infinite;
        bottom: 32px;
        right: 32px;
    }

    section.know_us .know_us_wrapper .know_us_item.cardArrowFollow .animated-line {
        position: absolute;
        left: -50px;
        top: 50px;
        opacity: 0;
    }

    section.know_us .know_us_wrapper .know_us_item .small-card {
        position: absolute;
        height: 72px;
        width: 140px;
        border-radius: 8px;
        top: 70px;
        right: -10px;
        background-color: var(--proweb-white);
        opacity: 1;
        transform: rotate(90deg);
        z-index: 2;
        overflow: visible;
        border: 2px solid var(--proweb-orange);
    }

    /* Some changes */
    /* Know Us Section  */




    /* Innovative Solutions */

    section.innovative_solutions .innovative_wrapper {
        padding: 40px 20px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item {
        gap: 30px;
        padding: 58px 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture {
        width: 198px;
        height: 160px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_picture svg {
        width: 82px;
        height: 82px;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context {
        width: 100%;
    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context a .context {
        font: 400 22px/22px "HelveticaNeue", sans-serif;
        max-width: calc((100% - 4px - 24px));

    }

    section.innovative_solutions .innovative_wrapper .innovative_items .innovative_item .innovative_context p {
        font: 400 16px/22px "DMSans", sans-serif;
    }

    /* Innovative Solutions */




    /* Clients Section */
    section.clients .clients_heading {
        width: 100%;
        margin: 0 auto 60px;
        padding: 0 12px;
    }

    section.clients .clients_heading .description {
        font: 400 25px/25px "DMSans", sans-serif;
    }

    section.clients .clients_heading .title {
        font: 300 35px/45px "DMSans Light", sans-serif;
    }

    section.clients .clients_swiper_wrapper {
        height: 470px;
    }

    section.clients .clients_swiper_wrapper .swiper {
        height: 470px;
        padding-top: 20px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 100px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        height: 430px;
        width: 360px;
        padding: 24px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_top .description {
        height: 154px;
        font: 400 16px/22px "DMSans", sans-serif;
        padding: 0 10px;
    }





    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_bottom {
        height: 46px;
        gap: 10px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_bottom .right {
        width: 46px;
        height: 46px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_bottom .left {
        width: calc(100% - 10px - 46px);
        gap: 4px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_bottom .left .picture {
        width: 46px;
        height: 46px;
    }

    section.clients .clients_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .clientSwiper_bottom .left .context {
        width: calc(100% - 4px - 46px);
    }

    /* Clients Section */



    /* FAQ Section */
    section.faq .faq_wrapper {
        padding: 40px 20px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener {
        padding: 60px 0;
        gap: 16px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .icon {
        width: 36px;
        height: 36px;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion_opener .text {
        font: 400 22px/30px "DMSans", sans-serif;
        width: 100%;
    }

    section.faq .faq_wrapper .faq_accordion .faq_items .faq_item .accordion-collapse p {
        margin: 0 52px;
        font: 400 18px/26px "DMSans", sans-serif;
        width: calc(100% - 52px);
    }

    /* FAQ Section */



    /* Home Detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper {
        height: auto;
        aspect-ratio: 5 / 3;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details {
        padding: 34px 20px 50px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title {
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title h2 {
        font: 400 30px/42px "DMSans", sans-serif;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition {
        padding: 7px 10px 7px 22px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .title .condition::after {
        left: 11px;
        width: 5px;
        height: 5px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details {
        gap: 50px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left {
        width: 100%;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right {
        width: 100%;
        column-gap: 50px;
        row-gap: 50px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .right .item {
        width: 100%;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper {
        column-gap: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left .more_details_breadcrumbs .breadcrumbs_wrapper p:not(:last-child)::before {
        width: 20px;
        height: 100%;
        font-size: 20px;
    }

    section.home_detailed .home_detailed_wrapper .home_detailed_details .more_details .left p {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    /* Home Detailed */




    /* Tech Used */
    section.tech_used .tech_used_wrapper {
        gap: 40px;
    }

    section.tech_used .tech_used_wrapper .item .title {
        font: 400 16px/16px "DMSans", sans-serif;
    }

    section.tech_used .tech_used_wrapper .item .description {
        font: 400 17px/22px "DMSans", sans-serif;
    }

    section.tech_used .tech_used_wrapper .item .technologies {
        gap: 8px;
    }

    section.tech_used .tech_used_wrapper .item .technologies .technology_item {
        padding: 8px 16px;
    }

    section.tech_used .tech_used_wrapper .item .technologies .technology_item .icon {
        width: 18px;
        height: 20.28px;
        margin-right: 4px;
    }

    section.tech_used .tech_used_wrapper .item .technologies .technology_item .text {
        font: 400 16px/22px "DMSans", sans-serif;
    }

    /* Tech Used */



    /* Before After */
    section.before_after .before_after_wrapper {
        gap: 100px;
    }

    section.before_after .before_after_wrapper .item {
        gap: 25px;
    }

    section.before_after .before_after_wrapper .item .left {
        width: 100%;
        order: 1;
    }

    section.before_after .before_after_wrapper .item .right {
        width: 100%;
        order: 2;
    }

    section.before_after .before_after_wrapper .item.context .left {
        padding-right: 0;
        margin-bottom: 180px;
    }

    section.before_after .before_after_wrapper .item.context .left .arrowDown {
        height: 100px;
        top: calc(100% + 60px);
    }

    section.before_after .before_after_wrapper .item.context .right {
        padding-right: 0;
    }

    section.before_after .before_after_wrapper .item .title {
        font: 500 30px/30px "DMSans Medium", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description {
        font: 400 20px/25px "DMSans", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.color {
        font: 700 20px/25px "DMSans Bold", sans-serif;
    }

    section.before_after .before_after_wrapper .item .description span.bold {
        font: 700 20px/25px "DMSans Bold", sans-serif;
    }

    /* Before After */


    /* Gallery */
    section.gallery .gallery_wrapper {
        gap: 60px;
    }

    section.gallery .gallery_wrapper .item {
        gap: 60px;
    }

    section.gallery .gallery_wrapper .item.doubled .media_wrapper:first-child,
    section.gallery .gallery_wrapper .item.doubled .media_wrapper:last-child {
        width: 100%;
    }

    section.gallery .gallery_wrapper .item .media_wrapper {
        height: auto;
    }

    /* Gallery */



    /* Color Zone */
    section.color_zone .color_zone_wrapper {
        padding: 40px 20px;
    }

    section.color_zone .color_zone_wrapper .color_zone_title {
        font: italic 300 30px/30px "DMSans Light", sans-serif;
    }

    section.color_zone .color_zone_wrapper .color_zone_title span {
        font: 300 30px/30px "DMSans", sans-serif;
    }

    section.color_zone .color_zone_wrapper .items {
        gap: 26px;
    }

    section.color_zone .color_zone_wrapper .items .item {
        height: 300px;
    }

    section.color_zone .color_zone_wrapper .items .item:nth-child(-n+3),
    section.color_zone .color_zone_wrapper .items .item:nth-child(4),
    section.color_zone .color_zone_wrapper .items .item:nth-child(5),
    section.color_zone .color_zone_wrapper .items .item:nth-child(6),
    section.color_zone .color_zone_wrapper .items .item:nth-child(7) {
        width: 100%;
        height: auto;

    }

    /* Color Zone */



    /* Client Review Section */
    section.client_review .client_review_wrapper .title {
        font: 400 30px/30px "HelveticaNeue", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items {
        gap: 60px;
    }

    section.client_review .client_review_wrapper .client_review_items .left,
    section.client_review .client_review_wrapper .client_review_items .right {
        width: 100%;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper {
        width: calc(75%);
        padding: 40px 0;
        height: auto;
    }

    section.client_review .client_review_wrapper .client_review_items .left .picture_wrapper .picture_inner_wrapper {
        top: unset;
        left: 20%;
        width: calc(110%);
        height: auto;
        position: relative;
    }

    /*
1296       505        381 - 533         414 - 429
1116       435        328 - 459         357 - 370
936        365        275 - 385         300 - 311
696
*/
    section.client_review .client_review_wrapper .client_review_items .right .quotes {
        width: 40px;
        height: 40px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description {
        font: 400 22px/30px "DMSans", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .description span {
        font: 700 22px/30px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper {
        gap: 20px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper>div {
        width: auto;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .name {
        font: 700 21px/26px "DMSans Bold", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .left .profession {
        font: 500 14px/17px "DMSans Medium", sans-serif;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a {
        padding: 9px 12px;
    }

    section.client_review .client_review_wrapper .client_review_items .right .references_wrapper .right a .context {
        font: 400 18px/18px "DMSans", sans-serif;
    }

    /* Client Review Section */


    /* Client Review Carousel Section */
    section.client_review.carousel_section .client_review_wrapper .review_description {
        margin: 0 0 60px 0;
        padding-right: 0;
        width: 95%;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next,
    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        width: 64px;
        height: 64px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next {
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        left: unset;
        right: calc(10px + 64px + 16px);
        bottom: 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next::after,
    section.client_review.carousel_section .review_swiper .swiper-button-prev::after {
        background-size: 24px;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next .svg img,
    section.client_review.carousel_section .review_swiper .swiper-button-prev .svg img {
        width: 24px;
        height: 24px;
    }

    /* Client Review Carousel Section */




    /* Other Works Section */
    section.otherWorks .otherWorks_heading .title {
        font: 400 40px/40px "HelveticaNeue", sans-serif;
    }

    section.otherWorks .otherWorks_heading .description {
        font: 400 20px/26px "DMSans", sans-serif;
        width: 95%;
    }

    section.otherWorks .otherWorks_swiper_wrapper {
        margin: 60px auto;
        width: calc(100% - 24px);
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide:first-child {
        margin-left: 0;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide {
        width: calc(100%);
    }

    /*
1296            636 - 485
1116            548 - 418
*/
    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper {
        height: auto;
        aspect-ratio: 7 / 5;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .technologies .technology_item {
        padding: 5px 8px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        padding: 5px 15px;
        gap: 20px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .badge span:not(:first-child)::after {
        width: 5px;
        height: 5px;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide a .context {
        max-width: calc((100% - 4px - 24px));
        font: 400 21px/21px "DMSans", sans-serif;
    }

    section.otherWorks .otherWorks_swiper_wrapper .swiper .swiper-wrapper .swiper-slide .media_wrapper .technologies .technology_item:nth-last-child(-n + 2) {
        display: none;
    }

    /* Other Works Section */



    /* Bring Ideas */
    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img {
        width: 50px;
        height: 50px;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(1) {
        top: 120%;
        left: -20%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(1) {
        top: -50%;
        left: 40%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(3) {
        top: 120%;
        right: 70%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(3) {
        top: -50%;
        right: 10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(2) {
        top: 160%;
        left: -10%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(2) {
        top: -50%;
        left: 60%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img:nth-child(4) {
        top: 170%;
        left: 30%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_background .img.active:nth-child(4) {
        top: -70%;
        left: 110%;
    }

    section.bring_ideas .bring_ideas_wrapper .bring_ideas_context {
        padding: 117px 20px;
    }

    section.bring_ideas .bring_ideas_wrapper .title {
        font: 400 30px/30px "HelveticaNeue", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .title span {
        font: italic 300 30px/30px "HelveticaNeue Light", sans-serif;
    }

    section.bring_ideas .bring_ideas_wrapper .description {
        font: 300 20px/26px "DMSans Light", sans-serif;
        width: 100%;
    }

    section.bring_ideas .bring_ideas_wrapper a {
        padding: 9px 15px;
    }

    section.bring_ideas .bring_ideas_wrapper a .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    /* Bring Ideas */


    /* Portfolio Section */

    section.portfolio .portfolio_wrapper .portfolio_filtering {
        padding-bottom: 50px;
        gap: 8px;
    }

    section.portfolio .portfolio_wrapper .portfolio_filtering li a {
        font: 500 14px/17px 'DMSans', sans-serif;
        padding: 6px 12px;
    }

    .portfolio_items {
        column-gap: 0;
        row-gap: 50px;
    }

    .portfolio_items .portfolio_item {
        width: 100%;
    }

    .portfolio_items .portfolio_item .media_wrapper {
        height: auto;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 8px;
        left: 12px;
    }

    .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 12px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 5px 10px;
    }

    /* .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item:nth-last-child(2){
    display: none;
} */
    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .icon {
        width: 14px;
        height: 15.4px;
        margin-right: 4px;
    }

    .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item .text {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge {
        top: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
        padding: 6px 12px;
        gap: 20px;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span {
        font: 400 14px/18px "DMSans", sans-serif;
    }

    .portfolio_items .portfolio_item .media_wrapper .badge span:not(:first-child)::after {
        left: -10px;
        width: 5px;
        height: 5px;
    }

    .portfolio_items .portfolio_item a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Portfolio Section */



    /* Contact Us */
    section.contact .contact_wrapper .contact_info {
        gap: 80px;
        margin: 0 0 120px 0;
    }

    section.contact .main_heading_row .main_heading_title,
    section.contact .main_heading_row .main_heading_title span {
        font: 500 40px/40px "HelveticaNeue Medium", sans-serif;
    }

    section.contact .main_heading_row .main_heading_description {
        font: 300 21px/27px "DMSans Light", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .right {
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 4;
    }

    section.contact .contact_wrapper .contact_info .left {
        width: 100%;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul li a {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons {
        gap: 14px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.contact .contact_wrapper .contact_info .left .contact_nav .contact_nav_item ul.social_icons li a svg {
        width: 24px;
        height: 24px;
    }

    section.contact .contact_wrapper .contact_form {
        padding: 40px 20px;
    }

    section.contact .contact_wrapper .contact_form .title {
        font: 700 30px/30px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.contact .contact_wrapper .contact_form .footer {
        gap: 32px;
    }

    section.contact .contact_wrapper .contact_form .footer button {
        padding: 12px 24px;
    }

    section.contact .contact_wrapper .contact_form .footer button .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .footer .description {
        width: 100%;
        font: 400 14px/17px "DMSans", sans-serif;
    }

    section.contact .contact_wrapper .contact_form .main_form {
        margin: 50px 0;
        column-gap: 0;
        row-gap: 40px;
    }

    section.contact .contact_wrapper .contact_form .main_form>div,
    section.contact .contact_wrapper .contact_form .main_form>div:nth-child(3n) {
        width: 100%;
    }

    /* Contact Us */




    /* Services Section */
    section.services .services_items {
        column-gap: 0;
        row-gap: 40px;
    }

    section.services .services_items .services_item {
        width: 100%;
        padding: 42px 30px;
    }

    section.services .services_items .services_item .services_picture {
        width: 210px;
        height: 165px;
    }

    section.services .services_items .services_item .services_picture svg {
        width: 90px;
        height: 90px;
    }

    section.services .services_items .services_item a .context {
        max-width: calc((100% - 4px - 24px));
        font: 400 22px/30px "HelveticaNeue", sans-serif;
        height: auto;
        line-clamp: 2 !important;
        -webkit-line-clamp: 2 !important;
    }

    section.services .services_items .services_item .services_description {
        font: 400 16px/22px "DMSans", sans-serif;
        height: 44px;
    }

    section.services .services_items .services_item a .arrow_animation {
        width: 24px;
        height: 24px;
    }

    section.services .services_items .services_item a .arrow_animation .picture {
        width: 24px;
        height: 24px;
    }

    section.services .services_items .services_item a .arrow_animation .picture img {
        width: 24px;
        height: 24px;
    }

    section.services .services_items .services_item a .arrow_animation .picture::before {
        width: 24px;
        height: 24px;
    }

    /* Services Section */




    /* About Us */
    section.about .about_wrapper .about_banner {
        height: auto;
    }

    section.about .about_wrapper .about_banner_wrapper {
        gap: 80px;
    }

    section.about .about_wrapper .about_banner_wrapper .right {
        width: 100%;
        height: auto;
    }

    section.about .about_wrapper .about_banner_wrapper .left {
        width: 100%
    }

    section.about .about_wrapper .about_banner_wrapper .left .context {
        font: 400 25px/37px "DMSans", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .context span {
        font: 800 25px/37px "DMSans ExtraBold", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes {
        width: 35px;
        height: 35px;
    }

    section.about .about_wrapper .about_banner_wrapper .left .quotes:last-child {
        transform: translateY(-20px);
    }

    section.about .about_wrapper .about_banner_wrapper .left .title {
        font: 500 40px/56px "DMSans Medium", sans-serif;
    }

    section.about .about_wrapper .about_banner_wrapper .left .description {
        font: 400 21px/27px "DMSans", sans-serif;
        padding-right: 0;
    }

    /* About Us */







    /* Our team  */
    section.our_team .our_team_heading {
        width: 100%;
        margin: 0 auto 80px;
        padding-top: 50px;
    }

    section.our_team .our_team_heading .description {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.our_team .our_team_heading .title {
        font: italic 100 50px/50px "HelveticaNeue Thin", sans-serif;
    }

    section.our_team .our_team_heading .title span {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.our_team .our_team_wrapper {
        column-gap: 32px;
        row-gap: 80px;
    }

    section.our_team .our_team_wrapper .our_team_item {
        width: 100%;
    }

    section.our_team .our_team_wrapper .our_team_item .picture {
        height: auto;
        aspect-ratio: unset;
    }

    section.our_team .our_team_wrapper .our_team_item .name {
        font: 400 32px/42px "DMSans", sans-serif;
        display: block !important;
    }

    section.our_team .our_team_wrapper .our_team_item .profession {
        font: 400 20px/26px "DMSans", sans-serif;
        display: block !important;

    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer {
        padding: 44px 25px;
        gap: 50px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer .context {
        font: 400 20px/26px "DMSans", sans-serif;
        max-height: calc(7 * 26px);
        -webkit-line-clamp: 7 !important;
        line-clamp: 7 !important;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons {
        gap: 20px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li {
        width: 48px;
        height: 48px;
    }

    section.our_team .our_team_wrapper .our_team_item .picture .layer ul.social_icons li a svg {
        display: block;
        width: 24px;
        height: 24px;
    }

    /* Our team  */




    /* Vacancies Section */
    section.vacancies .vacancies_heading {
        width: 100%;
        margin: 0 auto 80px;
    }

    section.vacancies .vacancies_heading .title {
        font: italic 100 70px/70px "HelveticaNeue Thin", sans-serif;
    }

    section.vacancies .vacancies_heading .title span {
        font: 500 70px/70px "HelveticaNeue Medium", sans-serif;
    }

    section.vacancies .vacancies_wrapper {
        column-gap: 30px;
        row-gap: 40px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item {
        width: 100%;
        padding: 26px 20px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .title {
        font: 500 28px/36px "DMSans Medium", sans-serif;
        height: auto;
        display: block !important;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper {
        gap: 8px;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .features_wrapper .feature_item {
        padding: 10px 24px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: auto;
        display: block !important;
    }

    section.vacancies .vacancies_wrapper .vacancies_item .link a .context {
        font: 400 24px/24px "DMSans", sans-serif;
    }

    /* Vacancies Section */





    /* Feedback Section */
    section.feedback .feedback_heading {
        width: 100%;
    }

    section.feedback .feedback_heading .description {
        font: 400 26px/36px "DMSans", sans-serif;
    }

    section.feedback .feedback_heading .title {
        font: 300 40px/50px "DMSans Light", sans-serif;
    }

    section.feedback .feedback_swiper {
        height: auto;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 100px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide {
        height: auto;
        padding: 20px;
        gap: 25px;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .picture {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context {
        width: 100%;
        height: auto;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .title {
        font: 500 21px/27px "DMSans Medium", sans-serif;
        margin: 0 0 32px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .description {
        font: 400 21px/29px "DMSans", sans-serif;
        height: calc(4 * 29px);
        margin: 0 0 61px 0;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .name {
        font: 500 24px/34px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-wrapper .swiper-slide .context .profession {
        font: 500 21px/27px "DMSans Medium", sans-serif;
    }

    section.feedback .feedback_swiper .swiper-button-prev,
    section.feedback .feedback_swiper .swiper-button-next {
        top: calc(100% + 70px);
    }

    /* Feedback Section */




    /* Careers Form  */
    section.careers_from form {
        padding: 35px 20px;
    }

    section.careers_from form .title {
        font: 700 30px/30px "HelveticaNeue Bold", sans-serif;
        width: 100%;
    }

    section.careers_from form .title_context {
        font: 400 20px/26px "DMSans", sans-serif;
        width: 100%;
    }

    section.careers_from form .main_form {
        column-gap: 0;
        row-gap: 52px;
    }

    section.careers_from form .main_form>div {
        width: 100%;
    }

    section.careers_from form .footer button {
        padding: 12px 34px;
    }

    section.careers_from form .footer button .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    section.careers_from form .footer .description {
        width: 100%;
        font: 400 14px/17px "DMSans", sans-serif;
    }

    section.careers_from form .positions .positions_wrapper label {
        padding: 6px 12px;
        font: 500 13px/16px "DMSans Medium", sans-serif;
    }

    section.careers_from form .upload_cv .image_uploader {
        height: 170px;
        gap: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.careers_from form .upload_cv .image_uploader .drop_area .image_upload {
        padding: 16px 40px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display {
        gap: 10px !important;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name {
        max-width: 90%;
        width: 90%;
        padding: 10px 30px;
        margin-bottom: -20px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_configuration {
        margin-top: -20px;
    }

    section.careers_from form .upload_cv .image_uploader .cv_display .cv_name .text {
        font: 500 20px/30px "DMSans Medium", sans-serif;
    }

    /* Careers Form  */




    /* Blog Section */
    section.blog .blog_heading {
        width: 100%;
    }

    section.blog .blog_heading .description {
        font: 400 26px/36px "DMSans", sans-serif;
    }

    section.blog .blog_heading .title {
        font: 300 40px/50px "DMSans Light", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper {
        width: 100%;
        height: 60px;
    }

    section.blog .blog_wrapper form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog .blog_wrapper .blog_items {
        column-gap: 0;
        row-gap: 30px;
    }

    section.blog .blog_wrapper .blog_items .blog_item {
        width: 100%;
    }

    section.blog .blog_wrapper .blog_items .blog_item .top {
        height: auto;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom {
        padding: 24px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .title {
        font: 400 20px/26px "DMSans", sans-serif;
        height: 52px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .description {
        font: 400 16px/21px "DMSans", sans-serif;
        height: 42px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a {
        padding: 12px 16px;
    }

    section.blog .blog_wrapper .blog_items .blog_item .bottom .link a .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    /* Blog Section */




    /* News Section */
    section.news .news_row {
        width: 100%;
    }

    section.news .news_row .news_title {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.news .news_row .news_title span {
        font: italic 100 50px/50px "HelveticaNeue Thin", sans-serif;
    }

    section.news .news_row .news_description {
        font: 300 22px/28px "HelveticaNeue Light", sans-serif;
    }

    section.news .news_banner .left {
        height: auto;
        width: 100%;
        aspect-ratio: 3 / 2;
    }

    section.news .news_banner .right {
        width: 100%;
    }

    section.news .news_banner .right .picture_wrapper {
        height: auto;
    }

    section.news .news_banner .right .picture_wrapper .picture_context {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 2 * 20px);
        font: 600 18px/26px "DMSans SemiBold", sans-serif;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }

    section.news .news_banner .right form {
        margin: 60px 0 0 0;
        padding-bottom: 58px;
    }

    section.news .news_banner .right form .form_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper {
        width: 100%;
        height: 60px;
    }

    section.news .news_banner .right form .input_wrapper input {
        padding: 19.5px 60px 19.5px 20px;
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.news .news_banner .right form .input_wrapper input::placeholder {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    /* News Section */




    /* Blog Detailed */
    section.blog_detailed .blog_detailed_row {
        width: 100% !important;
    }

    section.blog_detailed .blog_detailed_row .blog_detailed_title {
        font: 500 35px/35px "HelveticaNeue Medium", sans-serif;
        width: 100%;
        padding-top: 60px;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .left .title {
        font: 400 16px/21px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_row .author_wrapper .right .description {
        font: italic 200 16px/21px "DMSans ExtraLight", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_detailed_banner {
        height: auto;
        aspect-ratio: 2 / 1;
        margin: 0 0 80px 0;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .title {
        font: 400 30px/30px "DMSans", sans-serif;
    }

    section.blog_detailed .blog_detailed_wrapper .blog_used_wrapper .item .description {
        font: 400 17px/22px "DMSans", sans-serif;
    }

    /* Blog Detailed */




    /* Technologies Section */
    section.technologies .technologies_row {
        width: 100%;
    }

    section.technologies .technologies_row .technologies_title {
        font: 500 45px/45px "HelveticaNeue Medium", sans-serif;
    }

    section.technologies .technologies_row .technologies_title span {
        font: italic 100 45px/45px "HelveticaNeue Thin", sans-serif;
    }

    section.technologies .technologies_row .technologies_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.technologies .technologies_banner>div {
        height: auto;
    }

    section.technologies .technologies_banner .banner_item:first-child,
    section.technologies .technologies_banner .banner_item:last-child {
        width: 100%;
    }

    /* Technologies Section */




    /* Clients Development Section  */
    section.clients_development .clients_development_heading {
        width: 100%;
    }

    section.clients_development .clients_development_heading .heading {
        font: italic 100 50px/50px "HelveticaNeue Thin", sans-serif;
    }

    section.clients_development .clients_development_heading .heading span {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description {
        padding: 16px 20px 32px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_program_close {
        top: 16px;
        right: 20px;
        width: 44px;
        height: 44px;
    }

    section.clients_development .clients_programs .clients_program_description .clients_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.clients_development .clients_programs .clients_program_description .clients_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.clients_development .clients_programs .clients_program_description a {
        padding: 8px 16px;
    }

    section.clients_development .clients_programs .clients_program_description a .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    /* Clients Development Section  */



    /* Development Section */
    section.development .development_wrapper .development_item .heading .title {
        font: 400 26px/36px "DMSans", sans-serif;
        margin: 0 0 25px 0;
    }

    section.development .development_wrapper .development_item .web_programs {
        gap: 8px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program {
        padding: 12px 24px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program .icon {
        width: 24px;
        height: 27.05px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program .text {
        font: 400 20px/26px "DMSans", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description {
        padding: 16px 20px 32px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_program_close {
        top: 16px;
        right: 20px;
        width: 44px;
        height: 44px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_title {
        font: 500 40px/52px "DMSans Medium", sans-serif;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description .web_description {
        font: 400 16px/21px "DMSans", sans-serif;
        max-height: 105px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description a {
        padding: 8px 16px;
    }

    section.development .development_wrapper .development_item .web_programs .web_program_description a .context {
        font: 400 21px/21px "DMSans", sans-serif;
    }

    /* Development Section */




    /* References Section */
    .references .references_timeline {
        top: 45px;
        bottom: 45px;
    }

    .references .references_item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        column-gap: 70px;
        row-gap: 30px;
        padding: 24px;
    }

    .references .references_item::after {
        top: 40px;
        right: -80px;
        font: 500 16px/21px "DMSans Medium", sans-serif;
    }

    .references .references_item::before {
        top: 45px;
        right: -103px;

    }

    .references .references_item .website {
        font: 400 24px/31px "DMSans", sans-serif;
        max-width: 100% !important;
        width: 100% !important;
        display: -webkit-inline-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: block !important;
    }

    .references .references_item a {
        padding: 12px 24px;
        width: auto;
    }

    .references .references_item a .context {
        font: 400 20px/24px "DMSans", sans-serif;
    }

    .references .references_timeline,
    .references .references_item::after,
    .references .references_item::before {
        display: none;
    }

    /* References Section */




    /* Solutions Section */
    section.solutions .solutions_row {
        width: 100%;
    }

    section.solutions .solutions_row .solutions_title {
        font: 500 50px/50px "HelveticaNeue Medium", sans-serif;
    }

    section.solutions .solutions_row .solutions_title span {
        font: italic 100 50px/50px "HelveticaNeue Thin", sans-serif;
    }

    section.solutions .solutions_row .solutions_description {
        font: 300 24px/31px "HelveticaNeue Light", sans-serif;
    }

    section.solutions .solutions_heading {
        width: 100%;
        margin: 0 0 80px 0;
    }

    section.solutions .portfolio_items .portfolio_item:nth-child(2n) {
        position: static;
        top: -350px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies {
        gap: 8px;
        left: 12px;
        width: calc((100% - 2 * 12px));
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper:hover .technologies {
        bottom: 12px;
    }

    section.solutions .portfolio_items .portfolio_item .media_wrapper .technologies .technology_item {
        padding: 8px 12px;
    }

    /* Solutions Section */



    /* Industrie Section */
    section.industry .industry_wrapper .right {
        width: 100%;
        max-height: unset;
        max-height: 700px;
    }

    section.industry .industry_wrapper .right .item .item_title {
        font: 400 32px/42px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .right .item .item_description {
        font: 400 24px/31px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left {
        width: 100%;
        padding: 30px 20px;
    }

    section.industry .industry_wrapper .left .industry_title {
        font: 500 30px/30px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_title span {
        font: italic 100 30px/30px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_wrapper .left .industry_description {
        font: 400 16px/22px "DMSans", sans-serif;
    }

    section.industry .industry_wrapper .left .carousel_container {
        height: 300px;
    }

    /* Industrie Section */



    /* Industrie Section Detailed */
    section.industry .industry_detailed {
        padding: 30px 20px;
    }

    section.industry .industry_detailed .industry_wrapper {
        gap: 56px;
    }

    section.industry .industry_detailed .industry_wrapper .right {
        width: 100%;
        max-height: 791px;
        gap: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .left {
        width: 100%;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title {
        font: 500 42px/42px "HelveticaNeue Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_title span {
        font: italic 100 42px/42px "HelveticaNeue Thin", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description {
        font: 400 21px/27px "DMSans", sans-serif;
        height: auto !important;
        max-height: unset !important;
        display: block !important;
    }

    section.industry .industry_detailed .industry_wrapper .left .industry_description span {
        font: 800 21px/27px "DMSans ExtraBold", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .left .carousel_container {
        height: 300px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item {
        padding: 32px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item::after {
        width: 10px;
        height: 40px;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_title {
        font: 500 22px/32px "DMSans Medium", sans-serif;
    }

    section.industry .industry_detailed .industry_wrapper .right .right_item .item_description {
        font: 500 16px/22px "DMSans Medium", sans-serif;
    }

    /* Industrie Section Detailed */




    section.client_review .client_review_wrapper .client_review_items .right .description {
        margin: 0 0 80px 0;
    }

    section.client_review.carousel_section .review_swiper .swiper-button-next,
    section.client_review.carousel_section .review_swiper .swiper-button-prev {
        bottom: 55px;
    }





    /* Reference Detailed  */
    section.references_detailed .references_detailed_wrapper .title {
        font: 300 50px/50px "HelveticaNeue Light", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .date {
        font: 400 20px/20px "HelveticaNeue", sans-serif;
    }

    section.references_detailed .references_detailed_wrapper .referenceImage {
        width: 100%;
        height: auto;
        margin: -200px auto 350px;
    }

    section.references_detailed .references_detailed_wrapper .referenceArrowContainer {
        margin-top: 0;
    }

    section.references_detailed .references_detailed_wrapper path {
        stroke-width: 5;
    }

    section.references_detailed .references_detailed_wrapper .referenceDot {
        r: 10;
    }

    /* Reference Detailed  */





    /* Work Process */
    section.work_process .work_process_wrapper .title {
        font: 500 30px/40px "DMSans Medium", sans-serif;
        width: 100%;
        /* height: calc(6 * 40px);
        width: 100%;
        display: -webkit-inline-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 6 !important;
        line-clamp: 6 !important;
        overflow: hidden !important;
        text-overflow: ellipsis;*/
    }

    section.work_process .work_process_wrapper .description {
        font: 500 30px/42px "DMSans Medium", sans-serif;
        width: 100%;
        /* height: calc(2 * 42px);
        width: 100%;
        display: -webkit-inline-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        overflow: hidden !important;
        text-overflow: ellipsis; */
    }

    section.work_process .work_process_wrapper .description span {
        font: italic 100 30px/42px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections {
        margin-top: 120px;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection {
        margin-top: 10px;
        font: 500 40px/58px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .endSection span {
        font: italic 100 40px/58px "DMSans Thin", sans-serif;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        height: auto;
        width: calc(100% - 20px);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:not(:last-child) {
        margin-bottom: 150px;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection {
        margin-left: auto;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .imageContainer {
        order: 2;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection:nth-child(2n) .context {
        order: 1;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .imageContainer {
        width: 100%;
        height: auto;
    }

    section.work_process .work_process_wrapper .work_process_sections .workSection .context {
        width: 100%;
        /* height: calc(5 * 30px); */
        font: 500 24px/30px "DMSans Medium", sans-serif;
    }

    section.work_process .work_process_wrapper .workProcessArrowContainer {
        top: 500px;
        display: none;
    }


    /* Work Process */

    /* Apply Job */
    section.job_detailed .about_job {
        padding: 20px;
    }

    section.job_detailed .about_job h2 {
        font-size: 20px !important;
    }

    section.job_detailed .about_job .info_title {
        padding: 10px 13px;
        margin-bottom: 10px;
    }

    section.job_detailed .about_job .job_button {
        margin-bottom: 10px;
    }

    section.job_detailed .about_job .job_info_value {
        margin-top: 0;
    }

    section.job_detailed .about_job .job_info_grid {
        gap: 10px;
    }

    /* Apply Job */

    /* let's talk ideas */
    section.talk_ideas .main_heading_row {
        width: 100%;
    }

    section.talk_ideas .main_heading_row .main_heading_title,
    section.talk_ideas .main_heading_row .main_heading_title span {
        font-size: 35px;

    }

    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form .main_form>div {
        width: 100%;
    }

    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form .footer button {
        padding: 10px 19px;
    }

    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form {
        padding: 20px;
    }

    section.talk_ideas .talk_ideas_wrapper .talk_ideas_form .footer button .context {
        font-size: 18px;

    }


    /* Cookies Form Modal */


    #cookiesModal .modal-dialog {
        max-width: 100% !important;
        top: 40px;
    }

    /* Cookies Form Modal */

    #cookiesModal .modal-dialog .modal-content .close {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }

    #cookiesModal .modal-dialog .modal-content {
        padding: 0;
    }

    #cookiesModal .modal-dialog .modal-content .modal-body ul {
        padding: 0;
    }

    #cookiesModal .modal-dialog .modal-content .modal-header p,
    #cookiesModal .modal-dialog .modal-content .modal-body ul li p {
        font-size: 14px;
    }

    /* Error */
    section.error .error_content {
        margin: 30px 0;
    }

    section.error .error_content p {
        width: 95%;
        font-size: 14px;
    }

    section.error .error_content h2 {
        font-size: 30px;
    }

    section.error .error_content h1 {
        font-size: 80px;
    }

    /* Error */

}

@media only screen and (max-width: 321px) {

    /* service detailed */
    section.home_detailed .home_detailed_wrapper .media_wrapper .custom-arrow-col {
        width: 100% !important;
    }

    /* transforming */

    .tailoredWrapper .tailored_img.second {
        height: 496px;
    }

    section.transforming .transforming_wrapper {
        height: 55vh;
    }

    section.transforming .transforming_wrapper .transforming_img {
        height: 49vh;
    }

    .tailoredWrapper .tailored_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tailoredWrapper .tailored_img.first img {
        height: 70%;
    }

    .tailoredWrapper .tailored_img.second {
        height: 250px;
    }

    .tailoredWrapper .tailored_img.second img {
        max-width: 45%;
        height: 95%;
    }

    /* solutions */
    .about_project .title {
        display: flex;
        flex-direction: column;
    }

    .about_project .title h2 {
        margin-bottom: 0;
    }

    section.how_it_works .img_wrapper img:nth-child(3) {
        width: 150px;
        height: 150px;
    }

    section.how_it_works .img_wrapper img:nth-child(2) {
        width: 70px;
        height: 70px;
        right: 50px;
    }

    div.client_review_wrapper .swiper-button-next {
        right: 10%;
    }

    div.client_review_wrapper .swiper-button-prev {
        left: 10%;
    }
}
