/* Content Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #content-page-714 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }

    #content-page-714 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }

    #content-page-714 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 46.125rem;
        flex-direction: column;
        align-items: flex-start;
    }

    #content-page-714 .cs-content img {
        width: 100%;
        height: auto;
        margin: 1rem 0;
        display: block;
    }

    #content-page-714 .cs-title {
        width: 100%;
        max-width: 100%;
        font-weight: 900;
        line-height: 1.2em;
        margin: 0 0 1rem 0;
        position: relative;
        text-align: inherit;
        color: var(--headerColor);
        font-size: var(--headerFontSize);
    }

    #content-page-714 h2,
    #content-page-714 h3,
    #content-page-714 h4,
    #content-page-714 h5,
    #content-page-714 h6 {
        font-weight: 700;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--headerColor);
        font-family: var(--titleFont);
    }

    #content-page-714 h2 {
        font-size: 2rem;
        margin-top: 2rem;
    }

    #content-page-714 h3 {
        font-size: 1.5rem;
        color: var(--primary);
        font-family: var(--subFont);

    }

    #content-page-714 h4,
    #content-page-714 h5,
    #content-page-714 h6 {
        font-size: 1.25rem;
    }

    #content-page-714 .cs-button-solid {
        margin-bottom: 2rem;
    }

    #content-page-714 .cs-color {
        color: var(--primary);
    }

    #content-page-714 p {
        width: 100%;
        line-height: 1.5em;
        margin: 0 0 1rem 0;
        text-align: inherit;
        font-family: var(--bodyFont);
        color: var(--bodyTextColor);
        font-size: var(--bodyFontSize);
    }

    #content-page-714 p:last-of-type {
        margin-bottom: 2rem;
    }

    #content-page-714 p a {
        font-size: inherit;
        line-height: inherit;
        color: var(--primary);
        text-decoration: underline;
    }

    #content-page-714 ol,
    #content-page-714 ul {
        gap: 1rem;
        display: flex;
        margin: 0 0 2rem 0;
        padding-left: 1.5rem;
        flex-direction: column;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
    }

    #content-page-714 ul li {
        list-style: none;
        color: inherit;
        position: relative;
    }

    #content-page-714 ul li:before {
        width: 3px;
        opacity: 1;
        content: "";
        height: 3px;
        top: 0.625rem;
        display: block;
        left: -0.75rem;
        border-radius: 50%;
        position: absolute;
        background: currentColor;
    }

    #content-page-714 .cs-image-group {
        flex: none;
        z-index: 1;
        display: none;
        width: 33.875em;
        height: 48.3125em;
        position: relative;
        font-size: min(1vw, 1em);
    }

    #content-page-714 .cs-picture {
        width: 33.875em;
        height: 40.4375em;
        border-radius: 17.8125em;
        border: 0.75em solid var(--borderColor);
        background: var(--itemColor);
        box-sizing: border-box;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #content-page-714 .cs-picture img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    #content-page-714 .cs-background {
        display: none;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #content-page-714 .cs-container {
        flex-direction: row;
        align-items: flex-start;
    }

    #content-page-714 .cs-image-group {
        order: -1;
        display: block;
    }

    #content-page-714 .cs-content {
        margin-left: auto;
    }

    #content-page-714 .cs-background {
        width: 20%;
        height: 100%;
        background: var(--itemColor);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    #content-page-714 .cs-background img {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
    #content-page-714 .cs-image-group {
        font-size: inherit;
        position: absolute;
        top: 0rem;
        left: -6.25rem;
    }

    #content-page-714 .cs-background {
        width: 50%;
        margin-right: 20.9375rem;
        left: auto;
        right: 50%;
    }
}