.sfc-nominations-page,
.sfc-nom-page {
    background: #F5FCFF;
}

.sfc-nominations-page header.site-header > .container.custom-container {
    max-width: 1279px;
    min-height: 133.333px;
    width: calc(100% - 160px);
}

.sfc-nominations-page header.site-header .navbar ul {
    gap: 51px;
}

.sfc-nominations-page header.site-header .navbar ul li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
}

.sfc-nominations-page footer.site-footer {
    max-width: 100%;
    margin-top: 0;
    padding: 32px 0;
    background: linear-gradient(184.6354144428deg, #18ADD1 28.782%, #0467C3 94.293%) !important;
    color: #FFFFFF;
}

.sfc-nominations-page footer.site-footer > .sfc-footer-container {
    width: calc(100% - 64px);
    max-width: 1279px;
    margin: 0 auto;
}

.sfc-nominations-page footer.site-footer a {
    color: #FFFFFF;
}

.sfc-nom-page {
    --sfc-nom-blue: #004F98;
    --sfc-nom-mid-blue: #0467C3;
    --sfc-nom-sky: #18ADD1;
    --sfc-nom-green: #32DE8A;
    --sfc-nom-soft: #F5FDFB;
    --sfc-nom-soft-blue: #E6F7FE;
    --sfc-nom-border: #E0E0E0;
    --sfc-nom-panel-border: #81B3E1;
    --sfc-nom-muted: #6B7385;
    --sfc-nom-gray: #828282;
    --sfc-nom-placeholder: #BDBDBD;
    --sfc-nom-hero-shape: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 1920 396.209' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 283.601C1876.4 289.454 1130.49 388.886 715.333 396C402.161 401.366 47.4742 301.748 4.36328 289.275L0 288V0H1920V283.601Z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='875.525' y1='-48.0326' x2='897.968' y2='614.408' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230467C3'/%3E%3Cstop offset='1' stop-color='%2318ADD1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    min-height: 100vh;
    color: var(--sfc-nom-blue);
    font-family: "Avenir Next", Arial, sans-serif;
    overflow-x: clip;
}

.sfc-nom-hero {
    min-height: 396.209px;
    padding: 0 20px;
    background-color: #F5FCFF;
    background-image: var(--sfc-nom-hero-shape);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 396.209px;
}

.sfc-nom-hero-inner {
    width: min(100% - 32px, 1000px);
    margin: 0 auto;
    padding-top: 194px;
    text-align: center;
}

.sfc-nom-title {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-shadow: 2px 2px 0 var(--sfc-nom-green);
    text-wrap: balance;
    text-transform: uppercase;
}

.sfc-nom-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.sfc-nom-breadcrumb a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.sfc-nom-shell {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1080px);
    margin: -75px auto 96px;
}

.sfc-nom-page > .sfc-nom-shell:first-child {
    margin-top: 56px;
}

.sfc-nom-alert {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.45;
}

.sfc-nom-alert--success {
    border: 1px solid rgba(50, 222, 138, 0.45);
    background: #E9FFF4;
    color: #06653A;
}

.sfc-nom-alert--error {
    border: 1px solid rgba(204, 58, 58, 0.32);
    background: #FFF1F1;
    color: #8D2020;
}

.sfc-nom-alert strong {
    display: block;
    margin-bottom: 8px;
}

.sfc-nom-alert ul {
    margin: 0;
    padding-left: 20px;
}

.sfc-nom-form {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--sfc-nom-panel-border);
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: none;
    overflow: hidden;
}

.sfc-nom-panel-head {
    position: relative;
    box-sizing: border-box;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 20px;
    border-radius: 15px;
    background: var(--sfc-nom-green);
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.64px;
    overflow: hidden;
    text-transform: uppercase;
}

.sfc-nom-panel-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1063px;
    height: 1838px;
    background: url("../images/form-header-pattern.svg") center / 100% 100% no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(78.88deg);
}

.sfc-nom-panel-head > span {
    position: relative;
    z-index: 1;
}

.sfc-nom-panel-icon {
    width: 49.655px;
    height: 48px;
    display: inline-flex;
}

.sfc-nom-panel-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.sfc-nom-panel {
    box-sizing: border-box;
    padding: 32px;
}

.sfc-nom-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sfc-nom-tab {
    box-sizing: border-box;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px dashed var(--sfc-nom-panel-border);
    border-radius: 16px;
    background: var(--sfc-nom-soft-blue);
    color: rgba(4, 103, 195, 0.5);
    font: inherit;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-align: center;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.sfc-nom-tab.is-active {
    border-color: transparent;
    background: linear-gradient(251.81deg, #18ADD1 2.82%, #0467C3 108.25%);
    color: #FFFFFF;
    font-weight: 700;
    box-shadow: none;
}

.sfc-nom-tab:focus-visible,
.sfc-nom-submit:focus-visible,
.sfc-nom-add:focus-visible,
.sfc-nom-repeat-remove:focus-visible,
.sfc-nom-upload:focus-within {
    outline: 3px solid rgba(50, 222, 138, 0.45);
    outline-offset: 3px;
}

.sfc-nom-intro {
    margin: 32px 0 0;
    color: var(--sfc-nom-gray);
    font-size: 18px;
    line-height: 1.25;
}

.sfc-nom-section {
    margin-top: 32px;
}

.sfc-nom-section h2 {
    margin: 0 0 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sfc-nom-border);
    background: linear-gradient(116.57deg, #004889 7.16%, #0467C3 92.83%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.sfc-nom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sfc-nom-field {
    min-width: 0;
    margin: 0 0 16px;
}

.sfc-nom-field label,
.sfc-nom-repeater-field > label {
    display: block;
    margin-bottom: 5px;
    color: var(--sfc-nom-mid-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.sfc-nom-required {
    color: var(--sfc-nom-green);
}

.sfc-nom-help {
    display: block;
    margin-top: -1px;
    margin-bottom: 5px;
    color: var(--sfc-nom-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-field textarea,
.sfc-nom-repeat-row input {
    box-sizing: border-box;
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--sfc-nom-border);
    border-radius: 10px;
    background: #FFFFFF;
    color: var(--sfc-nom-muted);
    font: inherit;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-repeat-row input {
    padding: 0 10px;
}

.sfc-nom-field select {
    appearance: none;
    background-image: url("../images/select-chevron.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 10px 6.379px;
    padding-right: 44px;
}

.sfc-nom-field textarea {
    min-height: 160px;
    padding: 14px 16px;
    resize: vertical;
}

.sfc-nom-field input::placeholder,
.sfc-nom-field textarea::placeholder,
.sfc-nom-repeat-row input::placeholder {
    color: var(--sfc-nom-placeholder);
}

.sfc-nom-field input:focus,
.sfc-nom-field select:focus,
.sfc-nom-field textarea:focus,
.sfc-nom-repeat-row input:focus {
    border-color: var(--sfc-nom-sky);
    outline: none;
    box-shadow: 0 0 0 3px rgba(24, 173, 209, 0.16);
}

.sfc-nom-upload-field {
    margin: 0 0 32px;
}

.sfc-nom-upload {
    position: relative;
    box-sizing: border-box;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 1px dashed var(--sfc-nom-border);
    border-radius: 15px;
    background: var(--sfc-nom-soft);
    color: var(--sfc-nom-muted);
    text-align: center;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease;
}

.sfc-nom-upload:hover {
    border-color: var(--sfc-nom-green);
    background: #F0FFF8;
}

.sfc-nom-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.sfc-nom-upload-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sfc-nom-green);
    color: #FFFFFF;
}

.sfc-nom-upload-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.sfc-nom-upload strong {
    color: var(--sfc-nom-mid-blue);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: 1.25;
    text-transform: uppercase;
}

.sfc-nom-upload span:not(.sfc-nom-upload-icon) {
    max-width: 704px;
    color: var(--sfc-nom-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.sfc-nom-upload em {
    margin-top: 0;
    color: var(--sfc-nom-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    opacity: 0.75;
}

.sfc-nom-repeater {
    margin-bottom: 28px;
}

.sfc-nom-repeater-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sfc-nom-repeat-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sfc-nom-repeat-remove {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: var(--sfc-nom-mid-blue);
    color: #FFFFFF;
    cursor: pointer;
}

.sfc-nom-repeat-remove:hover {
    background: var(--sfc-nom-blue);
}

.sfc-nom-repeat-row:only-child .sfc-nom-repeat-remove {
    display: none;
}

.sfc-nom-add {
    min-height: 47.799px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 14px 24px;
    border: 0;
    border-radius: 8px;
    background: var(--sfc-nom-green);
    color: #FFFFFF;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.sfc-nom-add:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sfc-nom-add > span:first-child {
    display: inline-flex;
    width: 19.799px;
    height: 19.799px;
    align-items: center;
    justify-content: center;
}

.sfc-nom-add img,
.sfc-nom-repeat-remove img {
    display: block;
    width: 14px;
    height: 14px;
}

.sfc-nom-note {
    margin: 32px 0;
    padding: 24px;
    border-radius: 10px;
    background: linear-gradient(269.36deg, rgba(115, 184, 244, 0.1) 1.61%, rgba(226, 54, 128, 0.1) 108.89%), #FFFFFF;
    color: #3355A6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.sfc-nom-submit {
    width: 100%;
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10.667px;
    background: var(--sfc-nom-green);
    color: #FFFFFF;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.sfc-nom-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(50, 222, 138, 0.28);
}

.sfc-nom-honeypot,
.sfc-nom-page .is-hidden {
    display: none !important;
}

@media (max-width: 900px) {
    .sfc-nominations-page header.site-header > .container.custom-container {
        min-height: 112px;
        width: calc(100% - 48px);
    }

    .sfc-nom-shell {
        width: min(100% - 28px, 720px);
        margin-top: -60px;
    }

    .sfc-nom-title {
        font-size: 34px;
    }

    .sfc-nom-panel {
        padding: 24px;
    }

    .sfc-nom-tabs,
    .sfc-nom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sfc-nominations-page footer.site-footer {
        padding: 28px 0;
    }

    .sfc-nominations-page footer.site-footer > .sfc-footer-container {
        width: calc(100% - 32px);
    }

    .sfc-nominations-page header.site-header > .container.custom-container {
        min-height: 94px;
        width: calc(100% - 32px);
    }

    .sfc-nom-hero {
        min-height: 318px;
        background-size: 100% 318px;
    }

    .sfc-nom-hero-inner {
        width: min(100%, 360px);
        padding-top: 146px;
    }

    .sfc-nom-title {
        font-size: clamp(24px, 7.5vw, 28px);
    }

    .sfc-nom-breadcrumb {
        display: none;
    }

    .sfc-nom-shell {
        width: min(100% - 32px, 520px);
        margin-top: -48px;
        margin-bottom: 64px;
    }

    .sfc-nom-panel-head {
        min-height: 76px;
        gap: 14px;
        font-size: 22px;
        line-height: 1;
    }

    .sfc-nom-panel-icon {
        width: 34px;
        height: 33px;
    }

    .sfc-nom-panel {
        padding: 18px;
    }

    .sfc-nom-tab {
        min-height: 54px;
        border-radius: 12px;
        font-size: 16px;
    }

    .sfc-nom-section h2 {
        margin-bottom: 22px;
        font-size: 22px;
    }

    .sfc-nom-field label,
    .sfc-nom-repeater-field > label {
        font-size: 16px;
    }

    .sfc-nom-intro,
    .sfc-nom-note {
        font-size: 16px;
    }

    .sfc-nom-upload {
        min-height: 176px;
        padding: 24px 16px;
    }

    .sfc-nom-upload strong {
        font-size: 18px;
    }

    .sfc-nom-upload span:not(.sfc-nom-upload-icon) {
        font-size: 14px;
    }

    .sfc-nom-repeat-row {
        align-items: stretch;
    }
}

@media (max-width: 380px) {
    .sfc-nom-hero {
        min-height: 300px;
        background-size: 100% 300px;
    }

    .sfc-nom-hero-inner {
        padding-top: 132px;
    }

    .sfc-nom-shell {
        width: min(100% - 24px, 520px);
        margin-top: -40px;
    }

    .sfc-nom-panel-head {
        min-height: 70px;
        gap: 10px;
        padding: 16px 14px;
        font-size: 19px;
        letter-spacing: 0.38px;
    }

    .sfc-nom-panel-icon {
        width: 28px;
        height: 28px;
    }

    .sfc-nom-panel {
        padding: 14px;
    }

    .sfc-nom-tab {
        min-height: 50px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .sfc-nom-intro,
    .sfc-nom-note {
        font-size: 15px;
    }

    .sfc-nom-add {
        width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }
}
