html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden !important;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 991px) {
    body {
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .container,
    [class*="container"],
    [class*="max-w"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    main section:first-of-type,
    body section:first-of-type {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    main section:first-of-type .container,
    body section:first-of-type .container,
    main section:first-of-type [class*="container"],
    body section:first-of-type [class*="container"],
    main section:first-of-type [class*="max-w"],
    body section:first-of-type [class*="max-w"] {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    main section:first-of-type .grid,
    main section:first-of-type .flex,
    body section:first-of-type .grid,
    body section:first-of-type .flex {
        display: block !important;
    }

    main section:first-of-type .grid > *,
    main section:first-of-type .flex > *,
    body section:first-of-type .grid > *,
    body section:first-of-type .flex > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    main section:first-of-type .grid > * + *,
    main section:first-of-type .flex > * + *,
    body section:first-of-type .grid > * + *,
    body section:first-of-type .flex > * + * {
        margin-top: 18px !important;
    }

    main section:first-of-type h1,
    main section:first-of-type h2,
    body section:first-of-type h1,
    body section:first-of-type h2 {
        font-size: clamp(1.8rem, 10vw, 2.7rem) !important;
        line-height: .95 !important;
        letter-spacing: -.04em !important;
        word-break: break-word !important;
        margin-bottom: 12px !important;
    }

    main section:first-of-type p,
    body section:first-of-type p {
        font-size: .95rem !important;
        line-height: 1.58 !important;
    }

    main section:first-of-type img,
    body section:first-of-type img {
        max-width: 160px !important;
        width: auto !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    [style*="position: sticky"] {
        position: static !important;
        top: auto !important;
    }

    header .container,
    nav .container,
    header [class*="container"],
    nav [class*="container"],
    header [class*="max-w"],
    nav [class*="max-w"] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media (max-width: 640px) {
    main section:first-of-type .container,
    body section:first-of-type .container,
    main section:first-of-type [class*="container"],
    body section:first-of-type [class*="container"],
    main section:first-of-type [class*="max-w"],
    body section:first-of-type [class*="max-w"] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    main section:first-of-type h1,
    main section:first-of-type h2,
    body section:first-of-type h1,
    body section:first-of-type h2 {
        font-size: clamp(1.55rem, 11vw, 2.3rem) !important;
        line-height: .92 !important;
    }

    main section:first-of-type p,
    body section:first-of-type p {
        font-size: .9rem !important;
        line-height: 1.5 !important;
    }

    main section:first-of-type img,
    body section:first-of-type img {
        max-width: 140px !important;
    }
}