.terms-of-use {
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 127px;
    padding: 32px;
}

@media (min-width: 1280px) {
    .terms-of-use .text-page-block {
        margin-top: 32px;
    }

    .terms-of-use h3 {
        margin-top: 24px;
        margin-bottom: 16px;
        font-family: Montserrat, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0;
        text-align: left;
    }

    .terms-of-use p {
        font-weight: 400;
        margin: 0;
    }

    .terms-of-use h2 {
        margin-top: 56px;
        margin-bottom: 24px;
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.02em;
        text-align: left;

    }

    .terms-of-use .last-update {
        padding-top: 16px;
        margin-top: 56px;
    }

    .terms-of-use p {
        font-family: Inter, sans-serif !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        letter-spacing: 0 !important;
        text-align: left !important;

    }

    .termsOfUseTitle {
        margin-bottom: 56px;
    }

    .touBread {
        margin-bottom: 8px;
    }

    .sidebar-sticky a {
        font-family: Montserrat, sans-serif !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 20px !important;
        letter-spacing: 0 !important;
        text-align: left !important;
    }

    .touCircle {
        position: absolute;
        width: 2000px;
        height: 2000px;
        top: 2582px;
        left: -1000px;
        opacity: 0.1;
        background: radial-gradient(50% 50% at 50% 50%, #00A6D3 0%, rgba(0, 132, 168, 0) 100%);
    }

    .touPreFooterContainer {
        padding-bottom: 80px !important;
    }

    .touPreFooterTextMargin {
        margin-bottom: 32px;
    }

    .touPreFooterImageContainer img {
        margin-left: auto;
        width: 476px !important;;
        height: 232px !important;;
    }
}

@media (max-width: 1024px) {
    .sidebar-sticky {
        position: static;
    }
}