@media only screen and (min-width: 0rem) {
    #content-page-714 {
        padding: var(--sectionPadding);
        background-color: #030a14;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

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

    #content-page-714 .cs-content {
        text-align: left;
        width: 100%;
        max-width: 46.125rem;
        display: flex;
        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 h1 {
        color: white;
        font-family: 'oswald';
    }
  #content-page-714 strong {
        color: white;
        font-family: 'oswald';
    }

    #content-page-714 h2, #content-page-714 h3, #content-page-714 h4, #content-page-714 h5, #content-page-714 h6 {
        font-weight: 700;
        line-height: 1.1em;
        text-align: inherit;
        margin: 0 0 1rem 0;
        color:white;
        font-family: 'oswald';
    }

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

    #content-page-714 h3 {
        font-size: 1.5rem;
        color: #ffffff;
    }

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

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

    #content-page-714 .cs-color {
        color: white;
    }

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

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

    #content-page-714 p a {
        font-weight: bold;
         font-family: 'source sans 3';
        font-size: inherit;
        line-height: inherit;
        text-decoration: underline;

        color: var(--primary);
    }

    #content-page-714 ol, #content-page-714 ul {
        padding-left: 1.5rem;
        margin: 0 0 2rem 0;
        color: white;
        display: flex;
         font-family: 'source sans 3';
        flex-direction: column;
        gap: 1rem;
    }

    #content-page-714 ul li {
        list-style: none;
        color: inherit;
         font-family: 'source sans 3';
        position: relative;
    }

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

    #content-page-714 ul li p:last-of-type {
        margin: 0;
    }

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

    #content-page-714 .cs-picture {
        width: 33.875em;
        height: 40.4375em;
        border-radius: 17.8125em;
        border: 0.75em solid #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-color: #f7f7f7;
        box-sizing: border-box;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

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

    #content-page-714 .cs-bubbles {
        z-index: -1;
        position: absolute;
        bottom: 0em;
        left: 0;
        height: 26.6875em;
        width: 26.1875em;
        font-size: min(2.5vw, .7em);
        transform: scaleY(-1);
    }

    #content-page-714 .cs-bubbles:before {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        opacity: 1;
        display: block;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        background: transparent;
        height: 20.625em;
        width: 20.625em;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }

    #content-page-714 .cs-bubbles:after {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0.15;
        display: block;
        border-radius: 50%;
        background: var(--primary);
        height: 16.25em;
        width: 16.25em;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        transition: box-shadow 0.3s;
    }

    @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-714 .cs-background {
        display: none;
    }


































































    .cs-bubbles::before {
  width: 20em;
  height: 20em;
  bottom: 0;
  right: 0;
  border: 1px solid #ffffff;
  background: transparent;
  opacity: 1;
  animation: floatAnimation1 5s ease-in-out infinite;
  /* Glow effect */
  box-shadow:
    rgba(67, 183, 255, 0.2) 0px 0px 44px,
    inset rgba(67, 183, 255, 0.2) 0px 0px 30px,
    inset rgba(67, 183, 255, 0.2) 0px 0px 55px,
    inset rgba(67, 183, 255, 0.4) 0px 0px 75px,
    rgba(67, 183, 255, 0.4) 0px 0px 105px;
}

.cs-bubbles::after {
  width: 16em;
  height: 16em;
  top: 0;
  left: 0;
  background-color: #47bbf6;
  opacity: 0.15;
  filter: blur(2px);
  z-index: -1;
  animation: floatAnimation2 14s ease-in-out infinite;
  transition: box-shadow 0.3s ease;
}

/* Renamed animations */
@keyframes floatAnimation1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2rem); }
}

@keyframes floatAnimation2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3rem); }
}


}

@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 {
        display: block;
        order: -1;
    }

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


}

@media only screen and (min-width: 81.25rem) {
    #content-page-714 .cs-image-group {
        font-size: inherit;
        position: relative;
    }

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



