/* Content Section  */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    #content-page-1402 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        background: var(--bg04);
        padding: var(--sectionPadding);
    }
    #content-page-1402 .cs-container {
        width: 100%;
        margin: auto;
        display: flex;
        max-width: 80rem;
        position: relative;
        align-items: center;
        flex-direction: column;
        gap: clamp(2.5rem, 4vw, 4rem);
    }
    #content-page-1402 .cs-content {
        width: 100%;
        display: flex;
        text-align: left;
        max-width: 46.125rem;
        flex-direction: column;
        align-items: flex-start;
    }
    #content-page-1402 .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-1402 h2,
    #content-page-1402 h3,
    #content-page-1402 h4,
    #content-page-1402 h5,
    #content-page-1402 h6 {
        font-weight: 700;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--headerColor);
        font-family: var(--subFont);
    }
    #content-page-1402 h2 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    #content-page-1402 h3 {
        font-size: 1.5rem;
        color: var(--primary);
    }
    #content-page-1402 h4,
    #content-page-1402 h5,
    #content-page-1402 h6 {
        font-size: 1.25rem;
    }
    #content-page-1402 .cs-button-solid {
        margin-bottom: 2rem;
    }
    #content-page-1402 .cs-no-margin {
        margin: 0;
    }
    #content-page-1402 .cs-color {
        color: var(--primary);
    }
    #content-page-1402 p {
        width: 100%;
        line-height: 1.5em;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }
    #content-page-1402 p:last-of-type {
        margin-bottom: 2rem;
    }
    #content-page-1402 p a {
        font-size: inherit;
        line-height: inherit;
        color: var(--primary);
        filter: brightness(120%);
        text-decoration: underline;
    }
    #content-page-1402 ol,
    #content-page-1402 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-1402 ul li {
        color: inherit;
        list-style: none;
        position: relative;
    }
    #content-page-1402 ul li:before {
        /* custom list bullet */
        width: 3px;
        opacity: 1;
        content: "";
        height: 3px;
        top: 0.625rem;
        display: block;
        left: -0.75rem;
        border-radius: 50%;
        position: absolute;
        background: currentColor;
    }
    #content-page-1402 strong {
        line-height: 1.55rem;
        color: var(--headerColor);
    }
    #content-page-1402 img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0.75rem;
    }
    #content-page-1402 .cs-image-group {
        width: 100%;
        display: none;
        position: relative;
        flex-direction: column;
        gap: clamp(1rem, 2.6vw, 1.25rem);
    }
    #content-page-1402 .cs-flex {
        position: relative;
    }
    #content-page-1402 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        object-fit: cover;
    }
    #content-page-1402 .cs-background img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    #content-page-1402 .cs-box {
        width: 100%;
        gap: 1.5rem;
        padding: 2rem;
        display: none;
        text-align: left;
        max-width: 12.5rem;
        position: absolute;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        background-color: var(--primary);
        right: clamp(0.75rem, 1.9vw, 1.5rem);
        bottom: clamp(0.75rem, 1.9vw, 1.5rem);
    }
    #content-page-1402 .cs-box-icon {
        height: auto;
        width: 3.75rem;
        display: block;
    }
    #content-page-1402 .cs-desc {
        margin: 0;
        width: 100%;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: inherit;
        color: var(--bodyTextColorWhite);
    }
    #content-page-1402 .cs-card-group {
        padding: 0;
        width: 100%;
        display: grid;
        align-items: center;
        max-width: 39.375rem;
        margin: 0 0 1.5rem 0;
        gap: clamp(1rem, 2vw, 1.25rem);
        grid-template-columns: repeat(auto-fit, minmax(15.265rem, 1fr));
    }
    #content-page-1402 .cs-item {
        gap: 0.75rem;
        display: flex;
        list-style: none;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        background: var(--itemColor);
        padding: clamp(1rem, 3vw, 1.5rem);
        border: 1px solid var(--itemColor);
    }
    #content-page-1402 .cs-item:before {
        display: none;
    }
    #content-page-1402 .cs-h3 {
        margin: 0;
        gap: 0.5rem;
        display: flex;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.2em;
        align-items: center;
        color: var(--headerColor);
        justify-content: flex-start;
    }
    #content-page-1402 .cs-h3-icon {
        width: 2rem;
        height: auto;
        display: block;
    }
    #content-page-1402 .cs-item-text {
        margin: 0;
        line-height: 1.5em;
        font-size: 0.875rem;
        color: var(--bodyTextColor);
    }
    #content-page-1402 .cs-item-text:last-of-type {
        margin: 0;
    }
    #content-page-1402 .cs-ul {
        padding: 0;
        width: 100%;
        gap: 0.75rem;
        display: flex;
        margin: 0 0 1.5rem 0;
        flex-direction: column;
        align-items: flex-start;
    }
    #content-page-1402 .cs-li {
        width: 100%;
        gap: 0.5rem;
        display: flex;
        list-style: none;
        line-height: 1.5em;
        align-items: flex-start;
        color: var(--headerColor);
        justify-content: flex-start;
        font-size: var(--bodyFontSize);
    }
    #content-page-1402 .cs-icon {
        height: auto;
        width: 1.5rem;
        display: block;
        margin-top: 1px;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #content-page-1402 .cs-container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    #content-page-1402 .cs-content {
        width: 50%;
        flex: none;
        max-width: 42.125rem;
    }
    #content-page-1402 .cs-image-group {
        width: 44%;
        display: flex;
        max-width: 33.875rem;
    }
}
/* Desktop - 1200px */
@media only screen and (min-width: 75rem) {
    #content-page-1402 .cs-content {
        width: 53%;
    }
    #content-page-1402 .cs-image-group {
        width: 43%;
    }
    #content-page-1402 .cs-box {
        display: flex;
    }
}