@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);
        }
    }

    #hero-1350 {
        padding: clamp(15rem, 34vw, 24rem) 1rem 0;
        padding-bottom: clamp(12.5rem, 16.5vw, 15.625rem);
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #hero-1350:before {
        content: "";
        width: 100%;
        height: 30%;
        background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 1;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }

    #hero-1350 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #hero-1350 .cs-content {
        text-align: center;
        width: 100%;
        max-width: 39.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #hero-1350 .cs-topper {
        font-size: 1.25rem;
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: inherit;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: #e8e8e8;
        margin-bottom: 0.5rem;
        display: block;
    }

    #hero-1350 .cs-title {
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 20ch;
        margin: 0 0 1rem 0;
        color: #fff;
        position: relative;
    }

    #hero-1350 .cs-text {
        font-size: 1.25rem;
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        max-width: clamp(29rem, 60vw, 38.785rem);
        margin: 0 0 2.5rem 0;
        color: #e8e8e8;
    }

    #hero-1350 .cs-button-solid {
        font-size: 1rem;
        line-height: 3.5rem;
        text-decoration: none;
        font-weight: 700;
        overflow: hidden;
        margin: 0;
        color: #fff;
        padding: 0 3rem;
        border-radius: 1.875rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: color 0.3s;
    }

    #hero-1350 .cs-button-solid:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 0%;
        background: #fff;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }

    #hero-1350 .cs-button-solid:hover {
        color: var(--primary);
    }

    #hero-1350 .cs-button-solid:hover:before {
        width: 100%;
    }

    #hero-1350 .cs-form {
        width: 100%;
        max-width: 39.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        z-index: 1;
    }

    #hero-1350 .cs-input {
        font-size: 1rem;
        width: 100%;
        min-height: 3rem;
        margin: 0;
        padding: 0;
        padding-left: 1.25rem;
        border: none;
        border-radius: 5rem;
        box-sizing: border-box;
        display: block;
    }

    #hero-1350 .cs-input::placeholder {
        color: #767676;
    }

    #hero-1350 .cs-submit {
        width: 100%;
        border: none;
    }

    #hero-1350 .cs-bubbles {
        font-size: min(2vw, .5em);
        position: absolute;
        z-index: -1;
    }

    #hero-1350 .cs-bubbles1 {
        width: 42.5em;
        height: 45.25em;
        right: -11.875rem;
        top: 0;
    }

    #hero-1350 .cs-bubbles1:before {
        content: "";
        width: 38.875em;
        height: 38.875em;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        opacity: 1;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        animation-name: floatAnimation;
        animation-duration: 7s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    }

    #hero-1350 .cs-bubbles1:after {
        content: "";
        width: 34.125em;
        height: 34.125em;
        background: var(--primary);
        opacity: 0.8;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        animation-name: floatAnimation2;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    }

    #hero-1350 .cs-bubbles2 {
        width: 20.625rem;
        height: 29.75rem;
        left: -13.75rem;
        bottom: -16.25rem;
    }

    #hero-1350 .cs-bubbles2:before {
        content: "";
        width: 20.625rem;
        height: 20.625rem;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        opacity: 1;
        position: absolute;
        display: block;
        bottom: 0;
        right: 0;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    }

    #hero-1350 .cs-bubbles2:after {
        content: "";
        width: 16.25rem;
        height: 16.25rem;
        background: var(--primary);
        opacity: 0.8;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        right: 2.5rem;
        z-index: -1;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
    }

    #hero-1350 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }

    #hero-1350 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}

@media only screen and (min-width: 48rem) {
    #hero-1350 .cs-bubbles {
        font-size: 1em;
    }

    #hero-1350 .cs-bubbles1 {
        right: -26.75rem;
    }

    #hero-1350 .cs-input {
        width: 100%;
    }

    #hero-1350 .cs-form {
        flex-direction: row;
        max-width: 50rem;
        align-items: stretch;
    }

    #hero-1350 .cs-input {
        width: auto;
        flex-grow: 1;
    }

    #hero-1350 .cs-submit {
        width: auto;
        flex-shrink: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (min-width: 81.25rem) {
    #hero-1350 .cs-bubbles1 {
        margin-left: clamp(12.5rem, 20vw, 28.125rem);
        top: 10.75rem;
        right: auto;
        left: 50%;
    }
}

@media only screen and (min-width: 100rem) {
    #hero-1350 .cs-background {
        background: url("/assets/images/abstract.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    #hero-1350 .cs-background img {
        display: none;
    }
}

@media only screen and (min-width: 112.5rem) {
    #hero-1350 .cs-bubbles2 {
        margin-right: 50rem;
        right: 50%;
        left: auto;
        top: 13.125rem;
        bottom: auto;
    }
}

.article-containeruiheifd * {
    font-family: Arial, sans-serif;
    word-break: break-all;
    color: #000000;
}

.article-containeruiheifd img {
    max-width: 100%;
}

.article-containeruiheifd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.article-containeruiheifd h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0;
    margin-top: 0;
    padding-top: 0;
}

.article-containeruiheifd h1,
.article-containeruiheifd h2,
.article-containeruiheifd h3,
.article-containeruiheifd h4,
.article-containeruiheifd h5,
.article-containeruiheifd h6 {
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
}

.article-containeruiheifd h2 {
    font-size: 29px;
}

.article-containeruiheifd h3 {
    font-size: 27px;
}

.article-containeruiheifd h4 {
    font-size: 25px;
}

.article-containeruiheifd h5 {
    font-size: 23px;
}

.article-containeruiheifd h6 {
    font-size: 21px;
}

.article-containeruiheifd p {
    font-size: 18px;
    line-height: 1.5;
}

.article-containeruiheifd img {
    max-width: 100%;
    height: auto;
}

.article-containeruiheifd ul {
    list-style-type: disc;
    padding-left: 20px;
}

.article-containeruiheifd table {
    border-collapse: collapse;
    width: 100%;
}

.article-containeruiheifd table,
.article-containeruiheifd th,
.article-containeruiheifd td {
    border: 1px solid #ccc;
}

.article-containeruiheifd th,
.article-containeruiheifd td {
    padding: 8px;
    text-align: left;
}

.article-containeruiheifd b {
    font-weight: bold;
}

.article-containeruiheifd em {
    font-style: italic;
}