@charset "UTF-8";
#breadcrumbs {
  margin-top: 15px;
}

.nav-links > * {
  margin: 0 10px;
}

.blog_splide {
  margin-top: 30px;
  margin-bottom: 60px;
}
.blog_splide ul {
  line-height: 1.3;
}
.blog_splide .splide__slide {
  display: flex;
  justify-content: space-between;
}
.blog_splide .splide__slide .news__image {
  width: 479px;
  max-width: 45%;
}
.blog_splide .splide__slide .news__teaser {
  width: 50%;
  flex-grow: 1;
  padding: 0 45px;
}
.blog_splide .splide__slide .news__title {
  margin-top: 0;
}
.blog_splide .splide__pagination__page.is-active {
  background: #23ce6b;
}

.news--subpage {
  position: relative;
}
.news--subpage .col-lg-7,
.news--subpage .col-lg-10 {
  position: static;
}
.news .socialmedia__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.news .socialmedia__item:not(:last-child) {
  margin: 0 1rem 0 0;
}
.news .socialmedia__icon {
  fill: #005285;
  max-width: 2.5rem;
  max-height: 2.5rem;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .news .socialmedia__icon {
    max-width: 2rem;
    max-height: 2rem;
  }
}
.news .socialmedia__icon:hover {
  fill: #23ce6b;
}
.news__toc {
  max-width: 300px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .news__toc {
    position: absolute;
    left: 10px;
    width: calc((100vw - 955px) / 2 - 5px);
  }
}
@media (min-width: 1440px) {
  .news__toc {
    left: 20px;
    width: calc((100vw - 1088px) / 2 - 25px);
  }
}
@media (min-width: 1600px) {
  .news__toc {
    width: calc((100vw - 1288px) / 2 - 25px);
  }
}
@media (min-width: 1920px) {
  .news__toc {
    width: calc((100vw - 1370px) / 2 - 25px);
  }
}
.news__toc ul {
  padding-left: 16px;
  list-style: disc;
}
@media (min-width: 1200px) {
  .news__toc.sticky {
    padding-top: 35px;
    position: fixed;
    top: 10rem;
    z-index: 2;
  }
}
.news__toc ul {
  margin: 10px 0;
}
.news__toc ul li {
  margin: 10px 0;
}
.news__box {
  margin-top: 5rem;
}
@media (min-width: 1600px) {
  .news__box {
    margin-top: 10rem;
  }
}
.news__item {
  position: relative;
  color: #005285;
  padding: 2rem;
  transition: all 0.5s ease;
}
@media (min-width: 1600px) {
  .news__item {
    padding: 3rem;
  }
}
.news__item:hover .news__image img,
.news__item:hover .news__image svg {
  transform: scale(1.05);
}
.news__image {
  overflow: hidden;
}
.news__image img,
.news__image svg {
  transition: all 0.5s ease;
}
.news__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media (min-width: 1600px) {
  .news__title {
    font-size: 3.4rem;
    margin-top: 4rem;
  }
}
.news__title:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 1600px) {
  .news__title:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.single .news__title {
  min-height: initial;
}
.single .news__title:first-child {
  margin-top: 0;
}
.news__lead {
  font-size: 1.8rem;
  color: #005285;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .news__lead {
    min-height: 5.4rem;
  }
}
@media (min-width: 1200px) {
  .news__lead {
    min-height: 7rem;
  }
}
@media (min-width: 1600px) {
  .news__lead {
    min-height: 5.4rem;
    margin-bottom: 5rem;
  }
}
.news__lead .hr_blog__readmore {
  margin-top: 30px;
}
.news__content {
  color: #005285;
}
.news__content h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media (min-width: 1600px) {
  .news__content h1 {
    font-size: 3.4rem;
    margin-top: 4rem;
  }
}
.news__content h1:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 1600px) {
  .news__content h1:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.news__content h2,
.news__content h3,
.news__content h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media (min-width: 1600px) {
  .news__content h2,
.news__content h3,
.news__content h4 {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.news__content h2:not(:last-child),
.news__content h3:not(:last-child),
.news__content h4:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 1600px) {
  .news__content h2:not(:last-child),
.news__content h3:not(:last-child),
.news__content h4:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.news__content blockquote {
  position: relative;
  font-size: 1.6rem;
  color: #005285;
  font-weight: 600;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 2rem 0;
}
@media (min-width: 1600px) {
  .news__content blockquote {
    font-size: 1.8rem;
    padding: 4rem;
    margin: 4rem 0;
  }
}
.news__content blockquote::before, .news__content blockquote::after {
  content: "”";
  position: absolute;
  font-family: sans-serif;
  font-size: 10rem;
  line-height: 0;
  color: #23ce6b;
}
@media (min-width: 1600px) {
  .news__content blockquote::before, .news__content blockquote::after {
    font-size: 20rem;
  }
}
.news__content blockquote::before {
  top: 2.3rem;
  left: -0.6rem;
}
@media (min-width: 1600px) {
  .news__content blockquote::before {
    top: 4.7rem;
    left: -1rem;
  }
}
.news__content blockquote::after {
  bottom: -2.3rem;
  right: -0.6rem;
}
@media (min-width: 1600px) {
  .news__content blockquote::after {
    bottom: -4.7rem;
    right: -1.4rem;
  }
}
.news__content p {
  font-size: 1.6rem;
}
@media (min-width: 1600px) {
  .news__content p {
    font-size: 1.8rem;
  }
}
.news__content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 1600px) {
  .news__content p:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.news__content ul {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1rem 0;
}
@media (min-width: 1600px) {
  .news__content ul {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
.news__content ul li {
  display: flex;
}
.news__content ul li:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  border-radius: 50%;
  background-color: #005285;
  margin: 0.8rem 1.8rem 0 0;
}
.news__content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 1600px) {
  .news__content ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.news__content a {
  transition: all 0.5s ease;
}
.news__content a:hover {
  color: #5fe8f0;
}
.news__content a.btn {
  font-size: 1.6rem;
  color: #005285;
  font-weight: 600;
  text-transform: uppercase;
  border: 0.2rem solid #005285;
  border-radius: 0.6rem;
  padding: 1rem 2rem 0.8rem;
  transition: all 0.5s ease;
}
@media (min-width: 1600px) {
  .news__content a.btn {
    font-size: 1.8rem;
    padding: 1rem 3rem 0.8rem;
  }
}
.news__content a.btn:hover {
  color: #ffffff;
  background-color: #005285;
}
.news__content table {
  border: 0.1rem solid #005285 !important;
  border-collapse: collapse;
}
.news__content table thead tr th,
.news__content table thead tr td {
  color: #ffffff;
  background-color: #005285;
  text-align: center;
  padding: 1rem;
}
.news__link {
  transition: all 0.5s ease;
}
.news__link:hover {
  color: #23ce6b;
}
.news__date {
  font-size: 1.6rem;
  color: #005285;
  letter-spacing: 0.1rem;
}
@media (min-width: 1600px) {
  .news__date {
    font-size: 1.8rem;
  }
}