:root {
    color-scheme: light;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #303a4d;
    background: #f4f7fb;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background: #f4f7fb;
}

a {
    color: #2f6fb6;
    text-underline-offset: 3px;
}

.policy-page {
    padding: 44px 24px;
}

.policy-document {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 54px 58px 64px;
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 42px rgba(35, 59, 92, 0.08);
}

.policy-header {
    margin-bottom: 30px;
}

.policy-header h1 {
    margin: 0;
    padding: 2px 0 2px 13px;
    /* border-left: 5px solid #2f70b7; */
    color: #2f6fb6;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.35;
    font-weight: 700;
}

.policy-effective-date {
    margin: 20px 0 0;
    color: #6c7b91;
    font-size: 15px;
    text-align: right;
}

section + section {
    margin-top: 30px;
}

h2,
h3 {
    color: #303a4d;
    font-weight: 700;
}

h2 {
    margin: 0 0 16px;
    font-size: 21px;
    line-height: 1.4;
}

h3 {
    margin: 25px 0 12px;
    font-size: 17px;
    line-height: 1.45;
}

p,
li {
    font-size: 16px;
    line-height: 1.78;
}

p {
    margin: 0 0 17px;
}

strong {
    color: #303a4d;
    font-weight: 700;
}

.policy-emphasis {
    font-weight: 700;
}

ul,
ol {
    margin: 14px 0 0;
    padding-left: 28px;
}

li + li {
    margin-top: 15px;
}

.policy-focus {
    margin-top: 28px;
    padding: 24px 28px 26px;
    border-left: 5px solid #e87522;
    background: #fffaf0;
}

.policy-focus h3 {
    margin-top: 0;
}

.policy-focus ul {
    margin-bottom: 0;
}

.policy-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 84px;
    /* padding: 26px max(24px, 5vw) 28px; */
    padding: 0 11vw;
    color: #71839d;
    background: #f4f7fb;
    font-size: 14px;
    line-height: 1.5;
}

.policy-footer p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.policy-footer a {
    flex: 0 0 auto;
    color: #1f67b3;
    text-decoration: none;
}

.policy-footer a:hover,
.policy-footer a:focus-visible {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .policy-page {
        padding: 0;
    }

    .policy-document {
        padding: 32px 22px 44px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .policy-header h1 {
        font-size: 24px;
    }

    .policy-effective-date {
        text-align: left;
    }

    h2 {
        font-size: 19px;
    }

    p,
    li {
        font-size: 15px;
        line-height: 1.72;
    }

    .policy-focus {
        margin-right: -6px;
        margin-left: -6px;
        padding: 20px 18px 22px;
    }

    .policy-footer {
        min-height: 76px;
        padding: 22px;
        font-size: 13px;
    }
}

@media print {
    body,
    .policy-page {
        background: #ffffff;
    }

    .policy-page {
        padding: 0;
    }

    .policy-document {
        width: 100%;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .policy-footer {
        display: none;
    }

    a {
        color: inherit;
    }
}
