header#page-header {
    display: none !important;
}

.contentcontainer,
#c89 .textpic {
    align-items: center;
}

main .element-header,
main .card-title {
    color: #333;
    font-weight: 400;
}

main .element-header a {
    text-decoration: none;
}

main .element-header a:hover {
    text-decoration: underline;
}

/* #c68 {
    position: relative;
    overflow: hidden;
}

#c68::before,
#c68::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 100vw;
    opacity: 0.05;
}

#c68::before {
    background-color: #1b2d50;
    transform: rotate(-35deg) translate(-50%);
}

#c68::after {
    background-color: #fab507;
    transform: rotate(-35deg) translate(50%, -80%);
}

#c68 > .frame-goup-container {
    position: relative;
    z-index: 9;
} */

#c54 .textpic-text,
#c73 .textmedia-text,
#c90 p {
    color: #000;
}

#c90 {
    padding-bottom: 0 !important;
}

#c90 p {
    margin-bottom: 0;
}

main video {
    border-radius: 0.375rem;
}

#c92 .textmedia {
    gap: 10px;
}

#c95 .frame-group-container,
#c97 .contentcontainer .contentcontainer-column {
    background: white;
    border-radius: 8px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

#c103 .contentcontainer {
    align-items: start;
}

#c113 .contentcontainer-column,
#c114, #c114 div,
#c115, #c115 div {
    height: 100%;
}

.btn-secondary {
    background-color: var(--secondary);
    color: white;
}

footer img[title="vhs Cloud"] {
    width: 100px;
    margin-block-start: 2rem;
    border-radius: 8px;
}

footer a {
    color: white !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #eee !important;
}

.footer-section .container .section-row {
    align-items: center;
}