/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/tailwind.scss ***!
  \***************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
.container {
    width: 100%
}
@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}
.visible {
    visibility: visible
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
.table {
    display: table
}
.hidden {
    display: none
}
.select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
::after,
::before{
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

pre{
  overflow: auto;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 400;
}

h1 {
  font-size: 72px;
  line-height: 82px;
  margin: 36px 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

h2 {
  font-size: 52px;
  line-height: 62px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.btn {
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.rounded {
  border-radius: 8px;
}
.btn.h1-balancing-margin {
  margin-bottom: 25px;
}
.btn:hover {
  background-color: transparent;
}
.btn.small {
  width: 200px;
  height: 56px;
  font-size: 16px;
  line-height: 24px;
}
.btn.small.auto-width {
  min-width: 200px;
  padding: 0 20px;
}
.btn.large {
  width: 300px;
  height: 80px;
  font-size: 24px;
  line-height: 28px;
}
.btn.large.auto-width {
  min-width: 300px;
  padding: 0 30px;
}
.btn.auto-width {
  width: auto;
}
.btn.white-teal, .btn.white-blue {
  border-color: #FFF;
  background-color: #FFF;
}
.btn.white-teal {
  color: #1198BA;
}
.btn.white-blue {
  color: #213D90;
}
.btn.white-teal:hover, .btn.white-blue:hover {
  background-color: transparent;
  color: #FFF;
}
.btn.teal {
  border-color: #1198BA;
  background-color: #1198BA;
  color: #FFF;
}
.btn.teal:hover {
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.btn.teal.inverted {
  border-color: #1198BA;
  -webkit-background-clip: text;
          background-clip: text;
  color: #1198BA;
}
.btn.teal.inverted:hover {
  background-clip: border-box;
  background-clip: initial;
  background-color: #1198BA;
  color: #FFF;
}
.btn.blue {
  border-color: #213D90;
  background-color: #213D90;
  color: #FFF;
}
.btn.blue:hover {
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.btn.blue.inverted {
  border-color: #213D90;
  -webkit-background-clip: text;
          background-clip: text;
  color: #213D90;
}
.btn.blue.inverted:hover {
  background-clip: border-box;
  background-clip: initial;
  background-color: #213D90;
  color: #FFF;
}
.btn.blue-white {
  border-color: #213D90;
  background-color: #213D90;
  color: #FFF;
}
.btn.blue-white:hover {
  color: #213D90;
  background-color: #FFF;
  border-color: #FFF;
}

.wp-block-post-content.wp-block-post-content {
  width: 100%;
  padding: 10px;
}

.text-underlined {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.banner-text {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner-text h1 {
  margin: 15px 0;
}

.intro-blurb {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  margin: 15px 0;
  padding-bottom: 10px;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.custom-select {
  position: relative;
  align-items: center;
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* stylelint-disable selector-pseudo-element-no-unknown */
}
.custom-select select,
.custom-select ::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
}
.custom-select select::picker-icon {
  background-color: #213D90;
  color: #FFF;
  transition: 0.4s rotate;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "▾";
}
.custom-select select {
  border: 1px #535454 solid;
  height: 60px;
  margin: 15px;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  line-height: 30px;
}
.custom-select option {
  padding: 10px 0;
}
.custom-select option:checked {
  color: #FFF;
  background-color: #213D90;
}
.custom-select .selected-options {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding-bottom: 0;
  border-bottom: 0;
}
.custom-select .selected-options:not(:empty) {
  padding-bottom: 6px;
  border-bottom: 1px #eff4f4 solid;
}
.custom-select .selected-item {
  background: #e6eefb;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.85rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 41, 95, 0.12);
  white-space: nowrap;
}
.custom-select .selected-item button.remove {
  border: none;
  background: transparent;
  color: #333;
  font-weight: 700;
  cursor: pointer;
  padding-left: 6px;
  font-size: 0.9em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.custom-select .selected-item.selected-summary {
  background: #f4f6fb;
  border-style: dashed;
  font-style: italic;
  cursor: default;
  padding-right: 12px;
}
@media screen and (max-width: 576px) {
  .custom-select .selected-options {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .custom-select {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .custom-select {
    width: 90%;
  }
}

.custom-multiselect {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px;
}
.custom-multiselect .dropdown-toggle {
  width: 100%;
  padding-left: 8px;
  cursor: pointer;
  background: #FFF;
  border: 1px #535454 solid;
  text-align: left;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-multiselect .dropdown-toggle:hover {
  background-color: #e5e5e5;
}
.custom-multiselect .dropdown-toggle .arrow-container {
  height: 60px;
  width: 60px;
  background-color: #213D90;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-multiselect .dropdown-menu {
  position: static;
  width: 100%;
  margin-top: -1px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1;
  transition: max-height 0.2s ease-out, opacity 0.18s ease-out, visibility 0s linear 0.2s;
}
.custom-multiselect .dropdown-menu .dropdown-footer {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
  padding: 8px 10px;
  text-align: right;
  background: #fff;
}
.custom-multiselect .dropdown-menu .dropdown-footer .dropdown-close {
  background: none;
  border: 0;
  color: #213D90;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 999px;
}
.custom-multiselect .dropdown-menu .dropdown-footer .dropdown-close:hover, .custom-multiselect .dropdown-menu .dropdown-footer .dropdown-close:focus-visible {
  background: rgba(33, 61, 144, 0.08);
  outline: none;
}
.custom-multiselect .dropdown-menu label {
  display: flex;
  text-align: left;
  line-height: 24px;
  padding: 15px 10px;
}
.custom-multiselect .dropdown-menu label.hidden {
  display: none;
}
.custom-multiselect .dropdown-menu label:hover {
  background-color: #e5e5e5;
}
.custom-multiselect .dropdown-menu label input {
  margin-right: 10px;
}

.custom-multiselect.open .dropdown-menu {
  max-height: 260px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.2s ease-in, opacity 0.18s ease-in, visibility 0s;
}

body.safari .custom-multiselect .dropdown-toggle {
  background: linear-gradient(to bottom, #ebebeb 0%, #FFF 100%);
  border-radius: 3px;
  border: 1px solid #535454;
  font-size: 24px;
  box-shadow: inset 8px 0 8px -8px rgba(0, 0, 0, 0.15), inset -8px 0 8px -8px rgba(0, 0, 0, 0.15);
}
body.safari .custom-multiselect .dropdown-toggle .arrow-container {
  background: none;
  padding: 0 10px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}
body.safari .custom-multiselect .dropdown-toggle .arrow-container::before, body.safari .custom-multiselect .dropdown-toggle .arrow-container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
body.safari .custom-multiselect .dropdown-toggle .arrow-container::before {
  border-bottom: 9px solid #000;
  margin-bottom: 4px;
}
body.safari .custom-multiselect .dropdown-toggle .arrow-container::after {
  border-top: 9px solid #000;
}
body.safari .custom-multiselect .dropdown-toggle .arrow-container span {
  display: none;
}
body.safari .custom-multiselect .dropdown-menu label {
  align-items: center;
}

.custom-block.breadcrumb {
  position: relative;
  display: flex;
  justify-content: center;
}
.custom-block.breadcrumb .container .breadcrumb-wrapper {
  width: 100%;
}
.custom-block.breadcrumb .container .breadcrumb-wrapper .breadcrumb {
  list-style: none;
  display: flex;
  gap: 8px;
  font-size: 14px;
  padding: 0;
  align-items: center;
}
.custom-block.breadcrumb .container .breadcrumb-wrapper .breadcrumb li {
  display: inline;
}
.custom-block.breadcrumb .container .breadcrumb-wrapper .breadcrumb a {
  text-decoration: none;
  color: #000;
}
.custom-block.breadcrumb .container .breadcrumb-wrapper .breadcrumb strong {
  font-weight: 700;
}

.custom-block.job-search-filter {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.custom-block.job-search-filter .container.banner-filters {
  flex-direction: column;
  align-items: center;
}
.custom-block.job-search-filter .container.banner-filters .banner-text {
  max-width: 1040px;
  min-height: 280px;
  margin: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .custom-block.job-search-filter .container.banner-filters .banner-text .intro-blurb {
    font-size: 20px;
    line-height: 27px;
  }
}
.custom-block.job-search-filter .container.banner-filters .banner-form {
  background-color: #FFF;
  width: 100%;
  border-top: 10px #213D90 solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}
.custom-block.job-search-filter .container.banner-filters .banner-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.custom-block.job-search-filter .container.banner-filters .banner-form form .job-filters {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  font-size: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .custom-block.job-search-filter .container.banner-filters .banner-form form .job-filters {
    flex-direction: column;
  }
}
.custom-block.job-search-filter .container.banner-filters .banner-form form .job-filters .filter {
  margin: 0 10px;
}
.custom-block.job-search-filter .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-color: #000;
  z-index: -1;
}
.custom-block.job-search-filter .background-image-container .background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.custom-block.job-search-results {
  position: relative;
  margin-bottom: 45px;
}
.custom-block.job-search-results #careers-results-map {
  height: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.custom-block.job-search-results .container.results {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.custom-block.job-search-results .container.results #vacancies-list {
  top: -120px;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .custom-block.job-search-results .container.results #vacancies-list {
    top: -174px;
  }
}
.custom-block.job-search-results .container.results .vacancies-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .custom-block.job-search-results .container.results .vacancies-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .custom-block.job-search-results .container.results .vacancies-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-block.job-search-results .container.results .vacancies-list .job-card {
  border: 1px solid #213D90;
  border-top: 3px solid #213D90;
  height: 100%;
  max-height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  opacity: 1;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card.extra, .custom-block.job-search-results .container.results .vacancies-list .job-card.filtered-out {
  display: none;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-header {
  height: 60px;
  position: relative;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-header .job-number, .custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-header .save-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #213D90;
  color: #FFF;
  font-weight: 700;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-header .job-number {
  left: 0;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-header .save-icon {
  right: 0;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  justify-content: space-between;
  padding-bottom: 16px;
  text-align: center;
  margin: 0 10px;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-body .job-title {
  font-size: 28px;
  margin: 10px auto;
  line-height: 32px;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-body .job-location {
  font-size: 20px;
  font-weight: 300;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-body .job-type {
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-footer {
  height: 70px;
  border-top: 1px solid #213D90;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #213D90;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-footer .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-footer .read-more:active {
  color: #FFF;
  opacity: 0.66;
  scale: 0.9;
}
.custom-block.job-search-results .container.results .vacancies-list .job-card .job-card-footer:hover {
  background-color: #213D90;
  color: #FFF;
}

.custom-overlay-popup {
  background: #fff;
  border: 2px solid #213D90;
  border-radius: 0;
  padding: 14px 18px;
  color: #213D90;
  font-family: inherit;
  min-width: 220px;
  box-shadow: 0 2px 8px rgba(33, 61, 144, 0.08);
  z-index: 1000;
  pointer-events: auto;
}
.custom-overlay-popup .popup-joblink {
  color: #213D90;
  text-decoration: underline;
  font-weight: 600;
}
.custom-overlay-popup .popup-joblink:hover {
  color: #172b67;
}

.custom-overlay-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  font-size: 22px;
  color: #213D90;
  cursor: pointer;
  z-index: 2;
}

.cluster-pin {
  background-color: #213D90;
  border: 2px #FFF solid;
  border-radius: 50%;
  opacity: 0.9;
  color: #FFF;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0%, 50%);
  box-sizing: border-box;
}

.custom-block.job-posting {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
  background-color: #213D90;
}
.custom-block.job-posting .container.post-content {
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.custom-block.job-posting .container.post-content .banner-text {
  max-width: 1040px;
  min-height: 280px;
  margin: 20px;
  display: flex;
  justify-content: center;
}
.custom-block.job-posting .container.post-content .post-detail {
  background-color: #FFF;
  width: 100%;
  border-top: 10px #213D90 solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px;
  box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}
.custom-block.job-posting .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-color: #000;
  z-index: 0;
}
.custom-block.job-posting .background-image-container .background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.custom-block.job-posting .post-detail .breadcrumb-wrapper {
  width: 100%;
}
.custom-block.job-posting .post-detail .breadcrumb-wrapper .breadcrumb {
  list-style: none;
  display: flex;
  gap: 8px;
  font-size: 14px;
  padding: 0;
  align-items: center;
}
.custom-block.job-posting .post-detail .breadcrumb-wrapper .breadcrumb li {
  display: inline;
}
.custom-block.job-posting .post-detail .breadcrumb-wrapper .breadcrumb a {
  text-decoration: none;
  color: #000;
}
.custom-block.job-posting .post-detail .breadcrumb-wrapper .breadcrumb strong {
  font-weight: 700;
}
.custom-block.job-posting .post-detail .tt-post-main {
  margin: 15px 45px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .custom-block.job-posting .post-detail .tt-post-main {
    margin: 15px 15px;
  }
}
.custom-block.job-posting .post-detail .tt-post-main li {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHJlY3Qgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiBmaWxsPSJ1cmwoI3BhdHRlcm4wXzEyOF8yMTE2KSIvPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMF8xMjhfMjExNiIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF8xMjhfMjExNiIgdHJhbnNmb3JtPSJzY2FsZSgwLjAzMzMzMzMpIi8+PC9wYXR0ZXJuPjxpbWFnZSBpZD0iaW1hZ2UwXzEyOF8yMTE2IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQjRBQUFBZUNBWUFBQUE3TUs2aUFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUFCT2tsRVFWUjRuTzNXdjByRVFCQUc4T1ZBYlBTeVkwVEJ5c0lIc05EUzZpcGJiZlFkUEY4aGhlY0RpSktacUtDUG9JM25mUEZmSTNod3p5QW9XSW1kQ0tLb1JGRnZVN3VMaFB0ZzZ4ODdtZXlNTWYzOHB4RGpqQVR2eGJHQ1RyeDdNQndHRm5TLzRhK2poeVpKYXQ3aGlOdVR4SHBmd2xzbVJHemFuaVBHOHcvTStrYU01VEM0NU0zZVcxdlJwempMWjhQZ2pNekJXZS9pVFV6NGw3UHVBTEZldURndXpjYlJvSGQ3S0RzZkpjYTEwMnlNZlJNaTBiWk9XOGFqKzgzelpoaGNzUERaM2IrM2ZxVk01NFBnSk5vcWxmeWh2blU4NVY5T2tscnhrcmtsUjZlNk1MR3VCeS8xU0pvdk9zMGwraElKR3VGL0o4YUtWM1JzNTJUY0NtN2RhWVc5YWo2WnRqUWtpUFdtcUlCZk5OUFY4bGlzQzJhOG9wR2dVWFN0c3dpa3VoUis5V0dzbWNvdWV5UTQ3ZW5ncTJEcmJUL21EL0lCOXB3d3dHT0FmZFFBQUFBQVNVVk9SSzVDWUlJPSIvPjwvZGVmcz48L3N2Zz4=);
  padding-left: 10px;
  line-height: 26px;
}
.custom-block.job-posting .post-detail .tt-post-main .tt-post-header, .custom-block.job-posting .post-detail .tt-post-main .tt-post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.custom-block.job-posting .post-detail .tt-post-main .tt-post-header .back-link, .custom-block.job-posting .post-detail .tt-post-main .tt-post-header .save-link, .custom-block.job-posting .post-detail .tt-post-main .tt-post-footer .back-link, .custom-block.job-posting .post-detail .tt-post-main .tt-post-footer .save-link {
  font-size: 20px;
  color: #000;
  display: flex;
  font-weight: 600;
}
.custom-block.job-posting .post-detail .tt-post-main .tt-post-header .back-link span, .custom-block.job-posting .post-detail .tt-post-main .tt-post-footer .back-link span {
  font-size: 40px;
  color: #1198BA;
  margin-right: 10px;
  line-height: 22px;
}
.custom-block.job-posting .post-detail .tt-post-main .tt-post-header .save-link span, .custom-block.job-posting .post-detail .tt-post-main .tt-post-footer .save-link span {
  margin-left: 10px;
  margin-top: 6px;
}
.custom-block.job-posting .post-detail .tt-post-main .tt-post-footer {
  border-top: 1px solid #eff4f4;
  border-bottom: 1px solid #eff4f4;
  padding: 10px 0;
  margin-top: 30px;
}
.custom-block.job-posting .post-detail .tt-post-main h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 20px 0;
  color: #1198BA;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info {
  display: flex;
  justify-content: space-between;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-1 {
  width: 75%;
  text-align: left;
  display: flex;
  align-items: center;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-1 .tt-post-date, .custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-1 .tt-post-location {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  padding: 0;
  margin: 0;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-1 .tt-post-location {
  color: #213D90;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-2 {
  width: 25%;
  text-align: left;
  display: flex;
  align-items: center;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-2 ul {
  margin: 0;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-2 ul > li > ul {
  padding: 10px;
}
.custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-2 ul > li > ul > li {
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-1, .custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.job-posting .post-detail .tt-post-main .job-info {
    flex-direction: column;
  }
  .custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-1, .custom-block.job-posting .post-detail .tt-post-main .job-info .tt-job-meta-2 {
    width: 100%;
  }
}
.custom-block.job-posting .post-detail .tt-post-main .tt-job-pitch {
  border-left: 4px solid #1198BA;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 0 20px;
}

iframe.job-apply-iframe {
  width: 100%;
  height: 1812px;
  background-color: #213D90;
  margin-bottom: -36px;
}

.custom-block.newsletter-signup {
  height: 427px;
  background-color: #FFF;
  position: relative;
}
.custom-block.newsletter-signup .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  min-height: 427px;
  z-index: 1;
  position: relative;
  justify-content: center;
}
.custom-block.newsletter-signup .container .newsletter-signup-form {
  max-width: 942px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: auto 20px;
}
.custom-block.newsletter-signup .container .newsletter-signup-form .newsletter-signup-blurb {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .custom-block.newsletter-signup .container .newsletter-signup-form .newsletter-signup-blurb {
    font-size: 20px;
    line-height: 24px;
  }
}
.custom-block.newsletter-signup .container .newsletter-signup-form form, .custom-block.newsletter-signup .container .newsletter-signup-form input {
  height: 80px;
}
.custom-block.newsletter-signup .container .newsletter-signup-form form {
  display: flex;
}
.custom-block.newsletter-signup .container .newsletter-signup-form input {
  width: 400px;
  padding: 20px 5px 20px 20px;
  font-size: 24px;
  border: 1px solid #535454;
  margin-right: 15px;
}
.custom-block.newsletter-signup .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 0;
}
.custom-block.newsletter-signup .background-image-container .background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.custom-block.featured-jobs {
  position: relative;
  display: flex;
  padding-bottom: 45px;
  flex-direction: column;
  align-items: center;
}
.custom-block.featured-jobs .container {
  align-items: center;
  position: relative;
  overflow: hidden;
}
.custom-block.featured-jobs .container .swiper-container {
  width: 100%;
}
.custom-block.featured-jobs .container .featured-job {
  width: 100%;
  height: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content {
  width: 100%;
  border-color: #1198BA;
  border-width: 4px 1px 1px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  max-width: 456px;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1019607843);
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-header {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-header .new-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #213D90;
  color: #FFF;
  width: 100px;
  height: 40px;
  font-size: 32px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 180px;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-body .featured-job-title {
  color: #383838;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  margin: 5px 0;
  padding: 0;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-body .featured-job-location {
  color: #535454;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-body .featured-job-contract-type {
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0;
  color: #1198BA;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-height: 70px;
  background: #1198BA;
}
.custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-footer .featured-job-cta {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

body.windows .custom-block.featured-jobs .container .featured-job .featured-job-content .featured-job-header .new-icon {
  padding-top: 6px;
}

.custom-block.homepage-hero {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  background-color: #f9f9f9;
}
.custom-block.homepage-hero .container.banner-filters {
  flex-direction: column;
  align-items: center;
}
.custom-block.homepage-hero .container.banner-filters .banner-text {
  max-width: 1040px;
  min-height: 300px;
  max-height: 731px;
  height: calc(100vh - 400px);
  margin: 20px;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custom-block.homepage-hero .container.banner-filters .banner-text .intro-blurb {
    font-size: 20px;
    line-height: 27px;
  }
}
.custom-block.homepage-hero .container.banner-filters .banner-form {
  background-color: #FFF;
  width: 100%;
  border-top: 10px #213D90 solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  z-index: 1;
  position: relative;
}
.custom-block.homepage-hero .container.banner-filters .banner-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.custom-block.homepage-hero .container.banner-filters .banner-form form .job-filters {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 30px;
  font-size: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .custom-block.homepage-hero .container.banner-filters .banner-form form .job-filters {
    flex-direction: column;
  }
}
.custom-block.homepage-hero .container.banner-filters .banner-form form .job-filters .filter {
  margin: 0 10px;
}
.custom-block.homepage-hero .secondary-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px;
  text-align: center;
  max-width: 1068px;
}
.custom-block.homepage-hero .secondary-content .secondary-intro-blurb {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .custom-block.homepage-hero .secondary-content .secondary-intro-blurb {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}
.custom-block.homepage-hero .secondary-content .ctas {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  max-width: 430px;
}
.custom-block.homepage-hero .secondary-content .ctas .cta {
  margin: 5px;
}
.custom-block.homepage-hero .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 200px);
  max-height: 997px;
  background-color: #000;
  z-index: 0;
  overflow: hidden;
}
.custom-block.homepage-hero .background-image-container .background-poster,
.custom-block.homepage-hero .background-image-container .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.custom-block.homepage-hero .background-image-container::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.custom-block.faqs {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.custom-block.faqs .intro {
  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
  text-align: center;
}
.custom-block.faqs .intro .blurb {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 60px;
}
@media screen and (max-width: 768px) {
  .custom-block.faqs .intro .blurb {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}
.custom-block.faqs .faq-category-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 3000px;
  padding: 50px 0;
}
.custom-block.faqs .faq-category-wrapper.stripe {
  background-color: #f9f9f9;
}
.custom-block.faqs .faq-category-wrapper.hidden {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.custom-block.faqs .faq-category-wrapper .faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .custom-block.faqs .faq-category-wrapper .faq-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-block.faqs .faq-category-wrapper .faq-list .faq-item {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  height: 100%;
}
.custom-block.faqs .faq-category-wrapper .faq-list .faq-item .faq-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.custom-block.faqs .faq-category-wrapper .faq-list .faq-item .faq-title span {
  color: #535454;
}
.custom-block.faqs .faq-category-wrapper .faq-list .faq-item .faq-title img {
  width: 16px;
  height: 16px;
}
.custom-block.faqs .faq-category-wrapper .faq-list .faq-item .faq-content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 20px;
  margin: 0;
  color: #535454;
  max-height: 0;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 50px;
}
.custom-block.faqs .faq-category-wrapper .faq-list .faq-item .faq-content.open {
  max-height: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .custom-block.faqs .faq-category-wrapper .faq-list .faq-item .faq-content {
    font-size: 14px;
    line-height: 20px;
  }
}
.custom-block.faqs .container {
  flex-direction: column;
}
.custom-block.faqs .container .filter {
  display: flex;
  gap: 20px;
  margin: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-block.faqs .see-all-faqs {
  margin: 20px auto 40px;
}

.custom-block.generic-banner {
  width: 100%;
  min-height: 420px;
  background-color: #000;
  color: #FFF;
  position: relative;
}
.custom-block.generic-banner .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  min-height: 420px;
  z-index: 1;
  position: relative;
  justify-content: center;
}
.custom-block.generic-banner .container .generic-banner-wrapper {
  max-width: 942px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 1200px) {
  .custom-block.generic-banner .container .generic-banner-wrapper {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 992px) {
  .custom-block.generic-banner .container .generic-banner-wrapper {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .custom-block.generic-banner .container .generic-banner-wrapper {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 576px) {
  .custom-block.generic-banner .container .generic-banner-wrapper {
    transform: scale(0.8);
  }
}
.custom-block.generic-banner .container .generic-banner-wrapper .generic-banner-title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
}
.custom-block.generic-banner .container .generic-banner-wrapper .generic-banner-subtitle {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  margin: 0 0 10px;
}
.custom-block.generic-banner .container .generic-banner-wrapper .generic-banner-blurb {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
}
.custom-block.generic-banner .background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
}
.custom-block.generic-banner .background-image-container .background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-block.generic-banner .background-image-container .background-image.darken {
  opacity: 0.6;
}

.custom-block.quicklinks {
  min-height: 490px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.custom-block.quicklinks .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  height: 100%;
}
.custom-block.quicklinks .container .quicklink {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .custom-block.quicklinks .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-block.quicklinks .container .quicklink:nth-of-type(odd) {
    justify-content: flex-end;
  }
  .custom-block.quicklinks .container .quicklink:nth-of-type(even) {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.quicklinks .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-block.quicklinks .container .quicklink:nth-of-type(1n) {
    justify-content: center;
  }
}
.custom-block.quicklinks .container .quicklink-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
}
.custom-block.quicklinks .container .quicklink-link .quicklink-image-wrapper {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-block.quicklinks .container .quicklink-link .quicklink-image-wrapper .quicklink-icon {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: height 0.5s ease-in-out;
}
.custom-block.quicklinks .container .quicklink-link .quicklink-text {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  padding: 20px 30px;
  background-color: #213D90;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.5s ease-in-out;
}
.custom-block.quicklinks .container .quicklink-link .quicklink-text .quicklink-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.custom-block.quicklinks .container .quicklink-link .quicklink-text .quicklink-cta {
  font-style: italic;
}
.custom-block.quicklinks .container .quicklink-link:hover .quicklink-image-wrapper .quicklink-icon {
  height: 280px;
}
.custom-block.quicklinks .container .quicklink-link:hover .quicklink-text {
  background-color: #1198BA;
}

.custom-block.team-quotes {
  display: flex;
  flex-direction: column;
  color: #FFF;
  background-color: #1198BA;
  align-items: center;
}
.custom-block.team-quotes .title {
  max-width: 500px;
  margin: 50px 20px 20px;
}
.custom-block.team-quotes .member-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  background-color: #FFF;
  margin: 60px 160px;
  padding: 60px 160px;
  align-items: center;
  color: #000;
  position: relative;
}
.custom-block.team-quotes .member-card .member-image {
  width: 140px;
  height: 140px;
}
.custom-block.team-quotes .member-card .member-image img {
  border-radius: 70px;
}
.custom-block.team-quotes .member-card .member-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.custom-block.team-quotes .member-card .member-info .member-name {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
.custom-block.team-quotes .member-card .member-info .member-role {
  color: #1198BA;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
.custom-block.team-quotes .member-card .member-info .member-blurb-wrapper {
  --member-blurb-max-height: 120px;
  width: 100%;
}
.custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb {
  font-size: 20px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}
.custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb-toggle {
  display: none;
}
.custom-block.team-quotes .member-card .block-quote-icon {
  position: absolute;
}
.custom-block.team-quotes .member-card .block-quote-icon.open {
  top: -55px;
  left: -120px;
}
.custom-block.team-quotes .member-card .block-quote-icon.close {
  bottom: -55px;
  right: -120px;
}
@media screen and (max-width: 1200px) {
  .custom-block.team-quotes .member-card {
    margin: 100px;
    padding: 100px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon {
    width: 100px;
    height: auto;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.open {
    top: -50px;
    left: -50px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.close {
    bottom: -50px;
    right: -50px;
  }
}
@media screen and (max-width: 992px) {
  .custom-block.team-quotes .member-card {
    margin: 80px;
    padding: 80px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon {
    width: 90px;
    height: auto;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.open {
    top: -45px;
    left: -45px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.close {
    bottom: -45px;
    right: -45px;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.team-quotes .member-card {
    margin: 40px;
    padding: 40px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon {
    width: 60px;
    height: auto;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.open {
    top: -20px;
    left: -20px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.close {
    bottom: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .custom-block.team-quotes .member-card {
    margin: 20px;
    padding: 20px;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    transition: max-height 0.3s ease;
    min-height: 120px;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper:has(button.is-hidden) .member-blurb {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper:not(.is-expanded) .member-blurb {
    max-height: 120px;
    max-height: var(--member-blurb-max-height, 120px);
    height: 120px;
    height: var(--member-blurb-max-height, 120px);
    overflow: hidden;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 72px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper:not(.is-expanded)::after {
    opacity: 1;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #1198BA;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb-toggle:hover, .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb-toggle:focus-visible {
    text-decoration: underline;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb-toggle:focus-visible {
    outline: 2px solid #1198BA;
    outline-offset: 4px;
  }
  .custom-block.team-quotes .member-card .member-info .member-blurb-wrapper .member-blurb-toggle.is-hidden {
    visibility: hidden;
  }
  .custom-block.team-quotes .member-card .block-quote-icon {
    width: 50px;
    height: auto;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.open {
    top: -10px;
    left: -10px;
  }
  .custom-block.team-quotes .member-card .block-quote-icon.close {
    bottom: -10px;
    right: -10px;
  }
}

.custom-block.alternating-media-text {
  display: flex;
  flex-direction: column;
}
.custom-block.alternating-media-text .alternating-media-text-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
}
.custom-block.alternating-media-text .alternating-media-text-row .text-container, .custom-block.alternating-media-text .alternating-media-text-row .media-container {
  background-color: #213D90;
  color: #FFF;
}
.custom-block.alternating-media-text .alternating-media-text-row .text-container .image-wrapper, .custom-block.alternating-media-text .alternating-media-text-row .text-container .embed-wrapper, .custom-block.alternating-media-text .alternating-media-text-row .media-container .image-wrapper, .custom-block.alternating-media-text .alternating-media-text-row .media-container .embed-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  aspect-ratio: 2/1;
}
.custom-block.alternating-media-text .alternating-media-text-row .text-container .image-wrapper > *, .custom-block.alternating-media-text .alternating-media-text-row .text-container .embed-wrapper > *, .custom-block.alternating-media-text .alternating-media-text-row .media-container .image-wrapper > *, .custom-block.alternating-media-text .alternating-media-text-row .media-container .embed-wrapper > * {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.custom-block.alternating-media-text .alternating-media-text-row .text-container {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-block.alternating-media-text .alternating-media-text-row .text-container .text-inner {
  max-width: 700px;
  position: relative;
}
.custom-block.alternating-media-text .alternating-media-text-row .text-container .text-inner h2 {
  font-size: 34px;
  line-height: 38px;
}
@media screen and (min-width: 993px) {
  .custom-block.alternating-media-text .alternating-media-text-row {
    display: flex;
  }
  .custom-block.alternating-media-text .alternating-media-text-row .text-container, .custom-block.alternating-media-text .alternating-media-text-row .media-container {
    width: 50%;
  }
  .custom-block.alternating-media-text .alternating-media-text-row .text-container .image-wrapper, .custom-block.alternating-media-text .alternating-media-text-row .text-container .embed-wrapper, .custom-block.alternating-media-text .alternating-media-text-row .media-container .image-wrapper, .custom-block.alternating-media-text .alternating-media-text-row .media-container .embed-wrapper {
    aspect-ratio: auto;
  }
  .custom-block.alternating-media-text.order-media-text .alternating-media-text-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .custom-block.alternating-media-text.order-media-text .alternating-media-text-row:nth-of-type(even) .text-container {
    align-items: flex-end;
  }
  .custom-block.alternating-media-text.order-media-text .alternating-media-text-row:nth-of-type(even) .text-container .text-inner {
    padding-right: 100px;
  }
  .custom-block.alternating-media-text.order-media-text .alternating-media-text-row:nth-of-type(odd) {
    flex-direction: row;
  }
  .custom-block.alternating-media-text.order-media-text .alternating-media-text-row:nth-of-type(odd) .text-container {
    align-items: flex-start;
  }
  .custom-block.alternating-media-text.order-media-text .alternating-media-text-row:nth-of-type(odd) .text-container .text-inner {
    padding-left: 100px;
  }
  .custom-block.alternating-media-text.order-text-media .alternating-media-text-row:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .custom-block.alternating-media-text.order-text-media .alternating-media-text-row:nth-of-type(odd) .text-container {
    align-items: flex-end;
  }
  .custom-block.alternating-media-text.order-text-media .alternating-media-text-row:nth-of-type(odd) .text-container .text-inner {
    padding-right: 100px;
  }
  .custom-block.alternating-media-text.order-text-media .alternating-media-text-row:nth-of-type(even) {
    flex-direction: row;
  }
  .custom-block.alternating-media-text.order-text-media .alternating-media-text-row:nth-of-type(even) .text-container {
    align-items: flex-start;
  }
  .custom-block.alternating-media-text.order-text-media .alternating-media-text-row:nth-of-type(even) .text-container .text-inner {
    padding-left: 100px;
  }
}

.custom-block.meet-the-team {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  overflow-x: hidden;
}
.custom-block.meet-the-team .title {
  margin: 60px 30px;
}
.custom-block.meet-the-team .member-card {
  width: 100%;
  max-width: 470px;
  min-height: 550px;
  background-color: #1198BA;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2509803922);
  padding: 30px 50px;
  justify-content: space-between;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.custom-block.meet-the-team .member-card .member-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.custom-block.meet-the-team .member-card .member-wrap .member-image {
  height: 120px;
  width: 120px;
}
.custom-block.meet-the-team .member-card .member-wrap .member-image img {
  border-radius: 50%;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-name {
  font-size: 24px;
  margin-bottom: 4px;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-role {
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-email {
  font-size: 18px;
  font-weight: 200;
  text-decoration: underline;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-email:active {
  color: #FFF;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info hr {
  max-width: 300px;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper {
  --member-blurb-max-height: 120px;
  width: 100%;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb {
  margin: 10px 0;
}
.custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb-toggle {
  display: none;
}

@media screen and (max-width: 576px) {
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    transition: max-height 0.3s ease;
    min-height: 120px;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper:has(button.is-hidden) .member-blurb {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper:not(.is-expanded) .member-blurb {
    max-height: 120px;
    max-height: var(--member-blurb-max-height, 120px);
    height: 120px;
    height: var(--member-blurb-max-height, 120px);
    overflow: hidden;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    height: 72px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(17, 152, 186, 0) 0%, #1198BA 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper:not(.is-expanded)::after {
    opacity: 1;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb-toggle:hover, .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb-toggle:focus-visible {
    text-decoration: underline;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb-toggle:focus-visible {
    outline: 2px solid #FFF;
    outline-offset: 4px;
  }
  .custom-block.meet-the-team .member-card .member-wrap .member-info .member-blurb-wrapper .member-blurb-toggle.is-hidden {
    display: none;
  }
}
.wp-block-group.container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.wp-block-group {
  padding: 0 30px;
}

*,
::after,
::before{
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

pre{
  overflow: auto;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 400;
}

h1 {
  font-size: 72px;
  line-height: 82px;
  margin: 36px 0;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

h2 {
  font-size: 52px;
  line-height: 62px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.btn {
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.rounded {
  border-radius: 8px;
}
.btn.h1-balancing-margin {
  margin-bottom: 25px;
}
.btn:hover {
  background-color: transparent;
}
.btn.small {
  width: 200px;
  height: 56px;
  font-size: 16px;
  line-height: 24px;
}
.btn.small.auto-width {
  min-width: 200px;
  padding: 0 20px;
}
.btn.large {
  width: 300px;
  height: 80px;
  font-size: 24px;
  line-height: 28px;
}
.btn.large.auto-width {
  min-width: 300px;
  padding: 0 30px;
}
.btn.auto-width {
  width: auto;
}
.btn.white-teal, .btn.white-blue {
  border-color: #FFF;
  background-color: #FFF;
}
.btn.white-teal {
  color: #1198BA;
}
.btn.white-blue {
  color: #213D90;
}
.btn.white-teal:hover, .btn.white-blue:hover {
  background-color: transparent;
  color: #FFF;
}
.btn.teal {
  border-color: #1198BA;
  background-color: #1198BA;
  color: #FFF;
}
.btn.teal:hover {
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.btn.teal.inverted {
  border-color: #1198BA;
  -webkit-background-clip: text;
          background-clip: text;
  color: #1198BA;
}
.btn.teal.inverted:hover {
  background-clip: border-box;
  background-clip: initial;
  background-color: #1198BA;
  color: #FFF;
}
.btn.blue {
  border-color: #213D90;
  background-color: #213D90;
  color: #FFF;
}
.btn.blue:hover {
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.btn.blue.inverted {
  border-color: #213D90;
  -webkit-background-clip: text;
          background-clip: text;
  color: #213D90;
}
.btn.blue.inverted:hover {
  background-clip: border-box;
  background-clip: initial;
  background-color: #213D90;
  color: #FFF;
}
.btn.blue-white {
  border-color: #213D90;
  background-color: #213D90;
  color: #FFF;
}
.btn.blue-white:hover {
  color: #213D90;
  background-color: #FFF;
  border-color: #FFF;
}

.wp-block-post-content.wp-block-post-content {
  width: 100%;
  padding: 10px;
}

.text-underlined {
  text-decoration: underline;
}

.hidden {
  display: none;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body header, body main, body footer, body :where(.editor-styles-wrapper) {
  width: 100%;
  position: relative;
}
body header .container, body main .container, body footer .container, body :where(.editor-styles-wrapper) .container {
  display: flex;
  max-width: 1458px;
  width: 100%;
  padding: 0 15px;
}
body main {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  body main {
    margin-top: 174px;
  }
}
body.admin-bar main {
  margin-top: 88px;
}
@media screen and (max-width: 992px) {
  body.admin-bar main {
    margin-top: 128px;
  }
}
body .svg-sprite-wrapper {
  display: none;
}

header.site-header {
  position: fixed;
  top: 0;
  min-height: 120px;
  z-index: 99;
  background-color: #FFF;
}
header.site-header ul,
header.site-header ul li,
header.site-header ul ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  text-align: center;
}
header.site-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
header.site-header .super-header-wrap {
  height: 40px;
  background-color: #213D90;
  color: #FFF;
  display: flex;
  justify-content: center;
}
header.site-header .super-header-wrap .super-header {
  display: flex;
  align-items: center;
}
header.site-header .super-header-wrap .super-header .swiper-container {
  position: relative;
  width: 60%;
}
header.site-header .super-header-wrap .super-header .scrivens-link {
  width: 20%;
}
header.site-header .super-header-wrap .super-header .latest-vacancies-scroller {
  width: 85%;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  header.site-header .super-header-wrap .super-header .swiper-container {
    display: none;
  }
  header.site-header .super-header-wrap .super-header .scrivens-link {
    width: 100%;
    text-align: center;
  }
}
header.site-header .site-main-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #FFF;
}
header.site-header .site-main-header .container {
  align-items: center;
}
header.site-header .site-main-header #site-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header.site-header .site-main-header #site-navigation .custom-logo-link {
  width: 20%;
}
header.site-header .site-main-header #site-navigation .custom-logo-link .custom-logo {
  width: 180px;
  height: auto;
  margin: 0;
  padding: 0;
}
header.site-header .site-main-header #site-navigation ul#primary-menu {
  width: 40%;
  color: #535454;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li {
  padding: 0 15px;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li > ul {
  display: none;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-has-children {
  margin-right: 15px;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li a {
  border-bottom: 2px solid #FFF;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li a:hover {
  border-bottom-color: #1198BA;
}
header.site-header .site-main-header #site-navigation .header-ctas {
  width: 410px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .site-main-header #site-navigation .mobile-menu-button {
  display: none;
}

@media screen and (max-width: 992px) {
  header.site-header .site-main-header {
    height: auto;
  }
  header.site-header .site-main-header .container {
    padding: 1px 0;
  }
  header.site-header .site-main-header #site-navigation {
    flex-direction: column-reverse;
    position: relative;
    flex-wrap: wrap;
  }
  header.site-header .site-main-header #site-navigation ul#primary-menu {
    position: absolute;
    display: none;
  }
  header.site-header .site-main-header #site-navigation .header-ctas {
    width: 100%;
  }
  header.site-header .site-main-header #site-navigation .header-ctas .btn {
    width: calc(50% - 1px);
  }
  header.site-header .site-main-header #site-navigation .custom-logo-link {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.site-header .site-main-header #site-navigation .custom-logo-link .custom-logo {
    width: 160px;
    height: 53.33px;
  }
  header.site-header .site-main-header #site-navigation .mobile-menu-button {
    display: block;
    position: absolute;
    top: 80px;
    right: 20px;
  }
  header.site-header .site-main-header #site-navigation .mobile-menu-button .burger {
    height: 29px;
    width: 50px;
  }
}
body.admin-bar header.site-header {
  top: 32px;
}
body.admin-bar main {
  top: 32px;
  margin-bottom: 32px;
}

footer.site-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer.site-footer ul,
footer.site-footer ul li,
footer.site-footer ul ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}
footer.site-footer nav#site-footer-navigation {
  background-color: #213D90;
  color: #FFF;
  display: flex;
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 80px;
}
footer.site-footer nav#site-footer-navigation::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
footer.site-footer nav#site-footer-navigation .container {
  display: flex;
}
footer.site-footer nav#site-footer-navigation .container .info {
  width: 33%;
}
footer.site-footer nav#site-footer-navigation .container .info address {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  padding-top: 30px;
}
footer.site-footer nav#site-footer-navigation .container .menu-items {
  width: 66%;
}
@media screen and (max-width: 576px) {
  footer.site-footer nav#site-footer-navigation .container .menu-items {
    width: 100%;
  }
}
footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu {
  display: flex;
  width: 100%;
}
footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li {
  width: 25%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li {
    width: 33%;
  }
}
footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li ul.sub-menu {
  font-size: 16px;
}
footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li ul.sub-menu li {
  padding: 5px 0;
  font-weight: 400;
}
footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li ul.sub-menu li:first-of-type {
  padding-top: 10px;
}
footer.site-footer .site-info {
  height: 80px;
  display: flex;
  justify-content: center;
}
footer.site-footer .site-info .container {
  align-items: center;
  justify-content: space-between;
}
footer.site-footer .site-info .container .copyright-text {
  font-size: 20px;
  line-height: 24px;
}
footer.site-footer .site-info .container .social-icons {
  display: flex;
  align-items: center;
}
footer.site-footer .site-info .container .social-icons .social-icon {
  margin-left: 20px;
  display: inline-block;
}
footer.site-footer .site-info .container .social-icons .social-icon svg {
  fill: #213D90;
}

@media screen and (max-width: 992px) {
  footer.site-footer nav#site-footer-navigation::after {
    display: none;
  }
  footer.site-footer nav#site-footer-navigation .container {
    padding: 0 32px;
    flex-direction: column;
  }
  footer.site-footer nav#site-footer-navigation .container .info {
    width: 100%;
    margin-bottom: 30px;
  }
  footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu {
    flex-direction: column;
  }
  footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    padding-top: 28px;
  }
  footer.site-footer nav#site-footer-navigation .container .menu-items ul#footer-menu > li ul.sub-menu li {
    font-size: 20px;
    line-height: 24px;
  }
  footer.site-footer .site-info {
    width: 100%;
    height: 140px;
  }
  footer.site-footer .site-info .container {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    padding: 0 32px;
  }
  footer.site-footer .site-info .container .social-icons .social-icon {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer.site-footer .site-info .container .social-icons .social-icon svg {
    width: 48px;
    height: 48px;
  }
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.super-header .swiper-button-next,
.super-header .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
}
.super-header .swiper-button-next::after,
.super-header .swiper-button-prev::after {
  font-size: 18px;
  --swiper-navigation-size: 24px;
  color: #FFF;
}
.super-header .swiper-button-prev {
  left: 30px;
}
.super-header .swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: translateX(-5px);
}
.super-header .swiper-button-next {
  right: 30px;
}
.super-header .swiper-button-next:not(.swiper-button-disabled):hover {
  transform: translateX(5px);
}

.custom-block.featured-jobs .featured-jobs-swiper-button-next,
.custom-block.featured-jobs .featured-jobs-swiper-button-prev {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.custom-block.featured-jobs .featured-jobs-swiper-button-next::after,
.custom-block.featured-jobs .featured-jobs-swiper-button-prev::after {
  font-size: 18px;
  --swiper-navigation-size: 24px;
  color: #213D90;
}
.custom-block.featured-jobs .featured-jobs-swiper-button-prev {
  left: 30px;
}
.custom-block.featured-jobs .featured-jobs-swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: translateX(-5px);
}
.custom-block.featured-jobs .featured-jobs-swiper-button-next {
  right: 30px;
}
.custom-block.featured-jobs .featured-jobs-swiper-button-next:not(.swiper-button-disabled):hover {
  transform: translateX(5px);
}
@media screen and (max-width: 1600px) {
  .custom-block.featured-jobs .featured-jobs-swiper-button-next,
  .custom-block.featured-jobs .featured-jobs-swiper-button-prev {
    display: none;
  }
}
.custom-block.featured-jobs .featured-jobs-swiper-pagination {
  display: flex;
  justify-content: center;
  top: 10px;
  margin: 30px 0;
  position: relative;
}
.custom-block.featured-jobs .featured-jobs-swiper-pagination .swiper-pagination-bullet {
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 2px solid #1198BA;
  background-color: #FFF;
}
.custom-block.featured-jobs .featured-jobs-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1198BA;
}

.custom-block.team-quotes {
  position: relative;
}
.custom-block.team-quotes .swiper-container {
  width: 100%;
  overflow: hidden;
}
.custom-block.team-quotes .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.custom-block.team-quotes .team-quotes-swiper-button-prev,
.custom-block.team-quotes .team-quotes-swiper-button-next {
  z-index: 10;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.custom-block.team-quotes .team-quotes-swiper-button-prev {
  left: 30px;
}
.custom-block.team-quotes .team-quotes-swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: translateX(-5px);
}
.custom-block.team-quotes .team-quotes-swiper-button-next {
  right: 30px;
}
.custom-block.team-quotes .team-quotes-swiper-button-next:not(.swiper-button-disabled):hover {
  transform: translateX(5px);
}
@media screen and (max-width: 1600px) {
  .custom-block.team-quotes .team-quotes-swiper-button-next,
  .custom-block.team-quotes .team-quotes-swiper-button-prev {
    display: none;
  }
}
.custom-block.team-quotes .team-quotes-swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
  position: relative;
}
.custom-block.team-quotes .team-quotes-swiper-pagination .swiper-pagination-bullet {
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 2px solid #FFF;
  background-color: transparent;
}
.custom-block.team-quotes .team-quotes-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}

.custom-block.meet-the-team {
  position: relative;
}
.custom-block.meet-the-team .swiper-container {
  width: 1460px;
}
@media screen and (max-width: 768px) {
  .custom-block.meet-the-team .swiper-container {
    width: 100%;
  }
}
.custom-block.meet-the-team .swiper-container .swiper {
  overflow: visible;
}
.custom-block.meet-the-team .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  min-width: 470px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .custom-block.meet-the-team .swiper-container .swiper-slide {
    min-width: 320px;
    padding: 0 30px;
  }
}
.custom-block.meet-the-team .swiper-container .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active) .member-card {
  opacity: 0;
}
.custom-block.meet-the-team .swiper-container .swiper-slide:not(.swiper-slide-active) .member-card {
  opacity: 0.5;
}
.custom-block.meet-the-team .swiper-container .swiper-slide .swiper-slide-active .member-card {
  opacity: 1;
}
.custom-block.meet-the-team .meet-the-team-swiper-button-prev,
.custom-block.meet-the-team .meet-the-team-swiper-button-next {
  z-index: 10;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.custom-block.meet-the-team .meet-the-team-swiper-button-prev {
  left: 30px;
}
.custom-block.meet-the-team .meet-the-team-swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: translateX(-5px);
}
.custom-block.meet-the-team .meet-the-team-swiper-button-next {
  right: 30px;
}
.custom-block.meet-the-team .meet-the-team-swiper-button-next:not(.swiper-button-disabled):hover {
  transform: translateX(5px);
}
@media screen and (max-width: 1600px) {
  .custom-block.meet-the-team .meet-the-team-swiper-button-next,
  .custom-block.meet-the-team .meet-the-team-swiper-button-prev {
    display: none;
  }
}
.custom-block.meet-the-team .meet-the-team-swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
  position: relative;
}
.custom-block.meet-the-team .meet-the-team-swiper-pagination .swiper-pagination-bullet {
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 2px solid #383838;
  background-color: transparent;
}
.custom-block.meet-the-team .meet-the-team-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #383838;
}

nav.off-canvas-container {
  display: none;
}
nav.off-canvas-container .close-off-canvas {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
nav.off-canvas-container .close-off-canvas .off-canvas-close {
  height: 24px;
  width: 24px;
}
nav.off-canvas-container.is-visible {
  position: fixed;
  top: 0;
  width: 100vw;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #FFF;
  color: #535454;
  z-index: 10;
  padding: 200px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}
nav.off-canvas-container.is-visible .menu-wrap {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  overflow: scroll;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu {
  padding-left: 0;
  list-style: none;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu ul.hidden {
  display: none;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li {
  font-size: 16px;
  line-height: 28px;
  padding: 5px 0 5px 10px;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li a {
  border-bottom: 1px solid #FFF;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li:first-child {
  border-top: 0;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li ul.sub-menu {
  list-style: none;
  padding: 0;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-has-children span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-has-children span::after {
  content: " ";
  width: 16px;
  height: 16px;
  margin-right: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdHJhbnNmb3JtPSJtYXRyaXgoMCAxIDEgMCAwIDApIiBmaWxsPSJ1cmwoI3BhdHRlcm4wXzE1MF8yNDQyKSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzE1MF8yNDQyIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF8xNTBfMjQ0MiIgdHJhbnNmb3JtPSJzY2FsZSgwLjAxMTExMTEpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMTUwXzI0NDIiIHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFGb0FBQUJhQ0FZQUFBQTRxRUVDQUFBQUNYQklXWE1BQUFzVEFBQUxFd0VBbXB3WUFBQUNqa2xFUVZSNG5PM2RQMnNVUVJqSDhRM3F6cE5GRElLTllDOWlhYU9GdGFDK0JhMThEY1lYb0pVYWZRVlcybWh0Q3BzVVhtWTJjRmhJZGthdjhBb0ZCUTMrS1VUQlkrUzBzREFIUGd2ejVFeStIN2grK2Qyd043K1oyYjJxQWdBQUFBQlVWVFZhZFM2RkZaZjhCMGtoYi9keDBiOTIwVit2MXRiMmsxbFBMb1dWV1FIL0hYaTRUOUM5Zy9ZelIvSzJueGlXQ2Rza2FEK3B1M0Nlc05WQmh6dXFvSCtIL2FsK0dVNFF0c1o0VFZ3TUd6M0Nmblh3eGZBSVlTczBjWGpVeGZCR0hYYnlUNWlKS0RXcFBTVXhmTldHN1pLL3phaFdrcTY5cEIvVnYrYlpWd2k3NEx4YS90eEN2a3ZYbmlWc2pmeHdueVQvdU1jdDVPM2lxRDFHMkJxajlwQWszK25ERHMrcTRiQWhiSVU2RFk2N0ZENzJ1RjgvcW5KZUlHd0ZsOWJQU1F3LzlITnNhcnFheExEY284eE02cmgra1ZHdER0dmY2ekdxdnh6b05rNFN0Z1kxM1U1RFRUY01PMUhUelFnMTNZNmpwaHZKMUhRN0kycTZtWnFhYnNkUjArMElOZDB5YkU5Tk56Rm1OOTFNUTAyM3N4amIweExETjNiVERRZzEzWTZqcGh2SjFIUXpTOCtmSHBia1IreW1HNWllT3AyZVB1MnhtMzdUNHZxcXZWN1RYZlR2ZC9xNjkwYlF5Yi9iNmV2K3I5VGNPc3JqeDlCQ1pubzN2OC9HSkk3L3FrajBsL1VoYzZCZFJlTGdESXRLaFRVc2t4b1lzL0JmWHM0TExvWUhuRGd0VEdLNHhobnFlVDF1MFBtcnBhOXRWeDJna1g0cmN6em44cStvMTFiMU92clZIaHV3UEl1b1FiMDJJTlJyaTVBSDFPdlNHdXExZ1RIMXVyeE12VFloMU92eUhQVzZ2SnA2WGQ0U1I3a01aT3ExQ2NmdWRYbEN2YllJZVVDOUxxMmhYaHNZVTY5TlNQUjNlMnlzZnVhMXhrb3VoUzFseUpNNnRoZktmTzI3bU9QVjgzUDZad3FadHpUMnM3bFp1K2h2VFo4Wm1iMnBHclpjRERkNEtUY0FBQUFBVkRaK0FtT2x6VENzSWFwcUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K);
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-has-children ul li:last-child {
  border-bottom: 1px solid #eff4f4;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-has-children.menu-item-level-0 {
  border-bottom: 0;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-has-children.is-selected > span {
  font-weight: 600;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-level-1, nav.off-canvas-container.is-visible ul#site-mobile-menu li.menu-item-level-2 {
  font-size: 15px;
  opacity: 0.8;
}
nav.off-canvas-container.is-visible ul#site-mobile-menu > li {
  padding-bottom: 20px;
}

.off-canvas-screen {
  display: none;
}

.menu-item-has-children.no-link {
  cursor: pointer;
}

header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers ul.sub-menu li {
  min-width: 200px;
  text-align: left;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers ul.sub-menu li a {
  color: #535454;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers ul.sub-menu li a::after {
  content: "";
  left: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHJlY3Qgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiBmaWxsPSJ1cmwoI3BhdHRlcm4wXzEyOF8yMTE2KSIvPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMF8xMjhfMjExNiIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF8xMjhfMjExNiIgdHJhbnNmb3JtPSJzY2FsZSgwLjAzMzMzMzMpIi8+PC9wYXR0ZXJuPjxpbWFnZSBpZD0iaW1hZ2UwXzEyOF8yMTE2IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQjRBQUFBZUNBWUFBQUE3TUs2aUFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUFCT2tsRVFWUjRuTzNXdjByRVFCQUc4T1ZBYlBTeVkwVEJ5c0lIc05EUzZpcGJiZlFkUEY4aGhlY0RpSktacUtDUG9JM25mUEZmSTNod3p5QW9XSW1kQ0tLb1JGRnZVN3VMaFB0ZzZ4ODdtZXlNTWYzOHB4RGpqQVR2eGJHQ1RyeDdNQndHRm5TLzRhK2poeVpKYXQ3aGlOdVR4SHBmd2xzbVJHemFuaVBHOHcvTStrYU01VEM0NU0zZVcxdlJwempMWjhQZ2pNekJXZS9pVFV6NGw3UHVBTEZldURndXpjYlJvSGQ3S0RzZkpjYTEwMnlNZlJNaTBiWk9XOGFqKzgzelpoaGNzUERaM2IrM2ZxVk01NFBnSk5vcWxmeWh2blU4NVY5T2tscnhrcmtsUjZlNk1MR3VCeS8xU0pvdk9zMGwraElKR3VGL0o4YUtWM1JzNTJUY0NtN2RhWVc5YWo2WnRqUWtpUFdtcUlCZk5OUFY4bGlzQzJhOG9wR2dVWFN0c3dpa3VoUis5V0dzbWNvdWV5UTQ3ZW5ncTJEcmJUL21EL0lCOXB3d3dHT0FmZFFBQUFBQVNVVk9SSzVDWUlJPSIvPjwvZGVmcz48L3N2Zz4=);
  background-repeat: no-repeat;
  display: inline-flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers ul.sub-menu li a:hover {
  border-bottom-color: #1198BA;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers ul.sub-menu.submenu-visible {
  opacity: 1;
  pointer-events: inherit;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  min-height: 200px;
  background-color: #FFF;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 30px calc(11vw - 80px) 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 5px solid #1198BA;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers > ul.sub-menu li.menu-item-level-1 {
  font-weight: 700;
  min-width: 250px;
  width: 25%;
  padding-bottom: 20px;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers > ul.sub-menu li.menu-item-level-1 ul {
  top: 0;
}
header.site-header .site-main-header #site-navigation ul#primary-menu > li.menu-item-discover-careers > ul.sub-menu li.menu-item-level-1 ul li.menu-item-level-2 {
  font-weight: 400;
  top: 50px;
}

ul#site-mobile-menu li.menu-item-discover-careers > span::after {
  content: ">";
  padding-left: 7px;
  font-weight: 700;
}
ul#site-mobile-menu li.menu-item-discover-careers > .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
ul#site-mobile-menu li.menu-item-discover-careers > .sub-menu.submenu-visible {
  max-height: 500px;
}

main.default-search .page-content, main.four-o-four .page-content {
  max-width: 600px;
  margin: 50px auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.1019607843);
  border-top: 10px #213D90 solid;
}
main.default-search .page-content p, main.four-o-four .page-content p {
  margin: 0;
}
main.default-search .page-content .search-form, main.four-o-four .page-content .search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
main.default-search .page-content .search-form label, main.four-o-four .page-content .search-form label {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
main.default-search .page-content .search-form label .screen-reader-text, main.four-o-four .page-content .search-form label .screen-reader-text {
  position: absolute;
  left: -9999px;
}
main.default-search .page-content .search-form label .search-field, main.four-o-four .page-content .search-form label .search-field {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
}
main.default-search .page-content .search-form .button-search, main.four-o-four .page-content .search-form .button-search {
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  background-color: #213D90;
  color: #FFF;
}

main.sitemap {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
main.sitemap .container {
  flex-direction: column;
}
main.sitemap .container > ul {
  margin-bottom: 50px;
}

main.four-o-four {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
main.four-o-four .container {
  flex-direction: column;
}

main.default-search {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
main.default-search .container {
  flex-direction: column;
  margin-bottom: 50px;
}
main.default-search .container h2 {
  font-size: 32px;
  line-height: 42px;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \***********************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/*# sourceMappingURL=index.css.map*/