﻿/* 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 {
  border-bottom: #1C2A29 4px solid;
}

.global-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .global-header-flex {
    flex-wrap: nowrap;
  }
}

.global-header-left {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.global-header-left a {
  display: inline-flex;
}

.global-header-logo-image-mobile {
  max-width: 250px;
}

.global-header-logo-mobile {
  display: inline-block;
  max-width: 160px;
  height: auto;
}

@media (max-width: 991.98px) {
  .top-header {
    padding-top: 10px;
  }
}

.global-header-top {
  background-color: #1C2A29;
  height: 45px;
  display: flex;
  padding: 0 !important;
  /*    @include media-breakpoint-up(lg) {
      height: 45px;
      padding: 0 !important;
  }

  @include media-breakpoint-down(sm) {
      height: 0px;
  }*/
}

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

.global-header-container-one-col {
  --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-one-col {
    max-width: 980px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-header-container-one-col {
    max-width: 980px;
  }
}
@media (min-width: 1400px) {
  .global-header-container-one-col {
    max-width: 1420px;
  }
}

.global-header-container {
  --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: 980px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-header-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .global-header-container {
    max-width: 1530px;
  }
}

.global-header-logo {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  text-decoration: none;
}

.global-header-logo-image {
  max-width: 100%;
  width: 238px;
}

.global-header-crest-image {
  max-width: 100%;
  width: 78px;
}

.mobile-menu-trigger {
  border: none;
  background-color: transparent;
  color: #1C2A29;
  padding: 0;
  font-size: 1.25rem;
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
  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:%231C2A29;"/%3e%3crect x="0" y="10.79" width="10" height="3.29" rx=".82" ry=".82" style="fill:%231C2A29;"/%3e%3crect y=".79" width="10.01" height="3.29" rx=".82" ry=".82" style="fill:%231C2A29;"/%3e%3crect y="19.79" width="30.01" height="3.29" rx=".82" ry=".82" style="fill:%231C2A29;"/%3e%3c/svg%3e');
}

.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: #fff;
  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: rgb(167.4636363636, 1.5363636364, 10.7545454545);
}

.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: #1C2A29;
  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='%231C2A29' 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='%231C2A29' 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 {
  padding-top: 7px;
  display: flex;
  justify-content: end;
  margin-right: 18px;
  border-bottom: 4px solid #1C2A29;
}
.global-search:hover .main-search-btn {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="%23fff" 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="%23FFFFFF"/%3e %3c/svg%3e');
  color: #fff;
}
.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 .main-search-input {
  width: 12%;
  height: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #FFC100;
}
@media (max-width: 1399.98px) {
  .global-search .main-search-input {
    width: 14% !important;
  }
}
.global-search .main-search-input::placeholder {
  color: #fff;
  opacity: 1;
}
.global-search .mobile-search-input {
  width: 100%;
  height: 30px;
  border: none;
  background-color: transparent;
  color: #1C2A29;
  font-size: 16px;
  line-height: 30px;
  padding: 0 8px;
}
.global-search .mobile-search-input::placeholder {
  color: #fff;
  opacity: 1;
}
.global-search .main-search-btn {
  flex: 0 0 auto;
  width: 24px;
  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="%23FFC100"/%3e %3c/svg%3e');
  border: none;
  border-bottom: 2px solid #FFC100;
  background-position: right 7px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
}
.global-search .mobile-search-btn {
  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="%231C2A29"/%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: #1C2A29;
  font-size: 1.1em;
  position: relative;
}
.global-nav-item.active > .global-nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #1C2A29;
  border-radius: 50%;
}
html:not(.touch) .global-nav-item > .global-nav-link:hover, html:not(.touch) .global-nav-item > .global-nav-link:focus-visible {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.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;
}
@media (max-width: 1399.98px) {
  .global-nav-link {
    font-size: 1rem;
  }
}

.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: rgb(209.8, 235.6, 247.4);
  color: #000;
}
.multi-languages-dropdown-menu {
  border-radius: 0;
}

#offcanvasAside .global-header-logo-image {
  height: 1.625rem;
}
#offcanvasAside .offcanvas-header {
  padding-left: 0;
}
#offcanvasAside .offcanvas-body {
  padding: 0;
}

@keyframes shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(0, 0) rotate(-5deg);
  }
  40% {
    transform: translate(0, 0) rotate(5deg);
  }
  60% {
    transform: translate(0, 0) rotate(-5deg);
  }
  80% {
    transform: translate(0, 0) rotate(5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.footer-container {
  max-width: 1530px;
}
@media (max-width: 1199.98px) {
  .footer-container {
    max-width: 1140px;
  }
}

@media (max-width: 575.98px) {
  .footer-container {
    padding: 0 !important;
  }
}
.global-footer {
  background-color: #1C2A29;
  color: #fff;
  padding: 2rem 0 0.5rem;
}
.global-footer a {
  color: #fff;
  text-decoration: none;
  list-style: none;
}
.global-footer a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.homepage .global-footer {
  margin-top: 0;
}

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

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

.footer-cta-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.footer-cta-logos a {
  color: #000;
  margin-top: 15px;
  display: inline-block;
  background-color: #FFC100;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: ease-in-out background-color 0.1s;
}
.footer-cta-logos a:hover {
  background-color: #fff;
  color: #000 !important;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  font-size: 0.889em;
}
.footer-nav li {
  margin: 0;
}
.footer-nav li a {
  padding: 4px 0;
  display: block;
  color: #fff;
}

.footer-header-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #796c31;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.utility-list p {
  margin: 16px 0 !important;
}

.postFooter {
  margin: 30px 0 0;
  text-align: center;
}
.postFooter a {
  color: #fff;
  margin: 0 5px;
}
@media (max-width: 767.98px) {
  .postFooter {
    margin: unset;
  }
}

.heading {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

@media (max-width: 575.98px) {
  .heading {
    align-items: center;
  }
}
.logoimg {
  display: inline-block;
  width: 46px;
}
.logoimg img {
  height: 82px;
  max-height: 82px;
  width: 46px;
}

@media (max-width: 575.98px) {
  .logoimg {
    width: 85px !important;
  }
}
.logotxt {
  vertical-align: bottom;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0;
}
.logotxt h1 a, .logotxt h1 a:hover {
  text-decoration: none;
}
.logotxt h2 a, .logotxt h2 a:hover {
  color: #FFC100;
  text-decoration: none;
}
.logotxt h1, .logotxt h2 {
  vertical-align: bottom;
  margin: 0;
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
}

.contact-us p {
  text-align: right;
}
.contact-us p:last-child {
  margin: 0;
}

@media (max-width: 767.98px) {
  .contact-us p {
    text-align: left;
    margin-top: 15px;
  }
}
.footer-utility-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 30px 0 0;
  font-weight: bold;
}
.footer-utility-links p {
  margin: 0;
  display: inline;
}
@media (max-width: 767.98px) {
  .footer-utility-links {
    justify-content: start;
  }
}

.footer-custom-links {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
  line-height: 40px;
  font-weight: bold;
}

@media (min-width: 1400px) {
  .footer-item {
    padding: 0;
    width: 530px;
  }
}
.footer-item p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}

.main-banner {
  border-top: #FFC100 4px solid;
  border-bottom: #FFC100 4px solid;
  overflow: hidden;
  position: relative;
  padding-top: 6.25rem;
}
.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .main-banner .container {
    padding: 0;
    /*max-width: none;*/
  }
}
@media (min-width: 768px) {
  .main-banner {
    height: 50rem;
    padding-top: 0rem;
  }
}
@media (max-width: 575.98px) {
  .main-banner {
    justify-content: center;
    display: flex;
  }
}
.main-banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-image-home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.logo-image-home {
  width: 100%;
  height: auto;
  max-width: 702px;
  aspect-ratio: 351/200;
  display: block;
}
@media (max-width: 767.98px) {
  .logo-image-home {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .logo-image-home {
    max-width: 500px;
  }
}

.hero-right-text {
  justify-content: flex-end;
  display: flex;
}

.main-banner-content {
  position: relative;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  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: 6.6875rem;
    right: 0;
    transform: none;
    position: absolute;
  }
}
@media (max-width: 575.98px) {
  .main-banner-content {
    padding: 0;
    margin: 0 0 2rem 0 !important;
    width: 100%;
  }
}
.main-banner-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main-banner-content h1 {
    font-size: 64px;
    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;
  }
}

.quick-links-block {
  position: absolute;
  top: 2.5rem;
  right: -2rem;
  z-index: 15;
  padding: 0.625rem;
  border-radius: 8px 0 0 8px;
  background-color: transparent;
  width: max-content;
}
@media (max-width: 1199.98px) {
  .quick-links-block {
    position: relative;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: 1.25rem;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .quick-links-block {
    padding-top: 6.25rem;
  }
}

.quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .quick-links-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .quick-links-list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .quick-links-list {
    gap: 0rem;
  }
}
.quick-links-list li {
  height: 5.625rem;
  width: 600px;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199.98px) {
  .quick-links-list li {
    width: calc(50% - 0.625rem);
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .quick-links-list li {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .quick-links-list li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1.25rem;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .quick-links-list li {
    height: 60px;
  }
}
.quick-links-list li a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 0.625rem 1.25rem 0.625rem 6.25rem;
  border-radius: 9999px 0 0 9999px;
  text-decoration: none;
  border-bottom: 10px solid transparent;
  font-family: Arial, sans-serif !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .quick-links-list li a {
    border-radius: 100px 20px 20px 100px;
  }
}
@media (max-width: 767.98px) {
  .quick-links-list li a {
    font-size: 16px;
    padding-left: 3.75rem;
  }
}
.quick-links-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  width: 5.1875rem;
  height: 5.1875rem;
  border-radius: 50%;
  background-color: #ccc;
  background-image: url("/images/fallback.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media (max-width: 767.98px) {
  .quick-links-list li a::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  .quick-links-list li a::before {
    top: 55%;
    height: 100%;
    left: 0px;
  }
}
.quick-links-list li:nth-child(1) a {
  border-bottom-color: #AB3F25;
}
.quick-links-list li:nth-child(1) a::before {
  background-color: #AB3F25;
  background-image: url("/images/pickerimg_1.svg");
}
.quick-links-list li:nth-child(1) a:hover {
  border-bottom-color: #FFC100;
}
.quick-links-list li:nth-child(1) a:hover::before {
  background-color: #FFC100;
}
.quick-links-list li:nth-child(2) a {
  border-bottom-color: #0090FD;
}
.quick-links-list li:nth-child(2) a::before {
  background-color: #0090FD;
  background-image: url("/images/pickerimg_2.svg");
}
.quick-links-list li:nth-child(2) a:hover {
  border-bottom-color: #FFC100;
}
.quick-links-list li:nth-child(2) a:hover::before {
  background-color: #FFC100;
}
.quick-links-list li:nth-child(3) a {
  border-bottom-color: #71A1AB;
}
.quick-links-list li:nth-child(3) a::before {
  background-color: #71A1AB;
  background-image: url("/images/pickerimg_3.svg");
}
.quick-links-list li:nth-child(3) a:hover {
  border-bottom-color: #FFC100;
}
.quick-links-list li:nth-child(3) a:hover::before {
  background-color: #FFC100;
}
.quick-links-list li:nth-child(4) a {
  border-bottom-color: #F16323;
}
.quick-links-list li:nth-child(4) a::before {
  background-color: #F16323;
  background-image: url("/images/pickerimg_4.svg");
}
.quick-links-list li:nth-child(4) a:hover {
  border-bottom-color: #FFC100;
}
.quick-links-list li:nth-child(4) a:hover::before {
  background-color: #FFC100;
}

.social-media-static {
  position: fixed;
  top: 20rem;
  left: -1.5rem;
  z-index: 15;
  padding: 1rem;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  width: 72px;
  height: 163px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .social-media-static {
    left: -72px;
    transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .social-media-static.open {
    left: 0;
    animation: jumpOut 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
.social-media-static .toggle-btn {
  display: none;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  width: 32px;
  height: 48px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .social-media-static .toggle-btn {
    display: block;
  }
}
.social-media-static .toggle-btn i {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.social-media-static .toggle-btn.open i {
  transform: rotate(180deg);
}
.social-media-static a {
  display: block;
  color: #000;
  text-decoration: none;
  border-radius: 0 8px 8px 0;
  transition: background 0.2s ease-in-out;
  padding-left: 18px;
}
.social-media-static a:hover {
  background-color: #f5f5f5;
}
.social-media-static a:hover i {
  color: #FFC100;
  transform: scale(1.1);
  transition: transform 0.2s ease, color 0.2s ease;
}
.social-media-static a i {
  font-size: 24px;
  transition: transform 0.2s ease, color 0.2s ease;
}

@keyframes jumpOut {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.home-one-content {
  background-color: #f6f6f6;
  overflow: hidden;
}

.home-content-one-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 0;
}

.carousel-slide,
.slick-carousel .slick-slide {
  padding-right: 20px;
  box-sizing: border-box;
}

.home-content-one-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 30px;
  padding-right: 0;
}

.slick-list {
  padding-right: 0 !important;
}

@media (min-width: 1200px) {
  .slick-carousel .slick-slide {
    width: 480px !important;
  }
  .slick-list {
    padding-right: 240px !important;
  }
}
@media (min-width: 1200px) {
  .slick-slider {
    padding-left: 140px;
  }
}
@media (max-width: 1199px) {
  .slick-slider {
    padding-left: 0;
    overflow: hidden;
  }
  .slick-slide {
    min-width: 0;
  }
}
.carousel-box {
  cursor: pointer;
  position: relative;
  max-width: 440px;
  width: 100%;
  height: 450px;
  background: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel-box:hover .carousel-link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.carousel-box:hover .blue-arrow {
  background-color: #FFC100;
  transform: scale(1.05);
}
.carousel-box:hover .arrow-img-sec-one {
  filter: brightness(0) invert(0);
}

.carousel-link {
  color: #2D2D2D;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.carousel-box-link {
  text-decoration: none;
}

.carousel-image {
  width: 100%;
  height: 250px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .carousel-image {
    height: 180px;
  }
}

.carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.carousel-content {
  text-align: left;
  width: 100%;
  padding: 20px 10px 30px 30px;
  box-sizing: border-box;
}

.carousel-slide {
  padding-right: 60px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .home-content-one-container {
    padding: 0;
  }
  .carousel-slide {
    padding-right: 20px;
    padding-left: 49px;
    box-sizing: border-box;
  }
}
.blue-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #007BFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.arrow-img-sec-one {
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.slick-carousel .slick-slide {
  box-sizing: border-box;
}

.carousel-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-right: 112px;
  gap: 10px;
}

.slick-prev-custom,
.slick-next-custom {
  background-color: #8B4513;
  border: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding: 0;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background-color: #A0522D;
  transform: scale(1.1);
}

.arrow-icon-slick {
  width: 37px;
  height: 37px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
  background-color: #FFC100;
}

@media (max-width: 1200px) {
  .carousel-box {
    height: 400px;
  }
  .carousel-link {
    font-size: 22px;
    line-height: 32px;
  }
  .carousel-nav {
    justify-content: right;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 28px;
  }
}
@media (max-width: 768px) {
  .home-one-content {
    padding-top: 40px;
  }
  .carousel-box {
    padding-bottom: 60px;
    height: 320px;
  }
  .carousel-link {
    font-size: 20px;
    line-height: 28px;
  }
  .carousel-content {
    padding: 15px;
  }
  .blue-arrow {
    bottom: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .arrow-img-sec-one {
    width: 18px;
    height: 18px;
  }
  .slick-prev-custom,
  .slick-next-custom {
    width: 50px;
    height: 50px;
  }
  .arrow-icon-slick {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .carousel-link {
    font-size: 18px;
    line-height: 26px;
  }
  .carousel-image {
    margin-bottom: 8px;
  }
  .carousel-content {
    padding: 20px;
  }
  .blue-arrow {
    width: 35px;
    height: 35px;
  }
  .arrow-img-sec-one {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .slick-track {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .slick-carousel {
    position: relative;
    left: 30px;
  }
}
@media (max-width: 575.98px) {
  .home-content-items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-content-item-link,
  .home-content-item {
    width: 100%;
    max-width: 370px;
  }
  .map-container {
    width: 370px;
    max-width: 370px;
    margin: 0 auto;
  }
}
.home-content-two {
  background-color: #f6f6f6;
}
@media (max-width: 575.98px) {
  .home-content-two {
    padding: 20px;
  }
}

.home-content-layout {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.home-content-item {
  background-color: #fff;
  margin-bottom: 10px;
}
.home-content-item:hover {
  background-color: #FFC100;
  cursor: pointer;
}
.home-content-item.no-image {
  padding: 20px;
}

.home-content-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.home-content-item-link .home-content-item {
  background-color: #fff;
  margin-bottom: 10px;
}
.home-content-item-link .home-content-item.no-image {
  padding: 20px;
}

.home-content-item-link:hover::after,
.home-content-item-link.hover::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: black;
  background-image: url("/images/arrow-right-yellow.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.home-content-item-link:hover .home-content-item,
.home-content-item-link.hover .home-content-item {
  background-color: #FFC100;
  cursor: pointer;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.content-name {
  display: flex;
  align-items: center;
}

.content-name span {
  color: #000;
  text-decoration: none;
  font-family: Arial;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding-left: 20px;
}

.content-name img {
  width: 140px;
  height: 80px;
}
@media (max-width: 575.98px) {
  .content-name img {
    width: 81.5px;
    height: 45.9px;
  }
}

.map-box,
.list-box {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.map-container {
  width: 100%;
  flex: 1;
  border-radius: 4px;
  min-height: 300px;
}
@media (max-width: 575.98px) {
  .map-container {
    min-height: 450px;
  }
}

@media (min-width: 769px) {
  .home-content-layout {
    align-items: stretch;
  }
  .map-box {
    display: flex;
    flex-direction: column;
  }
  .map-container {
    height: 100%;
  }
  .list-box {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .home-content-layout {
    flex-direction: column;
    gap: 20px;
  }
  .map-box,
  .list-box {
    padding: 0;
    order: 0;
  }
  .map-box {
    order: 0;
  }
  .list-box {
    order: 1;
  }
  .content-name a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-name span {
    font-size: 18px;
    /*padding: 5px;*/
  }
  .home-content-item {
    margin-bottom: 20px;
  }
  .home-content-item.no-image {
    padding: 15px;
  }
}
.home-content-three {
  background-color: #1C2A29;
}

.home-content-three-container {
  max-width: 1530px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.home-section-three-title {
  font-size: 48px;
  font-weight: 700;
  font-family: Arial, sans-serif !important;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .home-section-three-title {
    font-size: 36px;
  }
}

.link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .link-grid {
    gap: 20px;
  }
}

.link-box {
  width: 360px;
  height: 110px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  background-color: #f6f6f6;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.link-box:hover {
  background-color: #FFC100;
}
@media (max-width: 991.98px) {
  .link-box {
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .link-box {
    width: 370px;
  }
}

.link-box a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.link-text {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  display: block;
}
@media (max-width: 991.98px) {
  .link-text {
    font-size: 18px;
    padding: 16px;
  }
}

.arrow-icon-sec-three {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #71A1AB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .arrow-icon-sec-three {
    width: 25px;
    height: 25px;
  }
}

.arrow-img-sec-three {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
@media (max-width: 767.98px) {
  .arrow-img-sec-three {
    width: 15px;
    height: 15px;
  }
}

.link-box:hover .arrow-img-sec-three {
  content: url("/images/arrow-right-yellow.png");
}

.link-box:hover .arrow-icon-sec-three {
  background-color: #2D2D2D;
}

.main-banner-video {
  position: absolute;
  background-color: #000;
  aspect-ratio: 3/4;
  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 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .home-content-four-container {
    gap: 40px;
  }
  .static-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .static-box {
    max-width: 100%;
    width: 100%;
  }
  .static-box-link {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.home-content-four-container {
  background-color: #71A1AB;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.static-box {
  cursor: pointer;
  position: relative;
  width: 470px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 575.98px) {
  .static-box {
    height: 320px;
  }
}
.static-box:hover .static-link-text {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.static-box:hover .static-arrow {
  background-color: #FFC100;
  transform: scale(1.05);
}
.static-box:hover .static-arrow-img {
  filter: brightness(0) invert(0);
}

.static-image {
  width: 100%;
  height: 60%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .static-image {
    height: 180px;
  }
}

.static-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.static-content {
  width: 100%;
  height: 40%;
  padding: 20px 10px 30px 30px;
  box-sizing: border-box;
  display: flex;
}

.static-box-link {
  text-decoration: none;
}

.static-link-text {
  color: #2D2D2D;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.static-arrow {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #007BFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  pointer-events: none;
}

.static-arrow-img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.body-row {
  padding-left: 60px;
}

@media (min-width: 992px) {
  .aside-nav {
    width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .aside-nav {
    width: 24.375rem;
  }
}
@media (max-width: 575.98px) {
  .aside-nav {
    padding-top: 50px;
  }
}
.aside-nav .parent a {
  border-top: 2px solid #1C2A29 !important;
}
.aside-nav .parent-link {
  padding-left: 10px;
  background-color: #f6f6f6 !important;
  color: #1C2A29 !important;
  font-weight: 700 !important;
}
.aside-nav .current-link {
  padding-left: 30px !important;
}
.aside-nav .child-link {
  color: #1C2A29;
  padding-left: 50px !important;
  background-color: #f6f6f6 !important;
}
.aside-nav li.current.active > a {
  background-color: #FFC100 !important;
  color: #1C2A29 !important;
  position: relative;
  z-index: 2;
}
.aside-nav li.current.active > a:hover {
  background-color: #FFC100 !important;
  border-color: #FFC100 !important;
}
.aside-nav li.current.active:before {
  display: none;
}
.aside-nav li {
  margin-top: 1px;
}
.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 {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #1C2A29;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
}
.aside-nav a:hover {
  background-color: #FFC100;
  color: #2D2D2D;
}
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='%23000' 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='%23fff' 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='%23000' 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='%23fff' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}
.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 {
  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 {
  background-color: #FFC100;
  color: #1C2A29;
  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;
}

.content-container {
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.rich-editor-content {
  max-width: 100%;
  width: 720px;
}
@media (min-width: 1400px) {
  .rich-editor-content {
    width: 900px;
  }
}

.accordion {
  margin-bottom: 3.125rem;
}

.page-summary {
  border-top: #FFC100 4px solid;
  background-color: #f6f6f6;
  color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
}
@media (min-width: 992px) {
  .page-summary {
    padding-bottom: 0;
  }
}
.page-summary a {
  color: #1c1918;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.page-summary a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.page-summary span {
  color: #1c1918;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.page-summary .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-summary h1 {
  margin-top: 1.25rem;
  line-height: 1.2;
}
@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 p {
  color: #2D2D2D;
  margin-bottom: 1.25rem;
}
.rich-editor-content h2, .rich-editor-content h3, .rich-editor-content h4, .rich-editor-content h5 {
  color: #2D2D2D;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  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 img {
  max-width: 100%;
}
.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 #2D2D2D;
}
.rich-editor-content table th p:last-child, .rich-editor-content table td p:last-child {
  margin: 0;
}
.rich-editor-content ul, .rich-editor-content ol {
  padding: 0;
  margin-bottom: 1.25rem;
}
.rich-editor-content ul li, .rich-editor-content ol li {
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.rich-editor-content ul ul, .rich-editor-content ul ol, .rich-editor-content ol ul, .rich-editor-content ol ol {
  padding: 0.25rem 0 0;
}
.rich-editor-content ul ul li, .rich-editor-content ul ol li, .rich-editor-content ol ul li, .rich-editor-content ol ol li {
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
}
.rich-editor-content ul {
  list-style-type: none;
}
.rich-editor-content ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.rich-editor-content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.75rem;
  width: 7px;
  height: 7px;
  background-color: #1C2A29;
  border: 1px solid #1C2A29;
  border-radius: 50%;
}
.rich-editor-content ul ul li {
  /*padding-left: rfs-value(18px);*/
}
.rich-editor-content ul ul li:before {
  width: 7px;
  height: 7px;
  top: 8px;
  background-color: transparent;
  border: 1px solid #1C2A29;
  border-radius: 50%;
}
.rich-editor-content ul ul ul li {
  padding-left: 1rem;
}
.rich-editor-content ul ul ul li:before {
  width: 7px;
  height: 7px;
  top: 0.4375rem;
  background-color: #1C2A29;
  border: 1px solid #1C2A29;
  border-radius: 0;
}
.rich-editor-content ul ul ul ul li {
  padding-left: 0.875rem;
}
.rich-editor-content ul ul ul ul li:before {
  width: 7px;
  height: 7px;
  top: 0.4375rem;
  background-color: transparent;
  border: 1px solid #1C2A29;
  border-radius: 50%;
}
.rich-editor-content ol {
  list-style-type: none;
  counter-reset: item;
}
.rich-editor-content ol li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}
.rich-editor-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #1C2A29;
  font-weight: 700;
  font-size: 1rem;
}
.rich-editor-content ol ol li {
  padding-left: 2.5rem;
}
.rich-editor-content ol ol li:before {
  content: counters(item, ".") " ";
}
.rich-editor-content a {
  color: #1C2A29;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.rich-editor-content a:hover {
  text-decoration: none;
}

.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;
  margin-top: 3.75rem;
  margin-bottom: 0.625rem;
  color: #2D2D2D;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 1.25rem;
}

.page-list-item-news {
  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;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  margin-bottom: 1.25rem;
}
html:not(.touch) .page-list-item-news:hover .page-list-item-title, html:not(.touch) .page-list-item-news:focus-visible .page-list-item-title {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.page-list-item-news:last-child {
  margin-bottom: 0;
}

.page-list-item {
  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;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  margin-bottom: 1.25rem;
  max-width: 900px;
  width: 100%;
}
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-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.page-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-list-item-image-wrapper {
    height: 7.5rem;
    overflow: hidden;
    border-top-left-radius: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-list-item-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-list-item-image {
    width: 100px;
  }
}

.page-list-item-title {
  color: #2D2D2D;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  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: 24px;
  }
}

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

.page-list-item-content {
  padding: 0.9375rem 2.375rem 0.9375rem 1.125rem;
}

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

.call-to-action-link {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

.arrow-icon-sec-three-cta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #71A1AB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.arrow-img-sec-three-cta {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.call-to-action-link:hover .arrow-icon-sec-three-cta {
  background-color: #2D2D2D;
}

.page-title {
  color: #2D2D2D;
  font-family: Arial;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 575.98px) {
  .mobile-container {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .main-navigation {
    padding: 0;
  }
}
.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 {
  background-color: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 10px;
}
.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;
}
.call-to-action-link:hover .call-to-action-image {
  transform: scale(1.1);
}
.call-to-action-link:hover .call-to-action-title {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFC100;
  text-decoration-thickness: 15%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}

.call-to-action-body {
  padding: 0.9375rem 2.375rem 0.9375rem 1.125rem;
  background-repeat: no-repeat;
  background-position: top 18px right 16px;
}

.call-to-action-title {
  color: #2D2D2D;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0.25rem;
  overflow: hidden;
  font-size: 24px;
}

.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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.call-to-action-body {
  position: relative;
  padding-bottom: 30px;
}

.call-to-action-icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #007BFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.call-to-action-img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.call-to-action-link:hover .call-to-action-icon {
  background-color: #FFC100;
  transform: scale(1.05);
}

.call-to-action-link:hover .call-to-action-img {
  filter: brightness(0) invert(0);
}

.list-view-list {
  width: 900px;
  max-width: 100%;
}

.list-view-list-no-aside {
  justify-content: center;
}

.form-check-input:checked {
  background-color: #2D2D2D !important;
  border-color: #2D2D2D !important;
}

.gallery-container {
  max-width: 900px;
  width: 100%;
  column-count: 2;
  column-gap: 6px;
}
@media (max-width: 575.98px) {
  .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 {
  background-color: #f6f6f6;
  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: #424242;
  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: #424242;
  /*    .file-card-image {
      background-image: escape-svg(url("data:image/svg+xml,<svg%20id='Capa_1'%20enable-background='new%200%200%20512%20512'%20height='64'%20width='64'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'><path%20d='m330%20150c-19.299%200-35-15.701-35-35v-115h-179c-30.327%200-55%2024.673-55%2055v402c0%2030.327%2024.673%2055%2055%2055h280c30.327%200%2055-24.673%2055-55v-307zm-187%20210h72.72c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-72.72c-8.284%200-15-6.716-15-15s6.716-15%2015-15zm-15-65c0-8.284%206.716-15%2015-15h220c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-220c-8.284%200-15-6.716-15-15zm235-95c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-220c-8.284%200-15-6.716-15-15s6.716-15%2015-15z'/><path%20d='m325%20115c0%202.757%202.243%205%205%205h114.314c-2.744-5.066-6.274-9.719-10.515-13.732l-96.423-91.222c-3.742-3.54-7.91-6.493-12.375-8.825v108.779z'/></svg>"));
      background-repeat: no-repeat;
      background-size: 64px 64px;
      background-position: center;
  }*/
}
html:not(.touch) .file-card:hover .file-card-title, html:not(.touch) .file-card:focus-visible .file-card-title {
  color: #424242;
  text-decoration: underline;
}

/*.file-card-image {
    width: rfs-value(100px);
    height: rfs-value(150px);
    background-image: escape-svg(url("data:image/svg+xml,<svg%20id='Capa_1'%20enable-background='new%200%200%20512%20512'%20height='64'%20width='64'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'><path%20d='m330%20150c-19.299%200-35-15.701-35-35v-115h-179c-30.327%200-55%2024.673-55%2055v402c0%2030.327%2024.673%2055%2055%2055h280c30.327%200%2055-24.673%2055-55v-307zm-187%20210h72.72c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-72.72c-8.284%200-15-6.716-15-15s6.716-15%2015-15zm-15-65c0-8.284%206.716-15%2015-15h220c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-220c-8.284%200-15-6.716-15-15zm235-95c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015h-220c-8.284%200-15-6.716-15-15s6.716-15%2015-15z'/><path%20d='m325%20115c0%202.757%202.243%205%205%205h114.314c-2.744-5.066-6.274-9.719-10.515-13.732l-96.423-91.222c-3.742-3.54-7.91-6.493-12.375-8.825v108.779z'/></svg>"));
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: center;
}
*/
.file-card-content {
  padding: 1.25rem 1.875rem 1.25rem 0;
}

.file-card-title {
  color: #424242;
  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;
}

.breadcrumb {
  margin: 20px 0 40px;
  position: relative;
}
.breadcrumb a {
  color: #1c1918;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #1c1918;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.news-search {
  color: #fff;
  background-color: #1C2A29;
  border: 2px solid #1C2A29;
}
.news-search:hover {
  background-color: #0d1312;
  border-color: #0d1312;
}
.news-search.active, .news-search:active, .news-search.show {
  color: #fff !important;
  background-color: #1C2A29 !important;
  border-color: #1C2A29 !important;
}

.news-reset {
  color: #1C2A29;
  background-color: #fff;
  border: 2px solid #1C2A29;
}
.news-reset:hover {
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  color: #fff;
}
.news-reset.active, .news-reset:active, .news-reset.show {
  color: #1C2A29 !important;
  background-color: #fff !important;
  border-color: #1C2A29 !important;
}

/*Cookies*/
#cookiePanel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  padding: 30px 0;
  box-shadow: 0px 1px 56px -10px black;
  max-height: 800px;
}
#cookiePanel .container {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #cookiePanel .container {
    flex-flow: wrap;
  }
  #cookiePanel .container .btn {
    margin-left: 0;
  }
}
#cookiePanel .text-area h3 {
  color: #DA020E;
  font-weight: 700;
  font-size: 16px;
}
#cookiePanel .text-area p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
}
#cookiePanel .btn {
  text-decoration: none;
}

.button-area {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.button-area .btn {
  font-family: LarsseitBold;
  font-size: 16px;
  margin-right: 30px;
  padding: 8px 15px;
  height: unset;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .button-area {
    margin: 20px auto 0;
    width: 340px;
    justify-content: space-between;
    flex-flow: column;
    gap: 20px;
  }
  .button-area .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.cookie-modal {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  margin: 0 auto;
  top: 5%;
  height: 90%;
  right: 0;
  left: 0;
  width: 95%;
  max-width: 975px;
  z-index: 2147483647;
  box-shadow: 0px 2px 10px -3px #999;
  overflow: hidden;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.cookie-modal .header-panel {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .header-panel h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
.cookie-modal .header-panel .header-buttons {
  display: flex;
}
.cookie-modal .header-panel .header-buttons .btn {
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  padding: 0 15px;
  height: 45px;
  min-width: 160px;
}
.cookie-modal .header-panel .header-buttons .btn img {
  height: 15px;
  width: 15px;
}
.cookie-modal .header-panel .header-buttons .close-btn {
  min-width: 45px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .header-panel {
    flex-wrap: wrap;
  }
  .cookie-modal .header-panel .header-buttons {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .header-panel {
    padding: 15px;
  }
  .cookie-modal .header-panel h3 {
    margin-top: 0;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-top: 5px;
    height: 27px;
  }
}
.cookie-modal .body-panel {
  height: 100%;
  max-height: 82%;
}
.cookie-modal .body-panel .section-1 {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .body-panel .section-1 h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.cookie-modal .body-panel .dropdown-info {
  padding-left: 0;
  list-style: none;
}
.cookie-modal .body-panel .dropdown-info li {
  background-color: #e5e5e5;
  padding: 25px;
  margin-bottom: 10px;
}
.cookie-modal .body-panel .dropdown-info li button {
  font-family: LarsseitBold;
  font-size: 16px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 35px;
  color: #000;
  width: 100%;
  text-align: left;
}
.cookie-modal .body-panel .dropdown-info li button:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  left: 0;
  font-size: 23px;
  top: -5px;
  transition: all 0.5s ease;
}
.cookie-modal .body-panel .dropdown-info li button.open:before {
  transform: rotate(90deg);
}
.cookie-modal .body-panel .dropdown-info li .ot-answer {
  margin-top: 20px;
}
.cookie-modal .body-panel .dropdown-info li .ot-answer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #000;
}
.cookie-modal .body-panel .section-2 {
  padding: 20px 30px;
}
.cookie-modal .body-panel .section-2 h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cookie-modal .body-panel .section-2 ul {
  padding-left: 15px;
}
.cookie-modal .body-panel .section-2 ul li {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled {
  display: flex;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-enable {
  border-left: 1px solid #1C2A29;
  padding: 0px 20px 0px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-disable {
  border-left: 1px solid #1C2A29;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .body-panel {
    max-height: 68%;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .body-panel {
    max-height: 82%;
  }
}

.cookie-radio {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #2D2D2D !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  outline: none;
}

.cookie-radio::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #007BFF;
}

.cookie-header {
  font-family: Arial, sans-serif !important;
  color: #424242;
}

.cookie-body {
  font-family: Arial, sans-serif !important;
  color: #424242;
}

.cookie-link {
  color: #007BFF;
  text-decoration: underline #007BFF;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}
.cookie-link:hover {
  text-decoration: underline #007BFF;
  text-underline-offset: 25%;
  text-decoration-thickness: 10%;
}

.btn-cookie {
  color: #fff;
  background-color: #1C2A29;
  border: 2px solid #1C2A29;
}
.btn-cookie:hover {
  color: #fff;
  background-color: #2D2D2D;
  border: 2px solid #2D2D2D;
}

.btn-necessary {
  color: #1C2A29;
  background-color: #fff;
  border: 2px solid #1C2A29;
}
.btn-necessary:hover {
  color: #fff;
  background-color: #2D2D2D;
  border: 2px solid #2D2D2D;
}

/*Cookie end*/
.pagination .page-item .page-link {
  background-color: #fff;
  color: #1C2A29;
  border: 1px solid #f6f6f6;
}

.pagination .page-item .page-link:hover {
  background-color: #e5e5e5;
  color: #1C2A29;
}

.pagination .page-item.active .page-link {
  background-color: #1C2A29;
  color: #fff;
  border-color: #1C2A29;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, input, button {
  font-family: Arial, sans-serif !important;
}

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