/* cabin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/cabin/cabin-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/cabin/cabin-v27-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/cabin/cabin-v27-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/cabin/cabin-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.global-header-top {
  background-color: #fff;
  padding: 0.3125rem 0;
}
@media (min-width: 992px) {
  .global-header-top {
    padding: 0.9375rem 0;
  }
}

.global-header-bottom {
  background-color: #fff;
}

.global-header-container {
  padding-left: 1rem;
  padding-right: 1rem;
  --bs-gutter-x: 1.25rem;
  --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) and (max-width: 767.98px) {
  .global-header-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .global-header-container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .global-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.global-header-logo {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  text-decoration: none;
}
.global-header-logo img {
  width: auto;
  height: 1.875rem;
}

.mobile-menu-trigger {
  border: none;
  background-color: transparent;
  color: #DA020E;
  padding: 0;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.875rem;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1rem;
  background-image: url('data:image/svg+xml,%3csvg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.55 23.08"%3e%3cpath d="m30.29,16.44l-3.7-3.7c-.17-.17-.39-.26-.63-.26h-.61c1.03-1.31,1.63-2.96,1.63-4.75,0-4.27-3.46-7.73-7.73-7.73s-7.73,3.46-7.73,7.73,3.46,7.73,7.73,7.73c1.79,0,3.44-.61,4.75-1.63v.61c0,.24.09.46.26.63l3.7,3.7c.35.35.91.35,1.26,0l1.05-1.05c.35-.35.35-.91,0-1.26Zm-11.03-3.96c-2.63,0-4.75-2.12-4.75-4.75s2.12-4.75,4.75-4.75,4.75,2.12,4.75,4.75-2.12,4.75-4.75,4.75Z" style="fill:%23DA020E;"/%3e%3crect x="0" y="10.79" width="10" height="3.29" rx=".82" ry=".82" style="fill:%23DA020E;"/%3e%3crect y=".79" width="10.01" height="3.29" rx=".82" ry=".82" style="fill:%23DA020E;"/%3e%3crect y="19.79" width="30.01" height="3.29" rx=".82" ry=".82" style="fill:%23DA020E;"/%3e%3c/svg%3e');
}

.mobile-menu-text {
  font-size: 0.6875rem;
}

.multi-languages-dropdown-toggle {
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.769226 0L8.76923 8L16.7692 0H0.769226Z' fill='white'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-color: #DA020E;
  color: #fff;
  border: none;
  padding: 0.5625rem 3.25rem 0.5625rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .multi-languages-dropdown-toggle {
    transition: none;
  }
}
html:not(.touch) .multi-languages-dropdown-toggle:hover, html:not(.touch) .multi-languages-dropdown-toggle:focus-visible {
  background-color: #a7020b;
}

.mobile-nav, .mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  border-bottom: 1px solid rgba(173, 181, 189, 0.5);
}
.mobile-nav li:first-child {
  border-top: 1px solid rgba(173, 181, 189, 0.5);
}
.mobile-nav a {
  color: #DA020E;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9375rem 1.25rem;
  text-decoration: none;
}
.mobile-nav .has-children > a {
  line-height: 1.3;
  padding-right: calc(1.5rem + 3vw);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DA020E' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .mobile-nav .has-children > a {
    padding-right: 3.75rem;
  }
}
.mobile-nav .nav-go-back {
  font-size: 1rem;
  padding-left: calc(1.4375rem + 2.25vw);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DA020E' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3e%3c/svg%3e");
  background-size: 20px auto;
}
@media (min-width: 1200px) {
  .mobile-nav .nav-go-back {
    padding-left: 3.125rem;
  }
}
.mobile-nav ul {
  overflow: auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  max-width: 100%;
  bottom: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-nav ul {
    transition: none;
  }
}
.mobile-nav .active > ul {
  right: -1px;
  opacity: 1;
  visibility: visible;
}

.global-header-site-name {
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.625rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #fff;
}

.global-header-icon-button-text {
  display: none;
}
@media (max-width: 991.98px) {
  .global-header-icon-button-text {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    font-size: 0.75rem;
    font-style: normal;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .global-header-icon-button-text {
    display: none;
  }
}

#offcanvasTop {
  background-color: #DA020E;
}

.global-search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  width: 100%;
}
.global-search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 1.875rem;
  width: 1.875rem;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23333'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.global-search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
}
.global-search input::placeholder {
  opacity: 1;
}
.global-search button {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M15.255 13.4685L12.3344 10.5478C12.2026 10.416 12.0239 10.3428 11.8364 10.3428H11.3589C12.1674 9.30871 12.6479 8.00806 12.6479 6.59316C12.6479 3.22727 9.92058 0.5 6.5547 0.5C3.18882 0.5 0.461548 3.22727 0.461548 6.59316C0.461548 9.95904 3.18882 12.6863 6.5547 12.6863C7.9696 12.6863 9.27026 12.2059 10.3043 11.3974V11.8749C10.3043 12.0623 10.3776 12.241 10.5094 12.3729L13.43 15.2935C13.7054 15.5688 14.1506 15.5688 14.4231 15.2935L15.2521 14.4645C15.5275 14.1891 15.5275 13.7438 15.255 13.4685ZM6.5547 10.3428C4.48362 10.3428 2.80507 8.66717 2.80507 6.59316C2.80507 4.52207 4.48069 2.84352 6.5547 2.84352C8.62579 2.84352 10.3043 4.51914 10.3043 6.59316C10.3043 8.66424 8.62872 10.3428 6.5547 10.3428Z" fill="%23333"/%3e %3c/svg%3e');
  border: none;
  background-position: right 5px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
}

.global-nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  .global-nav {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .global-nav {
    justify-content: center;
  }
}

.global-nav-item {
  position: relative;
}
.global-nav-item.hovered .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}
.global-nav-item.active > .global-nav-link {
  color: #DA020E;
}
html:not(.touch) .global-nav-item > .global-nav-link:hover, html:not(.touch) .global-nav-item > .global-nav-link:focus-visible {
  color: #DA020E;
}
.global-nav-item:last-child .global-nav-dropdown {
  left: auto;
  right: 0;
}

.global-nav-link {
  color: #333;
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 1rem 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-link {
    transition: none;
  }
}

.no-js .global-nav-item {
  position: relative;
}
html:not(.touch) .no-js .global-nav-item:hover .global-nav-dropdown, html:not(.touch) .no-js .global-nav-item:focus-visible .global-nav-dropdown {
  opacity: 1;
  visibility: visible;
}

.global-nav-dropdown {
  z-index: 1000;
  left: 0;
  top: 100%;
  min-width: 15rem;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 200px;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-dropdown {
    transition: none;
  }
}
.global-nav-dropdown li + li {
  border-top: 1px solid #adb5bd;
}
.global-nav-dropdown a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 0.625rem 0.9375rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .global-nav-dropdown a {
    transition: none;
  }
}
html:not(.touch) .global-nav-dropdown a:hover, html:not(.touch) .global-nav-dropdown a:focus-visible {
  background-color: #d2ecf7;
  color: #000;
}
.multi-languages-dropdown-menu {
  border-radius: 0;
}

#offcanvasAside .global-header-logo-image {
  height: 1.625rem;
}
#offcanvasAside .offcanvas-header {
  padding-left: 0;
  padding-right: 0.25rem;
}
#offcanvasAside .offcanvas-body {
  padding: 0;
  margin-top: 1.5rem;
}
#offcanvasAside .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DA020E'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.global-footer {
  background-color: #1D2B53;
  color: #fff;
  padding: 1.875rem 0;
}
.global-footer a {
  color: #fff;
}
.homepage .global-footer {
  margin-top: 0;
}

.footer-logo-image {
  width: 3.75rem;
}

.copyright > *:last-child {
  margin-bottom: 0;
}

.main-banner {
  overflow: hidden;
  position: relative;
  padding-top: 6.25rem;
}
@media (max-width: 991.98px) {
  .main-banner .container {
    padding: 0;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .main-banner {
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .main-banner {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .main-banner {
    height: 43.75rem;
  }
}
.main-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-banner-content {
  position: relative;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  background-color: #0D1282;
  border-radius: 10px;
  padding: 0.9375rem;
  margin: 0.9375rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-banner-content {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(540px - 1.25rem);
  }
}
@media (min-width: 992px) {
  .main-banner-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
  }
}
.main-banner-content h1 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .main-banner-content h1 {
    font-size: 3.125rem;
    max-width: 42.5rem;
    margin-bottom: 1.25rem;
  }
}
.main-banner-content p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .main-banner-content p {
    font-size: 1.125rem;
    max-width: 42.5rem;
  }
}

.main-banner-video {
  position: absolute;
  background-color: #000;
  aspect-ratio: 3/4;
  width: 280%;
  height: 280%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-banner-video:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
@media (min-width: 992px) {
  .main-banner-video {
    aspect-ratio: 16/9;
    width: 140%;
    height: 140%;
  }
}
@media (min-width: 1492px) {
  .main-banner-video {
    height: auto;
  }
}
.main-banner-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.warning-banner {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem;
  background-color: #FFC100;
  padding: 0.9375rem;
  margin: 0.9375rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .warning-banner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(540px - 1.25rem);
  }
}
@media (min-width: 992px) {
  .warning-banner {
    margin: 0;
    width: 23.75rem;
    position: absolute;
    right: 0;
    top: 1.875rem;
    z-index: 10;
  }
}

.warning-banner-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.warning-banner-content {
  font-size: 0.875rem;
}

.warning-banner-link {
  display: block;
  background-repeat: no-repeat;
  background-position: right 3px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M8.86138 12.8094C8.79939 12.749 8.75022 12.6773 8.71667 12.5984C8.68313 12.5195 8.66586 12.4349 8.66586 12.3495C8.66586 12.2641 8.68313 12.1795 8.71667 12.1006C8.75022 12.0217 8.79939 11.9501 8.86138 11.8897L13.7237 7.14988L0.666645 7.14988C0.48984 7.14988 0.320276 7.0814 0.195256 6.95951C0.0702359 6.83762 6.62019e-07 6.6723 6.69554e-07 6.49992C6.77089e-07 6.32754 0.0702359 6.16223 0.195256 6.04034C0.320276 5.91845 0.48984 5.84997 0.666645 5.84997L13.7237 5.84997L8.86138 1.11016C8.73629 0.988203 8.66601 0.822792 8.66601 0.650317C8.66601 0.477842 8.73629 0.312432 8.86138 0.190473C8.98647 0.0685151 9.15612 -2.9787e-07 9.33303 -2.91423e-07C9.50993 -2.84975e-07 9.67959 0.0685151 9.80468 0.190473L15.8045 6.04008C15.8665 6.10044 15.9156 6.17213 15.9492 6.25103C15.9827 6.32993 16 6.41451 16 6.49992C16 6.58534 15.9827 6.66992 15.9492 6.74882C15.9156 6.82772 15.8665 6.89941 15.8045 6.95977L9.80468 12.8094C9.74276 12.8698 9.66924 12.9177 9.58831 12.9505C9.50738 12.9832 9.42063 13 9.33303 13C9.24542 13 9.15867 12.9832 9.07774 12.9505C8.99681 12.9177 8.92329 12.8698 8.86138 12.8094Z" fill="%23333333"/%3e %3c/svg%3e');
  text-decoration: none;
  color: #333;
}
html:not(.touch) .warning-banner-link:hover .warning-banner-title, html:not(.touch) .warning-banner-link:focus-visible .warning-banner-title {
  text-decoration: underline;
}

.topic-list {
  background-color: #fff;
  text-align: center;
  padding: 1.875rem 0;
}
.topic-list h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #DA020E;
  font-weight: 400;
}
@media (min-width: 992px) {
  .topic-list h2 {
    font-size: 1.875rem;
  }
}

@keyframes rotating {
  0% {
    /* pushes the sun down past the viewport */
    transform: rotate(0);
  }
  50% {
    /* pushes the sun down past the viewport */
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    /* returns the sun to its default position */
    transform: rotate(0);
  }
}
.topic-link {
  text-decoration: none;
  display: block;
  text-align: center;
}
html:not(.touch) .topic-link:hover .topic-title, html:not(.touch) .topic-link:focus-visible .topic-title {
  text-decoration: underline;
}

.topic-icon {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 3px solid #DA020E;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.topic-icon i {
  display: block;
}

.topic-title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.announcement-list {
  background-color: #f8f8f8;
  padding: 1.875rem 0 3.125rem;
}
.announcement-list h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #DA020E;
  font-weight: 400;
}
@media (min-width: 992px) {
  .announcement-list h2 {
    font-size: 1.875rem;
  }
}

.event-list {
  padding: 1.875rem 0 3.125rem;
  background-color: #0D1282;
}
.event-list h2 {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .event-list h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .aside-nav {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .aside-nav {
    width: 24.375rem;
  }
}
.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-nav a.aside-nav-go-back {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .aside-nav a.aside-nav-go-back {
    font-size: 1.5rem;
  }
}
.aside-nav a {
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}
.aside-nav .level-1 > li + li {
  margin-top: 1px;
}
html:not(.touch) .aside-nav .level-1 > li.has-children:not(.active) > a:hover, html:not(.touch) .aside-nav .level-1 > li.has-children:not(.active) > a:focus-visible {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%23fff' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav .level-1 > li.has-children > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2.35998L9.5 7.19999L17 2.35999' stroke='%2302594C' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.aside-nav .level-1 > li.has-children.active > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='white' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
html:not(.touch) .aside-nav .level-1 > li.has-children.active:hover > a, html:not(.touch) .aside-nav .level-1 > li.has-children.active:focus-visible > a {
  background-image: url("data:image/svg+xml,%3csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 6.64001L9.5 1.80001L2 6.64001' stroke='%230D1282' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.aside-nav .level-1 > li:first-child {
  margin-top: 0;
}
.aside-nav .level-1 > li > a {
  border: 2px solid transparent;
  background-color: #E9E9ED;
  position: relative;
  z-index: 1;
  /*   @include hover() {
      background-color: $primary;
      color: $white;
  }*/
}
html:not(.touch) .aside-nav .level-1 > li > a:hover, html:not(.touch) .aside-nav .level-1 > li > a:focus-visible {
  border-color: #0D1282;
  background-color: #fff;
  color: #0D1282;
  position: relative;
  z-index: 1;
}
.aside-nav .level-1 > li.active {
  position: relative;
}
.aside-nav .level-1 > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #E9E9ED;
  z-index: 1;
}
.aside-nav .level-1 > li.active > a {
  background-color: #DA020E;
  color: #fff;
}
.aside-nav .level-2 {
  background-color: #E9E9ED;
}
.aside-nav .level-2 > li {
  transition: all 0.2s ease-in-out;
}
.aside-nav .level-2 > li + li {
  margin-top: 1px;
}
.aside-nav .level-2 > li > a {
  background-color: #fff;
  padding-left: calc(1.3125rem + 0.75vw);
  border: 2px solid transparent;
}
@media (min-width: 1200px) {
  .aside-nav .level-2 > li > a {
    padding-left: 1.875rem;
  }
}
.aside-nav .level-2 > li.active > a {
  border-color: #0D1282;
  color: #0D1282;
  position: relative;
  z-index: 1;
}
html:not(.touch) .aside-nav .level-2 > li:hover > a, html:not(.touch) .aside-nav .level-2 > li:focus-visible > a {
  border-color: #0D1282;
  color: #0D1282;
  position: relative;
  z-index: 1;
}

.aside-nav-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aside-nav-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #DA020E;
}

.accordion {
  margin-bottom: 3.125rem;
}

.page-summary {
  background-color: #DA020E;
  color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
}
@media (min-width: 992px) {
  .page-summary {
    height: 16.125rem;
    padding-bottom: 0;
  }
}
.page-summary a {
  color: #fff;
}
.page-summary .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-summary h1 {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .page-summary h1 {
    margin-top: auto;
    margin-bottom: 3.125rem;
  }
}

.page-summary-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-summary-image:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #DA020E;
  opacity: 0.8;
  content: "";
}
.page-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rich-editor-content .first-child {
  margin-top: 0;
}
.rich-editor-content .last-child {
  margin-bottom: 0;
}
.rich-editor-content h2, .rich-editor-content h3, .rich-editor-content h4, .rich-editor-content h5 {
  color: #DA020E;
  margin-bottom: 1.25rem;
}
.rich-editor-content h2 {
  margin-top: 2.5rem;
}
.rich-editor-content h3 {
  margin-top: 1.875rem;
}
.rich-editor-content h4 {
  margin-top: 1.25rem;
}
.rich-editor-content table {
  max-width: 100%;
  width: 100%;
}
.rich-editor-content table th, .rich-editor-content table td {
  padding: 0.625rem;
  border: 1px solid #a5c7e3;
}
.rich-editor-content table th p:last-child, .rich-editor-content table td p:last-child {
  margin: 0;
}
.rich-editor-content ol, .rich-editor-content ul {
  padding-left: 1.5rem;
  margin: 0 0 1.875rem 1.875rem;
  padding: 0;
}
.rich-editor-content ol li, .rich-editor-content ul li {
  position: relative;
  padding: 0;
  margin: 0 0 0.75rem;
}
.rich-editor-content ol li::marker, .rich-editor-content ul li::marker {
  font-size: 1.5em;
  color: #0D1282;
}
.rich-editor-content ol > li > ul, .rich-editor-content ul > li > ul {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.rich-editor-content ol > li > ul > li:before, .rich-editor-content ul > li > ul > li:before {
  background-color: #DA020E;
}
.rich-editor-content ol > li > ul > li > ul, .rich-editor-content ul > li > ul > li > ul {
  margin-top: 7px;
}
.rich-editor-content ol > li > ul > li > ul > li:before, .rich-editor-content ul > li > ul > li > ul > li:before {
  background-color: #fff;
  border: 1px solid #DA020E;
}
.rich-editor-content a {
  font-weight: 700;
}

.accordion-item + .accordion-item {
  margin-top: 1.25rem;
}
.accordion-button {
  border: 2px solid transparent;
  align-items: flex-start;
  color: #fff;
  padding: 1.25rem 1.875rem;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background-color: #E9E9ED;
  border-radius: 0;
  box-shadow: none;
}
.accordion-button.collapsed {
  background-color: #DA020E;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='white' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}
.accordion-button.collapsed:hover {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
  box-shadow: none;
}
.accordion-button.collapsed:hover:after {
  background-image: url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M23.9062 14.5312H5.15625M14.5312 5.15625V23.9062' stroke='%230D1282' stroke-width='4.6875' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.28125 2C0.28125 1.62704 0.429408 1.26935 0.693131 1.00563C0.956854 0.741908 1.31454 0.59375 1.6875 0.59375H22.3125C22.6855 0.59375 23.0431 0.741908 23.3069 1.00563C23.5706 1.26935 23.7188 1.62704 23.7188 2C23.7188 2.37296 23.5706 2.73065 23.3069 2.99437C23.0431 3.25809 22.6855 3.40625 22.3125 3.40625H1.6875C1.31454 3.40625 0.956854 3.25809 0.693131 2.99437C0.429408 2.73065 0.28125 2.37296 0.28125 2Z' fill='%23333333'/%3e %3c/svg%3e");
}

.accordion-body {
  padding: 1.25rem 1.875rem;
  background-color: #E9E9ED;
}

.related-list {
  margin-bottom: 2.5rem;
}

.related-title {
  font-size: 2.25rem;
  color: #DA020E;
  margin-top: 3.75rem;
  margin-bottom: 0.625rem;
}

.page-list-item {
  padding: 1.25rem 0.625rem;
  box-shadow: 0px 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
}
html:not(.touch) .page-list-item:hover .page-list-item-title, html:not(.touch) .page-list-item:focus-visible .page-list-item-title {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .page-list-item {
    padding: 1.25rem;
  }
}
.page-list-item:last-child {
  margin-bottom: 0;
}

.page-list-item-image-wrapper {
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
}
@media (min-width: 992px) {
  .page-list-item-image-wrapper {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.page-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-list-item-title {
  color: #DA020E;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-list-item-title {
    font-size: 1.25rem;
  }
}

.page-list-item-summary {
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

blockquote {
  background-color: #E9E9ED;
  padding: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.icon-text {
  line-height: 1.875;
}
.icon-text a {
  text-decoration: none;
}
.icon-text + .icon-text {
  margin-top: 10px;
}
.icon-text p:last-child {
  margin: 0;
}

.call-to-action-links {
  padding: 1.25rem 0 0;
}
@media (min-width: 992px) {
  .call-to-action-links {
    padding: 3.125rem 0;
  }
}

.call-to-action-item {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .call-to-action-item {
    margin: 0;
  }
}

.call-to-action-link {
  display: block;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}
.call-to-action-link.has-image {
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 1.625rem;
}
.call-to-action-link.has-image .call-to-action-title {
  color: #fff;
  margin: 0;
}
html:not(.touch) .call-to-action-link:hover .call-to-action-image, html:not(.touch) .call-to-action-link:focus-visible .call-to-action-image {
  transform: scale(1.1);
}
html:not(.touch) .call-to-action-link:hover .call-to-action-title, html:not(.touch) .call-to-action-link:focus-visible .call-to-action-title {
  text-decoration: underline;
}

.call-to-action-body {
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  background-repeat: no-repeat;
  background-position: top 18px right 16px;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3e %3cpath d="M8.86138 13.3094C8.79939 13.249 8.75022 13.1773 8.71667 13.0984C8.68313 13.0195 8.66586 12.9349 8.66586 12.8495C8.66586 12.7641 8.68313 12.6795 8.71667 12.6006C8.75022 12.5217 8.79939 12.4501 8.86138 12.3897L13.7237 7.64988L0.666645 7.64988C0.48984 7.64988 0.320276 7.5814 0.195256 7.45951C0.0702359 7.33762 6.62019e-07 7.1723 6.69554e-07 6.99992C6.77089e-07 6.82754 0.0702359 6.66223 0.195256 6.54034C0.320276 6.41845 0.48984 6.34997 0.666645 6.34997L13.7237 6.34997L8.86138 1.61016C8.73629 1.4882 8.66601 1.32279 8.66601 1.15032C8.66601 0.977842 8.73629 0.812432 8.86138 0.690473C8.98647 0.568515 9.15612 0.5 9.33303 0.5C9.50993 0.5 9.67959 0.568515 9.80468 0.690473L15.8045 6.54008C15.8665 6.60044 15.9156 6.67213 15.9492 6.75103C15.9827 6.82993 16 6.91451 16 6.99992C16 7.08534 15.9827 7.16992 15.9492 7.24882C15.9156 7.32772 15.8665 7.39941 15.8045 7.45977L9.80468 13.3094C9.74276 13.3698 9.66924 13.4177 9.58831 13.4505C9.50738 13.4832 9.42063 13.5 9.33303 13.5C9.24542 13.5 9.15867 13.4832 9.07774 13.4505C8.99681 13.4177 8.92329 13.3698 8.86138 13.3094Z" fill="%23DA020E"/%3e %3c/svg%3e');
}

.call-to-action-title {
  color: #DA020E;
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.call-to-action-summary {
  color: #333;
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.call-to-action-image-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 33/14;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .call-to-action-image-wrapper {
    aspect-ratio: 14/9;
  }
}

.call-to-action-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.gallery-container {
  column-count: 1;
  column-gap: 6px;
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 4;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 5;
  }
}
.gallery-container.gallery-container-full {
  gap: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery-container.gallery-container-full .img-holder {
  width: auto;
  flex-grow: 1;
  padding: 0.2rem;
  display: flex;
  margin: 0;
}
.gallery-container.gallery-container-full .img-holder img {
  display: block;
  min-width: 100%;
  height: 16rem;
  object-fit: cover;
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 0;
  cursor: pointer;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 3.125rem;
}
.gallery-container .img-holder span {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after, .gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
html:not(.touch) .gallery-container .img-holder:hover:before, html:not(.touch) .gallery-container .img-holder:hover:after, html:not(.touch) .gallery-container .img-holder:focus-visible:before, html:not(.touch) .gallery-container .img-holder:focus-visible:after {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .img-holder span {
  display: block;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  margin-right: auto;
  font-size: 1.25rem;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D1282;
}
html:not(.touch) #gallerySwiper .swiper-btn-next:hover, html:not(.touch) #gallerySwiper .swiper-btn-next:focus-visible, html:not(.touch) #gallerySwiper .swiper-btn-prev:hover, html:not(.touch) #gallerySwiper .swiper-btn-prev:focus-visible {
  background-color: #DA020E;
  color: #0D1282;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

.my-5 + .card-type-1-list {
  padding-top: 0;
}

.card-type-1-list {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.card-type-1-link {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  text-decoration: none;
  padding: 1.25rem;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-title, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-title {
  text-decoration: underline;
}
html:not(.touch) .card-type-1-link:hover .card-type-1-image, html:not(.touch) .card-type-1-link:focus-visible .card-type-1-image {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .card-type-1-link {
    padding: 1.25rem;
  }
}

.card-type-1-image-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25rem;
}

.card-type-1-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-type-1-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #DA020E;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-type-1-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}

.card-type-1-summary {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.file-card {
  border: 2px solid transparent;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #E9E9ED;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.625rem;
}
html:not(.touch) .file-card:hover, html:not(.touch) .file-card:focus-visible {
  background-color: #fff;
  border-color: #0D1282;
}
html:not(.touch) .file-card:hover .file-card-title, html:not(.touch) .file-card:focus-visible .file-card-title {
  color: #0D1282;
  text-decoration: underline;
}
html:not(.touch) .file-card:hover .file-card-image, html:not(.touch) .file-card:focus-visible .file-card-image {
  background-image: url("data:image/svg+xml,%3csvg width='100' height='150' viewBox='0 0 100 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M58.3333 39.8438V0.000118873H6.25L0 0V150H6.25H93.75H100V46.8751H64.5833C61.1458 46.8751 58.3333 43.711 58.3333 39.8438ZM75 108.984C75 110.918 73.5938 112.5 71.875 112.5H28.125C26.4062 112.5 25 110.918 25 108.984V106.641C25 104.707 26.4062 103.125 28.125 103.125H71.875C73.5938 103.125 75 104.707 75 106.641V108.984ZM75 90.2344C75 92.168 73.5938 93.75 71.875 93.75H28.125C26.4062 93.75 25 92.168 25 90.2344V87.8907C25 85.9571 26.4062 84.3751 28.125 84.3751H71.875C73.5938 84.3751 75 85.9571 75 87.8907V90.2344ZM75 69.1407V71.4844C75 73.418 73.5938 75.0001 71.875 75.0001H28.125C26.4062 75.0001 25 73.418 25 71.4844V69.1407C25 67.2071 26.4062 65.6251 28.125 65.6251H71.875C73.5938 65.6251 75 67.2071 75 69.1407ZM100 35.713V37.5001H66.6667V0.000118873H68.2552C68.2552 0.000118873 71.5104 0.73254 72.6823 2.0509L98.1771 30.7618L100 35.713Z' fill='%230D1282'/%3e %3c/svg%3e");
}

.file-card-image {
  width: 6.25rem;
  height: 9.375rem;
  background-image: url("data:image/svg+xml,%3csvg width='100' height='150' viewBox='0 0 100 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M58.3333 39.8438V0.000118873H6.25L0 0V150H6.25H93.75H100V46.8751H64.5833C61.1458 46.8751 58.3333 43.711 58.3333 39.8438ZM75 108.984C75 110.918 73.5938 112.5 71.875 112.5H28.125C26.4062 112.5 25 110.918 25 108.984V106.641C25 104.707 26.4062 103.125 28.125 103.125H71.875C73.5938 103.125 75 104.707 75 106.641V108.984ZM75 90.2344C75 92.168 73.5938 93.75 71.875 93.75H28.125C26.4062 93.75 25 92.168 25 90.2344V87.8907C25 85.9571 26.4062 84.3751 28.125 84.3751H71.875C73.5938 84.3751 75 85.9571 75 87.8907V90.2344ZM75 69.1407V71.4844C75 73.418 73.5938 75.0001 71.875 75.0001H28.125C26.4062 75.0001 25 73.418 25 71.4844V69.1407C25 67.2071 26.4062 65.6251 28.125 65.6251H71.875C73.5938 65.6251 75 67.2071 75 69.1407ZM100 35.713V37.5001H66.6667V0.000118873H68.2552C68.2552 0.000118873 71.5104 0.73254 72.6823 2.0509L98.1771 30.7618L100 35.713Z' fill='%2302594C'/%3e %3c/svg%3e");
}

.file-card-content {
  padding: 1.25rem 1.875rem 1.25rem 0;
}

.file-card-title {
  color: #DA020E;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.file-card-content {
  line-height: 1.875;
}

.file-card-summary {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.btn [class^=ri-], .btn [class*=" ri-"] {
  font-weight: 400;
}

*:focus, *:focus-visible {
  outline: none;
  box-shadow: none;
}

a:focus-visible, button:focus-visible {
  outline: 6px double #000 !important;
  box-shadow: 0 0 0 3px #000 !important;
  position: relative;
  z-index: 1;
  background-color: #fff !important;
  color: #DA020E !important;
}

.a-to-z-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.a-to-z-link {
  color: #0D1282;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #0D1282;
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.2s ease-in-out;
}
.a-to-z-link.disabled {
  opacity: 0.25;
  pointer-events: none;
}
html:not(.touch) .a-to-z-link:hover, html:not(.touch) .a-to-z-link:focus-visible {
  background-color: #0D1282;
  color: #fff;
}

.a-to-z-result-panel {
  background-color: #fff;
  margin-top: 1.875rem;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .a-to-z-result-panel {
    padding: 1.875rem;
  }
}

.a-to-z-result-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.a-to-z-result-link {
  font-weight: 600;
  font-size: 1.125rem;
  color: #0D1282;
}

html:not(.no-js) .swiper {
  visibility: hidden;
}
html:not(.no-js) .swiper.swiper-initialized {
  visibility: visible;
}

.main-cta-links {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #0D1282;
  --swiper-navigation-color: #DA020E;
  --swiper-pagination-bullet-width: 0.75rem;
  --swiper-pagination-bullet-height: 0.75rem;
}
.main-cta-links .swiper-slide {
  height: auto;
  max-width: 32.25rem;
}
.main-cta-links .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
}
.main-cta-links .swiper-pagination-bullet-active {
  background-color: #DA020E;
}
.main-cta-links .swiper-button-prev, .main-cta-links .swiper-button-next {
  position: static;
  margin-top: 2.25rem;
  background-color: #fff;
  color: #000;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main-cta-links .swiper-button-prev:after, .main-cta-links .swiper-button-next:after {
  display: none;
}
html:not(.touch) .main-cta-links .swiper-button-prev:hover, html:not(.touch) .main-cta-links .swiper-button-prev:focus-visible, html:not(.touch) .main-cta-links .swiper-button-next:hover, html:not(.touch) .main-cta-links .swiper-button-next:focus-visible {
  background-color: #fff;
  border-color: #0D1282;
  color: #0D1282;
}
@media (min-width: 992px) {
  .main-cta-links .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .main-cta-links .swiper-button-next {
    left: auto;
    right: 0;
  }
}

#siteSearch ::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='%23DA020E'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
