@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src:
    url("/fonts/bootstrap-icons-DZ475p3x.woff2") format("woff2"),
    url("/fonts/bootstrap-icons-2lL5mvc8.woff") format("woff");
}
.bi:before,
[class*=" bi-"]:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-check2:before {
  content: "";
}
.bi-envelope-fill:before {
  content: "";
}
.bi-facebook:before {
  content: "";
}
.bi-instagram:before {
  content: "";
}
.bi-linkedin:before {
  content: "";
}
.bi-rss-fill:before {
  content: "";
}
.bi-tag:before {
  content: "";
}
.bi-telegram:before {
  content: "";
}
.bi-youtube:before {
  content: "";
}
.bi-threads:before {
  content: "";
}
.bi-twitter-x:before {
  content: "";
}
:root {
  --bs-indigo: hsl(243, 100%, 65%);
  --bs-purple: hsl(243, 100%, 80%);
  --bs-pink: hsl(350, 100%, 85%);
  --bs-red: hsl(350, 60%, 50%);
  --bs-orange: hsl(36, 100%, 30%);
  --bs-yellow: hsl(44, 100%, 72.5%);
  --bs-green: hsl(160, 100%, 25%);
  --bs-teal: hsl(178, 90%, 32%);
  --bs-cyan: hsl(178, 100%, 50%);
  --bs-gray: hsl(0, 0%, 32%);
  --bs-gray-dark: hsl(0, 0%, 15%);
  --bs-blue: hsl(210, 100%, 45%);
  --bs-gray-secondary: hsl(210, 17%, 44%);
  --bs-gray-tertiary: hsl(205, 21.2121212121%, 44.55%);
  --bs-gray-quaternary: hsl(238, 100%, 99.5%);
  --bs-gray-100: hsl(0, 0%, 96%);
  --bs-gray-200: hsl(0, 0%, 90%);
  --bs-gray-300: hsl(0, 0%, 83%);
  --bs-gray-400: hsl(0, 0%, 64%);
  --bs-gray-500: hsl(0, 0%, 45%);
  --bs-gray-600: hsl(0, 0%, 32%);
  --bs-gray-700: hsl(0, 0%, 25%);
  --bs-gray-800: hsl(0, 0%, 15%);
  --bs-gray-900: hsl(0, 0%, 10%);
  --bs-primary: hsl(221, 88.679245283%, 31.27%);
  --bs-secondary: hsl(210, 17%, 44%);
  --bs-success: hsl(160, 100%, 25%);
  --bs-info: hsl(210, 17%, 44%);
  --bs-warning: hsl(36, 100%, 30%);
  --bs-danger: hsl(350, 60%, 50%);
  --bs-light: hsl(255, 32.2033898305%, 92.625%);
  --bs-dark: hsl(210, 54%, 20%);
  --bs-black: hsl(0, 0%, 0%);
  --bs-white: hsl(0, 0%, 100%);
  --bs-100: hsl(0, 0%, 96%);
  --bs-200: hsl(0, 0%, 90%);
  --bs-300: hsl(0, 0%, 83%);
  --bs-400: hsl(0, 0%, 64%);
  --bs-500: hsl(0, 0%, 45%);
  --bs-600: hsl(0, 0%, 32%);
  --bs-700: hsl(0, 0%, 25%);
  --bs-800: hsl(0, 0%, 15%);
  --bs-900: hsl(0, 0%, 10%);
  --bs-primary-rgb: 9, 54, 150;
  --bs-secondary-rgb: 93, 112, 131;
  --bs-success-rgb: 0, 128, 85;
  --bs-info-rgb: 93, 112, 131;
  --bs-warning-rgb: 153, 92, 0;
  --bs-danger-rgb: 204, 51, 77;
  --bs-light-rgb: 233, 230, 242;
  --bs-dark-rgb: 23, 51, 79;
  --bs-100-rgb: 245, 245, 245;
  --bs-200-rgb: 230, 230, 230;
  --bs-300-rgb: 212, 212, 212;
  --bs-400-rgb: 163, 163, 163;
  --bs-500-rgb: 115, 115, 115;
  --bs-600-rgb: 82, 82, 82;
  --bs-700-rgb: 64, 64, 64;
  --bs-800-rgb: 38, 38, 38;
  --bs-900-rgb: 26, 26, 26;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 26, 26, 26;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Titillium Web", Geneva, Tahoma, sans-serif;
  --bs-font-monospace: "Roboto Mono", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: hsl(0, 0%, 10%);
  --bs-body-bg: hsl(0, 0%, 100%);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: hsl(210, 4%, 78%);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 2px;
  --bs-border-radius-lg: 8px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: hsl(221, 88.679245283%, 31.27%);
  --bs-link-hover-color: #072b78;
  --bs-code-color: hsl(210, 54%, 20%);
  --bs-highlight-bg: hsl(178, 100%, 90%);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
strong {
  font-weight: bolder;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
img,
svg {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
button,
[type="button"] {
  -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;
}
::-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;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.container {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 95vw;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1736px;
  }
}
.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #1a1a1a;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  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: #f2f2f2;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: hsl(0, 0%, 10%);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 4px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
:not(.btn-check) + .btn:active,
.btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #093696;
  border-color: #093696;
  box-shadow:
    inset 0 1px #ffffff26,
    0 1px 1px #00000013;
}
.btn-primary:focus {
  box-shadow:
    inset 0 1px #ffffff26,
    0 1px 1px #00000013,
    0 0 0 0.25rem #09369680;
}
.btn-primary:hover {
  background-color: #072c7a;
  color: #fff;
  border-color: #072971;
}
.btn-primary:disabled {
  color: #fff;
  background-color: #093696;
  border-color: #093696;
  pointer-events: none;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #072971;
  border-color: #062568;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #09369680;
}
.btn-secondary {
  color: #fff;
  background-color: #5d7083;
  border-color: #5d7083;
  box-shadow:
    inset 0 1px #ffffff26,
    0 1px 1px #00000013;
}
.btn-secondary:focus {
  box-shadow:
    inset 0 1px #ffffff26,
    0 1px 1px #00000013,
    0 0 0 0.25rem #5d708380;
}
.btn-secondary:hover {
  background-color: #4b5b6a;
  color: #fff;
  border-color: #465462;
}
.btn-secondary:disabled {
  color: #fff;
  background-color: #5d7083;
  border-color: #5d7083;
  pointer-events: none;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #465462;
  border-color: #404d5a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #5d708380;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #006040;
  border-color: #00583b;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #00805580;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #465462;
  border-color: #404d5a;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #5d708380;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #734500;
  border-color: #6a3f00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #995c0080;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #99263a;
  border-color: #8d2335;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #cc334d80;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #bab8c2;
  border-color: #afadb6;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #e9e6f280;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #455c72;
  border-color: #2e4761;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #17334f80;
}
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #00000080;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #bfbfbf;
  border-color: #b0b0b0;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #ffffff80;
}
.btn-100:not(:disabled):not(.disabled):active,
.btn-100:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #b8b8b8;
  border-color: #a9a9a9;
}
.btn-100:not(:disabled):not(.disabled):active:focus,
.btn-100:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #f5f5f580;
}
.btn-200:not(:disabled):not(.disabled):active,
.btn-200:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #adadad;
  border-color: #9f9f9f;
}
.btn-200:not(:disabled):not(.disabled):active:focus,
.btn-200:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #e6e6e680;
}
.btn-300:not(:disabled):not(.disabled):active,
.btn-300:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #9f9f9f;
  border-color: #929292;
}
.btn-300:not(:disabled):not(.disabled):active:focus,
.btn-300:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #d4d4d480;
}
.btn-400:not(:disabled):not(.disabled):active,
.btn-400:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #7a7a7a;
  border-color: #707070;
}
.btn-400:not(:disabled):not(.disabled):active:focus,
.btn-400:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #a3a3a380;
}
.btn-500:not(:disabled):not(.disabled):active,
.btn-500:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #565656;
  border-color: #4f4f4f;
}
.btn-500:not(:disabled):not(.disabled):active:focus,
.btn-500:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #73737380;
}
.btn-600:not(:disabled):not(.disabled):active,
.btn-600:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #393939;
}
.btn-600:not(:disabled):not(.disabled):active:focus,
.btn-600:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #52525280;
}
.btn-700:not(:disabled):not(.disabled):active,
.btn-700:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #303030;
  border-color: #2c2c2c;
}
.btn-700:not(:disabled):not(.disabled):active:focus,
.btn-700:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #40404080;
}
.btn-800:not(:disabled):not(.disabled):active,
.btn-800:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1a1a1a;
}
.btn-800:not(:disabled):not(.disabled):active:focus,
.btn-800:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #26262680;
}
.btn-900:not(:disabled):not(.disabled):active,
.btn-900:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #141414;
  border-color: #121212;
}
.btn-900:not(:disabled):not(.disabled):active:focus,
.btn-900:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #1a1a1a80;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #093696;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #093696;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #09369680;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #5d7083;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #5d7083;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #5d708380;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #008055;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #008055;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #00805580;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #5d7083;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #5d7083;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #5d708380;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #995c00;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #995c00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #995c0080;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #cc334d;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #cc334d;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #cc334d80;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #e9e6f2;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #e9e6f2;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #e9e6f280;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #17334f;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #17334f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #17334f80;
}
.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #00000080;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #ffffff80;
}
.btn-outline-100:not(:disabled):not(.disabled):active,
.btn-outline-100:not(:disabled):not(.disabled).active {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #f5f5f5;
}
.btn-outline-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-100:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #f5f5f580;
}
.btn-outline-200:not(:disabled):not(.disabled):active,
.btn-outline-200:not(:disabled):not(.disabled).active {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.btn-outline-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-200:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #e6e6e680;
}
.btn-outline-300:not(:disabled):not(.disabled):active,
.btn-outline-300:not(:disabled):not(.disabled).active {
  color: #d4d4d4;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #d4d4d4;
}
.btn-outline-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-300:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #d4d4d480;
}
.btn-outline-400:not(:disabled):not(.disabled):active,
.btn-outline-400:not(:disabled):not(.disabled).active {
  color: #a3a3a3;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #a3a3a3;
}
.btn-outline-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-400:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #a3a3a380;
}
.btn-outline-500:not(:disabled):not(.disabled):active,
.btn-outline-500:not(:disabled):not(.disabled).active {
  color: #737373;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #737373;
}
.btn-outline-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-500:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #73737380;
}
.btn-outline-600:not(:disabled):not(.disabled):active,
.btn-outline-600:not(:disabled):not(.disabled).active {
  color: #525252;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #525252;
}
.btn-outline-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-600:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #52525280;
}
.btn-outline-700:not(:disabled):not(.disabled):active,
.btn-outline-700:not(:disabled):not(.disabled).active {
  color: #404040;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #404040;
}
.btn-outline-700:not(:disabled):not(.disabled):active:focus,
.btn-outline-700:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #40404080;
}
.btn-outline-800:not(:disabled):not(.disabled):active,
.btn-outline-800:not(:disabled):not(.disabled).active {
  color: #262626;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #262626;
}
.btn-outline-800:not(:disabled):not(.disabled):active:focus,
.btn-outline-800:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #26262680;
}
.btn-outline-900:not(:disabled):not(.disabled):active,
.btn-outline-900:not(:disabled):not(.disabled).active {
  color: #1a1a1a;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #1a1a1a;
}
.btn-outline-900:not(:disabled):not(.disabled):active:focus,
.btn-outline-900:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #1a1a1a80;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.dropdown {
  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-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: hsl(0, 0%, 10%);
  --bs-dropdown-bg: hsl(0, 0%, 100%);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: 4px;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 4px;
  --bs-dropdown-divider-bg: transparent;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  --bs-dropdown-link-color: hsl(210, 54%, 20%);
  --bs-dropdown-link-hover-color: hsl(210, 54%, 20%);
  --bs-dropdown-link-hover-bg: #e6ecf2;
  --bs-dropdown-link-active-color: hsl(0, 0%, 100%);
  --bs-dropdown-link-active-bg: hsl(221, 88.679245283%, 31.27%);
  --bs-dropdown-link-disabled-color: hsl(0, 0%, 45%);
  --bs-dropdown-item-padding-x: 24px;
  --bs-dropdown-item-padding-y: 12px;
  --bs-dropdown-header-color: hsl(210, 54%, 20%);
  --bs-dropdown-header-padding-x: 24px;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.nav,
.it-header-slim-wrapper {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: hsl(0, 0%, 32%);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  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:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("c0aa07d24d71fc86c27e56a78398bcaf6d40696a.svg");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .dropdown-menu {
  position: static;
}
@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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: hsl(210, 4%, 78%);
  --bs-card-border-radius: 0;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: -1px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 2rem;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: hsl(0, 0%, 100%);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: hsl(0, 0%, 100%);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 8px;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: 7px;
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 1.5rem;
  --bs-modal-header-padding: 1.5rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.5rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.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;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 576px) {
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
h1,
h2,
h3 {
  font-weight: 700;
}
h4 {
  font-weight: 600;
}
p,
ul {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  p,
  ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
strong {
  font-weight: 700;
}
.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin: 48px;
}
.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0 2px 10px #0000001a;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 24px 24px 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  padding: 16px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px 24px 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 12px 24px;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-content,
.modal-header {
  border-radius: 0;
}
.modal-body {
  color: #1a1a1a;
}
.modal-footer {
  position: relative;
  background-color: #fff;
}
.btn {
  --bs-btn-color: #06c;
  --bs-btn-hover-color: #004d99;
  --bs-btn-active-color: #003366;
  padding: 12px 24px;
  font-size: 1rem;
  white-space: initial;
  text-decoration: none;
  box-shadow: none;
}
.btn:disabled:hover {
  cursor: not-allowed;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-primary:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #fff;
  border-color: #082f83;
}
.bg-dark .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-dark .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #09369680;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #ffffff80;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 0 0 2px #fff;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #224aa1;
  border-color: #dfdfdf;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #ffffff80;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow:
    inset 0 3px 5px #00000020,
    0 0 0 0.25rem #ffffff80;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.form-group input:is([type="radio"]) + label.active,
.form-group input:is([type="checkbox"]) + label.active {
  transform: translateY(0);
}
input[type="text"] {
  border: none;
  border-bottom: 1px solid hsl(210, 17%, 44%);
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  width: 100%;
  box-shadow: none;
  transition: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.form-check [type="checkbox"]:not(:checked) + label:after {
  background-color: transparent;
  border-color: #5b6f82;
  z-index: 0;
}
.form-check [type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border-color: transparent;
  left: 6px;
  top: 10px;
}
.form-check [type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: #e6e9f2;
  background-color: #fff;
}
.form-check [type="radio"]:not(:checked) + label:after,
.form-check [type="radio"]:not(:checked) + label:before {
  border-color: #5d7083;
}
.form-check [type="radio"]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}
.form-check [type="radio"]:disabled:not(:checked) + label:after,
.form-check [type="radio"]:disabled:not(:checked) + label:before {
  border-color: #d8d9da;
}
.form-check.form-check-group input.semi-checked:not(:checked) + label:before {
  right: 19px;
  left: auto;
}
.form-check input.semi-checked:not(:checked) + label:before {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: #fff;
}
.form-check input.semi-checked:not(:checked) + label:after {
  border-color: #2d63d6;
  background-color: #2d63d6;
  z-index: 0;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  background: transparent;
  color: inherit;
}
.it-transfer-wrapper
  .form-check
  input.semi-checked:not(:checked)
  + label:before {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: #fff;
}
.it-transfer-wrapper
  .form-check
  input.semi-checked:not(:checked)
  + label:after {
  border-color: #2d63d6;
  background-color: #2d63d6;
  z-index: 0;
}
.btn-dropdown:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.dropdown-toggle:after {
  content: "";
  border: none;
  display: inline;
  margin: 0;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.dropdown-toggle .icon.icon-xs {
  transition: transform 0.3s;
  width: 18px;
  height: 18px;
  transform: translateY(-1px);
}
.dropdown-menu {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 15px #0000001a;
  z-index: 8;
}
.dropdown-menu .link-list-wrapper .link-list-heading {
  line-height: 2rem;
  margin-bottom: 0;
}
.dropdown-menu .link-list {
  margin-bottom: 0;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: transparent;
}
.link-list-wrapper .link-list-heading {
  font-size: 1.125rem;
  color: #1a1a1a;
  padding: 0 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.25;
}
.link-list-wrapper .link-list-heading a {
  padding: 0;
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  position: relative;
  text-decoration: none;
}
.link-list-wrapper h3 {
  font-size: 1.125rem;
  color: #1a1a1a;
  padding: 0 24px;
  font-weight: 600;
}
.link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.link-list-wrapper ul li a {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  padding: 0.25rem 24px;
  text-decoration: none;
  position: relative;
}
.link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: none;
}
.link-list-wrapper ul li a:hover:not(.disabled) span {
  color: #093696;
  text-decoration: underline;
}
.link-list-wrapper ul li a span {
  color: #093696;
  display: inline-block;
  margin-right: 24px;
  line-height: normal;
}
.navbar {
  background: #093696;
}
.navbar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0009;
  display: none;
}
.navbar .navbar-collapsable {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  width: 100%;
}
.navbar .navbar-collapsable .menu-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  left: 0;
  pointer-events: all;
  overflow-y: auto;
  transform: translate(-100%);
  transition: all 0.2s cubic-bezier(0.29, 0.85, 0.5, 0.99);
  z-index: 5;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
  padding: 24px 0 0;
  overflow: hidden;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
  padding-bottom: 0;
}
.navbar .navbar-collapsable .navbar-nav {
  padding: 24px 0;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link {
  color: #093696;
  font-weight: 600;
  padding: 13px 24px;
  position: relative;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
  fill: #093696;
  transition: all 0.3s;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) {
  text-decoration: underline;
}
.navbar .close-div {
  opacity: 0;
  position: fixed;
  left: auto;
  right: 2px;
  top: 24px;
  background: transparent;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.1, 0.57, 0.4, 0.97);
}
.navbar .close-div .close-menu {
  background: transparent;
  pointer-events: all;
  color: #093696;
  font-size: 0.75rem;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .close-div .close-menu .icon {
  fill: #fff;
}
.navbar .dropdown-menu {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}
.navbar .dropdown-menu:before {
  display: none;
}
.navbar .dropdown-menu .link-list-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.navbar .dropdown-menu .link-list-wrapper ul li a span {
  color: #093696;
}
.custom-navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
}
.custom-navbar-toggler svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  display: block;
}
.nav-item.megamenu > a:before {
  display: none;
}
@media (min-width: 992px) {
  .navbar {
    background: #093696;
    padding: 0;
  }
  .navbar .navbar-collapsable {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    background: none;
    display: block !important;
    transition: none;
  }
  .navbar .navbar-collapsable .overlay {
    display: none !important;
  }
  .navbar .navbar-collapsable .menu-wrapper {
    position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    background: #093696;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
    overflow: inherit;
  }
  .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
    padding-bottom: 0.5rem;
  }
  .navbar .navbar-collapsable .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item {
    display: flex;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link {
    display: flex;
    align-self: flex-end;
    align-items: center;
    font-weight: 400;
    padding: 13px 24px;
    color: #fff;
    border-bottom: 3px solid transparent;
  }
  .navbar
    .navbar-collapsable
    .navbar-nav
    li.nav-item
    a.nav-link.dropdown-toggle
    svg {
    fill: #fff;
    margin-top: 3px;
  }
  .navbar .close-div {
    display: none;
  }
  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #1a1a1a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 20px 30px 5px #0000000d;
  }
  .navbar .dropdown-menu:before {
    display: block;
  }
  .navbar .dropdown-menu .link-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .link-list-wrapper ul li a,
  .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: #093696;
  }
  .navbar .dropdown-toggle {
    display: block;
    justify-content: inherit;
  }
  .custom-navbar-toggler {
    display: none;
  }
  .has-megamenu .navbar-collapsable {
    width: 100%;
  }
  .nav-item.megamenu {
    position: static;
  }
  .nav-item.megamenu > a.dropdown-toggle {
    position: relative;
  }
  .nav-item.megamenu > a.dropdown-toggle:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    transition: opacity 0.15s cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .megamenu .dropdown-menu {
    min-width: auto;
    left: 24px;
    right: 24px;
    animation-timing-function: cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .megamenu .dropdown-menu:before {
    display: none;
  }
}
.navbar
  .navbar-collapsable
  .menu-wrapper
  .nav-item.megamenu
  .dropdown-menu
  .link-list-wrapper {
  margin-bottom: 0;
}
.navbar
  .navbar-collapsable
  .menu-wrapper
  .nav-item.megamenu
  .dropdown-menu
  .link-list-wrapper
  ul.link-list
  li
  a {
  white-space: normal;
  display: flex;
  align-items: center;
  padding: 8px 16px !important;
}
@media (min-width: 992px) {
  .navbar-nav .megamenu a.dropdown-toggle:before {
    z-index: 2;
  }
  .navbar-nav .megamenu .dropdown-menu {
    z-index: 1;
    box-shadow: 0 3px 15px #0000001a;
  }
  .navbar .dropdown-menu {
    box-shadow: 0 3px 15px #0000001a;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    padding: 32px 24px;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12:last-child {
    padding-bottom: 0;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12
    .link-list-wrapper {
    min-height: 100%;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12
    .link-list-wrapper
    ul.link-list {
    display: flex;
    flex-direction: column;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12
    .link-list-wrapper
    ul.link-list
    li
    a {
    padding: 0.5em 24px;
    line-height: inherit;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu
    .col-12:first-child
    .link-list-wrapper {
    margin-bottom: 0;
  }
}
.navbar.it-navscroll-wrapper {
  background: #fff;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  padding-top: 0.55em;
  padding-bottom: 0.55em;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
  border-left: 2px solid hsl(221, 88.679245283%, 31.27%);
}
.navbar.it-navscroll-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.navbar.it-navscroll-wrapper .menu-wrapper {
  padding: 80px 0 24px;
  right: 0;
}
.navbar.it-bottom-navscroll {
  box-shadow: 0 0 30px 5px #0000000d;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 99999;
}
@media (min-width: 992px) {
  .navbar.it-navscroll-wrapper {
    background: #fff;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
  }
  .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 2px solid hsl(221, 88.679245283%, 31.27%);
  }
  .navbar.it-navscroll-wrapper h3 {
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1.15rem;
    margin-top: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
  }
  .navbar.it-navscroll-wrapper .menu-wrapper {
    padding: 16px 0 24px;
    background: #fff;
  }
  .navbar.it-bottom-navscroll {
    box-shadow: none;
    position: inherit;
    z-index: 9;
  }
  .navbar.it-right-side {
    border-right: 1px solid hsl(210, 4%, 78%);
  }
}
.card-wrapper {
  padding-bottom: 24px;
  display: flex;
}
.card {
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.card:after {
  content: "";
  display: block;
  margin-top: 48px;
  margin-left: 24px;
}
.card.no-after {
  content: none;
  position: relative;
}
.card.no-after:after {
  display: none;
}
@media (min-width: 992px) {
  .card-wrapper {
    padding-bottom: 0;
  }
  .card {
    border: none;
  }
}
@font-face {
  font-family: VideoJS;
  src: url("") format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible) {
  background: none;
}
@supports (display: grid) {
}
.video-js *:focus:not(:focus-visible) {
  outline: none;
}
.chip {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid hsl(210, 4%, 78%);
  border-radius: 12px;
  height: 24px;
  min-width: 100px;
  padding: 0 16px 2px 8px;
  transition: all 0.05s;
  margin-top: 4px;
  margin-bottom: 8px;
}
.chip:not(:last-child) {
  margin-right: 8px;
}
.chip .chip-label {
  font-size: 0.875rem;
  height: 16px;
  font-weight: 600;
  color: #30475f;
  margin-bottom: 0;
  transform: translateY(-2px);
  transition: color 0.05s;
  text-decoration: none;
}
.chip .chip-label:hover {
  text-decoration: none;
}
.chip.chip-lg {
  height: 32px;
  min-width: 120px;
  border-radius: 16px;
  padding: 2px 24px 0 16px;
}
.chip.chip-lg .chip-label {
  font-size: 1rem;
  height: 12px;
  transform: translateY(-8px);
}
.chip:hover:not(.chip-disabled) {
  background: #30475f;
  border-color: #30475f;
  transition: background-color 0.1s;
}
.chip:hover:not(.chip-disabled) .chip-label {
  color: #fff;
  transition: color 0.1s;
}
.rating:not(:checked) > label:hover svg,
.rating:not(:checked) > label:hover ~ label svg {
  fill: #093696;
}
.bs-is-sticky {
  position: sticky !important;
}
.input-group-text:has(~ .focus--mouse:not(.btn)),
button:has(~ .focus--mouse:not(.btn)) {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.input-group-text:has(~ .is-invalid),
button:has(~ .is-invalid) {
  border-color: #d9364f;
}
.input-group-text:has(~ .just-validate-success-field),
button:has(~ .just-validate-success-field) {
  border-color: #008758;
}
.it-header-slim-wrapper {
  background: #062466;
  padding: 6.5px 18px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
  top: -9px !important;
}
@media (max-width: 767.98px) {
  .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: 0 !important;
  }
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: #fff;
  text-decoration: none;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
  text-decoration: underline;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
  color: #fff;
  font-size: 0.875rem;
  padding: 0;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  button {
  background: #082e7f;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  button:hover {
  background: #093799;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content {
    padding: 0 18px;
    height: 48px;
    align-items: center;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: -14px !important;
  }
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .it-header-slim-right-zone {
    height: 48px;
  }
}
.it-header-center-wrapper {
  background: #093696;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.it-header-center-wrapper .it-header-center-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-brand-wrapper
  a {
  display: flex;
  color: #fff;
  align-items: center;
  text-decoration: none;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-brand-wrapper
  a:hover {
  text-decoration: none;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-brand-wrapper
  a
  .icon {
  fill: #fff;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
  color: #fff;
  display: flex;
  align-items: center;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-right-zone
  .it-socials {
  align-items: center;
  font-size: 0.875rem;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-right-zone
  .it-socials
  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-search-wrapper
  a.rounded-icon {
  width: 24px;
  height: 24px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.it-header-center-wrapper
  .it-header-center-content-wrapper
  .it-search-wrapper
  a.rounded-icon
  svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-search-wrapper {
    margin-left: 40px;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-search-wrapper
    a.rounded-icon {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .it-header-center-wrapper {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-brand-wrapper {
    margin-left: 0;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-brand-wrapper
    a {
    display: flex;
    align-items: center;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-brand-wrapper
    a:hover {
    text-decoration: none;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-brand-wrapper
    a
    .icon {
    width: 82px;
    height: 82px;
    margin-right: 16px;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
    display: flex;
    align-items: center;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-right-zone
    .it-socials {
    align-items: center;
    font-size: 0.875rem;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-right-zone
    .it-socials
    ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-search-wrapper {
    display: flex;
    align-items: center;
    margin-left: 80px;
    font-size: 0.875rem;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-search-wrapper
    a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-search-wrapper
    a.rounded-icon:hover {
    background: #f2f2f2;
  }
  .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-search-wrapper
    a.rounded-icon
    svg {
    fill: #093696;
    width: 24px;
    height: 24px;
  }
}
.it-header-navbar-wrapper nav {
  background: transparent;
}
@media (min-width: 992px) {
  .it-header-navbar-wrapper {
    background: #093696;
  }
  .it-header-navbar-wrapper .nav-item.megamenu > a.dropdown-toggle:before {
    bottom: -14px;
  }
  .it-header-navbar-wrapper nav a {
    text-decoration: none;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav {
    padding: 0;
  }
}
.it-header-wrapper {
  position: relative;
  z-index: 5;
}
.it-header-wrapper .it-nav-wrapper {
  position: relative;
  z-index: auto;
}
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 32px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  transition: padding-top 0.3s ease;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
  padding-left: 18px;
  padding-right: 18px;
}
.it-header-wrapper
  .it-nav-wrapper
  .it-header-navbar-wrapper
  nav
  .custom-navbar-toggler {
  padding: 0;
  transform: translate(-2px);
  cursor: pointer;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-nav-wrapper {
    position: relative;
  }
  .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    position: inherit;
    left: auto;
    top: inherit;
    margin-top: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 18px;
    padding-right: 18px;
  }
  .it-header-wrapper
    .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.it-footer-main {
  background-color: #093799;
  color: #fff;
  font-size: 1rem;
}
.it-footer-main h4 a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}
.it-footer-main .link-list-wrapper ul li a {
  padding: 0;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
.it-footer-main .link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: underline;
}
.it-footer-main .it-brand-wrapper {
  padding: 32px 0;
}
.it-footer-main .it-brand-wrapper a {
  display: flex;
  color: #fff;
  align-items: center;
  text-decoration: none;
}
.it-footer-main .it-brand-wrapper a:hover {
  text-decoration: none;
}
.it-footer-main .it-brand-wrapper a .icon {
  fill: #fff;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.it-footer-main section {
  padding: 0 16px;
}
.it-footer-small-prints {
  background-color: #062466;
}
.it-footer-small-prints ul.it-footer-small-prints-list {
  padding: 1.5rem 1rem;
}
.it-footer-small-prints ul.it-footer-small-prints-list li {
  padding: 0.5rem 0;
}
.it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
  padding-top: 0;
}
.it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
  padding-bottom: 0;
}
.it-footer-small-prints a,
.it-footer-small-prints a:hover:not(.disabled) {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .it-footer-small-prints ul.it-footer-small-prints-list li {
    padding: 0 1rem;
  }
  .it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
    padding-left: 0;
  }
  .it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
    padding-right: 0;
  }
}
:focus:not(.focus--mouse) {
  border-color: #995c00 !important;
  box-shadow: 0 0 0 2px #995c00 !important;
  outline: none !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  box-shadow: none;
}
.icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.icon.icon-xs {
  width: 16px;
  height: 16px;
}
.icon-white {
  fill: #fff !important;
}
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-300.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-300.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-300.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-300italic.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-300italic.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-300italic.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-regular.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-regular.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-regular.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-italic.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-italic.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-italic.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-700.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-700.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-700.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-700italic.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-700italic.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-700italic.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-600.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-600.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-600.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("titillium-web-v10-latin-ext_latin-600italic.woff2") format("woff2"),
    url("titillium-web-v10-latin-ext_latin-600italic.woff") format("woff"),
    url("titillium-web-v10-latin-ext_latin-600italic.ttf") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Lora;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Roboto Mono;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
@font-face {
  font-family: Roboto Mono;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("");
  src:
    local(""),
    url("") format("embedded-opentype"),
    url("") format("woff2"),
    url("") format("woff"),
    url("") format("truetype"),
    url("") format("svg");
}
.accordion
  .accordion-header
  .accordion-button:has([aria-expanded="true"]):after {
  transform: scaleY(1);
}
body {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  height: auto !important;
}
body.push-body {
  overflow-x: hidden;
  position: relative;
  left: 0;
  padding: 0 !important;
  transition: all 0.3s ease;
}
body.ridotto {
  padding-top: 100px !important;
}
a:has(> .bi) {
  cursor: pointer;
}
#mainheader:has(.dropdown-menu.show) ~ div .box-with-card--content {
  z-index: 0 !important;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
button > * {
  pointer-events: none;
}
.btn {
  border-radius: 0 !important;
}
.btn-primary {
  color: #fff !important;
}
.btn-primary:focus-visible {
  background-color: #093696;
}
.shadowHover {
  box-shadow: 0 0.5rem 1rem #00000026;
  transition: box-shadow 0.3s ease-in-out;
}
.chip-list-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.chip-list-container .chip:hover:not(.chip-disabled) {
  cursor: pointer;
}
.chip {
  margin-top: 0;
  margin-bottom: 0.9rem;
  background-color: transparent;
  border: 1px solid #0a2644;
  height: fit-content !important;
  min-width: auto;
  position: relative;
}
.chip.chip-lg {
  margin-bottom: 0.5rem !important;
}
.chip .chip-label {
  color: #0a2644;
  height: fit-content !important;
  transform: translateY(-1px) !important;
}
.chip .bi {
  color: #0a2644;
  margin-right: 0.5rem;
}
.chip:hover:not(.chip-disabled) {
  background-color: #0a2644;
}
.chip:hover:not(.chip-disabled) .bi {
  color: #fff;
}
.chip:not(:last-child) {
  margin-right: 0.5rem;
}
a.chip {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .chip-list-container {
    flex-direction: row;
    align-items: start;
    gap: 1rem;
  }
}
.container {
  max-width: 95vw;
}
.link-list-wrapper ul li .dropdown-item {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
  padding: 0.25rem 24px;
  text-decoration: none;
  position: relative;
  margin-right: 24px;
  line-height: normal;
  display: flex;
}
.link-list-wrapper ul li .dropdown-item:active {
  color: #17334f;
}
.link-list-wrapper ul li a span {
  margin-right: 0;
}
.fa-flickr:before {
  content: "";
  font-family: "Font Awesome 6 Brands";
}
#mainheader {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 132px;
}
#mainheader .it-brand-wrapper .it-brand-expanded .icon {
  width: auto;
}
#mainheader .it-brand-wrapper .it-brand-ridotto {
  display: none;
  position: relative;
  z-index: 4;
}
#mainheader .it-header-slim-wrapper {
  padding: 0;
  height: 48px !important;
}
#mainheader .it-header-slim-wrapper .it-header-slim-wrapper-content {
  height: 100%;
}
#mainheader
  .it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .navbar-brand,
#mainheader .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-item {
  font: 300 0.9rem Titillium Web;
}
#mainheader .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-link {
  background: none;
}
#mainheader
  .it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone {
  height: 100%;
}
#mainheader
  .it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #093697;
  padding-inline: 1rem;
}
#mainheader
  .it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .nav-item
  .dropdown-toggle {
  padding-inline: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: underline;
  display: flex;
  align-items: center;
  color: #fff;
  background: none;
}
#mainheader
  .it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .nav-item
  .dropdown-toggle
  .icon {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform-origin: center;
  fill: #fff;
}
#mainheader
  .it-header-slim-wrapper
  .it-header-slim-wrapper-content
  .it-header-slim-right-zone
  .nav-item-settings
  .icon {
  width: 24px;
  height: 24px;
}
#mainheader .it-header-center-wrapper {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#mainheader .it-socials {
  display: none;
}
#mainheader .it-socials ul li {
  margin-right: 14px;
}
#mainheader .it-socials ul li:last-child {
  margin-right: 0;
}
#mainheader .it-socials ul li .it-social-link i,
#mainheader .it-socials ul li .it-social-link .bi {
  color: #fff;
  width: 16px;
}
#mainheader .navbar-collapsable .navbar-nav .nav-link:hover:not(.active) {
  text-decoration: none;
}
#mainheader .navbar-collapsable .navbar-nav .nav-link:hover:not(.active) span {
  text-decoration: underline;
}
#mainheader .menu-wrapper .megamenu .dropdown-title {
  font-size: 0.9rem;
}
#mainheader .menu-wrapper .link-list-wrapper .link-list-heading {
  padding-inline: 0;
}
#mainheader
  .menu-wrapper
  .link-list-wrapper
  .link-list-heading
  .dropdown-title {
  padding-left: 16px;
}
#mainheader.ridotto {
  height: 56px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1054;
  margin-top: -56px;
  margin-bottom: 56px;
}
#mainheader.ridotto .icon.bg-override {
  fill: #072c7a;
}
#mainheader.ridotto .it-brand-wrapper .it-brand-expanded {
  display: none;
}
#mainheader.ridotto .it-brand-wrapper .it-brand-ridotto {
  display: block;
}
#mainheader.ridotto .it-brand-wrapper .it-brand-ridotto .icon {
  width: 48px;
  height: 48px;
}
#mainheader.ridotto .it-header-slim-wrapper,
#mainheader.ridotto .it-socials {
  display: none !important;
}
#mainheader.ridotto .it-header-center-wrapper {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem #00000026;
  padding-top: 0;
}
#mainheader.ridotto .it-header-center-wrapper .container,
#mainheader.ridotto .it-header-center-wrapper .row,
#mainheader.ridotto
  .it-header-center-wrapper
  .it-header-center-content-wrapper {
  height: 100%;
}
#mainheader.ridotto #sub_nav {
  position: absolute;
}
#mainheader.ridotto #sub_nav .nav-item .nav-link {
  color: #093696;
}
#mainheader.ridotto #sub_nav .nav-item .nav-link .icon {
  fill: #093696;
}
#mainheader.ridotto .it-search-wrapper {
  margin-left: 8px;
}
#mainheader.ridotto .it-search-wrapper .rounded-icon {
  z-index: 999;
}
#mainheader.ridotto .it-search-wrapper .rounded-icon svg {
  fill: #072c7a;
}
@media (max-width: 991.98px) {
  .it-header-wrapper.ridotto .it-nav-wrapper .it-brand-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 576px) {
  #mainheader .it-header-slim-wrapper-content .navbar-brand,
  #mainheader .it-header-slim-wrapper-content .nav-item {
    font-size: 1rem;
  }
  #mainheader #sub_nav .nav-link {
    font-size: 0.99rem;
  }
}
@media (min-width: 768px) {
  #mainheader
    .it-header-center-wrapper
    .it-header-center-content-wrapper
    .it-right-zone
    .it-socials {
    display: flex;
  }
  #mainheader .it-socials-label {
    margin-right: 8px;
  }
  #mainheader .it-search-wrapper {
    margin-left: 16px;
  }
  .it-header-navbar-wrapper {
    transition: padding-top 0.3s ease;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    margin-top: -22px;
  }
}
@media (max-width: 991.98px) {
  .it-header-wrapper.ridotto .it-nav-wrapper .it-brand-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .menu-wrapper .megamenu .dropdown-title {
    font-size: 1rem !important;
  }
  .dropdown-title {
    text-transform: none !important;
  }
}
@media (min-width: 992px) {
  #mainheader {
    height: 224px;
  }
  #mainheader .it-header-slim-wrapper .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
  }
  #mainheader .it-header-navbar-wrapper {
    position: inherit;
    left: auto;
    top: inherit;
    margin-top: 0;
  }
  #mainheader .it-header-navbar-wrapper .container {
    margin-inline: 0;
    max-width: unset;
  }
  #mainheader .it-header-navbar-wrapper .container > .row > .col-12 {
    padding-inline: 0;
  }
  #mainheader .it-header-navbar-wrapper .container > .row > .col-12 nav {
    padding-inline: 0;
  }
  #mainheader .menu-wrapper .megamenu .link-list .list-item {
    padding-left: 0 !important;
    padding-right: 8px;
  }
  #mainheader .menu-wrapper .link-list-wrapper .link-list-heading {
    font:
      600 1.125rem/1.6875rem Titillium Web,
      sans-serif;
    letter-spacing: 0px;
    color: #0a2644;
    text-transform: none;
    padding: 0 0 16px;
    border-bottom: 1px solid #ececed;
  }
  #mainheader
    .menu-wrapper
    .link-list-wrapper
    .link-list-heading
    .dropdown-title {
    padding-left: 0;
  }
  #mainheader .menu-wrapper .link-list-wrapper .link-list .list-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  #mainheader .it-socials-label {
    margin-right: 16px;
  }
  #mainheader .it-search-wrapper {
    margin-left: 24px;
  }
  #mainheader .it-search-wrapper .rounded-icon {
    margin-left: 0;
  }
  #mainheader #sub_nav {
    gap: 1rem;
    flex-wrap: wrap;
  }
  #mainheader #sub_nav .nav-item:first-child {
    padding-left: 16px;
  }
  #mainheader #sub_nav .nav-item .nav-link {
    padding-inline: 0;
    font-size: 0.99rem;
  }
  #mainheader.ridotto #sub_nav {
    right: unset;
    height: 60px;
    width: 100%;
    align-items: center;
  }
  #mainheader.ridotto #sub_nav .nav-item:first-child {
    padding-left: 80px;
  }
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 0.92rem;
    border-bottom: 0;
  }
  #mainheader.ridotto .search-link {
    width: 44px;
    height: 44px;
  }
  #mainheader.ridotto .it-header-center-wrapper--container {
    max-width: unset;
  }
  #mainheader.ridotto .it-header-center-wrapper--column {
    padding-inline: 1rem;
  }
  #mainheader.ridotto
    .it-header-center-wrapper
    .it-header-center-content-wrapper {
    padding-inline: 0;
  }
}
@media (min-width: 1200px) {
  #mainheader .menu-wrapper .megamenu .dropdown-title {
    font-size: 1.15rem;
  }
  #mainheader .it-header-navbar-wrapper .container {
    margin-inline: auto;
    max-width: 95vw;
  }
  #mainheader .it-header-navbar-wrapper .container > .row > .col-12 {
    padding-inline: 12px;
  }
  #mainheader .it-header-navbar-wrapper .container > .row > .col-12 nav {
    padding-inline: 18px;
  }
  #mainheader #sub_nav {
    gap: 1.5rem;
  }
  #mainheader #sub_nav .nav-item:first-child {
    padding-left: 0;
  }
  #mainheader #sub_nav .nav-item .nav-link {
    font-size: 1.1rem;
  }
  #mainheader.ridotto #sub_nav .nav-item:first-child {
    padding-left: 24px;
  }
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  #mainheader .it-header-navbar-wrapper .container {
    max-width: 1736px;
  }
  #mainheader #sub_nav {
    gap: 1.2rem;
  }
  #mainheader #sub_nav .nav-link {
    padding-inline: 0;
  }
  #mainheader.ridotto #sub_nav {
    padding-left: 0;
  }
  #mainheader.ridotto #sub_nav .nav-item:first-child {
    padding-left: 72px;
  }
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 1.1rem;
  }
  #mainheader.ridotto .menu-wrapper .navbar-nav {
    padding-left: 80px;
  }
  #mainheader.ridotto .it-header-center-wrapper--container {
    max-width: 1736px;
  }
  #mainheader.ridotto .it-header-center-wrapper--column {
    padding-left: 12px;
    padding-right: 12px;
  }
  #mainheader.ridotto
    .it-header-center-wrapper
    .it-header-center-content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.highlight {
  background: #f4f5f7;
  padding: 0.1rem 0.4rem;
}
ul {
  margin-bottom: 0;
}
.modal .modal-body .lista-tasti {
  line-height: 3rem;
}
body:has(.modal-backdrop) header {
  z-index: 1050 !important;
}
.mef-navscroll-wrapper {
  display: flex;
}
.mef-navscroll-wrapper .mef-navscroll-sidebar .it-navscroll-wrapper {
  padding: 1rem;
}
.mef-navscroll-wrapper
  .mef-navscroll-sidebar
  .it-navscroll-wrapper
  .navbar-collapsable
  .menu-wrapper {
  z-index: 100px !important;
}
@media (min-width: 992px) {
  .mef-navscroll-wrapper .mef-navscroll-sidebar {
    flex: 1 0 300px;
  }
  .mef-navscroll-wrapper .mef-navscroll-sidebar .it-navscroll-wrapper {
    padding: 0;
  }
  .mef-navscroll-wrapper .mef-navscroll-sidebar .it-right-side {
    border-right: none;
  }
  .mef-navscroll-wrapper:has(> .mef-navscroll-sidebar)
    .it-page-sections-container {
    border-left: 1px solid hsl(210, 4%, 78%);
  }
}
.it-footer .it-footer-main .it-brand-wrapper .it-brand-logo {
  width: auto;
  height: 70px;
  max-width: 100%;
}
.it-footer .it-footer-main .it-footer-links .it-footer-links-heading {
  font-size: 1.125rem;
}
.it-footer .it-footer-main .it-footer-links .it-footer-links-heading > * {
  font: 600 1rem/1.3 Titillium Web;
  color: #fff;
  text-transform: uppercase;
}
.it-footer .it-footer-main .it-footer-links .it-footer-links-heading > *:hover {
  text-decoration: underline;
}
.it-footer .it-footer-small-prints {
  background-color: #04266e;
}
.it-footer .it-footer-small-prints .it-footer-small-prints-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.5rem;
}
.it-footer .it-footer-small-prints-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
  padding: 0 !important;
}
.it-footer .it-footer-small-prints-list li {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 0;
}
.it-footer .it-footer-small-prints-socials {
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.it-footer .it-footer-small-prints-socials .it-social-link-footer {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.it-footer .link-list--item {
  margin-bottom: 8px;
}
.it-footer .list-item,
.it-footer .list-item > * {
  font:
    300 1rem Titillium Web,
    sans-serif;
  color: #fff !important;
  padding-block: 0.25rem;
  line-height: 1.5rem !important;
}
.it-footer .list-item:hover,
.it-footer .list-item > *:hover {
  text-decoration: underline;
}
.it-footer .list-item.list-item-bold {
  font-weight: 600;
}
.it-footer .list-item.list-item-bold:hover {
  text-decoration: underline;
}
.it-footer span.list-item:hover {
  text-decoration: none !important;
}
.it-footer p.list-item:hover {
  text-decoration: none !important;
}
.it-footer p.list-item.list-item-bold {
  font-weight: 600;
}
.it-footer p.list-item.list-item-bold:hover {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .it-footer .it-footer-small-prints .it-footer-small-prints-container {
    flex-direction: row;
  }
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list {
    flex-direction: row;
    gap: 0.946rem;
  }
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list
    li
    .list-item,
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list
    li
    .list-item
    > * {
    font:
      300 0.9rem Titillium Web,
      sans-serif;
  }
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list
    li
    .list-item.list-item-bold {
    font-weight: 600;
  }
  .it-footer .it-footer-small-prints-socials {
    justify-content: start;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .it-footer .it-footer-small-prints a,
  .it-footer .it-footer-small-prints a:hover {
    font-size: 1.1rem;
  }
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list
    li
    .list-item,
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list
    li
    .list-item
    > * {
    font:
      300 1rem Titillium Web,
      sans-serif;
  }
  .it-footer
    .it-footer-small-prints
    .it-footer-small-prints-container
    .it-footer-small-prints-list
    li
    .list-item.list-item-bold {
    font-weight: 600;
  }
  .it-footer .it-footer-small-prints-socials {
    gap: 1.3rem;
  }
}
@media (min-width: 1400px) {
  .it-footer .it-footer-small-prints {
    padding-inline: 16px;
  }
}
.navbar .navbar-collapsable .fade {
  transition: none;
}
.navbar .navbar-collapsable .menu-wrapper {
  right: unset;
  width: 80%;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav li a.nav-link {
  padding-block: 13px;
}
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .list-item span {
  white-space: initial;
}
.navbar .navbar-collapsable .close-div {
  right: unset;
  left: 83%;
}
@media (min-width: 576px) {
  .navbar .navbar-collapsable .menu-wrapper {
    width: 350px;
  }
  .navbar .navbar-collapsable .close-div {
    right: unset;
    left: 360px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-collapsable .menu-wrapper {
    right: auto;
  }
  .navbar .navbar-collapsable .close-div {
    right: auto;
    left: 360px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapsable .menu-wrapper {
    width: unset;
  }
  .navbar
    .navbar-collapsable
    .menu-wrapper
    .navbar-nav
    .nav-item:first-child
    .nav-link {
    padding-left: 0;
  }
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-chevron-right:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands {
  font-weight: 400;
}
.fa-flickr:before {
  content: "";
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url("/fonts/fa-solid-900.woff2") format("woff2"),
    url("/fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fontawesome-webfont.ttf") format("truetype");
}
h2 {
  font: 700 2.9rem Titillium Web;
  letter-spacing: 0px;
  color: #0a2644;
  border-bottom: none;
}

#mainheader:has(.dropdown-menu.show)
  ~ div
  .servizi-informazioni-page--filtri
  .bs-is-sticky.is-sticky {
  z-index: 0 !important;
}
#note-dialog {
  outline: none !important;
}
@media screen and (max-width: 600px) {
  h2#n-note-dialog-title {
    font: 700 2rem Titillium Web !important;
    letter-spacing: 0px;
    color: #0a2644;
    border-bottom: none;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .m_dialog-close {
    padding: 0 !important;
  }
}
.m_dialog-close:hover {
  text-decoration: underline;
}
.m_dialog-close:focus-visible,
.cb_dialog-close:focus-visible {
  outline: dotted;
  padding: 0;
}
.m_dialog-close:focus-visible {
  outline-color: #2b2e38e6;
}
#cookie-dialog a:focus-visible {
  outline-color: #2b2e38e6;
}
abbr[title]:focus:after {
  content: attr(title);
}
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
*,
:before,
:after {
  box-sizing: border-box;
}
.m_dialog-close {
  color: #000;
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  border: 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px;
}
.m_dialog-close span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.dialog-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: #2b2e38e6;
}
.dialog-container[aria-hidden="true"] {
  display: none;
}
.cb-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #2b2e3800;
  animation: fade-in 0.2s both;
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #2b2e38e6;
  animation: fade-in 0.2s both;
}
.dialog-content {
  background-color: #fff;
  margin: auto;
  z-index: 9200;
  position: relative;
  animation:
    fade-in 0.4s 0.2s both,
    slide-up 0.4s 0.2s both;
  padding: 1em;
  max-width: 90%;
  width: 80%;
  border-radius: 2px;
}
.dialog-content a:focus-visible {
  color: #2b2e38e6;
  outline: dotted;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(10%);
  }
}
.dialog-content button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
@media (min-width: 992px) {
  #mainheader
    .it-header-slim-wrapper
    .nav-item.language-list
    .dropdown-toggle:focus {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #mainheader
    .it-header-slim-wrapper
    .nav-item.language-list
    .dropdown-toggle:focus
    .span-to-focus {
    padding-top: 1px !important;
  }
}
.cb-dialog-content button:focus-visible {
  background-color: #e9e6f2 !important;
}
.cb-dialog-content .cb_dialog-close:focus-visible {
  background-color: transparent !important;
  padding: 4px 7px;
}
@media (min-width: 1400px) {
  #mainheader .it-header-navbar-wrapper .container {
    max-width: 95vw !important;
  }
  #mainheader.ridotto .it-header-navbar-wrapper .container {
    max-width: 1736px !important;
  }
}
.chip:has(> button[data-bs-dismiss="alert"]) {
  justify-content: start;
  padding: 2px 40px 0 16px;
  height: fit-content !important;
}
#mainheader .menu-wrapper .megamenu .dropdown-title {
  white-space: normal !important;
}
#mainheader .menu-wrapper .megamenu .col-lg-2,
#mainheader .menu-wrapper .megamenu .col-lg-3 {
  padding: 0 0.2em;
}
.it-footer-main .it-brand-wrapper a:focus {
  display: inline-block !important;
}
@media (max-width: 350px) {
  .subpage-main h2 {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
  }
}
@media (max-width: 400px) {
  .it-header-center-wrapper--container {
    padding: 0 5px;
  }
  .it-header-center-wrapper--column {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .it-header-center-wrapper--column {
    padding-left: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 4px;
  }
  #mainheader
    .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .it-header-slim-right-zone
    .nav-item {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  #mainheader #sub_nav a.nav-link:focus {
    padding: 0;
    display: inline-block;
    margin: 13px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .subpage-main .mef-navscroll-wrapper .mef-navscroll-sidebar {
    flex: 1 0 190px !important;
  }
  .subpage-main .navbar.it-navscroll-wrapper h3 {
    font-size: 0.9rem !important;
    padding-left: 0.9em !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1100.98px) and (max-width: 1200.98px) {
  .subpage-main .mef-navscroll-wrapper .mef-navscroll-sidebar {
    flex: 1 0 220px !important;
  }
  .subpage-main .navbar.it-navscroll-wrapper h3 {
    font-size: 1.05rem !important;
    padding-left: 1.1em !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200.98px) {
  .subpage-container h3 {
    padding: 20px 0 10px !important;
  }
}
@media (min-width: 1200px) {
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 1.1rem !important;
  }
  #mainheader .menu-wrapper .megamenu .dropdown-title {
    font-size: 1.05rem;
  }
  #mainheader .menu-wrapper .megamenu .col-lg-2,
  #mainheader .menu-wrapper .megamenu .col-lg-3 {
    padding: 0 0.4em;
  }
}
@media (min-width: 1201px) and (max-width: 1366.98px) {
  .subpage-container h3 {
    padding: 20px 0 10px !important;
  }
}
@media (max-width: 1600px) {
  .it-header-wrapper
    .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
#mainheader.homePage
  .it-header-slim-right-zone
  .nav-item-settings
  .dropdown-menu
  .dropdown-item {
  margin: 0;
}
#mainheader.homePage
  .it-header-slim-right-zone
  .language-list
  .dropdown-menu
  .dropdown-item {
  margin: 0;
}
@media (max-width: 400px) {
  #mainheader
    .it-brand-wrapper
    .it-brand-expanded
    .icon.icona-logo-hp-ministero {
    width: 100%;
  }
}
#mainheader .menu-wrapper .megamenu .dropdown-title {
  white-space: nowrap;
}
a:focus,
button:focus,
:focus:not(.focus--mouse) {
  outline: 0.2rem solid #ff8c00 !important;
  outline-offset: 0px !important;
  border-color: unset !important;
  box-shadow: unset !important;
}
@media (max-width: 400px) {
  .it-header-center-wrapper--container {
    padding: 0 5px;
  }
  .it-header-center-wrapper--column {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .it-header-center-wrapper--column {
    padding-left: 0;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 4px;
  }
  #mainheader
    .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .it-header-slim-right-zone
    .nav-item {
    border-right: none;
  }
}
@media (min-width: 992px) {
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 0.99rem !important;
  }
}
@media (min-width: 1200px) {
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 1.1rem !important;
  }
  #mainheader .menu-wrapper .megamenu .dropdown-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .it-header-wrapper
    .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1600px) {
  .it-header-wrapper
    .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar.it-navscroll-wrapper
  #mefPageNavbar
  .link-list-wrapper
  ul
  li
  > .nav-link.active {
  border-left: none !important;
}
@media (min-width: 992px) {
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand:focus {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  #mainheader
    .it-header-slim-wrapper
    .nav-item.language-list
    .dropdown-toggle:focus {
    padding-top: 10px !important;
    padding-bottom: 11px !important;
  }
  #mainheader
    .it-header-slim-wrapper
    .nav-item.language-list
    .dropdown-toggle:focus
    .span-to-focus {
    padding-top: 1px !important;
  }
}
#mefPageNavbar .nav-link {
  outline: none !important;
}
@media (min-width: 992px) {
  #mefPageNavbar .nav-link:focus {
    outline: 0.2rem solid #ff8c00 !important;
    outline-offset: 0px !important;
    border-color: unset !important;
    box-shadow: unset !important;
  }
}
a#attivaSpaziatura {
  color: #093696;
}

.navbar
  .navbar-collapsable
  .menu-wrapper
  .nav-item.megamenu
  .dropdown-menu
  .col-12
  .link-list-wrapper
  ul.link-list
  span {
  font-size: 1rem;
}

#mainheader.ridotto {
  position: fixed !important;
  width: 100%;
  margin-top: 0px !important;
}
@media (max-width: 991.98px) {
  #mainheader.ridotto .it-search-wrapper .rounded-icon {
    z-index: 0 !important;
  }
  #mainheader .it-brand-wrapper .it-brand-ridotto {
    z-index: 3 !important;
  }
}

#mainheader .menu-wrapper .megamenu .dropdown-title {
  white-space: normal !important;
}
#mainheader .menu-wrapper .megamenu .col-lg-2,
#mainheader .menu-wrapper .megamenu .col-lg-3 {
  padding: 0 0.2em;
}
.it-footer-main .it-brand-wrapper a:focus {
  display: inline-block !important;
}
@-moz-document url-prefix() {
}
@media (max-width: 992px) {
  .it-footer-links .ml-n2 {
    margin-left: 0 !important;
  }
}

@media (max-width: 400px) {
  .it-header-center-wrapper--container {
    padding: 0 5px;
  }
  .it-header-center-wrapper--column {
    padding-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .it-header-center-wrapper--column {
    padding-left: 0px;
  }
  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 4px;
  }
  #mainheader
    .it-header-slim-wrapper
    .it-header-slim-wrapper-content
    .it-header-slim-right-zone
    .nav-item {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  #mainheader #sub_nav a.nav-link:focus {
    padding: 0px;
    display: inline-block;
    margin: 13px 24px;
  }
  .subpage-container h3 {
    padding: 35px 0 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .subpage-main .mef-navscroll-wrapper .mef-navscroll-sidebar {
    flex: 1 0 190px !important;
  }
  .subpage-main .navbar.it-navscroll-wrapper h3 {
    font-size: 0.9rem !important;
    padding-left: 0.9em !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1100.98px) and (max-width: 1200.98px) {
  .subpage-main .mef-navscroll-wrapper .mef-navscroll-sidebar {
    flex: 1 0 220px !important;
  }
  .subpage-main .navbar.it-navscroll-wrapper h3 {
    font-size: 1.05rem !important;
    padding-left: 1.1em !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200.98px) {
  .subpage-container h3 {
    padding: 45px 0 10px !important;
  }
}
@media (min-width: 992px) {
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 0.99rem !important;
  }
}
@media (min-width: 1200px) {
  #mainheader.ridotto #sub_nav .nav-item .nav-link {
    font-size: 1.1rem !important;
  }
  #mainheader .menu-wrapper .megamenu .dropdown-title {
    font-size: 1.05rem;
  }
  #mainheader .menu-wrapper .megamenu .col-lg-2,
  #mainheader .menu-wrapper .megamenu .col-lg-3 {
    padding: 0 0.4em;
  }
}
@media (min-width: 1201px) and (max-width: 1366.98px) {
  .subpage-container h3 {
    padding: 50px 0 10px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .it-header-wrapper
    .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1600px) {
  .it-header-wrapper
    .navbar
    .navbar-collapsable
    .menu-wrapper
    .nav-item.megamenu
    .dropdown-menu {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
#note-dialog {
  outline: none !important;
}

/* Приховати блок cookie bar (cb-dialog-content додається скриптом всередину #cookiebar) */
#cookiebar,
#cookiebar .cb-dialog-overlay {
  display: none !important;
}
@media screen and (max-width: 600px) {
  h2#n-note-dialog-title {
    font: 700 2rem Titillium Web !important;
    letter-spacing: 0px;
    color: #0a2644;
    border-bottom: none;
    margin-top: 15px;
  }
}

.m_dialog-close:hover {
  text-decoration: underline;
}
.m_dialog-close:focus-visible,
.cb_dialog-close:focus-visible {
  outline: dotted;
  padding: 0;
}
.m_dialog-close:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog a:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
abbr[title]:focus::after {
  content: attr(title);
}
@media screen and (max-width: 500px) {
  .m_dialog-close {
    padding: 0px !important;
  }
}
.m_dialog-close {
  color: #000000;
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.m_dialog-close span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
/* modale */
.dialog-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  /* top: 4rem; */
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: rgba(43, 46, 56, 0.9);
}
.dialog-container[aria-hidden="true"] {
  display: none;
}
.cb-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0);
  animation: fade-in 200ms both;
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  animation: fade-in 200ms both;
}
.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 9200;
  position: relative;
  animation:
    fade-in 400ms 200ms both,
    slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  /* width: 600px; */
  width: 80%;
  border-radius: 2px;
}
.dialog-content a:focus-visible {
  color: rgba(43, 46, 56, 0.9);
  outline: dotted;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
.dialog-content button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.m_dialog-close:hover {
  text-decoration: underline;
}
.m_dialog-close:focus-visible,
.cb_dialog-close:focus-visible {
  outline: dotted;
  padding: 0;
}
.m_dialog-close:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
#cookie-dialog a:focus-visible {
  outline-color: rgba(43, 46, 56, 0.9);
}
/* #cs_m .m_border .m_border{
  border-bottom: none;
} */
/* #cs_m.m_border:last-child {
  border-bottom: none;
  margin-bottom: 2rem;
} */
/* #cs_m label {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  padding: 0.7rem 0;
}
#cs_m label:nth-child(4) {
  border-bottom: none;
  margin-bottom: 2rem;
} */
abbr[title]:focus::after {
  content: attr(title);
}
/*FOCUS ORIGINALE*/
.cb_toggle:focus:not(:focus-visible) .cb_toggle__display,
.cb_toggle__input:focus:not(:focus-visible) + .cb_toggle__display {
  outline: 0;
}
*,
::before,
::after {
  box-sizing: border-box;
}
.m_dialog-close {
  color: #000000;
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  border: 0;
  /*padding: 0;*/
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  padding: 4px 7px 4px 7px;
}
.m_dialog-close span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
/* modale */
.dialog-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  /* top: 4rem; */
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9200;
  overflow: auto;
  color: rgba(43, 46, 56, 0.9);
}
.dialog-container[aria-hidden="true"] {
  display: none;
}
.cb-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0);
  animation: fade-in 200ms both;
}
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  animation: fade-in 200ms both;
}
.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 9200;
  position: relative;
  animation:
    fade-in 400ms 200ms both,
    slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  /* width: 600px; */
  width: 80%;
  border-radius: 2px;
}
.dialog-content a:focus-visible {
  color: rgba(43, 46, 56, 0.9);
  outline: dotted;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
.dialog-content button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
/* CSS styles for "GDRP for videos", by Rik de Boer, Melbourne 2021 */

/** Font and padding adjustments for narrow screens */

.navbar.it-navscroll-wrapper
  #mefPageNavbar
  .link-list-wrapper
  ul
  li
  > .nav-link.active {
  border-left: none !important;
}

@media (min-width: 992px) {
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand:focus {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  #mainheader
    .it-header-slim-wrapper
    .nav-item.language-list
    .dropdown-toggle:focus {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #mainheader
    .it-header-slim-wrapper
    .nav-item.language-list
    .dropdown-toggle:focus
    .span-to-focus {
    padding-top: 1px !important;
  }
}

#mefPageNavbar .nav-link {
  outline: none !important;
}

@media (min-width: 992px) {
  #mefPageNavbar .nav-link:focus {
    outline: 0.2rem solid #ff8c00 !important;
    outline-offset: 0px !important;
    border-color: unset !important;
    box-shadow: unset !important;
  }
}

@media (min-width: 1400px) {
  #mainheader .it-header-navbar-wrapper .container {
    max-width: 95vw !important;
  }
  #mainheader.ridotto .it-header-navbar-wrapper .container {
    max-width: 1736px !important;
  }
}

.chip:has(> button[data-bs-dismiss="alert"]) {
  justify-content: start;
  padding: 2px 40px 0 16px;
  height: fit-content !important;
}

/* Registration form block */
.registration-form {
  margin: 2.5rem 0;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e4e8;
  font-family: "Titillium Web", sans-serif;
}
.registration-form__body {
  max-width: 480px;
  margin: 0 auto;
}
.registration-form__title {
  font: 700 1.5rem/1.3 Titillium Web;
  font-size: 38px;
  color: #0a2644;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  border-bottom: none;
}
@media (max-width: 800px) {
  .registration-form__title {
    font-size: 24px;
  }
}
.registration-form__notice {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid #e0e4e8;
  text-align: center;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;

  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
@media screen and (max-width: 991px) {
  .center-block {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}

.href-blue {
  color: #365899;
}

/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1Db5yciWM.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1DYZyc.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5Db5yciWM.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5DYZyc.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NaPAcZTIAOhVxoMyOr9n_E7fdMbWAaxWXr0.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NaPAcZTIAOhVxoMyOr9n_E7fdMbWD6xW.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhDb5yciWM.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhDYZyc.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlDb5yciWM.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlDYZyc.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGIVzY4SY.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGItzYw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzY4SY.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGItzYw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffEDBGIVzY4SY.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffEDBGItzYw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

.comment-2gv {
  box-sizing: border-box;
  background: #fff;
  color: #1c1e21;
  margin: 40px;
  font-size: 13px;
}

.comment-2gv {
  font-family: inherit;
}

.comment-2gv * {
  font-family: inherit;
}

.comment-em9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccd0d5;
  padding: 15px 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}

.box-o9o {
  display: flex;
  margin: 15px 0;
}

.button-chs {
  font-weight: 400;
}

.avatar-z2b {
  padding: 10px;
}

.container-av1 {
  flex: 1;
  border: 1px solid #ccd0d5;
  background: #f6f7f9;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.comment-6ro {
  display: flex;
  margin-top: 15px;
}

.rep-74e {
  margin-left: 58px;
  margin-top: 0 !important;
}

.comment-6ro.rep-74e {
  border-left: 1px dotted #d3d6db;
  padding-left: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

.article-rgf {
  color: #0066ccff;
}

.comment-tie {
  background-color: #f6f7f9;
  color: #272829;
  border: 1px solid #ced0d4;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 4px 12px 4px 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.article-a2y {
  width: 100%;
}

.avatar-z2b img {
  width: 40px;
  height: 40px;
}

.container-av1 input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #dddfe2;
  padding: 18px 10px;
  font-size: 14px;
  background: #fff;
}

.button-e5p {
  text-align: right;
  padding: 10px;
  background: #f6f7f9;
}

.content-wvy {
  margin-left: 10px;
  flex: 1;
  margin-bottom: 15px;
}

.button-e5p button {
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  background-color: #365899;
  border: 1px solid #365899;
}

.comment-6ro a.avatar-kx5 img {
  width: 48px;
  height: 48px;
  border-radius: 2px;
}

.comment-6si {
  font-weight: bold;
  color: #365899 !important;
  font-size: 14px;
  margin-bottom: 5px;
}

.comment-h1f {
  font-size: 14px;
  margin: 2px 0 10px 0;
  line-height: 1.4;
}

.comment-ow1 {
  font-size: 12px;
  color: #90949c;
  margin-top: 2px;
}

.comment-ow1 a {
  margin-right: 10px;
  color: #4267b2 !important;
  font-weight: 700;
  text-decoration: none;
}

.comment-xqg {
  display: inline-block;
  margin-right: 25px !important;
}

.amo-dgc {
  position: relative;
}

.amo-dgc:before {
  content: url(/img/like.svg);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -14px;
  top: 3px;
}

.comment-ow1 .tim-7tb {
  font-weight: 700;
}

.comment-h1f img {
  width: 100%;
}

@media (max-width: 768px) {
  .comment-2gv {
    margin: 10px;
  }

  .comment-em9 {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .avatar-z2b {
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .tim-7tb {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .registration-form {
    padding: 0;
  }
}
.content-wvy img {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 991px) {
  .mef-navscroll-wrapper .mef-navscroll-sidebar .it-navscroll-wrapper {
    display: none;
  }
}
