h1, .h1 {
  font-family: Runda;
  font-size: 60px;
  line-height: 75px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 62px;
  }
}

h2, .h2 {
  font-family: Runda;
  font-size: 50px;
  line-height: 62px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

h3, .h3 {
  font-family: Runda;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 32px;
  }
}

h4 {
  font-family: Runda;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5 {
  font-family: Runda;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

p {
  font-family: Runda;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 32px;
  }
}

span {
  font-family: Runda;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  span {
    font-size: 16px;
    line-height: 32px;
  }
}

.DNNModuleContent.ModStencilDisplayC ul {
  list-style: none;
  margin-left: 0;
}
.DNNModuleContent.ModStencilDisplayC ul li {
  font-family: Runda;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  margin-left: 34px;
}
@media only screen and (max-width: 767px) {
  .DNNModuleContent.ModStencilDisplayC ul li {
    font-size: 16px;
    line-height: 32px;
  }
}
.DNNModuleContent.ModStencilDisplayC ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #073951;
  border-radius: 5px 5px 5px 2px;
  position: absolute;
  top: 10px;
  left: -34px;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}
a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

body#Body {
  background-color: #f7f7f7;
}

body.scroll-lock {
  overflow-y: hidden;
}

/*
    // Import the fonts in the folllowing format:

    @font-face {
        font-family: %name%;
        src: url("/Portals/_default/Skins/Cantarus/assets/fonts/%font-name%.%ext%") format("%formattype%");
        font-weight: %weight%;
    }

*/
/*
#ControlBar {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;   

    ul, li, a, p {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;   
    }

    #ControlNav > li > a {
        text-decoration: none;
    }

    .subNav.advanced dl {
        width: 610px;
        min-height: 180px;
    }

    .subNav.advanced dl ul li {
        width: 100px;
        min-width: 100px;
    }

    div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
        padding: 5px 0 5px 10px; 
        line-height: 10px;  
    }

    span.controlBar_editPageTxt {
        font-family: Arial;
        line-height: 1rem;
        font-size: 14px;
    }

    #ControlEditPageMenu .dnnCheckbox + label {
        font-family: Arial;
        font-size: 14px;
    }
}

*/
.cta-link {
  display: inline-block;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: transform 1s linear;
  color: #073951 !important;
  text-decoration: none !important;
}
.cta-link::before {
  content: "\e09f";
  height: 34px;
  width: 34px;
  border: 1px solid #073951;
  border-radius: 10px 10px 10px 2px;
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  font-weight: 200;
  margin-right: 10px;
}
.cta-link:hover {
  transform: translateY(-5px);
}

.tertiary-cta {
  display: flex;
}
.tertiary-cta .tertiary-cta__arrow-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #073951;
  padding: 12px 12px;
  border-radius: 7px 7px 7px 0px;
}
.tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  position: absolute;
  left: -10px;
  top: 20px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: -20px;
  transition: left 0.5s, top 0.5s;
}
.tertiary-cta .tertiary-cta__copy {
  font-family: Runda;
  font-size: 16px;
  color: #073951;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .tertiary-cta .tertiary-cta__copy {
    font-size: 16px;
  }
}
.tertiary-cta:hover .tertiary-cta__arrow-wrapper, .tertiary-cta:focus .tertiary-cta__arrow-wrapper {
  border-color: transparent;
}
.tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one, .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  left: 22px;
  top: -12px;
  transition: left 0.5s, top 0.5s;
}
.tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two, .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one, .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 24px;
  transition: left 0.5s, top 0.5s;
}
.tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two, .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.tertiary-cta:hover .tertiary-cta__copy, .tertiary-cta:focus .tertiary-cta__copy {
  text-decoration: underline;
}

.footer-container {
  display: flex;
  background: #222143;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-container {
    flex-direction: column;
  }
}
.footer-container .footer-wrapper {
  padding: 5%;
  display: flex;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer-container .footer-wrapper .footer__map-link {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__map-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer-container .footer-wrapper .footer__map-link .map-link__perg-map {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details {
    width: 100%;
    position: relative;
  }
}
.footer-container .footer-wrapper .footer__details .footer__logo-and-title {
  display: flex;
}
.footer-container .footer-wrapper .footer__details .footer__logo-and-title .footer__perg-logo,
.footer-container .footer-wrapper .footer__details .footer__logo-and-title .footer__bvca-logo {
  width: 40%;
  margin-bottom: 2%;
  margin-right: 10%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details .footer__logo-and-title .footer__perg-logo,
  .footer-container .footer-wrapper .footer__details .footer__logo-and-title .footer__bvca-logo {
    width: 190px;
    margin-bottom: 20px;
    max-width: 40%;
  }
}
.footer-container .footer-wrapper .footer__details .footer__contact {
  display: flex;
  color: #FFFFFF;
  background: #222143;
  height: 55%;
  margin-top: 10%;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details .footer__contact {
    height: auto;
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__find-us {
  margin-right: 10%;
  flex: 40% 0 0;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__find-us .footer__find-us-title {
  color: #FFFFFF;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__find-us .footer__find-us-address {
  display: grid;
  width: max-content;
  line-height: 36px;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__find-us .footer__find-us-address > span {
  line-height: 36px;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__find-us .footer__find-us-address .footer__find-us-google-maps {
  color: #FFFFFF;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__enquiries .footer__enquiries-title {
  color: #FFFFFF;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__enquiries .footer__enquiries-text {
  line-height: 36px;
}
.footer-container .footer-wrapper .footer__details .footer__contact .footer__enquiries .footer__enquiries-text a {
  color: #FFFFFF;
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer {
  display: flex;
  background: #222143;
  margin-top: 2%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details .footer__phone-and-pointer {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__phone {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px 10px 10px 2px;
  padding: 10px 30px;
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__phone .footer__phone-text, .footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__phone a {
  color: #1C1C1C;
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__copyright {
  color: #FFFFFF;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__copyright {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__copyright .footer__copyright-logo {
  margin-right: 5px;
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__pointer {
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__pointer {
    position: absolute;
    right: 0;
    top: 100px;
  }
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__pointer .footer__pointer-logo {
  color: black;
  padding: 24px;
  background: white;
  border-radius: 10px;
  font-size: 24px;
  transition: ease 0.5s;
}
.footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__pointer .footer__pointer-logo:hover {
  transform: translate(0, -10px);
}
@media only screen and (max-width: 767px) {
  .footer-container .footer-wrapper .footer__details .footer__phone-and-pointer .footer__pointer .footer__pointer-logo {
    padding: 20px;
  }
}

figure.flowchart {
  /* _________ */
  /* If the tree represents DOM structure */
  /* | */
  /* The root node doesn't connect upwards */
}
figure.flowchart figcaption {
  text-align: center;
  font-family: Runda;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
figure.flowchart .tree, figure.flowchart .tree ul, figure.flowchart .tree li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
figure.flowchart .tree {
  margin: 0 0 1em;
  text-align: center;
  width: 100%;
}
figure.flowchart .tree, figure.flowchart .tree ul {
  display: table;
}
figure.flowchart .tree ul {
  width: 100%;
}
figure.flowchart .tree li {
  display: table-cell;
  padding: 0.5em 0;
  vertical-align: top;
}
figure.flowchart .tree li li {
  width: 50%;
}
figure.flowchart .tree li li li {
  width: 100%;
}
figure.flowchart .tree li li li li {
  width: 50%;
}
figure.flowchart .tree li li li li li {
  width: 100%;
}
figure.flowchart .tree li:before {
  outline: solid 1px #666;
  content: "";
  left: 0 !important;
  position: absolute !important;
  right: 0;
  top: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
}
figure.flowchart .tree li:first-child:before {
  left: 50% !important;
}
figure.flowchart .tree li:last-child:before {
  right: 50%;
}
figure.flowchart .tree code, figure.flowchart .tree span {
  border: 0;
  border-radius: 10px 10px 10px 2px;
  display: inline-block;
  margin: 0 0.2em 0.5em;
  padding: 10px 20px;
  position: relative;
  max-width: 400px;
  color: #1C1C1C;
  background: #FFFFFF;
}
figure.flowchart .tree code {
  font-family: Runda;
}
figure.flowchart .tree ul:before,
figure.flowchart .tree code:before,
figure.flowchart .tree span:before {
  outline: solid 1px #666;
  content: "";
  height: 0.5em;
  left: 50%;
  position: absolute;
}
figure.flowchart .tree ul:before {
  top: -0.5em;
}
figure.flowchart .tree code:before,
figure.flowchart .tree span:before {
  top: -0.55em;
}
figure.flowchart .tree > li {
  margin-top: 0;
}
figure.flowchart .tree > li:before,
figure.flowchart .tree > li:after,
figure.flowchart .tree > li > code:before,
figure.flowchart .tree > li > span:before {
  outline: none;
}

#___gcse_0, #___gcse_1 {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #___gcse_0, #___gcse_1 {
    width: 100%;
    line-height: 20px;
  }
}
#___gcse_0 .gsc-adBlock, #___gcse_1 .gsc-adBlock {
  display: none;
}
#___gcse_0 .gsc-control-cse.gsc-control-cse-en, #___gcse_1 .gsc-control-cse.gsc-control-cse-en {
  border: none;
  background-color: transparent;
  width: 100%;
}
#___gcse_0 .gsc-search-button, #___gcse_1 .gsc-search-button {
  display: none;
}
#___gcse_0 .gsc-input, #___gcse_1 .gsc-input {
  padding: 0 !important;
}
#___gcse_0 #gsc-iw-id1, #___gcse_0 #gsc-iw-id2, #___gcse_1 #gsc-iw-id1, #___gcse_1 #gsc-iw-id2 {
  border: none !important;
  background-color: transparent;
}
#___gcse_0 #gsc-i-id1::placeholder, #___gcse_0 #gsc-i-id2::placeholder, #___gcse_1 #gsc-i-id1::placeholder, #___gcse_1 #gsc-i-id2::placeholder {
  font-size: 20px;
}
#___gcse_0 .gsc-results-wrapper-visible, #___gcse_1 .gsc-results-wrapper-visible {
  height: 65vh;
  top: 70px;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  #___gcse_0 .gsc-results-wrapper-visible, #___gcse_1 .gsc-results-wrapper-visible {
    left: 0;
    top: 65px;
    width: 100%;
  }
}
#___gcse_0 .gsc-results-wrapper-visible .gcsc-find-more-on-google, #___gcse_1 .gsc-results-wrapper-visible .gcsc-find-more-on-google {
  display: none;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-image, #___gcse_1 .gsc-results-wrapper-visible .gs-image {
  display: none;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title, #___gcse_1 .gsc-results-wrapper-visible .gs-title {
  text-align: start;
  color: #073951 !important;
  font-size: 17px;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title b, #___gcse_1 .gsc-results-wrapper-visible .gs-title b {
  color: #073951 !important;
  font-size: 17px;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title b:hover, #___gcse_1 .gsc-results-wrapper-visible .gs-title b:hover {
  text-decoration: underline;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-title:hover, #___gcse_1 .gsc-results-wrapper-visible .gs-title:hover {
  text-decoration: underline;
}
#___gcse_0 .gsc-results-wrapper-visible .gs-snippet, #___gcse_1 .gsc-results-wrapper-visible .gs-snippet {
  color: #444;
  font-size: 15px;
  white-space: normal;
}
#___gcse_0 .gsc-results-wrapper-visible .gsc-url-top, #___gcse_1 .gsc-results-wrapper-visible .gsc-url-top {
  display: none;
}
#___gcse_0 .gsc-results-wrapper-visible .gsc-table-cell-thumbnail, #___gcse_1 .gsc-results-wrapper-visible .gsc-table-cell-thumbnail {
  display: none;
}
#___gcse_0 .gsib_b, #___gcse_1 .gsib_b {
  display: none;
}

.banner-container {
  width: 99%;
  border-radius: 10px;
  display: flex;
  margin: -135px 0.5% 10px;
}
@media only screen and (max-width: 767px) {
  .banner-container {
    margin: 10px 0.5%;
  }
}
.banner-container .banner__title {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .banner-container .banner__title {
    width: 100%;
    padding: 30px 45px;
  }
}
.banner-container .banner__title .title__text {
  color: #073951;
  margin-top: 25%;
}
.banner-container .banner__title .title__tagline {
  color: #073951;
}
.banner-container .banner__image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .banner-container .banner__image {
    display: none;
  }
}

.titleWithPatternBanner {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .titleWithPatternBanner {
    border-radius: 10px;
    overflow: hidden;
    width: 99%;
    margin: 0 0.5%;
  }
}
.titleWithPatternBanner .banner__background {
  width: 99%;
  border-radius: 10px;
  display: flex;
  margin: 0.5%;
  margin-top: -135px;
  height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .titleWithPatternBanner .banner__background {
    margin: 0;
    width: 260%;
  }
}
.titleWithPatternBanner .banner__title {
  position: absolute;
  bottom: 25%;
  left: 5%;
  max-width: 560px;
}
.titleWithPatternBanner .banner__title .title__text {
  color: #073951;
}

.full-width-video {
  width: 99%;
  margin: 10px 0.5%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  .full-width-video {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 700px) {
  .full-width-video {
    height: 250px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 700px) and (max-width: 767px) {
  .full-width-video {
    height: auto;
  }
}
.full-width-video .play {
  display: none;
}
.full-width-video .video-block {
  position: relative;
  max-width: 100%;
  cursor: pointer;
}
.full-width-video .video-block.video-iframe-container {
  margin-bottom: inherit;
  margin-top: inherit;
  position: relative;
  height: 100%;
}
.full-width-video .responsive-iframe, .full-width-video .video-block-pos {
  width: 100%;
  border: none;
  position: relative;
}
.full-width-video .responsive-iframe img, .full-width-video .video-block-pos img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .full-width-video .responsive-iframe img, .full-width-video .video-block-pos img {
    object-fit: cover;
  }
}
.full-width-video iframe.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width-video__modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(212, 202, 227, 0.9);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .full-width-video__modal {
    overflow: scroll;
  }
}
.full-width-video__modal.active {
  display: block;
}
.full-width-video__modal--close-button {
  cursor: pointer;
  position: absolute;
  right: -91px;
  top: -50px;
  width: 91px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 2px;
}
.full-width-video__modal--close-button i {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .full-width-video__modal--close-button {
    right: 0;
    top: -129px;
  }
}
.full-width-video__modal--close-button:hover {
  transform: translateY(-5px);
}
.full-width-video__modal--wrapper {
  width: 890px;
  height: 500px;
  margin: 129px auto 0;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .full-width-video__modal--wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1360px) and (min-width: 1021px) {
  .full-width-video__modal--wrapper {
    max-height: calc(100vh - 100px);
    margin-top: 50px;
  }
}
.full-width-video__modal--wrapper .full-width-video__close-button {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 0;
  width: 61px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .full-width-video__modal--wrapper .full-width-video__close-button {
    right: 12px;
    top: 12px;
  }
}
.full-width-video__modal--wrapper .full-width-video__close-button:hover {
  transform: translateY(-5px);
}

.contentWithExpandableBlocks {
  width: 99%;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin: 10px 0.5%;
  padding-bottom: 30px;
}
.contentWithExpandableBlocks .htmlContent {
  padding: 0 30vw 0 100px;
  margin: 70px 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .contentWithExpandableBlocks .htmlContent {
    padding: 0 35px;
    margin: 40px 0 20px;
  }
}
.contentWithExpandableBlocks .htmlContent > * {
  max-width: 650px;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header {
  background: #073951;
  border-radius: 10px;
  margin: 20px 50px;
  z-index: 10;
  position: relative;
  cursor: pointer;
  padding: 30px 60px 30px 140px;
}
@media only screen and (max-width: 767px) {
  .contentWithExpandableBlocks .expandableBlocks .expandableBlock--header {
    margin: 20px 10px;
    padding: 30px 20px 30px 60px;
  }
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header.expanded .fa-minus {
  display: inline;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header.expanded .fa-plus {
  display: none;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header .fa-light {
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contentWithExpandableBlocks .expandableBlocks .expandableBlock--header .fa-light {
    left: 15px;
  }
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header .fa-minus {
  display: none;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header .expandableBlock--header--text {
  color: #FFDBDB;
  font-size: 30px;
  line-height: 36px;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(-40px);
  margin: 0 50px;
  background: #D4CAE3 linear-gradient(120deg, #D4CAE3 0%, #FFDBDB 0%, rgba(255, 219, 219, 0) 100%) 0% 0% no-repeat padding-box;
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  padding: 0 30vw 0 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .contentWithExpandableBlocks .expandableBlocks .expandableBlock--content {
    margin: 0 10px;
    padding: 0 30px;
  }
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--content > *:first-child {
  margin-top: 50px;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--content > *:last-child {
  margin-bottom: 50px;
}
.contentWithExpandableBlocks .expandableBlocks .expandableBlock--header.expanded + .expandableBlock--content {
  max-height: 3000px;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .contentWithExpandableBlocks .expandableBlocks .expandableBlock--header.expanded + .expandableBlock--content {
    margin: 0 10px;
    overflow-x: auto;
  }
}
.contentWithExpandableBlocks .expandableBlocks table {
  width: 140%;
  border-collapse: collapse;
  margin-bottom: 50px;
  text-align: center;
}
.contentWithExpandableBlocks .expandableBlocks tr {
  border-bottom: solid 1px;
}
.contentWithExpandableBlocks .expandableBlocks tbody tr:last-of-type {
  border: 0;
}
.contentWithExpandableBlocks .expandableBlocks th {
  font-size: 20px;
  line-height: 30px;
  font-family: Runda;
}
.contentWithExpandableBlocks .expandableBlocks td {
  font-size: 16px;
  line-height: 34px;
  font-family: Runda;
  width: 25%;
}
.contentWithExpandableBlocks .expandableBlocks tbody tr td:first-of-type {
  text-align: left;
}

.imageAndCta {
  width: 99%;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(44deg, #E2E3CA 0%, rgba(226, 227, 202, 0.0039215686) 51%, rgba(226, 227, 202, 0) 100%) 0% 0% no-repeat padding-box;
  margin: 10px 0.5%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .imageAndCta {
    flex-wrap: wrap;
  }
}
.imageAndCta .imageAndCta--content {
  flex: 0 0 50%;
  padding: 80px 50px;
}
@media only screen and (max-width: 767px) {
  .imageAndCta .imageAndCta--content {
    flex: 0 0 100%;
    padding: 30px 45px;
  }
}
@media only screen and (min-width: 768px) {
  .imageAndCta .imageAndCta--content p {
    font-size: 24px;
  }
}
.imageAndCta .imageAndCta--content .cta-link {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .imageAndCta .imageAndCta--content .cta-link {
    margin-bottom: 40px;
  }
}
.imageAndCta > img {
  flex: 0 0 50%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .imageAndCta > img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.imageAndCta.smallImageAndCta {
  background: #D4CAE3 linear-gradient(68deg, #cae3d5 0%, rgba(202, 227, 213, 0) 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.imageAndCta.smallImageAndCta .imageAndCta--content {
  flex: 0 0 calc(50% - 200px);
  margin-right: 200px;
  position: relative;
  padding: 80px 50px 0;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .imageAndCta.smallImageAndCta .imageAndCta--content {
    flex: 0 0 100%;
    margin-right: 0;
    padding: 30px 45px;
  }
}
.imageAndCta.smallImageAndCta .imageAndCta--content::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 72px;
  color: #073951;
  position: absolute;
  bottom: 0;
  right: -60px;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 767px) {
  .imageAndCta.smallImageAndCta .imageAndCta--content::after {
    right: 10px;
  }
}
.imageAndCta.smallImageAndCta:hover h1 {
  text-decoration: underline;
}
.imageAndCta.smallImageAndCta:hover .imageAndCta--content::after {
  bottom: 10px;
  right: -70px;
}

.headshotsBlock {
  width: 99%;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(322deg, #ffdbdb 0%, #ffdbdb 0%, rgba(255, 219, 219, 0) 35%) 0% 0% no-repeat padding-box;
  margin: 10px 0.5%;
  padding: 100px 120px;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock {
    padding: 30px 45px;
  }
}
.headshotsBlock .headshotsBlock--intro {
  padding-left: 200px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--intro {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.headshotsBlock .headshotsBlock--intro h2 {
  flex: 0 0 100%;
}
.headshotsBlock .headshotsBlock--intro .headshotsBlock--col1 .headshotsBlock--intro-text {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--intro .headshotsBlock--col1 .headshotsBlock--intro-text {
    padding-right: 0;
  }
}
.headshotsBlock .headshotsBlock--intro .headshotsBlock--col2 .headshotsBlock--intro-text {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--intro .headshotsBlock--col2 .headshotsBlock--intro-text {
    padding-left: 0;
  }
}
.headshotsBlock .headshotsBlock--intro .headshotsBlock--col1, .headshotsBlock .headshotsBlock--intro .headshotsBlock--col2 {
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--intro .headshotsBlock--col1, .headshotsBlock .headshotsBlock--intro .headshotsBlock--col2 {
    flex: 0 0 100%;
  }
}
.headshotsBlock .headshotsBlock--intro .headshotsBlock--col1 .headshotsBlock--intro-text, .headshotsBlock .headshotsBlock--intro .headshotsBlock--col2 .headshotsBlock--intro-text {
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--intro .headshotsBlock--col1 .headshotsBlock--intro-text, .headshotsBlock .headshotsBlock--intro .headshotsBlock--col2 .headshotsBlock--intro-text {
    margin-bottom: 20px;
  }
}
.headshotsBlock .headshotsBlock--people {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person {
  flex: 0 1 calc(33% - 10px);
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--people .headshotsBlock--person {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person .headshotsBlock--person--image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person .headshotsBlock--person--name {
  font-size: 20px;
  display: block;
  margin-bottom: 6px;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person .headshotsBlock--person--job {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #073951;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
  color: #073951;
  position: absolute;
  bottom: 18px;
  right: 40px;
  transition: all 0.5s linear;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--people .headshotsBlock--person::after {
    bottom: 0;
    right: 0;
  }
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person.opened .headshotsBlock--person-popup {
  display: block;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person:hover .headshotsBlock--person--name, .headshotsBlock .headshotsBlock--people .headshotsBlock--person:focus .headshotsBlock--person--name {
  text-decoration: underline;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person:hover::after, .headshotsBlock .headshotsBlock--people .headshotsBlock--person:focus::after {
  bottom: 28px;
  right: 30px;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup {
  display: none;
  background: #f7f7f7;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 9999999;
  cursor: auto;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--wrapper {
  display: flex;
  padding: 10px;
  width: 100%;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--wrapper {
    position: relative;
    flex-wrap: wrap;
  }
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--image {
  flex: 0 0 550px;
  border-radius: 10px;
  max-width: 550px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--image {
    flex: 0 0 100%;
  }
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--image .headshotsBlock--person-popup--image--image-mask {
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(27deg, #CAE3D5 0%, rgba(202, 227, 213, 0) 50%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--image .headshotsBlock--person-popup--image--image-mask.secondary {
  background: transparent linear-gradient(312deg, #FFDBDB 0%, rgba(255, 219, 219, 0) 40%) 0% 0% no-repeat padding-box;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--image .headshotsBlock--person-popup--image--image-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 70px;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--image .headshotsBlock--person-popup--image--image {
  max-width: 100%;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content {
  background: #FFFFFF linear-gradient(341deg, #cae3d5 0%, rgba(202, 227, 213, 0) 35%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  flex: 1;
  padding: 120px 120px 120px 65px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content {
    position: unset;
    padding: 30px 45px;
  }
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content .headshotsBlock--person-popup--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding: 0 60px;
  text-align: right;
  background: #D4CAE3 linear-gradient(270deg, #CADBE3 0%, rgba(202, 219, 227, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content .headshotsBlock--person-popup--header {
    position: fixed;
    top: 10px;
    left: auto;
    right: 10px;
    padding: 0 30px;
    width: auto;
  }
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content .headshotsBlock--person-popup--header .headshotsBlock--person-popup--header--close {
  cursor: pointer;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content .headshotsBlock--person-popup--content--name {
  display: block;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 12px;
  color: #073951;
}
.headshotsBlock .headshotsBlock--people .headshotsBlock--person-popup .headshotsBlock--person-popup--content .headshotsBlock--person-popup--content--job {
  display: block;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 40px;
  color: #1C1C1C;
}

.homeBanner--wrapper {
  width: 99%;
  margin: -135px 0.5% 10px;
}
.homeBanner--wrapper .homeBanner {
  background: #D4CAE3 linear-gradient(226deg, #E2E3CA 0%, rgba(226, 227, 202, 0.0039215686) 51%, rgba(226, 227, 202, 0) 100%) 0% 0% no-repeat padding-box;
  padding: 320px 5% 60px;
  border-radius: 10px;
}
.homeBanner--wrapper .homeBanner--title {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .homeBanner--wrapper .homeBanner--title {
    margin-bottom: 0;
  }
}
.homeBanner--wrapper .homeBanner--title .homeBanner--title--large {
  margin-bottom: 20px;
  display: block;
}
.homeBanner--wrapper .homeBanner--title .homeBanner--title--small {
  display: block;
}
.homeBanner--wrapper .homeBanner--scroll-prompt {
  color: #073951;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .homeBanner--wrapper .homeBanner--scroll-prompt {
    display: none;
  }
}
.homeBanner--wrapper .homeBanner--scroll-prompt::before {
  content: "\f063";
  height: 34px;
  width: 34px;
  border: 1px solid #073951;
  border-radius: 10px 10px 10px 2px;
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-right: 10px;
}
.homeBanner--wrapper .homeBanner--scroll-prompt:hover {
  cursor: pointer;
}

.ctaBlock {
  width: 99%;
  border-radius: 10px;
  background: #99DAE7 linear-gradient(121deg, #CAE3D6 65%, rgba(202, 227, 214, 0) 100%) 0% 0% no-repeat padding-box;
  margin: 10px 0.5%;
  display: flex;
  min-height: 450px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ctaBlock {
    flex-wrap: wrap;
  }
}
.ctaBlock .ctaBlock--content {
  flex: 0 0 50%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .ctaBlock .ctaBlock--content {
    flex: 0 0 100%;
    padding: 30px 50px;
  }
}
.ctaBlock .ctaBlock--content .ctaBlock--content--heading {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .ctaBlock .ctaBlock--content .ctaBlock--content--heading {
    margin-bottom: 30px;
  }
}
.ctaBlock .ctaBlock--content .ctaBlock--content--content {
  margin-top: auto;
}
.ctaBlock .ctaBlock--content .ctaBlock--content--content p {
  font-size: 24px;
  line-height: 36px;
}
.ctaBlock .ctaBlock--link {
  flex: 0 0 50%;
  color: #1C1C1C;
  font-size: 72px;
  text-align: right;
  align-self: end;
  padding: 60px 80px;
}
@media only screen and (max-width: 767px) {
  .ctaBlock .ctaBlock--link {
    flex: 0 0 100%;
    padding: 0 45px;
  }
}
.ctaBlock .ctaBlock--link .ctaBlock--link--text {
  font-size: 72px;
  line-height: 84px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ctaBlock .ctaBlock--link .ctaBlock--link--text {
    font-size: 60px;
    line-height: 62px;
  }
}
.ctaBlock .ctaBlock--link i {
  color: #073951;
}
.ctaBlock .ctaBlock--link:hover .ctaBlock--link--text, .ctaBlock .ctaBlock--link:focus .ctaBlock--link--text {
  text-decoration: underline;
}
.ctaBlock.ctaBlock-tagged {
  background: #FFFFFF linear-gradient(145deg, #FFFFFF 50%, #073951 300%) 0% 0% no-repeat padding-box;
}
.ctaBlock.ctaBlock-tagged .ctaBlock--content--heading-tag {
  background: #073951;
  padding: 15px 20px;
  color: #99DAE7;
  border-radius: 10px 10px 10px 2px;
}

.image-text-cta-banner-container {
  width: 99%;
  border-radius: 10px;
  display: flex;
  margin: 0.5%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container {
    flex-wrap: wrap;
  }
}
.image-text-cta-banner-container .banner__image {
  flex: 0 0 33%;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.image-text-cta-banner-container .banner__info {
  flex: 0 0 67%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info {
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.image-text-cta-banner-container .banner__info .info__background {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.image-text-cta-banner-container .banner__info .info__title {
  margin: 100px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info .info__title {
    margin: 0;
    flex: 0 0 100%;
    padding: 30px 45px;
  }
}
.image-text-cta-banner-container .banner__info .info__text {
  color: #FFFFFF;
  display: block;
  margin: auto 100px 100px;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info .info__text {
    margin: 0;
    padding: 30px 45px;
  }
}
.image-text-cta-banner-container .banner__info .info__text .text__title {
  font-family: Runda;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  margin-bottom: 2%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info .info__text .text__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.image-text-cta-banner-container .banner__info .info__text .text__copy {
  font-family: Runda;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  width: 460px;
  margin-right: auto;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info .info__text .text__copy {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info .info__text .text__copy {
    width: auto;
  }
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta {
  display: flex;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__arrow-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #FFFFFF;
  padding: 12px 12px;
  border-radius: 7px 7px 7px 0px;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
  color: #FFFFFF;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  position: absolute;
  left: -10px;
  top: 20px;
  transition: left 0.5s, top 0.5s;
  color: #FFFFFF;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: -20px;
  transition: left 0.5s, top 0.5s;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__copy {
  font-family: Runda;
  font-size: 16px;
  color: #FFFFFF;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .image-text-cta-banner-container .banner__info .info__text .tertiary-cta .tertiary-cta__copy {
    font-size: 16px;
  }
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta:hover .tertiary-cta__arrow-wrapper, .image-text-cta-banner-container .banner__info .info__text .tertiary-cta:focus .tertiary-cta__arrow-wrapper {
  border-color: transparent;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one, .image-text-cta-banner-container .banner__info .info__text .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  left: 22px;
  top: -12px;
  transition: left 0.5s, top 0.5s;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two, .image-text-cta-banner-container .banner__info .info__text .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one, .image-text-cta-banner-container .banner__info .info__text .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 24px;
  transition: left 0.5s, top 0.5s;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two, .image-text-cta-banner-container .banner__info .info__text .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.image-text-cta-banner-container .banner__info .info__text .tertiary-cta:hover .tertiary-cta__copy, .image-text-cta-banner-container .banner__info .info__text .tertiary-cta:focus .tertiary-cta__copy {
  text-decoration: underline;
}

.largeImageAndCta {
  width: 99%;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(213deg, #222143 -50%, rgba(255, 255, 255, 0) 50%) 0% 0% no-repeat padding-box;
  margin: 10px 0.5%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .largeImageAndCta {
    flex-wrap: wrap;
  }
}
.largeImageAndCta .largeImageAndCta--image {
  flex: 0 0 67%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .largeImageAndCta .largeImageAndCta--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.largeImageAndCta .largeImageAndCta--content {
  flex: 0 0 33%;
  padding: 80px 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .largeImageAndCta .largeImageAndCta--content {
    flex: 0 0 100%;
    padding: 80px 50px 30px;
  }
}
.largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--link {
  color: #1C1C1C;
}
.largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--link span.h1 {
  display: block;
}
.largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--link i {
  font-size: 65px;
  color: #073951;
}
.largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--link:hover span.h1, .largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--link:focus span.h1 {
  text-decoration: underline;
}
.largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--content {
  margin-top: auto;
}
.largeImageAndCta .largeImageAndCta--content .largeImageAndCta--content--content p {
  font-size: 24px;
}

.latestReports {
  margin: 100px 60px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .latestReports {
    margin: 45px 30px;
  }
}
.latestReports .latestReports-heading {
  margin: 0 80px 60px;
  border-bottom: solid 1px #073951;
  flex: 1 1 100%;
}
@media only screen and (max-width: 767px) {
  .latestReports .latestReports-heading {
    margin: 0 0 30px;
  }
}
.latestReports .latestReports-heading h3 {
  margin-bottom: 15px;
}
.latestReports .featuredReport {
  background: #e2e3ca;
  border-radius: 10px;
  padding: 30px 25px;
  flex: 1 1 100%;
  min-height: 375px;
  position: relative;
  margin-bottom: 10px;
}
.latestReports .featuredReport:hover, .latestReports .featuredReport:focus {
  text-decoration: none;
}
.latestReports .featuredReport:hover .featuredReport--title, .latestReports .featuredReport:focus .featuredReport--title {
  text-decoration: underline;
}
.latestReports .featuredReport::after {
  content: "\e09f";
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 78px;
  font-size: 65px;
  font-weight: 200;
  position: absolute;
  bottom: 20px;
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .latestReports .featuredReport::after {
    right: auto;
  }
}
.latestReports .featuredReport .featuredReport--wrapper {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .latestReports .featuredReport .featuredReport--wrapper {
    width: 100%;
    padding-bottom: 75px;
  }
}
.latestReports .featuredReport .featuredReport--wrapper .featuredReport--year--tag {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px 10px 10px 2px;
  color: #1C1C1C;
}
.latestReports .featuredReport .featuredReport--wrapper .featuredReport--content {
  margin-top: auto;
}
.latestReports .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--title, .latestReports .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--tagline {
  display: block;
  color: #1C1C1C;
}
.latestReports .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--title {
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .latestReports .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--title {
    max-width: 100%;
  }
}
.latestReports .latestReports--report {
  flex: 0 0 calc(50% - 5px);
  min-height: 300px;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(198deg, #EBEEE7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #EBEEE7;
  margin-bottom: 10px;
  padding: 45px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .latestReports .latestReports--report {
    flex: 0 0 100%;
    padding: 45px 25px 70px;
  }
}
.latestReports .latestReports--report::after {
  content: "\e09f";
  height: 34px;
  width: 34px;
  border: 1px solid #073951;
  border-radius: 10px 10px 10px 2px;
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  font-weight: 200;
  position: absolute;
  bottom: 45px;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .latestReports .latestReports--report::after {
    right: auto;
    bottom: 25px;
  }
}
.latestReports .latestReports--report:hover, .latestReports .latestReports--report:focus {
  text-decoration: none;
}
.latestReports .latestReports--report:hover .latestReports--report--title, .latestReports .latestReports--report:focus .latestReports--report--title {
  text-decoration: underline;
}
.latestReports .latestReports--report .latestReports--report--year {
  font-weight: 600;
  color: #1C1C1C;
}
.latestReports .latestReports--report .latestReports--report--title {
  font-size: 24px;
  line-height: 36px;
  max-width: calc(100% - 100px);
  margin-top: auto;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .latestReports .latestReports--report .latestReports--report--title {
    max-width: none;
  }
}

.imageBlock {
  width: 99%;
  margin: -30px 0.5% 10px;
}
@media only screen and (max-width: 767px) {
  .imageBlock {
    margin: 10px 0.5%;
  }
}
.imageBlock .imageBlock--image {
  border-radius: 10px;
  width: 100%;
  z-index: -1;
  position: relative;
}

.doubleImageBlock {
  width: 99%;
  margin: 10px 0.5%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.doubleImageBlock .doubleImageBlock--image-one {
  flex: 0 1 66.667%;
}
.doubleImageBlock .doubleImageBlock--image-two {
  flex: 0 1 33.333%;
}
.doubleImageBlock img {
  width: 100%;
  border-radius: 10px;
}

.reportsHighlight {
  width: 99%;
  border-radius: 10px;
  background: transparent linear-gradient(310deg, #99DAE7 0%, rgba(153, 218, 231, 0) 35%) 0% 0% no-repeat padding-box;
  margin: 10px 0.5%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 100px 60px;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight {
    padding: 45px 30px;
  }
}
.reportsHighlight .reportsHighlight--header {
  flex: 0 0 100%;
  padding: 0 60px;
  margin-bottom: 70px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight .reportsHighlight--header {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
  }
}
.reportsHighlight .reportsHighlight--header .reportsHighlight--header--heading {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight .reportsHighlight--header .reportsHighlight--header--heading {
    flex: 0 0 100%;
  }
}
.reportsHighlight .reportsHighlight--header .tertiary-cta {
  display: flex;
  max-height: 26px;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__arrow-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #073951;
  padding: 12px 12px;
  border-radius: 7px 7px 7px 0px;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  position: absolute;
  left: -10px;
  top: 20px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: -20px;
  transition: left 0.5s, top 0.5s;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__copy {
  font-family: Runda;
  font-size: 16px;
  color: #073951;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__copy {
    font-size: 16px;
  }
}
.reportsHighlight .reportsHighlight--header .tertiary-cta:hover .tertiary-cta__arrow-wrapper, .reportsHighlight .reportsHighlight--header .tertiary-cta:focus .tertiary-cta__arrow-wrapper {
  border-color: transparent;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one, .reportsHighlight .reportsHighlight--header .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  left: 22px;
  top: -12px;
  transition: left 0.5s, top 0.5s;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two, .reportsHighlight .reportsHighlight--header .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one, .reportsHighlight .reportsHighlight--header .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 24px;
  transition: left 0.5s, top 0.5s;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two, .reportsHighlight .reportsHighlight--header .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta:hover .tertiary-cta__copy, .reportsHighlight .reportsHighlight--header .tertiary-cta:focus .tertiary-cta__copy {
  text-decoration: underline;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__copy {
  color: #073951;
}
.reportsHighlight .reportsHighlight--header .tertiary-cta .tertiary-cta__arrow-wrapper {
  color: #073951;
  border-color: #073951;
}
.reportsHighlight .reportsHighlight--report {
  flex: 0 0 calc(50% - 5px);
  min-height: 300px;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(198deg, #EBEEE7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #EBEEE7;
  margin-bottom: 10px;
  padding: 45px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight .reportsHighlight--report {
    flex: 0 0 100%;
    padding: 45px 25px 70px;
  }
}
.reportsHighlight .reportsHighlight--report::after {
  content: "\e09f";
  height: 34px;
  width: 34px;
  border: 1px solid #073951;
  border-radius: 10px 10px 10px 2px;
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  font-weight: 200;
  position: absolute;
  bottom: 45px;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight .reportsHighlight--report::after {
    right: auto;
    bottom: 25px;
  }
}
.reportsHighlight .reportsHighlight--report:hover, .reportsHighlight .reportsHighlight--report:focus {
  text-decoration: none;
}
.reportsHighlight .reportsHighlight--report:hover .reportsHighlight--report--title, .reportsHighlight .reportsHighlight--report:focus .reportsHighlight--report--title {
  text-decoration: underline;
}
.reportsHighlight .reportsHighlight--report .reportsHighlight--report--year {
  font-weight: 600;
  color: #1C1C1C;
}
.reportsHighlight .reportsHighlight--report .reportsHighlight--report--title {
  font-size: 24px;
  line-height: 36px;
  max-width: calc(100% - 100px);
  margin-top: auto;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .reportsHighlight .reportsHighlight--report .reportsHighlight--report--title {
    max-width: none;
  }
}

.generalContentBlock {
  width: 99%;
  border-radius: 10px;
  background: #FFFFFF;
  margin: 10px 0.5%;
  display: flex;
  gap: 40px;
  padding: 100px 60px;
}
@media only screen and (max-width: 767px) {
  .generalContentBlock {
    flex-wrap: wrap;
    padding: 30px 45px;
  }
}
.generalContentBlock.blue-gradient {
  background: transparent linear-gradient(310deg, #99DAE7 0%, rgba(153, 218, 231, 0) 35%) 0% 0% no-repeat padding-box;
}
.generalContentBlock.purple-gradient {
  background: transparent linear-gradient(310deg, #D4CAE3 0%, rgba(212, 202, 227, 0) 35%) 0% 0% no-repeat padding-box;
}
.generalContentBlock .generalContentBlock--html-content {
  flex: 0 0 60%;
}
@media only screen and (max-width: 767px) {
  .generalContentBlock .generalContentBlock--html-content {
    flex: 0 0 100%;
  }
}
.generalContentBlock .generalContentBlock--side-images {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.generalContentBlock .generalContentBlock--side-images .generalContentBlock--side-images--image {
  flex: 0 0 100%;
  border-radius: 10px;
  max-width: 100%;
}
.generalContentBlock .tertiary-cta {
  display: flex;
}
.generalContentBlock .tertiary-cta .tertiary-cta__arrow-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #073951;
  padding: 12px 12px;
  border-radius: 7px 7px 7px 0px;
}
.generalContentBlock .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.generalContentBlock .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  position: absolute;
  left: -10px;
  top: 20px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.generalContentBlock .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.generalContentBlock .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: -20px;
  transition: left 0.5s, top 0.5s;
}
.generalContentBlock .tertiary-cta .tertiary-cta__copy {
  font-family: Runda;
  font-size: 16px;
  color: #073951;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .generalContentBlock .tertiary-cta .tertiary-cta__copy {
    font-size: 16px;
  }
}
.generalContentBlock .tertiary-cta:hover .tertiary-cta__arrow-wrapper, .generalContentBlock .tertiary-cta:focus .tertiary-cta__arrow-wrapper {
  border-color: transparent;
}
.generalContentBlock .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one, .generalContentBlock .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  left: 22px;
  top: -12px;
  transition: left 0.5s, top 0.5s;
}
.generalContentBlock .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two, .generalContentBlock .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.generalContentBlock .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one, .generalContentBlock .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 24px;
  transition: left 0.5s, top 0.5s;
}
.generalContentBlock .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two, .generalContentBlock .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.generalContentBlock .tertiary-cta:hover .tertiary-cta__copy, .generalContentBlock .tertiary-cta:focus .tertiary-cta__copy {
  text-decoration: underline;
}
.generalContentBlock .tertiary-cta .tertiary-cta__copy {
  color: #073951;
}
.generalContentBlock .tertiary-cta .tertiary-cta__arrow-wrapper {
  color: #073951;
  border-color: #073951;
  max-height: 26px;
}

.report-details-title-banner {
  width: 99%;
  margin: -135px 0.5% 10px;
  background-image: linear-gradient(to right, #EBEEE7, #D4CAE3);
  display: flex;
  padding: 190px 60px 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .report-details-title-banner {
    margin: 10px 0.5%;
    padding: 70px 45px 30px;
    flex-wrap: wrap;
  }
}
.report-details-title-banner .report__version {
  color: #073951;
  font-weight: 600;
  font-family: Runda;
  font-size: 20px;
  line-height: 28px;
  margin-right: 60px;
  line-height: 52px;
}
@media only screen and (max-width: 767px) {
  .report-details-title-banner .report__version {
    font-size: 20px;
    line-height: 28px;
  }
}
.report-details-title-banner .report__title {
  color: #073951;
  flex: 1;
  padding-right: 300px;
}
@media only screen and (max-width: 767px) {
  .report-details-title-banner .report__title {
    flex: 0 0 100%;
    padding-right: 0;
  }
}

.latest-report-container {
  width: 99%;
  border-radius: 10px;
  display: flex;
  margin: 0.5%;
  background: #073951;
  display: flex;
  flex-direction: column;
  padding: 80px 160px 40px;
  margin-top: -30px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .latest-report-container {
    padding: 30px 45px;
    margin-top: 10px;
  }
}
.latest-report-container .latest-report-container--background-image {
  position: absolute;
  opacity: 0.7;
  width: 800px;
  right: -560px;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--background-image {
    display: none;
  }
}
.latest-report-container .node {
  padding: 16px;
  border-radius: 10px 10px 10px 2px;
  background-image: linear-gradient(to right, #D4CAE3, #CADBE3);
  width: fit-content;
  margin-bottom: 60px;
}
.latest-report-container .node .node__link {
  color: #1C1C1C;
}
.latest-report-container .latest-report-container--intro {
  padding-right: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--intro {
    padding-right: 0;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.latest-report-container .latest-report-container--intro .title {
  border-bottom: 1px solid transparent;
  position: relative;
  flex: 0 0 100%;
}
.latest-report-container .latest-report-container--intro .title:hover {
  border-bottom: 1px solid #FFFFFF;
}
.latest-report-container .latest-report-container--intro .title .title__text {
  color: #FFFFFF;
  font-size: 72px;
  line-height: 84px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--intro .title .title__text {
    font-size: 60px;
    line-height: 66px;
  }
}
.latest-report-container .latest-report-container--intro .title .title__arrow {
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 200;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.latest-report-container .latest-report-container--intro .latest-report-container--intro--col-1, .latest-report-container .latest-report-container--intro .latest-report-container--intro--col-2 {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--intro .latest-report-container--intro--col-1, .latest-report-container .latest-report-container--intro .latest-report-container--intro--col-2 {
    flex: 0 0 100%;
  }
}
.latest-report-container .latest-report-container--intro .latest-report-container--intro--col-1 *, .latest-report-container .latest-report-container--intro .latest-report-container--intro--col-2 * {
  color: #FFFFFF;
}
.latest-report-container .latest-report-container--stat-blocks .stat-block {
  display: flex;
  margin-block: 20px;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--stat-blocks .stat-block {
    flex-wrap: wrap-reverse;
  }
}
.latest-report-container .latest-report-container--stat-blocks .stat-block .stat__text-container {
  background: #FFFFFF;
  border-radius: 10px 0px 0px 10px;
  padding: 40px 30px;
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--stat-blocks .stat-block .stat__text-container {
    flex: 0 0 100%;
    padding: 70px 30px 40px;
    margin-top: -30px;
    border-radius: 10px;
  }
}
.latest-report-container .latest-report-container--stat-blocks .stat-block .stat__text-container .text__title {
  color: #073951;
  margin-bottom: 30px;
}
.latest-report-container .latest-report-container--stat-blocks .stat-block .stat__text-container .text__copy {
  color: #1C1C1C;
  margin: 0;
}
.latest-report-container .latest-report-container--stat-blocks .stat-block .stat__figure-spacer {
  flex: 0 0 50%;
  background: #FFFFFF;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--stat-blocks .stat-block .stat__figure-spacer {
    flex: 0 0 100%;
    border-radius: 10px;
  }
}
.latest-report-container .latest-report-container--stat-blocks .stat-block .stat__figure-spacer .stat__figure-container {
  background-image: linear-gradient(to right, #D4CAE3, #CADBE3);
  display: flex;
  align-items: center;
  padding: 55px 35px;
  min-width: 250px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--stat-blocks .stat-block .stat__figure-spacer .stat__figure-container {
    min-width: 100%;
  }
}
.latest-report-container .latest-report-container--stat-blocks .stat-block .stat__figure-spacer .stat__figure-container .figure {
  font-size: 72px;
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .latest-report-container .latest-report-container--stat-blocks .stat-block .stat__figure-spacer .stat__figure-container .figure {
    font-size: 60px;
    line-height: 66px;
    text-align: center;
  }
}
.latest-report-container .swiper-buttons-container {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.latest-report-container .swiper-buttons-container .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  margin-right: 70px;
  display: inline;
}
.latest-report-container .swiper-buttons-container .swiper-button-prev::after {
  color: #FFFFFF;
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  content: "\f060";
}
.latest-report-container .swiper-buttons-container .swiper-button-next {
  position: relative;
  right: auto;
  top: auto;
  display: inline;
}
.latest-report-container .swiper-buttons-container .swiper-button-next::after {
  color: #FFFFFF;
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  content: "\f061";
}

.additionalResources {
  width: 99%;
  margin: 10px 0.5%;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(130deg, #99DAE7 -30%, rgba(153, 218, 231, 0) 35%) 0% 0% no-repeat padding-box;
  padding: 160px 60px 100px;
}
@media only screen and (max-width: 767px) {
  .additionalResources {
    padding: 45px 30px;
  }
}
.additionalResources .additionalResources--intro {
  display: flex;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .additionalResources .additionalResources--intro {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.additionalResources .additionalResources--intro .additionalResources--intro--header {
  flex: 0 0 50%;
  font-size: 72px;
  line-height: 84px;
}
@media only screen and (max-width: 767px) {
  .additionalResources .additionalResources--intro .additionalResources--intro--header {
    flex: 0 0 100%;
    font-size: 50px;
    line-height: 60px;
  }
}
.additionalResources .additionalResources--intro .additionalResrouces--intro--content {
  flex: 0 0 50%;
  align-self: end;
}
@media only screen and (max-width: 767px) {
  .additionalResources .additionalResources--intro .additionalResrouces--intro--content {
    flex: 0 0 100%;
  }
}
.additionalResources .additionalResources--resources {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .additionalResources .additionalResources--resources {
    flex-wrap: wrap;
  }
}
.additionalResources .additionalResources--resources .additionalResources--resource {
  flex: 0 1 33%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .additionalResources .additionalResources--resources .additionalResources--resource {
    flex: 0 0 100%;
  }
}
.additionalResources .additionalResources--resources .additionalResources--resource .additionalResources--resource--image {
  flex: 1;
  align-self: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.additionalResources .additionalResources--resources .additionalResources--resource .additionalResources--resource--image img {
  width: 100%;
  margin-top: auto;
}
.additionalResources .additionalResources--resources .additionalResources--resource .additionalResources--resource--image .additionalResources--resource--image--tag {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px 10px 10px 2px;
  color: #073951;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.additionalResources .additionalResources--resources .additionalResources--resource .additionalResources--resource--text {
  align-self: end;
  flex: 0 0 100px;
}
.additionalResources .additionalResources--resources .additionalResources--resource .additionalResources--resource--text h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.headingBlock {
  width: 99%;
  margin: 10px 0.5%;
  background: #FFFFFF linear-gradient(72deg, #E2E3CA 0%, rgba(226, 227, 202, 0.0039215686) 180%) 0% 0% no-repeat padding-box;
  padding: 60px 70px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .headingBlock {
    padding: 30px 45px;
  }
}
.headingBlock h3 {
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .headingBlock h3 {
    max-width: none;
  }
}

.reusable-banner-competent {
  width: 99%;
  border-radius: 10px;
  display: flex;
  margin: 0.5%;
  margin: 10px 0.5%;
  background-image: linear-gradient(to bottom right, #FFFFFF, 85%, #FFDBDB);
}
@media only screen and (max-width: 767px) {
  .reusable-banner-competent {
    flex-wrap: wrap;
    padding: 30px 45px;
  }
}
.reusable-banner-competent .banner__info-container {
  flex: 1 0 50%;
  padding: 130px 50px 110px 90px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reusable-banner-competent .banner__info-container {
    flex: 0 0 100%;
    padding: 0;
    order: 2;
  }
}
.reusable-banner-competent .banner__info-container .tertiary-cta {
  margin-top: 20px;
  display: flex;
}
.reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__arrow-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #073951;
  padding: 12px 12px;
  border-radius: 7px 7px 7px 0px;
}
.reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  position: absolute;
  left: -10px;
  top: 20px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: -20px;
  transition: left 0.5s, top 0.5s;
}
.reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__copy {
  font-family: Runda;
  font-size: 16px;
  color: #073951;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .reusable-banner-competent .banner__info-container .tertiary-cta .tertiary-cta__copy {
    font-size: 16px;
  }
}
.reusable-banner-competent .banner__info-container .tertiary-cta:hover .tertiary-cta__arrow-wrapper, .reusable-banner-competent .banner__info-container .tertiary-cta:focus .tertiary-cta__arrow-wrapper {
  border-color: transparent;
}
.reusable-banner-competent .banner__info-container .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one, .reusable-banner-competent .banner__info-container .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  left: 22px;
  top: -12px;
  transition: left 0.5s, top 0.5s;
}
.reusable-banner-competent .banner__info-container .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two, .reusable-banner-competent .banner__info-container .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.reusable-banner-competent .banner__info-container .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one, .reusable-banner-competent .banner__info-container .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 24px;
  transition: left 0.5s, top 0.5s;
}
.reusable-banner-competent .banner__info-container .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two, .reusable-banner-competent .banner__info-container .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.reusable-banner-competent .banner__info-container .tertiary-cta:hover .tertiary-cta__copy, .reusable-banner-competent .banner__info-container .tertiary-cta:focus .tertiary-cta__copy {
  text-decoration: underline;
}
.reusable-banner-competent .banner__info-container .banner__text {
  margin-top: auto;
}
.reusable-banner-competent .banner__info-container .banner__text .text {
  font-family: Runda;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .reusable-banner-competent .banner__info-container .banner__text .text {
    font-size: 16px;
    line-height: 32px;
  }
}
.reusable-banner-competent .banner__image-container {
  flex: 0 0 50%;
  padding: 25px;
  max-width: 700px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reusable-banner-competent .banner__image-container {
    flex: 0 0 100%;
    padding: 0;
    order: 1;
  }
}
.reusable-banner-competent .banner__image-container .image__wrapper {
  background: #D4CAE3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50% 0;
  height: 0;
  flex: 0 0 100%;
}
.reusable-banner-competent .banner__image-container .image {
  border-radius: 20px;
  width: 70%;
}

.quoteBlock {
  width: 99%;
  margin: 10px 0.5%;
  padding: 35px 60px 80px;
  border-radius: 10px;
  background: rgba(226, 227, 202, 0.0039215686) linear-gradient(49deg, #E2E3CA 0%, rgba(226, 227, 202, 0.0039215686) 130%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 767px) {
  .quoteBlock {
    padding: 30px 45px;
  }
}
.quoteBlock .quoteBlock--person {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .quoteBlock .quoteBlock--person {
    flex-wrap: wrap;
  }
}
.quoteBlock .quoteBlock--person .quoteBlock--person--details {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .quoteBlock .quoteBlock--person .quoteBlock--person--details {
    flex: 0 0 50%;
    order: 2;
  }
}
.quoteBlock .quoteBlock--person .quoteBlock--person--image {
  flex: 0 0 75%;
}
@media only screen and (max-width: 767px) {
  .quoteBlock .quoteBlock--person .quoteBlock--person--image {
    flex: 0 0 50%;
    order: 1;
  }
}
.quoteBlock .quoteBlock--person .quoteBlock--person--image .quoteBlock--person--image--wrapper {
  width: 145px;
  height: 145px;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 22px;
  margin: 0 10px 10px 0;
}
.quoteBlock .quoteBlock--person .quoteBlock--person--image .quoteBlock--person--image--wrapper img {
  width: 101px;
  border-radius: 20px;
}
.quoteBlock .quoteBlock--quote {
  padding-left: 25%;
}
@media only screen and (max-width: 767px) {
  .quoteBlock .quoteBlock--quote {
    padding-left: 0;
  }
}
.quoteBlock .quoteBlock--quote .quoteBlock--quote--text, .quoteBlock .quoteBlock--quote .quoteBlock--quote--text > * {
  font-size: 30px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .quoteBlock .quoteBlock--quote .quoteBlock--quote--text, .quoteBlock .quoteBlock--quote .quoteBlock--quote--text > * {
    font-size: 24px;
    line-height: 36px;
  }
}

.furtherReading {
  width: 99%;
  margin: 10px 0.5%;
}
.furtherReading .furtherReading--intro {
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background: #FFFFFF linear-gradient(130deg, #99DAE7 0%, rgba(153, 218, 231, 0) 35%) 0% 0% no-repeat padding-box;
  padding: 260px 60px 80px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .furtherReading .furtherReading--intro {
    padding: 30px 45px;
    flex-wrap: wrap;
  }
}
.furtherReading .furtherReading--intro .furtherReading--intro--header {
  flex: 0 1 50%;
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .furtherReading .furtherReading--intro .furtherReading--intro--header {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.furtherReading .furtherReading--intro .furtherReading--intro--text {
  flex: 1;
}
.furtherReading .furtherReading--listing {
  margin-top: -20px;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 50px 60px 30px;
  display: flex;
  gap: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .furtherReading .furtherReading--listing {
    padding: 30px 45px;
    flex-wrap: wrap;
  }
}
.furtherReading .furtherReading--listing .mediaListing--item {
  flex: 0 1 calc(33.333% - 10px);
  height: 450px;
  padding: 50px 25px;
  background: rgba(202, 227, 213, 0.2470588235) linear-gradient(325deg, #CAE3D5 0%, rgba(202, 227, 213, 0.2470588235) 75%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 10px;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .furtherReading .furtherReading--listing .mediaListing--item {
    flex: 0 0 100%;
  }
}
.furtherReading .furtherReading--listing .mediaListing--item .mediaListing--item--title {
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.furtherReading .furtherReading--listing .mediaListing--item .mediaListing--item--tagline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.furtherReading .furtherReading--listing .mediaListing--item .mediaListing--item--year {
  position: absolute;
  bottom: 25px;
  right: 50px;
  font-size: 20px;
  line-height: 23px;
}
.furtherReading .furtherReading--listing .mediaListing--item::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 48px;
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  bottom: 25px;
  left: 33px;
  transition: all linear 0.5s;
}
.furtherReading .furtherReading--listing .mediaListing--item:hover {
  text-decoration: none;
}
.furtherReading .furtherReading--listing .mediaListing--item:hover .mediaListing--item--title {
  text-decoration: underline;
}
.furtherReading .furtherReading--listing .mediaListing--item:hover::after {
  bottom: 35px;
  left: 43px;
}

.companiesBlock {
  width: 99%;
  margin: 10px 0.5%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .companiesBlock {
    flex-wrap: wrap;
  }
}
.companiesBlock .companiesBlock--details {
  flex: 0 0 calc(100% - 660px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details {
    flex: 0 0 100%;
    order: 2;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--cta {
  color: #1C1C1C;
  font-size: 24px;
  line-height: 36px;
  padding-top: 50px;
  padding-left: 60px;
  background: white;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--cta {
    padding-top: 30px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--cta::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  color: #073951;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--cta::after {
    font-size: 38px;
    line-height: 48px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--cta:hover, .companiesBlock .companiesBlock--details .companiesBlock--details--cta:focus {
  text-decoration: underline;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper {
  flex: 1;
  width: 100%;
  margin: 0;
  background: transparent;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide {
  padding-left: 60px;
  background: #FFFFFF linear-gradient(325deg, #CAE3D6 0%, rgba(226, 227, 202, 0) 35%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide {
    padding-bottom: 40px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .companiesBlock--details--logo {
  width: 150px;
  margin-top: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .companiesBlock--details--logo {
    width: 100px;
    margin-bottom: 10px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .companiesBlock--details--header {
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .companiesBlock--details--header .h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta {
  display: flex;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__arrow-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #073951;
  padding: 12px 12px;
  border-radius: 7px 7px 7px 0px;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  position: absolute;
  left: -10px;
  top: 20px;
  transition: left 0.5s, top 0.5s;
  color: #073951;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: -20px;
  transition: left 0.5s, top 0.5s;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__copy {
  font-family: Runda;
  font-size: 16px;
  color: #073951;
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta .tertiary-cta__copy {
    font-size: 16px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:hover .tertiary-cta__arrow-wrapper, .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:focus .tertiary-cta__arrow-wrapper {
  border-color: transparent;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one, .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-one {
  left: 22px;
  top: -12px;
  transition: left 0.5s, top 0.5s;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:hover .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two, .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:focus .tertiary-cta__arrow-wrapper .tertiary-cta__arrow-two {
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one, .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-one {
  position: absolute;
  left: 6px;
  top: 24px;
  transition: left 0.5s, top 0.5s;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:hover .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two, .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:focus .tertiary-cta__arrow-wrapper-down .tertiary-cta__arrow-two {
  position: absolute;
  left: 6px;
  top: 4px;
  transition: left 0.5s, top 0.5s;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:hover .tertiary-cta__copy, .companiesBlock .companiesBlock--details .companiesBlock--details--swiper .swiper-slide .tertiary-cta:focus .tertiary-cta__copy {
  text-decoration: underline;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination {
  flex: 0 0 60px;
  display: flex;
  border-radius: 10px;
  background: #E3D8CA;
  margin-top: -10px;
  z-index: 5;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--details .companiesBlock--details--pagination {
    padding: 0 20px;
  }
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper, .companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--next-swiper {
  height: 60px;
  margin: 0;
  flex: 0 0 50%;
  cursor: pointer;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper .companiesBlock--details--pagination--prev-swiper--name, .companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--next-swiper .companiesBlock--details--pagination--prev-swiper--name {
  line-height: 60px;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper .companiesBlock--details--pagination--prev-swiper--name i, .companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--next-swiper .companiesBlock--details--pagination--prev-swiper--name i {
  font-size: 16px;
  line-height: 60px;
  color: #1C1C1C;
  margin-right: 5px;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper .companiesBlock--details--pagination--next-swiper--name, .companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--next-swiper .companiesBlock--details--pagination--next-swiper--name {
  line-height: 60px;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper .companiesBlock--details--pagination--next-swiper--name i, .companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--next-swiper .companiesBlock--details--pagination--next-swiper--name i {
  font-size: 16px;
  line-height: 60px;
  color: #1C1C1C;
  margin-left: 5px;
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper {
  transform: rotate(180deg);
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--prev-swiper .swiper-slide {
  transform: rotate(180deg);
}
.companiesBlock .companiesBlock--details .companiesBlock--details--pagination .companiesBlock--details--pagination--next-swiper {
  text-align: right;
}
.companiesBlock .companiesBlock--images {
  position: relative;
  z-index: 1;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--images {
    order: 1;
    max-height: 360px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.companiesBlock .companiesBlock--images .companiesBlock--images-swiper {
  width: 670px;
}
.companiesBlock .companiesBlock--images .companiesBlock--images--image {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .companiesBlock .companiesBlock--images .companiesBlock--images--image {
    transform: scale(0.4) translateY(-80%) translateX(-80%);
    width: 200%;
  }
}
.companiesBlock .swiper-button-next, .companiesBlock .swiper-button-prev {
  display: none;
}
.companiesBlock .swiper-slide-shadow {
  display: none;
}

.faqBlock {
  width: 99%;
  margin: 10px 0.5%;
  background: #FFFFFF linear-gradient(0deg, #FFDBDB 0%, #D4CAE3 0%, rgba(212, 202, 227, 0) 35%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .faqBlock {
    padding: 30px 45px;
  }
}
.faqBlock .faqBlock--intro {
  padding-left: 160px;
  margin-bottom: 40px;
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--intro {
    padding-left: 0;
    max-width: none;
  }
}
.faqBlock .faqBlock--who {
  padding: 100px 160px;
  background: transparent linear-gradient(333deg, #EBEEE7 0%, #FFFFFF 35%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--who {
    padding: 0;
    background: none;
    margin-bottom: 20px;
  }
}
.faqBlock .faqBlock--who h3 {
  text-align: center;
  margin-bottom: 50px;
}
.faqBlock .faqBlock--who .faqBlock--who--selectors {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--who .faqBlock--who--selectors {
    flex-wrap: wrap;
  }
}
.faqBlock .faqBlock--who .faqBlock--who--selectors .faqBlock--who--selectors--selector {
  flex: 1;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--who .faqBlock--who--selectors .faqBlock--who--selectors--selector {
    flex: 0 0 100%;
  }
}
.faqBlock .faqBlock--who .faqBlock--who--selectors .faqBlock--who--selectors--selector img {
  width: 100%;
  border-radius: 20px;
}
.faqBlock .faqBlock--who .faqBlock--who--selectors .faqBlock--who--selectors--selector .faqBlock--who--selectors--selector--tag {
  padding: 15px 25px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 2px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.faqBlock .faqBlock--who .faqBlock--who--selectors .faqBlock--who--selectors--selector.faq-selected .faqBlock--who--selectors--selector--tag {
  background: #073951;
  color: #FFFFFF;
}
.faqBlock .faqBlock--faqs {
  padding: 100px 60px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs {
    padding: 0;
  }
}
.faqBlock .faqBlock--faqs.faq-selected {
  display: block;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--intro {
  padding-left: 250px;
  max-width: 850px;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs .faqBlock--faqs--intro {
    padding-left: 0;
    max-width: none;
  }
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--intro p {
  font-size: 24px;
  line-height: 36px;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header {
  background: #073951;
  border-radius: 10px;
  margin: 20px 50px;
  z-index: 10;
  position: relative;
  cursor: pointer;
  padding: 30px 60px 30px 140px;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header {
    margin: 20px 10px;
    padding: 30px 20px 30px 60px;
  }
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header.expanded .fa-minus {
  display: inline;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header.expanded .fa-plus {
  display: none;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header .fa-light {
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header .fa-light {
    left: 15px;
  }
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header .fa-minus {
  display: none;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header .expandableBlock--header--text {
  color: #FFDBDB;
  font-size: 30px;
  line-height: 36px;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(-40px);
  margin: 0 50px;
  background: #D4CAE3 linear-gradient(120deg, #D4CAE3 0%, #FFDBDB 0%, rgba(255, 219, 219, 0) 100%) 0% 0% no-repeat padding-box;
  transition: all 1s cubic-bezier(0, 1, 0, 1);
  padding: 0 30vw 0 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--content {
    margin: 0 10px;
    padding: 0 30px;
  }
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--content > *:first-child {
  margin-top: 50px;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--content > *:last-child {
  margin-bottom: 50px;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header.expanded + .expandableBlock--content {
  max-height: 3000px;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks .expandableBlock--header.expanded + .expandableBlock--content {
    margin: 0 10px;
    overflow-x: auto;
  }
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks table {
  width: 140%;
  border-collapse: collapse;
  margin-bottom: 50px;
  text-align: center;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks tr {
  border-bottom: solid 1px;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks tbody tr:last-of-type {
  border: 0;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks th {
  font-size: 20px;
  line-height: 30px;
  font-family: Runda;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks td {
  font-size: 16px;
  line-height: 34px;
  font-family: Runda;
  width: 25%;
}
.faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks tbody tr td:first-of-type {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .faqBlock .faqBlock--faqs .faqBlock--faqs--expandableBlocks {
    margin: 0 -40px;
  }
}

.sectionSelector .sectionSelector--desktop {
  background: #D4CAE3;
  border-radius: 10px;
  width: 99%;
  margin: 10px 0.5%;
  padding: 20px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sectionSelector .sectionSelector--desktop .sectionSelector--desktop--link {
  background: #FFFFFF;
  color: #1C1C1C;
  border-radius: 10px 10px 10px 2px;
  padding: 15px 20px;
  flex: 0 0 auto;
}
.sectionSelector .sectionSelector--desktop .sectionSelector--desktop--link:hover {
  text-decoration: underline;
}
.sectionSelector .sectionSelector--desktop .sectionSelector--desktop--link.currentSection {
  background: #073951;
  color: #D4CAE3;
}
@media only screen and (max-width: 767px) {
  .sectionSelector .sectionSelector--desktop {
    display: none;
  }
}
.sectionSelector .sectionSelector--mobile {
  display: none;
  background: #D4CAE3;
  border-radius: 10px;
  width: 99%;
  margin: 10px 0.5%;
  padding: 20px 60px;
}
.sectionSelector .sectionSelector--mobile label {
  position: relative;
  width: 100%;
}
.sectionSelector .sectionSelector--mobile label::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 53px;
  font-size: 18px;
  font-weight: 200;
  position: absolute;
  left: 17px;
  color: #FFFFFF;
}
.sectionSelector .sectionSelector--mobile label:focus-within::before {
  content: "\f068";
}
.sectionSelector .sectionSelector--mobile select {
  background-color: #073951;
  border-radius: 10px 10px 10px 2px;
  border: 2px solid #073951;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px 15px 60px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sectionSelector .sectionSelector--mobile select:focus {
  outline: none;
}
.sectionSelector .sectionSelector--mobile select option {
  background-color: #FFFFFF;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .sectionSelector .sectionSelector--mobile {
    display: block;
  }
}

.sectionPagination {
  width: 99%;
  margin: 10px 0.5%;
  display: flex;
  flex-wrap: wrap;
}
.sectionPagination .sectionPagination--prev {
  flex: 0 0 calc(50% + 10px);
  background: #FFFFFF;
  text-align: center;
  color: #222143;
  font-size: 40px;
  line-height: 60px;
  padding: 65px 20px;
  border-radius: 10px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .sectionPagination .sectionPagination--prev {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.sectionPagination .sectionPagination--prev i {
  margin-right: 40px;
  transition: all linear 0.5s;
}
.sectionPagination .sectionPagination--prev .sectionPagination--prev--text {
  color: #222143;
  font-size: 40px;
  line-height: 60px;
}
.sectionPagination .sectionPagination--prev:hover i, .sectionPagination .sectionPagination--prev:focus i {
  transform: translate(-10px, 10px);
}
.sectionPagination .sectionPagination--prev:hover .sectionPagination--prev--text, .sectionPagination .sectionPagination--prev:focus .sectionPagination--prev--text {
  text-decoration: underline;
}
.sectionPagination .sectionPagination--next {
  flex: 0 0 calc(50% + 10px);
  background: #D4CAE3;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  color: #222143;
  padding: 65px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .sectionPagination .sectionPagination--next {
    flex: 0 0 100%;
  }
}
.sectionPagination .sectionPagination--next i {
  margin-left: 40px;
  transition: all linear 0.5s;
}
.sectionPagination .sectionPagination--next .sectionPagination--next--text {
  color: #222143;
  font-size: 40px;
  line-height: 60px;
}
.sectionPagination .sectionPagination--next:hover i, .sectionPagination .sectionPagination--next:focus i {
  transform: translate(10px, -10px);
}
.sectionPagination .sectionPagination--next:hover .sectionPagination--next--text, .sectionPagination .sectionPagination--next:focus .sectionPagination--next--text {
  text-decoration: underline;
}

.dispatch-search__date {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dispatch-search__date {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 10px;
  }
  .dispatch-search__date select {
    background-color: #073951;
    border-radius: 10px 10px 10px 2px;
    border: 2px solid #073951;
    align-items: center;
    cursor: pointer;
    padding: 15px 100px 15px 60px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .dispatch-search__date select:focus {
    outline: none;
  }
  .dispatch-search__date select option {
    background-color: #FFFFFF;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #1C1C1C;
  }
  .dispatch-search__date::before {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    line-height: 53px;
    font-size: 18px;
    font-weight: 200;
    position: absolute;
    left: 17px;
    color: #FFFFFF;
  }
  .dispatch-search__date:focus-within::before {
    content: "\f068";
  }
}

.dispatch-search__button {
  display: none;
}

.dispatch-search__date__render {
  display: flex;
  background: #99DAE7;
  gap: 20px;
  padding: 20px 50px;
  border-radius: 10px;
  width: 99%;
  margin: 10px 0.5%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .dispatch-search__date__render {
    display: none;
  }
}
.dispatch-search__date__render .dispatch-search__date__tag {
  flex: 0 0 70px;
  padding: 16px;
  background: #FFFFFF;
  text-align: center;
  border-radius: 10px 10px 10px 2px;
  cursor: pointer;
  color: #073951;
}
.dispatch-search__date__render .dispatch-search__date__tag.active {
  background: #073951;
  color: #99DAE7;
}

[data-value="2023-01-01 00:00:00Z--"] {
  display: none;
}

.reportsListing {
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: -30px 0.5% 10px;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reportsListing {
    padding: 40px 10px;
  }
}
.reportsListing .featuredReport {
  background: #e2e3ca;
  border-radius: 10px;
  padding: 30px 25px;
  flex: 1 1 100%;
  min-height: 375px;
  position: relative;
  margin-bottom: 10px;
}
.reportsListing .featuredReport:hover, .reportsListing .featuredReport:focus {
  text-decoration: none;
}
.reportsListing .featuredReport:hover .featuredReport--title, .reportsListing .featuredReport:focus .featuredReport--title {
  text-decoration: underline;
}
.reportsListing .featuredReport::after {
  content: "\e09f";
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 78px;
  font-size: 65px;
  font-weight: 200;
  position: absolute;
  bottom: 20px;
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .reportsListing .featuredReport::after {
    right: auto;
  }
}
.reportsListing .featuredReport .featuredReport--wrapper {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reportsListing .featuredReport .featuredReport--wrapper {
    width: 100%;
    padding-bottom: 75px;
  }
}
.reportsListing .featuredReport .featuredReport--wrapper .featuredReport--year--tag {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px 10px 10px 2px;
  color: #1C1C1C;
}
.reportsListing .featuredReport .featuredReport--wrapper .featuredReport--content {
  margin-top: auto;
}
.reportsListing .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--title, .reportsListing .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--tagline {
  display: block;
  color: #1C1C1C;
}
.reportsListing .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--title {
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .reportsListing .featuredReport .featuredReport--wrapper .featuredReport--content .featuredReport--title {
    max-width: 100%;
  }
}
.reportsListing .latestReports--report {
  flex: 0 0 calc(50% - 5px);
  min-height: 300px;
  border-radius: 10px;
  background: #FFFFFF linear-gradient(198deg, #EBEEE7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #EBEEE7;
  margin-bottom: 10px;
  padding: 45px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reportsListing .latestReports--report {
    flex: 0 0 100%;
    padding: 45px 25px 70px;
  }
}
.reportsListing .latestReports--report::after {
  content: "\e09f";
  height: 34px;
  width: 34px;
  border: 1px solid #073951;
  border-radius: 10px 10px 10px 2px;
  color: #073951;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  font-weight: 200;
  position: absolute;
  bottom: 45px;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .reportsListing .latestReports--report::after {
    right: auto;
    bottom: 25px;
  }
}
.reportsListing .latestReports--report:hover, .reportsListing .latestReports--report:focus {
  text-decoration: none;
}
.reportsListing .latestReports--report:hover .latestReports--report--title, .reportsListing .latestReports--report:focus .latestReports--report--title {
  text-decoration: underline;
}
.reportsListing .latestReports--report .latestReports--report--year {
  font-weight: 600;
  color: #1C1C1C;
}
.reportsListing .latestReports--report .latestReports--report--title {
  font-size: 24px;
  line-height: 36px;
  max-width: calc(100% - 100px);
  margin-top: auto;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .reportsListing .latestReports--report .latestReports--report--title {
    max-width: none;
  }
}
.reportsListing .listing-pagination-container {
  flex: 0 0 100%;
  margin-top: 40px;
}
.reportsListing .listing-pagination-container .listing-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reportsListing .listing-pagination-container .listing-pagination .button {
  width: 50px;
  height: 50px;
  border-radius: 10px 10px 10px 2px;
  border: 1px solid #073951;
  color: #073951;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.reportsListing .listing-pagination-container .listing-pagination .button i {
  font-size: 30px;
  line-height: 50px;
}

.mediaListing {
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: -30px 0.5% 10px;
  background: #FFFFFF;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaListing {
    padding: 50px 45px 30px;
  }
}
.mediaListing .mediaListing--item {
  flex: 0 1 calc(33.333% - 10px);
  height: 450px;
  padding: 50px 25px;
  background: rgba(202, 227, 213, 0.2470588235) linear-gradient(325deg, #CAE3D5 0%, rgba(202, 227, 213, 0.2470588235) 75%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 10px;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .mediaListing .mediaListing--item {
    flex: 0 0 100%;
  }
}
.mediaListing .mediaListing--item .mediaListing--item--title {
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.mediaListing .mediaListing--item .mediaListing--item--tagline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mediaListing .mediaListing--item .mediaListing--item--year {
  position: absolute;
  bottom: 25px;
  right: 50px;
  font-size: 20px;
  line-height: 23px;
}
.mediaListing .mediaListing--item::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 48px;
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  bottom: 25px;
  left: 33px;
  transition: all linear 0.5s;
}
.mediaListing .mediaListing--item:hover {
  text-decoration: none;
}
.mediaListing .mediaListing--item:hover .mediaListing--item--title {
  text-decoration: underline;
}
.mediaListing .mediaListing--item:hover::after {
  bottom: 35px;
  left: 43px;
}
.mediaListing .listing-pagination-container {
  flex: 0 0 100%;
  margin-top: 40px;
}
.mediaListing .listing-pagination-container .listing-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mediaListing .listing-pagination-container .listing-pagination .button {
  width: 50px;
  height: 50px;
  border-radius: 10px 10px 10px 2px;
  border: 1px solid #073951;
  color: #073951;
  display: inline-block;
  text-align: center;
}
.mediaListing .listing-pagination-container .listing-pagination .button i {
  font-size: 30px;
  line-height: 50px;
}

.dispatch-search.template__companies {
  background: #EBEEE7;
  margin: 10px 0.5%;
  padding: 10px 60px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .dispatch-search.template__companies {
    flex-wrap: wrap;
  }
}
.dispatch-search.template__companies .dispatch-search__control {
  flex: 0 0 calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .dispatch-search.template__companies .dispatch-search__control {
    flex: 0 0 100%;
  }
}
.dispatch-search.template__companies .dispatch-search__control:nth-child(2n) {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .dispatch-search.template__companies .dispatch-search__control:nth-child(2n) {
    text-align: left;
  }
}
.dispatch-search.template__companies .dispatch-search__control label {
  margin: 0;
  width: 100%;
  max-width: 400px;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__category {
  position: relative;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__category select {
  background-color: #073951;
  border-radius: 10px 10px 10px 2px;
  border: 2px solid #073951;
  align-items: center;
  cursor: pointer;
  padding: 15px 100px 15px 60px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__category select:focus {
  outline: none;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__category select option {
  background-color: #FFFFFF;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #1C1C1C;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__category::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 53px;
  font-size: 18px;
  font-weight: 200;
  position: absolute;
  left: 17px;
  color: #FFFFFF;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__category:focus-within::before {
  content: "\f068";
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__keyword {
  position: relative;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__keyword input {
  padding: 15px 60px;
  border-radius: 5px;
  border: 1px solid white !important;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}
.dispatch-search.template__companies .dispatch-search__control .dispatch-search__keyword::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  line-height: 53px;
  font-size: 18px;
  font-weight: 200;
  position: absolute;
  left: 17px;
  color: #99DAE7;
}

.companiesListing {
  padding: 60px 60px 110px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0.5%;
  background: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .companiesListing {
    padding: 30px 45px;
  }
}
.companiesListing .companiesListing--item {
  flex: 0 1 calc(25% - 20px);
  color: #1C1C1C;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .companiesListing .companiesListing--item {
    flex: 0 0 100%;
  }
}
.companiesListing .companiesListing--item .companiesListing--item--image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.companiesListing .companiesListing--item .companiesListing--item--image .companiesListing--item--mask {
  width: 100%;
  height: 100%;
  display: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(166deg, transparent 60%, #E2E3CA 100%) 0% 0% no-repeat padding-box;
}
.companiesListing .companiesListing--item .companiesListing--item--image img {
  max-width: 100%;
}
.companiesListing .companiesListing--item .companiesListing--item--title {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
.companiesListing .companiesListing--item .companiesListing--item--sector, .companiesListing .companiesListing--item .companiesListing--item--firm {
  display: block;
}
.companiesListing .companiesListing--item .companiesListing--item--sector i, .companiesListing .companiesListing--item .companiesListing--item--firm i {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: normal;
  width: 22px;
  height: 22px;
  background-color: #073951;
  border-radius: 11px;
  color: #FFFFFF;
  margin-right: 8.5px;
}
.companiesListing .companiesListing--item.opened .companiesListing--item-popup {
  display: block;
}
.companiesListing .companiesListing--item-popup {
  display: none;
  background: rgba(247, 247, 247, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 9999999;
  cursor: auto;
}
.companiesListing .companiesListing--item-popup .companiesListing--item-popup--wrapper {
  display: flex;
  padding: 10px;
  width: 50%;
  gap: 10px;
  margin: 200px auto 0;
}
@media only screen and (max-width: 767px) {
  .companiesListing .companiesListing--item-popup .companiesListing--item-popup--wrapper {
    position: relative;
    flex-wrap: wrap;
    width: 80%;
  }
}
.companiesListing .companiesListing--item-popup .companiesListing--item-popup--content {
  background: #FFFFFF linear-gradient(341deg, #cae3d5 0%, rgba(202, 227, 213, 0) 35%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  flex: 1;
  padding: 120px 120px 120px 65px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .companiesListing .companiesListing--item-popup .companiesListing--item-popup--content {
    position: unset;
    padding: 30px 45px;
  }
}
.companiesListing .companiesListing--item-popup .companiesListing--item-popup--content .companiesListing--item-popup--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding: 0 60px;
  text-align: right;
  background: #D4CAE3 linear-gradient(270deg, #CADBE3 0%, rgba(202, 219, 227, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .companiesListing .companiesListing--item-popup .companiesListing--item-popup--content .companiesListing--item-popup--header {
    top: -40px;
    left: auto;
    right: -10%;
    padding: 0 30px;
    width: auto;
  }
}
.companiesListing .companiesListing--item-popup .companiesListing--item-popup--content .companiesListing--item-popup--header .companiesListing--item-popup--header--close {
  cursor: pointer;
}
.companiesListing .companiesListing--item-popup .companiesListing--item-popup--content .companiesListing--item-popup--content--name {
  display: block;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 12px;
  color: #073951;
}
.companiesListing .companiesListing--item-popup .companiesListing--item-popup--content .companiesListing--item-popup--content--job {
  display: block;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 40px;
  color: #1C1C1C;
}
.companiesListing .listing-pagination-container {
  flex: 0 0 100%;
  margin-top: 40px;
}
.companiesListing .listing-pagination-container .listing-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
}
.companiesListing .listing-pagination-container .listing-pagination .button {
  width: 50px;
  height: 50px;
  border-radius: 10px 10px 10px 2px;
  border: 1px solid #073951;
  color: #073951;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.companiesListing .listing-pagination-container .listing-pagination .button i {
  font-size: 30px;
  line-height: 50px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  margin: 0.5%;
  position: fixed;
  top: 0;
  width: 99%;
  z-index: 50;
  align-items: center;
  padding: 18px;
  border: 1px solid transparent;
}
.header-container.header-nav--mobile-scroll {
  width: 99%;
  margin: 0.5%;
  padding: 18px;
  background: #073951;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}
.header-container.header-nav--mobile-scroll .header-nav--mobile {
  border: 1px solid transparent;
}
.header-container.header-nav--mobile-scroll .header-logo img.alt-logo {
  display: block;
}
.header-container.header-nav--mobile-scroll .header-logo img.std-logo {
  display: none;
}
.header-container .header-logo img {
  height: 40px;
}
.header-container .header-logo img.alt-logo {
  display: none;
}
.header-container .header-logo img.std-logo {
  display: block;
}
.header-container .header-nav, .header-container .header-nav--mobile {
  display: none;
  background: #073951;
  height: 60px;
  width: 500px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  position: fixed;
  right: 5%;
  border: 1px solid #FFFFFF;
}
.header-container .header-nav .header-nav__icon img, .header-container .header-nav--mobile .header-nav__icon img {
  height: 25px;
  width: 25px;
}
.header-container .header-nav .header-nav__item, .header-container .header-nav--mobile .header-nav__item {
  display: block;
  color: #FFFFFF;
}
.header-container .header-nav .header-nav__item.hide, .header-container .header-nav--mobile .header-nav__item.hide {
  display: none;
}
.header-container .header-nav .header-nav__item a, .header-container .header-nav--mobile .header-nav__item a {
  cursor: pointer;
}
.header-container i {
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
}
.header-container i.fa-light.fa-xmark, .header-container i.fa-thin.fa-xmark {
  font-size: 30px;
}
.header-container #header-nav__menu-icon--mobile {
  display: block;
}
.header-container #header-nav__close-icon--mobile {
  display: none;
  top: 20px;
  right: -12px;
  position: absolute;
}
.header-container .header-nav--mobile {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  right: auto;
}
.header-container .header-nav--mobile .header-nav__header-logo--mobile {
  display: none;
}
.header-container .header-nav--mobile .header-nav__header-logo--mobile img {
  height: 40px;
}
.header-container .header-nav__item--mobile,
.header-container #header-nav__search--mobile {
  display: none;
}
.header-container.expand {
  align-items: center;
  background: #073951;
  padding: 0 40px;
  justify-content: start;
  height: calc(100vh - 5px);
  border-radius: 4px;
  margin: 0.5%;
  position: fixed;
  width: 99%;
}
.header-container.expand .header-logo {
  display: none;
}
.header-container.expand .header-nav--mobile {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  border-radius: 0;
  background: none;
  justify-content: center;
  align-items: flex-start;
  border: none;
}
.header-container.expand .header-nav--mobile .header-nav__item--mobile,
.header-container.expand .header-nav--mobile #header-nav__search--mobile {
  display: flex;
  font-size: 50px;
  line-height: 56px;
  align-items: center;
}
.header-container.expand .header-nav--mobile .header-nav__item--mobile a:active {
  opacity: 0.7;
}
.header-container.expand .header-nav--mobile .header-nav__header-logo--mobile {
  display: block;
  position: absolute;
  top: 15px;
  left: -25px;
  margin: 0.5%;
}
.header-container.expand #header-nav__menu-icon--mobile {
  display: none;
}
.header-container.expand #header-nav__close-icon--mobile {
  display: block;
}
.header-container.expand #header-nav__search--mobile {
  margin-bottom: 10vh;
}
@media only screen and (min-width: 768px) {
  .header-container {
    margin: 30px 5%;
    border-bottom: 1px rgba(0, 0, 0, 0.2509803922) solid;
    position: relative;
    width: 90%;
    padding: 0 0 30px 0;
  }
  .header-container.expand {
    position: relative;
  }
  .header-container .header-logo img {
    height: 50px;
  }
  .header-container .header-nav {
    display: flex;
  }
  .header-container .header-nav--mobile {
    display: none;
  }
  .header-container .header-nav .header-nav__item {
    border-bottom: solid transparent 1px;
  }
  .header-container .header-nav .header-nav__item:hover {
    border-bottom: solid #FFFFFF 1px;
  }
}

#header-nav__search, #header-nav__search--mobile {
  position: relative;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  margin: 0 20px 0;
}
#header-nav__search i, #header-nav__search input, #header-nav__search--mobile i, #header-nav__search--mobile input {
  display: none;
}
#header-nav__search i.show, #header-nav__search input.show, #header-nav__search--mobile i.show, #header-nav__search--mobile input.show {
  display: block;
}
#header-nav__search i, #header-nav__search--mobile i {
  color: #99DAE7;
}
#header-nav__search input, #header-nav__search--mobile input {
  width: 100%;
  margin: 0 20px 0;
}
#header-nav__search input:focus-visible, #header-nav__search--mobile input:focus-visible {
  outline: none;
}
#header-nav__search.show, #header-nav__search--mobile.show {
  width: 100%;
  height: 20px;
}
#header-nav__search.show i, #header-nav__search--mobile.show i {
  bottom: 0;
}
#header-nav__search.show input, #header-nav__search--mobile.show input {
  background: transparent !important;
  border: none;
  color: white;
  margin: 0 10px 0;
  height: 30px;
  font-size: 20px;
}
#header-nav__search.show input::placeholder, #header-nav__search--mobile.show input::placeholder {
  color: white;
  opacity: 1;
}

#header-nav__search--mobile {
  height: 20px;
  width: 100%;
  align-items: start;
  margin: 0px;
}
#header-nav__search--mobile input {
  display: block;
}