/*
 sm     =   small   =   phone-small     = 576px     = 36em;
 md     =   medium  =   phone-large     = 768px     = 48em;
 lg     =   large   =   phone-tablet    = 992px     = 62em;
 xl     =   xlarge  =   desktop         = 1200px    = 75em;
 xxl    =   xxl     =   big desktop     = 1400px    = 87.5em;

 1em = 16px;
*/
/*
When using MAX and Desktop first approach the biggest screen size
shall be on top for right cascading of styles(smallest shall be last)
*/
/*
When using MIN and Mobile first approach the smalles screen size
shall be on top for right cascading of styles(bigest shall be last)
*/
* {
  margin: 0;
  padding: 0;
  min-width: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:focus:not(:focus-visible) {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding-top, 100px);
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-variant: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-variant: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(../fonts/os_bg-Italic.ttf);
  font-weight: normal;
  font-variant: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(../fonts/os_bg-Regular.ttf);
  font-weight: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(../fonts/os_bg-Bold.ttf);
  font-weight: 700;
  font-variant: normal;
}

body {
  font-family: 'OpenSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  font-variant: normal;
  text-rendering: geometricPrecision;
  letter-spacing: 0.01563rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  font-weight: 700;
}

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

p,
ul {
  line-height: 1.75;
}

.section-title {
  color: #33658a;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.list-title {
  margin-top: 1rem;
  color: #225e57;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.list-title + ul {
  margin-top: 0.5rem;
}

.section-link {
  display: inline-block;
  color: #347a9f;
  font-family: 'Montserrat';
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-title,
.publication-title {
  font-size: 1.1rem;
  letter-spacing: 0.01563rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .page-title,
  .publication-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.dark {
  background-color: #2f4858;
  color: white;
}

.primary {
  color: white;
  background-color: #33658a;
}

.blue {
  background-color: #88bcd8;
}

.blue .section-title,
.blue .section-link {
  color: #2f4858;
}

.shapes {
  background-image: url(../images/jpg/footer-top-bkg-xl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.u-link {
  display: inline-block;
  padding-left: calc(0.5rem + 17px);
  padding-top: 2px;
  font-size: 0.75rem;
  line-height: 1.3;
  background-image: url(../images/svg/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px;
}

.u-btn,
a.u-btn,
button {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: white;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.01563rem;
  background-color: #2f8379;
  border-color: transparent;
  border-radius: 0.125rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.u-btn:hover, .u-btn:focus, .u-btn:active,
a.u-btn:hover,
a.u-btn:focus,
a.u-btn:active,
button:hover,
button:focus,
button:active {
  background-color: #225e57;
}

.a11y-tools__list button {
  color: black;
}

.u-label {
  display: inline-block;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.download-btn {
  display: inline-block;
  padding: 0.5rem;
  padding-left: calc(0.5rem + 24px);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  background: url(../images/svg/download-btn.svg) 0.5rem center no-repeat;
  background-color: #f5f9f8;
  background-size: 14px;
  border: 1px solid #d5e6e4;
  border-radius: 0.25rem;
}

.u-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.u-list li:before {
  display: none;
}

.u-list a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.01563rem;
}

.u-list ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-left: 0.5rem;
}

.u-list ul li:before {
  display: none;
}

.u-list li {
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.u-list li ul li a {
  font-weight: normal;
}

.news-item__thumb {
  margin-bottom: 1rem;
}

.news-item__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.125rem;
}

.news-item__title {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.news-item__subtitle {
  margin-top: 1rem;
  color: #225e57;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-item__subtitle + ul {
  margin-top: 0.5rem;
}

.news-item__meta {
  display: block;
  margin-bottom: 0.5rem;
  color: #88bcd8;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.news-item--featured .news-item__title {
  font-size: 1rem;
}

.news-item--featured .news-item__excerpt {
  margin-bottom: 2rem;
  letter-spacing: 0.01563rem;
}

.banner {
  position: relative;
  width: 100%;
  min-height: 186px;
  background-color: #eaf3f2;
}

.banner__text {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: clamp(1rem, 15vw, 200px);
  padding-right: clamp(1rem, 15vw, 200px);
  text-align: center;
}

.banner__text h1,
.banner__text h2,
.banner__text h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.01563rem;
}

.banner__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 47.9em) {
  .banner__text {
    padding-left: clamp(1rem, 5vw, 200px);
    padding-right: clamp(1rem, 5vw, 200px);
  }
}

.tabs {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  color: white;
  background-color: #2f8379;
  border-radius: 0.25rem;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.tabs__list li:before {
  display: none;
}

.tabs__list__item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  text-align: left;
  background-color: #225e57;
  border-color: transparent;
  border-radius: 0.125rem;
}

.tabs__button:hover, .tabs__button:focus, .tabs__button:active, .tabs__button.active {
  background-color: #143834;
}

.tab-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 386px;
}

.tab-item__thumb {
  position: relative;
  width: 100%;
  height: 100%;
}

.tab-item__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0px 3.099px 11.369px 0px rgba(0, 0, 0, 0.19), 0px 7.448px 22.198px 0px rgba(0, 0, 0, 0.14), 0px 14.024px 32.859px 0px rgba(0, 0, 0, 0.11), 0px 25.017px 44.622px 0px rgba(0, 0, 0, 0.09), 0px 46.791px 60.724px 0px rgba(0, 0, 0, 0.08), 0px 112px 85px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3.099px 11.369px 0px rgba(0, 0, 0, 0.19), 0px 7.448px 22.198px 0px rgba(0, 0, 0, 0.14), 0px 14.024px 32.859px 0px rgba(0, 0, 0, 0.11), 0px 25.017px 44.622px 0px rgba(0, 0, 0, 0.09), 0px 46.791px 60.724px 0px rgba(0, 0, 0, 0.08), 0px 112px 85px 0px rgba(0, 0, 0, 0.05);
}

.tab-item__content p {
  line-height: 1.75;
}

.tab-item button,
.tab-item .u-btn {
  background-color: white;
  color: #143834;
}

.tab-item button:hover, .tab-item button:focus, .tab-item button:active,
.tab-item .u-btn:hover,
.tab-item .u-btn:focus,
.tab-item .u-btn:active {
  background-color: #eaf3f2;
}

@media screen and (max-width: 61.9em) {
  .tabs__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.25rem);
            flex: 0 0 calc(50% - 0.25rem);
  }
  .tab-item__thumb img {
    position: unset;
  }
}

@media screen and (max-width: 35.9em) {
  .tabs__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .tab-item__thumb img {
    position: unset;
  }
}

.tabs-light__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.tabs-light__list li:before {
  display: none;
}

.tabs-light__list__item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.5rem);
          flex: 0 0 calc(50% - 0.5rem);
}

.tabs-light__button {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  padding-bottom: 1rem;
  color: #143834;
  text-align: left;
  border-color: transparent;
  border-radius: 0;
  background-color: white;
}

.tabs-light__button span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}

.tabs-light__button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 8px;
  width: 100%;
  background-color: transparent;
}

.tabs-light__button:hover, .tabs-light__button:focus, .tabs-light__button:active, .tabs-light__button.active {
  background-color: transparent;
}

.tabs-light__button:hover:after, .tabs-light__button:focus:after, .tabs-light__button:active:after, .tabs-light__button.active:after {
  background-color: black;
}

.tab-light-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 386px;
}

.tab-light-item__thumb {
  position: relative;
  width: 100%;
  height: 100%;
}

.tab-light-item__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.8;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0px 3.099px 11.369px 0px rgba(0, 0, 0, 0.19), 0px 7.448px 22.198px 0px rgba(0, 0, 0, 0.14), 0px 14.024px 32.859px 0px rgba(0, 0, 0, 0.11), 0px 25.017px 44.622px 0px rgba(0, 0, 0, 0.09), 0px 46.791px 60.724px 0px rgba(0, 0, 0, 0.08), 0px 112px 85px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3.099px 11.369px 0px rgba(0, 0, 0, 0.19), 0px 7.448px 22.198px 0px rgba(0, 0, 0, 0.14), 0px 14.024px 32.859px 0px rgba(0, 0, 0, 0.11), 0px 25.017px 44.622px 0px rgba(0, 0, 0, 0.09), 0px 46.791px 60.724px 0px rgba(0, 0, 0, 0.08), 0px 112px 85px 0px rgba(0, 0, 0, 0.05);
}

.tab-light-item__content p {
  line-height: 1.75;
}

.tab-light-item button {
  background-color: white;
  color: #143834;
}

.tab-light-item button:hover, .tab-light-item button:focus, .tab-light-item button:active {
  background-color: #eaf3f2;
}

@media screen and (max-width: 61.9em) {
  .tabs-light__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5rem);
            flex: 0 0 calc(50% - 0.5rem);
  }
  .tabs-light .tab-item {
    position: relative;
    overflow-x: auto;
  }
  .tabs-light .tab-item__thumb img {
    position: unset;
  }
}

@media screen and (max-width: 35.9em) {
  .tabs-light__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.eservices-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  height: 100%;
  color: white;
  border-radius: 0.25rem;
  background-color: #347a9f;
}

.eservices-card__title {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.3;
}

.eservices-card__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1rem;
}

.eservices-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eservices-card__link:first-of-type {
  margin-right: 1rem;
}

.eservices-card__link::after {
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  margin-left: 0.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.eservices-card__link--download::after {
  margin-left: 0.35rem;
  background-image: url(../images/svg/download.svg);
}

.eservices-card__link--form::after {
  height: 15px;
  background-image: url(../images/svg/online.svg);
  background-position: center top;
  background-size: contain;
}

.eservices-card:hover, .eservices-card:focus, .eservices-card:active {
  background-color: #2f4858;
}

.eservices-card--profile p {
  line-height: 1.2;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.breadcrumbs {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumbs li:before {
  display: none;
}

.breadcrumbs__item {
  display: inline-block;
  color: #2f4858;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.25px;
}

.breadcrumbs__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  font-weight: 700;
}

.breadcrumbs__item a:after {
  content: '';
  display: block;
  margin: 0 0.25rem 0 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/svg/arrow-right.svg) center no-repeat;
  background-size: cover;
}

.breadcrumbs__item:last-of-type a:after {
  display: none;
}

:root {
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #88bcd8;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.125rem;
  --bs-border-radius-pill: 50rem;
}

.input-group-text--calendar {
  width: 30px;
  background-image: url(../images/svg/calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  border-left: transparent;
}

.input-group > *:first-child:has(.input-group-text) {
  border-right: transparent;
}

.input-group > *:last-child:has(.input-group-text) {
  border-left: transparent;
}

.input-group input:not(:first-child) {
  border-left: transparent;
}

.input-group input:not(:last-child) {
  border-right: transparent;
}

.input-group > *:last-child:not(button) {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.input-group input::-webkit-input-placeholder {
  text-align: right;
}

.input-group input:-ms-input-placeholder {
  text-align: right;
}

.input-group input::-ms-input-placeholder {
  text-align: right;
}

.input-group input::placeholder {
  text-align: right;
}

.input-group-vertical label,
.input-group-vertical .input-group-text {
  border-bottom: transparent;
}

.input-group-vertical input,
.input-group-vertical textarea {
  border-top: transparent;
}

@media screen and (max-width: 47.9em) {
  .input-group {
    margin-bottom: 1rem;
  }
}

.pagination {
  --bs-link-color: black;
  --bs-border-color: transparent;
  --bs-link-hover-color: #2f4858;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-active-color: var(--bs-link-hover-color);
  --bs-pagination-active-bg: transparent;
  --bs-pagination-active-border-color: transparent;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 1rem;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .page-item.active .page-link {
  font-weight: 700;
}

.pagination .page-link {
  min-width: 40px;
  height: 40px;
  padding: 0.25rem 1rem;
}

.pagination .page-item:before {
  display: none;
}

.pagination .page-item .page-link {
  background-position: center;
  background-repeat: no-repeat;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  border-bottom: 1px solid #2f4858;
}

.pagination .page-item--first .page-link {
  background-image: url(../images/svg/nav-first.svg);
}

.pagination .page-item--first .page-link:hover, .pagination .page-item--first .page-link:focus {
  background-image: url(../images/svg/nav-first-hover.svg);
}

.pagination .page-item--prev .page-link {
  background-image: url(../images/svg/nav-prev.svg);
}

.pagination .page-item--prev .page-link:hover, .pagination .page-item--prev .page-link:focus {
  background-image: url(../images/svg/nav-prev-hover.svg);
}

.pagination .page-item--next .page-link {
  background-image: url(../images/svg/nav-next.svg);
}

.pagination .page-item--next .page-link:hover, .pagination .page-item--next .page-link:focus {
  background-image: url(../images/svg/nav-next-hover.svg);
}

.pagination .page-item--last .page-link {
  background-image: url(../images/svg/nav-last.svg);
}

.pagination .page-item--last .page-link:hover, .pagination .page-item--last .page-link:focus {
  background-image: url(../images/svg/nav-last-hover.svg);
}

.pagination .page-item.inactive {
  pointer-events: none;
  opacity: 0.5;
}

.social {
  margin-top: 2rem;
}

.social__title {
  display: block;
  color: #33658a;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.33;
  margin-bottom: 0.25rem;
}

.social__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.social__list li:before {
  display: none;
}

.social__list li {
  display: inline-block;
}

.social__list li:not(:last-child) {
  margin-right: 0.25rem;
}

.social-item {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-item--facebook {
  background-image: url(../images/svg/social-facebook.svg);
}

.social-item--twitter {
  background-image: url(../images/svg/social-twitter.svg);
}

.social-item--linkedin {
  background-image: url(../images/svg/social-linkedin.svg);
}

.contacts {
  margin-bottom: 2rem;
}

.contacts__item {
  position: relative;
  padding: 0 0.5rem;
  height: 100%;
}

.contacts__item:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.5rem;
  left: 0;
  height: calc(100% - 0.5rem);
  width: 1rem;
  border-left: 1px dashed black;
}

.contacts__title {
  display: block;
  color: #33658a;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.map {
  width: 100%;
  min-height: 300px;
}

.navbar {
  padding: 0;
}

.main-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.main-nav li:before {
  display: none;
}

.main-nav__item {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-nav__link {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  color: inherit;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.125rem;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sublist-nav {
  position: absolute;
  display: none;
  top: 100%;
  width: clamp(200px, 30vw, 400px);
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #2f4858;
}

.sublist-nav li:before {
  display: none;
}

.sublist-nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  background-color: #2f4858;
}

.sublist-nav ul li:before {
  display: none;
}

.sublist-nav ul li a {
  font-weight: normal;
}

.sublist-nav ul li:hover, .sublist-nav ul li:focus, .sublist-nav ul li:focus-within {
  background-image: none;
}

.sublist-nav ul li:hover a, .sublist-nav ul li:focus a, .sublist-nav ul li:focus-within a {
  color: #88bcd8;
}

.sublist-nav li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sublist-nav li a {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  padding-left: 1rem;
  color: inherit;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-toggler {
  margin-left: 14px;
  padding: 1rem;
  border: transparent;
}

.navbar-toggler:focus, .navbar-toggler:focus-within, .navbar-toggler:hover, .navbar-toggler:active {
  background-color: transparent;
}

.navbar-toggler[aria-expanded='false'], .navbar-toggler[aria-expanded='true'] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.navbar-toggler[aria-expanded='false'] {
  background-image: url(../images/svg/menu.svg);
}

.navbar-toggler[aria-expanded='true'] {
  background-image: url(../images/svg/close.svg);
}

.mobile-sub {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-top: 1px solid #88bcd8;
}

.mobile-sub li:before {
  display: none;
}

.mobile-sub li > a {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

@media screen and (max-width: 74.9em) {
  .main-nav {
    padding-top: 1rem;
    font-size: 0.75rem;
  }
  .main-nav__item {
    display: block;
  }
  .main-nav__item:has(ul),
  .main-nav__item li:has(ul) {
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%;
  }
  .main-nav__item:has(ul) > a,
  .main-nav__item li:has(ul) > a {
    width: calc(100% - 32px);
  }
  .main-nav__item:has(ul) button.show-menu,
  .main-nav__item li:has(ul) button.show-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2f4858;
    cursor: pointer;
  }
  .main-nav__item:has(ul) button.show-menu[aria-expanded='false'],
  .main-nav__item li:has(ul) button.show-menu[aria-expanded='false'] {
    background-image: url(../images/svg/chevron-right-white.svg);
  }
  .main-nav__item:has(ul) button.show-menu[aria-expanded='true'],
  .main-nav__item li:has(ul) button.show-menu[aria-expanded='true'] {
    background-image: url(../images/svg/chevron-down-white.svg);
  }
  .main-nav__item:has(ul) .menu-open,
  .main-nav__item li:has(ul) .menu-open {
    position: static;
    display: block;
    background-color: transparent;
    background-image: none;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #88bcd8;
  }
  .main-nav__item:has(ul) .menu-open a,
  .main-nav__item li:has(ul) .menu-open a {
    font-size: 0.75rem;
  }
  .sublist-nav {
    position: static;
    width: 100%;
  }
  .sublist-nav li {
    display: block;
  }
  .sublist-nav li a {
    padding: 0.5rem 1rem;
  }
  .navbar {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 75em) {
  .main-nav {
    font-size: 0.75rem;
  }
  .sublist-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sublist-nav:before, .sublist-nav:after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: calc(100% + 1rem* 2);
    background-color: #2f4858;
    z-index: -1;
  }
  .sublist-nav:before {
    top: -1rem;
    left: 0;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  .sublist-nav:after {
    top: -1rem;
    left: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  .sublist-nav li:hover, .sublist-nav li:focus, .sublist-nav li:focus-within {
    background-image: -webkit-gradient(linear, left top, right top, from(#88bcd8), to(#2f4858));
    background-image: linear-gradient(90deg, #88bcd8, #2f4858);
  }
  .sublist-nav li a {
    padding: 0.5rem 0.5rem;
  }
  .main-nav__item:last-child ul a,
  .main-nav__item:nth-last-child(2) ul a {
    text-align: right;
  }
  .main-nav__item:last-child li:hover, .main-nav__item:last-child li:focus, .main-nav__item:last-child li:focus-within,
  .main-nav__item:nth-last-child(2) li:hover,
  .main-nav__item:nth-last-child(2) li:focus,
  .main-nav__item:nth-last-child(2) li:focus-within {
    background-image: -webkit-gradient(linear, left top, right top, from(#2f4858), to(#88bcd8));
    background-image: linear-gradient(90deg, #2f4858, #88bcd8);
  }
  .main-nav__item:last-child li:has(ul) ul,
  .main-nav__item:nth-last-child(2) li:has(ul) ul {
    border-right: 1px solid #88bcd8;
    border-left: none;
    left: -100%;
  }
  .main-nav__item:last-child .sublist-nav,
  .main-nav__item:nth-last-child(2) .sublist-nav {
    left: unset;
    right: 0;
  }
}

@media (hover: hover) {
  .main-nav__item:hover, .main-nav__item:focus, .main-nav__item:focus-within, .main-nav__item.active {
    background-color: #2f4858;
  }
  .main-nav__item:hover .sublist-nav, .main-nav__item:focus .sublist-nav, .main-nav__item:focus-within .sublist-nav, .main-nav__item.active .sublist-nav {
    display: block;
  }
  .main-nav__item a,
  .main-nav__item button {
    padding: 1rem 0.5rem;
  }
  .sublist-nav li:hover, .sublist-nav li:focus, .sublist-nav li:focus-within {
    background-image: -webkit-gradient(linear, left top, right top, from(#88bcd8), to(#2f4858));
    background-image: linear-gradient(90deg, #88bcd8, #2f4858);
  }
  .sublist-nav li:has(ul):after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/svg/chevron-right-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .sublist-nav li:has(ul):hover ul, .sublist-nav li:has(ul):focus ul, .sublist-nav li:has(ul):focus-within ul {
    display: block;
    border-left: 1px solid #88bcd8;
    min-height: 100%;
  }
  .sublist-nav li a {
    padding: 0.5rem 0.5rem;
  }
  .main-nav__item:last-child li:has(ul):before,
  .main-nav__item:nth-last-child(2) li:has(ul):before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/svg/chevron-left-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .main-nav__item:last-child li:has(ul):after,
  .main-nav__item:nth-last-child(2) li:has(ul):after {
    display: none;
  }
  .main-nav__item:last-child li:has(ul) ul,
  .main-nav__item:nth-last-child(2) li:has(ul) ul {
    border-right: 1px solid #88bcd8;
    border-left: none;
    left: -100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.5px) {
  .main-nav {
    font-size: 0.7rem;
  }
  .main-nav__item a,
  .main-nav__item button {
    padding: 1rem 0.5rem;
  }
}

@media (hover: none) and (min-width: 1200px) {
  .main-nav__item > button.show-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2f4858;
    cursor: pointer;
  }
  .main-nav__item > button.show-menu[aria-expanded='false'] {
    background-image: url(../images/svg/chevron-right-white.svg);
  }
  .main-nav__item > button.show-menu[aria-expanded='true'] {
    background-image: url(../images/svg/chevron-down-white.svg);
  }
  .main-nav__item:hover, .main-nav__item:focus, .main-nav__item:focus-within, .main-nav__item.active {
    background-color: #2f4858;
  }
  .main-nav__item a,
  .main-nav__item button {
    padding: 1rem 0.5rem;
  }
  .main-nav__item:last-child .sublist-nav.menu-open .show-menu,
  .main-nav__item:nth-last-child(2) .sublist-nav.menu-open .show-menu {
    background-image: url(../images/svg/chevron-left-white.svg);
  }
  .main-nav__item:last-child li:has(ul) a,
  .main-nav__item:nth-last-child(2) li:has(ul) a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-nav__item:last-child li:has(ul) .show-menu,
  .main-nav__item:nth-last-child(2) li:has(ul) .show-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sublist-nav.menu-open {
    display: block;
  }
  .sublist-nav.menu-open li:before {
    display: none;
  }
  .sublist-nav.menu-open li:has(.menu-open + .show-menu[aria-expanded='true']) > .menu-open {
    display: block;
  }
  .sublist-nav.menu-open .show-menu {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../images/svg/chevron-right-white.svg);
    background-color: #33658a;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

.prb-link {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1;
  padding: 1rem 1rem;
  padding-right: 3rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-color: #2f4858;
  border: none;
  border-radius: 0;
}

.prb-link:hover, .prb-link:focus, .prb-link:focus-within {
  background-color: #2f8379;
}

.prb-link[aria-expanded='false'] {
  background-image: url(../images/svg/chevron-down-white.svg);
}

.prb-link[aria-expanded='true'] {
  background-image: url(../images/svg/chevron-up-white.svg);
  background-color: #2f8379;
}

.topnav__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav__list li:before {
  display: none;
}

.topnav__item {
  font-size: 0.62rem;
}

.topnav__item a,
.topnav__item button {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.topnav__item a:hover, .topnav__item a:focus, .topnav__item a:active,
.topnav__item button:hover,
.topnav__item button:focus,
.topnav__item button:active {
  background-color: #2f8379;
}

.topnav__item > a,
.topnav__item > button {
  font-size: inherit;
  display: block;
  padding: 1rem 1rem;
}

.topnav__item--search {
  margin-left: auto;
}

.topnav__item--lng a {
  padding-right: calc(16px + 16px + 16px);
}

.search-toggle {
  padding: 1rem 1rem;
  padding-right: calc(16px + 16px + 16px);
  background-image: url(../images/svg/magnifier.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.search-toggle:hover, .search-toggle:focus {
  background-color: transparent;
}

.language-toggle {
  display: block;
  background-image: url(../images/svg/globe.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}

@media screen and (min-width: 75em) {
  .topnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .topnav__item {
    font-size: 0.75rem;
  }
  .topnav__item--signal > .signal {
    background-color: #2f8379;
  }
  .topnav--scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
  }
}

@media (min-width: 768px) and (max-width: 1199.5px) {
  .topnav__item {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 74.9em) {
  .search-toggle,
  .language-toggle {
    display: block;
    background-color: transparent;
  }
  .language-toggle {
    margin-left: auto;
    padding-right: 3rem;
  }
  .language-toggle span {
    font-size: 0.8125rem;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  .topnav__item--dropdown,
  .topnav__item--dropdown button {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 47.9em) {
  .search-toggle,
  .language-toggle {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0.5rem;
    background-color: transparent;
    background-position: center;
  }
  .search-toggle span,
  .language-toggle span {
    display: block;
    width: 1px;
    height: 1px;
    visibility: hidden;
  }
  .topnav__item--dropdown,
  .topnav__item--dropdown button {
    width: 100%;
    text-align: left;
  }
}

.topnav__list {
  position: relative;
}

.search__dialog {
  width: 100%;
  border: 0;
  padding: 5rem 0.62rem;
  max-width: 100vw;
  background-color: #2f4858;
}

.search__dialog:modal {
  margin-top: 0;
}

.search__dialog[open] {
  z-index: 9990;
}

.search ::-webkit-backdrop {
  background-image: linear-gradient(45deg, magenta, rebeccapurple, dodgerblue, green);
  opacity: 0.75;
}

.search ::backdrop {
  background-image: linear-gradient(45deg, magenta, rebeccapurple, dodgerblue, green);
  opacity: 0.75;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search__form input {
  font-size: 1.2rem;
  border: none;
  color: white;
  font-weight: 700;
  background-color: transparent !important;
}

.search__form input:focus, .search__form input:focus-visible, .search__form input:focus-within {
  background-color: #2f4858 !important;
  color: white !important;
}

.search__form input::-webkit-input-placeholder {
  font-size: 1.2rem;
  color: #88bcd8;
  font-weight: 400;
  background-color: #2f4858;
}

.search__form input:-ms-input-placeholder {
  font-size: 1.2rem;
  color: #88bcd8;
  font-weight: 400;
  background-color: #2f4858;
}

.search__form input::-ms-input-placeholder {
  font-size: 1.2rem;
  color: #88bcd8;
  font-weight: 400;
  background-color: #2f4858;
}

.search__form input::placeholder {
  font-size: 1.2rem;
  color: #88bcd8;
  font-weight: 400;
  background-color: #2f4858;
}

.search__form input[type='search']::-webkit-search-cancel-button {
  display: none;
}

.search__form input:not(:placeholder-shown) {
  color: white;
}

.search__btn {
  background-image: url(../images/svg/arrow-right-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
}

.search__btn:hover, .search__btn:focus {
  background-color: #347a9f;
}

.search__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 1rem;
  background-color: transparent;
  background-image: url(../images/svg/close-sm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  opacity: 0.8;
}

.search__close:hover, .search__close:focus {
  background-color: transparent;
}

@media screen and (min-width: 48em) {
  .search__form input {
    font-size: 2.3rem;
  }
  .search__form input::-webkit-input-placeholder {
    font-size: 2.3rem;
  }
  .search__form input:-ms-input-placeholder {
    font-size: 2.3rem;
  }
  .search__form input::-ms-input-placeholder {
    font-size: 2.3rem;
  }
  .search__form input::placeholder {
    font-size: 2.3rem;
  }
  .search__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    background-size: 32px;
  }
  .search__close {
    background-size: 24px;
  }
}

.select-city {
  position: relative;
  width: 100%;
}

.search-form {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
}

.search-form input {
  width: 100%;
  padding: 0.5rem 0.25rem;
  padding-left: 0.5rem;
  color: white;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/svg/magnifier.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
}

.search-form input::-webkit-input-placeholder {
  color: white;
}

.search-form input:-ms-input-placeholder {
  color: white;
}

.search-form input::-ms-input-placeholder {
  color: white;
}

.search-form input::placeholder {
  color: white;
}

.search-form input:not(::-webkit-input-placeholder-shown) {
  color: white;
}

.search-form input:not(:-ms-input-placeholder-shown) {
  color: white;
}

.search-form input:not(::-ms-input-placeholder-shown) {
  color: white;
}

.search-form input:not(::placeholder-shown) {
  color: white;
}

.list {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  left: 0;
  width: 100vw;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  background-color: #2f8379;
  z-index: 20;
}

.towns {
  max-height: 50vh;
  overflow: auto;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.towns li {
  font-size: 12px;
  list-style: none;
  padding: 5px;
}

.towns li a {
  font-size: 0.68rem;
}

.towns::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.25);
}

.towns::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
}

.towns::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #225e57;
}

.prb-link[aria-expanded='true'] + .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9991;
}

@media screen and (min-width: 48em) {
  .list {
    width: 120%;
  }
  .list ul {
    max-height: 240px;
  }
}

.file-listing {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.file-listing li:before {
  display: none;
}

.file-listing li:has(a:nth-child(2)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-listing li:has(a:nth-child(2)) a:nth-child(2) {
  margin-left: 0.25rem;
  background-color: #eaf3f2;
  background-image: url(../images/svg/link-arrow-green.svg);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.file-listing a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.5rem;
  padding-left: calc(0.5rem + 24px);
  color: #143834;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none !important;
  background-image: url(../images/svg/download-btn.svg);
  background-position: 0.5rem 0.5rem;
  background-repeat: no-repeat;
  background-color: #f5f9f8;
  background-size: 14px;
  border: 1px solid #d5e6e4;
  border-radius: 0.25rem;
}

.file-listing a:hover, .file-listing a:focus, .file-listing a:active {
  background-color: #ebf3f1;
}

.file-listing a span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 fit-content;
          flex: 0 fit-content;
  color: #2f4858;
  padding-left: 0.5rem;
  text-transform: none;
  font-size: 0.6rem;
}

.file-listing a span:first-child {
  margin-left: auto;
}

.file-listing a span:last-child {
  border-left: 1px dotted #aed2e5;
}

.file-listing a span:not(:last-child) {
  padding-right: 0.5rem;
}

.file-listing a + a {
  width: auto;
}

@media screen and (max-width: 47.9em) {
  .file-listing li:has(a:nth-child(2)) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.5rem;
    border-left: 2px solid #2f8379;
    padding-left: 0.25rem;
  }
  .file-listing li:has(a:nth-child(2)) a:first-child {
    margin-top: 0;
  }
  .file-listing li:has(a:nth-child(2)) a.blah:nth-child(2) {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .file-listing a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .file-listing a span {
    display: inline-block;
    margin-top: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .file-listing a span:first-child {
    margin: 0;
    margin-top: 1rem;
    padding-left: 0;
  }
}

.date-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 fit-content;
          flex: 0 0 fit-content;
}

.date-filter button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 fit-content;
          flex: 0 0 fit-content;
}

.date-filter input[type='date'] {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 0.83rem;
}

@media screen and (max-width: 74.9em) {
  .date-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .date-filter .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .date-filter .input-group label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    margin-bottom: 0.5rem;
  }
  .date-filter .input-group input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    margin-bottom: 0.5rem;
  }
  .date-filter .input-group input:first-of-type {
    border-right: 1px solid #88bcd8;
    border-radius: 0.125rem;
  }
  .date-filter button {
    margin-top: 0.5rem;
    margin-left: 0 !important;
  }
}

.page-banner {
  margin-bottom: 4rem;
}

.news-listing {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.map,
.form {
  margin-bottom: 1rem;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.subheader {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #2f4858;
}

.brand {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -ms-grid-columns: 80px auto;
      grid-template-columns: 80px auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  font-size: 2rem;
}

.brand:before {
  content: '';
  position: absolute;
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/lion-white.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand span {
  padding-left: 1rem;
}

.brand__title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.brand__subtitle {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: block;
  width: 100%;
}

.brand__container {
  padding: 3rem 1rem 3rem 1rem;
}

.brand__container:has(a.back-link) {
  padding-top: 1rem;
}

.brand--footer:before {
  content: '';
  background-image: url(../images/svg/prb-logo.svg);
}

.back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.back-link::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: red;
  background: url(../images/svg/back-arrow.svg) left center no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-link:hover::before, .back-link:focus::before {
  width: 28px;
}

.logo {
  margin-left: auto;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
  background: url(../images/svg/prb-logo.svg) left top no-repeat;
  background-size: contain;
  background-position: right center;
}

.brand,
.footer-brand {
  color: inherit;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.brand__title,
.footer-brand__title {
  font-weight: 700;
}

.brand__subtitle,
.footer-brand__subtitle {
  margin-top: 0.25rem;
  font-weight: 400;
}

@media screen and (min-width: 48em) {
  .header {
    position: relative;
  }
  .navbar--scroll {
    position: fixed;
    width: 100%;
    top: 44px;
    left: 0;
    background-color: #33658a;
    z-index: 100;
  }
  .brand {
    font-size: 1.3rem;
    background-position: left center;
    -ms-grid-columns: 70px auto;
        grid-template-columns: 70px auto;
  }
  .brand span {
    padding-left: 0.5rem;
  }
  .brand__title {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .brand__subtitle {
    font-size: 0.875rem;
  }
  .brand--footer {
    padding-top: 0;
    padding-bottom: 0;
    -ms-grid-columns: 60px auto;
        grid-template-columns: 60px auto;
  }
  .brand--footer::before {
    position: absolute;
    width: 4rem;
    height: 4.75rem;
    top: -1rem;
  }
  .brand--footer span {
    padding-left: 1rem;
  }
  .brand--footer .brand__title {
    font-size: 1.3rem;
  }
  .brand--footer .brand__subtitle {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 62em) {
  .brand {
    font-size: 1.3rem;
    background-position: left center;
    -ms-grid-columns: 80px auto;
        grid-template-columns: 80px auto;
  }
  .brand span {
    padding-left: 1rem;
  }
  .brand__title {
    font-size: 2rem;
    line-height: 1.1;
  }
  .brand__subtitle {
    font-size: 1.5rem;
  }
  .brand--footer span {
    padding-left: 1rem;
  }
  .brand--footer .brand__title {
    font-size: 1.5rem;
  }
  .brand--footer .brand__subtitle {
    font-size: 1rem;
  }
  .brand--local .brand__title {
    font-size: 1.5rem;
  }
  .brand--local .brand__subtitle {
    font-size: 1rem;
  }
}

@media screen and (max-width: 47.9em) {
  .brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
    background-position: left center;
    -ms-grid-columns: 60px auto;
        grid-template-columns: 60px auto;
  }
  .brand span {
    padding-left: 0.5rem;
  }
  .brand__title {
    font-size: 1rem;
  }
  .brand__subtitle {
    margin-top: 0;
    font-size: 0.875rem;
  }
  .brand__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .brand--local .brand__title {
    font-size: 0.87rem;
  }
  .brand--local .brand__subtitle {
    margin-top: 0;
    font-size: 0.65rem;
  }
  .brand--footer {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -ms-grid-columns: 50px auto;
        grid-template-columns: 50px auto;
  }
  .brand--footer span {
    padding-left: 1rem;
  }
  .brand--footer .brand__title {
    font-size: 1.3rem;
  }
  .brand--footer .brand__subtitle {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    background-position: left center;
    -ms-grid-columns: 70px auto;
        grid-template-columns: 70px auto;
  }
  .brand span {
    padding-left: 0.5rem;
  }
  .brand__title {
    font-size: 1rem;
    line-height: 1.1;
  }
  .brand__subtitle {
    font-size: 0.875rem;
  }
  .brand--footer {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -ms-grid-columns: 50px auto;
        grid-template-columns: 50px auto;
  }
  .brand--footer::before {
    top: unset;
  }
  .brand--footer span {
    padding-left: 1rem;
  }
  .brand--footer .brand__title {
    font-size: 1.3rem;
  }
  .brand--footer .brand__subtitle {
    font-size: 0.875rem;
  }
}

footer section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  font-size: 0.81rem;
}

.footer-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-list li:before {
  display: none;
}

.footer-list a {
  color: inherit;
}

.footer-description {
  text-align: right;
}

.footer-description__title {
  font-size: 1rem;
}

.footer-description__label {
  margin-bottom: 0;
  color: #88bcd8;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.footer-description a {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: calc(1.5rem + 64px);
  font-size: 1.5rem;
  background: url(../images/svg/prb-logo.svg) left top no-repeat;
}

.footer-brand.brand:before {
  display: none;
}

.footer-brand span {
  font-size: 1rem;
}

.footer-nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.footer-nav ul li:before {
  display: none;
}

.footer-nav ul li {
  display: inline-block;
}

.footer-nav ul li:first-child {
  padding-right: 0.62rem;
}

.footer-nav ul a {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: underline;
}

.copyright,
.footer-nav a {
  color: inherit;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 3px;
}

@media screen and (max-width: 47.9em) {
  footer .col-auto {
    width: 100%;
    margin-top: 1rem;
  }
  .footer-description {
    text-align: left;
  }
  .footer-description a {
    font-size: 1rem;
  }
  .footer-nav ul {
    margin-left: unset;
  }
}

.home-banner {
  margin-top: 8rem;
}

.home-news {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-content {
  padding-right: 2rem;
}

.page-content__wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-content p:last-of-type:not(:first-of-type) {
  margin-bottom: 0;
}

.page-content h3:not([class]),
.page-content h4:not([class]) {
  color: #33658a;
}

.page-content h3:not([class]) {
  font-size: 1.5rem;
}

.page-content h4:not([class]) {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.page-content * + h2,
.page-content * + h3,
.page-content * + h4:not([class]) {
  margin-top: 2rem;
}

.page-content a:not([class]) {
  color: #2f8379;
  font-weight: 700;
  text-decoration: underline;
}

.page-content ul:not([class]) {
  list-style: none;
}

.page-content ul:not([class]) li {
  position: relative;
}

.page-content ul:not([class]) li:before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 12px;
  display: block;
  width: 4px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}

table {
  --bs-table-hover-bg: rgba(234, 243, 242, 0.3);
  font-size: 0.875rem;
  line-height: 2;
}

table thead {
  color: white;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  line-height: 2;
  background-color: #225e57;
}

.zpkonpi th[scope='row'], .zpkonpi__date {
  font-weight: normal;
  font-weight: 0.875rem;
}

.zpkonpi td:not(.zpkonpi__date) {
  font-size: 1rem;
}

.zpkonpi td {
  width: 20%;
}

.version {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.version-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2f4858;
  background-color: #88bcd8;
}

@media screen and (max-width: 47.9em) {
  .page-content {
    padding-right: unset;
  }
}

.sidebar {
  padding-left: 2rem;
  padding-bottom: 4rem;
  border-left: 1px solid #88bcd8;
}

.sidebar-title {
  margin-bottom: 1.5rem;
  color: #2f8379;
  font-size: 1.5rem;
  line-height: 1;
}

.sidebar-nav__list, .sidebar-nav__sublist {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar-nav__list li:before, .sidebar-nav__sublist li:before {
  display: none;
}

.sidebar-nav__list {
  margin-bottom: 2rem;
}

.sidebar-nav__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #33658a;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.38;
}

.sidebar-nav__list a:hover, .sidebar-nav__list a:focus, .sidebar-nav__list a:active, .sidebar-nav__list a.active {
  color: #88bcd8;
}

.sidebar-nav__list a:hover:before, .sidebar-nav__list a:focus:before, .sidebar-nav__list a:active:before, .sidebar-nav__list a.active:before {
  content: '';
  position: absolute;
  left: -2rem;
  display: block;
  width: 3px;
  height: calc(100% - 1rem);
}

.sidebar-nav__list a:hover:before, .sidebar-nav__list a:focus:before, .sidebar-nav__list a:active:before {
  background-color: #88bcd8;
}

.sidebar-nav__list a.active {
  font-weight: 700;
  color: #2f8379;
}

.sidebar-nav__list a.active:before {
  background-color: #2f8379;
}

.sidebar-nav__link {
  padding: 0.5rem 0;
  font-weight: 700;
}

.sidebar-nav__sublist a {
  font-weight: normal;
  padding: 0.25rem 0;
}

.sidebar-listing > * {
  margin-bottom: 2rem;
}

@media screen and (max-width: 47.9em) {
  .sidebar {
    margin-top: 3rem;
  }
}

.media-container {
  margin-bottom: 2rem;
  border-bottom: 1px solid #88bcd8;
}

.media-container__meta {
  display: block;
  margin-bottom: 0.33333rem;
  font-size: 0.81rem;
  line-height: 1.4;
}

.media-container__meta span {
  font-weight: 700;
}

.media-container__thumbs-listing {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.media-container__thumbs-listing li:before {
  display: none;
}

.media-container__thumbs-listing li {
  display: inline-block;
  width: calc(20% - 0.4rem);
}

.media-container__thumb {
  width: 100%;
}

.media-container__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.125rem;
}

.media-container__video {
  width: 100%;
  height: 500px;
  margin-bottom: 0.5rem;
}

.media-container__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.media-container .gallery-item {
  cursor: pointer;
}

figure {
  width: 100%;
  margin-bottom: 0.66667rem;
}

figure img {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.25rem;
}

figure figcaption {
  font-size: 0.81rem;
  line-height: 1.4;
}

@media screen and (max-width: 47.9em) {
  .media-container__thumbs-listing {
    gap: 0.25rem;
  }
  .media-container__thumbs-listing li {
    width: calc(25% - 0.2rem);
  }
}

.remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: orange;
}

.remove a {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.25rem;
  font-size: 0.75rem;
  background-color: black;
  color: white;
}

.accessibility-content > ul a {
  word-break: break;
}
/*# sourceMappingURL=main.css.map */