:root {
  --font-family-sans-serif: 'Roboto', 'sans-serif';
  --font-family-monospace: 'Roboto', 'sans-serif';
  font-size: 20px;
  font-weight: 400;
  --header-height: 0;
}
body {
  font-family: 'Roboto', 'sans-serif';
}
[data-dev-contain] {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 72, 82, 0.1);
  border-radius: 10px;
}
[data-dev-contain]:before {
  content: attr(data-dev-contain);
  display: block;
  color: #114852;
}
/** WP-IMG **/
.wp-caption {
  max-width: 100%;
}
img,
.wp-caption {
  max-width: 100%;
  height: auto;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .wp-caption-text,
.wp-caption .wp-caption-text {
  font-size: 0.5em;
}
a {
  color: inherit;
  transition: 0.1s color ease-in;
}
a:hover {
  color: #130F0F;
  text-decoration: none;
}
a[href*="mailto:"] {
  line-break: anywhere;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
/** END WP-IMG **/
@media (min-width: 1300px) {
  .bigger-container {
    max-width: 1200px!important;
  }
}
@media only screen and (min-width: 1600px) {
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width: 1600px) {
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
}
.overflow-visible {
  overflow: visible;
}
.btn {
  padding: 8px 16px;
  border-radius: 8px;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 88, 29, 0.5);
}
.btn.btn-primary,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.2;
  background-color: #E4581D;
  border-color: #E4581D;
  color: #fff;
}
.btn.btn-secondary {
  font-family: 'Bitter', serif;
}
.btn.btn-secondary,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  background-color: #fff;
  border-color: #EBEBEB;
  color: #130F0F;
}
.pagination {
  gap: 16px;
}
.pagination .page-item .page-link {
  font-family: 'Bitter', serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #130F0F;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
.pagination .page-item .page-link.page-prev:before,
.pagination .page-item .page-link.page-next:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .page-item .page-link.page-prev:before {
  background-image: url(../img/icons/icon-chevron-left.svg);
}
@media only screen and (min-width: 768px) {
  .pagination .page-item .page-link.page-prev:before {
    margin-right: 12px;
  }
}
.pagination .page-item .page-link.page-next:after {
  background-image: url(../img/icons/icon-chevron-right.svg);
}
@media only screen and (min-width: 768px) {
  .pagination .page-item .page-link.page-next:after {
    margin-left: 12px;
  }
}
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 88, 29, 0.25);
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #E4581D;
}
.pagination .page-item.disabled .page-link {
  color: #EBEBEB;
  background-color: transparent;
}
.pagination .page-item.disabled .page-link.page-prev:before,
.pagination .page-item.disabled .page-link.page-next:after {
  opacity: 0.2;
}
.bg-grey {
  background-color: #EBEBEB;
}
.bg-lightblue {
  background-color: rgba(40, 167, 177, 0.1);
}
.color-orange {
  color: #E4581D;
}
.w-30 {
  width: 30%;
}
.owl-carousel .owl-nav {
  width: 100%;
  margin-top: 0;
  font-size: 8.75rem;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  margin: 0;
  transition: 0.5s opacity ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  outline: 0px solid transparent !important;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav svg {
  fill: #fff;
}
.owl-carousel .owl-dots {
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
  background-color: #C4C4C4;
  margin: 5px 3px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #E4581D;
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-left: 0;
}
.social-links li {
  list-style: none;
}
.social-links li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EBEBEB;
  border-radius: 50%;
}
.social-links.share,
.social-links.follow {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  gap: 16px;
}
.social-links.share li a,
.social-links.follow li a {
  width: 24px;
  height: 24px;
  background-color: #E4581D;
}
.social-links.share {
  justify-content: flex-end;
}
.social-links.share a[title="Whatsapp"] svg {
  margin: 25%;
}
.funds-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  /*&.times:after {
        background-image: url('../img/icon-times.svg');
    }
    &.arrow-left-green:after {
        background-image: url('../img/icon-green-arrow-left.svg');
        background-position: bottom center;
    }
    &.arrow-left-black:after {
        background-image: url('../img/icon-black-arrow-left.svg');
        background-position: bottom center;
    }
    &.arrow-up:after {
        background-image: url('../img/icon-arrow-up.svg');
    }*/
}
.funds-icon:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
}
.funds-icon.angle-right:after {
  background-image: url('../img/icons/icon-chevron-right.svg');
}
.funds-icon.angle-left:after {
  background-image: url('../img/icons/icon-chevron-left.svg');
}
header[role="navbar"] .navbar-brand,
header[role="heading"] .navbar-brand {
  margin: 0 auto 0 0;
  text-align: center;
  max-width: 100%;
  width: 40%;
}
@media only screen and (min-width: 992px) {
  header[role="navbar"] .navbar-brand,
  header[role="heading"] .navbar-brand {
    width: 100%;
    margin: 0 auto;
  }
  header[role="navbar"] .navbar-brand:after,
  header[role="heading"] .navbar-brand:after {
    content: attr(title);
    display: block;
    font-size: 15px;
  }
}
header[role="navbar"] .navbar-brand + time,
header[role="heading"] .navbar-brand + time {
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  margin-right: 27px;
}
header[role="navbar"] .navbar,
header[role="heading"] .navbar {
  padding: 0;
  position: relative;
}
header[role="navbar"] .navbar .navbar-toggler,
header[role="heading"] .navbar .navbar-toggler {
  padding: 0;
  border-width: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #130F0F;
  position: relative;
}
header[role="navbar"] .navbar .navbar-toggler:focus,
header[role="heading"] .navbar .navbar-toggler:focus {
  outline: none;
}
header[role="navbar"] .navbar .navbar-toggler span:last-child,
header[role="heading"] .navbar .navbar-toggler span:last-child {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767.98px) {
  header[role="navbar"] .navbar .navbar-toggler:not([aria-expanded="true"]) span:last-child,
  header[role="heading"] .navbar .navbar-toggler:not([aria-expanded="true"]) span:last-child {
    display: none;
  }
}
header[role="navbar"] .navbar .navbar-toggler .closed,
header[role="heading"] .navbar .navbar-toggler .closed,
header[role="navbar"] .navbar .navbar-toggler .opened,
header[role="heading"] .navbar .navbar-toggler .opened {
  transition: 0.5s opacity ease-out;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  header[role="navbar"] .navbar .navbar-toggler .closed,
  header[role="heading"] .navbar .navbar-toggler .closed,
  header[role="navbar"] .navbar .navbar-toggler .opened,
  header[role="heading"] .navbar .navbar-toggler .opened {
    margin-right: 17px;
  }
}
header[role="navbar"] .navbar .navbar-toggler .opened,
header[role="heading"] .navbar .navbar-toggler .opened {
  position: absolute;
  left: 0;
  top: 0;
}
header[role="navbar"] .navbar .navbar-toggler.collapsed .closed,
header[role="heading"] .navbar .navbar-toggler.collapsed .closed {
  opacity: 1;
  visibility: visible;
}
header[role="navbar"] .navbar .navbar-toggler.collapsed .opened,
header[role="heading"] .navbar .navbar-toggler.collapsed .opened {
  opacity: 0;
  visibility: hidden;
}
header[role="navbar"] .navbar .navbar-toggler:not(.collapsed) .closed,
header[role="heading"] .navbar .navbar-toggler:not(.collapsed) .closed {
  opacity: 0;
  visibility: hidden;
}
header[role="navbar"] .navbar .navbar-toggler:not(.collapsed) .opened,
header[role="heading"] .navbar .navbar-toggler:not(.collapsed) .opened {
  opacity: 1;
  visibility: visible;
}
header[role="navbar"] .navbar .navbar-collapse,
header[role="heading"] .navbar .navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden scroll;
  max-height: 100vh;
  background-color: #fff;
  z-index: 2;
  padding: 32px;
  box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
  header[role="navbar"] .navbar .navbar-collapse,
  header[role="heading"] .navbar .navbar-collapse {
    position: absolute;
    top: -8px;
    left: -32px;
    width: 292px;
  }
}
@media only screen and (max-width: 991.98px) {
  header[role="navbar"] .navbar .navbar-collapse .btn,
  header[role="heading"] .navbar .navbar-collapse .btn {
    display: block;
    margin-bottom: 16px;
  }
  header[role="navbar"] .navbar .navbar-collapse .languages,
  header[role="heading"] .navbar .navbar-collapse .languages {
    border-top: 1px solid #EBEBEB;
    padding-top: 16px;
    margin-top: 16px;
  }
}
header[role="navbar"] .navbar .navbar-collapse .menu-header,
header[role="heading"] .navbar .navbar-collapse .menu-header {
  padding-bottom: 50px;
}
header[role="navbar"] .navbar .navbar-collapse .menu-header .navbar-toggler span:last-child,
header[role="heading"] .navbar .navbar-collapse .menu-header .navbar-toggler span:last-child {
  padding-top: 3px;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav a,
header[role="heading"] .navbar .navbar-collapse .navbar-nav a {
  color: inherit;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav .dropdown-item,
header[role="heading"] .navbar .navbar-collapse .navbar-nav .dropdown-item {
  padding: 0;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav .dropdown-item:hover,
header[role="heading"] .navbar .navbar-collapse .navbar-nav .dropdown-item:hover {
  background-color: transparent;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #130F0F;
  padding: 25px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item:not(:last-child),
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item:not(:last-child) {
  border-bottom-color: #EBEBEB;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item.show:first-child,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item.show:first-child {
  border-top-color: #EBEBEB;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-toggle:after,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-toggle:after {
  background-image: url(../img/icons/icon-chevron-down-little.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-toggle[aria-expanded="true"]:after,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-toggle[aria-expanded="true"]:after {
  background-image: url(../img/icons/icon-chevron-up-little.svg);
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu {
  border-width: 0;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 10px;
  justify-content: space-between;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu.show,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu.show {
  display: flex;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item {
  font-size: 15px;
  width: 100%;
}
header[role="navbar"] .navbar .navbar-collapse .navbar-nav > .menu-item.two-cols .dropdown-menu > .menu-item,
header[role="heading"] .navbar .navbar-collapse .navbar-nav > .menu-item.two-cols .dropdown-menu > .menu-item {
  width: calc(100% / 2 - 10px);
}
@media only screen and (min-width: 992px) {
  header[role="navbar"] .bigger-container,
  header[role="heading"] .bigger-container {
    margin-top: 39px;
  }
  header[role="navbar"] .bigger-container .row:first-child,
  header[role="heading"] .bigger-container .row:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
  }
  header[role="navbar"] .bigger-container .row:last-child,
  header[role="heading"] .bigger-container .row:last-child {
    padding: 28px 15px;
  }
}
header[role="navbar"] .social-links,
header[role="heading"] .social-links {
  margin-top: 4px;
}
header[role="navbar"] .social-links + time,
header[role="heading"] .social-links + time {
  margin-top: 23px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
header[role="navbar"] .categories,
header[role="heading"] .categories {
  padding-left: 0;
  margin: 5px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #130F0F;
}
header[role="navbar"] .categories li,
header[role="heading"] .categories li {
  list-style: none;
  display: inline-block;
}
header[role="navbar"] .categories li:not(:last-child),
header[role="heading"] .categories li:not(:last-child) {
  position: relative;
  margin-right: 10px;
}
header[role="navbar"] .categories li:not(:last-child):after,
header[role="heading"] .categories li:not(:last-child):after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #CFCDCD;
  position: absolute;
  right: -8px;
  top: 0;
}
header[role="navbar"] #search-results,
header[role="heading"] #search-results {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: var(--header-height);
  background-color: #fff;
  width: 100%;
  height: 0px;
  z-index: 2;
  transition: 0.5s height ease-out;
  padding: 50px 20px;
}
header[role="navbar"] #search-results.show,
header[role="heading"] #search-results.show {
  display: block;
  height: calc(100vh - var(--header-height));
  overflow-y: scroll;
}
header[role="navbar"] #search-results form,
header[role="heading"] #search-results form {
  text-align: center;
}
header[role="navbar"] #search-results form input[type="search"],
header[role="heading"] #search-results form input[type="search"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: 60%;
  padding: 15px 19px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
}
header[role="navbar"] #search-results form input[type="submit"],
header[role="heading"] #search-results form input[type="submit"] {
  padding: 15px 16px;
}
header[role="navbar"] #search-results .card-grid,
header[role="heading"] #search-results .card-grid {
  gap: 25px 24px;
}
header[role="navbar"] #search-results .card-grid .card,
header[role="heading"] #search-results .card-grid .card {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  header[role="navbar"] #search-results .card-grid .card,
  header[role="heading"] #search-results .card-grid .card {
    -ms-flex: 0 0 calc(100% / 3 - 48px/3);
    flex: 0 0 calc(100% / 3 - 48px/3);
    max-width: calc(100% / 3 - 48px/3);
  }
}
header[role="navbar"] #search-results .card-grid nav,
header[role="heading"] #search-results .card-grid nav {
  width: 100%;
}
header[role="navbar"] .search-toggler,
header[role="heading"] .search-toggler {
  padding: 0;
  margin-left: auto;
  border-width: 0;
  color: #130F0F;
  background-color: transparent;
  display: flex;
  position: relative;
}
header[role="navbar"] .search-toggler:focus,
header[role="heading"] .search-toggler:focus {
  outline: none;
}
header[role="navbar"] .search-toggler .closed,
header[role="heading"] .search-toggler .closed,
header[role="navbar"] .search-toggler .opened,
header[role="heading"] .search-toggler .opened {
  transition: 0.5s opacity ease-out;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  header[role="navbar"] .search-toggler .closed,
  header[role="heading"] .search-toggler .closed,
  header[role="navbar"] .search-toggler .opened,
  header[role="heading"] .search-toggler .opened {
    margin-right: 17px;
  }
}
header[role="navbar"] .search-toggler .opened,
header[role="heading"] .search-toggler .opened {
  position: absolute;
  left: 0;
  top: 0;
}
header[role="navbar"] .search-toggler.collapsed .closed,
header[role="heading"] .search-toggler.collapsed .closed {
  opacity: 1;
  visibility: visible;
}
header[role="navbar"] .search-toggler.collapsed .opened,
header[role="heading"] .search-toggler.collapsed .opened {
  opacity: 0;
  visibility: hidden;
}
header[role="navbar"] .search-toggler:not(.collapsed) .closed,
header[role="heading"] .search-toggler:not(.collapsed) .closed {
  opacity: 0;
  visibility: hidden;
}
header[role="navbar"] .search-toggler:not(.collapsed) .opened,
header[role="heading"] .search-toggler:not(.collapsed) .opened {
  opacity: 1;
  visibility: visible;
}
header[role="navbar"] .search-toggler .opened,
header[role="heading"] .search-toggler .opened,
header[role="navbar"] .search-toggler .closed,
header[role="heading"] .search-toggler .closed {
  margin-right: 0;
}
.languages.dropdown {
  margin-bottom: 38px;
  font-size: 15px;
}
.languages.dropdown .zone,
.languages.dropdown .lang {
  margin: 0 10px;
}
.languages.dropdown .zone {
  font-weight: 600;
  color: #130F0F;
  margin-right: 0;
}
.languages.dropdown .zone:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 5px 0 -2px 10px;
  background-color: #5F5F5F;
}
.languages.dropdown .lang {
  font-weight: 400;
  color: #5F5F5F;
}
.languages.dropdown .current-language {
  cursor: pointer;
  vertical-align: middle;
  line-height: 19px;
}
.languages.dropdown .current-language:after {
  display: none;
}
.languages.dropdown .current-language svg:first-of-type {
  transform: translateY(-1px);
}
.languages.dropdown .current-language[aria-expanded="true"] svg:last-of-type {
  transform: rotate(180deg);
}
.languages.dropdown .dropdown-menu,
.languages.dropdown .dropdown-item {
  font-size: inherit;
}
.languages.dropdown .dropdown-item {
  position: relative;
}
.languages.dropdown .dropdown-item > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-links-container {
  display: none;
}
.section-title-big,
.section-title {
  font-family: 'Bitter', serif;
  font-weight: 700;
  line-height: 1.2;
}
.section-title-big.round,
.section-title.round,
.section-title-big a,
.section-title a {
  position: relative;
}
.section-title-big a,
.section-title a {
  display: block;
}
.section-title-big a:after,
.section-title a:after {
  content: "";
  width: 1.18em;
  height: 1.18em;
  display: inline-block;
  background-image: url(../img/icons/icon-rounded-arrow-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 14px;
  transition: transform 0.2s ease-in;
}
.section-title-big a:hover:after,
.section-title a:hover:after {
  transform: translateX(50%);
}
.section-title {
  font-size: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #130F0F;
}
.section-title a {
  padding-bottom: 0.5em;
  margin-bottom: -0.5em;
}
.section-title a:before {
  background-color: #130F0F;
  -webkit-box-shadow: inset -10px 0px 0px 0px #130F0F;
  -moz-box-shadow: inset -10px 0px 0px 0px #130F0F;
  box-shadow: inset -10px 0px 0px 0px #130F0F;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-delay: 0ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
.section-title a:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E4581D;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-box-shadow: inset -20px 0px 0px 0px #fff;
  -moz-box-shadow: inset -20px 0px 0px 0px #fff;
  box-shadow: inset -20px 0px 0px 0px #fff;
  animation-name: link2OnHoverAnimation;
}
.section-title a:hover:after {
  background-image: url(../img/icons/icon-rounded-arrow-right-orange.svg);
}
p.section-title {
  margin-top: unset;
  margin-bottom: unset;
}
@keyframes link2OnHoverAnimation {
  0% {
    -webkit-box-shadow: inset -20px 0px 0px 0px #E4581D;
    -moz-box-shadow: inset -20px 0px 0px 0px #E4581D;
    box-shadow: inset -20px 0px 0px 0px #E4581D;
  }
  100% {
    -webkit-box-shadow: inset -20px 0px 0px 0px #fff;
    -moz-box-shadow: inset -20px 0px 0px 0px #fff;
    box-shadow: inset -20px 0px 0px 0px #fff;
  }
}
.section-title-big {
  font-size: 1.2em;
  background-color: #130F0F;
  padding: 8px 8px 8px 24px;
  color: #fff;
  text-transform: uppercase;
}
.section-title-big.round,
.section-title-big.round a {
  border-radius: 8px;
}
.section-title-big a {
  padding: 8px 8px 8px 24px;
  margin: -8px -8px -8px -24px;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-delay: 0ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
.section-title-big a:after {
  background-image: url(../img/icons/icon-rounded-arrow-right-white.svg);
}
.section-title-big a:hover {
  background-color: #E4581D;
  color: inherit;
  animation-name: linkOnHoverAnimation;
}
@keyframes linkOnHoverAnimation {
  0% {
    background-color: #130F0F;
  }
  100% {
    background-color: #E4581D;
  }
}
.pre-title {
  color: #5F5F5F;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.231;
  margin-bottom: 8px;
}
header.single-post {
  margin-top: 16px;
}
header.single-post .heading {
  display: flex;
  flex-direction: column-reverse;
}
header.single-post .page-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #5F5F5F;
}
@media only screen and (min-width: 992px) {
  header.single-post .page-subtitle {
    font-size: 24px;
  }
}
header.single-post .page-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 36px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  header.single-post .page-title {
    font-size: 40px;
    line-height: 52px;
  }
}
header.single-post .dates {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
header.single-post .dates .updated {
  color: #5F5F5F;
}
header.single-post .dates .updated + .created {
  position: relative;
  margin-left: 10px;
}
header.single-post .dates .updated + .created:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #CFCDCD;
  position: absolute;
  left: -8px;
  top: 0;
}
header.single-post .dates .created {
  color: #5F5F5F;
}
header.single-post .authors {
  font-family: 'Bitter', serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #130F0F;
  margin-bottom: 32px;
}
header.single-post .authors a {
  color: #114852;
}
header.single-post .bricks {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-left: 2em;
}
header.single-post .bricks li,
header.single-post .bricks h2 {
  list-style-type: disclosure-closed;
  margin-bottom: 32px;
}
header.single-post .bricks li::marker,
header.single-post .bricks h2::marker {
  color: #28a7b1;
  font-size: 0.8em;
}
header.single-post .bricks h2 {
  display: list-item;
  list-style: disclosure-closed outside none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
header.single-post .bricks h2 {
  font-size: 1.2em;
}
header.single-post iframe {
  max-width: 100%;
}
.single-post-content {
  color: #130F0F;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.single-post-content blockquote {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 4px solid #EBEBEB;
  font-style: italic;
}
.single-post-content .disclaimer {
  margin-bottom: 40px;
}
.single-post-content .disclaimer p {
  font-size: 12px;
  color: #4e565d;
  font-weight: 300;
  margin-bottom: 10px;
  font-style: italic;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  font-size: 24px;
  line-height: 28px;
  color: #00091A;
  font-weight: 700;
}
.single-post-tags {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 0;
  color: #114852;
}
.single-post-tags li {
  list-style: none;
  display: inline-block;
  border: 1px solid #EBEBEB;
  padding: 4px;
}
.single-post-tags.event li {
  color: #fff;
  background-color: #130F0F;
}
.single-post-tags + .ad-banner {
  margin: 25px auto;
}
figure.post-thumbnail {
  max-width: 100%;
  background-color: #114852;
}
figure.post-thumbnail img {
  width: 100%;
}
figure.post-thumbnail figcaption {
  font-family: 'Roboto', 'sans-serif';
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  background-color: #114852;
  color: #fff;
  padding: 8px;
  margin-top: -1px;
  position: relative;
}
figure.post-thumbnail figcaption .license:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #28a7b1;
}
.author-description {
  padding: 24px;
  color: #130F0F;
  background-color: rgba(40, 167, 177, 0.1);
}
.author-description img {
  float: right;
  margin-left: 44px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.author-description .author-name {
  font-family: 'Roboto', 'sans-serif';
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
}
.author-description .author-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}
.author-description .author-content p:last-of-type {
  margin-bottom: 0;
}
.author-description:after {
  content: "";
  display: block;
  clear: both;
}
.ad-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  overflow: hidden;
}
.ad-banner img {
  width: 100%;
}
.ad-banner.left,
.ad-banner.right {
  position: fixed;
  top: 10vh;
  width: 160px;
  height: 80vh;
}
.ad-banner.left {
  transform: translateX(-630px);
  transform-origin: right;
  right: 50%;
}
.ad-banner.right {
  transform: translateX(630px);
  left: 50%;
}
#bannerModal.show ~ .modal-backdrop {
  background-color: transparent;
}
#bannerModal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#bannerModal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
}
#bannerModal .modal-dialog .modal-content .modal-header {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 1;
}
#bannerModal .modal-dialog .modal-content .modal-header .close {
  margin: 0 0 0 auto;
}
#bannerModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#bannerModal .modal-dialog .modal-content .modal-body .ad-banner {
  height: 250px;
}
@media only screen and (min-width: 576px) {
  #bannerModal .modal-dialog .modal-content .modal-body .ad-banner {
    height: 645px;
  }
}
@media only screen and (min-width: 992px) {
  #bannerModal .modal-dialog .modal-content .modal-body .ad-banner {
    height: 600px;
  }
}
.card {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: stretch;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.231;
  border: none;
  border-radius: 0;
  padding: 16px 8px;
  border-bottom: 1px solid #CFCDCD;
}
@media only screen and (min-width: 768px) {
  .card {
    padding-left: 0;
    padding-right: 0;
  }
}
.card a {
  text-decoration: inherit;
  color: inherit;
}
.card .card-subtitle {
  margin-top: 0;
  color: #5F5F5F;
  margin-bottom: 8px;
  width: 100%;
}
.card .wp-post-image {
  width: 100%;
  height: 250px;
}
.card .wp-post-image img {
  width: 100%;
  height: calc(100% - 16px);
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 16px;
}
.card .wp-post-image.has-video {
  position: relative;
}
.card .wp-post-image.has-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.card .wp-post-image.has-video.play iframe {
  opacity: 1;
  visibility: visible;
}
.card .wp-post-image.has-video:not(.play):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-image: url(../img/icons/icon-play.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
.card .card-title {
  font-weight: 500;
  font-size: 1.155em;
  line-height: 1.27;
}
.card .card-title a:hover {
  text-decoration: underline;
}
.card:not(.card-green) .card-title {
  min-height: 3.8em;
}
.card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card .card-content .card-author {
  position: relative;
  color: #969696;
  min-height: 1.54em;
}
.card .card-content .card-author .author-img {
  width: 1.54em;
  height: 1.54em;
  background-image: var(--data-img);
  display: inline-block;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.card .card-tags {
  width: 100%;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin-bottom: 0;
  color: #114852;
}
.card .card-tags li {
  list-style: none;
  display: inline-block;
  border: 1px solid #EBEBEB;
  padding: 4px;
}
.card .card-category {
  text-transform: uppercase;
  color: #114852;
}
.card .card-category .tag {
  color: #E4581D;
  margin-right: 9px;
  position: relative;
}
.card .card-category .tag:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  margin-left: 4px;
  background-color: #CFCDCD;
  width: 1px;
  height: 100%;
}
.card .card-category.without-category .tag:after {
  display: none;
}
.card.card-green {
  color: #fff;
  background-color: #114852;
  border-bottom: none;
  padding: 8px;
}
.card.card-green .card-title,
.card.card-green .card-category,
.card.card-green .card-excertp {
  margin-bottom: 8px;
}
.card.card-green img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-position: top center;
  object-fit: cover;
  height: 100%;
  margin-bottom: 0;
}
.card.card-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(360deg, rgba(17, 72, 82, 0.9) 35.45%, rgba(0, 0, 0, 0) 67.86%);
  transition: background 0.5s ease-out;
  z-index: 1;
}
.card.card-green .card-category {
  color: inherit;
  text-transform: uppercase;
  z-index: 1;
  transition: margin-bottom 0.5s ease-out;
}
.card.card-green .card-category .tag {
  color: #CFCDCD;
}
.card.card-green .card-subtitle {
  color: inherit;
  z-index: 1;
}
.card.card-green .card-title {
  font-family: 'Roboto', 'sans-serif';
  font-size: 1.31em;
  line-height: 1.2;
  font-weight: 700;
  z-index: 1;
}
.card.card-green .card-content {
  z-index: 0;
  height: 0;
  transition: z-index, height 0.5s;
  overflow: hidden;
}
.card.card-green .card-content .card-excertp {
  font-weight: 400;
  font-size: 1.231em;
  line-height: 1.3;
}
.card.card-green .card-content .card-tags {
  color: inherit;
}
.card.card-green .card-content .card-tags li {
  border-color: #969696;
}
.card.card-green:hover:before {
  background-color: rgba(17, 72, 82, 0.9);
}
.card.card-green:hover .card-category {
  margin-bottom: 16px;
}
.card.card-green:hover .card-content {
  height: var(--hover-height);
  z-index: 1;
}
.card.left-img {
  padding-bottom: 0;
}
.card.left-img .wp-post-image {
  float: left;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 24px;
}
.card.left-img:after {
  content: "";
  display: block;
  clear: both;
}
.card.left-img:after {
  height: 16px;
}
.card.event {
  padding-bottom: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.card.event time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  gap: 0 2px;
  background-color: #130F0F;
  color: #fff;
  width: 80px;
  margin-bottom: 8px;
  font-family: 'Bitter', serif;
  order: -1;
}
.card.event time .d {
  font-weight: 700;
  font-size: 1.847em;
  line-height: 1.167;
}
.card.event time .d:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 2px;
}
.card.event time .m {
  font-weight: 300;
  font-size: 1.31em;
  line-height: 1.117;
}
.card.event img {
  width: calc(100% - 80px);
  margin-bottom: 8px;
  order: -1;
}
.card.event .card-subtitle {
  order: 0;
}
.card.event .card-title {
  color: #130F0F;
}
.card.event .card-tags.event {
  display: block;
  color: #130F0F;
}
.card.event .card-tags.event:before {
  content: "";
  display: block;
  clear: both;
}
.card.event .card-tags.event li {
  background-color: #EBEBEB;
  padding: 4px 6px;
}
.card.event .card-tags.event li:not(:first-child) {
  margin: 0 4px;
}
.card.event .card-tags + .card-tags {
  margin-top: 16px;
}
.card.tag-opinion .wp-post-image {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 16px;
}
.card.tag-opinion .wp-post-image img {
  margin-bottom: 0;
}
.card.tag-opinion .card-title {
  font-style: italic;
  font-weight: 500;
}
.card.tag-opinion .card-author {
  color: #130F0F;
  font-weight: 600;
}
.card.tag-opinion.card-green .wp-post-image {
  margin-left: calc(50% - 67px);
}
.card.magazine {
  border: 1px solid #EBEBEB;
  padding: 32px 16px 16px;
}
.card.magazine .wp-post-image {
  width: 80%;
  height: auto;
  margin: 0 auto 32px;
}
.card.magazine .card-title,
.card.magazine .tag {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}
.card.magazine .card-title {
  margin-bottom: 0;
}
.card.magazine .tag {
  margin-bottom: 16px;
}
.card.magazine .card-tags {
  margin-bottom: 16px;
}
.card.magazine .btn-primary {
  font-size: 16px;
  line-height: 19px;
  padding: 8px 16px;
}
.card.magazine .btn-primary.w-50 {
  max-width: calc(50% - 12px);
}
.card.magazine .btn-link {
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-decoration: underline;
  margin-left: 26px;
}
.card-grid,
.category-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.card-grid.four-columns,
.category-grid.four-columns {
  gap: 0 24px;
}
.card-grid.four-columns > .card,
.category-grid.four-columns > .card,
.card-grid.four-columns > .company,
.category-grid.four-columns > .company {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-grid.four-columns > .card,
  .category-grid.four-columns > .card,
  .card-grid.four-columns > .company,
  .category-grid.four-columns > .company {
    -ms-flex: 0 0 calc(100% / 4 - 72px/4);
    flex: 0 0 calc(100% / 4 - 72px/4);
    max-width: calc(100% / 4 - 72px/4);
  }
}
.card-grid.three-columns,
.category-grid.three-columns {
  gap: 0 24px;
}
.card-grid.three-columns > .card,
.category-grid.three-columns > .card,
.card-grid.three-columns > .company,
.category-grid.three-columns > .company {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-grid.three-columns > .card,
  .category-grid.three-columns > .card,
  .card-grid.three-columns > .company,
  .category-grid.three-columns > .company {
    -ms-flex: 0 0 calc(100% / 3 - 48px/3);
    flex: 0 0 calc(100% / 3 - 48px/3);
    max-width: calc(100% / 3 - 48px/3);
  }
}
.card-grid.two-columns,
.category-grid.two-columns {
  gap: 0 24px;
}
.card-grid.two-columns > .card,
.category-grid.two-columns > .card,
.card-grid.two-columns > .company,
.category-grid.two-columns > .company {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-grid.two-columns > .card,
  .category-grid.two-columns > .card,
  .card-grid.two-columns > .company,
  .category-grid.two-columns > .company {
    -ms-flex: 0 0 calc(100% / 2 - 24px/2);
    flex: 0 0 calc(100% / 2 - 24px/2);
    max-width: calc(100% / 2 - 24px/2);
  }
}
.card-grid .without-results,
.category-grid .without-results {
  padding: 25px 0;
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .card-grid .without-results,
  .category-grid .without-results {
    -ms-flex: 0 0 calc(100% / 1 - 0/1);
    flex: 0 0 calc(100% / 1 - 0/1);
    max-width: calc(100% / 1 - 0/1);
  }
}
.card-grid + #load-more-cards,
.category-grid + #load-more-cards {
  margin: 20px auto;
  display: block;
}
.category-grid {
  gap: 50px 24px;
}
.category-grid .card-grid {
  flex-direction: column;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.category-grid .card-grid .section-title {
  margin-bottom: 16px;
}
.category-grid .card-grid .card .card-title {
  margin-bottom: 0;
}
.category-grid .card-grid .card .card-content {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .category-grid .card-grid {
    -ms-flex: 0 0 calc(100% / 3 - 48px/3);
    flex: 0 0 calc(100% / 3 - 48px/3);
    max-width: calc(100% / 3 - 48px/3);
  }
}
.funds-member {
  display: flex;
  column-gap: 24px;
  align-items: flex-start;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .funds-member {
    flex-direction: column;
  }
}
.funds-member img {
  width: 96px;
  max-width: 100%;
  height: auto;
}
.funds-member .content .name,
.funds-member .content .position,
.funds-member .content a {
  color: #130F0F;
}
.funds-member .content .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.funds-member .content .position {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
}
.funds-member .content .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease;
}
.funds-member .content .text.hide {
  max-height: 3em;
}
.funds-member .content .text.hide:before {
  background-image: url(../img/icons/icon-chevron-down.svg);
}
.funds-member .content .text.hide:after {
  height: 2em;
  background: linear-gradient(360deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.funds-member .content .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-image: url(../img/icons/icon-chevron-up.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  cursor: pointer;
}
.funds-member .content .text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #fff;
}
.funds-member .content a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.funds-member .content a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/icons/icon-mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.company {
  padding: 16px 25px;
  background-color: #fff;
}
.company .company-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.company .company-title {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.2;
  text-align: center;
}
.company .company-title a {
  color: inherit;
}
.company .company-title a:after {
  content: "";
  width: 1.18em;
  height: 1.18em;
  display: inline-block;
  background-image: url(../img/icons/icon-rounded-arrow-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 14px;
}
.company .content {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.company.extended .company-logo {
  width: 100%;
}
.company.extended .company-title {
  font-family: 'Roboto', 'sans-serif';
  font-size: 15px;
  line-height: 19px;
  text-align: left;
}
.company.extended .company-title a:after {
  display: none;
}
.partner .title {
  font-family: 'Roboto', 'sans-serif';
  color: #130F0F;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.267;
  margin-bottom: 16px;
}
.breadcrumbs {
  padding: 16px 0;
  padding-inline-start: 16px;
  margin: 0 -15px;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #5F5F5F;
}
.breadcrumbs li span {
  font-family: 'Bitter', serif;
  display: inline-block;
}
.breadcrumbs li span:after {
  content: "";
  width: 5px;
  height: 9px;
  display: inline-block;
  background-image: url(../img/icons/icon-chevron-right-grey.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: baseline;
  margin-left: 8px;
}
.page-title {
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 16px 0;
  margin: 0 -15px;
}
.documents {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 38px;
  gap: 20px 40px;
}
.documents li {
  list-style: none;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.documents li a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url(../img/icons/icon-download.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.abc-container {
  padding: 50px 0 0;
}
#lo-mas-actual .owl-carousel .card.card-green,
#custom-news .owl-carousel .card.card-green {
  width: 100%;
  max-width: 100%;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  #lo-mas-actual .owl-carousel .card.card-green,
  #custom-news .owl-carousel .card.card-green {
    width: 280px;
    height: 280px;
  }
}
#custom-news {
  background-color: rgba(40, 167, 177, 0.1);
  padding: 25px;
}
#custom-news > .col-12:not(:first-child) {
  /*background-color: @white;*/
}
#custom-news .owl-carousel .card.card-green {
  background-color: #28a7b1;
}
#custom-news .owl-carousel .card.card-green:before {
  background: linear-gradient(360deg, #28a7b1 35.45%, rgba(0, 0, 0, 0) 67.86%);
}
#destacados .card-grid {
  gap: 10px 24px;
}
#destacados .card-grid .card {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #destacados .card-grid .card {
    -ms-flex: 0 0 calc(100% / 4 - 72px/4);
    flex: 0 0 calc(100% / 4 - 72px/4);
    max-width: calc(100% / 4 - 72px/4);
  }
}
#universo-funds {
  background-color: rgba(40, 167, 177, 0.1);
  padding: 25px 9px;
}
#universo-funds .section-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #universo-funds .card-grid {
    column-gap: 10px;
  }
}
#universo-funds .card-grid .company {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #universo-funds .card-grid .company {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
  }
}
#universo-funds .card-grid .company img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
#train-thoroughly .category-grid {
  background-color: rgba(235, 235, 235, 0.4);
  padding: 26px 24px;
  border-radius: 8px;
  gap: 60px 70px;
}
#train-thoroughly .category-grid .card-grid {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #train-thoroughly .category-grid .card-grid {
    -ms-flex: 0 0 calc(100% / 2 - 70px/2);
    flex: 0 0 calc(100% / 2 - 70px/2);
    max-width: calc(100% / 2 - 70px/2);
  }
}
#train-thoroughly .category-grid .card-grid .card {
  display: block;
  background-color: transparent;
}
#estilo .card,
#eventos .card,
#sidebar-events .card {
  display: block;
}
#estilo .card.event,
#eventos .card.event,
#sidebar-events .card.event {
  padding-bottom: 8px;
}
#estilo .card.event time,
#eventos .card.event time,
#sidebar-events .card.event time {
  width: 40px;
  margin-right: 16px;
  float: left;
  min-height: 73px;
}
#estilo .card.event .card-title,
#eventos .card.event .card-title,
#sidebar-events .card.event .card-title {
  transform: translateY(8px);
}
#estilo .card .card-tags li {
  border-color: #CFCDCD;
  color: #130F0F;
}
.page-template-eventos .calendar-menu {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-template-eventos .calendar-menu a:first-child {
  margin-right: auto;
}
.page-template-eventos .calendar-menu a:last-child {
  margin-left: 15px;
}
.page-template-eventos #calendar {
  height: 700px;
}
.page-template-eventos #calendar .toastui-calendar-popup-container .toastui-calendar-section-button {
  display: none;
}
.page-template-eventos #calendar .toastui-calendar-popup-container .toastui-calendar-event-title {
  word-break: break-word;
}
.page-template-eventos #calendar .toastui-calendar-grid-cell-date .toastui-calendar-weekday-grid-date.toastui-calendar-weekday-grid-date-decorator {
  background-color: #114852;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.single-events .event-thumbnail {
  position: relative;
}
.single-events .event-thumbnail time {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  gap: 0 2px;
  background-color: #130F0F;
  color: #fff;
  width: 120px;
  height: 100%;
  margin-bottom: 8px;
  font-family: 'Bitter', serif;
  order: -1;
}
.single-events .event-thumbnail time .d {
  font-weight: 700;
  font-size: 54.1242px;
  line-height: 1;
}
.single-events .event-thumbnail time .d:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 9px;
  margin-top: 10px;
}
.single-events .event-thumbnail time .m {
  font-weight: 300;
  font-size: 54.1242px;
  line-height: 43px;
}
.single-events .event-thumbnail figure.post-thumbnail {
  margin-left: 120px;
}
.single-events .event-thumbnail figure.post-thumbnail,
.single-events .event-thumbnail figure.post-thumbnail figcaption {
  background-color: #130F0F;
}
.single-events .event-thumbnail iframe {
  width: calc(100% - 120px);
  margin-left: 120px;
}
.page-template-revistas #last-numbers .owl-carousel .owl-item,
.page-template-revistas #spain-edition .owl-carousel .owl-item,
.page-template-revistas #amg-edition .owl-carousel .owl-item,
.page-template-revistas #americas-edition .owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
aside .section-title-big {
  padding-left: 16px;
}
aside .card.card-green {
  margin-bottom: 8px;
}
aside .card.card-green .card-title {
  margin-bottom: 30px;
}
aside .card.card-green .card-category {
  margin-bottom: 16px;
}
aside .card.card-green:before {
  background: linear-gradient(360deg, rgba(17, 72, 82, 0.9) 40%, rgba(0, 0, 0, 0) 100%);
}
aside .our-magazine {
  font-family: 'Roboto', 'sans-serif';
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
  padding: 20px 15px;
}
aside .our-magazine .content {
  width: 85%;
  margin: 0 auto;
}
aside .our-magazine .content .pre-title {
  color: #130F0F;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
  text-align: center;
}
aside .our-magazine .content img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
aside .our-magazine .content .edition {
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.429;
  padding-top: 8px;
  margin-top: 12px;
  margin-bottom: 8px;
  border-top: 1px solid #CFCDCD;
}
aside .our-magazine .content .title {
  display: inline-block;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.231;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #CFCDCD;
}
aside .our-magazine .btn {
  display: block;
}
aside section:not(:first-of-type) {
  margin-top: 56px;
}
aside #sidebar-partners {
  border-bottom: 1px solid #CFCDCD;
}
aside #sidebar-partners .owl-carousel .owl-nav .owl-prev,
aside #sidebar-partners .owl-carousel .owl-nav .owl-next {
  height: 50%;
}
aside #sidebar-opinions .section-title-big,
aside #sidebar-about-us .section-title-big {
  margin-bottom: 16px;
}
aside #sidebar-opinions .opinion {
  border-bottom: 1px solid #CFCDCD;
  margin-bottom: 16px;
}
aside #sidebar-opinions .opinion img {
  width: 22.46%;
  float: right;
  border-radius: 50%;
  object-fit: cover;
}
aside #sidebar-opinions .opinion .title {
  font-family: 'Roboto', 'sans-serif';
  color: #130F0F;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.267;
  margin-bottom: 16px;
}
aside #sidebar-opinions .opinion .author {
  color: #114852;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.231;
}
aside #sidebar-opinions .opinion:after {
  content: "";
  display: block;
  clear: both;
}
aside #sidebar-opinions .opinion .title {
  font-style: italic;
}
aside #sidebar-about-us .member {
  border-bottom: 1px solid #CFCDCD;
  margin-bottom: 16px;
}
aside #sidebar-about-us .member img {
  width: 22.46%;
  float: right;
  border-radius: 50%;
  object-fit: cover;
}
aside #sidebar-about-us .member .title {
  font-family: 'Roboto', 'sans-serif';
  color: #130F0F;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.267;
  margin-bottom: 16px;
}
aside #sidebar-about-us .member .author {
  color: #114852;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.231;
}
aside #sidebar-about-us .member:after {
  content: "";
  display: block;
  clear: both;
}
aside #sidebar-about-us .member .title {
  padding-top: 14px;
}
aside #sidebar-about-us .member img {
  margin-bottom: 10px;
}
aside #sidebar-style .card {
  /*justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
            flex-direction: row;*/
}
aside #sidebar-style .card .card-category {
  margin-bottom: 8px;
}
aside #sidebar-style .card .card-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
aside #sidebar-style .card .card-content .card-title {
  width: calc(70% - 5px);
  margin-right: 5px;
}
aside #sidebar-style .card .card-content .wp-post-image {
  width: 30%;
  height: auto;
  object-fit: cover;
}
#main-footer {
  background-color: #114852;
  color: #fff;
}
#main-footer a:not(.btn):not(.cta_button ):hover {
  color: #E4581D;
}
#main-footer .row {
  padding-top: 24px;
  padding-bottom: 30px;
}
#main-footer .row .col-12 {
  padding-left: 8px;
  padding-right: 8px;
}
#main-footer .content {
  border: 1px solid #266169;
  border-left: none;
  border-right: none;
}
#main-footer .content .title {
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.236;
  margin-bottom: 17px;
}
#main-footer .content .links {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
#main-footer .content .links li {
  list-style: none;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.27;
}
#main-footer .content .links.two-cols {
  flex-wrap: wrap;
  flex-direction: row;
}
#main-footer .content .links.two-cols li {
  flex-basis: calc(50% - 19px);
}
#main-footer .ml-auto.mr-0 {
  width: fit-content;
}
#main-footer .ml-auto.mr-0 .btn {
  margin-bottom: 21px;
}
#main-footer .d-flex.justify-content-around {
  font-family: 'Roboto', 'sans-serif';
  color: #CFCDCD;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
#main-footer .d-flex.justify-content-around .social-links {
  gap: 27px;
}
#main-footer .languages.dropdown {
  margin-bottom: 0;
  transform: translateY(-3px);
}
#main-footer .languages.dropdown .current-language .zone,
#main-footer .languages.dropdown .current-language .lang {
  color: #CFCDCD;
  font-weight: 400;
}
#main-footer .languages.dropdown .current-language .zone:after,
#main-footer .languages.dropdown .current-language .lang:after {
  background-color: #CFCDCD;
}
#main-footer .languages.dropdown .current-language > .lang + svg {
  margin-bottom: 3px;
}
/*Cambio de formato botón de hupspot*/
a#cta_button_21406880_90545ee8-9ec0-486f-9d0a-1d3ce0f2b6e2 {
  font-size: 0.8em !important;
  font-weight: 500!important;
  line-height: 1.2 !important;
  font-family: 'Roboto', 'sans-serif' !important;
  padding: 8px 16px!important;
  border-radius: 8px!important;
}
.ml-auto.mr-0 a#cta_button_21406880_90545ee8-9ec0-486f-9d0a-1d3ce0f2b6e2 {
  margin-bottom: 1rem!important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #E4581D;
}
#cookie-law-info-bar:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100%);
  background-color: rgba(0, 0, 0, 0.5);
}
#cookie-law-info-bar .cli-bar-btn_container #cookie_action_close_header_reject {
  display: none;
}
.hs-cta-wrapper a span strong {
  font-family: 'Roboto', 'sans-serif';
}
.after-clear:after {
  content: "";
  display: block;
  clear: both;
}
.before-clear:before {
  content: "";
  display: block;
  clear: both;
}
.text-image-80-30 {
  border-bottom: 1px solid #CFCDCD;
  margin-bottom: 16px;
}
.text-image-80-30 img {
  width: 22.46%;
  float: right;
  border-radius: 50%;
  object-fit: cover;
}
.text-image-80-30 .title {
  font-family: 'Roboto', 'sans-serif';
  color: #130F0F;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.267;
  margin-bottom: 16px;
}
.text-image-80-30 .author {
  color: #114852;
  font-weight: 500;
  font-size: 0.65em;
  line-height: 1.231;
}
.text-image-80-30:after {
  content: "";
  display: block;
  clear: both;
}
.show-loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.show-loader:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  border-radius: 50%;
  border-left-color: transparent;
  z-index: 1;
  animation: rotate 1.5s linear infinite;
}
.add-collapsed-animation .closed,
.add-collapsed-animation .opened {
  transition: 0.5s opacity ease-out;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .add-collapsed-animation .closed,
  .add-collapsed-animation .opened {
    margin-right: 17px;
  }
}
.add-collapsed-animation .opened {
  position: absolute;
  left: 0;
  top: 0;
}
.add-collapsed-animation.collapsed .closed {
  opacity: 1;
  visibility: visible;
}
.add-collapsed-animation.collapsed .opened {
  opacity: 0;
  visibility: hidden;
}
.add-collapsed-animation:not(.collapsed) .closed {
  opacity: 0;
  visibility: hidden;
}
.add-collapsed-animation:not(.collapsed) .opened {
  opacity: 1;
  visibility: visible;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg-default {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.switcher {
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 15px;
  width: 66px;
  height: 28px;
}
.switcher .switcher-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switcher .switcher-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 0;
  background-color: grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switcher.checked .switcher-slider {
  background-color: transparent;
}
.switcher.checked .switcher-slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
.do-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .do-container {
    max-width: 540px;
  }
}
@media (min-width: 540px) {
  .do-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .do-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .do-container {
    max-width: 1140px;
  }
}
