@media (min-width: 992px) {
  header .nav-item {
    flex: 1;
  }
  header.navbar-mainnavigation
    > .container
    > .collapse
    > .navbar-nav.language-menu {
    right: 15px;
  }
}

.frame-layout-140.frame-type-card_group .card {
  background-color: #ededed;
  padding: 0 20px;
}

footer hr {
  border-top: 1px solid white;
}

.footer-section-content .footer-list {
  list-style: none;
  text-align: left;
  margin: 10px 0 0;
  padding: 0 20px 0 0;
  letter-spacing: 1.3px;
}

.footer-section-content .footer-list li {
  padding: 7px 0;
  cursor: pointer;
}

.footer-section-content .footer-list li a:not(.btn) {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  text-transform: none;
  font-weight: lighter;
}

.footer-section-content .footer-list li a:hover {
  color: #bbbbbb;
  font-weight: lighter;
}

footer .footer-section-meta .frame-inner {
  padding: 0 20px;
}

footer .frame-indent-left .frame-inner {
  margin-left: 0 !important;
}

@media (max-width: 576px) {
  footer .footer-section-content-column-left .frame-layout-0 {
    display: none;
  }
  footer
    .frame-type-accordion.frame-layout-120
    .accordion
    .accordion-item
    .accordion-header {
    border-top: none;
  }
  footer .frame-type-accordion.frame-layout-120 .accordion {
    margin-top: 20px;
  }
}

.content-figure p {
  margin: 0;
}
.content-figure .title {
  display: flex;
  justify-content: space-between;
}
.content-figure .title p {
  flex: 0 0 44%;
  margin: 3rem 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.51px;
  line-height: 31.2px;
  text-transform: uppercase;
}
.content-figure .title .left {
  color: #eb602b;
}
.content-figure .title .right {
  color: #5483a7;
}
.content-figure .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.content-figure .row .left-bar,
.content-figure .row .right-bar {
  flex: 0 0 44%;
  position: relative;
  display: flex;
}
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
}
@-moz-keyframes progress-bar {
  0% {
    width: 0;
  }
}

.content-figure .row .left-bar .bar,
.content-figure .row .right-bar .bar {
  height: 50px;
  position: absolute;
  -webkit-animation: progress-bar 3s;
  -moz-animation: progress-bar 3s;
  animation: progress-bar 3s;
}
.content-figure .row .year {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-figure .row .year p {
  width: 100%;
  text-align: center;
}
.content-figure .row .left-bar {
  align-items: center;
  justify-content: end;
}
.content-figure .row .left-bar .bar {
  right: 0;
  background-color: #eb602b55;
}
.content-figure .row .left-bar p {
  text-align: right;
  color: #eb602b;
  margin-right: 10px;
}
.content-figure .row .right-bar {
  align-items: center;
  justify-content: start;
}
.content-figure .row .right-bar .bar {
  background-color: #6899bf55;
  left: 0;
}
.content-figure .row .right-bar p {
  margin-left: 10px;
  color: #5483a7;
}
.content-figure .row p {
  font-weight: normal;
  font-size: 1.375rem;
  letter-spacing: 0.7px;
}

@media (max-width: 567px) {
  .content-figure .title p {
    margin: 1rem 0 1.2rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .content-figure .row {
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .content-figure .row p {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .content-figure .row .left-bar .bar,
  .content-figure .row .right-bar .bar {
    height: 30px;
  }
  .content-figure .row .year p {
    font-size: 0.8rem;
  }
}

#nav-toggle-294 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.navbar-mainnavigation .nav-link:not(.nav-link-toggle):before{
display: none;
}

.dropdown-menu[data-bs-popper]{
margin-top: 0;
}

.navbar-mainnavigation .nav-style-simple .dropdown-menu{
border-radius: 0;
}

.navbar-brand.navbar-brand-image{
  width: fit-content;
}