/*
	Theme Name: Ebart
	Description: Custom theme for Ebart Congress
*/


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #1169a6;
    --bs-secondary: #f2c94c;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212121;
    --bs-primary-rgb: 17, 105, 166;
    --bs-secondary-rgb: 242, 201, 76;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 33, 33;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 51, 51, 51;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: Raleway, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333;
    --bs-body-bg: #fff;
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-weight: bolder;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
ul {
    padding-left: 2rem;
}
dl,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
strong {
    font-weight: 1000;
}
.small,
small {
    font-size: 0.875em;
}
a {
    color: #1169a6;
    text-decoration: none;
}
a:hover {
    color: #51afd9;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre {
    direction: ltr;
    display: block;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
    unicode-bidi: bidi-override;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button {
    -webkit-appearance: button;
    text-transform: none;
}
button:not(:disabled) {
    cursor: pointer;
}
output {
    display: inline-block;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 1.25rem);
    padding-right: var(--bs-gutter-x, 1.25rem);
    width: 100%;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #333;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #333;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #333;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    border-color: #dee2e6;
    color: #333;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table > :not(caption) > * > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 0.5rem;
}
.table > :not(:first-child) {
    border-top: 2px solid;
}
.form-check-input {
    -webkit-print-color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color-adjust: exact;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    width: 1em;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #ba9bc5;
    box-shadow: 0 0 0 0.25rem rgba(117, 55, 138, 0.25);
    outline: 0;
}
.form-check-input:checked {
    background-color: #1169a6;
    border-color: #1169a6;
}
.form-check-input:disabled {
    filter: none;
    opacity: 0.5;
    pointer-events: none;
}
.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn,
.nf-form-content .btn-check:disabled + button,
.nf-form-content .btn-check:disabled + input[type="button"],
.nf-form-content .btn-check:disabled + input[type="submit"],
.nf-form-content .btn-check[disabled] + button,
.nf-form-content .btn-check[disabled] + input[type="button"],
.nf-form-content .btn-check[disabled] + input[type="submit"] {
    filter: none;
    opacity: 0.65;
    pointer-events: none;
}
.input-group .btn,
.input-group .nf-form-content button,
.input-group .nf-form-content input[type="button"],
.input-group .nf-form-content input[type="submit"],
.nf-form-content .input-group button,
.nf-form-content .input-group input[type="button"],
.nf-form-content .input-group input[type="submit"] {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus,
.input-group .nf-form-content button:focus,
.input-group .nf-form-content input[type="button"]:focus,
.input-group .nf-form-content input[type="submit"]:focus,
.nf-form-content .input-group button:focus,
.nf-form-content .input-group input[type="button"]:focus,
.nf-form-content .input-group input[type="submit"]:focus {
    z-index: 3;
}
.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #333;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.nf-form-content .input-group-lg > button,
.nf-form-content .input-group-lg > input[type="button"],
.nf-form-content .input-group-lg > input[type="submit"] {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.nf-form-content .input-group-sm > button,
.nf-form-content .input-group-sm > input[type="button"],
.nf-form-content .input-group-sm > input[type="submit"] {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.btn,
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.75rem 2.5rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn,
    .nf-form-content button,
    .nf-form-content input[type="button"],
    .nf-form-content input[type="submit"] {
        transition: none;
    }
}
.btn:hover,
.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
    color: #333;
}
.btn-check:focus + .btn,
.btn:focus,
.nf-form-content .btn-check:focus + button,
.nf-form-content .btn-check:focus + input[type="button"],
.nf-form-content .btn-check:focus + input[type="submit"],
.nf-form-content button:focus,
.nf-form-content input[type="button"]:focus,
.nf-form-content input[type="submit"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(117, 55, 138, 0.25);
    outline: 0;
}
.btn.disabled,
.btn:disabled,
.nf-form-content button.disabled,
.nf-form-content button:disabled,
.nf-form-content fieldset:disabled button,
.nf-form-content fieldset:disabled input[type="button"],
.nf-form-content fieldset:disabled input[type="submit"],
.nf-form-content input.disabled[type="button"],
.nf-form-content input.disabled[type="submit"],
.nf-form-content input[type="button"]:disabled,
.nf-form-content input[type="submit"]:disabled,
fieldset:disabled .btn,
fieldset:disabled .nf-form-content button,
fieldset:disabled .nf-form-content input[type="button"],
fieldset:disabled .nf-form-content input[type="submit"] {
    opacity: 0.65;
    pointer-events: none;
}
.btn-primary,
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
    background-color: #1169a6;
    border-color: #1169a6;
    color: #fff;
}
.btn-primary:hover,
.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
    background-color: #51afd9;
    border-color: #51afd9;
    color: #fff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.nf-form-content .btn-check:focus + button,
.nf-form-content .btn-check:focus + input[type="button"],
.nf-form-content .btn-check:focus + input[type="submit"],
.nf-form-content button:focus,
.nf-form-content input[type="button"]:focus,
.nf-form-content input[type="submit"]:focus {
    background-color: #51afd9;
    border-color: #51afd9;
    box-shadow: 0 0 0 0.25rem rgba(138, 85, 156, 0.5);
    color: #fff;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.nf-form-content .btn-check:active + button,
.nf-form-content .btn-check:active + input[type="button"],
.nf-form-content .btn-check:active + input[type="submit"],
.nf-form-content .btn-check:checked + button,
.nf-form-content .btn-check:checked + input[type="button"],
.nf-form-content .btn-check:checked + input[type="submit"],
.nf-form-content .show > button.dropdown-toggle,
.nf-form-content .show > input.dropdown-toggle[type="button"],
.nf-form-content .show > input.dropdown-toggle[type="submit"],
.nf-form-content button.active,
.nf-form-content button:active,
.nf-form-content input.active[type="button"],
.nf-form-content input.active[type="submit"],
.nf-form-content input[type="button"]:active,
.nf-form-content input[type="submit"]:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #5e2c6e;
    border-color: #582968;
    color: #fff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.nf-form-content .btn-check:active + button:focus,
.nf-form-content .btn-check:active + input[type="button"]:focus,
.nf-form-content .btn-check:active + input[type="submit"]:focus,
.nf-form-content .btn-check:checked + button:focus,
.nf-form-content .btn-check:checked + input[type="button"]:focus,
.nf-form-content .btn-check:checked + input[type="submit"]:focus,
.nf-form-content .show > button.dropdown-toggle:focus,
.nf-form-content .show > input.dropdown-toggle[type="button"]:focus,
.nf-form-content .show > input.dropdown-toggle[type="submit"]:focus,
.nf-form-content button.active:focus,
.nf-form-content button:active:focus,
.nf-form-content input.active[type="button"]:focus,
.nf-form-content input.active[type="submit"]:focus,
.nf-form-content input[type="button"]:active:focus,
.nf-form-content input[type="submit"]:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(138, 85, 156, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.nf-form-content button.disabled,
.nf-form-content button:disabled,
.nf-form-content input.disabled[type="button"],
.nf-form-content input.disabled[type="submit"],
.nf-form-content input[type="button"]:disabled,
.nf-form-content input[type="submit"]:disabled {
    background-color: #1169a6;
    border-color: #1169a6;
    color: #fff;
}
.btn-secondary {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #f4d167;
    border-color: #f3ce5e;
    color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 171, 65, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #f5d470;
    border-color: #f3ce5e;
    color: #000;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 171, 65, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #146c43;
    border-color: #13653f;
    color: #fff;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    background-color: #ffcd39;
    border-color: #ffc720;
    color: #000;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-dark {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1c1c;
    border-color: #1a1a1a;
    color: #fff;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    background-color: #1a1a1a;
    border-color: #191919;
    color: #fff;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 66, 66, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}
.btn-outline-primary {
    border-color: #1169a6;
    color: #1169a6;
}
.btn-outline-primary:hover {
    background-color: #1169a6;
    border-color: #1169a6;
    color: #fff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(117, 55, 138, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #1169a6;
    border-color: #1169a6;
    color: #fff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(117, 55, 138, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #1169a6;
}
.btn-outline-secondary {
    border-color: #f2c94c;
    color: #f2c94c;
}
.btn-outline-secondary:hover {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 201, 76, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #f2c94c;
    border-color: #f2c94c;
    color: #000;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(242, 201, 76, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #f2c94c;
}
.btn-outline-success {
    border-color: #198754;
    color: #198754;
}
.btn-outline-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #198754;
}
.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0;
}
.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #0dcaf0;
}
.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107;
}
.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107;
}
.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}
.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545;
}
.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa;
}
.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa;
}
.btn-outline-dark {
    border-color: #212121;
    color: #212121;
}
.btn-outline-dark:hover {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #212121;
    border-color: #212121;
    color: #fff;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #212121;
}
.btn-link {
    color: #1169a6;
    font-weight: 400;
    text-decoration: none;
}
.btn-link:hover {
    color: #5e2c6e;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg,
.nf-form-content .btn-group-lg > button,
.nf-form-content .btn-group-lg > input[type="button"],
.nf-form-content .btn-group-lg > input[type="submit"] {
    border-radius: 0.3rem;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm,
.nf-form-content .btn-group-sm > button,
.nf-form-content .btn-group-sm > input[type="button"],
.nf-form-content .btn-group-sm > input[type="submit"] {
    border-radius: 0.2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn,
.nf-form-content .btn-group-vertical > button,
.nf-form-content .btn-group-vertical > input[type="button"],
.nf-form-content .btn-group-vertical > input[type="submit"],
.nf-form-content .btn-group > button,
.nf-form-content .btn-group > input[type="button"],
.nf-form-content .btn-group > input[type="submit"] {
    flex: 1 1 auto;
    position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.nf-form-content .btn-group-vertical > .btn-check:checked + button,
.nf-form-content .btn-group-vertical > .btn-check:checked + input[type="button"],
.nf-form-content .btn-group-vertical > .btn-check:checked + input[type="submit"],
.nf-form-content .btn-group-vertical > .btn-check:focus + button,
.nf-form-content .btn-group-vertical > .btn-check:focus + input[type="button"],
.nf-form-content .btn-group-vertical > .btn-check:focus + input[type="submit"],
.nf-form-content .btn-group-vertical > button.active,
.nf-form-content .btn-group-vertical > button:active,
.nf-form-content .btn-group-vertical > button:focus,
.nf-form-content .btn-group-vertical > button:hover,
.nf-form-content .btn-group-vertical > input.active[type="button"],
.nf-form-content .btn-group-vertical > input.active[type="submit"],
.nf-form-content .btn-group-vertical > input[type="button"]:active,
.nf-form-content .btn-group-vertical > input[type="button"]:focus,
.nf-form-content .btn-group-vertical > input[type="button"]:hover,
.nf-form-content .btn-group-vertical > input[type="submit"]:active,
.nf-form-content .btn-group-vertical > input[type="submit"]:focus,
.nf-form-content .btn-group-vertical > input[type="submit"]:hover,
.nf-form-content .btn-group > .btn-check:checked + button,
.nf-form-content .btn-group > .btn-check:checked + input[type="button"],
.nf-form-content .btn-group > .btn-check:checked + input[type="submit"],
.nf-form-content .btn-group > .btn-check:focus + button,
.nf-form-content .btn-group > .btn-check:focus + input[type="button"],
.nf-form-content .btn-group > .btn-check:focus + input[type="submit"],
.nf-form-content .btn-group > button.active,
.nf-form-content .btn-group > button:active,
.nf-form-content .btn-group > button:focus,
.nf-form-content .btn-group > button:hover,
.nf-form-content .btn-group > input.active[type="button"],
.nf-form-content .btn-group > input.active[type="submit"],
.nf-form-content .btn-group > input[type="button"]:active,
.nf-form-content .btn-group > input[type="button"]:focus,
.nf-form-content .btn-group > input[type="button"]:hover,
.nf-form-content .btn-group > input[type="submit"]:active,
.nf-form-content .btn-group > input[type="submit"]:focus,
.nf-form-content .btn-group > input[type="submit"]:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.nf-form-content .btn-group > button:not(:first-child),
.nf-form-content .btn-group > input[type="button"]:not(:first-child),
.nf-form-content .btn-group > input[type="submit"]:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.nf-form-content .btn-group > .btn-group:not(:last-child) > button,
.nf-form-content .btn-group > .btn-group:not(:last-child) > input[type="button"],
.nf-form-content .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.nf-form-content .btn-group > button:not(:last-child):not(.dropdown-toggle),
.nf-form-content .btn-group > input[type="button"]:not(:last-child):not(.dropdown-toggle),
.nf-form-content .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.nf-form-content .btn-group > .btn-group:not(:first-child) > button,
.nf-form-content .btn-group > .btn-group:not(:first-child) > input[type="button"],
.nf-form-content .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.nf-form-content .btn-group > :not(.btn-check) + button,
.nf-form-content .btn-group > :not(.btn-check) + input[type="button"],
.nf-form-content .btn-group > :not(.btn-check) + input[type="submit"],
.nf-form-content .btn-group > button:nth-child(n + 3),
.nf-form-content .btn-group > input[type="button"]:nth-child(n + 3),
.nf-form-content .btn-group > input[type="submit"]:nth-child(n + 3) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.nf-form-content .btn-group-sm > button + .dropdown-toggle-split,
.nf-form-content .btn-group-sm > input[type="button"] + .dropdown-toggle-split,
.nf-form-content .btn-group-sm > input[type="submit"] + .dropdown-toggle-split {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.nf-form-content .btn-group-lg > button + .dropdown-toggle-split,
.nf-form-content .btn-group-lg > input[type="button"] + .dropdown-toggle-split,
.nf-form-content .btn-group-lg > input[type="submit"] + .dropdown-toggle-split {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.nf-form-content .btn-group-vertical > button,
.nf-form-content .btn-group-vertical > input[type="button"],
.nf-form-content .btn-group-vertical > input[type="submit"] {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.nf-form-content .btn-group-vertical > button:not(:first-child),
.nf-form-content .btn-group-vertical > input[type="button"]:not(:first-child),
.nf-form-content .btn-group-vertical > input[type="submit"]:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.nf-form-content .btn-group-vertical > .btn-group:not(:last-child) > button,
.nf-form-content .btn-group-vertical > .btn-group:not(:last-child) > input[type="button"],
.nf-form-content .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.nf-form-content .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
.nf-form-content .btn-group-vertical > input[type="button"]:not(:last-child):not(.dropdown-toggle),
.nf-form-content .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn,
.nf-form-content .btn-group-vertical > .btn-group:not(:first-child) > button,
.nf-form-content .btn-group-vertical > .btn-group:not(:first-child) > input[type="button"],
.nf-form-content .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.nf-form-content .btn-group-vertical > .btn ~ button,
.nf-form-content .btn-group-vertical > .btn ~ input[type="button"],
.nf-form-content .btn-group-vertical > .btn ~ input[type="submit"],
.nf-form-content .btn-group-vertical > button ~ .btn,
.nf-form-content .btn-group-vertical > button ~ button,
.nf-form-content .btn-group-vertical > button ~ input[type="button"],
.nf-form-content .btn-group-vertical > button ~ input[type="submit"],
.nf-form-content .btn-group-vertical > input[type="button"] ~ .btn,
.nf-form-content .btn-group-vertical > input[type="button"] ~ button,
.nf-form-content .btn-group-vertical > input[type="button"] ~ input[type="button"],
.nf-form-content .btn-group-vertical > input[type="button"] ~ input[type="submit"],
.nf-form-content .btn-group-vertical > input[type="submit"] ~ .btn,
.nf-form-content .btn-group-vertical > input[type="submit"] ~ button,
.nf-form-content .btn-group-vertical > input[type="submit"] ~ input[type="button"],
.nf-form-content .btn-group-vertical > input[type="submit"] ~ input[type="submit"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-link {
    color: #1169a6;
    display: block;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #000;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 5px;
    margin: 0 10px;
}
.nav-pills .nav-link.active {
    background-color: #1169a6;
    color: #fff;
}
.btn .badge,
.nf-form-content button .badge,
.nf-form-content input[type="button"] .badge,
.nf-form-content input[type="submit"] .badge {
    position: relative;
    top: -1px;
}
.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.list-group-numbered {
    counter-reset: section;
    list-style-type: none;
}
.list-group-numbered > li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1;
}
.list-group-item-action:active {
    background-color: #e9ecef;
    color: #333;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #212529;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #1169a6;
    border-color: #1169a6;
    color: #fff;
    z-index: 2;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.25rem;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    background-color: #e3d7e8;
    color: #462153;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #ccc2d1;
    color: #462153;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #462153;
    border-color: #462153;
    color: #fff;
}
.list-group-item-secondary {
    background-color: #fcf4db;
    color: #61501e;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #e3dcc5;
    color: #61501e;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #61501e;
    border-color: #61501e;
    color: #fff;
}
.list-group-item-success {
    background-color: #d1e7dd;
    color: #0f5132;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bcd0c7;
    color: #0f5132;
}
.list-group-item-success.list-group-item-action.active {
    background-color: #0f5132;
    border-color: #0f5132;
    color: #fff;
}
.list-group-item-info {
    background-color: #cff4fc;
    color: #055160;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160;
}
.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff;
}
.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03;
}
.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff;
}
.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029;
}
.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff;
}
.list-group-item-light {
    background-color: #fefefe;
    color: #636464;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e5;
    color: #636464;
}
.list-group-item-light.list-group-item-action.active {
    background-color: #636464;
    border-color: #636464;
    color: #fff;
}
.list-group-item-dark {
    background-color: #d3d3d3;
    color: #141414;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebe;
    color: #141414;
}
.list-group-item-dark.list-group-item-action.active {
    background-color: #141414;
    border-color: #141414;
    color: #fff;
}
.btn-close {
    background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(117, 55, 138, 0.25);
    opacity: 1;
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: 0.25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast-header .btn-close {
    margin-left: 0.75rem;
    margin-right: -0.375rem;
}
.modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.offcanvas-header .btn-close {
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
    padding: 0.5rem;
}
.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: 0.5;
    vertical-align: middle;
}
.nf-form-content button.placeholder:before,
.nf-form-content input.placeholder[type="button"]:before,
.nf-form-content input.placeholder[type="submit"]:before,
.placeholder.btn:before {
    content: "";
    display: inline-block;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.py-5 {
    padding-bottom: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: 900 !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    font-size: 36px;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-shadow{
    color: #243066;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 1200px) {
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
.btn,
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page-title {
    font-size: 2.25rem;
    margin-bottom: 7.5rem;
    text-align: center;
    text-transform: uppercase;
}
.page-title.h1,
h1.page-title {
    font-weight: 1000;
}
.wp-block-embed__wrapper {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.wp-block-embed__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
    background: #fdf7e8;
    border: 0;
    margin: 4px;
    padding: 5px 8px;
}
a.wp-block-button__link {
    background-color: #1169a6;
}

a.wp-block-button__link:hover{
    color: #fff !important;
    background-color: #51afd9 !important;
    cursor: pointer;
}

.post-navigation {
    font-size: 0.875rem;
}
.post-navigation a {
    font-weight: 700;
}
.post-navigation span {
    display: inline-block;
    margin: 0 10px;
}
.text-justify {
    text-align: justify;
}
.site-content img {
    height: auto;
    max-width: 100%;
}
.menu-main-menu-container {
    max-width: 1440px;
    margin: 0 auto;
}
body.home .menu-main-menu-container {
    max-width: 100%;
}
#endorsed img{
    max-width: 100px;
}
#endorsed .big-size img{
    max-width: 180px !important;
}
#main-menu {
    font-size: 0.875rem;
    list-style: none;
    margin: 30px 20px 71px 0;
    padding: 0;
    text-align: right;
}
body.home #main-menu {
    margin: 80px 0 0;
}
#main-menu .menu-item {
    display: inline-block;
    margin-left: 1.5rem;
}
#main-menu .menu-item.current_page_item a,
#main-menu .menu-item.current_page_parent a {
    color: #1169a6;
}
#main-menu a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    #main-menu {
        display: block !important;
    }
}
@media (max-width: 991.98px) {
    #main-menu {
        background: #243066;
        display: none;
        height: auto;
        margin: 0;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-top: 60px;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    #main-menu .menu-item {
        display: block;
    }
    #main-menu .menu-item.current_page_item a,
    #main-menu .menu-item.current_page_parent a {
        color: #f2c94c;
    }
    #main-menu a {
        color: #fff;
        display: block;
        font-size: 1.3rem;
        padding: 10px 0;
    }
}
header.site-header {
    height: 145px;
    padding-bottom: 235px;
    padding-top: 15px;
    background: url('/wp-content/uploads/2025/09/background-ebart-top_2.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.home header.site-header {
    margin-bottom: 0;
    padding-bottom: 0px;
    background: none;
}
@media (max-width: 991.98px) {
    body.home header.site-header {
        background: #243066;
        border-bottom: 1px solid #243066;
    }
}
.menu-toggle {
    background-color: transparent;
    background-image: url(assets/img/hamburger.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    display: none;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 26px;
    z-index: 100;
}
@media (max-width: 991.98px) {
    .menu-toggle {
        display: block;
    }
}
.taca-ebart {
    background-image: url(assets/img/taca-h.svg);
    background-position: 0 0;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 265px;
    left: 0;
    position: absolute;
    top: 0;
    width: 380px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .taca-ebart {
        width: 340px;
    }
    .taca-ebart .logo-ebart {
        left: 40px !important;
    }
}
.taca-ebart .logo-ebart {
    aspect-ratio: 372/205;
    background-image: url(assets/img/logo-ebart-claim-6th-negativo.png);
    background-size: cover;
    display: block;
    font-size: 0;
    left: 90px;
    position: absolute;
    top: 60px;
    width: 240px;
}
.taca-ebart .logo-eugin {
    display: none;
}


@media (min-width: 992px) {
    body.home .taca-ebart {
        background-size: auto 665px;
        height: 665px;
        width: 680px;
    }
    body.home .taca-ebart .logo-ebart {
        left: auto;
        right: 60px;
        top: 90px;
        width: 630px;
    }
    body.home .taca-ebart .logo-eugin {
        display: block;
        position: absolute;
        right: 120px;
        top: 408px;
        width: 150px;
    }
}

@media (min-width: 1400px) and (max-width: 1710px) {
    body.home .taca-ebart {
        width: 600px !important;
    }
}

@media (min-width: 992px) and (max-width: 1710px) {

    body.home .menu-main-menu-container {
        max-width: 60%;
        float: right;
    }


    body.home .taca-ebart .logo-ebart {
        top: 140px;
        left: -50px;
        width: 515px;
    }
    body.home .taca-ebart {
        width: 450px;
    }
}

footer.site-footer {
    background: #212121;
    color: #fff;
    font-size: 15px;
    padding: 40px 0 30px;
}
footer.site-footer #footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
footer.site-footer #footer-menu .menu-item {
    display: inline-block;
    margin-left: 1.5rem;
}
@media (max-width: 575.98px) {
    footer.site-footer #footer-menu .menu-item {
        display: block;
        margin-bottom: 0.5rem;
        margin-left: 0;
        text-align: left;
    }
}
footer.site-footer #footer-menu a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

footer.site-footer #footer-menu a:hover {
    color: #1169a6;
}

footer.site-footer .eugin-logo {
    max-width: 215px;
}
.endorsers {
    font-size: 0.75rem;
    margin-top: 200px;
    mix-blend-mode: multiply;
    text-align: center;
}
.endorsers img {
    margin: 0 15px;
}
.site-logos {
    padding: 50px 0;
}
.site-logos .sponsor-title{
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}
.site-logos .logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.site-logos .logos a{
    width: calc(100% / 7);
}
.site-logos img {
    height: 50px;
}
.site-logos .cenafert{
    width: 100px;
    height: auto;
    margin-top: 10px;
}
.site-logos .crhsj{
    width: 140px;
    height: auto;
    margin-top: 0px;
}

@media (max-width: 992px) {
    .site-logos .logos a{
        width: calc(100% / 4);
    }
}

@media (max-width: 662px) {
    .site-logos .logos a{
        width: calc(100% / 2);
    }
}

.home-header,
body.home {
    background-repeat: no-repeat;
}

body.home {
    background-image: url(https://ebartcongress.com/wp-content/themes/ebart/assets/img/bg-home.svg);
    background-position: bottom;
    background-size: 100% auto;
}


.home-header {
    background-image: url(assets/img/home-header-ebart-6th.webp);
    background-size: cover;
    color: #fff;
    height: 482px;
    padding: 130px 0;
    position: relative;
    text-align: center;
    background-position: bottom;
}
@media (max-width: 991.98px) {
    .home-header {
        height: auto;
        padding: 160px 0 80px;
    }
}
.home-hero-content {
    line-height: 1.2;
    padding-left: 520px;
    position: relative;
}
@media (max-width: 991.98px) {
    .home-hero-content {
        padding-left: 0;
    }
}
.overlay-header {
    background: rgb(0 0 0 / 38%);
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0px;
}
.home-directors {
    margin-bottom: 200px;
}
.home-directors img {
    border-radius: 100%;
}
.home-content {
    font-size: 1.125rem;
}
.home-actions {
    display: none;
    margin-top: 3rem;
    text-align: center;
}
.home-actions a {
    border: 1px solid #243066;
    color: #243066;
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 0 0.5rem 0.5rem;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .home-actions {
        display: block;
    }
}
.program-menu {
    margin-bottom: 4rem;
    text-align: center;
    text-transform: uppercase;
}
.program-menu a {
    color: #1169a6;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
}
.program {
    margin: 0 auto 5rem;
    max-width: 1000px;
}
.program .h2,
.program h2 {
    border-bottom: 4px solid #000;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 0.625rem;
    text-align: center;
    text-transform: uppercase;
}
.program article {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.program .time {
    color: #646464;
    font-weight: 600;
    width: 180px;
}
.program .session {
    min-width: 200px;
    padding-right: 2rem;
}
.program .session p {
    color: #333;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.program .session .h3,
.program .session h3 {
    color: #1169a6;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: uppercase;
}
.program .session .title-session.h3,
.program .session h3.title-session {
    color: #000;
    font-size: 1.8rem;
}
.program .speaker {
    overflow: hidden;
    width: 270px;
}
.program .speaker img {
    border-radius: 100px;
    float: left;
    height: auto;
    margin-right: 1.2rem;
    width: 85px;
}
.program .speaker .placeholder {
    background: #dcd1e1;
    border-radius: 100%;
    float: left;
    height: 85px;
    margin-right: 1.2rem;
    width: 85px;
}
.program .speaker .h4,
.program .speaker h4 {
    font-size: 0.9375rem;
    letter-spacing: 5%;
    margin: 0;
    text-transform: uppercase;
}
.program .speaker p {
    color: #5f5e60;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 6px 0 0;
}
.program .program-day.h3,
.program h3.program-day {
    border-bottom: 4px solid #1169a6;
    color: #1169a6;
    display: flex;
    font-size: 1.125rem;
    justify-content: space-between;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.program dl {
    display: flex;
    flex-flow: wrap;
    padding: 0 20px;
    text-transform: uppercase;
}
.program dl dt {
    color: #1169a6;
    flex-basis: 180px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 180px;
}
.program dl dd {
    color: #000;
    flex-basis: calc(100% - 180px);
    font-weight: 700;
    margin-bottom: 1.3rem;
}
.program dl dd .speaker {
    color: #1169a6;
    font-weight: 700;
}
.program .h4,
.program h4 {
    color: #1169a6;
    font-size: 1.125rem;
    font-weight: 1000;
    margin-bottom: 2rem;
    padding: 0 20px;
    text-transform: uppercase;
}

.list-speakers img {
    display: block;
    height: auto;
}
.list-speakers .placeholder,
.list-speakers img {
    border-radius: 100%;
    margin-bottom: 1.6rem;
    width: 100%;
}
.list-speakers .placeholder {
    background: #dcd1e1;
    height: 0;
    padding-top: 100%;
}
.list-speakers .h3,
.list-speakers h3 {
    color: #1169a6;
    font-size: 1rem;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.list-speakers .country {
    color: #5f5e60;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}
.list-speakers .speaker-thumb {
    margin-bottom: 3rem;
}
.nf-form-content {
    max-width: none !important;
}

.old-speakers img {
    border-radius: 200px;
    height: auto;
    max-width: 100%;
}
.old-speakers .h3,
.old-speakers h3 {
    font-size: 1.5rem;
    letter-spacing: 3px;
}
.old-speakers .country {
    color: #5f5e60;
    font-weight: 700;
    letter-spacing: 3px;
}
.old-speakers .placeholder {
    background: #dcd1e1;
    border-radius: 100%;
    height: 0;
    margin-bottom: 1.6rem;
    padding-top: 100%;
    width: 100%;
}
.bio-extra {
    display: none;
}
.read-more {
    font-weight: 700;
}
.mfp-content {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    padding: 60px;
}
.mfp-content .h2,
.mfp-content h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: uppercase;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-bg {
    background: #fff;
    opacity: 0.3;
    overflow: hidden;
    z-index: 1042;
}
.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043;
}
.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #1169a6;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}
.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.mfp-arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 110px;
    margin: -55px 0 0;
    opacity: 0.65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0;
}
.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1;
}
.mfp-figure .small,
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0;
    }
    .mfp-img-mobile .mfp-figure .small,
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, 0.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}




/* HOME SUSCRIPTION */

#form-home .nf-form-content input,
#form-home .nf-form-content select{
    color: #5E5E5E;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #e6e6e6;
}

#form-home .nf-field-container{
    margin-bottom: 15px;
}

#form-home .checkbox-container.label-right label{
    color: #5E5E5E;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

#form-home .checkbox-container.label-right label strong{
    font-weight: 600;
}

#form-home #nf-field-14-container,
#form-home #nf-field-8-container{
    margin-top: 30px;
}

#form-home .nf-form-content input[type="button"]{
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    background: #3067A1;
    border: 0;
    text-transform: inherit;
}

#home-newsletter span{
    color: #3067A1;
}

#form-home .nf-form-fields-required{
    display: none;
}
