@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Fira+Mono:wght@400;500;700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.accordion-inner {
    border-top: 0 none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

html {
    overflow-y: auto;
}

body {
    line-height: 1;
    position: relative;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, label {
    -webkit-tap-highlight-color: transparent;
}

/* RESET END */

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

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

    @media (max-width: 600px) {
        flex-wrap: wrap;
    }

}

.top_bar .content {
    margin-right: 15px;

    @media (max-width: 600px) {
        margin-right: 0;
    }
}

.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;
    justify-content: center;
    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 {
    margin-left: auto;
    text-align: end;

    @media (max-width: 600px) {
        margin-top: 24px;
        width: 100%;
    }
}


.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;
    }
}


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


.navbar {
    position: sticky;
    top: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 20;
}

.padding_fixed {
    padding-top: 16px;
    padding-bottom: 16px;
}

a.btn_red_nav {
    padding: 10px 45.5px 10px 35.5px !important;
    min-width: max-content;
}

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');
}

.main_first {
    background: url('../images/main_background_desctop.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding-top: 80px;
}

.main_first .subtitle p {
    color: #000;
    font-family: "Fira Code";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    margin-bottom: 28px;
}

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

.main_first .title h1 span {
    background: #FECBCB;
}


.main_first_item_wrapper {
    display: flex;
    align-items: center;
}

a.btn_red {
    padding: 16px 44px;
    border: 6px solid #F00;
    background: #F00;
    width: max-content;

    box-shadow: 5px 5px 0px 0px #000;
    color: #FFF;
    display: inline-block;
    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;
    text-decoration: none;
    position: relative;
    padding-right: 72px;
    margin-bottom: 5px;
    margin-right: 5px;
}

a.btn_red-small {
    padding: 16px 72px 16px 44px;
    min-width: auto;
    border: none;
}

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

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

.main_first_item_divider {
    color: #060309;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
    margin-left: 32px;
    margin-right: 32px;
}

.talk_to_our_team {
    display: flex;
    align-items: center;
}

.talk_to_our_team img {
    height: 54px;
    margin-right: 16px;
}

a.btn_transparent {
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 24px;
    text-decoration: none;
    position: relative;
}

a.btn_transparent:hover {
    color: #F00;
}

a.btn_transparent::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: 0;
}

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

.main_first_partners_item_1 img {
    width: 161.195px;
}

.main_first_partners_item_2 img {
    width: 123.195px;
}

.main_first_partners_item_3 img {
    width: 84.805px;
}

.main_first_partners_item_4 img {
    width: 74.555px;
}

.main_first_partners_item_5 img {
    width: 74.25px;
}

.main_first_partners_item_6 img {
    width: 90px;
}

.main_first_partners {
    padding: 40px 40px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 53px;
}

.main_first_partners .title p {
    color: #000;
    font-family: "Fira Code";
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;
    max-width: 175px;
}

.main_first_partners_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

section .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: 40px;
}

.main_second p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.16px;
    margin-bottom: 40px;
}

.main_second p span {
    color: #00F;
    font-weight: 700;
}

.main_second {
    margin-bottom: 60px;
    margin-top: 100px;
}

.main_third {
    margin-bottom: 80px;
}

.main_third_item_left {
    padding: 32px;
    background: #00F;
    height: 100%;
}

.main_third_item_left .title p {
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2px;
    margin-bottom: 46px;
    text-align: center;
}

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

.main_third_item_left .image img {
    max-width: 100%;
    width: 418.133px;
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_third_item_left .content {
    text-align: center;
}

.main_third_item_left .content p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    max-width: 448px;
    margin: auto;
}

.main_third_item_right {
    height: 100%;
    border: 0.5px solid #BCBCBC;
    padding: 32px;
}

.main_third_item_right .title p {
    color: #000;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-align: center;
}

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

.main_third_item_right .image img {
    max-width: 100%;
    width: 491.265px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_third_item_right .content {
    text-align: center;
}

.main_third_item_right .content p {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    max-width: 408px;
    margin: auto;
}


.main_fourth_item p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;

    margin-left: 49px;
    margin-top: -5px;
    margin-bottom: 10px;
}

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

.main_fourth_item p strong span {
    font-weight: 700;
    color: #00F;
}

.main_fourth {
    margin-bottom: 100px;
}

.main_fifth_item {
    margin-bottom: 33px;
}

.main_fifth_item p {
    color: #000;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2px;
    padding-left: 22px;
    margin-top: -6px;
}

.main_fifth_item .image {
    z-index: 10;
    position: relative;
}

.main_fifth .content p {
    color: rgba(0, 0, 0, 0.80);

    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    margin-top: 47px;
    max-width: 671px;
}

.main_fifth {
    margin-top: 100px;
    margin-bottom: 80px;
}

.main_six {
    max-width: 1432px;
    margin: auto;
    background: #00F;
    padding: 49px 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: 32px;
    top: -30px;
    mix-blend-mode: difference;
}

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

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


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

.main_seven .subtitle p {
    color: #00F;
    margin-bottom: 18px;
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    letter-spacing: 1.031px;
    text-transform: capitalize;
}

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

.main_seven .content p strong {
    font-weight: 700;
}

.main_seven .image img {
    width: 100%;
    margin-top: -40px;
}

.main_seven {
    margin-bottom: 150px;
}

.main_eight {
    padding: 60px 145px 70px 145px;
    background: linear-gradient(0deg, #F3F3F3 0%, #F3F3F3 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%), #FECBCB;
    max-width: 1432px;
    margin: auto;
    margin-bottom: 100px;
}

.main_eight_item {
    border-radius: 12px;
    border: 0.5px solid #BCBCBC;
    background: #FFF;
    box-shadow: 0px 1.833px 3.665px 0px rgba(0, 0, 0, 0.12);
    padding: 28px 42px 56px 28px;
    height: 236px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_eight_item .title p {
    color: #000;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 42px */
    letter-spacing: 2px;
    width: 100%;
}

.main_eight_item .content {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.main_eight_item .content p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    width: 100%;
}


.main_eight_items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.main_eight_item_1 {
    transform: rotate(-3deg);
    position: relative;
    z-index: 4;
    padding: 28px 42px 56.001px 28px;
    left: 17px;
}

.main_eight_item_2 {
    transform: rotate(3deg);
    position: relative;
    z-index: 5;
    top: 35px;
    right: 11px;
    padding: 29.5px 42px 57.001px 34.5px;
}

.main_eight_item_3 {
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: start;
    transform: rotate(2deg);
    left: 55px;
    padding-bottom: 106px;
    padding-top: 97px;
    top: -32px;
}

.main_eight_item_4 {
    position: relative;
    z-index: 3;
    align-items: end;
    justify-content: start;
    transform: rotate(-3deg);
    right: 34px;
    padding-bottom: 35px;
    top: -54px;
}

.main_eight {
    position: relative;
}

.ultra_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -45px;
    margin: auto;
    z-index: 10;
    mix-blend-mode: difference;
}

.main_nine_left {
    position: relative;
}

.main_nine_left_wrapper_absolute {
    position: absolute;
    /* top: 105px; */
    max-width: 100%;
    bottom: 0;
}

.main_nine_left .title h2 {
    color: #000;
    font-family: "Fira Code";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.main_nine_left .content p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
    margin-bottom: 24px;
}

.main_nine_items {
    background: url('../items/stroke.svg');
    background-repeat: no-repeat;
    background-position: top 10px left 0;
}

.main_nine_item {
    padding-left: 64px;
    margin-bottom: 48px;
}

.main_nine_item .title {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.main_nine_item .title p {
    color: #000;
    font-family: "Fira Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2px;
    margin-right: 16px;
}

.main_nine_item .title span {
    display: block;
    color: #000;
    padding: 6px 10px;
    font-family: "Fira Code";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.031px;
    background: #D9D9D9;
}

.main_nine_item .content p {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.36px;
}

.main_nine_item .content p strong {
    font-weight: 600;
}

.main_nine_item_divider img {
    width: 100%;
    margin-top: -9px;
    margin-bottom: 32px;
    padding-left: 15px;
}

span.pitching_1 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.48px;
}

span.pitching_2 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Fira Code";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.72px;
}

.main_nine_item .title span.offline {
    background: #00F;
    color: #FFF;
    padding-left: 30px;
    position: relative;
}

.main_nine_item .title span.offline::before {
    content: '';
    border-radius: 36px;
    background: #0F0;
    width: 10px;
    height: 10px;
    left: 10px;
    top: -2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
}

.main_nine {
    margin-bottom: 100px;
}

.main_ten {
    padding: 80px 0 56px;
    background: linear-gradient(0deg, #F3F3F3 0%, #F3F3F3 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.60) 100%), #FECBCB;
    max-width: 1432px;
    margin: auto;
    margin-bottom: 100px;
}

.main_ten_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_ten_item {
    position: relative;
    padding: 28px 87px 28px 28px;
    border-radius: 12px;
    border: 0.5px solid #BCBCBC;
    background: #FFF;
    box-shadow: 0px 1.833px 3.665px 0px rgba(0, 0, 0, 0.12);
    width: 624px;
    height: max-content;
}

.main_ten_item .number {
    width: 100%;
    margin-bottom: 58px;
}

.main_ten_item .number span {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Fira Mono";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 50.4px */
    letter-spacing: 2px;
}

.main_ten_item .content p {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
}

.main_ten_item .content p strong {
    font-weight: 600;
}

.main_ten_item_1 {
    z-index: 1;
}

.main_ten_item_2 {
    transform: rotate(3deg);
    z-index: 2;
    left: -23px;
    top: 42px;
}

.main_ten_item_3 {
    transform: rotate(-3deg);
    z-index: 3;
    left: -10px;
}

.main_ten_item_4 {
    transform: rotate(2deg);
    z-index: 4;
    top: -35px;
    left: -57px;
}

.main_ten h2 {
    margin-bottom: 48px;
}

.main_ten_btn {
    margin-top: 48px;
}

.main_ten_btn a {
    position: relative;
}

.main_ten {
    position: relative;
}

.arrow_ten_main {
    position: absolute;
    left: -90px;
    top: -50px;
}

.main_eleven {
    padding: 20px 0 45px;
    background: url('../items/main_eleven.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1432px;
    margin: auto;
    margin-top: 118px;
    border: 0.5px solid #BCBCBC;
    margin-bottom: 217px;
}

.main_eleven .image {
    margin-bottom: 20px;
    text-align: center;
}

.main_eleven .subtitle p {
    color: #00F;
    text-align: center;
    font-family: "Fira Code";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    letter-spacing: 1.031px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main_eleven .title h2 {
    margin: auto;
    color: #000;
    text-align: center;
    font-family: "Fira Code";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    letter-spacing: 1.031px;
    margin-bottom: 40px;
    max-width: 1185px;
}

.main_eleven .title h2 span {
    background: #FECBCB;
}

.post_title p {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: "Fira Code";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.24px;
    margin-top: 20px;
}

.main_eleven .btn_red {
    width: 398px;
    text-align: center;
}


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;
}

.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%;
    letter-spacing: 1.031px;
    margin-bottom: 16px;
    margin-top: 48px;
}

.footer__social {
    display: flex;
    justify-content: end;
    gap: 8px;

    @media (max-width: 767.98px) {
        justify-content: start;
        margin-bottom: 32px;
        margin-top: 64px;
    }
}

.footer__social-link {
    width: 32px;
    height: 32px;

    @media (max-width: 767.98px) {
        width: 44px;
        height: 44px;
    }
}

.footer__social-link:hover {
    color: #F00;
}

.footer__legal {
    display: flex;
    gap: 62px;

    @media (max-width: 767.98px) {
        flex-direction: column;
        gap: 16px;
    }
}

.footer__legal-link {
    display: inline-flex;
    font-size: 14px;
    white-space: nowrap;
}

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

    @media (max-width: 767.98px) {
        margin-top: 32px;
    }
}

.legal-link {
    color: #000;
}

.in_touch a:hover, footer a:hover, .legal-link:hover {
    color: #F00;
}

.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;
}

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

}

@media (max-width: 1399.98px) {

    .main_six, .main_eight, .main_ten, .main_eleven {
        max-width: 1200px;
    }

    .main_ten_item {
        width: 538px;
    }

    .main_ten_item_4 {
        top: -67px;
        left: -57px;
    }
}

@media (max-width: 1199.98px) {
    .main_six {
        margin-top: 82px;
    }

    .main_six, .main_eight, .main_ten, .main_eleven {
        max-width: 960px;
    }

    .nav-item {
        margin-right: 40px;
    }

    .navbar-collapse .btn_black_border {
        display: none;
    }

    .nav-link {
        margin-bottom: 16px !important;
        font-weight: 450 !important;
        font-size: 20px !important;
        line-height: 120% !important;
        margin-right: 0 !important;
    }

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

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

    .main_first .title h1 {
        font-size: 40px;
    }

    .main_eight {
        padding: 40px 20px;
    }

    .main_ten_item {
        width: 320px;
        margin: auto;
        padding: 16px;
    }

    .main_ten_items {
        display: block;
    }

    .main_ten_item .number span {
        color: #FFF;
        font-family: "Fira Mono";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
        width: 32px;
        height: 32px;
        margin-bottom: 15px;
    }

    .main_ten_item .number {
        margin-bottom: 15px;
    }

    .main_ten_item .content p {
        color: #000;
        font-family: "Fira Code";
        font-size: 16px;
        font-style: normal;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.32px;
    }

    .main_ten_item_2 {
        left: unset;
        top: -14px;
        transform: rotate(-4.758deg);
    }

    .main_ten_item_3 {
        left: unset;
        top: -10px;
        transform: unset;
    }

    .main_ten_item_4 {
        left: unset;
        top: -19px;
        transform: rotate(-3.341deg);
    }
}


@media (max-width: 991.98px) {

    .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.80) !important;
    }

    .navbar {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .main_first {
        background: none;
        padding-top: 74px;
    }

    .main_first .subtitle p {
        margin-bottom: 16px;
    }

    .main_first .title h1 {
        color: #000;
        font-family: "Fira Code";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 31.2px */
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .main_first .title h1 span {
        background: transparent;
    }

    .main_first_item_wrapper {
        display: block;
    }

    a.btn_red {
        width: 100%;
        padding-right: 60px;
    }

    .main_first_item_divider_mob img {
        padding: 16px 0;
        width: 100%;
    }

    .talk_to_our_team {
        display: block;
        text-align: center;
    }

    .talk_to_our_team {

    }

    .talk_to_our_team img {
        height: 54px;
        margin-right: 0;
        margin: auto;
        margin-bottom: 10px;
    }

    .talk_to_our_team .btn_transparent {
        color: #060309;
        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-decoration-line: underline;
        text-transform: uppercase;
    }

    .talk_to_our_team .btn_transparent::after {
        background: url('../items/mob_arrow_black.svg');
        width: 15px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .talk_to_our_team .btn_transparent:hover::after {
        background: url('../items/mob_arrow_red.svg');
    }

    .main_first_partners {
        padding: 20px 0 24px;
        display: block;
    }

    .main_first_partners_items {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main_first_partners .title p {
        width: max-content;
        text-align: center;
        color: #000;
        text-align: center;
        font-family: "Fira Code";
        font-size: 12px;
        font-style: normal;
        font-weight: 450;
        line-height: 140%; /* 16.8px */
        text-transform: uppercase;
        margin: auto;
        margin-bottom: 30px;
    }

    .main_first_partners_items {
        justify-content: space-around;
        width: 90%;
        margin: auto;
    }

    .main_first_partners_item {
        margin: 0 0 30px;
        min-width: 33.3%;
        text-align: center;
    }

    .main_first_partners {
        padding-bottom: 0;
    }

    .main_first_partners {
        margin: 40px 0 24px;
    }

    .main_second {
        margin-bottom: 88px;
        margin-top: 44px;
    }

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

    .main_second p {
        margin-bottom: 24px;
    }

    .main_third_item_left {
        padding: 24px;
    }

    .main_third_item_left .title p {
        margin-bottom: 20px;
    }

    .main_third_item_left .image img, .main_third_item_right .image img {
        margin: auto;
        margin-bottom: 20px;
    }

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

    .main_fourth_item p {
        font-size: 16px;
        letter-spacing: 0.36px;
        margin-left: 24px;
        margin-top: -12px;
        margin-bottom: 20px;
    }

    .main_fourth {
        margin-bottom: 88px;
    }

    .main_fifth_item p {
        color: #000;
        font-family: "Fira Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%; /* 21.6px */
        letter-spacing: 2px;
        margin-top: -10px;
    }

    .main_fifth_item {
        margin-bottom: 28px;
    }

    .main_fifth .content p {
        margin-top: 40px;
        font-size: 18px;
    }

    .main_six, .main_eight, .main_ten, .main_eleven {
        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 12px;
        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;
    }

    a.btn_red {
        text-align: center;
    }

    .image_4 {
        mix-blend-mode: difference;
        position: absolute;
        left: 20px;
        top: -62px;
    }

    .image_5 {
        mix-blend-mode: difference;
        position: absolute;
        right: 40px;
        top: 10px;

    }

    .main_seven .subtitle p {
        color: #00F;
        font-family: "Fira Code";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 20.8px */
        letter-spacing: 0.16px;
        margin-bottom: 12px;
    }

    section .title h2 {
        margin-bottom: 30px;
    }

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

    .main_seven .image img {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .main_seven {
        margin-bottom: 44px;
    }

    .ultra_image {
        display: none;
    }

    .main_eight_items {
        display: block;
    }

    .main_eight_item {
        width: 100%;
        padding: 16px 16px 24px 16px;
        left: unset;
        top: unset;
        right: unset;
        display: block;
        height: max-content;
    }

    .main_eight_item .title p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .main_eight_item_1 {
        transform: rotate(1.909deg);
        order: 1;
    }

    .main_eight_item_2 {
        transform: rotate(-2.7deg);
        order: 2;
        top: -12px;
    }

    .main_eight_item_3 {
        transform: rotate(-1.716deg);
        order: 4;
        top: -30px;
        z-index: 7;
    }

    .main_eight_item_4 {
        transform: rotate(1.909deg);
        order: 3;
        top: -16px;
        z-index: 5;
    }

    .main_eight_items {
        display: grid;
    }

    .main_eight_item_3.main_eight_item .title p {
        margin-bottom: 0;
    }

    .main_eight_item_4.main_eight_item .title p {
        margin-bottom: 0;
    }

    .main_eight {
        padding: 24px 8.37px;
    }

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

    .main_nine_left .title h2 {
        color: #000;

        font-family: "Fira Code";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 36px */
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .main_nine_left .title h2 span {
        display: none;
    }

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

    .main_nine_item {
        padding-left: 34px;
        margin-bottom: 32px;
    }

    .main_nine_item br {
        display: none;
    }

    .main_nine_items {
        background: url(../items/stroke_mob.svg);
        background-repeat: no-repeat;
        background-position: top 10px left 0;
    }

    .main_nine_item_divider img {
        width: 100%;
        margin-top: 49px;
        margin-bottom: 46px;
        padding-left: 15px;
    }

    span.pitching_1, span.pitching_2 {
        font-size: 16px;
    }

    .main_nine {
        margin-bottom: 88px;
    }

    .main_ten {
        padding: 24px 8px 35px;
    }

    .main_ten_btn, .arrow_ten_main {
        display: none;
    }

    .main_eleven .image {
        margin-bottom: 16px;
    }

    .main_eleven .subtitle p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .main_eleven .title h2 {
        color: #000;
        text-align: center;
        font-family: "Fira Code";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 31.2px */
        letter-spacing: 1px;
    }

    .main_eleven .content p {
        color: #060309;

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

    .main_eleven {
        padding: 24px 18px;
    }

    .main_eleven .btn_red {
        width: 100%;
        text-align: center;
        margin-top: 32px;
    }

    .main_eleven {
        margin-bottom: 88px;
    }

    .in_touch {
        margin-bottom: 40px;
    }

    .main_eight_item {
        width: 60%;
        margin: auto;
    }
}

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

    .main_eight_item {
        width: 100%;
        margin: auto;
        max-width: 400px;
    }
}


.fixed {
    position: fixed;
    width: 50%;
}

.scrollit {
    float: left;
    width: 50%
}

.main_nine_left_wrapper_fixed {
    position: fixed;
    top: 105px;
    max-width: 38%;
}

.portfolio_first {
    margin-top: 140px;
    margin-bottom: 100px;
}

.portfolio_first .title h1 {
    color: #000;
    font-family: "Fira Code";
    font-size: 104px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 124.8px */
    letter-spacing: 1px;
    position: relative;
}

.portfolio_first .title h1::after {
    content: '↓';
    font-family: "Fira Code";
    font-size: 104px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 124.8px */
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.portfolio_second_item {
    margin-bottom: 50px;
}

.portfolio_second_item:hover {
    opacity: 0.8;
}

.portfolio_second_item .image {
    border: 1px solid #D9D9D9;
    margin-bottom: 24px;
}

.portfolio_second-block {
    @media (min-width: 1200px) {
        flex: 0 1 20%;
        max-width: 20%;
    }
}

.portfolio_second_item-logo img {
    max-width: 100%;
    max-height: 201px;
    width: 100%;
    object-fit: contain;

    @media (max-width: 767.98px) {
        max-height: 248px;
    }
}

.portfolio_second_item-logo picture {
    display: flex;
}

.portfolio_second_item .title p {
    color: #000;
    font-family: "Fira Code";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%; /* 33.6px */
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.portfolio_second_item .tags {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.portfolio_second_item .tags p {
    background: #D9D9D9;
    padding: 6px 10px;
    color: #000;
    font-family: "Fira Code";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.031px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.portfolio_second_item .subtitle p {
    color: #000;
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.portfolio_second_item .subtitle p span {
    color: #00F;
}

.portfolio_second_item .content p {
    color: rgba(0, 0, 0, 0.60);
    font-feature-settings: 'dlig' on, 'clig' off, 'liga' off;
    font-family: "Fira Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1px;
}

.talk_portfolio_wrapper {
    background: #F3F3F3;
    padding: 40px 54px 40px 80px;
    margin-top: 50px;
    margin-bottom: 200px;
}

.talk_portfolio_wrapper {
    display: flex;
}

.talk_portfolio_wrapper h2 {
    color: #060309;
    font-family: "Fira Code";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    letter-spacing: 1.031px;
    width: 521px;
}

.talk_portfolio_wrapper h2 span {
    background: #FECBCB;
}

.talk_portfolio_wrapper_right p {
    color: #060309;

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

@media (max-width: 1499.98px) {
    .talk_portfolio_wrapper h2 {
        color: #060309;
        font-family: "Fira Code";
        font-size: 54px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 76.8px */
        letter-spacing: 1.031px;
        width: 450px;
    }
}

@media (max-width: 1399.98px) {
    .talk_portfolio_wrapper h2 {
        color: #060309;
        font-family: "Fira Code";
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 76.8px */
        letter-spacing: 1.031px;
        width: 339px;
    }

    .talk_portfolio_wrapper_right p {
        margin-bottom: 60px;
    }

    .talk_portfolio_wrapper {
        background: #F3F3F3;
        padding: 40px 40px 40px 40px;
        margin-top: 50px;
        margin-bottom: 200px;
    }

    .portfolio_first .title h1, .portfolio_first .title h1::after {
        font-size: 85px;
    }
}

@media (max-width: 1199.98px) {
    .talk_portfolio_wrapper {
        display: block;
    }

    .talk_portfolio_wrapper h2 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .portfolio_first .title h1, .portfolio_first .title h1::after {
        color: #000;
        font-family: "Fira Code";
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 53.2px */
        text-transform: uppercase;
    }

    .portfolio_first {
        margin-top: 73px;
        margin-bottom: 66px;
    }

    .talk_portfolio_wrapper {
        margin: 40px 0 64px;
    }

    .talk_portfolio_wrapper {
        padding: 24px;
    }

    .talk_portfolio_wrapper h2 {
        color: #000;
        font-family: "Fira Code";
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        margin-bottom: 24px;
    }

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

    .main_nine_items.start_hidden {
        height: 827px;
        display: block;
        overflow: hidden;
    }

    .main_nine_show_more_box_shadow {
        position: absolute;
        bottom: 30px;
        height: 103px;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
        margin-left: -12px;
    }

    .main_nine_items_mob {
        position: relative;
    }

    .main_nine_show_more_btn {
        margin-top: 30px;
        padding: 16px 44px;
        border: 2px solid #000;
        color: #000;
        font-feature-settings: 'dlig' on, 'liga' off, 'clig' off;
        font-family: "Fira Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 120% */
        text-transform: uppercase;
        background: transparent;
        position: relative;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .main_third_item_left_margin {
        margin-bottom: 40px;
    }
}

.main_six {
    margin-bottom: 0;
}


.legal-heading {
    margin-top: 75px;
    margin-bottom: 120px;

    @media (max-width: 991.98px) {
        margin-top: 45px;
        margin-bottom: 44px;
    }
}

.legal-heading__label {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 180%;
    letter-spacing: 2px;
    color: #FF0000;

    @media (max-width: 991.98px) {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 1px;
    }
}

.legal-heading__title {
    margin-top: 24px;
    font-family: "Fira Code", sans-serif;
    font-weight: 600;
    font-size: 104px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #000000;

    @media (max-width: 991.98px) {
        margin-top: 4px;
        font-size: 38px;
        line-height: 140%;
        letter-spacing: 0;
    }
}


.legal-content {
    margin-top: 120px;
    color: #000000;

    @media (max-width: 991.98px) {
        margin-top: 44px;
    }
}

.legal-main {
    flex: 1 1 auto;
}

.legal-content__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: nowrap;
}

.legal-item {
    scroll-margin-top: 100px;
}

.legal-item:not(:first-child) {
    margin-top: 56px;
}

.legal-item.legal-item--small {
    margin-top: 28px;
}

.legal-item__title-large {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 2px;

    @media (max-width: 991.98px) {
        font-size: 24px;
    }
}

.legal-item__text-wrapper, .legal-item__text.legal-item__text-wrapper {
    margin-top: 28px;
}

.legal-item__title-small {
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1px;
}

.legal-item__text {
    margin-top: 14px;
    font-family: "Fira Code", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.legal-item__text-bold {
    font-weight: 700;
    font-size: 20px;
}

.legal-nav {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    flex: 0 0 280px;
    padding: 24px;
    border: 1px solid #BCBCBC;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1px;
    z-index: 1;
}

.legal-nav__title {
    font-size: 18px;
}

.legal-nav__list {
    margin-top: 10px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    scrollbar-width: auto;
    scrollbar-color: auto;

    .legal-nav__list {
        padding-left: 20px;
    }
}

.legal-nav__list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.legal-nav__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.legal-nav__list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.legal-nav__list::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.legal-nav__item:not(:first-child) {
    margin-top: 10px;
}

.legal-nav__link {
    color: #00000099;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.legal-nav__link:hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
}

.legal-nav__link--active {
    color: #000000;
}

.legal-talk {
    margin-top: 70px;

    @media (max-width: 767.98px) {
        margin-top: 48px;
    }
}





