body.ot-page-slug-terms-of-service .wf_pagetitle {
    display: none;
}

body.ot-page-slug-terms-of-service .wf_posts {
    padding: 32px 0 70px;
}

body.ot-page-slug-terms-of-service .ot-terms-policy {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
    background: #fff;
    color: #151b23;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__head {
    padding: clamp(36px, 7vw, 84px);
    background: #111820;
    color: #fff;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__head > span,
body.ot-page-slug-terms-of-service .ot-terms-policy__contact span {
    display: block;
    color: #e2bc61;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

body.ot-page-slug-terms-of-service .ot-terms-policy h1,
body.ot-page-slug-terms-of-service .ot-terms-policy h2,
body.ot-page-slug-terms-of-service .ot-terms-policy p {
    margin-top: 0;
}

body.ot-page-slug-terms-of-service .ot-terms-policy h1 {
    max-width: 720px;
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    letter-spacing: -.05em;
    line-height: .98;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__head p {
    max-width: 680px;
    color: rgba(255, 255, 255, .76);
    font-size: 18px;
    line-height: 1.65;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__updated {
    margin-bottom: 0;
    color: #e2bc61 !important;
    font-size: 13px !important;
    font-weight: 750;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__index {
    padding: 28px clamp(28px, 5vw, 64px);
    border-bottom: 1px solid rgba(20, 27, 35, .12);
    background: #f6f7f5;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__index strong {
    display: block;
    margin-bottom: 12px;
    color: #a87518;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__index ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin: 0;
    padding-left: 22px;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__index a,
body.ot-page-slug-terms-of-service .ot-terms-policy__content a {
    color: #805b16;
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__content {
    padding: 14px clamp(28px, 6vw, 86px) 42px;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__content section {
    scroll-margin-top: 24px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(20, 27, 35, .13);
}

body.ot-page-slug-terms-of-service .ot-terms-policy__content section:last-child {
    border-bottom: 0;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__content h2 {
    margin-bottom: 13px;
    color: #10161f;
    font-size: clamp(25px, 3vw, 35px);
    letter-spacing: -.035em;
    line-height: 1.12;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__content p {
    max-width: 820px;
    margin-bottom: 12px;
    color: #4f5b68;
    font-size: 16px;
    line-height: 1.78;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__content p:last-child {
    margin-bottom: 0;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px clamp(28px, 5vw, 64px);
    background: #f2a00d;
    color: #111820;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__contact span {
    color: #62440d;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__contact strong {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    background: #111820;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

body.ot-page-slug-terms-of-service .ot-terms-policy__contact a:focus-visible,
body.ot-page-slug-terms-of-service .ot-terms-policy__index a:focus-visible,
body.ot-page-slug-terms-of-service .ot-terms-policy__content a:focus-visible {
    outline: 3px solid #1469b8;
    outline-offset: 3px;
}

@media (max-width: 760px) {
    body.ot-page-slug-terms-of-service .wf_posts {
        padding: 0 0 36px;
    }

    body.ot-page-slug-terms-of-service .wf_posts .wf-container,
    body.ot-page-slug-terms-of-service .wf_posts .wf-row,
    body.ot-page-slug-terms-of-service #wf-main,
    body.ot-page-slug-terms-of-service .post.single-post {
        margin: 0 !important;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy h1 {
        font-size: clamp(38px, 12vw, 50px);
        line-height: 1;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy__head p {
        font-size: 16px;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy__index ol {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy__content section {
        padding: 27px 0;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy__content p {
        font-size: 16px;
        line-height: 1.72;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy__contact {
        display: grid;
    }

    body.ot-page-slug-terms-of-service .ot-terms-policy__contact a {
        min-height: 48px;
        width: 100%;
    }
}
