.page-template-anthology {
    background-color: #ffffff !important;
}
.page-template-anthology a {
    color: #0000ee;
}
.page-template-anthology div {
    color: #000000;
}
.page-template-anthology h2,
.page-template-anthology p {
    color: #000000;
}
.page-template-anthology p {
    max-width: 972px;
    margin: 20px auto;
    font-size: 20px;
    padding: 0 20px;
}
.page-template-anthology #Nav,
.page-template-anthology #NavBg {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 30px;
    scrollbar-width: none;
}
.anthology-hero {
    position: relative;
    width: 100%;
    min-height: 620px;
    aspect-ratio: auto;
    display: none;
}
.anthology-hero .wp-block-image {
    margin: 0;
}
.anthology-hero .wp-block-image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}
.anthology-hero h2 {
    position: absolute;
    top: 40%;
    color: #ffffff;
    padding: 0 24px;
    font-size: 60px;
    z-index: 1;
}
.anthology-hero .wp-block-spacer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    background:
        linear-gradient(0deg,
            rgba(0, 14, 51, 0.3) 0%,
            rgba(0, 14, 51, 0.3) 100%),
        linear-gradient(90deg,
            rgba(27, 47, 98, 0.5) 0%,
            rgba(209, 222, 255, 0) 83.26%);
}
.anthology-banner {
    max-width: none;
    padding-top: 53px;
    padding-bottom: 53px;
    background-color: #7cbce7;
    text-align: center;
}
.anthology-banner p {
    max-width: 1400px !important;
    font-size: 60px;
    letter-spacing: -1.8px;
    color: #ffffff !important;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1200px) {
    .anthology-hero {
        min-height: unset;
    }
}
@media (max-width: 768px) {
    .anthology-hero h2 {
        font-size: 40px;
    }

    .anthology-banner p {
        font-size: 40px;
    }
}
.anthology-form {
    max-width: 686px;
    margin: 0 auto;
    padding: 0 20px;
}
.anthology-form label,
.anthology-form .gfield_label {
    color: #202f55;
}
.anthology-form .ginput_container input,
.anthology-form .ginput_container textarea,
.anthology-form .ginput_container select {
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.anthology-form .consent-field legend {
    visibility: hidden;
    height: 1px;
}
.anthology-form .ginput_complex label {
    font-size: 16px;
    font-weight: bold;
}
.anthology-form .ginput_container_consent {
    align-items: center;
    display: flex;
    gap: 5px;
}
.anthology-form .gform_button {
    height: 54px;
    width: calc(50% - 34px);
    font-size: 18px;
    border: none;
    background-color: #7cbce7;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.anthology-form .gform_button:hover {
    background-color: #6b7693;
}
.gform_confirmation_message {
    position: absolute;
    font-size: 20px;
    color: #000000;
}
article:has(.gform_confirmation_wrapper) .anthology-content {
    display: none;
}
.post-password-required {
    margin-top: 150px;
}