.accordion-button {
    border: 0;
    outline: 0;
    box-shadow: none;
}

body {
    font-family: 'Fira Code';
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.main .title h1 {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 96px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 59px;
}


.navbar {
    padding-top: 28px;
    padding-bottom: 28px;
    background: transparent !important;
    margin-bottom: 75px;
}

.padding_fixed {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff !important;
}

a.btn_red_nav {
    padding: 10px 45.5px 10px 35.5px !important;
}

a.btn_red_nav::after {
    right: 21.5px !important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-link {
    color: #000;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    text-transform: uppercase;
    margin-right: 48px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.navbar-nav .nav-link:hover {
    color: #F00;
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #000;
}

.navbar-nav .nav-link.active:hover {
    border-bottom: 2px solid #F00;
}

a.btn_black_border {
    display: inline-block;
    padding: 16px 35px;
    padding-right: 59.5px;
    border: 2px solid #000;
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

a.btn_black_border:hover {
    color: #F00;
    border: 2px solid #F00;
}

a.btn_black_border::after {
    content: '';
    background: url('../items/btn_black_arrow.svg');
    width: 8px;
    height: 13px;
    position: absolute;
    top: -2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 35px;
}

a.btn_black_border:hover::after {
    background: url('../items/btn_red_arrow.svg');
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.navbar-toggler-icon img {
    width: 100%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


.main .content p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.main .right p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.main .right p {
    margin-bottom: 24px;
}

.main .right p:first-child {
    margin-bottom: 32px;
}

.main .right a {
    background: #00FF00;
    border: 6px solid #00FF00;
    box-shadow: 5px 5px 0px #FF01FF;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FF00FF;
    width: 100%;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .right a img {
    margin-left: 16px;
}

.main .right a:hover {
    box-shadow: 5px 5px 0px #FFFFFF;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1272px;
    }
}

@media (min-width: 1750px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1592px;
    }
}


.left {
    max-width: 1105px;
}

.left .title {
    padding-left: 30px;
}

.right {
    max-width: 288px;
    margin-left: auto;
}

.navbar-toggler {
    color: #FFFFFF;
}

.navbar-toggler:hover {
    color: #F00;
}

.accordion-body p, .accordion-body li, .accordion-body a {
    color: #000;
    line-height: 140%;
    font-size: 24px;
    margin-bottom: 16px;
}

.accordion-body a {
    font-weight: 450;
}

.accordion-body a:hover {
    color: #F00;
}

.accordion-body p.strong {
    font-weight: 600;
}

.accordion-body ul {
    list-style-type: disc;
    margin-left: 48px;
    margin-bottom: 24px;
}

.accordion-body ol {
    margin-left: 68px;
    margin-bottom: 24px;
}

.accordion-body li {
    margin-bottom: 12px;
}

.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:focus-visible {
    outline: 0;
    box-shadow: none;
    border: 0;
}


.te {
    position: relative;
}

.te::before {
    content: '';
    background: url('../items/te.png');
    width: 130px;
    height: 130px;
    position: absolute;
    top: -3px;
    left: -90px;
    mix-blend-mode: difference;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
}

.ful {
    position: relative;
}

.ful::before {
    content: '';
    background: url('../items/ful.png');
    width: 192px;
    height: 130px;
    position: absolute;
    top: -3px;
    left: -134px;
    mix-blend-mode: difference;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
}

.sol {
    position: relative;
}

.sol::before {
    content: '';
    background: url('../items/sol.png');
    width: 256px;
    height: 150px;
    position: absolute;
    top: -3px;
    left: -58px;
    mix-blend-mode: difference;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
}

.par {
    position: relative;
}

.par::before {
    content: '';
    background: url('../items/par.png');
    width: 177px;
    height: 102px;
    position: absolute;
    top: 66px;
    left: -96px;
    mix-blend-mode: difference;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
}

.eco {
    position: relative;
}

.eco::before {
    content: '';
    background: url('../items/eco.png');
    width: 177px;
    height: 102px;
    position: absolute;
    top: 66px;
    left: -4px;
    mix-blend-mode: difference;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
}

.main {
    padding-bottom: 68px;
}

.main .title {
    position: relative;
    z-index: 10;
}

.main .title::before {
    background: #0000FF;
    width: 797px;
    height: 574px;
    position: absolute;
    opacity: 0.6;
    right: -93px;
    top: -22px;
    content: '';
    z-index: -1;
}

.about_us .share a {
    background: #FFFF00;
    border: 6px solid #FFFF00;
    box-shadow: 5px 5px 0px #1F1C00;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0000FF;
    width: 100%;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us .share a:hover {
    box-shadow: 5px 5px 0px #FFFFFF;
}

.about_us .share a img {
    margin-left: 16px;
}

.about_us {
    padding: 100px 0;
}

.about_us .title h2 {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 80px;
}

.team_up .share {
    max-width: 288px;
}

.about_us .content p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 72px;
}

.about_us .content p span {
    color: #00FFFF;
}

b {
    font-weight: 700 !important;
}

.about_us_item {
    max-width: 502px;
    min-height: 220px;
    position: relative;
}

.about_us .right {
    max-width: 288px;
    margin-left: auto;
}

.about_us_item .image {
    margin-bottom: 8px;
}

.about_us_item .title {
    background: #00FFFF;
    padding: 4px 16px;
}

.about_us_item .title p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FF00FF;
}

.about_us_item .content {
    padding: 8px 16px;
    background: #F9F9F9;
    min-height: 150px;
}

.about_us_item .content p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #242424;
    margin-bottom: 24px;
}

.about_us_item .content a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1px;
    text-decoration-line: underline;
    color: #000000;
    position: absolute;
    bottom: 16px;
}

.about_us_item {
    margin-bottom: 24px;
}

.about_us_item:last-child {
    margin-bottom: 0;
}

.how_we_work {
    padding: 100px 0;
}

.how_we_work .right a {
    background: #00FF00;
    border: 6px solid #00FF00;
    box-shadow: 5px 5px 0px #FF01FF;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FF00FF;
    width: 100%;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how_we_work .right a img {
    margin-left: 16px;
}

.how_we_work .right a:hover {
    box-shadow: 5px 5px 0px #FFFFFF;
}

.how_we_work .right {
    width: 288px;
    margin-left: auto;
}

.how_we_work .first h2 {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.how_we_work .first p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.second h3 {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #000;
    margin-bottom: 80px;
    margin-top: 64px;
}

.how_we_work_item {
    margin-top: 44px;
}

.how_we_work_item p.title {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 24px;
}

.how_we_work_item p.content {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 2px;
    color: #000;
}

.about_us_second_item {
    max-width: 350px;
}

.about_us_second_item img {
    height: 300px;
    margin-left: 12px;
    margin-bottom: 32px;
}

.about_us_second_item .p_first p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 4px;
}

.about_us_second_item .p_second p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 24px;
}

.about_us_second_item .p_third p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 24px;
}

.about_us_second_item .p_third p span {
    color: #00F;
}

.about_us_second_item ul.social {
    display: flex;
}

.about_us_second_item ul.social li:first-child {
    margin-right: 32px;
}

.about_us_second_item ul.social li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 2px;
    color: #000;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.about_us_second_item ul.social li a:hover {
    color: #F00;
    border-bottom: 1px solid #F00;
}

.about_us_second_item {
    margin-top: 80px;
}

#about_us_second .content p {
    margin-bottom: 0;
}

.experts_items {
    display: flex;
    position: relative;
}

.experts_item {
    width: 220px;
    margin-right: 54px;
}

.experts_item img {
    margin-bottom: 16px;
}

.experts_item .title p {
    color: #FFF;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: Fira Code;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 38.4px */
    letter-spacing: 2px;
    text-decoration-line: underline;
    margin-bottom: 4px;
}


.experts_item .span p {
    color: #FFF;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 28.8px */
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.experts_item .content p {
    color: #FFF;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 1px;
    text-decoration-line: underline;
}

.experts_item {
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
}

.experts_item .image {
    position: absolute;
    top: -40px;
    left: 0;
}

.team_up ul {
    list-style-type: disc;
    padding-left: 24px;
}

.team_up ul li {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.portfolio_item img {
    margin-bottom: 2.5px;
}

.portfolio_item .title p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-left: 24px;
    margin-bottom: 24px;
}

.portfolio_item .content p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-left: 24px;
}

.portfolio_items {
    display: flex;
    flex-wrap: wrap;
}

.portfolio_item {
    width: 247.26px;
    margin-right: 64px;
    margin-top: 64px;
}

.how_we_work .first h2 {
    margin-bottom: 16px;
}

.portfolio_item .title a {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 2px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.portfolio h3 {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 80px;
}

.accordion-item {
    background: transparent;
}

.accordion-item, .accordion-header, .accordion-flush .accordion-item .accordion-button {
    background: transparent;
}

.accordion-flush .accordion-item .accordion-button:focus-visible, .accordion-flush .accordion-item .accordion-button:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.third a:hover {
    box-shadow: 5px 5px 0px #fff;
}

.accordion-button p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 1.03085px;
    color: #000;
}

.accordion-body p {
    color: #000;
    line-height: 140%;
    font-size: 24px;
}

.accordion-item, .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.accordion-flush .accordion-item .accordion-button {
    padding: 26px 0 30px;
}

.accordion-body {
    padding: 0 40px 30px;
}

.accordion-button::after {
    background-image: url('../items/arrow_faq.svg');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../items/arrow_faq.svg');
}

footer a {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    letter-spacing: 1px;
    color: #000;
}

a:hover {
    color: #000;
}

footer {
    padding: 0 0 66px;
    background: url('../items/footer_bottom.png');
    background-size: cover;
    background-position: bottom left;
}

#how_we_work .first h2 {
    margin-bottom: 64px;
}

.experts .first h2 {
    margin-bottom: 64px;
}

.about_us_second_items {
    position: relative;
    height: 2150px;
    max-width: 1920px;
    margin: auto;
}

.about_us_second_item {
    position: absolute;
}

.about_us_second_item.one {
    top: 0px;
    left: 108px;
}

.about_us_second_item.two {
    top: 100px;
    left: 578px;
}


.about_us_second_item.three {
    top: 210px;
    right: 587px;
}

.about_us_second_item.four {
    top: -40px;
    right: 121px;
}

.about_us_second_item.five {
    left: 108px;
    top: 700px;
}

.about_us_second_item.nine {
    left: 108px;
    top: 1400px;
}

.about_us_second_item.six {
    right: 137px;
    top: 700px;
}

.about_us_second_item.seven {
    top: 800px;
    left: 578px;
}

.about_us_second_item.eight {
    top: 930px;
    right: 587px;
}

@media (max-width: 1850px) {
    .about_us_second_item.one {
        top: 0px;
        left: 88px;
    }

    .about_us_second_item.two {
        top: 100px;
        left: 487px;
    }

    .about_us_second_item.three {
        top: 210px;
        right: 529px;
    }

    .about_us_second_item.eight {
        top: 930px;
        right: 529px;
    }

    .about_us_second_item.four {
        top: -40px;
        right: 101px;
    }

    .about_us_second_item.five {
        left: 88px;
        bottom: 0;
    }

    .about_us_second_item.nine {
        left: 88px;
        top: 1400px;
    }

    .about_us_second_item.six {
        right: 117px;
        bottom: 50px;
    }

    .about_us_second_item.seven {
        top: 800px;
        left: 487px;
    }
}

@media (max-width: 1750px) {
    .about_us_second_item.one {
        top: 0px;
        left: 68px;
    }

    .about_us_second_item.two {
        top: 100px;
        left: 467px;
    }

    .about_us_second_item.three {
        top: 210px;
        right: 474px;
    }

    .about_us_second_item.four {
        top: -40px;
        right: 81px;
    }

    .about_us_second_item.five {
        left: 68px;
        bottom: 0;
    }

    .about_us_second_item.five {
        left: 68px;
        top: 722px;
    }

    .about_us_second_item.eight {
        top: 930px;
        right: 474px;
    }

    .about_us_second_item.six {
        right: 97px;
        bottom: 50px;
    }

    .about_us_second_item.seven {
        top: 800px;
        left: 467px;
    }

    .about_us_second_item.nine {
        left: 68px;
        top: 1400px;
    }
}

@media (max-width: 1680px) {
    .about_us_second_item.one {
        top: 0px;
        left: 48px;
    }

    .about_us_second_item.two {
        top: 100px;
        left: 447px;
    }

    .about_us_second_item.three {
        top: 210px;
        right: 404px;
    }

    .about_us_second_item.eight {
        top: 930px;
        right: 404px;
    }

    .about_us_second_item.four {
        top: -40px;
        right: 41px;
    }

    .about_us_second_item.five {
        left: 48px;
        bottom: 0;
    }

    .about_us_second_item.nine {
        left: 48px;
    }

    .about_us_second_item.six {
        right: 57px;
        bottom: 50px;
    }

    .about_us_second_item.seven {
        top: 700px;
        left: 447px;
    }

    .about_us_second_item {
        max-width: 320px !important;
    }

    .about_us_second_item img {
        height: auto !important;
        width: 280px !important;
    }

    .about_us_second_item .p_third p {
        font-size: 16px;
    }

    .about_us_second_item .p_second p {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .about_us_second_item .p_first p {
        font-size: 16px;
    }

    .about_us_second_item img {
        margin-bottom: 20px;
    }

    .about_us_second_items {
        position: relative;
        height: 2000px;
    }
}

@media (max-width: 1480px) {

    .about_us_second_item img.top_image {
        left: 215px;
    }

    .about_us_second_items {
        position: relative;
        height: 1780px;
    }

    .about_us_second_item.one {
        top: 0px;
        left: 48px;
    }

    .about_us_second_item .p_third p {
        font-size: 16px;
    }

    .about_us_second_item.two {
        top: 100px;
        left: 419px;
    }

    .about_us_second_item.three {
        top: 210px;
        right: 404px;
    }

    .about_us_second_item.four {
        top: -40px;
        right: 41px;
    }

    .about_us_second_item.five {
        left: 48px;
        top: 600px;
        bottom: 0;
    }

    .about_us_second_item.nine {
        left: 48px;
        bottom: 0;
        top: 1200px;
    }

    .about_us_second_item.six {
        right: 57px;
        bottom: 50px;
    }

    .about_us_second_item.seven {
        top: 700px;
        left: 419px;
    }

    .about_us_second_item {
        max-width: 250px !important;
    }

    .about_us_second_item img {
        height: 250px !important;
        width: 250px !important;
    }

    .about_us_second_item ul.social li a {
        font-size: 14px;
    }
}

@media (max-width: 1350px) {
    .about_us_second_items {
        position: relative;
        height: 1780px;
    }

    .about_us_second_item img.top_image {
        left: 219px !important;
    }

    .about_us_second_item.one {
        top: 0px;
        left: 48px;
    }

    .about_us_second_item .p_third p {
        font-size: 16px;
    }

    .about_us_second_item.two {
        top: 100px;
        left: 365px;
    }

    .about_us_second_item.three {
        top: 210px;
        right: 365px;
    }

    .about_us_second_item.eight {
        right: 365px;
    }

    .about_us_second_item.four {
        top: -40px;
        right: 41px;
    }

    .about_us_second_item.five {
        left: 48px;
        bottom: 0;
    }

    .about_us_second_item.six {
        right: 57px;
        bottom: 50px;
    }

    .about_us_second_item.seven {
        top: 700px;
        left: 365px;
    }

    .about_us_second_item {
        max-width: 250px !important;
    }

    .about_us_second_item img {
        height: auto !important;
        width: 250px !important;
    }

    .about_us_second_item ul.social li a {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .about_us_second_items {
        position: relative;
        margin-top: 70px;
        height: 2067px;
    }

    .about_us_second_item.one {
        top: 0px;
        left: 0;
    }

    .about_us_second_item .p_third p {
        font-size: 16px;
    }

    .about_us_second_item.two {
        top: 171px;
        right: 0;
        left: unset;
    }

    .about_us_second_item.nine {
        left: auto;
        bottom: auto;
        top: 1100px;
        right: 326px;
    }

    .about_us_second_item.eight {
        right: 326px;
        top: 400px;
    }

    .about_us_second_item.three {
        top: 520px;
        left: 0;
    }

    .about_us_second_item.four {
        top: 716px;
        right: 0;
    }

    .about_us_second_item.five {
        left: 0;
        top: 1044px;
    }

    .about_us_second_item.six {
        right: 0;
        top: 1250px;
    }

    .about_us_second_item.seven {
        left: 0;
        top: 1590px;
    }

    .about_us_second_item {
        max-width: 250px !important;
    }

    .about_us_second_item img {
        height: auto !important;
        width: 250px !important;
    }

    .about_us_second_item ul.social li a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .about_us_second_items {
        height: 2667px;
    }

    .about_us_second_item.nine {
        top: 1800px;
        right: 0;
    }

    .about_us_second_item.eight {
        top: 2120px;
        left: 0;
    }
}

@media (max-width: 1749.98px) {

    .main .title h1 {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 450;
        font-size: 72px;
        line-height: 140%;
        color: #FFFFFF;
    }

    .te::before {
        width: 100px;
        height: 100px;
    }

    .ful::before {
        width: 148px;
        height: 100px;
    }

    .sol::before {
        width: 205px;
        height: 120px;
    }

    .par::before {
        width: 125px;
        height: 72px;
        top: 49px;
        left: 0px;
    }

    .eco::before {
        width: 139px;
        height: 66px;
        top: 49px;
    }

    .main .content p {
        font-family: 'Fira Code';
        font-style: normal;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
    }

    .main .right p {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .main .right p {
        margin-bottom: 32px;
    }

    .main .right a {
        font-size: 16px;
        line-height: 20px;
    }

    .nav-link {
        margin-bottom: 24px;
        font-weight: 450;
        font-size: 32px;
        line-height: 120%;
    }

    .about_us .title h2 {
        font-size: 52px;
        line-height: 120%;
        margin-bottom: 64px;
    }

    .about_us .content p {
        margin-bottom: 64px;
        font-size: 28px;
    }

    .about_us .right {
        max-width: 288px;
        margin-left: auto;
    }

    .about_us .share a {
        font-size: 16px;
        line-height: 20px;
    }

    .about_us_item .title p {
        font-size: 24px;
    }

    .about_us_item .content p {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 24px;
    }

    #how_we_work .first h2 {
        margin-bottom: 64px;
        font-size: 52px;
    }

    .how_we_work .right a {
        font-size: 16px;
        line-height: 20px;
    }

    .how_we_work .first p {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 64px;
    }

    .how_we_work .right {
        width: 288px;
    }

    .second h3 {
        margin-bottom: 64px;
        margin-top: 40px;
        font-size: 32px;
        line-height: 120%;
    }

    .how_we_work_item p.title {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

    .how_we_work_item p.content {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 2px;
        color: #F9F9F9;
    }

    .about_us_second_item {
        max-width: 360px;
        margin-top: 64px;
    }

    .experts .right {
        width: 288px;
    }

    .experts_item .title p {
        font-size: 20px;
    }

    .experts_item .span p {
        font-size: 16px;
    }

    .experts_item .content p {
        font-size: 16px;
    }

    .experts_item {
        width: 190px;
        margin-right: 54px;
    }

    .team_up ul li {
        font-size: 24px;
    }

    .portfolio_item .title p {
        font-size: 20px;
    }

    .portfolio_item .content p {
        font-size: 16px;
    }

    .portfolio_item {
        width: 172px;
    }

    .portfolio h3 {
        font-size: 32px;
        margin-top: 64px;
    }

    .portfolio_item {
        width: 247.26px;
        margin-top: 44px;
    }

    .portfolio_item .title a {
        font-size: 20px;
    }

    .accordion-button p.number {
        margin-right: 24px;
    }
}

@media (max-width: 1290.98px) {
    .experts_item {
        width: 190px;
        margin-right: 30px;
    }
}

@media (max-width: 1199.98px) {

    .main .title h1 {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 600;
        font-size: 60px;
        line-height: 140%;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

    .te::before {
        width: 87px;
        height: 78px;
    }

    .ful::before {
        width: 137.94px;
        height: 77.59px;
    }

    .sol::before {
        width: 142px;
        height: 94.83px;
    }

    .par::before {
        width: 115px;
        height: 47px;
        top: 41px;
        left: 0px;
    }

    .eco::before {
        width: 116.39px;
        height: 53.88px;
        top: 41px;
    }

    .main .content p {
        font-size: 29px;
        margin-bottom: 32px;
    }

    .right {
        max-width: 100%;
    }

    .nav-link {
        margin-bottom: 16px;
        font-weight: 450;
        font-size: 28px;
        line-height: 120%;
    }

    .main .right a {
        width: 228px;
        margin-left: auto;
        padding: 8px;
    }

    .main {
        padding-bottom: 64px;
    }

    .about_us {
        padding: 44px 0;
    }

    .about_us .title h2 {
        font-size: 40px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .about_us .content p {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .about_us .content p:last-child {
        margin-bottom: 0;
    }

    #about_us .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .about_us .title a {
        width: 228px;
        padding: 8px;
    }

    .how_we_work {
        padding: 44px 0;
    }

    #how_we_work .first h2 {
        margin-bottom: 64px;
        font-size: 40px;
    }

    .how_we_work .right a {
        padding: 8px;
        width: 228px;
    }

    .how_we_work .right {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    #how_we_work .first h2 {
        margin-bottom: 8px;
    }

    .how_we_work .first p {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .second h3 {
        margin-bottom: 8px;
        margin-top: 32px;
        font-size: 20px;
        line-height: 120%;
    }

    .how_we_work_item {
        margin-top: 24px;
    }

    .how_we_work_item p.title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .how_we_work_item p.content {
        font-size: 16px;
        line-height: 150%;
    }

    .about_us .right {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .about_us .right a {
        padding: 8px;
        width: 228px;
    }

    .about_us_second_item img {
        width: 160px;
        height: 160px;
        margin-left: 0;
        margin-bottom: 8px;
    }

    .about_us_second_item {
        max-width: 181px;
        margin-top: 32px;
    }

    .about_us_second_item .p_first p {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.02em;
        color: #000;
        margin-bottom: 4px;
    }

    .about_us_second_item .p_second p {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 450;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 1px;
        color: #000;
        margin-bottom: 16px;
    }

    .about_us_second_item .p_third p {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.02em;
        margin-bottom: 16px;
    }

    .about_us_second_item ul.social {
        justify-content: space-between;
    }

    .about_us_second_item ul.social li a {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 2px;
        text-decoration-line: underline;
        color: #000;
    }

    .experts .first h2 {
        margin-bottom: 0;
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 140%;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

    .experts_item {
        width: 150px;
        margin-right: 54px;
    }

    .experts_item {
        margin-bottom: 24px;
    }

    .experts_item .title p {
        font-size: 20px;
        line-height: 160%;
    }

    .experts_item .span p {
        font-size: 14px;
    }

    .experts_item .content p {
        font-size: 14px;
    }

    .about_us .title h2 {
        font-size: 40px;
    }

    .team_up ul li {
        font-size: 16px;
        margin-bottom: 0;
    }

    .how_we_work .first h2 {
        font-size: 40px;
    }

    .portfolio_item .title p {
        font-size: 18px;

        margin-bottom: 16px;
    }

    .portfolio_item .content p {
        font-size: 14px;
    }

    .portfolio_item {
        width: 160px;
        margin-top: 32px;
    }

    .portfolio_item {
        margin-right: 68px;
    }

    .portfolio h3 {
        font-size: 20px;
        margin-top: 32px;
    }

    #faq .title h2 {
        margin-bottom: 32px;
    }

    .accordion-button p {
        font-size: 20px;
    }

    #about_us .about_us_item {
        margin-top: 32px;
    }

    #about_us .about_us_item .title p {
        font-size: 24px;
    }

    #about_us .about_us_item .title {
        margin-bottom: 0;
    }

    #about_us .about_us_item .content p {
        font-size: 16px;
    }

    .accordion-body p, .accordion-body li, .accordion-body a {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    footer {
        background: url('../images/footer_bottom_mob.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .experts_item {
        padding-left: 0;
    }

    .accordion-body {
        padding: 0 10px 30px;
    }

    .about_us_second_item img {
        width: 160px !important;
        height: 160px !important;
    }

    .about_us_second_item {
        width: 160px !important;
    }

    .about_us_second_items {
        margin-top: 20px;
    }

    .about_us_second_item.one {
        top: 0px;
        left: 0;
    }

    .about_us_second_item.two {
        top: 100px;
        right: 0;
        left: unset;
    }

    .about_us_second_item.three {
        top: 426px;
        left: 0;
    }

    .about_us_second_item.four {
        top: 533px;
        right: 0;
    }

    .about_us_second_item.five {
        left: 0;
        top: 854px;
    }

    .about_us_second_item.six {
        right: 0;
        top: 963px;
    }

    .about_us_second_item.seven {
        left: 0;
        top: 1351px;
    }

    .about_us_second_items {
        position: relative;
        margin-top: 20px;
        height: 1400px;
    }

    .main .title h1 {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 140%;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

    .left .title {
        padding-left: 0px;
    }

    .te::before {
        width: 45px;
        height: 36px;
    }

    .ful::before {
        width: 64px;
        height: 36px;
    }

    .sol::before {
        width: 68px;
        height: 44px;
        left: 0;
    }

    .par::before {
        width: 58px;
        height: 22px;
    }

    .eco::before {
        width: 54px;
        height: 25px;
    }

    .par::before {
        top: 20px;
        left: 0px;
    }

    .eco::before {
        top: 21px;
        left: 0px;
    }

    .main .title h1 {
        margin-bottom: 44px;
    }

    .main .content p {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 1px;
        color: #FFFFFF;
        margin-bottom: 40px;
    }

    .main .right p {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 1px;
        color: #FFFFFF;
    }

    .main .right p:first-child {
        margin-bottom: 16px;
    }

    .main .right a {
        width: 100%;
    }

    .about_us .title h2 {
        font-size: 30px;
    }

    .about_us .content p {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 32px;
    }

    .about_us .content p:last-child {
        margin-bottom: 32px;
    }

    #how_we_work .first h2 {
        font-size: 30px;
    }

    .how_we_work .first p {
        font-size: 18px;
    }

    .how_we_work a {
        padding: 8px;
        width: 228px;
        margin-top: 32px;
    }

    #experts a img {
        margin-left: 16px;
    }

    #experts a, #portfolio .share a {
        background: #00FF00;
        border: 6px solid #00FF00;
        box-shadow: 5px 5px 0px #FF01FF;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FF00FF;
        width: 100%;
        padding: 16px;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .about_us .share a {
        padding: 8px;
    }

    .second h3 {
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 40px;
    }

    .how_we_work_item p.title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .how_we_work_item p.content {
        font-size: 16px;
    }

    .how_we_work_item {
        margin-top: 40px;
    }

    .experts_item {
        width: 50%;
        margin: 0;
        padding-right: 16px;
        margin-bottom: 20px;
    }

    .how_we_work .first h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .portfolio_item {
        margin-right: 0;
        width: 50%;
    }

    .how_we_work .right {
        margin-bottom: 20px;
    }

    .portfolio h3 {
        font-family: 'Fira Code';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #FFFFFF;
    }

    .portfolio_item .title a {
        font-size: 20px;
    }

    .portfolio_items_two .portfolio_item {
        width: 33.3%;
    }

    .portfolio h3 {
        margin-top: 64px;
    }

    #faq .title h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    footer {
        text-align: center;
    }

    footer img {
        margin-bottom: 32px;
    }

    #how_we_work .share a {
        background: #00FF00;
        border: 6px solid #00FF00;
        box-shadow: 5px 5px 0px #FF01FF;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FF00FF;
        width: 100%;
        padding: 16px;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    footer .share a {
        background: #FFFF00;
        border: 6px solid #FFFF00;
        box-shadow: 5px 5px 0px #1F1C00;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #0000FF;
        width: 100%;
        padding: 16px;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        align-items: center;
    }

    footer .share img, #how_we_work .share a img {
        margin-bottom: 0;
        margin-left: 16px;
    }

    #team_up .title h2 {
        margin-bottom: 32px;
    }

    #about_us .about_us_item {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 32px;
    }

    .te::before {
        left: -38px;
    }

    .ful::before {
        left: -58px;
    }
}

#about_us_second ul.social li a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .portfolio_item > .content {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: visibility 0s, opacity 0.5s, max-height 0.5s linear;
    }

    .portfolio_item:hover > .title p {
        color: #00FF00;
    }

    .portfolio_item:hover > .content {
        visibility: visible;
        max-height: 100px;
        opacity: 1;
    }
}

.graf_item .title p {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.graf_item .content p {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #A3A3A3;
    margin-bottom: 12px;
}

.graf_item .content ul {
    list-style-type: disc;
    margin-left: 18px;
}

.graf_item .content li {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #A3A3A3;
    opacity: 0.9;
    margin-bottom: 4px;
}

.graf_item_col {
    border-left: 1.5px dashed #696969;
}

.graf_item_col:first-child {
    border-left: 0;
}

.graf_item_two {
    width: 260px;
    margin: auto;
}

.graf_item_three {
    width: 321px;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .graf_item_two {
        width: 100%;
        margin: 0;
        border-top: 1.5px dashed #696969;
        margin-top: 24px;
        padding-top: 24px;
    }

    .graf_item_three {
        width: 100%;
        margin-left: 0;
        border-top: 1.5px dashed #696969;
        margin-top: 24px;
        padding-top: 24px;
        margin-bottom: 24px;
    }

    .graf_item_col {
        border-left: 0;
    }

    .graf_item_col:first-child {
        border-top: 0;
    }
}

.top_bg {
    position: absolute;
    z-index: -1;
}

@media (max-width: 1750px) {
    .top_bg {
        position: absolute;
        z-index: -1;
    }

    .main .title::before {
        height: 454px;
        width: 614px;
        right: 5px;
    }

}

@media (max-width: 1600px) {
    .top_bg {
        position: absolute;
        left: -252px;
        z-index: -1;
    }
}

@media (max-width: 1550px) {
    .top_bg {
        position: absolute;
        left: -312px;
        z-index: -1;
    }
}

@media (max-width: 1450px) {
    .top_bg {
        position: absolute;
        left: -352px;
        z-index: -1;
    }
}

@media (max-width: 1350px) {
    .top_bg {
        position: absolute;
        left: -433px;
        z-index: -1;
    }
}

@media (max-width: 1280px) {
    .top_bg {
        position: absolute;
        left: -453px;
        z-index: -1;
    }

    .main .title::before {
        height: 431px;
        width: 521px;
        right: 0;
        top: -7px
    }
}

@media (max-width: 1060px) {
    .top_bg {
        position: absolute;
        left: -578px;
        top: 0;
        z-index: -1;
    }

    .main .title::before {
        height: 359px;
        width: 429px;
        right: 0;
        top: -7px
    }

    .main .right p {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #FFFFFF;
    }

}

@media (max-width: 991.98px) {
    .top_bg {
        position: absolute;
        left: 0;
        top: -220px;
        z-index: -1;
    }

    .main .title::before {
        height: 370px;
        width: 465px;
        right: -54px;
        top: -29px;
    }

    .main .right p {
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 400;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .main .title h1 {
        text-align: center;
    }

    .main .content p {
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .top_bg {
        top: 230px !important;
    }

    .main .title h1 {
        font-size: 40px;
        font-weight: 450;
        line-height: 130%;
        letter-spacing: 1px;
        text-align: center;
    }

    .main .title::before {
        height: 403px;
        width: 432px;
        right: -54px;
        top: -17px;
        opacity: 0.5;
    }

    .top_bg {
        position: absolute;
        left: 0;
        top: -100px;
        z-index: -1;
    }

    .about_us_second_items {
        position: relative;
        margin-top: 20px;
        height: 2302px;
    }

    .about_us_second_item.nine {
        top: 1475px;
        right: 0;
    }

    .about_us_second_item.eight {
        top: 1810px;
        left: 0;
    }

    .about_us_second_item.five {
        left: 0;
        top: 896px;
    }

    .experts_item .image img {
        width: 12px;
        height: 22px;
    }

    .experts_item .icon img {
        margin-bottom: 16px;
        width: 140px;
        height: 140px;
    }

    .experts_item .icon {
        text-align: end;
    }

    .experts_item .image {
        position: absolute;
        top: -29px;
        left: 0;
    }

    .experts_item {
        width: 50%;
        margin: 0;
        padding-right: 16px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.top_bar {
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0000ff;
}

.top_bar .content p {
    color: #fff;
    font-family: Fira Code;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: 1px;
}

.top_bar .btns a.check_btn {
    background-color: #fff;
    padding: 16px 32px;
    display: inline-flex;
    align-items: center;
    color: #0000ff;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

.top_bar .btns a svg {
    margin-top: -2px;
}


.top_bar .btns a.apply_btn {
    background: #ff0000;
    border: 3px solid #ff0000;
    padding: 16px 32px;
    color: #fff;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: Fira Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.btns svg {
    margin-left: 6px;
}

.top_bar .btns a.check_btn:hover {
    opacity: 0.8;
}

.top_bar .btns a.apply_btn:hover {
    background: rgb(255, 76, 76);
    border: 3px solid rgb(255, 76, 76);
}

@media (max-width: 1850px) {
    .top_bar .content p {
        font-size: 24px;
    }

    .top_bar .btns a.check_btn {
        font-size: 20px;
    }

    .top_bar .btns a.apply_btn {
        font-size: 20px;
    }
}

@media (max-width: 1530px) {
    .top_bar .content p {
        font-size: 24px;
    }

    .top_bar .btns a.check_btn {
        font-size: 20px;
    }

    .top_bar .btns a.apply_btn {
        font-size: 20px;
    }
}

@media (max-width: 1390px) {
    .top_bar .content p {
        font-size: 16px;
    }

    .top_bar .btns {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .top_bar .btns {
        flex-wrap: wrap;
    }

    .top_bar .btns a.check_btn {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .top_bar .btns a.apply_btn {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .top_bar .content p {
        font-size: 16px;
        text-align: left;
    }

    .top_bar {
        padding: 12px 24px;
    }
}

.new_section h2 {
    color: #FFF;
    font-family: "Fira Code";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    letter-spacing: 1px;
    margin-bottom: 80px;
}

.new_section p {
    color: #FFF;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 1px;
    margin-bottom: 64px;
}


@media (min-width: 1799.98px) {
    .moon_1 {
        width: 70% !important;
    }

    .container-fluid {
        max-width: 1900px;
    }
}

@media (max-width: 1199.98px) {
    .new_section h2 {
        font-size: 30px;
        margin-bottom: 36px;
    }

    .new_section p {
        margin-bottom: 32px;
        font-size: 18px;
    }
}


a.green {
    background: #00FF00 !important;
    border: 6px solid #00FF00 !important;
    box-shadow: 5px 5px 0px #FF01FF !important;
    color: #FF00FF !important;
}

a.yellow {
    background: #FFFF00 !important;
    border: 6px solid #FFFF00 !important;
    box-shadow: 5px 5px 0px #1F1C00 !important;
    color: #0000FF !important;
}

a.green:hover {
    box-shadow: 5px 5px 0px #FFFFFF !important;
}

a.yellow:hover {
    box-shadow: 5px 5px 0px #FFFFFF !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -75px;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: url('../items/arrow_swiper_right.svg');
}


.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -75px;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: url('../items/arrow_swiper_left.svg');
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media (max-width: 1199.98px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -40px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -40px;
    }
}

@media (max-width: 770px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -36px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -36px;
    }
}

.main_new {
    background: transparent;
}

.top_nav_div {
    height: 111.2px;
}

.main_new .title h1 {
    color: #000;
    font-family: "Fira Code";
    font-size: 104px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%;
    text-transform: uppercase;
}

.main_new .content p {
    color: #000;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: 1px;
}

.btn_red {
    border: 6px solid #F00;
    background: #F00;
    box-shadow: 5px 5px 0px 0px #000;
    padding: 16px 44px;
    color: #FFF;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 262px;
    text-decoration: none;
    text-align: center;
}

.btn_red:hover {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.60);
    color: #FFF;
}

.btn_red img {
    margin-left: 16px;
}

.main_new .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_new .content p {
    width: 70%;
}

.main_new .content a {
    width: 30%;
}

.main_new .title {
    margin-bottom: 80px;
}

.main_new {
    padding-bottom: 149px;
}

.top_bg {
    position: absolute;
    right: 0;
    text-align: end;
}

.title_two {
    background: #FECBCB;
}

.title_one {
    position: relative;
}

.title_one::before {
    position: absolute;
    top: 40px;
    background-image: url('../items/title_one.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 40px;
    display: inline-block;
    content: '';
}

.second {
    padding: 100px 0;
}

.second h2 {
    color: #000;
    font-family: "Fira Code";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.031px;
    margin-bottom: 40px;
}

.second p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.second .content {
    margin-bottom: 60px;
}

.second_item {
    color: #000;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%;
    letter-spacing: 2px;
    padding-left: 20px;
    padding-top: 24px;
    position: relative;
    margin-bottom: 40px;
}

.second_item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url('../items/second_before.svg');
}

.third {
    padding: 0 80px 100px;
}

.third_card {
    background: #00F;
    padding: 63px 80px 55px 56px;
    display: flex;
    align-items: center;
}

.third_card .image img {
    margin-right: 80px;
}

.third_card p {
    color: #FFF;

    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
    margin-bottom: 60px;
}

.fourth_item {
    position: relative;
    padding-left: 20px;
    padding-top: 24px;
    position: relative;
    margin-bottom: 40px;
}

.fourth_item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url('../items/second_before.svg');
}

.fourth_item h3 {
    color: #000;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.fourth_item p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
}

.fourth h2 {
    color: #000;
    margin-bottom: 60px;
    font-family: "Fira Code";
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 120px */
    letter-spacing: 1.031px;
}

.fourth {
    padding: 100px 0;
}

.fifth {
    padding: 100px 0 190px;
}

.fifth .title h2 {
    color: #000;
    font-family: "Fira Code";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.031px;
    margin-bottom: 79px;
}

.fifth .content p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
    margin-bottom: 64px;
    max-width: 580px;
}

.fifth .link p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: 0.64px;
    display: flex;
    align-items: center;
}

.fifth .link p a img {
    margin-left: 10px;
    margin-bottom: 6px;
}

.fifth .link p a {
    color: #000;
    font-family: "Fira Code";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.64px;
    text-decoration: none;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 6px;
}

.fifth .link p a::before {
    content: '';
    background: #0FF;
    height: 13px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    z-index: -1;
}

.fifth .link p a:hover::before {
    background: #F00;
}

.fifth {
    position: relative;
}

.fifth img.bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: auto;
}

.six_item img {
    mix-blend-mode: luminosity;
    position: relative;
    z-index: -1;
}

.six_item .image {
    position: relative;
}

.six_item img.six_item_top {
    position: absolute;
    top: -12px;
    z-index: 1000;
    fill: #F00;
    filter: brightness(0.8);
    mix-blend-mode: exclusion;
    left: 171px;
}

.six .title h2 {
    color: #000;
    font-family: "Fira Code";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.031px;
    margin-bottom: 80px;
}

.six .content p {
    color: #000;
    margin-bottom: 80px;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
}

.six_item .title p {
    color: #000;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.six_item .bio p {
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.six_item .content p {
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1px;
    max-width: 480px;
}


.six_item_top.two {
    fill: #F0F !important;
    mix-blend-mode: exclusion !important;
}

.six_item_top.three {
    fill: #00FC1E !important;
    mix-blend-mode: exclusion !important;
}

.six_item_top.four {
    fill: #FF0 !important;
    mix-blend-mode: exclusion !important;
}

.six {
    padding-bottom: 100px;
}

.in_touch p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.031px;
    margin-bottom: 16px;
    margin-top: 48px;
}

.all_right {
    color: #999;
    font-family: "Fira Code";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.031px;
}

.third_card .image {
    margin-right: 100px;
}

.third_card .image img {
    width: 100%;
}

.six_item img.six_item_bottom {
    width: 202px;
}


@media (max-width: 1650px) {
    .title_one::before {
        top: 50px;
    }
}

@media (min-width: 1750px) {
    .main_new .content p {
        width: 65%;
    }

    .main_new .content a {
        width: 35%;
    }

    .about_us_second_item img.top_image {
        left: 271px !important;
    }
}

@media (max-width: 1530.98px) {
    .fifth img.bg {
        right: -199px;
    }

}

@media (max-width: 1399.98px) {
    .title_one::before {
        top: 40px;
    }

    .main_new .title h1 {
        font-size: 85px;
    }

    .third_card .image img {
        margin-right: 0px;
    }

    .fourth h2 {
        font-size: 80px;
    }

    .fifth {
        padding: 0px 0 170px;
    }

    .fifth img.bg {
        right: -219px;
    }
}

@media (max-width: 1199.98px) {
    .title_one::before {
        top: 20px;
    }

    .third_card .image {
        margin-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .navbar-toggler svg {
        max-height: 100%;
    }

    .main_new .title h1 {
        font-size: 38px;
        font-style: normal;
        font-weight: 450;
        line-height: 140%;
    }

    .title_two {
        font-weight: 700;
    }

    .main_new .content {
        display: block;
    }

    .main_new .title {
        margin-bottom: 40px;
    }

    .main_new .content p {
        font-size: 18px;
        width: 100%;
        margin-bottom: 40px;
    }

    .main_new .content a {
        width: 100%;
    }

    .main_new {
        padding-bottom: 0;
    }

    .second h2 {
        color: #000;
        font-family: "Fira Code";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 36px */
        letter-spacing: 1px;
    }

    .second {
        padding: 70px 0;
    }

    .second p {
        font-size: 18px;
    }

    .second_item {
        font-size: 18px;
        line-height: 120%;
    }

    .second_item::before {
        position: absolute;
        top: 0;
        left: 0;
        content: url('../items/second_before_mob.svg');
    }

    .third {
        padding: 0 0 44px;
    }

    .third_card {
        padding: 24px;
    }

    .third_card .image img {
        width: 100%;
    }

    .third_card {
        display: block;
    }

    .third_card p {
        color: #FFF;
        font-family: "Fira Code";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: 0.36px;
        margin: 40px 0;
    }

    .btn_red {
        width: 100%;
    }

    .fourth {
        padding: 44px 0;
    }

    .fourth h2 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 40px;
    }

    .fourth_item::before {
        position: absolute;
        top: 0;
        left: 0;
        content: url('../items/second_before_mob.svg');
    }

    .fourth_item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .fourth_item p {
        font-size: 18px;
    }

    .fourth_item {
        padding-top: 8px;
    }

    .fifth .title h2 {
        font-size: 30px;
    }

    .fifth .title h2 {
        margin-bottom: 0;
    }

    .fifth .content p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .fifth .link p {
        flex-wrap: wrap;
        font-size: 20px;
    }

    .fifth .link p a {
        margin-left: 0;
        font-size: 20px;
        padding-left: 0;
    }

    .fifth .link p a::before {
        content: '';
        background: #0FF;
        height: 11px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        z-index: -1;
    }

    .fifth .link p a img {
        margin-left: 10px;
        margin-bottom: -1px;
    }

    .fifth {
        padding: 0px 0 88px;
    }

    .six .title h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .six .content p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .six .content p {
        font-size: 16px;
        margin-bottom: 51px;
    }

    .six {
        padding-bottom: 44px;
    }

    footer {
        text-align: left;
    }

    footer img {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .in_touch p {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 20px;
    }

    .in_touch a {
        margin-bottom: 40px;
        display: inline-block;
    }

    .third_card .image {
        text-align: center;
    }

    .third_card .image img {
        width: 50%;
    }

    .fifth .link p a {
        margin-left: 4px;
    }
}

@media (max-width: 767.98px) {
    .third_card .image {
        text-align: center;
    }

    .third_card .image img {
        width: 100%;
    }

    .fifth .link p a {
        margin-left: 0px;
    }

}

.about_us_second_item img.top_image {
    position: absolute;
    top: -10px;
    z-index: 1000;
    left: 249px;
    width: 54px !important;
    height: 34px !important;
}

.top_image.aa1 {
    fill: #F00;
    mix-blend-mode: exclusion;
}

.top_image.aa2 {
    fill: #F0F;
    mix-blend-mode: exclusion;
}

.top_image.aa3 {
    fill: #00FC1E;
    mix-blend-mode: exclusion;
}

.top_image.aa4 {
    fill: #FF0;
    mix-blend-mode: exclusion;
}

.title_two {
    font-weight: 700;
}

@media (max-width: 767.98px) {

    .about_us_second_item img.top_image {
        width: 36px !important;
        height: 22.667px !important;
        top: -7px;
        left: 135px !important;
    }
}

@media (max-width: 1480px) {

    .about_us_second_item img.top_image {
        left: 215px;
    }

}


.bio p a {
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 10;
    text-align: center;
}


.bio p a::before {
    content: '';
    background: #0FF;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    z-index: -1;
}

.bio p a:hover::before {
    background: #F00;
}


.bio p a img {
    margin-left: 10px;
    margin-bottom: 6px;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.team {
    margin-top: 58px;
    margin-bottom: 58px;
    padding-left: 60px;
    padding-right: 60px;
}

.team_item .image {
    position: relative;
    width: 304px;
    margin-left: 18px;
    margin-bottom: 32px;
}

.team_item .image_one {
    width: 304px;
    mix-blend-mode: luminosity;
}

.team_item .image_two {
    width: 54px;
    position: absolute;
    top: -11.5px;
    right: -23px;
    filter: brightness(0.8);
    mix-blend-mode: exclusion;
}

.team_item .job {
    color: #000;
    font-family: "Fira Code";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.team_item .name {
    color: #000;
    font-family: "Fira Code";
    font-size: 28px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.team_item .bio {
    color: rgba(0, 0, 0, 0.60);
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.team_item .bio span {
    color: #00F;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1px;
}

.team_item {
    margin-bottom: 112px;
}

.team_item .social {
    display: flex;
}

.team_item .social li:first-child {
    margin-right: 32px;
}

.team_item .social a {
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 2px;
    text-decoration-line: underline;
}

.team_item .social a:hover {
    color: #F00;
}

.team_item_nikita {
    margin-bottom: 208px;
}

.team_item_zhingel {
    margin-top: 235px;
}

.team_item_daria {
    margin-top: 481px;
    margin-bottom: 83px;
}

@media (max-width: 1499.98px) {
    .team_item .image_one {
        width: 260px;
    }

    .team_item .image {
        width: 260px;
    }
}

@media (max-width: 1399.98px) {
    .team_item .image_one {
        width: 220px;
    }

    .team_item .image {
        width: 220px;
    }
}


@media (max-width: 1199.98px) {
    .team_item {
        max-width: 250px;
    }

    .team_item .image_one {
        width: 160px;
    }

    .team_item .image {
        width: 160px;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .team_item .job {
        color: #000;
        font-family: "Fira Code";
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.28px;
    }

    .team_item .name {
        color: #000;
        font-family: "Fira Code";
        font-size: 20px;
        font-style: normal;
        font-weight: 450;
        line-height: 120%; /* 24px */
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .team_item .bio span {
        font-size: 14px;
    }

    .team_item .bio {
        font-size: 14px;
    }

    .team_item .social {
        justify-content: start;
    }

    .team_item .social a {
        font-size: 12px;
    }

    .team_item {
        margin-bottom: 40px;
    }

    .team_item_eugene {
        margin-top: 40px;
    }

    .team_item_zhingel {
        margin-top: 140px;
    }

    .team_item .image_two {
        width: 36px;
        top: -7.5px;
        right: -14px;
    }
}

@media (max-width: 767.98px) {
    .team_item .image_one {
        width: 160px;
    }

    .team_item .image {
        width: 160px;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .team_item .job {
        color: #000;
        font-family: "Fira Code";
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.28px;
    }

    .team_item .name {
        color: #000;
        font-family: "Fira Code";
        font-size: 20px;
        font-style: normal;
        font-weight: 450;
        line-height: 120%; /* 24px */
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .team_item .bio span {
        font-size: 14px;
    }

    .team_item .bio {
        font-size: 14px;
    }

    .team_item .social {
        justify-content: space-between;
    }

    .team_item .social a {
        font-size: 12px;
    }

    .team_item {
        margin-bottom: 40px;
    }

    .team_item_eugene {
        margin-top: 40px;
    }

    .team_item_zhingel {
        margin-top: 140px;
    }

    .team_item .image_two {
        width: 36px;
        top: -7.5px;
        right: -14px;
    }
}

.faq .title h2 {
    color: #000;
    font-family: "Fira Code";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    letter-spacing: 1.031px;
    margin-bottom: 82px;
}

@media (max-width: 1199.98px) {
    .navbar-collapse .btn_black_border {
        display: none;
    }

    .nav-link {
        margin-bottom: 16px !important;
        font-weight: 450 !important;
        font-size: 20px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.80) !important;
        line-height: 120% !important;
        margin-right: 0 !important;
    }

    .navbar-nav {
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        margin-right: 24px;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding-top: 16px;
        padding-bottom: 12px;
    }
}


.main_six {
    max-width: 1432px;
    margin: auto;
    background: #00F;
    padding: 36px 51px;
    margin-bottom: 150px;
    position: relative;
}


.main_six p strong {
    font-weight: 700;
}


.main_six p {
    color: #FFF;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
}

.main_six .image_1 {
    position: absolute;
    left: 0;
    top: -55px;
    mix-blend-mode: difference;
}

.main_six .image_2 {
    position: absolute;
    right: 260px;
    bottom: 55px;
    mix-blend-mode: difference;
}

.main_six .image_3 {
    position: absolute;
    right: 443px;
    top: 66px;
    mix-blend-mode: difference;
}


.main_six a.btn_red:hover {
    box-shadow: 5px 5px 0px 0px #fff;
    color: #fff !important;
}

@media (max-width: 1499.98px) {
    .main_six {
        max-width: 1320px;
    }

}

@media (max-width: 991.98px) {
    .main_six {
        width: 100%;
        margin-right: var(--bs-gutter-x, .75rem);
        margin-left: var(--bs-gutter-x, .75rem);
        width: calc(100% - 1.5rem);
    }

    .main_six {
        padding: 24px 10px;
        margin-bottom: 88px;
    }

    .main_six p {
        color: #FFF;
        font-family: "Fira Code";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: 0.36px;
        padding-top: 55px;
        margin-bottom: 40px;
    }
}


.main_portfolio_redirect_wrapper {
    background: #F3F3F3;
    padding-top: 100px;
}

.main_portfolio_redirect_wrapper h2 {
    color: #000;
    text-align: center;
    font-family: "Fira Code";
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 120px */
    letter-spacing: 1.031px;
    margin-bottom: 60px;
}

.main_portfolio_redirect_wrapper .content p:first-child {
    max-width: 888px;
}

.main_portfolio_redirect_wrapper .content p {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;

    margin: auto;
}

.main_portfolio_redirect_wrapper .content {
    margin-bottom: 69px;
}

.main_portfolio_redirect_wrapper .link {
    margin-bottom: 94px;
}

.main_portfolio_redirect_wrapper .divider img {
    width: 100%;
}

.main_portfolio_redirect_wrapper .divider {
    display: flex;
    justify-content: center;
}

.main_portfolio_redirect_wrapper .link a {
    display: block;
    margin: auto;
}

.main_portfolio_redirect {
    margin-bottom: 71px;
}

@media (min-width: 1400px) {
    .main_portfolio_redirect .container {
        max-width: 1440px;
    }
}

@media (max-width: 1199.98px) {
    .main_portfolio_redirect_wrapper .content p {
        font-size: 18px;
    }

    .main_portfolio_redirect_wrapper a.btn_red {
        width: max-content;
    }
}

.main_portfolio_redirect_bottom {
    padding: 20px 0;
    display: flex;


    @media (max-width: 767.98px) {
        overflow-x: auto;
    }
}

.main_portfolio_redirect_bottom-logo {
    padding: 0 30px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 120px;

    @media (max-width: 767.98px) {
        padding: 0 15px;
        flex: 1 0 100px;
        max-width: 100px;
    }
}

.main_portfolio_redirect_bottom-logo:not(:first-child) {
    border-left: 1px solid #D9D9D9;
}

.main_portfolio_redirect_bottom-logo picture {
    display: inline-flex;
}

.main_portfolio_redirect_bottom-logo img {
    max-width: 100%;
}

.main_portfolio_redirect_bottom-link {
    display: inline-flex;
}

.main_portfolio_redirect_bottom-link:hover {
    opacity: 0.6;
}

.gray-divider {
    margin: 0 auto;
    width: calc(100% - 40px);
    height: 1px;
    background: #D9D9D9;
}

@media (max-width: 767.98px) {
    section.main_portfolio_redirect h2 {
        color: #000;
        text-align: center;
        font-family: "Fira Code";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .main_portfolio_redirect_wrapper {
        background: #F3F3F3;
        padding-top: 24px;
    }

    .main_portfolio_redirect_wrapper .content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .main_portfolio_redirect_wrapper .content {
        margin-bottom: 40px;
    }
}

.main_eleven {
    margin-bottom: 64px !important;
}

.main_eleven_mob {
    margin-top: 0px !important;
    margin-bottom: 44px !important;
}

.after_null::after {
    content: '' !important;
    background: transparent !important;
}