/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications, body.frontend .scientific-publications {
  position: relative;
  z-index: 3;
  margin-top: 80px;
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications.hide-class, body.frontend .scientific-publications.hide-class {
  display: none;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications, body.frontend .scientific-publications {
    padding-top: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications, body.frontend .scientific-publications {
    padding-top: 50px;
    margin-top: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .row .col-right, body.frontend .scientific-publications .row .col-right {
  position: unset;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .row .col-right, body.frontend .scientific-publications .row .col-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media, body.frontend .scientific-publications__media {
  margin-left: -50px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media, body.frontend .scientific-publications__media {
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media, body.frontend .scientific-publications__media {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media, body.frontend .scientific-publications__media {
    position: relative;
    right: -15px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media img, body.frontend .scientific-publications__media img {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media img, body.frontend .scientific-publications__media img {
    width: 375px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media img, body.frontend .scientific-publications__media img {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media img, body.frontend .scientific-publications__media img {
    max-width: 590px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__media img, body.frontend .scientific-publications__media img {
    max-width: 700px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__inner, body.frontend .scientific-publications__inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__inner, body.frontend .scientific-publications__inner {
    padding-top: calc( 991px * 152 / 1920 );
    max-width: calc( 991px * 800 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__inner, body.frontend .scientific-publications__inner {
    padding-top: calc(1200px * 152 / 1920);
    max-width: calc(1200px * 800 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__inner, body.frontend .scientific-publications__inner {
    padding-top: calc(1440px * 152 / 1920);
    max-width: calc(1440px * 800 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__inner, body.frontend .scientific-publications__inner {
    padding-top: calc(1600px * 152 / 1920);
    max-width: calc(1600px * 800 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__inner, body.frontend .scientific-publications__inner {
    padding-top: 152px;
    max-width: 800px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    left: calc( 991px * -188 / 1920 );
    width: calc( 991px * 1104 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    left: calc(1200px * -188 / 1920);
    width: calc(1200px * 1104 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    left: calc(1440px * -188 / 1920);
    width: calc(1440px * 1104 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    left: calc(1600px * -188 / 1920);
    width: calc(1600px * 1104 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    left: -188px;
    width: 1104px;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__bg, body.frontend .scientific-publications__bg {
    width: 250vw;
    margin-left: -75vw;
    margin-right: -175vw;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper, body.frontend .scientific-publications__wrapper {
    padding: 40px 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper .btn-wrap, body.frontend .scientific-publications__wrapper .btn-wrap {
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper .btn-wrap, body.frontend .scientific-publications__wrapper .btn-wrap {
    margin-top: 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper .btn-wrap .btn, body.frontend .scientific-publications__wrapper .btn-wrap .btn {
  width: 100% !important;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper .btn-wrap .btn, body.frontend .scientific-publications__wrapper .btn-wrap .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper .btn-wrap .btn, body.frontend .scientific-publications__wrapper .btn-wrap .btn {
    padding-left: 25px;
    padding-right: 25px;
    width: auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__wrapper .btn-wrap .btn, body.frontend .scientific-publications__wrapper .btn-wrap .btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title, body.frontend .scientific-publications__title {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title, body.frontend .scientific-publications__title {
    margin-bottom: calc( 991px * 10 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title, body.frontend .scientific-publications__title {
    margin-bottom: calc(1200px * 10 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title, body.frontend .scientific-publications__title {
    margin-bottom: calc(1440px * 10 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title, body.frontend .scientific-publications__title {
    margin-bottom: calc(1600px * 10 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title, body.frontend .scientific-publications__title {
    margin-bottom: 10px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title h3, body.frontend .scientific-publications__title h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title h3, body.frontend .scientific-publications__title h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title h3, body.frontend .scientific-publications__title h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications__title h3, body.frontend .scientific-publications__title h3 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 24px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications, body.frontend .scientific-publications .publications {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list, body.frontend .scientific-publications .publications .splide__list {
  width: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
  position: absolute;
  display: inline-flex;
  align-items: center;
  border: 5px solid #59b7b8;
  border-radius: 45px;
  bottom: -110px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    border-radius: calc( 991px * 40 / 1920 );
    bottom: calc( 991px * -160 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    border-radius: calc(1200px * 40 / 1920);
    bottom: calc(1200px * -160 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    border-radius: calc(1440px * 40 / 1920);
    bottom: calc(1440px * -160 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    border-radius: calc(1600px * 40 / 1920);
    bottom: calc(1600px * -160 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    border-radius: 40px;
    bottom: -160px;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    left: 50%;
    transform: translateX(-50%);
    width: 236px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 360px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    width: calc(236px + 142 * (100vw - 360px) / 216);
  }
}
@media only screen and (max-width: 575px) and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows, body.frontend .scientific-publications .publications .splide__list .splide__arrows {
    width: 378px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
  transition: all 0.4s ease;
  position: static;
  transform: none;
  background: none;
  opacity: 1;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 23px;
  padding: 15px 15px 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 360px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: calc(23px + 13.8 * (100vw - 360px) / 216);
  }
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: 36.8px;
  }
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: 40px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else {
  font-size: 23px;
}
@media only screen and (min-width: 360px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else {
    font-size: calc(23px + 13.8 * (100vw - 360px) / 216);
  }
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else {
    font-size: 36.8px;
  }
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow else {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: calc( 991px * 32 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: calc(1200px * 32 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: calc(1440px * 32 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: calc(1600px * 32 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    padding-top: calc( 991px * 10 / 1920 );
    padding-bottom: calc( 991px * 14 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    padding-top: calc(1200px * 10 / 1920);
    padding-bottom: calc(1200px * 14 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    padding-top: calc(1440px * 10 / 1920);
    padding-bottom: calc(1440px * 14 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    padding-top: calc(1600px * 10 / 1920);
    padding-bottom: calc(1600px * 14 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled], body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled]:hover, .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled]:active, .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled]:focus, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled]:hover, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled]:active, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow[disabled]:focus {
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: default;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child {
    border-top-left-radius: calc( 991px * 40 / 1920 );
    border-bottom-left-radius: calc( 991px * 40 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child {
    border-top-left-radius: calc(1200px * 40 / 1920);
    border-bottom-left-radius: calc(1200px * 40 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child {
    border-top-left-radius: calc(1440px * 40 / 1920);
    border-bottom-left-radius: calc(1440px * 40 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child {
    border-top-left-radius: calc(1600px * 40 / 1920);
    border-bottom-left-radius: calc(1600px * 40 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child {
    border-top-right-radius: calc( 991px * 40 / 1920 );
    border-bottom-right-radius: calc( 991px * 40 / 1920 );
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child {
    border-top-right-radius: calc(1200px * 40 / 1920);
    border-bottom-right-radius: calc(1200px * 40 / 1920);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child {
    border-top-right-radius: calc(1440px * 40 / 1920);
    border-bottom-right-radius: calc(1440px * 40 / 1920);
  }
}
@media only screen and (min-width: 1600px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child {
    border-top-right-radius: calc(1600px * 40 / 1920);
    border-bottom-right-radius: calc(1600px * 40 / 1920);
  }
}
@media only screen and (min-width: 1920px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:hover, .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:active, .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:focus, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:hover, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:active, body.frontend .scientific-publications .publications .splide__list .splide__arrows .splide__arrow:focus {
    color: #59b7b8;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication, body.frontend .scientific-publications .publications .splide__list .publication {
  display: block;
  margin-bottom: 0;
  text-align: left;
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication:before, body.frontend .scientific-publications .publications .splide__list .publication:before {
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__title, body.frontend .scientific-publications .publications .splide__list .publication__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__title, body.frontend .scientific-publications .publications .splide__list .publication__title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__title, body.frontend .scientific-publications .publications .splide__list .publication__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__title span, body.frontend .scientific-publications .publications .splide__list .publication__title span {
  font-weight: 700;
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__read-more, body.frontend .scientific-publications .publications .splide__list .publication__read-more {
  margin-top: 18px;
  display: inline-block;
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__read-more, body.frontend .scientific-publications .publications .splide__list .publication__read-more {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__read-more, body.frontend .scientific-publications .publications .splide__list .publication__read-more {
    margin-top: 25px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .scientific-publications .publications .splide__list .publication__read-more:hover, body.frontend .scientific-publications .publications .splide__list .publication__read-more:hover {
  color: #cf92c6;
}

.site-popup__close--publication svg {
  position: absolute;
  top: 65px;
  right: 65px;
  height: 40px;
  width: 48px;
  fill: #72103b;
}
@media only screen and (max-width: 991px) {
  .site-popup__close--publication svg {
    position: absolute;
    top: 22px;
    right: 22px;
    height: 22px;
    width: 28px;
  }
}

.publications-listing-popup .mfp-close,
.publication-popup .mfp-close {
  display: none;
}

.publications-listing-popup .site-popup__post-title {
  margin-bottom: 10px;
}
.publications-listing-popup .site-popup__post-excerpt {
  margin-bottom: 10px;
}
.publications-listing-popup .item-publication {
  margin-bottom: 30px;
}

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