@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
@import url("../../node_modules/flickity/css/flickity.css");
@import url("../../node_modules/lightbox2/dist/css/lightbox.css");
@import url("../../node_modules/lity/dist/lity.min.css");
@import url("https://cdn.jsdelivr.net/npm/nanogallery2@3/dist/css/nanogallery2.min.css");



/* Bulma Utilities */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.select.is-loading::after, .control.is-loading::after, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.input, .textarea, .select select, .file-cta,
.file-name, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top; }
  .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .button:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.button, .input:active, .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .button:active, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.button {
    outline: none; }
  [disabled].input, [disabled].textarea, .select select[disabled], [disabled].file-cta,
  [disabled].file-name, [disabled].button, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name, fieldset[disabled] .button {
    cursor: not-allowed; }

/* Bulma Form */
.input, .textarea, .select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636; }
  .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  [disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }

.input, .textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%; }
  [readonly].input, [readonly].textarea {
    box-shadow: none; }
  .is-white.input, .is-white.textarea {
    border-color: white; }
    .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .is-black.input, .is-black.textarea {
    border-color: #0a0a0a; }
    .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .is-light.input, .is-light.textarea {
    border-color: whitesmoke; }
    .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .is-dark.input, .is-dark.textarea {
    border-color: #363636; }
    .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .is-primary.input, .is-primary.textarea {
    border-color: #003580; }
    .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(0, 53, 128, 0.25); }
  .is-link.input, .is-link.textarea {
    border-color: #3273dc; }
    .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .is-info.input, .is-info.textarea {
    border-color: #3298dc; }
    .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); }
  .is-success.input, .is-success.textarea {
    border-color: #48c774; }
    .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); }
  .is-warning.input, .is-warning.textarea {
    border-color: #f88907; }
    .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(248, 137, 7, 0.25); }
  .is-danger.input, .is-danger.textarea {
    border-color: #f14668; }
    .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
  .is-small.input, .is-small.textarea {
    border-radius: 2px;
    font-size: 0.75rem; }
  .is-medium.input, .is-medium.textarea {
    font-size: 1.25rem; }
  .is-large.input, .is-large.textarea {
    font-size: 1.5rem; }
  .is-fullwidth.input, .is-fullwidth.textarea {
    display: block;
    width: 100%; }
  .is-inline.input, .is-inline.textarea {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em); }
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input, .radio input {
    cursor: pointer; }
  .checkbox:hover, .radio:hover {
    color: #363636; }
  [disabled].checkbox, [disabled].radio, fieldset[disabled] .checkbox, fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.5em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover, fieldset[disabled] .select select:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-white:not(:hover)::after {
    border-color: white; }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-black select {
    border-color: #0a0a0a; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
  .select.is-light select {
    border-color: whitesmoke; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #003580; }
  .select.is-primary select {
    border-color: #003580; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #002a67; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 53, 128, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #3273dc; }
  .select.is-link select {
    border-color: #3273dc; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #2366d1; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #3298dc; }
  .select.is-info select {
    border-color: #3298dc; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #238cd1; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #48c774; }
  .select.is-success select {
    border-color: #48c774; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #3abb67; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #f88907; }
  .select.is-warning select {
    border-color: #f88907; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #df7b06; }
    .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(248, 137, 7, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #f14668; }
  .select.is-danger select {
    border-color: #f14668; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ef2e55; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #7a7a7a; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #fff; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff; }
  .file.is-primary .file-cta {
    background-color: #003580;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #003073;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 53, 128, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #002a67;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #3298dc;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #2793da;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #238cd1;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #48c774;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #3ec46d;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #3abb67;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #f88907;
    border-color: transparent;
    color: #fff; }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ec8207;
    border-color: transparent;
    color: #fff; }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(248, 137, 7, 0.25);
    color: #fff; }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #df7b06;
    border-color: transparent;
    color: #fff; }
  .file.is-danger .file-cta {
    background-color: #f14668;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #f03a5f;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ef2e55;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 4px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis; }

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #003580; }
  .help.is-link {
    color: #3273dc; }
  .help.is-info {
    color: #3298dc; }
  .help.is-success {
    color: #48c774; }
  .help.is-warning {
    color: #f88907; }
  .help.is-danger {
    color: #f14668; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }
.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }
.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.5em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #3273dc;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .button.is-text[disabled], fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #0a0a0a; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white[disabled], fieldset[disabled] .button.is-white {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
        background-color: black; }
      .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
        background-color: #0a0a0a;
        color: white; }
      .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: #040404;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled], fieldset[disabled] .button.is-black {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
        background-color: white;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light[disabled], fieldset[disabled] .button.is-light {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: whitesmoke; }
      .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
      .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #fff; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: #fff; }
    .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: #fff;
      color: #363636; }
      .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
        background-color: #363636;
        border-color: #363636;
        color: #fff; }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-primary {
    background-color: #003580;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #003073;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 53, 128, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #002a67;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled], fieldset[disabled] .button.is-primary {
      background-color: #003580;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #003580; }
      .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #003580; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #003580;
      color: #003580; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
        background-color: #003580;
        border-color: #003580;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #003580 #003580 !important; }
      .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #003580;
        box-shadow: none;
        color: #003580; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #003580; }
      .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #003580 #003580 !important; }
      .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-primary.is-light {
      background-color: #ebf3ff;
      color: #1476ff; }
      .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
        background-color: #deecff;
        border-color: transparent;
        color: #1476ff; }
      .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
        background-color: #d1e4ff;
        border-color: transparent;
        color: #1476ff; }
  .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: #276cda;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: #2366d1;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled], fieldset[disabled] .button.is-link {
      background-color: #3273dc;
      border-color: transparent;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #3273dc; }
      .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3273dc; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
        background-color: #3273dc;
        border-color: #3273dc;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #3273dc #3273dc !important; }
      .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
        background-color: transparent;
        border-color: #3273dc;
        box-shadow: none;
        color: #3273dc; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #3273dc; }
      .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #3273dc #3273dc !important; }
      .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-link.is-light {
      background-color: #eef3fc;
      color: #2160c4; }
      .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
        background-color: #e3ecfa;
        border-color: transparent;
        color: #2160c4; }
      .button.is-link.is-light:active, .button.is-link.is-light.is-active {
        background-color: #d8e4f8;
        border-color: transparent;
        color: #2160c4; }
  .button.is-info {
    background-color: #3298dc;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #2793da;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #238cd1;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled], fieldset[disabled] .button.is-info {
      background-color: #3298dc;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #3298dc; }
      .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3298dc; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #3298dc;
      color: #3298dc; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
        background-color: #3298dc;
        border-color: #3298dc;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #3298dc #3298dc !important; }
      .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #3298dc;
        box-shadow: none;
        color: #3298dc; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #3298dc; }
      .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #3298dc #3298dc !important; }
      .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-info.is-light {
      background-color: #eef6fc;
      color: #1d72aa; }
      .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
        background-color: #e3f1fa;
        border-color: transparent;
        color: #1d72aa; }
      .button.is-info.is-light:active, .button.is-info.is-light.is-active {
        background-color: #d8ebf8;
        border-color: transparent;
        color: #1d72aa; }
  .button.is-success {
    background-color: #48c774;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #3ec46d;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #3abb67;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled], fieldset[disabled] .button.is-success {
      background-color: #48c774;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #48c774; }
      .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #48c774; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #48c774;
      color: #48c774; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
        background-color: #48c774;
        border-color: #48c774;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #48c774 #48c774 !important; }
      .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #48c774;
        box-shadow: none;
        color: #48c774; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #48c774; }
      .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #48c774 #48c774 !important; }
      .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-success.is-light {
      background-color: #effaf3;
      color: #257942; }
      .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
        background-color: #e6f7ec;
        border-color: transparent;
        color: #257942; }
      .button.is-success.is-light:active, .button.is-success.is-light.is-active {
        background-color: #dcf4e4;
        border-color: transparent;
        color: #257942; }
  .button.is-warning {
    background-color: #f88907;
    border-color: transparent;
    color: #fff; }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #ec8207;
      border-color: transparent;
      color: #fff; }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(248, 137, 7, 0.25); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #df7b06;
      border-color: transparent;
      color: #fff; }
    .button.is-warning[disabled], fieldset[disabled] .button.is-warning {
      background-color: #f88907;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: #fff;
      color: #f88907; }
      .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f88907; }
    .button.is-warning.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #f88907;
      color: #f88907; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
        background-color: #f88907;
        border-color: #f88907;
        color: #fff; }
      .button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #f88907 #f88907 !important; }
      .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
        background-color: transparent;
        border-color: #f88907;
        box-shadow: none;
        color: #f88907; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #f88907; }
      .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #f88907 #f88907 !important; }
      .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-warning.is-light {
      background-color: #fef6eb;
      color: #a95d05; }
      .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
        background-color: #fef0df;
        border-color: transparent;
        color: #a95d05; }
      .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
        background-color: #feead2;
        border-color: transparent;
        color: #a95d05; }
  .button.is-danger {
    background-color: #f14668;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #f03a5f;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #ef2e55;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
      background-color: #f14668;
      border-color: transparent;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #f14668; }
      .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f14668; }
    .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #f14668;
      color: #f14668; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
        background-color: #f14668;
        border-color: #f14668;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #f14668 #f14668 !important; }
      .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #f14668;
        box-shadow: none;
        color: #f14668; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #f14668; }
      .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #f14668 #f14668 !important; }
      .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-danger.is-light {
      background-color: #feecf0;
      color: #cc0f35; }
      .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
        background-color: #fde0e6;
        border-color: transparent;
        color: #cc0f35; }
      .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
        background-color: #fcd4dc;
        border-color: transparent;
        color: #cc0f35; }
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .button.is-normal {
    font-size: 1rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled], fieldset[disabled] .button {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 290486px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em); }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: 0.75rem; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .buttons.is-centered {
    justify-content: center; }
    .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
  .buttons.is-right {
    justify-content: flex-end; }
    .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-white: white, #0a0a0a;
  --bs-black: #0a0a0a, white;
  --bs-light: whitesmoke, rgba(0, 0, 0, 0.7);
  --bs-dark: #363636, #fff;
  --bs-primary: #003580, #fff, #ebf3ff, #1476ff;
  --bs-link: #3273dc, #fff, #eef3fc, #2160c4;
  --bs-info: #3298dc, #fff, #eef6fc, #1d72aa;
  --bs-success: #48c774, #fff, #effaf3, #257942;
  --bs-warning: #f88907, #fff, #fef6eb, #a95d05;
  --bs-danger: #f14668, #fff, #feecf0, #cc0f35;
  --bs-primary: #003580;
  --bs-secondary: #828282;
  --bs-success: #48c774;
  --bs-info: #3298dc;
  --bs-warning: #f88907;
  --bs-danger: #f14668;
  --bs-light: whitesmoke;
  --bs-dark: #363636;
  --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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(10, 10, 10, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700er; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #003580;
  text-decoration: underline; }
  a:hover {
    color: #002a66; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(10, 10, 10, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(10, 10, 10, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(10, 10, 10, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #ccd7e6;
  --bs-table-striped-bg: #c2cddb;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #b9c3d0;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #bdc8d6;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #b9c3d0; }

.table-secondary {
  --bs-table-bg: #e6e6e6;
  --bs-table-striped-bg: #dbdbdb;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #d0d0d0;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #d6d6d6;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #d0d0d0; }

.table-success {
  --bs-table-bg: #daf4e3;
  --bs-table-striped-bg: #d0e8d8;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #c5ddcd;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #cae2d3;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #c5ddcd; }

.table-info {
  --bs-table-bg: #d6eaf8;
  --bs-table-striped-bg: #ccdfec;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #c2d4e0;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #c7d9e6;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #c2d4e0; }

.table-warning {
  --bs-table-bg: #fee7cd;
  --bs-table-striped-bg: #f2dcc3;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #e6d1ba;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #ecd6be;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #e6d1ba; }

.table-danger {
  --bs-table-bg: #fcdae1;
  --bs-table-striped-bg: #f0d0d6;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #e4c5cc;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #eacad1;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #e4c5cc; }

.table-light {
  --bs-table-bg: whitesmoke;
  --bs-table-striped-bg: #e9e9e9;
  --bs-table-striped-color: #0a0a0a;
  --bs-table-active-bg: #dedede;
  --bs-table-active-color: #0a0a0a;
  --bs-table-hover-bg: #e3e3e3;
  --bs-table-hover-color: #0a0a0a;
  color: #0a0a0a;
  border-color: #dedede; }

.table-dark {
  --bs-table-bg: #363636;
  --bs-table-striped-bg: #404040;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #4a4a4a;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #454545;
  --bs-table-hover-color: white;
  color: white;
  border-color: #4a4a4a; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363636;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #363636;
    background-color: white;
    border-color: #3273dc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: rgba(54, 54, 54, 0.3);
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    border-color: whitesmoke;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #363636;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #363636;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: 2.5em; }
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363636;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
  appearance: none; }
  .form-select:focus {
    border-color: #3273dc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
    border-color: whitesmoke; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #363636; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #3273dc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }
  .form-check-input:checked {
    background-color: #003580;
    border-color: #003580; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #003580;
    border-color: #003580;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233273dc'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #003580;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3c2d9; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #003580;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3c2d9; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control::placeholder {
    color: transparent; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363636;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #48c774; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  background-color: rgba(72, 199, 116, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #48c774;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2348c774' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #48c774;
    box-shadow: 0 0 0 0.25rem rgba(72, 199, 116, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #48c774;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2348c774' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #48c774;
    box-shadow: 0 0 0 0.25rem rgba(72, 199, 116, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #48c774; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #48c774; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(72, 199, 116, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #48c774; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f14668; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  background-color: rgba(241, 70, 104, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f14668;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f14668'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f14668' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f14668;
    box-shadow: 0 0 0 0.25rem rgba(241, 70, 104, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #f14668;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f14668'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f14668' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #f14668;
    box-shadow: 0 0 0 0.25rem rgba(241, 70, 104, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #f14668; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #f14668; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 70, 104, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #f14668; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: white;
  background-color: #003580;
  border-color: #003580; }
  .btn-primary:hover {
    color: white;
    background-color: #002d6d;
    border-color: #002a66; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: white;
    background-color: #002d6d;
    border-color: #002a66;
    box-shadow: 0 0 0 0.25rem rgba(38, 83, 147, 0.5); }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #002a66;
    border-color: #002860; }
    .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 83, 147, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: white;
    background-color: #003580;
    border-color: #003580; }

.btn-secondary {
  color: #0a0a0a;
  background-color: #828282;
  border-color: #828282; }
  .btn-secondary:hover {
    color: #0a0a0a;
    background-color: #959595;
    border-color: #8f8f8f; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #0a0a0a;
    background-color: #959595;
    border-color: #8f8f8f;
    box-shadow: 0 0 0 0.25rem rgba(112, 112, 112, 0.5); }
  .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #0a0a0a;
    background-color: #9b9b9b;
    border-color: #8f8f8f; }
    .btn-check:checked + .btn-secondary:focus, .btn-check:active + .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(112, 112, 112, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #0a0a0a;
    background-color: #828282;
    border-color: #828282; }

.btn-success {
  color: #0a0a0a;
  background-color: #48c774;
  border-color: #48c774; }
  .btn-success:hover {
    color: #0a0a0a;
    background-color: #63cf89;
    border-color: #5acd82; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #0a0a0a;
    background-color: #63cf89;
    border-color: #5acd82;
    box-shadow: 0 0 0 0.25rem rgba(63, 171, 100, 0.5); }
  .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #0a0a0a;
    background-color: #6dd290;
    border-color: #5acd82; }
    .btn-check:checked + .btn-success:focus, .btn-check:active + .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(63, 171, 100, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #0a0a0a;
    background-color: #48c774;
    border-color: #48c774; }

.btn-info {
  color: #0a0a0a;
  background-color: #3298dc;
  border-color: #3298dc; }
  .btn-info:hover {
    color: #0a0a0a;
    background-color: #51a7e1;
    border-color: #47a2e0; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #0a0a0a;
    background-color: #51a7e1;
    border-color: #47a2e0;
    box-shadow: 0 0 0 0.25rem rgba(44, 131, 189, 0.5); }
  .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #0a0a0a;
    background-color: #5bade3;
    border-color: #47a2e0; }
    .btn-check:checked + .btn-info:focus, .btn-check:active + .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(44, 131, 189, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #0a0a0a;
    background-color: #3298dc;
    border-color: #3298dc; }

.btn-warning {
  color: #0a0a0a;
  background-color: #f88907;
  border-color: #f88907; }
  .btn-warning:hover {
    color: #0a0a0a;
    background-color: #f99b2c;
    border-color: #f99520; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #0a0a0a;
    background-color: #f99b2c;
    border-color: #f99520;
    box-shadow: 0 0 0 0.25rem rgba(212, 118, 7, 0.5); }
  .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #0a0a0a;
    background-color: #f9a139;
    border-color: #f99520; }
    .btn-check:checked + .btn-warning:focus, .btn-check:active + .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(212, 118, 7, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #0a0a0a;
    background-color: #f88907;
    border-color: #f88907; }

.btn-danger {
  color: #0a0a0a;
  background-color: #f14668;
  border-color: #f14668; }
  .btn-danger:hover {
    color: #0a0a0a;
    background-color: #f3627f;
    border-color: #f25977; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #0a0a0a;
    background-color: #f3627f;
    border-color: #f25977;
    box-shadow: 0 0 0 0.25rem rgba(206, 61, 90, 0.5); }
  .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #0a0a0a;
    background-color: #f46b86;
    border-color: #f25977; }
    .btn-check:checked + .btn-danger:focus, .btn-check:active + .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(206, 61, 90, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #0a0a0a;
    background-color: #f14668;
    border-color: #f14668; }

.btn-light {
  color: #0a0a0a;
  background-color: whitesmoke;
  border-color: whitesmoke; }
  .btn-light:hover {
    color: #0a0a0a;
    background-color: #f7f7f7;
    border-color: #f6f6f6; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #0a0a0a;
    background-color: #f7f7f7;
    border-color: #f6f6f6;
    box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5); }
  .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    color: #0a0a0a;
    background-color: #f7f7f7;
    border-color: #f6f6f6; }
    .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #0a0a0a;
    background-color: whitesmoke;
    border-color: whitesmoke; }

.btn-dark {
  color: white;
  background-color: #363636;
  border-color: #363636; }
  .btn-dark:hover {
    color: white;
    background-color: #2e2e2e;
    border-color: #2b2b2b; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: white;
    background-color: #2e2e2e;
    border-color: #2b2b2b;
    box-shadow: 0 0 0 0.25rem rgba(84, 84, 84, 0.5); }
  .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #2b2b2b;
    border-color: #292929; }
    .btn-check:checked + .btn-dark:focus, .btn-check:active + .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(84, 84, 84, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: white;
    background-color: #363636;
    border-color: #363636; }

.btn-outline-primary {
  color: #003580;
  border-color: #003580; }
  .btn-outline-primary:hover {
    color: white;
    background-color: #003580;
    border-color: #003580; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.5); }
  .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: white;
    background-color: #003580;
    border-color: #003580; }
    .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #003580;
    background-color: transparent; }

.btn-outline-secondary {
  color: #828282;
  border-color: #828282; }
  .btn-outline-secondary:hover {
    color: #0a0a0a;
    background-color: #828282;
    border-color: #828282; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 130, 130, 0.5); }
  .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #0a0a0a;
    background-color: #828282;
    border-color: #828282; }
    .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 130, 130, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #828282;
    background-color: transparent; }

.btn-outline-success {
  color: #48c774;
  border-color: #48c774; }
  .btn-outline-success:hover {
    color: #0a0a0a;
    background-color: #48c774;
    border-color: #48c774; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(72, 199, 116, 0.5); }
  .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #0a0a0a;
    background-color: #48c774;
    border-color: #48c774; }
    .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(72, 199, 116, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #48c774;
    background-color: transparent; }

.btn-outline-info {
  color: #3298dc;
  border-color: #3298dc; }
  .btn-outline-info:hover {
    color: #0a0a0a;
    background-color: #3298dc;
    border-color: #3298dc; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(50, 152, 220, 0.5); }
  .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #0a0a0a;
    background-color: #3298dc;
    border-color: #3298dc; }
    .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(50, 152, 220, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #3298dc;
    background-color: transparent; }

.btn-outline-warning {
  color: #f88907;
  border-color: #f88907; }
  .btn-outline-warning:hover {
    color: #0a0a0a;
    background-color: #f88907;
    border-color: #f88907; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 137, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #0a0a0a;
    background-color: #f88907;
    border-color: #f88907; }
    .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 137, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #f88907;
    background-color: transparent; }

.btn-outline-danger {
  color: #f14668;
  border-color: #f14668; }
  .btn-outline-danger:hover {
    color: #0a0a0a;
    background-color: #f14668;
    border-color: #f14668; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(241, 70, 104, 0.5); }
  .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #0a0a0a;
    background-color: #f14668;
    border-color: #f14668; }
    .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(241, 70, 104, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #f14668;
    background-color: transparent; }

.btn-outline-light {
  color: whitesmoke;
  border-color: whitesmoke; }
  .btn-outline-light:hover {
    color: #0a0a0a;
    background-color: whitesmoke;
    border-color: whitesmoke; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5); }
  .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #0a0a0a;
    background-color: whitesmoke;
    border-color: whitesmoke; }
    .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: whitesmoke;
    background-color: transparent; }

.btn-outline-dark {
  color: #363636;
  border-color: #363636; }
  .btn-outline-dark:hover {
    color: white;
    background-color: #363636;
    border-color: #363636; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(54, 54, 54, 0.5); }
  .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: white;
    background-color: #363636;
    border-color: #363636; }
    .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(54, 54, 54, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #363636;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #003580;
  text-decoration: underline; }
  .btn-link:hover {
    color: #002a66; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }

  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }

  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }

  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }

  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }

  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%; }
  .dropup .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%; }
  .dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: 0.125rem; }
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto; }
  .dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: 0.125rem; }
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropstart .dropdown-toggle::after {
  display: none; }
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(10, 10, 10, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #003580; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(10, 10, 10, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: white;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: white;
      background-color: #003580; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(10, 10, 10, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  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.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: white;
    border-color: #dee2e6 #dee2e6 white; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #003580; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(10, 10, 10, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(10, 10, 10, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(10, 10, 10, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(10, 10, 10, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(10, 10, 10, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(10, 10, 10, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(10, 10, 10, 0.55);
  border-color: rgba(10, 10, 10, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 10, 10, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(10, 10, 10, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(10, 10, 10, 0.9); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: white; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(10, 10, 10, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(10, 10, 10, 0.03);
  border-bottom: 1px solid rgba(10, 10, 10, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(10, 10, 10, 0.03);
  border-top: 1px solid rgba(10, 10, 10, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-group > .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(10, 10, 10, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button.collapsed {
    border-bottom-width: 0; }
  .accordion-button:not(.collapsed) {
    color: #003073;
    background-color: #e6ebf2; }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003073'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #3273dc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-collapse {
  border: solid rgba(10, 10, 10, 0.125);
  border-width: 0 1px; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.accordion-flush .accordion-collapse {
  border-width: 0; }
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #003580;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dee2e6;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #002a66;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #002a66;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }
.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #003580;
  border-color: #003580; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: white;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #00204d;
  background-color: #ccd7e6;
  border-color: #b3c2d9; }
  .alert-primary .alert-link {
    color: #001a3e; }

.alert-secondary {
  color: #4e4e4e;
  background-color: #e6e6e6;
  border-color: #dadada; }
  .alert-secondary .alert-link {
    color: #3e3e3e; }

.alert-success {
  color: #2b7746;
  background-color: #daf4e3;
  border-color: #c8eed5; }
  .alert-success .alert-link {
    color: #225f38; }

.alert-info {
  color: #1e5b84;
  background-color: #d6eaf8;
  border-color: #c2e0f5; }
  .alert-info .alert-link {
    color: #18496a; }

.alert-warning {
  color: #955204;
  background-color: #fee7cd;
  border-color: #fddcb5; }
  .alert-warning .alert-link {
    color: #774203; }

.alert-danger {
  color: #912a3e;
  background-color: #fcdae1;
  border-color: #fbc8d2; }
  .alert-danger .alert-link {
    color: #742232; }

.alert-light {
  color: #686868;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
  .alert-light .alert-link {
    color: #535353; }

.alert-dark {
  color: #202020;
  background-color: #d7d7d7;
  border-color: #c3c3c3; }
  .alert-dark .alert-link {
    color: #1a1a1a; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #003580;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: white;
  border: 1px solid rgba(10, 10, 10, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: white; }
  .list-group-item.active {
    z-index: 2;
    color: white;
    background-color: #003580;
    border-color: #003580; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 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-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 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-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 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-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 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-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 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-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 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 {
  color: #00204d;
  background-color: #ccd7e6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00204d;
    background-color: #b8c2cf; }
  .list-group-item-primary.list-group-item-action.active {
    color: white;
    background-color: #00204d;
    border-color: #00204d; }

.list-group-item-secondary {
  color: #4e4e4e;
  background-color: #e6e6e6; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #4e4e4e;
    background-color: #cfcfcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: white;
    background-color: #4e4e4e;
    border-color: #4e4e4e; }

.list-group-item-success {
  color: #2b7746;
  background-color: #daf4e3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2b7746;
    background-color: #c4dccc; }
  .list-group-item-success.list-group-item-action.active {
    color: white;
    background-color: #2b7746;
    border-color: #2b7746; }

.list-group-item-info {
  color: #1e5b84;
  background-color: #d6eaf8; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1e5b84;
    background-color: #c1d3df; }
  .list-group-item-info.list-group-item-action.active {
    color: white;
    background-color: #1e5b84;
    border-color: #1e5b84; }

.list-group-item-warning {
  color: #955204;
  background-color: #fee7cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #955204;
    background-color: #e5d0b9; }
  .list-group-item-warning.list-group-item-action.active {
    color: white;
    background-color: #955204;
    border-color: #955204; }

.list-group-item-danger {
  color: #912a3e;
  background-color: #fcdae1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #912a3e;
    background-color: #e3c4cb; }
  .list-group-item-danger.list-group-item-action.active {
    color: white;
    background-color: #912a3e;
    border-color: #912a3e; }

.list-group-item-light {
  color: #686868;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #686868;
    background-color: #e4e4e4; }
  .list-group-item-light.list-group-item-action.active {
    color: white;
    background-color: #686868;
    border-color: #686868; }

.list-group-item-dark {
  color: #202020;
  background-color: #d7d7d7; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #202020;
    background-color: #c2c2c2; }
  .list-group-item-dark.list-group-item-action.active {
    color: white;
    background-color: #202020;
    border-color: #202020; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #0a0a0a;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a0a0a'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #0a0a0a;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 53, 128, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0a0a0a; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #0a0a0a; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #0a0a0a; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #0a0a0a; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #0a0a0a; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: #0a0a0a;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(10, 10, 10, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: white; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(10, 10, 10, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: white; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(10, 10, 10, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: white; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(10, 10, 10, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: white; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: white;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #0a0a0a; }
.carousel-dark .carousel-caption {
  color: #0a0a0a; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #003580; }
  .link-primary:hover, .link-primary:focus {
    color: #002a66; }

.link-secondary {
  color: #828282; }
  .link-secondary:hover, .link-secondary:focus {
    color: #9b9b9b; }

.link-success {
  color: #48c774; }
  .link-success:hover, .link-success:focus {
    color: #6dd290; }

.link-info {
  color: #3298dc; }
  .link-info:hover, .link-info:focus {
    color: #5bade3; }

.link-warning {
  color: #f88907; }
  .link-warning:hover, .link-warning:focus {
    color: #f9a139; }

.link-danger {
  color: #f14668; }
  .link-danger:hover, .link-danger:focus {
    color: #f46b86; }

.link-light {
  color: whitesmoke; }
  .link-light:hover, .link-light:focus {
    color: #f7f7f7; }

.link-dark {
  color: #363636; }
  .link-dark:hover, .link-dark:focus {
    color: #2b2b2b; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(10, 10, 10, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(10, 10, 10, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #003580 !important; }

.border-secondary {
  border-color: #828282 !important; }

.border-success {
  border-color: #48c774 !important; }

.border-info {
  border-color: #3298dc !important; }

.border-warning {
  border-color: #f88907 !important; }

.border-danger {
  border-color: #f14668 !important; }

.border-light {
  border-color: whitesmoke !important; }

.border-dark {
  border-color: #363636 !important; }

.border-white {
  border-color: white !important; }

.border-0 {
  border-width: 0 !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: 300er !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: 700er !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-primary {
  color: #003580 !important; }

.text-secondary {
  color: #828282 !important; }

.text-success {
  color: #48c774 !important; }

.text-info {
  color: #3298dc !important; }

.text-warning {
  color: #f88907 !important; }

.text-danger {
  color: #f14668 !important; }

.text-light {
  color: whitesmoke !important; }

.text-dark {
  color: #363636 !important; }

.text-white {
  color: white !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(10, 10, 10, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  color: inherit !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.bg-primary {
  background-color: #003580 !important; }

.bg-secondary {
  background-color: #828282 !important; }

.bg-success {
  background-color: #48c774 !important; }

.bg-info {
  background-color: #3298dc !important; }

.bg-warning {
  background-color: #f88907 !important; }

.bg-danger {
  background-color: #f14668 !important; }

.bg-light {
  background-color: whitesmoke !important; }

.bg-dark {
  background-color: #363636 !important; }

.bg-body {
  background-color: white !important; }

.bg-white {
  background-color: white !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }

  .float-sm-end {
    float: right !important; }

  .float-sm-none {
    float: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-grid {
    display: grid !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .gap-sm-0 {
    gap: 0 !important; }

  .gap-sm-1 {
    gap: 0.25rem !important; }

  .gap-sm-2 {
    gap: 0.5rem !important; }

  .gap-sm-3 {
    gap: 1rem !important; }

  .gap-sm-4 {
    gap: 1.5rem !important; }

  .gap-sm-5 {
    gap: 3rem !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; }

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !important; }

  .m-sm-0 {
    margin: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mt-sm-3 {
    margin-top: 1rem !important; }

  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  .mt-sm-5 {
    margin-top: 3rem !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .me-sm-0 {
    margin-right: 0 !important; }

  .me-sm-1 {
    margin-right: 0.25rem !important; }

  .me-sm-2 {
    margin-right: 0.5rem !important; }

  .me-sm-3 {
    margin-right: 1rem !important; }

  .me-sm-4 {
    margin-right: 1.5rem !important; }

  .me-sm-5 {
    margin-right: 3rem !important; }

  .me-sm-auto {
    margin-right: auto !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ms-sm-0 {
    margin-left: 0 !important; }

  .ms-sm-1 {
    margin-left: 0.25rem !important; }

  .ms-sm-2 {
    margin-left: 0.5rem !important; }

  .ms-sm-3 {
    margin-left: 1rem !important; }

  .ms-sm-4 {
    margin-left: 1.5rem !important; }

  .ms-sm-5 {
    margin-left: 3rem !important; }

  .ms-sm-auto {
    margin-left: auto !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  .pt-sm-3 {
    padding-top: 1rem !important; }

  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  .pt-sm-5 {
    padding-top: 3rem !important; }

  .pe-sm-0 {
    padding-right: 0 !important; }

  .pe-sm-1 {
    padding-right: 0.25rem !important; }

  .pe-sm-2 {
    padding-right: 0.5rem !important; }

  .pe-sm-3 {
    padding-right: 1rem !important; }

  .pe-sm-4 {
    padding-right: 1.5rem !important; }

  .pe-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  .ps-sm-0 {
    padding-left: 0 !important; }

  .ps-sm-1 {
    padding-left: 0.25rem !important; }

  .ps-sm-2 {
    padding-left: 0.5rem !important; }

  .ps-sm-3 {
    padding-left: 1rem !important; }

  .ps-sm-4 {
    padding-left: 1.5rem !important; }

  .ps-sm-5 {
    padding-left: 3rem !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }

  .float-md-end {
    float: right !important; }

  .float-md-none {
    float: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-grid {
    display: grid !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .gap-md-0 {
    gap: 0 !important; }

  .gap-md-1 {
    gap: 0.25rem !important; }

  .gap-md-2 {
    gap: 0.5rem !important; }

  .gap-md-3 {
    gap: 1rem !important; }

  .gap-md-4 {
    gap: 1.5rem !important; }

  .gap-md-5 {
    gap: 3rem !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; }

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !important; }

  .m-md-0 {
    margin: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mt-md-3 {
    margin-top: 1rem !important; }

  .mt-md-4 {
    margin-top: 1.5rem !important; }

  .mt-md-5 {
    margin-top: 3rem !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .me-md-0 {
    margin-right: 0 !important; }

  .me-md-1 {
    margin-right: 0.25rem !important; }

  .me-md-2 {
    margin-right: 0.5rem !important; }

  .me-md-3 {
    margin-right: 1rem !important; }

  .me-md-4 {
    margin-right: 1.5rem !important; }

  .me-md-5 {
    margin-right: 3rem !important; }

  .me-md-auto {
    margin-right: auto !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  .mb-md-5 {
    margin-bottom: 3rem !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ms-md-0 {
    margin-left: 0 !important; }

  .ms-md-1 {
    margin-left: 0.25rem !important; }

  .ms-md-2 {
    margin-left: 0.5rem !important; }

  .ms-md-3 {
    margin-left: 1rem !important; }

  .ms-md-4 {
    margin-left: 1.5rem !important; }

  .ms-md-5 {
    margin-left: 3rem !important; }

  .ms-md-auto {
    margin-left: auto !important; }

  .p-md-0 {
    padding: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pt-md-1 {
    padding-top: 0.25rem !important; }

  .pt-md-2 {
    padding-top: 0.5rem !important; }

  .pt-md-3 {
    padding-top: 1rem !important; }

  .pt-md-4 {
    padding-top: 1.5rem !important; }

  .pt-md-5 {
    padding-top: 3rem !important; }

  .pe-md-0 {
    padding-right: 0 !important; }

  .pe-md-1 {
    padding-right: 0.25rem !important; }

  .pe-md-2 {
    padding-right: 0.5rem !important; }

  .pe-md-3 {
    padding-right: 1rem !important; }

  .pe-md-4 {
    padding-right: 1.5rem !important; }

  .pe-md-5 {
    padding-right: 3rem !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  .pb-md-3 {
    padding-bottom: 1rem !important; }

  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  .pb-md-5 {
    padding-bottom: 3rem !important; }

  .ps-md-0 {
    padding-left: 0 !important; }

  .ps-md-1 {
    padding-left: 0.25rem !important; }

  .ps-md-2 {
    padding-left: 0.5rem !important; }

  .ps-md-3 {
    padding-left: 1rem !important; }

  .ps-md-4 {
    padding-left: 1.5rem !important; }

  .ps-md-5 {
    padding-left: 3rem !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }

  .float-lg-end {
    float: right !important; }

  .float-lg-none {
    float: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-grid {
    display: grid !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .gap-lg-0 {
    gap: 0 !important; }

  .gap-lg-1 {
    gap: 0.25rem !important; }

  .gap-lg-2 {
    gap: 0.5rem !important; }

  .gap-lg-3 {
    gap: 1rem !important; }

  .gap-lg-4 {
    gap: 1.5rem !important; }

  .gap-lg-5 {
    gap: 3rem !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; }

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !important; }

  .m-lg-0 {
    margin: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mt-lg-3 {
    margin-top: 1rem !important; }

  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  .mt-lg-5 {
    margin-top: 3rem !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .me-lg-0 {
    margin-right: 0 !important; }

  .me-lg-1 {
    margin-right: 0.25rem !important; }

  .me-lg-2 {
    margin-right: 0.5rem !important; }

  .me-lg-3 {
    margin-right: 1rem !important; }

  .me-lg-4 {
    margin-right: 1.5rem !important; }

  .me-lg-5 {
    margin-right: 3rem !important; }

  .me-lg-auto {
    margin-right: auto !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ms-lg-0 {
    margin-left: 0 !important; }

  .ms-lg-1 {
    margin-left: 0.25rem !important; }

  .ms-lg-2 {
    margin-left: 0.5rem !important; }

  .ms-lg-3 {
    margin-left: 1rem !important; }

  .ms-lg-4 {
    margin-left: 1.5rem !important; }

  .ms-lg-5 {
    margin-left: 3rem !important; }

  .ms-lg-auto {
    margin-left: auto !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pt-lg-3 {
    padding-top: 1rem !important; }

  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  .pt-lg-5 {
    padding-top: 3rem !important; }

  .pe-lg-0 {
    padding-right: 0 !important; }

  .pe-lg-1 {
    padding-right: 0.25rem !important; }

  .pe-lg-2 {
    padding-right: 0.5rem !important; }

  .pe-lg-3 {
    padding-right: 1rem !important; }

  .pe-lg-4 {
    padding-right: 1.5rem !important; }

  .pe-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  .ps-lg-0 {
    padding-left: 0 !important; }

  .ps-lg-1 {
    padding-left: 0.25rem !important; }

  .ps-lg-2 {
    padding-left: 0.5rem !important; }

  .ps-lg-3 {
    padding-left: 1rem !important; }

  .ps-lg-4 {
    padding-left: 1.5rem !important; }

  .ps-lg-5 {
    padding-left: 3rem !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }

  .float-xl-end {
    float: right !important; }

  .float-xl-none {
    float: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-grid {
    display: grid !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .gap-xl-0 {
    gap: 0 !important; }

  .gap-xl-1 {
    gap: 0.25rem !important; }

  .gap-xl-2 {
    gap: 0.5rem !important; }

  .gap-xl-3 {
    gap: 1rem !important; }

  .gap-xl-4 {
    gap: 1.5rem !important; }

  .gap-xl-5 {
    gap: 3rem !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; }

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

  .m-xl-0 {
    margin: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mt-xl-3 {
    margin-top: 1rem !important; }

  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  .mt-xl-5 {
    margin-top: 3rem !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .me-xl-0 {
    margin-right: 0 !important; }

  .me-xl-1 {
    margin-right: 0.25rem !important; }

  .me-xl-2 {
    margin-right: 0.5rem !important; }

  .me-xl-3 {
    margin-right: 1rem !important; }

  .me-xl-4 {
    margin-right: 1.5rem !important; }

  .me-xl-5 {
    margin-right: 3rem !important; }

  .me-xl-auto {
    margin-right: auto !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ms-xl-0 {
    margin-left: 0 !important; }

  .ms-xl-1 {
    margin-left: 0.25rem !important; }

  .ms-xl-2 {
    margin-left: 0.5rem !important; }

  .ms-xl-3 {
    margin-left: 1rem !important; }

  .ms-xl-4 {
    margin-left: 1.5rem !important; }

  .ms-xl-5 {
    margin-left: 3rem !important; }

  .ms-xl-auto {
    margin-left: auto !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pt-xl-3 {
    padding-top: 1rem !important; }

  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  .pt-xl-5 {
    padding-top: 3rem !important; }

  .pe-xl-0 {
    padding-right: 0 !important; }

  .pe-xl-1 {
    padding-right: 0.25rem !important; }

  .pe-xl-2 {
    padding-right: 0.5rem !important; }

  .pe-xl-3 {
    padding-right: 1rem !important; }

  .pe-xl-4 {
    padding-right: 1.5rem !important; }

  .pe-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  .ps-xl-0 {
    padding-left: 0 !important; }

  .ps-xl-1 {
    padding-left: 0.25rem !important; }

  .ps-xl-2 {
    padding-left: 0.5rem !important; }

  .ps-xl-3 {
    padding-left: 1rem !important; }

  .ps-xl-4 {
    padding-left: 1.5rem !important; }

  .ps-xl-5 {
    padding-left: 3rem !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }

  .float-xxl-end {
    float: right !important; }

  .float-xxl-none {
    float: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-grid {
    display: grid !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; }

  .d-xxl-none {
    display: none !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .gap-xxl-0 {
    gap: 0 !important; }

  .gap-xxl-1 {
    gap: 0.25rem !important; }

  .gap-xxl-2 {
    gap: 0.5rem !important; }

  .gap-xxl-3 {
    gap: 1rem !important; }

  .gap-xxl-4 {
    gap: 1.5rem !important; }

  .gap-xxl-5 {
    gap: 3rem !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; }

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

  .m-xxl-0 {
    margin: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xxl-0 {
    margin-top: 0 !important; }

  .mt-xxl-1 {
    margin-top: 0.25rem !important; }

  .mt-xxl-2 {
    margin-top: 0.5rem !important; }

  .mt-xxl-3 {
    margin-top: 1rem !important; }

  .mt-xxl-4 {
    margin-top: 1.5rem !important; }

  .mt-xxl-5 {
    margin-top: 3rem !important; }

  .mt-xxl-auto {
    margin-top: auto !important; }

  .me-xxl-0 {
    margin-right: 0 !important; }

  .me-xxl-1 {
    margin-right: 0.25rem !important; }

  .me-xxl-2 {
    margin-right: 0.5rem !important; }

  .me-xxl-3 {
    margin-right: 1rem !important; }

  .me-xxl-4 {
    margin-right: 1.5rem !important; }

  .me-xxl-5 {
    margin-right: 3rem !important; }

  .me-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xxl-3 {
    margin-bottom: 1rem !important; }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xxl-5 {
    margin-bottom: 3rem !important; }

  .mb-xxl-auto {
    margin-bottom: auto !important; }

  .ms-xxl-0 {
    margin-left: 0 !important; }

  .ms-xxl-1 {
    margin-left: 0.25rem !important; }

  .ms-xxl-2 {
    margin-left: 0.5rem !important; }

  .ms-xxl-3 {
    margin-left: 1rem !important; }

  .ms-xxl-4 {
    margin-left: 1.5rem !important; }

  .ms-xxl-5 {
    margin-left: 3rem !important; }

  .ms-xxl-auto {
    margin-left: auto !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xxl-0 {
    padding-top: 0 !important; }

  .pt-xxl-1 {
    padding-top: 0.25rem !important; }

  .pt-xxl-2 {
    padding-top: 0.5rem !important; }

  .pt-xxl-3 {
    padding-top: 1rem !important; }

  .pt-xxl-4 {
    padding-top: 1.5rem !important; }

  .pt-xxl-5 {
    padding-top: 3rem !important; }

  .pe-xxl-0 {
    padding-right: 0 !important; }

  .pe-xxl-1 {
    padding-right: 0.25rem !important; }

  .pe-xxl-2 {
    padding-right: 0.5rem !important; }

  .pe-xxl-3 {
    padding-right: 1rem !important; }

  .pe-xxl-4 {
    padding-right: 1.5rem !important; }

  .pe-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xxl-3 {
    padding-bottom: 1rem !important; }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xxl-5 {
    padding-bottom: 3rem !important; }

  .ps-xxl-0 {
    padding-left: 0 !important; }

  .ps-xxl-1 {
    padding-left: 0.25rem !important; }

  .ps-xxl-2 {
    padding-left: 0.5rem !important; }

  .ps-xxl-3 {
    padding-left: 1rem !important; }

  .ps-xxl-4 {
    padding-left: 1.5rem !important; }

  .ps-xxl-5 {
    padding-left: 3rem !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }

  .fs-2 {
    font-size: 2rem !important; }

  .fs-3 {
    font-size: 1.75rem !important; }

  .fs-4 {
    font-size: 1.5rem !important; } }
@media print {
  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-grid {
    display: grid !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; }

  .d-print-none {
    display: none !important; } }
html {
  overflow-x: hidden !important;
  height: 100%; }
  html.lity-active {
    overflow: hidden !important; }
    html.lity-active .site-container {
      filter: blur(10px); }

body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  background: #ffffff; }
  @media (max-width: 767.98px) {
    body {
      overflow-x: hidden !important; } }
  body.modal-open .site-container {
    filter: blur(10px); }

.site-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Poppins', sans-serif !important; }
  h1 strong, .h1 strong,
  h2 strong,
  .h2 strong,
  h3 strong,
  .h3 strong,
  h4 strong,
  .h4 strong,
  h5 strong,
  .h5 strong,
  h6 strong,
  .h6 strong {
    font-weight: 700; }

h1, .h1 {
  font-size: max(3.5vw, 54px);
  font-weight: 600; }

h2, .h2 {
  font-size: max(3vw, 48px);
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: none; }

h3, .h3 {
  font-size: max(2.5vw, 32px);
  font-weight: 600; }

h4, .h4 {
  font-size: max(2vw, 28px);
  font-weight: 600; }

h5, .h5 {
  font-size: max(1.5vw, 24px);
  font-weight: 600; }

h6, .h6 {
  font-size: max(1vw, 18px);
  font-weight: 600; }

.iframe {
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto; }
  .iframe iframe {
    max-height: 480px;
    max-width: 800px; }
    @media (max-width: 575.98px) {
      .iframe iframe {
        max-height: 200px; } }
  .iframe .wpb_wrapper p {
    position: relative;
    z-index: 2; }
    .iframe .wpb_wrapper p:before {
      content: url(../img/iframe-bg-pattern.png);
      position: absolute;
      right: -10%;
      bottom: -10%;
      z-index: -1; }

#maestroSubmitId:after {
  margin: 0px;
  margin-top: 5px !important;
  margin-left: 3px !important;
  margin-right: -9px !important; }

.btn {
  padding: 12px 8px 12px 18px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: white !important;
  text-transform: uppercase; }
  .btn:after {
    content: url(../img/button-arrow.svg);
    width: 30px;
    height: 30px;
    margin: 0px 12px; }
  .btn.btn-loadmore:after {
    content: "+"; }

.btn-outline-warning {
  color: #f88907 !important;
  border: 1px solid #f88907 !important; }
  .btn-outline-warning:hover {
    color: white !important; }

.btn-outline-light:hover {
  background: #ffffff25 !important; }

.bg-warning {
  background: #f88907;
  color: white !important; }

.modal-backdrop.show {
  opacity: 0.8; }

@media (max-width: 991.98px) {
  .modal-xl {
    max-width: 750px !important; } }

@media (max-width: 767.98px) {
  .modal-body {
    padding: 48px; } }

.modal {
  z-index: 1050; }

.no-bg {
  background: none; }

.bg-img {
  background-size: cover !important;
  color: white !important; }

.bg-custom-1 {
  background: #23526c;
  color: white; }
.bg-custom-2 {
  background: #f88907;
  color: white; }
.bg-custom-3 {
  background: #ddfff7;
  color: black; }
.bg-custom-4 {
  background: #d71a21;
  color: white; }

.bg-light-1 {
  background: #c8c8c825; }

.site-header {
  z-index: 100;
  width: 100%;
  background: white; }
  @media (min-width: 768px) {
    .site-header {
      position: fixed;
      top: 0; } }
  .site-header.menu-open {
    height: 100vh;
    background: #f7f7f7; }
  @media (max-width: 1199.98px) {
    .site-header {
      position: fixed;
      top: 0;
      display: flex;
      flex-direction: column; } }
  @media (max-width: 767.98px) {
    .site-header {
      position: fixed; } }
  .site-header h6, .site-header .h6 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    padding: 12px 24px;
    background: #003580;
    color: white;
    font-weight: 400;
    width: 100%;
    font-family: "Roboto", sans-serif !important; }
    @media (max-width: 767.98px) {
      .site-header h6, .site-header .h6 {
        padding: 12px 0px;
        font-size: 14px; } }
  .site-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 47px; }
    @media (max-width: 1199.98px) {
      .site-header .logo img {
        max-width: 120px; } }
  .site-header .social-links {
    margin-left: auto; }
    .site-header .social-links .social {
      display: flex;
      flex-shrink: 0; }
      @media (max-width: 1199.98px) {
        .site-header .social-links .social {
          display: none; } }
      .site-header .social-links .social .textwidget {
        display: flex; }
      .site-header .social-links .social a i {
        font-weight: 600; }
  .site-header .quick-links {
    transition: all 0.5s; }
    .site-header .quick-links__master {
      position: fixed;
      top: 350px;
      right: -42px;
      transform: rotate(-90deg);
      background: #f88907;
      padding: 16px;
      text-decoration: none;
      color: white;
      z-index: 4;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      transition: all 0.5s; }
      @media (max-width: 767.98px) {
        .site-header .quick-links__master {
          display: none; } }
      .site-header .quick-links__master--mobile {
        position: fixed;
        border-radius: 100%;
        bottom: 16px;
        right: 16px;
        width: 50px;
        height: 50px;
        box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1); }
        @media (min-width: 768px) {
          .site-header .quick-links__master--mobile {
            display: none !important; } }
        .site-header .quick-links__master--mobile circle {
          fill: #f88907; }
      .site-header .quick-links__master img {
        transform: rotate(90deg);
        margin-left: 12px; }
      .site-header .quick-links__master--hide {
        right: -108px; }
    .site-header .quick-links__wrapper {
      position: fixed;
      display: none;
      max-height: 400px;
      overflow-y: auto;
      top: 308px;
      background: #f88907;
      right: 32px;
      z-index: 5;
      width: 300px;
      padding: 16px 24px;
      border-radius: 12px;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important;
      box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important; }
      @media (max-width: 767.98px) {
        .site-header .quick-links__wrapper {
          top: auto !important;
          bottom: 16px; } }
    .site-header .quick-links__header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .site-header .quick-links__header h5, .site-header .quick-links__header .h5 {
        margin-bottom: 0px;
        color: white;
        font-size: 24px; }
      .site-header .quick-links__header a {
        color: white !important; }
        .site-header .quick-links__header a i {
          font-size: 18px !important; }
    .site-header .quick-links__body {
      padding-top: 12px; }
      .site-header .quick-links__body ul {
        padding: 0px;
        list-style: none; }
      .site-header .quick-links__body h5, .site-header .quick-links__body .h5 {
        font-size: 16px;
        color: white;
        opacity: 0.7; }
        .site-header .quick-links__body h5:not(:first-child), .site-header .quick-links__body .h5:not(:first-child) {
          margin-top: 12px; }
      @media (max-width: 767.98px) {
        .site-header .quick-links__body li {
          margin: 16px 0px; } }
      .site-header .quick-links__body li a {
        text-decoration: none;
        color: white; }
        .site-header .quick-links__body li a:after {
          content: url(../img/button-arrow.svg);
          width: 30px;
          height: 30px;
          margin: 0px 12px; }
      .site-header .quick-links__body .btn {
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 6px; }
  .site-header .row-custom-1 {
    padding: 12px 60px; }
    @media (max-width: 767.98px) {
      .site-header .row-custom-1 {
        padding: 12px !important; } }
    @media (max-width: 1199.98px) {
      .site-header .row-custom-1:first-child {
        display: none !important; } }
    .site-header .row-custom-1:nth-child(2) {
      margin: 0 12px;
      min-height: 93px; }

@media (max-width: 1199.98px) {
  .site-inner {
    margin-top: 135px; } }

@media (min-width: 768px) {
  .row-custom-1 {
    padding: 0px clamp(20px, 60px, 5%); } }

.dates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1; }
  @media (max-width: 1199.98px) {
    .dates {
      display: none; } }
  .dates h5, .dates .h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #003580;
    font-size: 20px;
    margin: 0;
    text-align: center; }
  .dates p {
    margin: 0;
    margin-top: 2px;
    color: #828282; }

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  @media (max-width: 767.98px) {
    .social {
      display: none; } }
  .social .text-widget {
    display: flex; }
  .social a {
    color: #003580;
    margin: 0px 20px;
    font-size: 20px; }

.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  @media (min-width: 1200px) {
    .menu-btn {
      display: none; } }
  .menu-btn img {
    width: 32px;
    height: 32px; }

.date-bar {
  align-items: center;
  background: #0aa8b6;
  padding: 12px 28px;
  display: flex;
  color: white; }
  @media (min-width: 1200px) {
    .date-bar {
      display: none;
      order: 2; } }
  .date-bar .date-location {
    margin-right: 12px; }
  .date-bar h5, .date-bar .h5 {
    font-size: 16px;
    margin-bottom: 4px; }
  .date-bar p {
    font-size: 12px;
    margin-bottom: 0px !important; }
  .date-bar img {
    width: 48px;
    height: 48px;
    margin-left: auto; }

.details-bar {
  padding: 16px 28px;
  display: flex; }
  @media (min-width: 992px) {
    .details-bar {
      padding: 16px 54px; } }

.primary-nav {
  position: sticky;
  top: 0px;
  width: 100%;
  background: whitesmoke;
  z-index: 11; }
  @media (max-width: 1199.98px) {
    .primary-nav {
      position: relative;
      height: calc(100% - 147.2px);
      display: none;
      order: 3; } }
  @media (max-width: 767.98px) {
    .primary-nav {
      border-top: 1px solid #c8c8c845;
      flex: 1; } }
  .primary-nav > ul {
    background: #f7f7f7;
    padding: 0px 60px;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 0; }
    .primary-nav > ul a {
      color: #828282; }
      .primary-nav > ul a:hover {
        color: #003580; }
    @media (max-width: 1199.98px) {
      .primary-nav > ul {
        flex-direction: column;
        padding: 0px 32px;
        height: 100%;
        justify-content: flex-start;
        margin-bottom: 80px;
        overflow-y: auto; } }
    .primary-nav > ul .sub-menu {
      display: none; }
    .primary-nav > ul > li {
      position: relative;
      padding: 20px 0px; }
      @media (max-width: 767.98px) {
        .primary-nav > ul > li {
          font-size: 18px;
          font-weight: 500; }
          .primary-nav > ul > li:last-child {
            padding-bottom: 140px !important; } }
      @media (min-width: 768px) {
        .primary-nav > ul > li:hover .sub-menu, .primary-nav > ul > li:active .sub-menu {
          position: absolute;
          left: 0;
          top: 54px;
          display: block;
          z-index: 10;
          background: white;
          list-style: none;
          padding: 16px;
          min-width: 260px;
          border-radius: 12px;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important; }
          .primary-nav > ul > li:hover .sub-menu li, .primary-nav > ul > li:active .sub-menu li {
            margin-bottom: 16px; }
            .primary-nav > ul > li:hover .sub-menu li:last-child, .primary-nav > ul > li:active .sub-menu li:last-child {
              margin-bottom: 0px; } }
      .primary-nav > ul > li:last-child:hover .sub-menu {
        right: -30px !important;
        left: auto !important; }
      @media (max-width: 767.98px) {
        .primary-nav > ul > li.menu-item-has-children {
          position: relative; }
          .primary-nav > ul > li.menu-item-has-children::after {
            top: 17px;
            right: 0px;
            position: absolute;
            content: url(../img/menu-chevron.svg);
            transition: all 0.5s; } }
      .primary-nav > ul > li.menu-item-has-children.active > a {
        color: #003580;
        font-weight: 600; }
      @media (max-width: 767.98px) {
        .primary-nav > ul > li.menu-item-has-children.active .sub-menu {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          box-shadow: none !important;
          margin-top: 12px;
          width: 100%;
          max-width: 1000px;
          display: block;
          z-index: 10;
          background: white;
          list-style: none;
          padding: 16px;
          border-radius: 12px; } }
      @media (max-width: 767.98px) {
        .primary-nav > ul > li.menu-item-has-children.active .sub-menu li {
          margin-bottom: 12px; } }
      .primary-nav > ul > li.menu-item-has-children.active::after {
        transform: rotate(180deg);
        transform-origin: center; }
      @media (min-width: 768px) {
        .primary-nav > ul > li.menu-item-has-children > a::after {
          content: url(../img/menu-chevron.svg);
          margin-left: 9px;
          margin-top: -2px;
          width: 24px;
          height: 24px; } }
      .primary-nav > ul > li a {
        font-family: 'Poppins', sans-serif;
        text-decoration: none; }

@media (min-width: 1200px) {
  .main-content {
    margin-top: 214px; } }

.hero-section {
  display: flex;
  padding: 0 60px;
  padding-bottom: 80px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .hero-section {
      flex-wrap: wrap;
      justify-content: center;
      padding: 0px;
      padding-bottom: 80px; } }
  @media (max-width: 575.98px) {
    .hero-section {
      margin-top: 0px !important; } }
  .hero-section .page-header {
    min-height: 280px;
    background: #003580;
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 48px;
    color: white;
    display: flex;
    flex-direction: column;
    background-image: url(../img/header-1.jpg);
    background-size: cover; }
    @media (max-width: 1199.98px) {
      .hero-section .page-header {
        border-radius: 0px;
        padding: 48px 24px; } }
    .hero-section .page-header.background-img {
      min-height: auto !important;
      padding-top: 12.25%; }
      .hero-section .page-header.background-img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 53, 128, 0.75);
        border-radius: 12px;
        z-index: 0; }
        @media (max-width: 1199.98px) {
          .hero-section .page-header.background-img::before {
            border-radius: 0px; } }
      @media screen and (min-height: 590px) and (max-height: 680px) {
        .hero-section .page-header.background-img {
          min-height: 280px !important; } }
    .hero-section .page-header h1, .hero-section .page-header .h1 {
      margin-bottom: 8px;
      color: white;
      margin-top: auto;
      font-size: max(4vw, 40px);
      letter-spacing: -1px;
      font-weight: 700;
      z-index: 2; }
    .hero-section .page-header p {
      opacity: 0.75;
      margin-bottom: 0px;
      z-index: 2; }
    .hero-section .page-header #breadcrumbs {
      opacity: 1;
      margin-top: 16px; }
      .hero-section .page-header #breadcrumbs a {
        color: white !important;
        text-decoration: none; }
        .hero-section .page-header #breadcrumbs a:not(:last-child):after {
          content: url(../img/breadcrumb-chevron.svg);
          margin-left: 12px;
          margin-right: 9px; }
    .hero-section .page-header .breadcrumbs {
      list-style: none;
      padding: 0px;
      display: flex; }
      .hero-section .page-header .breadcrumbs li {
        display: flex;
        align-items: center; }
        .hero-section .page-header .breadcrumbs li a {
          text-decoration: none;
          color: white; }
        .hero-section .page-header .breadcrumbs li:not(:last-child):after {
          content: url(../img/breadcrumb-chevron.svg);
          margin-left: 12px;
          margin-right: 12px; }
  .hero-section .slider {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      .hero-section .slider {
        display: block;
        min-height: 530px;
        margin-bottom: 32px; } }
    .hero-section .slider .main-slider {
      height: 90%;
      overflow: hidden; }
      @media (min-width: 768px) {
        .hero-section .slider .main-slider {
          max-height: 500px; } }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .hero-section .slider .main-slider {
          height: 500px !important; } }
      @media (max-width: 767.98px) {
        .hero-section .slider .main-slider .flickity-prev-next-button.previous {
          left: -12px; }
        .hero-section .slider .main-slider .flickity-prev-next-button.next {
          right: -12px; } }
      .hero-section .slider .main-slider .carousel-cell {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 32px 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white !important; }
        .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
          font-size: max(2vw, 32px);
          width: 100% !important; }
          @media (min-width: 1200px) {
            .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
              font-size: 3vw; } }
          @media screen and (min-height: 590px) and (max-height: 680px) {
            .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
              font-size: max(2.5vw, 44px); } }
          @media (min-width: 576px) and (max-width: 991.98px) {
            .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
              font-size: max(2.5vw, 44px) !important; } }
          @media (max-width: 575.98px) {
            .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
              font-size: max(2vw, 32px) !important; } }
        @media (max-width: 575.98px) {
          .hero-section .slider .main-slider .carousel-cell {
            display: block;
            padding: 32px 16px !important;
            align-items: center;
            margin-right: 0px; } }
        .hero-section .slider .main-slider .carousel-cell:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: rgba(0, 53, 128, 0.85);
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px;
          z-index: -1; }
          @media (max-width: 767.98px) {
            .hero-section .slider .main-slider .carousel-cell:before {
              border-radius: 0px; } }
          @media (min-width: 1200px) {
            .hero-section .slider .main-slider .carousel-cell:before {
              border-radius: 12px; } }
        .hero-section .slider .main-slider .carousel-cell img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px;
          z-index: -2; }
          @media (max-width: 767.98px) {
            .hero-section .slider .main-slider .carousel-cell img {
              border-radius: 0px; } }
          @media (min-width: 1200px) {
            .hero-section .slider .main-slider .carousel-cell img {
              border-radius: 12px; } }
        .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
          margin-bottom: 0px;
          padding-bottom: 8px;
          padding-left: 0px;
          color: white;
          width: 80%; }
          @media (max-width: 767.98px) {
            .hero-section .slider .main-slider .carousel-cell h2, .hero-section .slider .main-slider .carousel-cell .h2 {
              width: 100%;
              font-size: max(6.5vw, 28px);
              letter-spacing: -0.8px;
              font-weight: 600; } }
        .hero-section .slider .main-slider .carousel-cell p {
          font-size: 18px;
          width: 100%;
          margin-bottom: 32px; }
          @media (max-width: 767.98px) {
            .hero-section .slider .main-slider .carousel-cell p {
              width: 90%; } }
        .hero-section .slider .main-slider .carousel-cell button {
          margin-right: 12px; }
          @media (max-width: 767.98px) {
            .hero-section .slider .main-slider .carousel-cell button {
              display: flex;
              justify-content: center; }
              .hero-section .slider .main-slider .carousel-cell button:last-child {
                margin-top: 12px; } }
        @media (min-width: 768px) {
          .hero-section .slider .main-slider .carousel-cell .slider-button .btn {
            margin-right: 8px; } }
        @media (max-width: 575.98px) {
          .hero-section .slider .main-slider .carousel-cell .slider-button {
            display: flex;
            flex-direction: column; }
            .hero-section .slider .main-slider .carousel-cell .slider-button a:nth-child(2) {
              margin-top: 12px; } }
      .hero-section .slider .main-slider .flickity-button {
        background: transparent; }
        .hero-section .slider .main-slider .flickity-button svg path {
          fill: white !important; }
        .hero-section .slider .main-slider .flickity-button:disabled {
          opacity: 0 !important; }
    .hero-section .slider .main-slider-nav {
      border-bottom: 1px solid rgba(130, 130, 130, 0.5);
      border-left: 1px solid rgba(130, 130, 130, 0.5);
      border-right: 1px solid rgba(130, 130, 130, 0.5);
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      height: 10%;
      min-height: 50px; }
      @media (max-width: 767.98px) {
        .hero-section .slider .main-slider-nav {
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px; } }
      .hero-section .slider .main-slider-nav .carousel-cell {
        padding: 12px 16px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid rgba(130, 130, 130, 0.5);
        font-family: 'Poppins', sans-serif;
        min-width: 25%;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer !important; }
        @media (max-width: 767.98px) {
          .hero-section .slider .main-slider-nav .carousel-cell {
            width: 50%; } }
        .hero-section .slider .main-slider-nav .carousel-cell span {
          white-space: nowrap; }
        .hero-section .slider .main-slider-nav .carousel-cell.is-selected {
          border-bottom: 3px solid #003580;
          color: #003580;
          font-weight: 600; }
        @media (min-width: 576px) {
          .hero-section .slider .main-slider-nav .carousel-cell:first-child {
            border-bottom-left-radius: 12px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section .slider .main-slider-nav .carousel-cell:first-child {
      border-bottom-left-radius: 0px; } }
        @media (min-width: 576px) {
          .hero-section .slider .main-slider-nav .carousel-cell:last-child {
            border-right: 0px;
            border-bottom-right-radius: 12px; } }
  .hero-section .poster {
    width: 260px;
    flex-shrink: 0;
    min-height: 430px; }
    @media screen and (min-height: 590px) and (max-height: 680px) {
      .hero-section .poster {
        max-height: 390px !important;
        min-height: 340px !important;
        width: 205px !important; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .hero-section .poster {
        margin-top: 32px; } }
    @media (min-width: 768px) {
      .hero-section .poster {
        margin-left: 32px; } }
    .hero-section .poster-carousel {
      height: 100%;
      background: rgba(130, 130, 130, 0.3);
      border-radius: 6px; }
      .hero-section .poster-carousel .carousel-cell {
        height: 100%;
        width: 100%; }
        .hero-section .poster-carousel .carousel-cell img {
          height: 100%;
          object-fit: contain;
          width: 100%;
          border-radius: 12px; }
      .hero-section .poster-carousel .flickity-page-dots {
        bottom: -20px;
        right: -41%; }
        .hero-section .poster-carousel .flickity-page-dots .dot {
          background: none;
          border: 1px solid #828282;
          margin-left: 0px;
          margin-right: 12px; }
          .hero-section .poster-carousel .flickity-page-dots .dot:last-child {
            margin-right: 0px; }
          .hero-section .poster-carousel .flickity-page-dots .dot.is-selected {
            background: #828282; }
  .hero-section .ad-banner {
    position: absolute;
    bottom: -32px;
    left: calc(50% - 340px);
    z-index: 10; }
    @media (max-width: 575.98px) {
      .hero-section .ad-banner {
        left: 0px; } }

.section {
  padding: 80px;
  position: relative;
  margin-left: 0px !important;
  margin-right: 0px !important; }
  @media (max-width: 767.98px) {
    .section {
      padding: 100px 20px; } }
  .section .ad-banner {
    position: absolute;
    bottom: -32px;
    left: calc(50% - 340px);
    z-index: 10; }
    @media (max-width: 575.98px) {
      .section .ad-banner {
        left: 0px; } }
  .section--background {
    background-size: cover;
    background-position: center;
    color: white !important; }
    .section--background h2 strong, .section--background .h2 strong {
      color: rgba(0, 0, 0, 0.5); }
  .section--nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .section--center {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .section--center > p {
      max-width: 500px; }
  .section--primary {
    background: #003580;
    color: white; }
    .section--primary strong {
      color: rgba(0, 0, 0, 0.5); }
  .section--secondary {
    color: #828282; }
    .section--secondary h2, .section--secondary .h2 {
      color: #828282 !important; }
    .section--secondary strong {
      color: #003580 !important; }
    .section--secondary ul {
      padding: 0px;
      list-style: none;
      margin-bottom: 32px; }
      .section--secondary ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px; }
        .section--secondary ul li:before {
          content: "";
          background: url(../img/list-chevron.svg);
          background-size: contain;
          background-repeat: no-repeat;
          width: 18px;
          height: 18px;
          position: absolute;
          left: 0;
          top: calc(50% - 7px); }
    .section--secondary h4, .section--secondary .h4 {
      margin-bottom: 32px; }
  .section--white {
    background: white; }
    .section--white h2, .section--white .h2 {
      color: #828282 !important; }
      .section--white h2 strong, .section--white .h2 strong {
        color: #0aa8b6; }
  .section--accent {
    background: #0aa8b6; }
    .section--accent .row {
      width: 100%; }
      .section--accent .row:nth-child(1) {
        margin-top: 32px !important; }
    .section--accent strong {
      color: rgba(0, 0, 0, 0.5); }
    .section--accent h2, .section--accent .h2 {
      color: white; }
    .section--accent p {
      color: white !important; }
  .section--pattern {
    position: relative;
    background: #0aa8b6; }
    .section--pattern::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../img/speaker-pattern.svg);
      z-index: 0;
      background-size: cover; }
      @media (max-width: 767.98px) {
        .section--pattern::before {
          opacity: 0.1; } }
  .section--grey {
    background: white; }
    .section--grey h2, .section--grey .h2 {
      color: #828282 !important; }
      .section--grey h2 strong, .section--grey .h2 strong {
        color: #0aa8b6; }
  .section--color1 {
    padding: 0; }
  .section--partners .grid-container {
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin-top: 0px !important; }
  .section--partners .grid-item {
    background: white;
    border: 1px solid #828282;
    padding: 32px; }
    .section--partners .grid-item h4, .section--partners .grid-item .h4 {
      font-size: 16px !important; }
    .section--partners .grid-item .logo-carousel {
      width: 100%;
      height: 150px; }
      .section--partners .grid-item .logo-carousel:hover .flickity-button:not(:disabled) {
        opacity: 1 !important; }
      .section--partners .grid-item .logo-carousel .flickity-button {
        opacity: 0 !important;
        top: calc(50% - 17.75px) !important;
        z-index: 10; }
        .section--partners .grid-item .logo-carousel .flickity-button:disabled {
          opacity: 0 !important; }
      .section--partners .grid-item .logo-carousel .flickity-prev-next-button.previous {
        left: -30px; }
      .section--partners .grid-item .logo-carousel .flickity-prev-next-button.next {
        right: -30px; }
      .section--partners .grid-item .logo-carousel .flickity-button {
        transform: scale(0.8); }
      .section--partners .grid-item .logo-carousel .carousel-cell {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .section--partners .grid-item .logo-carousel .carousel-cell a,
        .section--partners .grid-item .logo-carousel .carousel-cell img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .section--partners .grid-item .logo-carousel .carousel-cell h4, .section--partners .grid-item .logo-carousel .carousel-cell .h4 {
          margin-top: 12px; }
    .section--partners .grid-item h4, .section--partners .grid-item .h4 {
      font-weight: 600;
      font-size: 24px; }
  .section .board-members,
  .section .register-now,
  .section .general {
    margin-top: 82px; }
    @media (max-width: 767.98px) {
      .section .board-members .row-custom-1,
      .section .register-now .row-custom-1,
      .section .general .row-custom-1 {
        margin-bottom: 62px; } }
  .section .register-now img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    min-height: 300px; }
    @media (max-width: 767.98px) {
      .section .register-now img {
        margin-bottom: 16px; } }
  .section .register-now .row-custom-1 {
    margin-bottom: 62px; }
  .section .register-now h4, .section .register-now .h4 {
    font-weight: 600;
    font-size: max(24px, 2vw); }
    @media (max-width: 767.98px) {
      .section .register-now h4, .section .register-now .h4 {
        margin-top: 24px; } }
  .section .register-now .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start; }
    .section .register-now .details .btn {
      margin-top: 12px !important; }
  .section .general.error {
    height: 100%;
    margin: 160px 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1200px) {
      .section .general.error {
        margin-top: 310px; } }
    .section .general.error path {
      fill: #003580; }
    @media (max-width: 767.98px) {
      .section .general.error {
        margin-top: 140px; } }
  .section .general .error__body {
    margin-top: 24px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (max-width: 767.98px) {
      .section .general .error__body h1, .section .general .error__body .h1 {
        font-size: 42px; } }
  .section .general h3, .section .general .h3 {
    font-weight: 700; }
  .section .general .vc_box_rounded img {
    border-radius: 12px !important; }
  .section .general .ads {
    margin-bottom: -82px !important; }
  .section .general .section {
    padding-top: 84px !important; }
    @media (max-width: 767.98px) {
      .section .general .section {
        padding-left: 24px !important;
        padding-right: 24px !important; } }
  .section .general .row-custom-1 {
    margin: 40px 0px; }
    .section .general .row-custom-1 h1, .section .general .row-custom-1 .h1,
    .section .general .row-custom-1 h2,
    .section .general .row-custom-1 .h2,
    .section .general .row-custom-1 h3,
    .section .general .row-custom-1 .h3,
    .section .general .row-custom-1 h4,
    .section .general .row-custom-1 .h4,
    .section .general .row-custom-1 h5,
    .section .general .row-custom-1 .h5,
    .section .general .row-custom-1 h6,
    .section .general .row-custom-1 .h6,
    .section .general .row-custom-1 p {
      margin-bottom: 20px; }
    .section .general .row-custom-1.has-ads {
      position: relative; }
      .section .general .row-custom-1.has-ads .ad-banner {
        width: auto;
        bottom: -110px; }
  .section .general .full-width {
    margin: 0 min(-60px, -3vw);
    background-position: left !important;
    padding: 0; }
    @media (max-width: 767.98px) {
      .section .general .full-width {
        margin: 0 -20px; } }
  .section .general .boxed-content {
    padding: max(32px, 7vw);
    position: relative; }
    .section .general .boxed-content img {
      width: 100%; }
    .section .general .boxed-content .circle-bg-pattern {
      position: absolute;
      left: -5%;
      bottom: -10%;
      width: auto; }
  .section .general .boxed-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .section .general .boxed-center h2, .section .general .boxed-center .h2 {
      text-align: center; }
    .section .general .boxed-center p {
      text-align: center; }
    .section .general .boxed-center .actions {
      display: flex;
      justify-content: center; }
      @media (max-width: 767.98px) {
        .section .general .boxed-center .actions {
          flex-direction: column; } }
      .section .general .boxed-center .actions .btn {
        margin: 0px 10px; }
        @media (max-width: 767.98px) {
          .section .general .boxed-center .actions .btn {
            margin-bottom: 12px; } }
  .section .general .additional-negative {
    padding-bottom: 250px; }
  .section .general .features div {
    margin-bottom: 16px; }
  .section .general .features img {
    width: auto;
    height: auto;
    margin-bottom: 16px; }
  .section .general .features h4, .section .general .features .h4 {
    font-weight: 600;
    margin-bottom: 12px; }
  .section .general .features p {
    opacity: 0.6; }
  .section .general .features--alternate h4, .section .general .features--alternate .h4 {
    font-weight: 600; }
  .section .general .features--alternate .features-underline {
    position: relative;
    padding-bottom: 1px; }
    .section .general .features--alternate .features-underline:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: calc(100% - 16px);
      left: 8px;
      height: 1px;
      background: rgba(255, 255, 255, 0.5); }
  .section .general .information-pill {
    border-bottom: 1px solid #828282;
    margin-left: 24px;
    padding-top: 16px;
    margin-bottom: 16px; }
    .section .general .information-pill:last-child {
      border: 0; }
    @media (max-width: 767.98px) {
      .section .general .information-pill {
        margin-top: 32px;
        margin-left: 0; } }
    .section .general .information-pill h4, .section .general .information-pill .h4 {
      font-weight: 600;
      font-size: max(26px, 1vw);
      color: #23526c; }
    .section .general .information-pill ul {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
    .section .general .information-pill li,
    .section .general .information-pill span {
      padding: 16px;
      background: rgba(130, 130, 130, 0.2);
      border-radius: 12px;
      color: #4f4f4f;
      margin-right: 12px;
      margin-bottom: 16px;
      display: inline-block; }
    .section .general .information-pill--white {
      max-width: 800px; }
      .section .general .information-pill--white ul {
        justify-content: center; }
      .section .general .information-pill--white li,
      .section .general .information-pill--white span {
        color: white;
        background: rgba(255, 255, 255, 0.2);
        font-family: 'Poppins', sans-serif;
        font-weight: 600; }
    .section .general .information-pill--normal {
      margin: 0;
      padding: 0;
      border: 0; }
      .section .general .information-pill--normal ul {
        justify-content: start !important; }
  .section .general .sticky {
    position: sticky;
    top: 100px; }
    .section .general .sticky .wpb_wrapper {
      position: sticky;
      top: 100px; }
  .section .general .perks-benefits h2, .section .general .perks-benefits .h2,
  .section .general .perks-benefits p {
    z-index: 1;
    position: relative; }
  .section .general .perks-benefits:before {
    content: url(../img/perks_benefits_pattern.png);
    position: absolute;
    right: 25%;
    top: 15%;
    z-index: 0; }
  .section .general label {
    margin-bottom: 12px;
    margin-left: 16px; }
  .section .general .bg-primary {
    color: white; }
  .section .general .cta-bar {
    min-height: 300px;
    position: relative;
    background-size: cover;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    color: white !important; }
    @media (max-width: 767.98px) {
      .section .general .cta-bar {
        padding: 32px 12px; } }
    .section .general .cta-bar h4, .section .general .cta-bar .h4 {
      font-size: max(32px, 2vw);
      font-weight: 600;
      color: white;
      margin-bottom: 18px;
      line-height: 48px; }
    .section .general .cta-bar .bg-circle-pattern {
      position: absolute;
      left: 0;
      height: 100%;
      z-index: 0; }
      @media (max-width: 767.98px) {
        .section .general .cta-bar .bg-circle-pattern {
          left: -50%;
          opacity: 0.3; } }
    .section .general .cta-bar .bg-dot-pattern {
      position: absolute;
      right: 0;
      height: 100%; }
      @media (max-width: 767.98px) {
        .section .general .cta-bar .bg-dot-pattern {
          right: -50%;
          opacity: 0.3; } }
    .section .general .cta-bar .bg-circle {
      position: absolute;
      width: 100px;
      bottom: 0;
      right: 20%; }
    @media (max-width: 767.98px) {
      .section .general .cta-bar .cta-actions {
        margin-bottom: 48px;
        display: flex;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .section .general .cta-bar .cta-actions a:not(:first-child) {
        margin-left: 12px; } }
    @media (max-width: 767.98px) {
      .section .general .cta-bar .cta-actions a:not(:first-child) {
        margin-top: 12px; } }
  .section .general .pattern-rectangle {
    position: absolute;
    bottom: -210px;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .section .general .pattern-rectangle {
        left: -15%; } }
    @media (max-width: 991.98px) {
      .section .general .pattern-rectangle {
        left: -170px; } }
  .section .general .negative-margin {
    margin-top: -170px;
    padding-bottom: 125px;
    position: relative; }
    @media (max-width: 767.98px) {
      .section .general .negative-margin {
        margin-top: -250px;
        padding-bottom: 0px; } }
  .section .general .side-card > div {
    padding: 24px 32px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    color: white;
    z-index: 2; }
  .section .general .side-card .wpb_wrapper {
    margin-top: auto; }
  .section .general .side-card p {
    margin-top: auto;
    opacity: 0.5; }
  .section .general .feature-card {
    background: white;
    margin: 16px;
    width: calc(50% - 32px);
    margin-right: 0px !important;
    min-height: 200px;
    flex-shrink: 0;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06); }
    @media (max-width: 991.98px) {
      .section .general .feature-card {
        width: calc(50% - 32px); } }
    @media (max-width: 767.98px) {
      .section .general .feature-card {
        width: 100%;
        margin: 16px 0px; } }
    .section .general .feature-card img {
      width: auto;
      height: auto;
      margin-bottom: 16px; }
    .section .general .feature-card h4, .section .general .feature-card .h4 {
      font-weight: 600;
      margin-bottom: 4px; }
    .section .general .feature-card p {
      opacity: 0.7;
      margin-bottom: 12px; }
  .section--content {
    padding-bottom: 0px;
    margin-top: -82px !important; }
  .section .grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    flex-wrap: wrap;
    margin-top: 88px;
    width: 100%; }
  .section .grid-item {
    width: 25%;
    max-width: 350px;
    height: 250px;
    border: 1px solid rgba(247, 247, 247, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .section .grid-item .wpb_content_element {
      margin: 0px !important;
      padding: 0px; }
    .section .grid-item__logo .vc_column-inner {
      width: 100%;
      height: 100%; }
    .section .grid-item__logo .wpb_wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section .grid-item__logo .wpb_wrapper .wpb_single_image {
        margin-bottom: 0 !important; }
    .section .grid-item__logo .grid-img {
      width: auto;
      height: auto;
      position: relative; }
    @media (max-width: 575.98px) {
      .section .grid-item {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .section .grid-item {
        width: 50%; } }
    .section .grid-item h5, .section .grid-item .h5 {
      font-size: max(3vw, 32px);
      letter-spacing: -0.5px;
      color: white;
      margin-bottom: 6px;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .section .grid-item h5, .section .grid-item .h5 {
          font-size: max(5vw, 32px); } }
    .section .grid-item p {
      margin-bottom: 0; }
    .section .grid-item figure {
      height: 100%;
      width: 100%; }
      .section .grid-item figure .vc_single_image-wrapper {
        height: 100%;
        width: 100%; }
        .section .grid-item figure .vc_single_image-wrapper img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
  .section .grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }

.user-details {
  display: flex;
  margin-top: 16px; }
  .user-details img {
    width: 60px;
    height: 60px;
    border-radius: 100%; }
.user-img {
  width: 100%;
  display: flex;
  justify-content: center; }
  .user-img img {
    width: 80px;
    height: 80px; }
.user-title {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 18px;
  color: black; }
.user-data {
  width: 100%;
  text-align: center; }
.user-designation {
  margin-bottom: 8px;
  font-size: 14px; }
.user-message {
  margin-top: 12px !important;
  font-weight: 400;
  letter-spacing: 0px !important;
  font-family: "Roboto", sans-serif !important;
  color: black;
  font-size: 18px;
  line-height: 120%;
  text-align: center; }

.bg-pattern {
  position: absolute;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .bg-pattern {
      width: 100%; } }

.testimonial-carousel {
  max-width: 500px;
  width: 100%;
  position: relative;
  padding: 16px; }
  @media (max-width: 767.98px) {
    .testimonial-carousel {
      margin-top: 72px;
      border-radius: 12px; } }
  .testimonial-carousel-wrapper {
    padding: 16px;
    -webkit-box-shadow: 0 2px 8px rgba(10, 10, 10, 0.1) !important;
    box-shadow: 0 2px 8px rgba(10, 10, 10, 0.1) !important;
    background: white;
    border-radius: 12px; }
  .testimonial-carousel .carousel-cell {
    padding: 8px;
    width: 100%;
    border-radius: 12px;
    margin-right: 16px; }

.featured-speakers {
  padding-left: 10%;
  padding-right: 10%; }

.feature__listing {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .feature__listing {
      margin: -16px; } }
  @media (max-width: 1199.98px) {
    .feature__listing {
      margin: 0px -16px; } }

.scientific-activities {
  padding-left: 15%;
  padding-right: 15%; }

.card-custom {
  border-radius: 12px; }
  .card-custom--sm {
    padding: 12px;
    display: flex;
    margin-bottom: 12px;
    text-align: left;
    transition: all 0.5s; }
    .card-custom--sm .wpb_single_image {
      margin-bottom: 0px; }
    .card-custom--sm .vc_column-inner {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    @media (max-width: 575.98px) {
      .card-custom--sm {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .card-custom--sm {
        width: calc(50% - 20px); } }
    .card-custom--sm img {
      border-radius: 12px;
      width: 100%;
      height: auto !important;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .card-custom-agenda {
    display: flex;
    margin: 16px 0px !important;
    padding: 16px 16px;
    background: white;
    align-items: stretch;
    border: 1px solid rgba(0, 53, 128, 0.2);
    flex-direction: row-reverse;
    position: relative;
    justify-content: flex-end;
    transition: all 0.2s; }
    @media (max-width: 767.98px) {
      .card-custom-agenda {
        flex-direction: column-reverse;
        margin: 24px 0px;
        padding: 16px; } }
    .card-custom-agenda img {
      width: 30px !important;
      height: 30px !important;
      border-radius: 100%;
      margin-right: 24px;
      border: 4px solid white;
      margin-bottom: 4px !important; }
      .card-custom-agenda img:not(:first-child) {
        margin-left: -38px; }
    .card-custom-agenda__title {
      font-size: 18px;
      margin-bottom: 0px !important;
      font-weight: 600;
      margin-top: 4px;
      color: #4f4d4d; }
    .card-custom-agenda__speakers {
      display: flex;
      flex-direction: column;
      margin-top: 12px;
      align-items: flex-start; }
    .card-custom-agenda__speaker {
      font-size: 14px;
      margin-bottom: 0px !important;
      background: rgba(0, 53, 128, 0.05);
      padding: 6px 8px;
      margin-bottom: 8px !important;
      margin-bottom: 8px !important;
      margin-right: 8px;
      border-radius: 4px; }
      .card-custom-agenda__speaker:hover {
        background: #f88907; }
        .card-custom-agenda__speaker:hover a,
        .card-custom-agenda__speaker:hover small,
        .card-custom-agenda__speaker:hover .small {
          color: white !important; }
      .card-custom-agenda__speaker a {
        text-decoration: none !important;
        color: #003580;
        font-weight: 500; }
        .card-custom-agenda__speaker a small, .card-custom-agenda__speaker a .small {
          font-size: 100% !important;
          color: #828282;
          font-weight: 400; }
    .card-custom-agenda__time {
      margin-right: 16px;
      margin-top: 0 !important;
      font-weight: 600 !important;
      position: absolute;
      top: -10px;
      left: 10px;
      padding: 0px 10px;
      background: white;
      border-radius: 12px;
      color: #003580; }
      .card-custom-agenda__time h4, .card-custom-agenda__time .h4 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        color: #003580 !important; }
      @media (max-width: 767.98px) {
        .card-custom-agenda__time {
          margin-bottom: 12px !important;
          align-self: flex-start; } }
  .card-custom-session {
    background: white;
    padding: 24px 16px 14px 16px;
    position: relative;
    margin: 16px 0px;
    border: 1px solid rgba(130, 130, 130, 0.2); }
    .card-custom-session__heading {
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-end; }
      @media (max-width: 767.98px) {
        .card-custom-session__heading {
          flex-direction: column-reverse;
          align-items: flex-start; } }
    .card-custom-session__speakers {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .card-custom-session__speakers span {
        font-size: 12px;
        color: #828282;
        margin-bottom: 8px;
        margin-right: 8px; }
    .card-custom-session__speaker {
      font-size: 14px;
      margin-bottom: 0px !important;
      background: rgba(248, 137, 7, 0.1);
      padding: 6px 8px;
      margin-bottom: 8px !important;
      margin-bottom: 8px !important;
      margin-right: 8px;
      border-radius: 4px; }
      .card-custom-session__speaker:hover {
        background: #f88907; }
        .card-custom-session__speaker:hover a {
          color: white !important; }
      .card-custom-session__speaker a {
        text-decoration: none !important;
        color: #f88907; }
    .card-custom-session__title {
      font-size: 18px;
      margin-bottom: 10px;
      color: #4f4d4d; }
    .card-custom-session__time {
      position: relative !important;
      left: auto !important;
      top: auto !important;
      padding: 0 !important;
      margin-bottom: 8px !important; }
      .card-custom-session__time h4, .card-custom-session__time .h4 {
        margin-top: 0px;
        font-weight: 600 !important;
        color: #003580;
        font-size: 16px !important;
        margin-bottom: 0 !important; }
  .card-custom__date {
    margin-top: 24px;
    margin-bottom: 6px;
    font-weight: 400;
    margin-left: 16px;
    color: #c8c8c8; }
  .card-custom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .card-custom__title {
    font-weight: 600;
    line-height: 26px;
    font-size: 19px;
    margin-bottom: 16px;
    margin-left: 16px; }
  .card-custom-blog {
    border: 1px solid rgba(247, 247, 247, 0.3);
    display: flex;
    margin: 32px 0px;
    padding: 32px;
    text-decoration: none !important;
    color: white !important; }
    @media (max-width: 767.98px) {
      .card-custom-blog {
        flex-direction: column;
        padding: 16px; } }
    .card-custom-blog:hover {
      background: rgba(255, 255, 255, 0.25); }
    .card-custom-blog__title {
      flex: 2; }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .card-custom-blog__title {
          margin-right: 32px; } }
      @media (max-width: 767.98px) {
        .card-custom-blog__title {
          order: 2; } }
      .card-custom-blog__title h5, .card-custom-blog__title .h5 {
        color: white !important;
        font-weight: 600; }
        @media (min-width: 1200px) {
          .card-custom-blog__title h5, .card-custom-blog__title .h5 {
            font-size: max(18px, 1.5vw); } }
    .card-custom-blog__subdetail {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .card-custom-blog__subdetail p {
        opacity: 0.7;
        margin-left: 16px;
        margin-bottom: 0; }
    .card-custom-blog__type {
      background: rgba(255, 255, 255, 0.25);
      border-radius: 6px;
      padding: 6px 12px; }
    .card-custom-blog__excerpt {
      flex: 2; }
      @media (min-width: 992px) {
        .card-custom-blog__excerpt {
          margin-left: 32px;
          margin-right: 32px; } }
      @media (max-width: 1199.98px) {
        .card-custom-blog__excerpt {
          display: none; } }
    .card-custom-blog img {
      flex: 1;
      object-fit: cover;
      border-radius: 12px; }
      @media (max-width: 767.98px) {
        .card-custom-blog img {
          order: 1;
          width: 100%;
          max-height: 400px;
          margin-bottom: 16px !important; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .card-custom-blog img {
          max-width: 300px; } }
      @media (min-width: 768px) {
        .card-custom-blog img {
          max-width: 400px;
          max-height: 220px; } }

.blog aside {
  display: flex;
  flex-direction: column;
  width: 300px;
  flex-shrink: 0;
  margin-right: 48px; }
  @media (max-width: 991.98px) {
    .blog aside {
      align-items: center;
      width: 100%;
      margin-top: 16px; } }
  .blog aside img {
    margin-bottom: 16px;
    width: 100%;
    max-width: 300px;
    border-radius: 12px; }
  .blog aside .widget-title {
    font-size: 22px;
    color: #828282;
    font-weight: 700;
    align-self: flex-start;
    margin-top: 32px;
    margin-bottom: 24px; }
  .blog aside nav ul {
    list-style: none;
    padding: 0; }
    .blog aside nav ul li {
      margin-bottom: 12px;
      background: white;
      border-radius: 6px;
      padding: 12px 12px; }
  .blog aside .posts .post {
    margin-bottom: 12px;
    background: white;
    border-radius: 6px;
    padding: 12px 12px; }
  .blog aside .posts a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px; }
  .blog aside .posts p {
    margin-bottom: 0px; }
.blog--detail {
  margin-top: 42px;
  display: flex; }
  @media (min-width: 768px) {
    .blog--detail {
      padding: 0% 5%; } }
  @media (max-width: 991.98px) {
    .blog--detail {
      flex-direction: column-reverse; } }
  .blog--detail .blog__share {
    margin-left: 10px; }
    .blog--detail .blog__share h6, .blog--detail .blog__share .h6 {
      margin-bottom: 2px; }
    .blog--detail .blog__share img {
      width: 24px;
      height: 24px; }
  .blog--detail .wp-post-image {
    max-width: 900px;
    margin-bottom: 32px;
    height: auto; }
.blog__summary {
  font-weight: 500;
  color: black; }
.blog__details {
  margin: 24px 0px;
  display: flex; }
  @media (max-width: 767.98px) {
    .blog__details {
      flex-direction: column; } }
.blog__date, .blog__category, .blog__share {
  margin-right: 24px; }
  .blog__date h6, .blog__date .h6, .blog__category h6, .blog__category .h6, .blog__share h6, .blog__share .h6 {
    color: #828282;
    font-size: 1rem; }
  .blog__date h5, .blog__date .h5, .blog__category h5, .blog__category .h5, .blog__share h5, .blog__share .h5 {
    color: black;
    margin-bottom: 0;
    font-size: 18px; }
  @media (max-width: 767.98px) {
    .blog__date, .blog__category, .blog__share {
      margin-bottom: 16px; } }
.blog__share {
  margin-left: auto;
  margin-right: 0; }
  @media (max-width: 767.98px) {
    .blog__share {
      margin-left: 0; } }
.blog__sociallinks a {
  margin-right: 8px; }
  .blog__sociallinks a:last-child {
    margin-right: 0px; }
.blog__sociallinks img {
  width: 32px;
  height: 32px; }

.blog__content h1, .blog__content .h1,
.blog__content h2,
.blog__content .h2,
.blog__content h3,
.blog__content .h3,
.blog__content h4,
.blog__content .h4,
.blog__content h5,
.blog__content .h5,
.blog__content h6,
.blog__content .h6,
.article h1,
.article .h1,
.article h2,
.article .h2,
.article h3,
.article .h3,
.article h4,
.article .h4,
.article h5,
.article .h5,
.article h6,
.article .h6 {
  color: black !important;
  font-weight: 600; }
  .blog__content h1 strong, .blog__content .h1 strong,
  .blog__content h2 strong,
  .blog__content .h2 strong,
  .blog__content h3 strong,
  .blog__content .h3 strong,
  .blog__content h4 strong,
  .blog__content .h4 strong,
  .blog__content h5 strong,
  .blog__content .h5 strong,
  .blog__content h6 strong,
  .blog__content .h6 strong,
  .article h1 strong,
  .article .h1 strong,
  .article h2 strong,
  .article .h2 strong,
  .article h3 strong,
  .article .h3 strong,
  .article h4 strong,
  .article .h4 strong,
  .article h5 strong,
  .article .h5 strong,
  .article h6 strong,
  .article .h6 strong {
    font-weight: 800; }
.blog__content h2, .blog__content .h2,
.article h2,
.article .h2 {
  font-size: 2rem; }
.blog__content h3, .blog__content .h3,
.article h3,
.article .h3 {
  font-size: 1.75rem; }
.blog__content ul,
.blog__content ol,
.article ul,
.article ol {
  padding-left: 18px; }
.blog__content img,
.article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0px; }

@media (min-width: 768px) {
  .blog--white {
    padding-left: 32px;
    padding-right: 32px; } }
.blog--white .card-custom-blog {
  border: 1px solid rgba(130, 130, 130, 0.2); }
  .blog--white .card-custom-blog:hover {
    background: rgba(130, 130, 130, 0.1); }
    .blog--white .card-custom-blog:hover h5, .blog--white .card-custom-blog:hover .h5 {
      color: #003580 !important; }
  .blog--white .card-custom-blog__title h5, .blog--white .card-custom-blog__title .h5 {
    color: black !important; }
  .blog--white .card-custom-blog__subdetail {
    color: black !important; }
    .blog--white .card-custom-blog__subdetail span {
      background: rgba(130, 130, 130, 0.2); }
  .blog--white .card-custom-blog__excerpt {
    color: #828282; }

.user-card {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 32px;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  z-index: 1;
  position: relative; }
  @media (max-width: 767.98px) {
    .user-card {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .user-card img {
    border-radius: 12px;
    object-fit: cover;
    object-position: top; }
    @media (min-width: 992px) {
      .user-card img {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .user-card img {
        width: 100%;
        max-width: 250px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .user-card img {
        width: 100%;
        max-width: 300px; } }
  .user-card h4, .user-card .h4 {
    color: white;
    margin-top: 16px;
    margin-bottom: 4px !important;
    font-weight: 700;
    font-size: max(1.5vw, 24px); }
  .user-card p {
    margin-bottom: 0px !important;
    color: white; }

.dark .user-card h4, .dark .user-card .h4,
.dark .user-card p {
  color: black; }
.dark .user-card p {
  opacity: 0.6; }

.agenda {
  padding: 32px; }
  @media (max-width: 767.98px) {
    .agenda {
      padding: 32px 16px; } }
  .agenda-main {
    display: flex; }
    @media (max-width: 767.98px) {
      .agenda-main {
        flex-direction: column; } }
  .agenda__tabs > br {
    display: none; }
  .agenda__tab {
    display: flex;
    overflow-x: auto;
    align-items: flex-start; }
  .agenda-title {
    background: url(../img/agenda-background.svg);
    background-size: cover;
    flex-shrink: 0;
    padding: 64px 0px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .agenda-title {
        width: max(35vw, 500px);
        margin-left: -2px; } }
    @media (max-width: 767.98px) {
      .agenda-title {
        padding: 24px 0px; } }
    @media (max-width: 767.98px) {
      .agenda-title img {
        display: none; }
        .agenda-title img.hor {
          display: block;
          padding: 32px;
          width: 100%; } }
    @media (min-width: 768px) {
      .agenda-title img {
        height: max(35vw, 500px);
        margin-left: auto;
        margin-right: 30px;
        display: block; }
        .agenda-title img.hor {
          display: none; } }
  .agenda__link {
    color: #828282;
    flex-shrink: 0;
    font-size: 24px;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 12px;
    margin-right: 16px;
    cursor: pointer;
    user-select: none; }
    @media (max-width: 991.98px) {
      .agenda__link {
        font-size: 20px;
        width: 40%;
        margin-right: 0px;
        max-width: 130px; } }
    .agenda__link small, .agenda__link .small {
      font-size: 65%;
      font-weight: 400; }
    .agenda__link.active {
      border: 1px solid #003580;
      background: rgba(0, 53, 128, 0.25) !important;
      color: #003580;
      font-weight: 600; }
    .agenda__link:hover {
      background: rgba(130, 130, 130, 0.25); }

.search-bar {
  position: relative; }
  .search-bar input {
    padding: 24px;
    color: black;
    width: 100%;
    border: 1px solid rgba(130, 130, 130, 0.3);
    border-radius: 6px; }
  .search-bar button {
    position: absolute;
    right: 10px;
    top: 12px; }

.speaker-details {
  padding-left: 40px; }
  @media (max-width: 767.98px) {
    .speaker-details {
      padding-left: 0px;
      margin-top: 32px; } }
  .speaker-details h3, .speaker-details .h3,
  .speaker-details h4,
  .speaker-details .h4,
  .speaker-details p {
    color: white; }
  .speaker-details h3, .speaker-details .h3 {
    font-size: max(3vw, 32px) !important;
    letter-spacing: -1px; }
  .speaker-details h4, .speaker-details .h4 {
    font-weight: 400;
    font-size: max(1.5vw, 24px);
    opacity: 0.7; }
.speaker-image {
  border-radius: 12px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .speaker-image {
      max-height: 350px;
      background: black;
      object-fit: contain; } }

.modal-header {
  border-bottom: 0; }
  .modal-header .modal-close {
    margin-left: auto;
    margin-bottom: 24px; }

.modal-content {
  padding-top: 48px;
  border: 0; }
  .modal-content hr {
    margin: 32px 0px !important;
    opacity: 0.4;
    background: white; }

.modal-subtitle {
  font-size: max(2vw, 24px);
  color: white; }

.sessions {
  color: white !important;
  border-top: 1px solid #828282;
  border-bottom: 0; }
  .sessions__title {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 12px; }
  .sessions__day {
    width: 100%;
    font-weight: 400;
    opacity: 0.5; }
  .sessions h4, .sessions .h4 {
    font-size: max(1vw, 24px);
    color: white;
    font-weight: 500;
    margin-top: 24px; }
  .sessions .card-custom {
    flex-direction: column-reverse; }
    .sessions .card-custom-agenda__title {
      margin-bottom: 0 !important; }
    .sessions .card-custom-agenda__time {
      position: relative !important;
      left: auto !important;
      top: auto !important;
      padding: 0 !important;
      margin-bottom: 3px; }
      .sessions .card-custom-agenda__time h4, .sessions .card-custom-agenda__time .h4 {
        margin-top: 0px;
        font-weight: 600 !important;
        margin-bottom: 0 !important; }

.exhibitor {
  display: flex;
  margin-bottom: 16px;
  padding: 24px 24px;
  background: white;
  border-radius: 12px;
  transition: all 0.5s; }
  .exhibitor:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important; }
  @media (max-width: 767.98px) {
    .exhibitor {
      flex-wrap: wrap; } }
  .exhibitor-listing {
    margin-top: 32px; }
  .exhibitor__image {
    width: 120px;
    height: 120px;
    padding: 12px;
    border: 1px solid rgba(130, 130, 130, 0.1);
    object-fit: contain;
    border-radius: 12px; }
    @media (max-width: 767.98px) {
      .exhibitor__image {
        width: 150px;
        height: 150px; } }
  .exhibitor__detail {
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .exhibitor__detail {
        margin-left: 0px;
        margin-top: 24px; } }
    .exhibitor__detail a {
      text-decoration: none; }
      .exhibitor__detail a a {
        text-decoration: underline;
        /* display: inline-flex; */
        align-self: start;
        text-decoration: none;
        background: #c8c8c825;
        color: #003580;
        background: rgba(0, 53, 128, 0.25);
        padding: 6px 12px;
        border-radius: 8px; }
  .exhibitor__title {
    font-size: 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 600; }
    .exhibitor__title span {
      font-weight: 400;
      font-size: 16px;
      padding: 4px 6px;
      background: #ff990050;
      border-radius: 8px;
      color: #ff9900;
      margin-left: 12px; }
  .exhibitor__location {
    font-weight: 600;
    font-size: 18px;
    color: #828282;
    margin-bottom: 10px; }
  .exhibitor__summary {
    color: black;
    opacity: 0.7;
    margin-bottom: 8px;
    position: relative; }
    .exhibitor__summary.truncated {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .exhibitor__summary .expanded {
      -webkit-line-clamp: 500; }
    .exhibitor__summary span {
      position: absolute;
      top: 23px;
      background: white;
      color: #003580;
      cursor: pointer;
      text-decoration: underline;
      font-size: 15px;
      right: 0px;
      padding: 0px 10px; }
      .exhibitor__summary span.less {
        top: auto;
        position: relative;
        bottom: 0px; }
  .exhibitor .readmore {
    margin-top: -6px;
    margin-bottom: 12px; }
  .exhibitor__premium {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 30px;
    height: 30px; }
  .exhibitor__categories {
    margin-top: 12px; }
    .exhibitor__categories span {
      background: rgba(130, 130, 130, 0.2);
      padding: 4px 10px;
      border-radius: 6px;
      margin-right: 6px; }

.filters {
  flex-shrink: 0;
  margin-top: 32px;
  cursor: pointer; }
  .filters__heading {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .filters .filter {
    display: block !important;
    background: white;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 16px; }
    .filters .filter__heading {
      display: flex;
      align-items: center; }
      .filters .filter__heading h5, .filters .filter__heading .h5 {
        font-weight: 600;
        margin-bottom: 0px;
        margin-left: 12px;
        font-size: 18px; }
      .filters .filter__heading a {
        margin-left: auto;
        opacity: 0.6; }
      .filters .filter__heading .dropdown-chevron {
        margin-left: auto; }
    .filters .filter .form-check {
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 0;
      margin: 8px 0px; }
      .filters .filter .form-check:first-child {
        margin-top: 12px; }
      .filters .filter .form-check:last-child {
        margin-bottom: 0px; }
      .filters .filter .form-check input {
        position: absolute;
        right: 0;
        transform: scale(1.5); }
      .filters .filter .form-check label {
        margin-right: 24px;
        line-height: 24px; }

@media (max-width: 767.98px) {
  .board-member-img {
    display: flex;
    justify-content: center;
    align-items: center; } }
.board-member-img img {
  padding-top: 32px;
  width: 233px;
  height: 264px;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .board-member-img img {
      margin-bottom: 82px; } }

.site-footer {
  background: #c8c8c845;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px;
  margin-top: auto;
  flex-shrink: 0; }
  .site-footer .organiser-details {
    text-align: right; }
    @media (max-width: 767.98px) {
      .site-footer .organiser-details {
        text-align: center; } }
    .site-footer .organiser-details h6, .site-footer .organiser-details .h6 {
      font-size: 28px;
      color: #ff9900;
      margin-bottom: 6px;
      font-weight: 600; }
    .site-footer .organiser-details a {
      font-size: 18px;
      margin-bottom: 0px;
      text-decoration: none !important;
      border-bottom: 0;
      color: #828282; }
  .site-footer img {
    width: 160px;
    margin-left: 40px;
    margin-bottom: 16px;
    margin-right: 40px; }
    @media (max-width: 767.98px) {
      .site-footer img {
        margin-left: 0;
        margin-right: 0;
        margin-top: 16px; } }

.support {
  margin-top: 32px; }
  @media (max-width: 767.98px) {
    .support {
      padding-bottom: 32px; } }
  .support h6, .support .h6 {
    font-size: 16px;
    font-weight: 600; }
  .support .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid rgba(130, 130, 130, 0.2);
    border-radius: 12px;
    padding: 24px 16px;
    margin-bottom: 16px; }
    .support .contact img {
      width: 64px;
      height: 64px;
      margin-bottom: 12px; }
    .support .contact h5, .support .contact .h5 {
      margin-bottom: 6px !important; }
    .support .contact p {
      color: #828282;
      margin-bottom: 0px !important; }

.contact-card {
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 6px; }
  .contact-card:hover {
    background: white; }
  .contact-card h4, .contact-card .h4 {
    font-weight: 600;
    margin-bottom: 4px !important;
    font-size: 18px; }
  .contact-card img {
    width: auto;
    height: auto;
    border-radius: 100%;
    margin-bottom: 16px; }
  .contact-card p {
    margin-bottom: 6px !important; }
    .contact-card p small, .contact-card p .small {
      color: #828282;
      font-size: 100%;
      display: block;
      margin-bottom: 16px; }

.contact-us .row {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(130, 130, 130, 0.2); }
  .contact-us .row:last-child {
    border: 0; }
  .contact-us .row h3, .contact-us .row .h3 {
    margin-top: 8px;
    margin-bottom: 18px !important; }

.wpcf7-form {
  width: 100%; }

.custom-form {
  font-family: 'Poppins', sans-serif !important;
  box-shadow: 0px 13px 15px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 24px;
  background: #f88907; }
  .custom-form h3, .custom-form .h3 {
    color: white;
    margin-bottom: 24px;
    font-size: 24px; }
  .custom-form input,
  .custom-form textarea,
  .custom-form span {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: 0; }
  .custom-form input,
  .custom-form textarea {
    padding: 8px 16px;
    margin-bottom: 12px; }
  .custom-form label {
    color: white; }

.ads {
  margin-bottom: -50px !important;
  z-index: 2;
  display: flex;
  position: relative;
  justify-content: center; }
  .ads-carousel {
    width: 100%; }
    @media (max-width: 767.98px) {
      .ads-carousel {
        margin-bottom: -20px !important; } }
    .ads-carousel .carousel-cell {
      width: 100%;
      height: 90px; }
      .ads-carousel .carousel-cell a {
        display: block;
        height: 100%; }
      .ads-carousel .carousel-cell img {
        width: 100%;
        border-radius: 12px; }
        @media (max-width: 767.98px) {
          .ads-carousel .carousel-cell img {
            height: auto;
            border-radius: 12px; } }
  .ads .wpb_wrapper {
    max-width: 970px; }

.accordion-header {
  margin-bottom: 0px !important; }
  .accordion-header button {
    font-size: 18px;
    font-weight: 600; }

.faq-header {
  position: relative;
  margin-bottom: 32px; }
  .faq-header img {
    position: absolute;
    left: 5%;
    top: 0; }

.support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.support-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(130, 130, 130, 0.2);
  border-radius: 12px;
  width: 400px;
  padding: 24px;
  margin: 0px 12px;
  justify-self: flex-end; }
  .support-card .wpb_single_image {
    margin-bottom: 0px !important; }
  .support-card .wpb_button,
  .support-card .wpb_content_element,
  .support-card ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px; }
  @media (max-width: 767.98px) {
    .support-card {
      width: 100%;
      margin: 12px; } }
  .support-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px; }
  .support-card h5, .support-card .h5 {
    margin-bottom: 8px !important;
    font-weight: 600; }
  .support-card p {
    color: #828282; }

.tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  margin-top: -32px !important; }
  .tabs__links {
    display: flex;
    justify-content: center; }
    .tabs__links a {
      font-size: 18px;
      text-decoration: none;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      margin: 0px 3px;
      padding: 12px 16px;
      border-radius: 12px;
      color: #828282; }
      .tabs__links a.active {
        background: #003580;
        color: white; }
      .tabs__links a:hover {
        background: rgba(130, 130, 130, 0.2); }
  .tabs__body {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(130, 130, 130, 0.3);
    display: none; }
    .tabs__body.active {
      display: block; }
    .tabs__body .row {
      margin-bottom: 64px; }
      .tabs__body .row h3, .tabs__body .row .h3 {
        text-align: center;
        margin-bottom: 32px; }

.download-img {
  width: 250px;
  height: 150px;
  position: relative;
  margin: 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white; }
  .download-img--poster {
    width: 250px;
    height: 250px;
    padding: 0; }
    .download-img--poster img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .download-img a {
    display: none; }
  .download-img:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    border-radius: 12px; }
  .download-img:hover a {
    display: block;
    position: absolute;
    top: calc(50% - 25.25px); }

.gallery iframe {
  width: 100%;
  height: 100%; }
.gallery__image {
  width: 100%;
  display: block; }
  .gallery__image img {
    width: 100%; }

.speaker-listing {
  display: flex;
  flex-wrap: wrap; }
.speaker-card {
  margin: 8px;
  margin-bottom: 16px;
  width: 300px;
  height: auto;
  text-align: left;
  background: white;
  padding: 16px;
  border-radius: 12px;
  transition: all 0.2s; }
  .speaker-card:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important; }
  .speaker-card a {
    text-decoration: none; }
  @media (min-width: 1200px) {
    .speaker-card {
      width: calc(20% - 16px); } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .speaker-card {
      width: calc(33.33% - 16px); } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .speaker-card {
      width: calc(50% - 16px); } }
  @media (max-width: 575.98px) {
    .speaker-card {
      width: 100%; } }
.speaker__img {
  width: 100%;
  height: auto;
  object-position: top;
  border-radius: 12px; }
.speaker__name {
  font-size: 20px;
  color: #003580;
  margin-top: 12px;
  margin-bottom: 4px;
  padding-left: 12px; }
.speaker__title {
  color: #828282;
  overflow: hidden;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  padding-left: 12px; }
.speaker-wrapper {
  display: flex;
  flex-direction: column;
  color: white; }
  .speaker-wrapper__heading {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 767.98px) {
      .speaker-wrapper__heading {
        flex-direction: column;
        align-items: flex-start; } }
  .speaker-wrapper__img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 12px; }
  .speaker-wrapper__name {
    font-size: 28px;
    margin-left: 24px; }
    @media (max-width: 767.98px) {
      .speaker-wrapper__name {
        margin-left: 0px; } }
  .speaker-wrapper__details {
    margin: 20px 0px; }
  .speaker-wrapper__title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif !important;
    margin-left: 24px; }
    @media (max-width: 767.98px) {
      .speaker-wrapper__title {
        margin-left: 0px; } }
  .speaker-wrapper__desc {
    opacity: 0.65; }

.section--featured .speaker-card {
  background: none; }
  .section--featured .speaker-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0) !important; }
  @media (min-width: 1200px) {
    .section--featured .speaker-card {
      width: calc(20% - 16px); } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .section--featured .speaker-card {
      width: calc(33.33% - 16px); } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .section--featured .speaker-card {
      width: calc(50% - 16px); } }
  @media (max-width: 575.98px) {
    .section--featured .speaker-card {
      width: 100%; } }
.section--featured .speaker__name {
  color: white; }

.lity-container {
  vertical-align: top;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 1366px; }

.lity-content {
  padding: 24px; }

.lity-wrap {
  overflow-y: auto; }

.lity-close {
  top: 30px !important;
  right: 30px !important;
  -webkit-transform: scale(2);
  transform: scale(1.5); }

.litymodal {
  max-height: 5000px !important; }

.container-form {
  margin-bottom: 16px; }
  .container-form label {
    margin-bottom: 8px; }

.button:after {
  content: url(../img/button-arrow.svg);
  width: 30px;
  height: 30px;
  margin: 0px 12px; }

.notification {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  text-align: center; }
  .notification.is-primary {
    background: #48c774;
    color: white; }
  .notification.is-danger {
    background: #f14668;
    color: white; }

.vc_row-flex {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex; }

.accordion-header button {
  font-size: 24px;
  text-align: left; }

.custom-form input,
.custom-form select {
  padding: 12px 24px;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative; }

.wpcf7-form-control-wrap {
  margin-bottom: 24px; }

.g-recaptcha > div {
  margin: 0 auto; }

.albums {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px; }
  .albums .album {
    text-decoration: none;
    background: white;
    border-radius: 12px;
    padding: 12px;
    margin: 8px;
    transition: all 0.5s; }
    @media (min-width: 1200px) {
      .albums .album {
        width: calc(20% - 16px); } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .albums .album {
        width: calc(25% - 16px); }
        .albums .album h5, .albums .album .h5 {
          font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .albums .album {
        width: calc(33.33% - 16px); }
        .albums .album h5, .albums .album .h5 {
          font-size: 16px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .albums .album {
        width: calc(50% - 16px); }
        .albums .album h5, .albums .album .h5 {
          font-size: 16px; } }
    @media (max-width: 575.98px) {
      .albums .album {
        width: calc(100%);
        margin-bottom: 8px; }
        .albums .album h5, .albums .album .h5 {
          font-size: 16px; } }
    .albums .album:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important;
      box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important; }
    .albums .album img {
      width: 100%; }
    .albums .album h5, .albums .album .h5 {
      margin-top: 16px;
      margin-bottom: 6px;
      font-size: 20px; }
    .albums .album p {
      color: #828282;
      margin-bottom: 8px; }

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 100%; }
  @media (max-width: 767.98px) {
    .card {
      margin-bottom: 12px; } }
  .card img {
    width: 60px;
    height: 60px;
    margin-bottom: 0; }
  .card h6, .card .h6 {
    text-align: center; }

@media (max-width: 767.98px) {
  .list-features li {
    display: flex;
    flex-direction: column; } }
.list-features .highlights {
  color: #003580;
  font-weight: 600; }

#maestroForm {
  background: #f88907;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important;
  padding: 24px 24px;
  background: #00aeef;
  border-radius: 12px;
  color: white; }

.challenge {
  background: white;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #c8c8c850; }
  .challenge h5, .challenge .h5 {
    color: #003580;
    font-weight: 700;
    font-size: 20px; }

/*# sourceMappingURL=style.css.map */


/* abubakar css */



.site-header {
	position: sticky;
	top: 0;
}
.main-content {
	margin-top: 0px;
}
.accredition-box .carousel-cell img {
		border: 0px !important;
}
.carousel-cell img {
    border: solid 1px #efefef;
    width: calc(100% - 19px);
    height: 150px;
    object-fit: contain;
		border-radius:8px;
}
.quick-links {
    display: none;
}
.details-bar {
    	background: var(--Gradient-Bg-Final, linear-gradient(270deg, #181E2D 0.04%, #171E2D 40.87%, #0D131F 99.94%));
}
.new-gradient {
    	background: var(--Gradient-Bg-Final, linear-gradient(270deg, #181E2D 0.04%, #171E2D 40.87%, #0D131F 99.94%));
}
.site-header .logo img {
		max-height: 65px  !important;
}
.dates h5, .dates .h5 {
		color: #fff;
}
.dates p {
		color: #fff;
}
.social a {
		margin: 0px 8px;
}
.primary-nav {
/*     background: #231F20 !important; */
		width: 80%;
}
.primary-nav > ul {
/* 		background: #231F20 !important; */
		justify-content: center;
		gap: 40px;
}
.primary-nav > ul a {
		color: #fff;
}
.primary-nav > ul a:hover {
		color: #F79231;
}
.menu-subtype {
    display: flex;
    background: #231F20;
		justify-content: center;
		align-items: center;
}
.header-type {
    background: #f8992f;
    padding: 8px 35px;
    border-radius: 21px;
    border: 2px solid #fff;
}
.header-type a {
		color: #fff;
		text-decoration: none;
}
.date-bar {
    background: #0aa8b600;
}
.date-bar img {
		display: none;
}

.sub-footer-one {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid #e1e1e18f;
    padding: 40px 0px;
    width: 95%;
    margin: auto;
}
.sub-footer-two {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    border-bottom: 1px solid #e1e1e18f;
    padding: 40px 0px;
    width: 95%;
    margin: auto;
}
.organiser-details h6 {
    color: #EFEFEF;
    font-size: 24px;
    font-weight: 700;
}
.new-footer img {
		width: 240px;
}
.foot-widget h5 {
    color: #efefef;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.foot-widget ul {
    list-style: none;
    padding: 0px;
		margin: 0;
}
.foot-widget li {
		margin: 20px 0px 0px 0px;
}
.foot-widget li a {
    color: #efefef;
    font-size: 16px;
    text-decoration: none;
		font-weight: 400;
}
.footer-two-one {
    display: flex;
    width: 70%;
    flex: 1;
    justify-content: space-around;
}
.footer-two-two {
		width: 30%;
}
.newsletter-sub h5 {
    font-size: 24px;
    color: #efefef;
    font-weight: 600;
    line-height: 42px;
		margin-bottom: 20px;
}
.newsletter-sub a {
    background: #ffff;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 70px;
    border-radius: 26px;
    border: 2px solid #f79231;
    color: #f79231;
}
.app {
    margin: 50px 0px 0px 0px;.
}
.app h5 {
		font-size: 24px;
    color: #efefef;
    font-weight: 600;
    line-height: 42px;
		margin: 0;
}
.app-store img {
    width: 170px;
    height: 55px;
    margin: 20px 15px 0px 0px;
}
.sub-footer-three {
    width: 95%;
    margin: auto;
		padding: 14px 0px;
}
.copyright {
    width: 50%;
}
.copyright p {
    margin: 0px;
    color: #efefef;
    font-weight: 300;
    font-size: 12px;
}
.social-icons {
    width: 50%;
}
.footer-social img {
    width: 26px;
}
.footer-social {
    display: flex;
    gap: 14px;
    justify-content: right;
}
.social-copyright {
    display: flex;
    align-items: center;
    width: 100%;
}
.message-board {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef;
}
.flickity-prev-next-button.previous {
    left: 0;
    height: 100%;
    background: #ffffff;
    border-radius: 0;
}
.flickity-prev-next-button.next {
    right: 0;
    height: 100%;
    background: #ffffff;
    border-radius: 0;
}
.flickity-prev-next-button .flickity-button-icon {
		width: 40%;
}
.custom-about-tabs {
    border-bottom: 4px solid #ededed;
}
.custom-about-tabs button {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 0px;
    padding: 10px 22px;
}
.custom-about-tabs button.active-tab {
    color: #002855;
    border-bottom: 4px solid #002855;
    font-weight: 700;
    font-size: 17px;
}
span.e-n-accordion-item-title-header {
    width: 100%;
}
.e-n-accordion-item-title-text {
    width: 100%;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
	 	width: 20px;
}
.faq-aeedc-one .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/entypo_location.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	 background-repeat: no-repeat;
}
.faq-aeedc-three .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/akar-icons_clock.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-four .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/fa6-regular_id-badge.png);
	 width: 30px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-six .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/card-travel.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-seven .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/mdi_calendar-outline.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-eight .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/mingcute_mail-ai-line.png);
	 width: 57px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-nine .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/majesticons_login.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-ten .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/mdi_food.png);
	 width: 24px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-elev .e-n-accordion-item-title-header:before {
	 content: ' ';
	  background: url(../wp-content/uploads/2025/07/fa6-regular_id-badge.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.faq-aeedc-twel .e-n-accordion-item-title-header:before {
	 content: ' ';
	 background: url(../wp-content/uploads/2025/07/ri_hotel-line.png);
	 width: 35px;
	 height: 24px;
	 margin-right: 12px;
	background-repeat: no-repeat;
}
.new-gradient.hero-aeedc:before {
		content: '';
    background: url(../wp-content/uploads/2026/01/Rectangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
	  background-position: 110%;
    opacity: 0.6;
}
.speaker-card {
		background: #ffffff00;
		padding: 0px;
		position: relative;
}
.speaker__name {
	 color: #f79231;
	 padding: 0px;
	 text-align: center;
	 margin: 35px 0px 0px 0px;
}
.speaker__title {
	 color: #ffffff;
	 text-align: center;
}
.speaker__name img {
    display: block !important;
    display: block;
    height: 40px;
    width: 100%;
    object-fit: contain;
    position: relative;
    margin-top: -50px;
}
.speaker-listing {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
/*     justify-content: center; */
/*     gap: 20px; */
}
/* @media only screen and (min-width: 1200px) {
	 .speaker-card {
        width: calc(25% - 70px) !important;
    }
} */
.elementor-29359 .speaker__title {
		color: #9d9d9d;
		margin-top: 15px;
}
.search-bar .btn {
    border: 2px solid #F79231;
    background: #fff;
    color: #F79231 !important;
    border-radius: 32px;
    padding: 10px 25px !important;
}
.search-bar .btn:after {
    content: url(../wp-content/uploads/2025/07/arrow-orange.svg);
    width: 30px;
    height: 30px;
    margin: 0px 12px;
}
.card-custom-session__title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
}
.card-custom-session__speakers span {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    margin-right: 8px;
    font-weight: 400;
}
.card-custom-session__speakers small {
		color: #002855;
    font-size: 16px;
}
.card-custom-session__speaker a {
    text-decoration: none !important;
    color: #002855;
    font-size: 16px;
    font-weight: 400;
		display: flex;
}
.card-custom-session__speakers span {
		color: #002855;
}
.card-custom-session__speaker:hover {
    background: #f5f9ff;
}
.card-custom-session__speaker:hover a {
    color: #002855 !important;
}
.card-custom-session__speaker {
    background: #f5f9ff;
    display: flex;
    padding: 4px 16px;
    gap: 8px;
}
.card-custom-agenda {
    display: flex;
    margin: 40px 0px !important;
    padding: 16px 16px;
    background: white;
    align-items: stretch;
		border: 0;
    border-bottom: 1px solid rgb(219 219 219 / 36%) !important;
		border-radius: 0px;
    flex-direction: row-reverse;
    position: relative;
    justify-content: flex-end;
    transition: all 0.2s;
}
.card-custom-session {
		border: 1px solid #c8c8c8;
}
.card-custom {
    border-radius: 16px;
}
.card-custom-agenda__time h4 {
		color: #f89c31 !important;
}
.card-custom-agenda__title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #1c1c1c;
}
.card-custom-agenda__speaker {
    font-size: 14px;
    background: #f5f9ff;
    padding: 4px 16px;
    margin-bottom: 10px !important;
    margin-right: 8px;
    border-radius: 24px;
    display: flex;
    align-self: stretch;
}
.exhibitors-sub-page {
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.fraudlent-text ul {
		margin-bottom: 0px !important;
}
.fraudlent-text p {
		margin-bottom: 0px !important;
}
.sub-menu li a {
	 color: #000;
}
.press-new:after {
    content: '';
    background: linear-gradient(180deg, rgba(32, 33, 36, 0.00) 0%, #000 100%);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
		width: 100%;
		height: 100%;
		border-radius: 16px;
}
.card-custom-blog__title h5 {
		color: #1c1c1c !important;
}
.card-custom-blog__subdetail p {
		color: #1c1c1c !important;
}
.card-custom p {
    color: #969696;
}
.card-custom-blog__type {
		background: rgba(130, 130, 130, 0.2) !important;
	color: #1c1c1c !important;
}
.card-custom-blog {
    border: 1px solid rgba(130, 130, 130, 0.2) !important;
}
.card-custom-blog:hover {
    background: rgba(130, 130, 130, 0.1) !important;
}
.search-bar button {
		display: none;
}
.search-bar input {
    padding: 14px;
    color: black;
    width: 100%;
    border: 1px solid rgba(130, 130, 130, 0.3);
    border-radius: 6px;
    font-size: 14px;
}
.elementor-29254 .elementor-element.elementor-element-2b1fcca .elementor-icon-list-icon svg {
    fill: #1c1c1c00;
    transition: fill 0.3s;
}
.elementor-29254 .elementor-element.elementor-element-f24c5d2 .elementor-icon-list-icon svg {
    fill: #1c1c1c00;
    transition: fill 0.3s;
}
.active-cta:active {
    border-bottom: 4px solid #002855;
    position: relative;
    top: 3px;
}
.agenda__link.active {
		border: 0px !important;
    border-bottom: 4px solid #003580 !important;
    background: #ffffff !important;
    color: #003580;
    font-weight: 600;
		border-radius: 0px !important;
}

@media only screen and (max-width: 990px) {
	.menu-btn {
		width: 50%;
		justify-content: left;
	}
	.menu-subtype {
		padding: 10px 0px;
	}
	.footer-two-one {
		display: none;
	}
	.footer-two-two {
		width: 100%;
	}
	.ea-tab-content {
    display: block !important;
}
	.ea-left-section {
    width: 100% !important;
}
	.ea-right-section {
    width: 100% !important;
    overflow: scroll;
}
	.ea-card-tab {
			flex: 0 0 calc((100% - -460px) / 3) !important;
	}
	.ea-card-wrapper {
			margin: 30px 0px 0px 0px;
	}
	    .site-inner {
        margin-top: 0px !important;
    }
	.ea-tab-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
}
/**********Activity Slider**********/
.ea-slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ea-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 10px;
  padding: 0 30%; /* optional: some padding to prevent hard edge cuts */
}

.ea-slide {
  flex: 0 0 auto;
  width: 300px; /* or whatever fixed width you want */
  transition: transform 0.3s ease;
  opacity: 0.7;
  transform: scale(0.78);
}

.ea-slide.active {
  opacity: 1;
  transform: scale(1);
}
.ea-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}
.ea-card-image {
  position: relative;
}
.ea-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #b1b1b1ad;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
}
.ea-card-content {
  padding: 20px;
}
.ea-card-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.ea-date i {
  margin-right: 5px;
}
.ea-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.ea-btn {
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}
.ea-primary {
  background: orange;
  color: white;
}
.ea-secondary {
  border: 1px solid orange;
  color: orange;
}

/* Dots */
.ea-dots {
  text-align: center;
  margin-top: 20px;
}
.ea-dot {
  display: inline-block;
  height: 5px;
  width: 50px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 36px;
}
.ea-dot.active {
  background: #ffffff;
}
.flickity-page-dots .dot {
	display: inline-block;
  height: 5px;
  width: 30px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 36px;
}
/************Tabs CSS**************/
.ea-tab-section {
  margin: 15px 0;
}
.ea-tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ea-tab-list {
    display: flex;
    gap: 10px;
    border-bottom: 4px solid #EDEDEE;
}
.ea-tab-item {
  padding: 10px 20px;
  cursor: pointer;
}
.ea-tab-item.active {
    background-color: #ffffff;
    color: #004985;
    border-radius: 13px 13px 0px 0px;
    border-bottom: 4px solid #004985;
	 position: relative;
	 bottom: -3px;
}
.ea-tab-nav-buttons {
  display: flex;
  gap: 5px;
}
.ea-tab-nav-buttons .ea-nav {
    background-color: #ffffff;
    color: #002D33;
    border: 2px solid #002D33;
    cursor: pointer;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.ea-tab-content {
  display: flex;
  gap: 30px;
	margin: 50px 0px 0px 0px;
	align-items: center;
}
.ea-left-section {
  width: 20%;
}
.ea-right-section {
  width: 80%;
  overflow: hidden;
}
.ea-category-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1c1c1c;
		font-family: 'Poppins' !important;
}
.ea-view-more {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.ea-card-wrapper {
  display: none;
}
.ea-card-wrapper.active {
  display: block;
}
.ea-card-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.ea-card-tab {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  box-sizing: border-box;
	background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
	overflow: hidden;
}
.ea-tab-image img {
    width: 100%;
}
.ea-category-details {
    display: none;
}
.ea-category-details.active {
    display: block;
}
.ea-category-details .ea-btn.ea-secondary {
    width: 100%;
}
.ea-dot {
    width: 20px!important;
}
.carousel-cell img {
	border: solid 0px #efefef;align-content!important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    border-color: #f09c3b !important;}
.home_banner .carousel-cell img {height:90px;}

.ea-card-content h3 {
    font-size: 16px!important;
    }
.hideMe{
	display:none!important;
}
.newsletter-sub a {display:none;}
.newsletter-sub h5 {display:none;}
.app {margin-top: -8px;}

/* Mobile Responsiveness Start */

@media screen and (max-width: 768px) {
	.site-header {
    z-index: 9999999999999999 !important;
}
	.mobile-center{
		text-align:center;
		padding-left:5px;
		padding-right:5px;
	}
	.date-bar {
		display: block !important;
	}
	.menu-btn {
		width: auto !important;
		justify-content: inherit !important;
		position: absolute !important;
		top: 115px !important;
		left: 25px !important;
		display: block !important;
		height:auto !important;
	}
	.menu-subtype {
		padding: 35px 10px !important;
	}
	.menu-subtype {
		justify-content: end !important;
	}
	.header-type {
		position: absolute !important;
		top: 110px !important;
		right: 15px !important;
	}
	.primary-nav > ul {
		gap: inherit !important; 
	}
	.primary-nav {
		height: calc(100% - 70.2px) !important;
	}
	.date-bar {
    padding: 12px 0px !important;
}
	.sub-footer-one {
    display: block!important;
    padding: 40px 0px !important;
}
	footer.new-footer{
		text-align: center !important;
	}
	footer p{
		text-align: left !important;
	}
	.footer-social {
    gap: 8px !important;
}
	.card{
	width: 95%;
  margin: 0 auto;
		text-align: center !important;
	}
	.date-bar .date-location {
    margin: 0px !important;
}
.card h2.elementor-heading-title {
        font-size: 18px !important;
	        letter-spacing: 0px;
	
    }
	h2.elementor-heading-title {
	text-align:center !important;
	
    }
	

	.activities-section .ea-tab-list {
    justify-content: center !important;
    align-items: center !important;
		}
	.activities-section .ea-tabs-header {
    display: block !important;
    padding: 0px !important;
    text-align: center !important;
		}
		.activities-section .ea-tab-nav-buttons, .mobile-hide {
    display: none !important;
		}
	.whatsapp-icon-bg{
		border-radius:18px;
	}
	.mobile-pad-card{
        text-align: center !important;
        margin: 0 auto !important;
        width: 95% !important;
		border-radius:18px !important;
	}
	.elementor-heading-title ul, .elementor-heading-title li{
		text-align:left !important;
	}
	
.e-parent{
    text-align: center !important;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
	  justify-content: center !important;
}
	
.e-parent p, .ea-category-title, .ea-tab-section, .elementor-widget-heading{
    text-align: center !important;
	  justify-content: center !important;
}
	
.e-flex{
	  justify-content: center !important;
}
	
	.new-gradient.hero-aeedc:before {
    background-size: cover !important;
    background-position: right !important;
}
	
	.e-flex .elementor-widget-image {
    align-self: center !important;
}
	
	ul, li{
		text-align:left !important;
	}
	
	.widget-shell{
		width: auto !important;
	}
	.homepage-mobile-app-section{
		padding-bottom:0px !important;
	}
	
	.homepage-slider-section .elementor-heading-title img{
		margin-top: -8px;
    margin-right: -3px;
    width: 32px;
    height: 32px;
    object-fit: contain;
	}
	
	
}


/* Mobile Responsiveness End */



/* Contact Form Style */
.wpcf7-form-control[type="submit"]
{
	background-color: #F89B37 !important;
    color: #fff;
    border: none;
    font-size: 22px;
    font-weight: 600;
}
/* Accommodation Page Style */
.hcpt-availability-btn
{
	background: #F89B37;
}
.hcpt-badge.breakfast {
    background: #005A94;
}
.hcpt-two-col a.primary-btn1
{
  background-color: #F89B37;	
}
.hcpt-two-col a.primary-btn1:hover,
.hcpt-availability-btn:hover
{
	color: #fff;
}
.hotel-card-media img { 
    height: 100% !important;
}
.hcpt-availability-btn:hover
{
	color: #fff;
}
/* Plan your trip Style */
.flip-front:after {    
    background: #0c1b2db5 !important;
}
.flip-back,
.flip-back:after{
    background: #0C1B2D !important;
}



/* AEEDC Rebranding css Abu Bakar */


header .details-bar, header .menu-subtype, header .primary-nav, header #menu-header-menu{
	background-color:transparent !important;
	background: transparent !important;
}

header{
	background: radial-gradient(50.04% 57.93% at 50.04% 42.07%, #161E29 0%, #111926 74.62%, #0B121C 100%) !important;
}


.section-rebranding-bg{
	background: var(--Gradient-Bg-Final, linear-gradient(270deg, #181E2D 0.04%, #171E2D 40.87%, #0D131F 99.94%));
}

/* .section-rebranding-bg *{
	color:white !important; 
} */

.about-icon img {
border-radius: 32px;
    border: 1px solid rgba(248, 155, 55, 0.25);
    background: rgba(248, 155, 55, 0.05);
    box-shadow: 0 4px 16px 0 rgba(249, 157, 49, 0.20), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
    width: 64px;
    height: 64px;
    display: block;
    text-align: center;
    justify-self: center;
    object-fit: none;
}

.new-footer {
    	background: var(--Gradient-Bg-Final, linear-gradient(270deg, #181E2D 0.04%, #171E2D 40.87%, #0D131F 99.94%));
}

.e-con-full a{
	color:#0C1B2D;
}

#maestroForm, .custom-form {
    background: #0C1B2D !important;
}

.counter-section, .counter-section .e-child{
	text-align:center;
}
.counter-section .elementor-counter-title {
    line-height: 25px;
    padding-top: 10px;
}












