/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
* font-family: 'NotoSans'
*/
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-Italic.ttf') format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../themes/pensoft-bioagora/assets/fonts/noto/NotoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
h1,
.h1 {
  font-size: 32px;
  line-height: 1.45em;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 1.45em;
}
h3,
.h3 {
  font-size: 18.72px;
  line-height: 1.45em;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 13.92px;
  line-height: 1.45em;
}
h6,
.h6 {
  font-size: 10.72px;
  line-height: 1.45em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title {
  margin-bottom: 20px;
  color: #535353;
}
h1.underline,
.h1.underline,
h2.underline,
.h2.underline,
h3.underline,
.h3.underline,
h4.underline,
.h4.underline,
h5.underline,
.h5.underline,
h6.underline,
.h6.underline,
.title.underline {
  display: inline-block;
  padding-bottom: 10px;
}
h1.underline.white,
.h1.underline.white,
h2.underline.white,
.h2.underline.white,
h3.underline.white,
.h3.underline.white,
h4.underline.white,
.h4.underline.white,
h5.underline.white,
.h5.underline.white,
h6.underline.white,
.h6.underline.white,
.title.underline.white {
  border-color: #ffffff;
}
h1.base_heading,
.h1.base_heading,
h2.base_heading,
.h2.base_heading,
h3.base_heading,
.h3.base_heading,
h4.base_heading,
.h4.base_heading,
h5.base_heading,
.h5.base_heading,
h6.base_heading,
.h6.base_heading,
.title.base_heading {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
h1.base_heading.inner-page,
.h1.base_heading.inner-page,
h2.base_heading.inner-page,
.h2.base_heading.inner-page,
h3.base_heading.inner-page,
.h3.base_heading.inner-page,
h4.base_heading.inner-page,
.h4.base_heading.inner-page,
h5.base_heading.inner-page,
.h5.base_heading.inner-page,
h6.base_heading.inner-page,
.h6.base_heading.inner-page,
.title.base_heading.inner-page {
  margin-bottom: 20px !important;
  text-transform: none;
}
del,
s {
  text-decoration: line-through;
}
ins,
u {
  text-decoration: underline;
}
small {
  font-size: 12.8px;
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  background-color: transparent;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p.lead {
  font-size: 20px;
  font-weight: 300;
}
img.text,
.img.text {
  height: 16px;
  width: auto;
}
img.fluid,
.img.fluid {
  max-width: 100%;
  width: 100%;
  width: 100% \9;
  height: auto;
}
img.thumbnail,
.img.thumbnail {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}
img.rounded,
.img.rounded {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
}
img.float-left,
.img.float-left {
  float: left;
}
img.float-right,
.img.float-right {
  float: left;
}
.container {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1100px;
    width: 1100px;
  }
}
.container.highlights-news {
  padding-bottom: 30px;
}
.container.jpi {
  padding-top: 0;
}
.container800 {
  max-width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container800 {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container800 {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container800 {
    max-width: 760px;
  }
}
@media screen and (min-width: 1200px) {
  .container800 {
    max-width: 800px;
    width: 1100px;
  }
}
.container-fluid {
  width: 100%;
  padding-left: 0 !important;
}
.fixed-top,
.fixed-bottom,
.fixed-right,
.fixed-left {
  position: fixed;
}
.fixed-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed-right {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-left {
  top: 0;
  bottom: 0;
  right: 0;
}
.border-box {
  box-sizing: border-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.static {
  position: static;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.link {
  display: flex;
  flex-direction: column;
}
.link .link-header {
  display: flex;
  align-items: flex-end;
}
.link .link-title {
  display: block;
  min-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f4f4f4;
  line-height: 1.4;
  color: #0027bd;
  text-align: center;
  box-sizing: border-box;
}
.link .link-image {
  display: flex;
}
.link .link-image img {
  max-width: 100px;
  max-height: 42px;
}
.link .link-title + .link-image {
  margin-left: 20px;
}
@media screen and (max-width: 575.98px) {
  .link .link-title {
    min-width: auto;
    width: 100%;
  }
  .link .link-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .link .link-title + .link-image {
    margin-top: 20px;
    margin-left: 0;
  }
}
.link .link-body {
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: left;
}
.link + .link {
  margin-top: 20px;
}
img {
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  img {
    width: auto;
  }
}
img.content {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 575.98px) {
  img.content {
    margin-right: 0;
  }
}
img.content.left {
  float: none;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  img {
    width: auto;
  }
  img.content {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  img.content.left {
    float: left;
    margin-top: 0;
    margin-left: 0;
  }
}
.ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  color: #0027bd !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0px solid #232323 !important;
  background: white !important;
  font-weight: normal !important;
  color: #ffffff !important;
}
@media screen and (max-width: 991.98px) {
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    border: 0px solid #232323 !important;
    background: white !important;
    font-weight: normal !important;
    color: #ffffff !important;
  }
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: none !important;
  font-weight: normal;
  color: unset !important;
}
.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  overflow: unset !important;
  height: unset !important;
}
.ui-accordion .ui-accordion-header {
  display: block !important;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  padding: 0 1rem 0 0!important;
  font-size: 100%;
  outline: none;
}
@media screen and (max-width: 991.98px) {
  .ui-accordion .ui-accordion-header {
    padding: 0 !important;
    text-align: left !important;
    width: 100%;
  }
}
.ui-accordion .ui-accordion-content {
  padding: 0 0 0 1rem!important;
  border-top: 0;
  overflow: unset !important;
}
@media screen and (max-width: 991.98px) {
  .ui-accordion .ui-accordion-content {
    padding: 0 !important;
    text-align: left !important;
  }
}
.ui-icon {
  display: none !important;
}
.ui-widget {
  font-size: 1em;
}
.ui-state-active {
  border: none !important;
  background: none !important;
  font-weight: normal !important;
  color: unset !important;
}
/*------------------------*/
.work_packages {
  padding: 0;
}
.work_packages .accordion-border {
  margin: 0;
  font-size: 1em;
  width: 95%;
  cursor: pointer;
  margin-bottom: 8px;
}
@media screen and (max-width: 991.98px) {
  .work_packages .accordion-border {
    width: 100%;
  }
}
.work_packages .accordion-toggle {
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  position: relative;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 22px;
  margin-bottom: 8px;
  cursor: pointer;
}
.work_packages .accordion-toggle .col-xs.start-xs {
  display: flex;
  align-items: center;
}
.work_packages .accordion-toggle .col-xs.start-xs h1 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 25px;
  font-weight: 600;
}
.work_packages .accordion-toggle:focus {
  outline: none;
}
.work_packages .accordion-content {
  padding: 20px;
  line-height: 1.5em !important;
  color: #343434;
  display: none;
}
.work_packages .accordion-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.work_packages .accordion-content h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.work_packages .accordion-content h1 span {
  font-weight: 300;
}
.work_packages .accordion-content .member-item {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .work_packages .accordion-content .member-item {
    flex-direction: column;
  }
}
.work_packages .accordion-content .member-item img {
  width: 103px;
  height: 103px;
  object-fit: cover;
  border-radius: 50%;
}
.work_packages .accordion-content .member-item h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 991.98px) {
  .work_packages .accordion-content .member-item h2 {
    text-align: center;
  }
}
.work_packages .accordion-content .member-item .col-md-6.col-xs-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .work_packages .accordion-content .member-item .col-md-6.col-xs-12 {
    flex-direction: column;
  }
}
.work_packages .accordion-content .member-item .avatar-container {
  width: fit-content;
  margin: 0 auto;
}
.work_packages .accordion-content .member-item .read-more-bio {
  margin-bottom: 0;
  color: #00bda7;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  position: relative;
  width: fit-content;
  opacity: 1;
  cursor: pointer;
}
.work_packages .accordion-content .member-item .read-more-bio:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 60%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url('../themes/pensoft-bioagora/assets/images/arrow-down.svg') no-repeat center center;
  background-size: 18px;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.work_packages .accordion-content .member-item .read-more-bio:hover:after {
  transform: rotate(180deg);
  margin-top: -5px;
  opacity: 0.6;
}
@media screen and (max-width: 991.98px) {
  .work_packages .accordion-content p {
    padding: 0 !important;
    text-align: left !important;
  }
}
.work_packages .plusminus {
  flex-basis: 10%;
  width: 29px;
  height: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 991.98px) {
  .work_packages .plusminus {
    position: relative;
  }
}
.work_packages .plusminus .plus,
.work_packages .plusminus .minus {
  width: 23px;
  height: 11px;
  text-align: right;
  vertical-align: middle;
  color: #0027bd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../themes/pensoft-bioagora/assets/images/arrow-wp.svg") center no-repeat;
  background-size: contain !important;
}
@media screen and (max-width: 991.98px) {
  .work_packages .plusminus .plus,
  .work_packages .plusminus .minus {
    position: absolute;
    right: 5px;
  }
}
.work_packages .plusminus .plus {
  background: url("../themes/pensoft-bioagora/assets/images/arrow-wp.svg") center no-repeat;
}
.work_packages .plusminus .minus {
  background: url("../themes/pensoft-bioagora/assets/images/arrow-wp.svg") center no-repeat;
  transform: rotate(180deg);
}
/**/
.funding-calls {
  padding: 0;
  border-bottom: 1px solid #ECECEC;
}
.funding-calls:last-of-type {
  border-bottom: none;
}
.funding-calls .accordion-border {
  margin: 0;
  font-size: 1em;
  cursor: pointer;
  width: 95%;
}
@media screen and (max-width: 991.98px) {
  .funding-calls .accordion-border {
    width: 100%;
  }
}
.funding-calls .accordion-toggle {
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  position: relative;
  padding: 11px 0;
  cursor: pointer;
}
.funding-calls .accordion-toggle .col-xs.start-xs {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.funding-calls .accordion-toggle .col-xs.start-xs h1 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 16px;
  font-weight: 600;
}
.funding-calls .accordion-toggle:focus {
  outline: none;
}
.funding-calls .accordion-content {
  line-height: 1.5em !important;
  color: #343434;
  display: none;
}
.funding-calls .accordion-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.funding-calls .accordion-content ul {
  padding-left: 20px;
}
.funding-calls .accordion-content .red {
  color: red;
}
@media screen and (max-width: 991.98px) {
  .funding-calls .accordion-content p {
    padding: 0 !important;
    text-align: left !important;
    color: #0027bd;
  }
}
.funding-calls .plusminus {
  flex-basis: 10%;
  width: 29px;
  height: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.funding-calls .plusminus .plus,
.funding-calls .plusminus .minus {
  text-align: center;
  vertical-align: middle;
  color: #00bda7;
  font-size: 23px;
  font-weight: 400;
}
.funding-calls .plusminus .plus::before {
  content: '\002B';
}
.funding-calls .plusminus .minus::before {
  content: '\2212';
}
/* FAQs */
.faqs .container {
  padding: 0;
}
.faqs_list {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 22px;
  margin-bottom: 8px;
}
.faqs_list .accordion-border {
  margin: 0;
  font-size: 1em;
  width: 95%;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .faqs_list .accordion-border {
    width: 100%;
  }
}
.faqs_list .accordion-toggle {
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}
.faqs_list .accordion-toggle .col-xs.start-xs {
  display: flex;
  align-items: center;
}
.faqs_list .accordion-toggle .col-xs.start-xs h1 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 25px;
  font-weight: 600;
}
.faqs_list .accordion-toggle:focus {
  outline: none;
}
.faqs_list .accordion-content {
  padding: 20px 10px 0 10px;
  line-height: 1.5em !important;
  color: #343434;
  display: none;
}
.faqs_list .accordion-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.faqs_list .accordion-content h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.faqs_list .accordion-content h1 span {
  font-weight: 300;
}
.faqs_list .accordion-content .member-item {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.faqs_list .accordion-content .member-item img {
  width: 103px;
  height: 103px;
  object-fit: cover;
  border-radius: 50%;
}
.faqs_list .accordion-content .member-item h2 {
  font-weight: bold;
  font-size: 18px;
}
.faqs_list .accordion-content .member-item .col-md-6.col-xs-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 20px;
}
.faqs_list .accordion-content .member-item .avatar-container {
  margin-right: 40px;
}
@media screen and (max-width: 991.98px) {
  .faqs_list .accordion-content p {
    padding: 0 !important;
    text-align: left !important;
    color: #0027bd;
  }
}
.faqs_list .plusminus {
  flex-basis: 10%;
  width: 29px;
  height: 29px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 991.98px) {
  .faqs_list .plusminus {
    position: relative;
  }
}
.faqs_list .plusminus .plus,
.faqs_list .plusminus .minus {
  width: 23px;
  height: 11px;
  text-align: right;
  vertical-align: middle;
  color: #0027bd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../themes/pensoft-bioagora/assets/images/arrow-wp.svg") center no-repeat;
  background-size: contain !important;
}
@media screen and (max-width: 991.98px) {
  .faqs_list .plusminus .plus,
  .faqs_list .plusminus .minus {
    position: absolute;
    right: 5px;
  }
}
.faqs_list .plusminus .plus {
  background: url("../themes/pensoft-bioagora/assets/images/arrow-wp.svg") center no-repeat;
}
.faqs_list .plusminus .minus {
  background: url("../themes/pensoft-bioagora/assets/images/arrow-wp.svg") center no-repeat;
  transform: rotate(180deg);
}
.financial-support-third-parties .faqs_list .accordion-toggle .col-xs.start-xs h1 {
  font-size: 15px;
  color: #343434;
}
.financial-support-third-parties .faqs_list .accordion-content {
  color: #434343;
  font-size: 15px;
  display: none;
}
.financial-support-third-parties .faqs_list .accordion-content p {
  margin-bottom: 12px;
}
.financial-support-third-parties .faqs_list .accordion-content span.winners {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 7.5px 10px;
  font-size: 16px;
  line-height: 1.45em;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-break: break-all;
}
@media screen and (max-width: 575.98px) {
  .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.btn.no-margin {
  margin: 0px !important;
}
.btn.search {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: unset !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 0;
  height: 32px;
}
@media screen and (max-width: 575.98px) {
  .btn.search {
    height: 45px;
    text-align: end;
    padding-right: 10px;
    margin-right: 10px;
    width: 20%;
  }
}
.btn.no-padding {
  padding: 0 !important;
}
.btn.small {
  line-height: 0.8;
}
.btn.large {
  line-height: 2.5;
}
.btn.huge {
  line-height: 3;
}
.btn.btn-bold {
  font-weight: 800;
}
.btn.fluid {
  margin-top: 20px;
}
.btn.disabled,
.btn:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
  color: #ffffff;
  background-color: #00bda7;
  border-color: #00bda7;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover,
.btn-primary.active {
  background-color: #0027bd;
  border-color: #0027bd;
}
.btn-secondary {
  color: #ffffff;
  background-color: #0027bd;
  border-color: #0027bd;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991.98px) {
  .btn-secondary {
    padding: 12px 12px;
  }
}
.btn-secondary:hover {
  background-color: #00bda7;
  border-color: #00bda7;
}
.btn-float {
  color: #00bda7;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.btn-float.mail_icon {
  background: #ffffff url("../themes/pensoft-bioagora/assets/images/email-icon.svg") center no-repeat;
  background-size: 15px;
  background-position: 25px 16px;
  padding-left: 45px;
}
.btn-float:hover {
  opacity: 0.7;
}
.btn-success {
  color: #ffffff;
  background-color: #020202;
  border-color: #020202;
}
.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-info {
  color: #ffffff;
  background-color: #0027bd;
  border-color: #0027bd;
}
.btn-light {
  color: #0027bd;
  background-color: #143244;
  border-color: #143244;
}
.btn-dark {
  color: #ffffff;
  background-color: #0027bd;
  border-color: #0027bd;
}
.btn-yellow {
  color: #ffffff;
  background-color: #0027bd;
  border-color: #0027bd;
}
.btn-yellow:hover {
  color: #0027bd;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-link {
  color: #00bda7;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
@media screen and (max-width: 575.98px) {
  .btn-group,
  .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .btn-group .btn + .btn,
  .btn-group-vertical .btn + .btn {
    margin-top: 20px;
  }
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
@media screen and (max-width: 575.98px) {
  .btn-group > .btn-group:not(:last-child) > .btn,
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
  }
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
@media screen and (max-width: 575.98px) {
  .btn-group > .btn-group:not(:first-child) > .btn,
  .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
  }
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff !important;
}
.navbar #google_translate_element {
  display: block;
  height: 40px;
  max-width: 160px;
  padding: 5px 50px;
  position: absolute;
  bottom: 20px !important;
  overflow: hidden;
  z-index: 9999;
  left: 100px;
  top: 5px;
}
@media screen and (max-width: 1199.98px) {
  .navbar #google_translate_element {
    display: none;
  }
}
.navbar #google_translate_element select.goog-te-combo {
  padding: 5px;
  height: auto;
  line-height: 20px;
  width: 100% !important;
  margin: 0 auto 50px auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 1px 3px 21px #00000017;
  -moz-box-shadow: 1px 3px 21px #00000017;
  -webkit-box-shadow: 1px 3px 17px #00000017;
  border-radius: 5px;
  color: #717171;
  font-size: 15px;
  border: none;
}
@media screen and (max-width: 1199.98px) {
  .navbar #google_translate_element select.goog-te-combo {
    min-width: 100px;
  }
}
@media screen and (max-width: 575.98px) {
  .navbar #google_translate_element select.goog-te-combo {
    min-width: 130px;
  }
}
.navbar.scrolled {
  height: 65px;
}
.navbar.scrolled #google_translate_element {
  padding: 0px 50px;
  bottom: 10px !important;
}
.navbar.scrolled .search-and-social-media,
.navbar.scrolled .navbar-collapse .navbar-nav {
  margin-top: 0;
}
.navbar .container {
  padding: 0;
}
.navbar .container .header_nav_container {
  display: flex;
  width: 100%;
  align-items: center;
}
.navbar a {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #0027bd;
}
.navbar.fixed {
  position: fixed;
  top: 45px;
  z-index: 2;
  background: none;
}
@media screen and (max-width: 991.98px) {
  .navbar.fixed {
    top: 105px;
  }
}
.navbar .navbar-brand {
  display: flex;
  flex-basis: 207px;
  height: 70px;
  width: 207px;
}
.navbar.scrolled .navbar-brand {
  display: flex;
  flex-basis: 187px;
  height: 50px;
  width: 187px;
  margin-top: -12px;
}
.navbar .navbar-nav {
  list-style-type: none;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav {
    visibility: hidden;
  }
}
.navbar .dropdown .dropdown-menu {
  background: #0027bd;
  animation: rotateX 500ms ease-in-out forwards;
  transform-origin: top center;
  opacity: 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.navbar .dropdown .dropdown-menu:nth-of-type(1) {
  animation-delay: 0ms;
}
.navbar .dropdown .dropdown-menu:nth-of-type(2) {
  animation-delay: 160ms;
}
.navbar .dropdown .dropdown-menu:nth-of-type(3) {
  animation-delay: 320ms;
}
.navbar .dropdown .dropdown-menu:nth-of-type(4) {
  animation-delay: 480ms;
}
.navbar .dropdown .dropdown-menu:nth-of-type(5) {
  animation-delay: 640ms;
}
.navbar .dropdown .dropdown-menu:nth-of-type(6) {
  animation-delay: 800ms;
}
.navbar .dropdown .dropdown-menu:nth-of-type(7) {
  animation-delay: 960ms;
}
.navbar .navbar-collapse {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  align-items: center;
  background-color: inherit;
}
.navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  max-width: fit-content;
  flex-grow: 1;
  justify-content: space-around;
  background-color: inherit;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  z-index: 1000;
  font-size: 16px;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-collapse .navbar-nav {
    display: none;
  }
}
.navbar .navbar-collapse .navbar-nav .active > a {
  opacity: 0.6;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  cursor: pointer;
  text-align: center;
  background-color: inherit;
}
.navbar .navbar-collapse .navbar-nav .nav-item > a {
  padding: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-transform: none;
  display: inline-block;
  position: relative;
  color: #0027bd;
}
.navbar .navbar-collapse .navbar-nav .nav-item > a:hover {
  color: #00bda7;
}
.navbar .navbar-collapse .navbar-nav .nav-item > a.p-search {
  color: #0027bd !important;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-collapse .navbar-nav .nav-item > a {
    color: white !important;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    display: none;
  }
}
.navbar .search-and-social-media {
  min-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  .navbar .search-and-social-media {
    display: none;
  }
}
.navbar .search-and-social-media .pr:not(.search-btn) {
  color: white;
  background: #0027bd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 5px 0 0;
}
.navbar .search-and-social-media .pr:not(.search-btn):hover {
  background: #00bda7;
  opacity: 1 !important;
}
.navbar .search-and-social-media ul {
  padding: 0 30px!important;
}
.navbar .search-and-social-media .search-btn:before {
  content: "\ea82";
}
@media screen and (min-width: 992px) {
  .navbar {
    flex-wrap: nowrap;
  }
  .navbar input[type='checkbox'] {
    display: none;
  }
  .navbar .navbar-toggler {
    display: none;
  }
  .navbar .navbar-collapse {
    display: flex !important;
    -ms-flex-preferred-size: 100%;
    flex-basis: auto !important;
    -ms-flex-positive: 1;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    padding-left: 0;
    margin-right: 20px;
  }
  .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: left;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    line-height: 1.6em;
    background: #0027bd;
    width: 220px;
    max-width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
    padding: 8px;
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #ffffff !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
    color: #00bda7 !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.full-width .search {
  position: absolute;
  top: 120px;
  width: 100vw;
  height: 86px;
  left: 0;
  right: 0;
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}
.full-width .search form {
  max-width: 70%;
  margin: 0px auto 0 auto;
}
@media screen and (max-width: 991.98px) {
  .full-width .search form {
    max-width: 100%;
    margin: 0px 0px 0 0;
  }
}
.full-width .search .text-grey-search-btn {
  background: #ffffff;
  color: #35393E;
  position: relative;
  top: unset;
  width: auto;
  height: 43px;
  left: 0;
  right: 0;
  z-index: 11;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: unset !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}
.full-width .search.content-wrapper,
.full-width .search#layout-content {
  top: 0px !important;
}
@media screen and (max-width: 1199.98px) {
  .full-width .search {
    background: none;
    position: absolute;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    left: 0;
    right: 0;
    z-index: 1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }
}
.full-width .close-search {
  width: 29px;
  height: 29px;
  position: fixed;
  top: 35px;
  right: 47px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
}
.full-width .navbar.scrolled .search {
  top: 65px;
}
.search-btn {
  cursor: pointer;
}
#menuToggle {
  display: none;
}
@media (max-width: 1000px) {
  /* menu toggle effect mobile */
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 32px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    margin-top: -5px;
    margin-left: -5px;
  }
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #0027bd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
    order: 3;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    background: #ffffff;
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    background: #ffffff;
  }
  #menu,
  #menu * {
    visibility: hidden;
  }
  #menu {
    visibility: visible;
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: -40px 0 0 -93vw;
    padding: 17px 0 0 0;
    background-color: #0027bd;
    color: #ffffff !important;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    font-weight: 500;
    text-align: center;
    overflow-y: scroll;
  }
  #menu li {
    transition-delay: 2s;
    text-align: center;
    width: 100%;
  }
  #menu li a {
    float: left;
    width: 100%;
    display: block !important;
  }
  #menu li:not(.social) a {
    color: #ffffff;
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
  }
  #menu .search_field {
    width: 52px;
    margin: 0 auto;
    background-size: contain;
  }
  #menu .language_field {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #menu .language_field .language-switcher {
    width: 30%;
    margin: 20px auto 0  auto;
  }
  #menu .language_field .language-switcher a {
    color: white;
    padding: 7px 1px;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
  }
  #menu .language_field .language-switcher a.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    color: #005957;
  }
  #menu .dropdown-menu li a {
    padding: 2px 0;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
  }
  #menu li.sign-in a {
    color: #0027bd !important;
  }
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  .hidden-xs {
    display: none;
  }
  #menuToggle .dropdown-menu {
    list-style-type: none !important;
    margin-top: 10px;
    background: none;
    box-shadow: none;
  }
  #menuToggle .dropdown-menu li {
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  #menuToggle .dropdown-menu li a {
    color: #efefef;
  }
  #menuToggle .dropdown span {
    display: none;
  }
  .nav-item.social {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  .nav-item.search_field a {
    margin: 0;
    background: url('../themes/pensoft-bioagora/assets/images/search_white.svg') center no-repeat;
    background-size: contain;
    width: 33px !important;
    height: 33px;
    display: inline-flex;
  }
}
@media (max-width: 1000px) and screen and (max-width: 991.98px) {
  #menu li {
    padding: 18px  0 0 0;
  }
}
@media (max-width: 800px) {
  #menu {
    margin: -46px 0 0 -87vw;
  }
}
@media (max-width: 300px) {
  #menu {
    margin: -40px 0 0 -81vw;
  }
}
@media (max-width: 900px) {
  #google_translate_element {
    display: none !important;
  }
}
.numbers {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.numbers .num_item {
  font-size: 30px;
  line-height: 34px;
  color: #0027bd;
  text-align: center;
  padding-top: 110px;
}
@media screen and (max-width: 991.98px) {
  .numbers .num_item {
    margin-bottom: 50px;
    padding-top: 80px;
    background-size: 70px !important;
  }
}
.numbers .num_item:nth-of-type(1) {
  background: url("../themes/pensoft-bioagora/assets/images/numbers1.png") top center no-repeat;
  background-size: 90px;
}
.numbers .num_item:nth-of-type(2) {
  background: url("../themes/pensoft-bioagora/assets/images/numbers2.png") top center no-repeat;
  background-size: 90px;
}
.numbers .num_item:nth-of-type(3) {
  background: url("../themes/pensoft-bioagora/assets/images/numbers3.png") top center no-repeat;
  background-size: 90px;
}
.numbers .num_item:nth-of-type(4) {
  background: url("../themes/pensoft-bioagora/assets/images/numbers4.png") top center no-repeat;
  background-size: 90px;
}
.numbers .num_item:nth-of-type(5) {
  background: url("../themes/pensoft-bioagora/assets/images/numbers5.png") top center no-repeat;
  background-size: 90px;
}
.science_service_container {
  background: url("../themes/pensoft-bioagora/assets/images/page-bg1.png") top right no-repeat;
  background-size: cover;
}
.science_service_container .science_service img {
  width: 356px;
  height: 356px;
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
}
.homepage_info {
  display: flex;
}
.homepage_info .network,
.homepage_info .subscribe {
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.homepage_info .network {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/stakeholders.png") top center no-repeat;
  background-size: 100px;
  background-position-y: 50px;
  padding: 150px 40px 40px 40px;
}
.homepage_info .subscribe {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/newsletter.png") top center no-repeat;
  background-size: 90px;
  background-position-y: 50px;
  padding: 150px 40px 40px 40px;
}
.about-content-wrap {
  background-image: url("../themes/pensoft-bioagora/assets/images/palle-knudsen-pn32OsMWfHQ-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}
.about-content-wrap .layer {
  background-color: rgba(0, 0, 0, 0.37);
}
.about-content-wrap .layer h2 {
  color: white;
}
.biodiversity-knowledge-agora-middle {
  background-image: url("../themes/pensoft-bioagora/assets/images/ECSA-Simona-Cerrato-1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}
.biodiversity-knowledge-agora-middle .layer {
  background-color: rgba(0, 0, 0, 0.37);
  height: 40px;
}
.biodiversity-knowledge-agora-middle .layer h2 {
  color: white;
}
.science-service-content-wrap {
  background-image: url("../themes/pensoft-bioagora/assets/images/science-page-bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}
.science-service-content-wrap .layer {
  background-color: rgba(0, 0, 0, 0.37);
}
.science-service-content-wrap .layer h2,
.science-service-content-wrap .layer h3 {
  color: white;
  font-size: 24px !important;
}
.wrap-2 {
  background-image: url("../themes/pensoft-bioagora/assets/images/2024-02_Nature-Restoration-Law_banner.jpg");
}
.wrap-3 {
  background-image: url("../themes/pensoft-bioagora/assets/images/Design-sans-titre-3.png");
}
.objectives h2 {
  margin: 40px 20px 50px 20px;
  text-align: center;
}
.objectives .col-md-4.col-xs-12 {
  padding: 0;
  margin-bottom: 20px;
}
.objectives .col-md-4.col-xs-12 .objective_item {
  padding: 140px 20px 20px 20px;
  text-align: center;
  width: 83%;
  height: 50%;
}
.objectives .col-md-4.col-xs-12:nth-of-type(1) .objective_item {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective1.png") top center no-repeat;
  background-position-y: 30px;
  background-size: 80px;
}
.objectives .col-md-4.col-xs-12:nth-of-type(2) .objective_item {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective2.png") top center no-repeat;
  background-position-y: 30px;
  background-size: 80px;
}
.objectives .col-md-4.col-xs-12:nth-of-type(3) .objective_item {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective3.png") top center no-repeat;
  background-position-y: 30px;
  background-size: 80px;
}
.objectives .col-md-4.col-xs-12:nth-of-type(4) .objective_item {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective4.png") top center no-repeat;
  background-position-y: 30px;
  background-size: 80px;
}
.objectives .col-md-4.col-xs-12:nth-of-type(5) .objective_item {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective5.png") top center no-repeat;
  background-position-y: 30px;
  background-size: 80px;
}
.objectives .col-md-4.col-xs-12:nth-of-type(6) .objective_item {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective6.png") top center no-repeat;
  background-position-y: 30px;
  background-size: 80px;
}
.science-service {
  background: url("../themes/pensoft-bioagora/assets/images/bannerimage.png") center no-repeat;
  background-size: cover;
  color: #ffffff;
}
.science-service .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.science-service .container h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: white;
  font-weight: 400;
}
.page-bg {
  background: url("../themes/pensoft-bioagora/assets/images/page-bg2.png") bottom right no-repeat;
}
.join-bka h2 {
  color: #0027bd;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.join-bka ul {
  list-style: none;
  position: relative;
}
.join-bka ul:before {
  content: " ";
  position: absolute;
  top: 60px;
  width: 1px;
  height: 80%;
  border-left: 1px dashed black;
}
.join-bka ul li {
  position: relative;
  padding: 10px 20px;
  margin-left: 8px;
}
.join-bka ul li:after {
  content: " ";
  position: absolute;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  width: 7px;
  height: 7px;
  top: calc(46.5%);
  left: -12.5px;
  transform: rotate(45deg);
}
.join-bka ul li:before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(42.5%);
  left: -20px;
  background: #0027bd;
  border-radius: 50%;
}
.join-bka2 h2 {
  color: #0027bd;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.join-bka2 .homepage_info .network {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/objective6.png") top center no-repeat;
  background-size: 100px;
  background-position-y: 50px;
}
.join-bka2 .homepage_info h3 {
  font-size: 30px;
  font-weight: 300;
  height: 90px;
  display: flex;
  align-items: center;
  margin: 20px auto;
}
@media screen and (max-width: 991.98px) {
  .join-bka2 .homepage_info h3 {
    height: auto;
  }
}
.explore-b h2 {
  color: #0027bd;
  font-size: 30px;
  margin-bottom: 40px;
}
.explore-b .homepage_info .subscribe {
  background: #f4f4f4 url("../themes/pensoft-bioagora/assets/images/megaphone.png") top center no-repeat;
  background-size: 100px;
  background-position-y: 50px;
}
.explore-b .homepage_info .inner {
  display: flex;
  align-items: center;
  height: 150px;
  margin: 20px auto;
}
@media screen and (max-width: 991.98px) {
  .explore-b .homepage_info .inner {
    height: auto;
  }
}
.explore-b .homepage_info h3 {
  font-size: 29px;
  font-weight: 300;
}
.open-science .principles {
  list-style-type: none;
}
.open-science .principles li {
  padding-left: 120px;
  padding-bottom: 20px;
}
.open-science .principles li:nth-of-type(1) {
  background: url("../themes/pensoft-bioagora/assets/images/principle1.png") top left no-repeat;
  background-size: 80px;
}
.open-science .principles li:nth-of-type(2) {
  background: url("../themes/pensoft-bioagora/assets/images/principle2.png") top left no-repeat;
  background-size: 80px;
}
.open-science .principles li:nth-of-type(3) {
  background: url("../themes/pensoft-bioagora/assets/images/principle3.png") top left no-repeat;
  background-size: 80px;
}
.open-science .principles li:nth-of-type(4) {
  background: url("../themes/pensoft-bioagora/assets/images/principle4.png") top left no-repeat;
  background-size: 80px;
}
.open-science .principles li:nth-of-type(5) {
  background: url("../themes/pensoft-bioagora/assets/images/principle5.png") top left no-repeat;
  background-size: 80px;
}
.useful-links img {
  width: 235px;
  height: 126px;
  object-fit: contain;
}
.useful-links h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perss_room_info {
  background: #f4f4f4;
  padding: 40px 80px;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .perss_room_info {
    padding: 20px;
  }
}
.perss_room_info h3,
.perss_room_info h2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 300;
}
.contact_info_felds {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 80px;
}
.contact_info_felds .red {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: .125em;
}
.contact_profiles .container {
  width: auto;
}
.contact_profiles .container .center-xs {
  padding: 40px 0;
}
.contact_profiles .contact_info {
  background: #f4f4f4;
  padding: 26px 30px;
  margin-bottom: 16px;
  min-height: 225px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
}
.contact_profiles .contact_info .profile-position {
  font-size: 15px;
  font-weight: 300;
  color: #606060;
}
.contact_profiles img {
  width: 114px;
  height: 114px;
  object-fit: cover;
  border-radius: 50%;
}
.contact_profiles h2 {
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.contact_profiles h2 span {
  color: #00bda7;
}
.contact_profiles .contact_us_field {
  font-size: 20px;
  font-weight: 600;
}
.contact_profiles .contact_us_field p {
  font-weight: 600;
}
.contact_profiles .contact_us_field a {
  color: #707070;
}
.contact_form_container {
  margin-left: 40px;
}
@media screen and (max-width: 991.98px) {
  .contact_form_container {
    margin-left: 0;
  }
}
.financial-support-third-parties h1.display-1 {
  font-size: 21px;
  color: #343434;
  font-weight: bold;
}
.financial-support-third-parties .col-md-4 {
  padding-left: 0;
}
.financial-support-third-parties .open-funding-calls .image_container {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls .image_container {
    padding: 0;
  }
}
.financial-support-third-parties .open-funding-calls .image_container img {
  position: absolute;
  height: -webkit-fill-available;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls .image_container img {
    height: auto;
  }
}
.financial-support-third-parties .open-funding-calls .image_container .apply_info {
  position: absolute;
  bottom: 11px;
  color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls .image_container .apply_info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
  }
}
.financial-support-third-parties .open-funding-calls .image_container .apply_info h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  color: white;
}
.financial-support-third-parties .open-funding-calls .image_container .apply_info a {
  color: white;
}
.financial-support-third-parties .open-funding-calls .image_container .apply_info a.btn-float.mail_icon {
  background: url(../themes/pensoft-bioagora/assets/images/email-icon-white.svg) center no-repeat;
  background-size: 15px;
  background-position: 25px 5px;
  padding: 0 0 0 45px;
  border: none;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls .image_container .apply_info .col-md-8.col-xs-12 {
    padding: 0 !important;
    text-align: center;
    margin-top: 20px;
  }
}
.financial-support-third-parties .open-funding-calls-content {
  background: #F4F4F4;
  border-radius: 5px;
  position: relative;
  padding: 18px;
  height: 219px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls-content {
    height: 136px;
    margin-bottom: 20px;
  }
}
.financial-support-third-parties .open-funding-calls-content a.btn-funding {
  position: absolute;
  width: 100%;
  height: 45px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: white;
  background: #00bda7 url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-position: right 20px center;
  transition: all 0.3s ease-in-out;
}
.financial-support-third-parties .open-funding-calls-content a.btn-funding:hover {
  background: #0027be url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-position: right 15px center;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls-content a.btn-funding {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .open-funding-calls-content .col-md-8.col-xs-12 {
    padding: 0 !important;
  }
}
.financial-support-third-parties .modal-body {
  padding: 0;
  color: #343434;
}
.financial-support-third-parties .modal-body h2 {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #343434;
}
.financial-support-third-parties .modal-body .close {
  color: #0027BE;
  font-weight: 100;
  font-size: 29px;
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .container {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .financial-support-third-parties .fl-heading-text {
    margin-bottom: 20px;
  }
}
.about_ken h1 {
  text-align: left;
  font-weight: 600;
  font-size: 25px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #343434;
}
.ken_list {
  padding: 0;
}
.ken_list h2 {
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #343434;
}
.ken_list .ken_item {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 30px;
}
.ken_list .ken_item .info_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 10px;
}
.ken_list .ken_item .info_container .icon_container {
  background: #ECECEC;
  border-radius: 15px;
  padding: 15px;
  width: 91px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ken_list .ken_item .info_container .icon_container img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.ken_list .ken_item .info_container .title_container {
  font-size: 19px;
  font-weight: bold;
  margin-left: 15px;
}
.ken_list .ken_item .info_container .arrow_container {
  background: url("../themes/pensoft-bioagora/assets/images/arrow_events.svg") center no-repeat;
  height: 16px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.ken_list .ken_item .info_container .arrow_container:hover {
  opacity: 0.5;
}
.ken_list .ken_item .url_container {
  padding: 0;
}
.ken_list .ken_item .url_container .btn-primary {
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
}
.ken_detailed_info_container .about_info h1 {
  font-size: 21px;
  font-weight: bold;
  color: #343434;
}
.ken_detailed_info_container .about_info img {
  width: 100%;
  max-width: 100%;
  height: 253px;
  border-radius: 5px;
  object-fit: cover;
}
.ken_detailed_info_container .about_info p {
  max-width: 100%;
  text-align: left;
}
.ken_detailed_info_container .about_info .col-md-6 {
  padding: 0 20px;
}
.ken_detailed_info_container .knowledge_requests_table h1 {
  font-size: 21px;
  font-weight: bold;
  color: #343434;
}
.ken_detailed_info_container .knowledge_requests_table .row + .row {
  margin-top: 0;
}
.ken_detailed_info_container .knowledge_requests_table .row {
  font-size: 13px;
  line-height: 21px;
  padding: 8px 19px;
  background: #F4F4F4;
  border-top: 1px solid #E2E2E2;
  color: #343434;
  font-weight: 500;
}
.ken_detailed_info_container .knowledge_requests_table .row:nth-of-type(1) {
  color: #8E8E8E;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none;
  font-weight: normal;
  font-weight: bold;
}
.ken_detailed_info_container .knowledge_requests_table .row:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ken_detailed_info_container .knowledge_requests_table .row .type {
  color: #FFA200;
}
.ken_detailed_info_container .knowledge_requests_table .row .type .urgent {
  color: #FFA200;
}
.ken_detailed_info_container .knowledge_requests_table .row .type .in-depth {
  color: #C47D01;
}
.ken_detailed_info_container .knowledge_requests_table .row .status span {
  background: #D2E6CD;
  border: 1px solid #78A359;
  border-radius: 5px;
  color: #78A359;
  padding: 4px 7px;
}
.knowledge-exchange-networks h1.display-1 {
  font-size: 21px;
  color: #343434;
  font-weight: bold;
}
.knowledge-exchange-networks .file_item {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 15px;
}
.knowledge-exchange-networks .file_item a {
  background: url("../themes/pensoft-bioagora/assets/images/download-icon-green.svg") left center no-repeat;
  background-size: 14px;
  padding-left: 20px;
}
.knowledge-exchange-networks .file_item a:hover {
  opacity: 0.5;
}
.knowledge-exchange-networks .file_item i {
  background: url("../themes/pensoft-bioagora/assets/images/files_file.svg") left center no-repeat;
  background-size: 36px;
  padding-left: 45px;
}
.knowledge-exchange-networks .file_item i.files_doc {
  background: url("../themes/pensoft-bioagora/assets/images/files_doc.svg") left center no-repeat;
  background-size: 36px;
}
.knowledge-exchange-networks .file_item i.files_pdf {
  background: url("../themes/pensoft-bioagora/assets/images/files_pdf.svg") left center no-repeat;
  background-size: 36px;
}
.knowledge-exchange-networks .file_item + .file_item {
  margin-top: 5px;
}
.card_title {
  font-size: 22px;
  font-weight: 600;
  color: #0027bd;
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.card-container {
  min-width: fit-content;
  display: block;
  justify-content: center;
  margin: 25px auto 100px auto;
  text-align: center;
}
@media screen and (max-width: 1370.98px) {
  .card-container {
    padding: 0px;
  }
}
.card-columns {
  flex-flow: column wrap !important;
}
.card-columns .card {
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-flex;
    width: 100%;
  }
}
.card-columns-three .card {
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .card-columns-three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns-three .card {
    display: inline-flex;
    width: 100%;
  }
}
.cards {
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.cards .card {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 575.98px) {
  .cards .card {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .cards {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .card + .card {
    margin-top: 20px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../themes/pensoft-bioagora/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa');
  src: url('../themes/pensoft-bioagora/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa#iefix') format('embedded-opentype'), url('../themes/pensoft-bioagora/assets/fonts/icons/icomoon/icomoon.ttf?ilrlqa') format('truetype'), url('../themes/pensoft-bioagora/assets/fonts/icons/icomoon/icomoon.woff?ilrlqa') format('woff'), url('../themes/pensoft-bioagora/assets/fonts/icons/icomoon/icomoon.svg?ilrlqa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'x-icon';
  src: url('../themes/pensoft-bioagora/assets/fonts/icons/x-icon/icomoon.eot?o4q3va');
  src: url('../themes/pensoft-bioagora/assets/fonts/icons/x-icon/icomoon.eot?o4q3va#iefix') format('embedded-opentype'), url('../themes/pensoft-bioagora/assets/fonts/icons/x-icon/icomoon.ttf?o4q3va') format('truetype'), url('../themes/pensoft-bioagora/assets/fonts/icons/x-icon/icomoon.woff?o4q3va') format('woff'), url('../themes/pensoft-bioagora/assets/fonts/icons/x-icon/icomoon.svg?o4q3va#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.p,
.pb,
.pd,
.pl,
.pr,
.ps {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 16px;
  line-height: 1.45em;
}
.p.small,
.pb.small,
.pd.small,
.pl.small,
.pr.small,
.ps.small,
.p.large,
.pb.large,
.pd.large,
.pl.large,
.pr.large,
.ps.large,
.p.huge,
.pb.huge,
.pd.huge,
.pl.huge,
.pr.huge,
.ps.huge {
  line-height: 1.45em;
  vertical-align: middle;
}
.p.small,
.pb.small,
.pd.small,
.pl.small,
.pr.small,
.ps.small {
  font-size: 17.6px;
}
.p.small.p-twitter,
.pb.small.p-twitter,
.pd.small.p-twitter,
.pl.small.p-twitter,
.pr.small.p-twitter,
.ps.small.p-twitter {
  font-size: 16px;
}
.p.small.p-bluesky,
.pb.small.p-bluesky,
.pd.small.p-bluesky,
.pl.small.p-bluesky,
.pr.small.p-bluesky,
.ps.small.p-bluesky {
  font-size: 16px;
}
.p.small.p-threads,
.pb.small.p-threads,
.pd.small.p-threads,
.pl.small.p-threads,
.pr.small.p-threads,
.ps.small.p-threads {
  font-size: 16px;
}
.p.normal,
.pb.normal,
.pd.normal,
.pl.normal,
.pr.normal,
.ps.normal {
  font-size: 20.8px;
}
.p.normal.p-twitter,
.pb.normal.p-twitter,
.pd.normal.p-twitter,
.pl.normal.p-twitter,
.pr.normal.p-twitter,
.ps.normal.p-twitter {
  font-size: 16px;
}
.p.normal.p-bluesky,
.pb.normal.p-bluesky,
.pd.normal.p-bluesky,
.pl.normal.p-bluesky,
.pr.normal.p-bluesky,
.ps.normal.p-bluesky {
  font-size: 14.4px;
}
.p.normal.p-threads,
.pb.normal.p-threads,
.pd.normal.p-threads,
.pl.normal.p-threads,
.pr.normal.p-threads,
.ps.normal.p-threads {
  font-size: 14.4px;
}
.p.big,
.pb.big,
.pd.big,
.pl.big,
.pr.big,
.ps.big {
  font-size: 28.8px;
}
.p.middle,
.pb.middle,
.pd.middle,
.pl.middle,
.pr.middle,
.ps.middle {
  font-size: 36.8px;
}
.p.medium,
.pb.medium,
.pd.medium,
.pl.medium,
.pr.medium,
.ps.medium {
  font-size: 43.2px;
}
.p.large,
.pb.large,
.pd.large,
.pl.large,
.pr.large,
.ps.large {
  font-size: 56px;
}
.p.huge,
.pb.huge,
.pd.huge,
.pl.huge,
.pr.huge,
.ps.huge {
  font-size: 80px;
}
.p.p-primary,
.pb.p-primary,
.pd.p-primary,
.pl.p-primary,
.pr.p-primary,
.ps.p-primary {
  color: #ffffff !important;
  background-color: #00bda7 !important;
  width: 45px;
  height: 45px;
  line-height: 33px;
  align-items: center;
  border: none;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  display: inline-block;
}
.p.p-primary.subscribe_home,
.pb.p-primary.subscribe_home,
.pd.p-primary.subscribe_home,
.pl.p-primary.subscribe_home,
.pr.p-primary.subscribe_home,
.ps.p-primary.subscribe_home {
  border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  width: fit-content;
  padding: 10px 50px 0 50px!important;
  font-weight: bold;
}
@media screen and (max-width: 575.98px) {
  .p.p-primary.subscribe_home,
  .pb.p-primary.subscribe_home,
  .pd.p-primary.subscribe_home,
  .pl.p-primary.subscribe_home,
  .pr.p-primary.subscribe_home,
  .ps.p-primary.subscribe_home {
    font-size: 16px;
  }
}
.p.p-primary:hover,
.pb.p-primary:hover,
.pd.p-primary:hover,
.pl.p-primary:hover,
.pr.p-primary:hover,
.ps.p-primary:hover {
  box-shadow: none;
}
.p.p-secondary,
.pb.p-secondary,
.pd.p-secondary,
.pl.p-secondary,
.pr.p-secondary,
.ps.p-secondary {
  line-height: 1em !important;
}
.p.p-secondary:hover,
.pb.p-secondary:hover,
.pd.p-secondary:hover,
.pl.p-secondary:hover,
.pr.p-secondary:hover,
.ps.p-secondary:hover {
  opacity: 0.7 !important;
}
.p.p-success,
.pb.p-success,
.pd.p-success,
.pl.p-success,
.pr.p-success,
.ps.p-success {
  color: #020202;
}
.p.p-danger,
.pb.p-danger,
.pd.p-danger,
.pl.p-danger,
.pr.p-danger,
.ps.p-danger {
  color: #dc3545;
}
.p.p-warning,
.pb.p-warning,
.pd.p-warning,
.pl.p-warning,
.pr.p-warning,
.ps.p-warning {
  color: #ffc107;
}
.p.p-info,
.pb.p-info,
.pd.p-info,
.pl.p-info,
.pr.p-info,
.ps.p-info {
  color: #0027bd;
}
.p.p-light,
.pb.p-light,
.pd.p-light,
.pl.p-light,
.pr.p-light,
.ps.p-light {
  color: #143244;
}
.p.p-dark,
.pb.p-dark,
.pd.p-dark,
.pl.p-dark,
.pr.p-dark,
.ps.p-dark {
  color: #0027bd;
}
.p.p-link,
.pb.p-link,
.pd.p-link,
.pl.p-link,
.pr.p-link,
.ps.p-link {
  color: #ffffff;
}
.ps {
  font-family: "icomoon";
  font-weight: 900;
}
.pr {
  font-family: "icomoon";
  font-weight: 400;
}
.pl {
  font-family: "icomoon";
  font-weight: 300;
}
.pd {
  font-family: "icomoon";
  font-weight: 900;
}
.pb {
  font-family: "icomoon";
  font-weight: 400;
}
.icons {
  display: flex;
  font-family: "icomoon";
  font-weight: 400;
}
.icons .p + .p,
.icons .pb + .pb,
.icons .pd + .pd,
.icons .pl + .pl,
.icons .pr + .pr,
.icons .ps + .ps {
  margin-left: 5px;
}
.icons.icons-vertical {
  flex-direction: column;
}
.icons.icons-vertical .p + .p,
.icons.icons-vertical .pb + .pb,
.icons.icons-vertical .pd + .pd,
.icons.icons-vertical .pl + .pl,
.icons.icons-vertical .pr + .pr,
.icons.icons-vertical .ps + .ps {
  margin-left: 0;
  margin-top: 20px;
}
.p-researchgate:before {
  content: "\e900";
}
.p-location:before {
  content: "\e90c";
}
.p-time:before {
  content: "\e901";
}
.p-gearwheel:before {
  content: "\e902";
}
.p-country-ch:before {
  content: "\e903";
}
.p-country-de:before {
  content: "\e904";
}
.p-country-fr:before {
  content: "\e905";
}
.p-country-pl:before {
  content: "\e900";
}
.p-search:before {
  content: "\ea82";
}
.p-facebook:before {
  content: "\eaeb";
}
.p-instagram:before {
  content: "\eaec";
}
.p-linkedin:before {
  content: "\eaed";
}
.p-mail:before {
  content: "\e900";
}
.p-website:before {
  content: "\e903";
}
.p-organisation:before {
  content: "\e911";
}
.p-phone:before {
  content: "\e906";
}
.p-mendeley:before {
  content: "\eaef";
}
.p-reddit:before {
  content: "\eaf0";
}
.p-RSS:before {
  content: "\eaf1";
}
.p-twitter:before {
  font-family: 'x-icon';
  content: "\e902";
}
.p-bluesky:before {
  font-family: 'x-icon';
  content: "\e900";
}
.p-threads:before {
  font-family: 'x-icon';
  content: "\e904";
}
.p-youtube:before {
  content: "\eaf3";
}
.p-subscribe:before {
  content: "\e901";
}
.p-mail:before {
  content: "\e900";
}
.p-key:before {
  content: "\eaf4";
}
.p-minus:before {
  content: "\eaf5";
}
.p-person:before {
  content: "\eaf6";
}
.p-plus:before {
  content: "\eaf7";
}
.p-hamburger:before {
  content: "\eaf8";
}
.p-share1:before {
  content: "\eaf9";
}
.p-back:before {
  content: "\eafb";
}
.p-colapse:before {
  content: "\eafc";
}
.p-remove:before {
  content: "\eafd";
}
.p-trash:before {
  content: "\eafe";
}
.p-download:before {
  background: url("../themes/pensoft-bioagora/assets/images/downlaod icon.svg") center no-repeat;
  content: ' ';
  width: 1em;
  height: 1em;
  display: flex;
}
.p-drag:before {
  content: "\eb00";
}
.p-expand:before {
  content: "\eb01";
}
.p-forward:before {
  content: "\eb02";
}
.p-add:before {
  content: "\eb03";
}
.input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  color: #0027bd;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 0 solid #bbbbbb;
}
.form-control:focus {
  outline: none;
}
.form-control.search_input {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  color: #0027bd;
  padding: 0px 10px;
  height: 43px;
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 575.98px) {
  .form-control.search_input {
    background: #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.form-control.search_input::placeholder {
  color: #ffffff;
  opacity: 0.9;
  /* Firefox */
}
.form-control.documents_search {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-bottom: 2px solid #bbbbbb;
  color: #000000;
}
.ui.form {
  /* Hide the default checkbox */
  /* Create the mark/indicator (hidden when not checked) */
  /* Show the mark when checked */
  /* Style the mark/indicator */
}
.ui.form .field {
  margin-top: 1rem;
}
.ui.form .field {
  display: flex;
  flex-direction: column;
}
.ui.form .field.inline {
  flex-direction: row;
  width: auto;
}
.ui.form .field.inline input,
.ui.form .field.inline textarea {
  width: auto;
}
.ui.form .field > label {
  display: block;
  margin: 0 0 .3rem 0;
  font-weight: 300;
}
.ui.form .field > input,
.ui.form .field textarea,
.ui.form .field select {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  padding: .555rem 1rem;
  line-height: 1.45em;
  height: 47px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.ui.form .field > input:focus,
.ui.form .field textarea:focus,
.ui.form .field select:focus {
  outline: none;
}
.ui.form .field > textarea {
  height: 192px;
}
.ui.form .field,
.ui.form .group-holder label {
  position: relative;
}
.ui.form .field:hover input ~ .mark {
  background-color: #00bda7;
  opacity: 0.3;
}
.ui.form input:checked ~ .mark {
  background-color: #00bda7 !important;
  background-image: none;
}
.ui.form .mark:after {
  content: "";
  position: absolute;
  display: none;
}
.ui.form input:checked ~ .mark:after {
  display: block;
}
.ui.form .mark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.ui.form .align-items-baseline {
  position: relative;
}
#path-2132 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2132 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8162 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8162 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7068 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7068 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5340 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5340 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4126 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4126 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2237 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2237 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7124 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7124 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9285 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9285 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9035 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9035 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5290 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5290 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2050 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2050 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5533 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5533 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7489 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7489 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2925 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2925 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7276 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7276 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6275 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6275 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5109 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5109 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9684 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9684 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7804 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7804 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-553 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-553 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1538 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1538 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5466 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5466 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2317 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2317 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4887 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4887 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2466 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2466 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9368 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9368 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4058 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4058 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2415 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2415 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5406 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5406 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7200 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7200 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7280 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7280 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9775 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9775 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-469 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-469 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1365 {
  fill: #c3e1e6;
  stroke: #c3e1e6;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1365 {
  fill: #c3e1e6;
  stroke: #c3e1e6;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8312 {
  fill: #c0e0e4;
  stroke: #c0e0e4;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8312 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5087 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5087 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7131 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7131 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6321 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6321 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9897 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9897 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-645 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-645 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-549 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-549 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9427 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9427 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2125 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2125 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-721 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-721 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1471 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1471 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8939 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8939 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5215 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5215 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9106 {
  fill: #3b9fa7;
  stroke: #3b9fa7;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9106 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3845 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3845 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2297 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2297 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6876 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6876 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3040 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3040 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8743 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8743 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8933 {
  fill: #3e95a5;
  stroke: #3e95a5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8933 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6197 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6197 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2871 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2871 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4105 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4105 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9232 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9232 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4947 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4947 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8372 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8372 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5726 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5726 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5871 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5871 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7698 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7698 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6478 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6478 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8527 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8527 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4326 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4326 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7501 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7501 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2499 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2499 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5904 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5904 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2578 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2578 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2861 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2861 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7434 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7434 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7923 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7923 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-463 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-463 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3563 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3563 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9185 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9185 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4948 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4948 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3440 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3440 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2563 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2563 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3598 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3598 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-80 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-80 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3145 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3145 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3647 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3647 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8627 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8627 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3505 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3505 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9094 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9094 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8508 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8508 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7051 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7051 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4023 {
  fill: #bbbbbb;
  stroke: #bbbbbb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4023 {
  fill: #bbbbbb;
  stroke: #bbbbbb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1723 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1723 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6666 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6666 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8890 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8890 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7424 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7424 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7088 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7088 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7519 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7519 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8232 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8232 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1417 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1417 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4575 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4575 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-71 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-71 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3861 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3861 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-770 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-770 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2779 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2779 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9876 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9876 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1375 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1375 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6742 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6742 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4540 {
  fill: #2b798a;
  stroke: #2b798a;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4540 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8495 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8495 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-711 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-711 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1022 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1022 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1768 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1768 {
  fill: #cdcbcb;
  stroke: #cdcbcb;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7551 {
  fill: #3b9fa7;
  stroke: #3b9fa7;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7551 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2298 {
  fill: #2b798a;
  stroke: #2b798a;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2298 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6183 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6183 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7160 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7160 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7509 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7509 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3237 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3237 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1688 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1688 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1715 {
  fill: #0258cf;
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1715 {
  fill: #00357d;
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7841 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7841 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5769 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5769 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3634 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3634 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4512 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4512 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6864 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6864 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7633 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7633 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1625 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1625 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5722 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5722 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7381 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7381 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1292 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1292 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1882 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1882 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-4832 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-4832 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1828 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1828 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-2352 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-2352 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8538 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8538 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1667 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1667 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-8299 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-8299 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3361 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3361 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6323 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6323 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7106 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7106 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7846 {
  fill: #3e95a5;
  stroke: #3e95a5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7846 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7077 {
  fill: #3e95a5;
  stroke: #3e95a5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7077 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-6518 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-6518 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-1728 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-1728 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3093 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3093 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3974 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3974 {
  fill: #83c1cd;
  stroke: #83c1cd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-5403 {
  fill: #6bb7c5;
  stroke: #6bb7c5;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-5403 {
  fill: #0027bd;
  stroke: #0027bd;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-7805 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-7805 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-9202 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-9202 {
  fill: #b9b9b9;
  stroke: #b9b9b9;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
#path-3120 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
.imp-shape-highlighted#path-3120 {
  fill: #848484;
  stroke: #848484;
  stroke-width: 1px;
  stroke-dasharray: 0;
  stroke-linecap: round;
  opacity: 1;
}
/**
	SVG map
*/
.fill_blue:hover path {
  cursor: pointer;
  fill: #0027bd !important;
  stroke: #0027bd !important;
}
.tooltiptext {
  display: none;
  background-color: #0027bd;
  color: #FFF;
  text-align: center;
  position: fixed;
  z-index: 1;
  padding: 15px 20px;
  border-radius: 12px;
}
.tooltiptext.active {
  display: initial;
}
.active_path {
  animation: blinker 1s linear infinite;
}
.navbar-loggedin-user {
  background: #00bda7;
  position: fixed;
  z-index: 999;
  height: 58px;
  width: 100%;
  padding-top: 19px;
}
.navbar-loggedin-user ul {
  list-style-type: none;
}
@media screen and (max-width: 991.98px) {
  .navbar-loggedin-user ul {
    padding: 0;
  }
}
.navbar-loggedin-user ul li {
  display: inline;
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .navbar-loggedin-user ul li {
    padding: 0 8px;
  }
}
.navbar-loggedin-user ul li a {
  color: #ffffff;
  max-width: 150px;
  padding: 10px;
}
@media screen and (max-width: 991.98px) {
  .navbar-loggedin-user ul li a {
    padding: 0;
    font-size: 16px;
  }
}
.navbar-loggedin-user ul li a:hover {
  opacity: 0.6;
}
.nav-item.sign-in a {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-item.sign-in a:hover {
  color: #00bda7;
}
@media screen and (max-width: 991.98px) {
  .nav-item.sign-in a {
    padding: 0;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 991.98px) {
  #headerNavbarLogin {
    display: none;
  }
}
.profile_name span {
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .profile_name span {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  #headerNavbar {
    display: flex;
  }
}
nav:not(.navbar) {
  width: 100%;
}
nav:not(.navbar) ul {
  list-style-type: none;
}
nav:not(.navbar) ul li {
  display: inline;
}
.news-title .card-title {
  color: #333333;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
}
.news-title .card-title * {
  color: #333333;
}
@media screen and (max-width: 575.98px) {
  .news-title .card-title {
    font-size: 20px;
  }
}
.news-title .single-new-title {
  line-height: 1.3em;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .news-title .single-new-title {
    font-size: 33px !important;
    margin-top: 40px;
  }
}
.news-container {
  cursor: pointer;
}
.single-news-item .news-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.single-news-item .news-header h1,
.single-news-item .news-header span,
.single-news-item .news-header a {
  color: #ffffff !important;
}
.single-news-item .news-header a:hover {
  border-bottom: 1px solid #ffffff;
}
.single-news-item .news-header h1 {
  font-size: 50px !important;
}
@media screen and (max-width: 991.98px) {
  .single-news-item .news-header h1 {
    font-size: 32px !important;
  }
}
.single-news-item .news-header .intro-section {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50%;
  color: #ffffff !important;
}
@media screen and (max-width: 991.98px) {
  .single-news-item .news-header .intro-section {
    width: 100%;
  }
}
.single-news-item .news-header .img-container {
  width: 100%;
  height: 512px;
  padding-top: 120px;
}
.single-news-item .news-header .img-container img {
  width: 100%;
  min-height: 512px;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.single-news-item .news-header .img-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.single-news-item .news-separator {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e8e8e8;
  max-width: 100%;
  margin: 5px 0;
}
.single-news-item .text-published {
  font-weight: normal;
}
@media screen and (max-width: 575.98px) {
  .single-news-item .text-published {
    text-align: center;
  }
}
.single-news-item .prev-next-nav a {
  color: #0027bd;
}
.single-news-item .prev-next-nav a:hover {
  color: #00d084;
  border-bottom: 1px solid #00d084;
}
.single-news-item a:hover {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 575.98px) {
  .single-news-item .news-title {
    margin-left: 0px;
  }
}
.single-news-item img {
  max-width: 100% !important;
  object-fit: contain;
}
.single-news-item h1 {
  text-transform: none;
}
.news-container .row {
  display: none;
}
.info {
  color: #0027bd;
  font-size: 17px;
}
.info a {
  color: #0027bd;
}
.home .highlights-news {
  padding: 0;
}
.home .highlights-news .base_heading {
  display: none;
}
.home .newslist .col-xs-12 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  .home .newslist .col-xs-12 {
    display: unset;
  }
}
.home .newslist .col-xs-12 .edit-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .newslist .col-xs-12 .news-item {
  padding: 0px;
}
.home .newslist .col-xs-12 .news-item .news_column {
  background: #ffffff;
  display: block;
}
.home .newslist .col-xs-12 .news-item .news_column img {
  width: 100% !important;
}
.home .newslist .col-xs-12 .news-item .news_column .news-image {
  padding: 0;
}
.home .newslist .col-xs-12 .news-item .news_column .text-published {
  order: 2;
  color: #606060;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.home .newslist .col-xs-12 .news-item .news_column .news-container {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media screen and (max-width: 575.98px) {
  .home .newslist .col-xs-12 .news-item .news_column .news-container {
    height: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .home .newslist .col-xs-12 .news-item .news_column {
    margin-bottom: 30px !important;
  }
}
.home .newslist .col-xs-12 .news-item .news_column:hover {
  background: #00bda7;
}
@media screen and (max-width: 991.98px) {
  .home .newslist .col-xs-12 .news-item {
    display: flex;
  }
}
@media screen and (max-width: 575.98px) {
  .home .newslist .col-xs-12 .news-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-top: 30px !important;
    margin-right: 0px;
  }
}
.home .newslist .col-xs-12 .news-item:nth-of-type(3n) {
  margin-right: 0;
}
.home .news-item {
  display: flex !important;
  flex-basis: 32% !important;
  max-width: 32% !important;
}
.home .news-item .news_column {
  width: 100%;
}
.home .news-item .news_column img {
  object-fit: cover;
  object-position: center;
}
.home .newslist {
  margin-top: 50px;
}
@media screen and (max-width: 575.98px) {
  .home .newslist {
    margin-top: 10px;
  }
}
.news .category-tabs a,
.newsletters .category-tabs a {
  color: #00bda7;
  padding: 13px 20px;
  background-color: #E7F5F3;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news .category-tabs a:hover,
.newsletters .category-tabs a:hover,
.news .category-tabs a.active,
.newsletters .category-tabs a.active {
  background-color: #00bda7;
  color: white;
}
@media screen and (max-width: 991.98px) {
  .news .category-tabs a,
  .newsletters .category-tabs a {
    margin-right: 2px;
  }
}
.news .news-item,
.newsletters .news-item {
  margin-bottom: 20px;
}
.news .news_column,
.newsletters .news_column {
  background: #F4F4F4;
  display: block;
}
.news .news_column img,
.newsletters .news_column img {
  width: 100% !important;
}
.news .news_column .news-image,
.newsletters .news_column .news-image {
  padding: 0;
}
.news .news_column .text-published,
.newsletters .news_column .text-published {
  order: 2;
  color: #606060;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.news .news_column .news-container,
.newsletters .news_column .news-container {
  min-height: 251px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 575.98px) {
  .news .news_column .news-container,
  .newsletters .news_column .news-container {
    height: auto;
  }
}
.news .news_column:hover,
.newsletters .news_column:hover {
  background: #00bda7;
}
.news .news_column:hover .text-published,
.newsletters .news_column:hover .text-published,
.news .news_column:hover a,
.newsletters .news_column:hover a {
  color: #ffffff;
}
@media screen and (max-width: 575.98px) {
  .news .news_column,
  .newsletters .news_column {
    margin-bottom: 30px !important;
  }
}
.publications img {
  width: 326px;
  height: 326px;
  object-fit: cover;
}
.publications .container .col-md-8.col-xs-12 a {
  color: #333333;
  border-bottom: 1px solid white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.publications .container .col-md-8.col-xs-12 a:hover {
  border-bottom: 1px solid #00bda7;
}
.capacity-building-materials img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.capacity-building-materials .container .col-md-8.col-xs-12 a {
  color: #333333;
  border-bottom: 1px solid white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.capacity-building-materials .container .col-md-8.col-xs-12 a:hover {
  border-bottom: 1px solid #00bda7;
}
.fc-toolbar {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .fc-toolbar {
    flex-direction: row;
  }
}
.fc-button-primary:disabled {
  visibility: hidden;
}
@media screen and (max-width: 991.98px) {
  .fc-button-primary:disabled {
    display: none;
  }
}
.fc-button-group > .fc-button,
.fc-button-group > .fc-button:not(:first-child),
.fc-button-group > .fc-button:not(:last-child) {
  background: #00bda7 !important;
  color: #ffffff !important;
  border: 1px solid #00bda7;
  border-radius: 5px;
}
.fc-button-group > .fc-button:hover,
.fc-button-group > .fc-button:not(:first-child):hover,
.fc-button-primary:not(:disabled).fc-button-active {
  background: #0027bd !important;
  color: #ffffff !important;
  border: 1px solid #0027bd !important;
}
@media screen and (max-width: 991.98px) {
  .fc-button-group > .fc-button {
    margin: 50px 3px;
  }
}
.fc-toolbar.fc-header-toolbar {
  display: flex;
}
.fc-left {
  order: 2;
  position: absolute;
  margin-left: 320px;
}
@media screen and (max-width: 991.98px) {
  .fc-left {
    position: unset;
    margin-left: 0px;
  }
}
.fc-center {
  order: 1;
}
.fc-center h2 {
  text-transform: none;
}
.fc-right {
  order: 3;
}
@media screen and (max-width: 991.98px) {
  .fc-button {
    margin: 20px 5px 10px 5px!important;
  }
}
.fc-left .fc-button {
  padding: 6px;
  margin: 0 10px;
}
.fc-right .fc-button {
  padding: 5px 6px;
  margin: 0 10px;
  width: 80px;
}
.fc-right .fc-button:nth-of-type(3) {
  margin: 0 0 0 10px;
}
.fc-event {
  background: #0027bd !important;
  border-color: #0027bd !important;
  padding: 6px 10px!important;
  border-radius: 12px !important;
}
.fc-view-container {
  background: #ffffff;
  padding: 0px;
}
.fc-day-grid-event .fc-time {
  display: none;
}
.event-date {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #00bda7;
  color: #ffffff !important;
  width: 220px;
  height: 48px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-place {
  color: #0027bd;
  font-weight: 500;
}
.events {
  position: relative;
}
.events .tabs a {
  color: #00bda7;
  padding: 8px 20px;
  background-color: #E7F5F3;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 0.9em;
}
.events .tabs a:hover,
.events .tabs a.active {
  background-color: #00bda7;
  color: white;
}
@media screen and (max-width: 991.98px) {
  .events .tabs a {
    margin-right: 2px;
  }
}
.events_container {
  position: relative;
}
.events .subtabs_events .ui-tabs-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #0027bd;
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
  position: absolute;
  top: -80px;
  right: 0;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  .events .subtabs_events .ui-tabs-nav {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
}
.events .subtabs_events .ui-tabs-nav li a {
  width: fit-content;
  cursor: pointer;
  color: #000000;
  padding-left: 40px;
  float: left;
}
@media screen and (max-width: 991.98px) {
  .events .subtabs_events .ui-tabs-nav li a {
    margin-left: 0px;
  }
}
.events .subtabs_events .ui-tabs-nav li:first-of-type a {
  background: #ffffff url("../themes/pensoft-bioagora/assets/images/list-view-icon.svg") center no-repeat;
  background-size: 22px;
  padding: 5px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.events .subtabs_events .ui-tabs-nav li:first-of-type.ui-state-active a {
  background: #00bda7 url("../themes/pensoft-bioagora/assets/images/list-view-icon-white.svg") center no-repeat;
  background-size: 22px;
}
.events .subtabs_events .ui-tabs-nav li:first-of-type.ui-state-active a.hover {
  opacity: 0.7;
}
.events .subtabs_events .ui-tabs-nav li:first-of-type.ui-state-active.hover {
  opacity: 0.7;
}
.events .subtabs_events .ui-tabs-nav li:last-of-type a {
  background: #ffffff url("../themes/pensoft-bioagora/assets/images/calendar-view-icon.svg") center no-repeat;
  background-size: 22px;
  padding: 5px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.events .subtabs_events .ui-tabs-nav li:last-of-type.ui-state-active a {
  background: #00bda7 url("../themes/pensoft-bioagora/assets/images/calendar-view-icon-white.svg") center no-repeat;
  background-size: 22px;
}
.events .subtabs_events .ui-tabs-nav li:last-of-type.ui-state-active a.hover {
  opacity: 0.7;
}
.events .subtabs_events .ui-tabs-nav li:last-of-type.hover {
  opacity: 0.7;
}
.events .tabs + div.row {
  width: 100%;
}
.events .newslist .col-xs-12:first-child {
  display: unset !important;
}
.events .news-title {
  margin-left: 0;
}
.events .content {
  margin-left: 0;
}
.events img {
  width: unset;
  margin: 0;
}
.events .single-news-item .event-date {
  color: #0027bd;
  margin: 0px 0 0px 0px;
}
.fc-listYear-button.fc-button.fc-button-primary {
  display: none;
}
.fc-button-primary {
  background: #0027bd !important;
  border-radius: 12px !important;
}
.fc-button-primary:hover {
  cursor: pointer;
  background: #0027bd !important;
}
.events_list_container {
  width: 100%;
}
.events_list_container h1 {
  color: #0027bd;
}
.events_list_container .entry_item {
  color: #0027bd;
  font-size: 20px;
  font-weight: normal;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 9px 30px 9px 9px;
}
.events_list_container .entry_item .date_container {
  background: url("../themes/pensoft-bioagora/assets/images/date-image.png") center no-repeat;
  background-size: cover;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 68px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  width: 150px !important;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item .date_container {
    border-radius: 5px;
    min-height: 112px;
    margin-bottom: 20px;
  }
}
.events_list_container .entry_item:last-of-type {
  border-bottom: none;
}
.events_list_container .entry_item span {
  line-height: 26px;
  width: 100%;
  display: block;
}
.events_list_container .entry_item h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: left !important;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item h3 {
    text-align: center !important;
  }
}
.events_list_container .entry_item .col-md-8.col-xs-12 {
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #343434;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item .col-md-8.col-xs-12 {
    margin-bottom: 20px;
  }
}
.events_list_container .entry_item img {
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  width: 174px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item img {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.events_list_container .entry_item .read_more {
  font-size: 16px;
  padding-right: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .events_list_container .entry_item {
    width: 90%;
    margin: 30px auto;
    padding: 9px 9px 9px 9px;
  }
}
.upcoming_events_container .events_container {
  display: flex;
  justify-content: space-between;
  margin-top: 77px;
}
.upcoming_events_container .entry_item {
  color: #0027bd;
  font-size: 20px;
  font-weight: normal;
  padding: 25px;
  border-radius: 5px;
  background: #f4f4f4;
}
.upcoming_events_container .entry_item .date_container {
  background: #00bda7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 241px;
  max-width: 90%;
  margin-top: -50px;
  height: 72px;
  border-radius: 5px;
  margin: -50px auto 25px auto;
  font-size: 18px;
  flex-direction: column;
}
.upcoming_events_container .entry_item .date_month {
  text-transform: uppercase;
}
.upcoming_events_container .entry_item .btn {
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 991.98px) {
  .upcoming_events_container .entry_item {
    margin-bottom: 70px;
  }
}
.upcoming_events_container .entry_item h3 {
  text-align: center !important;
}
@media screen and (max-width: 991.98px) {
  .upcoming_events_container .entry_item h3 {
    text-align: center !important;
  }
}
.delete-icon {
  color: #9D6A6A;
  background: url('../themes/pensoft-bioagora/assets/images/library_icons_delete.svg') left no-repeat;
  background-size: 8px;
  padding-left: 14px;
}
.upload-icon {
  background: url('../themes/pensoft-bioagora/assets/images/library_icons_upload.svg') left no-repeat;
  background-size: 8px;
  padding-left: 14px;
}
.download-icon {
  background: url(../themes/pensoft-bioagora/assets/images/download-icon.svg) bottom left no-repeat;
  background-size: 14px;
  padding-left: 20px;
  color: #3daae9;
  font-size: 15px;
}
.close {
  width: 30px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 28px;
  z-index: 10;
  border: none;
  background: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1600;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
a.modal-link {
  color: #34a6e9;
  font-size: 16px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 13px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  border-radius: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 21.42857143px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-transform: none;
}
.modal-body {
  position: relative;
  padding: 20px 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dissemination-report-forms .accordion-border {
  padding: 25px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 160px auto 30px auto;
  }
  .modal-content {
    -moz-box-shadow: inset 0 4px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 4px 13px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 4px 13px rgba(0, 0, 0, 0.3);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-content {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border: none;
  background: #f9f9f9;
}
.modal-content.popup-shaking {
  -webkit-animation: popup-shake 0.82s cubic-bezier(0.36, 0.07000000000000001, 0.19, 0.97) both;
  animation: popup-shake 0.82s cubic-bezier(0.36, 0.07000000000000001, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.modal-header {
  background: transparent;
  color: #2a3e51;
  padding: 20px 20px;
  border: none;
}
.modal-header h4 {
  font-weight: normal;
  font-size: 18px;
}
.modal-footer {
  background: transparent;
  border: none;
  margin-top: 0;
  padding: 0 20px 20px 20px;
}
.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-body > p:last-child {
  margin-bottom: 20px;
}
.modal-body.modal-no-header {
  padding-top: 20px;
}
.modal-body.modal-no-footer {
  padding-bottom: 20px;
}
.modal-dialog.size-adaptive {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
.modal-dialog.adaptive-height {
  height: 100%;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-dialog.adaptive-height .modal-content {
  height: 100%;
}
@media (min-width: 768px) {
  .modal-dialog.size-tiny {
    width: 300px;
  }
  .modal-dialog.size-small {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.size-large {
    width: 750px;
  }
  .modal-dialog.size-huge {
    width: 900px;
  }
  .modal-dialog.size-giant {
    width: 982px;
  }
}
@media (max-width: 768px) {
  .modal-dialog.size-adaptive {
    width: auto;
    padding: 5px 0;
    margin: 0;
  }
}
.control-popup.fade .modal-dialog {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s, width 0s;
  transition: all 0.3s, width 0s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.control-popup.fade.in .modal-dialog {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 490;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup-backdrop .popup-loading-indicator {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all 0.3s, width 0s;
  transition: all 0.3s, width 0s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}
.popup-backdrop .popup-loading-indicator:after {
  content: ' ';
  display: block;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../themes/pensoft-bioagora/assets/modules/system/assets/ui/images/loader-transparent.svg');
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  width: 50px;
  height: 50px;
  margin: 25px 0 0 25px;
}
.popup-backdrop.loading .popup-loading-indicator {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* users */
.userPic img {
  border-radius: 50%;
}
.userBox {
  background: #f4f4f4;
  padding: 25px;
  border-radius: 12px;
}
.username {
  font-size: 1.3em;
}
.arrow-left {
  background: url('../themes/pensoft-bioagora/assets/images/back.svg') left no-repeat;
  background-size: 18px;
  background-position: 8px 9px;
  width: 10px;
  height: 10px;
  display: inline;
  padding: 6px 18px;
  content: unset;
}
.back {
  color: #495a63;
}
a:hover .arrow-left {
  background: #ededed url('../themes/pensoft-bioagora/assets/images/back.svg') left no-repeat;
  border-radius: 50%;
  background-size: 18px;
  background-position: 8px 9px;
}
.circled_plus {
  background: url('../themes/pensoft-bioagora/assets/images/upload.svg') top left no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 3px;
}
.all_images_container {
  height: 140px;
  width: 100%;
  overflow: hidden;
}
.all_images_container.changeHeight {
  height: auto;
}
.all_images_container .documents_images_list {
  float: left;
  margin: 5px;
  width: 150px;
  height: 120px;
}
.all_images_container .documents_images_list:hover {
  cursor: move;
}
.ui-state-highlight {
  height: 3em;
  line-height: 2em;
  background: #f5f5f5;
}
.drag-handle {
  width: 13px;
  height: 100%;
  float: left;
  margin-right: 10px;
  background: url('../themes/pensoft-bioagora/assets/images/drag.svg') no-repeat;
  background-size: cover;
  background-position-x: -6px;
}
@media screen and (max-width: 575.98px) {
  .drag-handle {
    margin-right: 5px;
  }
}
.drag-handle:hover {
  cursor: move;
}
.folder_icon {
  border: none;
  padding: 0;
  background: url('../themes/pensoft-bioagora/assets/images/folder.svg') left no-repeat;
  background-size: 33px;
  padding-left: 42px;
}
.card.internal {
  flex-basis: 20%;
  max-width: 20%;
}
@media screen and (max-width: 575.98px) {
  .card.internal {
    max-width: 95vw;
    margin: 20px auto;
  }
}
.card.internal .card-header {
  text-align: center;
  color: #00bda7 !important;
  font-weight: bold;
  font-size: 16px;
}
.card.internal .card-header a {
  color: #00bda7 !important;
  font-weight: bold;
  font-size: 16px;
}
.card.internal .card-header a:hover {
  opacity: 0.7;
}
.folder-background {
  display: flex;
  background-size: 100px !important;
  height: 88px !important;
}
@media screen and (max-width: 575.98px) {
  .folder-background {
    width: 150px !important;
    height: 150px !important;
    background-size: 90% !important;
  }
}
.internal-documents .text-grey-search-btn,
.documents-search .text-grey-search-btn {
  color: #0027bd;
}
.internal-documents h4,
.documents-search h4 {
  text-transform: none;
  font-family: "Clear Sans";
}
.internal-documents .accordion-toggle,
.documents-search .accordion-toggle {
  border-radius: 50px;
  border: 1px solid #00bda7;
  padding: 20px !important;
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
  background: #f4f4f4;
  color: #0027bd;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  font-family: "Clear Sans";
}
.internal-documents .plusminus,
.documents-search .plusminus {
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
}
.internal-documents .plus,
.documents-search .plus {
  background: url(../themes/pensoft-bioagora/assets/images/expand.svg) left no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 4px;
  left: 1px;
}
.internal-documents .minus,
.documents-search .minus {
  background: url(../themes/pensoft-bioagora/assets/images/colapse.svg) left no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 4px;
  left: 1px;
}
.internal-documents .accordion-toggle.subfolder_photos,
.documents-search .accordion-toggle.subfolder_photos,
.internal-documents .accordion-toggle.subfolder_files,
.documents-search .accordion-toggle.subfolder_files {
  background: url('../themes/pensoft-bioagora/assets/images/folder.svg') left no-repeat;
  background-size: 33px;
  padding-left: 42px !important;
  border-radius: unset !important;
  border: none;
  border-radius: 5px;
  padding: 0 0 0 42px !important;
  margin: 0 0 20px 0!important;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.internal-documents .row.middle-xs.between-xs .search,
.documents-search .row.middle-xs.between-xs .search {
  background: #ffffff;
  position: relative;
  top: unset;
  width: auto;
  height: 42px;
  /* max-width: 1600px; */
  left: 0;
  right: 0;
  z-index: 11;
}
.internal-documents .row.middle-xs.between-xs .search.form-control,
.documents-search .row.middle-xs.between-xs .search.form-control {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 18px;
  color: #122642;
  background-color: #ffffff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1px solid #bbbbbb !important;
  border-right: 0 !important;
  padding: 5px 10px;
}
.internal-documents .row.middle-xs.between-xs .search .text-grey,
.documents-search .row.middle-xs.between-xs .search .text-grey {
  color: #495a62;
  line-height: 42px;
}
.internal-documents .search-btn,
.documents-search .search-btn {
  margin-right: 20px;
  cursor: pointer;
}
.group-head h3,
.mailing .col-xs-12.col-sm-8 h1 {
  text-align: left;
  margin-bottom: 0;
}
.contact-container {
  display: flex;
  justify-content: center;
}
.profile-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.profile-item .contact_info {
  box-shadow: 0px 0px 22px #C9C9C966;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 17px 0 0 0;
  width: 95%;
  position: relative;
}
.profile-item .contact_info .pensoft_logo {
  position: absolute;
  content: ' ';
  background: url("../themes/pensoft-bioagora/assets/images/pensoft-logo-black.svg") no-repeat;
  width: 96px;
  height: 20px;
  top: 17px;
  right: 20px;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .pensoft_logo {
    position: relative;
    content: '';
    top: unset;
    right: 6px;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.profile-item .contact_info .email_container {
  background: #00bda7;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4px 0;
}
.profile-item .contact_info .email_container .contact_mail {
  text-align: center;
  font-size: 18px;
}
.profile-item .contact_info .email_container .contact_mail a {
  display: flex;
  align-items: center;
  color: #ffffff !important;
}
.profile-item .contact_info .email_container .contact_mail a:hover {
  opacity: 0.5;
}
.profile-item .contact_info .email_container .contact_mail a i {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-item .contact_info .email_container .contact_mail a i:before {
  content: '' !important;
  position: absolute;
  display: inline-block;
  background: url("../themes/pensoft-bioagora/assets/images/email-svgrepo-com (2).svg") center center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .coordinator_image {
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
  }
}
.profile-item .contact_info .coordinator_image img {
  border-radius: 4px;
  object-fit: cover;
  width: 137px;
  height: 137px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.profile-item .contact_info .coordinator_info {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.profile-item .contact_info .coordinator_info h3 {
  font-size: 20px !important;
  display: flex;
  justify-content: start;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .coordinator_info h3 {
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
  }
}
.profile-item .contact_info .coordinator_info .profile-position {
  color: #858585;
  font-size: 18px;
  font-weight: 200;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .coordinator_info .profile-position {
    text-align: center;
    margin-bottom: 20px;
  }
}
.profile-item .contact_info .coordinator_info .profile-affiliation {
  color: #858585;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 33px;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info .coordinator_info .profile-affiliation {
    margin-top: 33px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.profile-item .contact_info .coordinator_info h3 {
  font-size: 20px;
  color: #535353;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .profile-item .contact_info {
    width: 100%;
  }
}
.promotional-materials img {
  width: auto;
}
.promotional-materials h3 {
  font-size: 24px;
  font-weight: 300;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.promotional-materials-content .flyer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.promotional-materials-content .flyer-container img {
  width: 609px;
  height: 409px;
  object-fit: cover;
  max-width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}
.promotional-materials-content .flyer-container .name_label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 23px;
  transition: all 0.3s ease-in-out;
}
.promotional-materials-content .flyer-container .btn.btn-secondary {
  display: none;
  transition: all 0.3s ease-in-out;
}
.promotional-materials-content .flyer-container:hover .name_label {
  display: none;
}
.promotional-materials-content .flyer-container:hover .btn.btn-secondary {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00bda7 url("../themes/pensoft-bioagora/assets/images/download-icon.svg") no-repeat;
  background-position: left 20px center;
  background-size: 12px;
  padding-left: 40px;
  border: 1px solid #00bda7;
}
.flip-card {
  width: 90%;
  height: 500px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .flip-card {
    margin-left: auto;
    margin-right: auto;
  }
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flip-card-front .flip-card-content,
.flip-card-back .flip-card-content {
  padding: 20px;
}
.flip-card-front .flip-card-content img,
.flip-card-back .flip-card-content img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.flip-card-front .flip-card-content h4,
.flip-card-back .flip-card-content h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}
.flip-card-front .flip-card-content a,
.flip-card-back .flip-card-content a {
  color: #0027bd;
}
.flip-card-front .flip-card-content a:hover,
.flip-card-back .flip-card-content a:hover {
  color: #00bda7;
  text-decoration: underline;
}
.flip-card-front {
  background-color: white;
}
.flip-card-back {
  background-color: white;
  transform: rotateY(180deg);
}
.flip-card-back .flip-card-content {
  font-size: 13px;
}
.mailing .container .row.ui.form .row:nth-of-type(3) .group-head {
  background: url(../storage/app/media/CMS_icons_groups.svg) left no-repeat;
  background-size: 30px;
  padding-left: 40px;
  margin-left: 10px;
}
.mailing .container .row.ui.form .row:nth-of-type(3) .row:nth-of-type(2) span {
  margin-left: 30px;
}
@media screen and (max-width: 1370.98px) {
  .mailing .container .row.ui.form .row:nth-of-type(3) .row:nth-of-type(2) span {
    font-size: 13px;
  }
}
.mailing .container .row.ui.form .row:nth-of-type(4) .row:nth-of-type(2) span {
  margin-left: 30px;
}
.mailing .container .row.ui.form .row:nth-of-type(4) .group-head {
  background: url(../storage/app/media/CMS_icons_individuals.svg) left no-repeat;
  background-size: 30px;
  padding-left: 40px;
  margin-left: 10px;
}
#userAvatar img {
  width: auto;
}
.science-service-biodiversity .timeline {
  position: relative;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Central vertical line */
}
.science-service-biodiversity .timeline .timeline-container h2 {
  font-size: 30px !important;
  line-height: 1.4 !important;
  letter-spacing: 0px !important;
}
.science-service-biodiversity .timeline .timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.science-service-biodiversity .timeline .timeline-item.left {
  justify-content: flex-start;
}
.science-service-biodiversity .timeline .timeline-item.left .timeline-content {
  margin-right: 20px;
}
.science-service-biodiversity .timeline .timeline-item.right {
  justify-content: flex-end;
}
.science-service-biodiversity .timeline .timeline-item.right .timeline-content {
  margin-left: 20px;
}
.science-service-biodiversity .timeline .timeline-dot {
  position: absolute;
  left: 50%;
  /* Centering the dot */
  transform: translateX(-50%);
  /* Adjusting for exact center */
  width: 56px;
  height: 56px;
  background-color: #0027bd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  z-index: 1;
  border: 2px solid #ffffff;
}
.science-service-biodiversity .timeline .timeline-arrow-left {
  display: inline-block;
  transform: rotate(180deg);
}
.science-service-biodiversity .timeline .timeline-content {
  width: 40%;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  /* Required for positioning the triangle */
  /* Triangle arrows for left content boxes */
  /* Triangle arrows for right content boxes */
}
.science-service-biodiversity .timeline .timeline-content.left:before {
  content: '';
  position: absolute;
  right: -10px;
  /* Place it outside the box */
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f3f3f3;
  /* Match the background color */
}
.science-service-biodiversity .timeline .timeline-content.right:before {
  content: '';
  position: absolute;
  left: -10px;
  /* Place it outside the box */
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f3f3f3;
  /* Match the background color */
}
.science-service-biodiversity .timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #0027bd;
  z-index: 0;
}
.science-service-biodiversity .timeline:after {
  border: 5px solid;
  border-radius: 100%;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  width: 3px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #0027bd;
  color: #0027bd;
}
.science-service-biodiversity .eu-funded-community .col-md-6 {
  margin-bottom: 80px;
  text-align: center;
}
.science-service-biodiversity .eu-funded-community .col-md-6 p {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.science-service-biodiversity .eu-funded-community .img-container {
  display: flex;
  justify-content: center;
}
.science-service-biodiversity .eu-funded-community .img-container img {
  width: 150px !important;
  height: 150px !important;
  margin-bottom: 24px;
}
.science-service-biodiversity .services {
  width: calc(100% - 40px);
  padding: 40px 20px;
}
.science-service-biodiversity .services h3 {
  font-size: 24px;
  font-weight: 300;
  color: #00bda7;
  margin-bottom: 20px;
  text-align: center;
}
.science-service-biodiversity .services .service {
  margin-bottom: 60px;
  display: flex;
}
.science-service-biodiversity .services .service.left {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.science-service-biodiversity .services .service.right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.science-service-biodiversity .services .service .service-content {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 60%;
  max-width: 700px;
}
@media screen and (max-width: 991.98px) {
  .science-service-biodiversity .services .service .service-content {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.science-service-biodiversity .services .service .service-content ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}
.science-service-biodiversity .services .service .service-content ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}
.science-service-biodiversity .services .service .service-content ul li .arrow {
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #00bda7;
}
.demonstration-cases .intro-text {
  font-size: 30px !important;
  line-height: 1.4 !important;
  letter-spacing: 0px !important;
}
.demonstration-cases .demo-cases-jumbotron-1 a {
  color: #0027bd !important;
}
.demonstration-cases .demo-cases-jumbotron-1 a:hover {
  opacity: 0.65;
}
.demonstration-cases .cases .cases-h {
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 60px;
}
.demonstration-cases .cases .cases-sub-h {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.demonstration-cases .cases .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.demonstration-cases .cases .img-container img {
  width: 100px;
  height: 100px;
}
.demonstration-cases .cases .case {
  margin-bottom: 80px;
}
.eu-biodiversity-platform .science-service-content-wrap {
  background-image: url("../themes/pensoft-bioagora/assets/images/palle-knudsen-pn32OsMWfHQ-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  max-height: 41px;
}
.eu-biodiversity-platform .layer {
  background-color: transparent;
}
.eu-biodiversity-platform .sub-group-box {
  padding: 30px 60px;
  background-color: #F4F4F4;
  display: flex;
  justify-self: center;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .eu-biodiversity-platform .sub-group-box {
    padding: 20px;
  }
}
.eu-biodiversity-platform .sub-group-box ol {
  margin-top: 20px;
}
.eu-biodiversity-platform .sub-group-box ol li {
  margin-left: 20px;
}
.eu-biodiversity-platform .sub-group-box .img {
  display: flex;
  justify-content: end;
  align-items: center;
}
.eu-biodiversity-platform .sub-group-box .img img {
  width: 100px;
  height: 100px;
}
html,
body {
  font-family: 'NotoSans', Arial, sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  height: 100%;
  font-size: 16px;
  line-height: 1.45em;
  letter-spacing: 0px;
}
a {
  color: #00bda7;
  transition: all 0.3s ease-in-out;
}
a.no-color {
  color: #0027bd;
}
a:focus {
  outline: none;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
}
button:focus {
  outline: none;
}
.btn:focus {
  outline: none !important;
}
p {
  font-weight: 300;
}
img {
  width: 100%;
}
nav img {
  width: auto;
}
.row + .row {
  margin-top: 1.5rem;
}
ul {
  list-style-type: disc;
}
ol.q {
  list-style-type: upper-roman;
  padding-left: 20px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title,
.head,
.page_heading {
  color: #333333;
  font-weight: 300;
}
h1,
h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* Used for section headers**/
.blue-header {
  color: #0027bd !important;
  font-size: 36px !important;
}
.blue-text {
  color: #0027bd !important;
}
/* Used for top-right flower background**/
.flower-bg {
  background: url("../themes/pensoft-bioagora/assets/images/page-bg1.png") top right no-repeat;
}
.flower-bg-bottom {
  background: url("../themes/pensoft-bioagora/assets/images/page-bg1.png") bottom right no-repeat;
}
/* Used for applying #f4f4f4 bg **/
.secondary-background {
  background-color: #f4f4f4;
}
.subtitle {
  color: #0027bd;
}
p:has(.edit-link) {
  display: none !important;
}
.head {
  color: #0027bd;
  font-size: 20px;
  font-weight: bold;
}
.page_heading {
  color: #535353;
  font-size: 75px;
  line-height: 100px;
}
@media screen and (max-width: 991.98px) {
  .page_heading {
    text-align: center;
    word-break: break-word;
    font-size: 46px;
    line-height: 50px;
    margin-left: 0 !important;
  }
}
.social_media {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
ul.pagination {
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}
ul.pagination .page-item {
  font-weight: bold;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.header-image {
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #ffffff;
}
.header-image .header-image-bar {
  width: 100%;
  height: 200px;
  margin-top: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .header-image .header-image-bar {
    height: 140px;
    margin-top: 234px;
  }
}
.header-image h1.underline {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 50px;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .header-image h1.underline {
    font-size: 40px;
  }
}
.header-image.home .header-image-bar {
  height: calc(100vh - 79px);
  margin-top: 79px;
  position: relative;
  background: url("../themes/pensoft-bioagora/assets/images/header-image-home.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .header-image.home .header-image-bar {
    background-size: cover;
  }
}
.header-image.home h1.underline {
  border-bottom: none;
}
@media screen and (max-width: 991.98px) {
  .header-image.home .jumbotron {
    width: -webkit-fill-available;
    position: absolute;
    bottom: -20px;
  }
}
.header-image.home .intro {
  text-align: left;
  margin-top: 130px;
}
.header-image.home .intro h1 {
  font-weight: 200;
  font-size: 51px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .header-image.home .intro h1 {
    font-size: 47px;
  }
}
.header-image.home .intro p {
  color: #ffffff;
}
#layout-content:not(.home) h1.underline {
  font-size: 53px;
  text-align: center;
  padding-top: 99px;
  display: block;
  text-transform: uppercase;
  color: #212121;
  font-weight: 500;
}
#layout-content.search {
  margin-top: 0;
}
#layout-content .container ul {
  padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
  #layout-content .container ul {
    padding-left: 0;
  }
}
.content-wrapper {
  min-height: 100%;
}
#layout-footer {
  position: relative;
  color: white;
  z-index: 2;
}
#layout-footer .container-fluid.dark-background {
  background-image: linear-gradient(100deg, #0027bd 0%, #00bda7 100%);
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}
#layout-footer .container-fluid.dark-background .footer-menu {
  list-style-type: none;
  padding: 0;
}
#layout-footer .container-fluid.dark-background .footer-menu a {
  line-height: 2.2em;
  font-size: 18px;
}
#layout-footer .container-fluid.dark-background .project_footer_logo {
  width: 196px;
  height: 122px;
  object-fit: contain;
  background: url("../themes/pensoft-bioagora/assets/images/Logo_BioAgora-footer.png") no-repeat;
  background-size: contain;
  color: transparent;
}
#layout-footer .container-fluid.dark-background .col-xs-12 {
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  #layout-footer .container-fluid.dark-background .col-xs-12 {
    text-align: center;
  }
}
#layout-footer .container-fluid.light-background {
  background: #ffffff;
  font-size: 16px;
  font-weight: 200;
  color: #0027bd;
}
#layout-footer .container-fluid.light-background .container {
  padding: 0;
}
#layout-footer .container-fluid.light-background a {
  color: #0027bd;
}
#layout-footer .footer-menu-container {
  align-items: flex-start;
}
#layout-footer .funding {
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  #layout-footer .funding img {
    margin-bottom: 20px;
  }
}
#layout-footer .disclaimer {
  align-items: center;
}
#layout-footer .disclaimer img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
#layout-footer .funding-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 200;
}
#layout-footer .powered-by {
  display: flex;
  flex: 1 0 auto;
  color: #0027bd;
  white-space: nowrap;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  font-style: normal;
}
#layout-footer .powered-by a {
  color: #0027bd;
}
#layout-footer .powered-by a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  #layout-footer {
    height: auto;
  }
}
#layout-footer .footer-right-border {
  border-right: 1px solid #4D4D4D;
}
@media screen and (max-width: 991.98px) {
  #layout-footer .footer-right-border {
    border-right: none;
  }
}
#layout-footer .footer-disclaimer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#layout-footer .links {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  #layout-footer .links {
    text-align: center;
    display: block;
    align-items: center;
    margin: 40px auto;
  }
}
#layout-footer .links .nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 991.98px) {
  #layout-footer .links .nav {
    text-align: center;
    margin: 15px auto;
  }
}
#layout-footer .links .nav a {
  font-size: 16px;
  color: white;
  font-weight: 200;
}
#layout-footer .links .nav a:hover {
  text-decoration: underline;
}
.footer_menu {
  color: #0027bd;
  font-weight: 500;
  margin-bottom: 50px;
}
.footer_menu a {
  color: #ffffff;
  font-weight: normal;
}
.footer_menu a:hover {
  color: #0027bd;
}
.footer_menu .footer-menu {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
@media screen and (max-width: 991.98px) {
  .footer_menu .footer-menu {
    grid-template-columns: 100%;
  }
}
.highlight {
  background-color: #f8f9fa;
  padding: 10px;
}
.highlight .pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  overflow: auto;
}
.highlight .pre .code {
  font-size: inherit;
  color: #212529;
  word-break: normal;
}
.container-fluid.banner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.twitter-widget {
  max-height: 444px;
  max-width: 91%;
  margin: 50px auto 0 auto;
  overflow-y: scroll;
  border-radius: 4px;
}
@media screen and (max-width: 991.98px) {
  .twitter-widget {
    width: auto;
  }
}
.social-media-container {
  background-position: right 30px;
  display: block;
  float: right;
}
@media screen and (max-width: 991.98px) {
  .social-media-container {
    text-align: center;
    margin-top: 40px;
    background-position: center -61px;
  }
}
.subscribe-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 550px;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .subscribe-container {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .subscribe-container {
    justify-content: unset;
    height: auto;
  }
}
.subscribe-container .homepage-funding {
  color: #0027bd;
}
@media screen and (max-width: 991.98px) {
  .subscribe-container .homepage-funding .col-xs-12 {
    margin-bottom: 20px;
  }
}
.subscribe-items {
  margin-top: 53px;
  float: right;
  margin-right: 6px;
}
.subscribe-items a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-items a:hover {
  background: #0027bd !important;
  color: #ffffff !important;
}
@media screen and (max-width: 991.98px) {
  .subscribe-items {
    margin-top: 27px;
    float: right;
    margin-right: 6px;
    margin-bottom: 50px;
  }
}
.content_static_list {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin-top: 80px;
  justify-content: space-between;
}
.content_static_list img {
  width: 88%;
}
.download-icon {
  background: url(../themes/pensoft-bioagora/assets/images/download-icon.svg) bottom left no-repeat;
  background-size: 14px;
  padding-left: 20px;
  color: #3daae9;
  font-size: 15px;
}
.funded_by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 0.9em;
}
.funded_by .btn {
  margin-top: 20px;
}
.funded_by img {
  margin: 0 0 20px 0;
  display: inline-flex;
}
@media screen and (max-width: 991.98px) {
  footer .align-items-center {
    text-align: center !important;
  }
}
.toTheTop {
  background: url("../themes/pensoft-bioagora/assets/images/partners-back-to-top.svg") no-repeat center;
  background-size: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  transition: opacity 0.3s;
}
.toTheTop:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1370.98px) {
  .toTheTop {
    background-size: 48px;
    width: 48px;
    height: 48px;
    bottom: 32px;
    right: 28px;
  }
}
@media screen and (max-width: 991.98px) {
  .toTheTop {
    background-size: 40px;
    width: 40px;
    height: 40px;
    bottom: 28px;
    right: 10px;
  }
}
.toTheTop.sticky {
  position: absolute;
}
.social_media_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social_media_contacts p {
  display: inline-flex;
}
.social_media_contacts p .big {
  font-size: 3em !important;
}
.social_media_contacts a {
  color: white;
  background: #0027bd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 10px;
}
.social_media_contacts a:hover {
  background: #00bda7;
  opacity: 1 !important;
}
.events .oc-text-spaced a,
.news .oc-text-spaced a {
  color: #ffffff;
  background-color: #00bda7;
  border-color: #00bda7;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.events .oc-text-spaced a:hover,
.news .oc-text-spaced a:hover {
  background-color: #0027bd;
  color: #ffffff;
}
.synergies .synergy_item a {
  height: 172px;
  /* UI Properties */
  background: #f4f4f4 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: block;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-bottom: 50px;
  position: relative;
  color: white !important;
  font-size: 16px;
  font-weight: 500;
}
.synergies .synergy_item a .synergy-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
}
.synergies .synergy_item a .synergy-image img {
  width: auto;
  max-width: 65%;
}
.synergies .synergy_item a .synergy-container {
  position: absolute;
  width: 100%;
  height: 45px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: #00bda7 url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-position: right 20px center;
  transition: all 0.3s ease-in-out;
}
.synergies .synergy_item a .synergy-container:hover {
  background: #0027be url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-position: right 15px center;
}
.synergies .modal-content img {
  width: auto;
  max-height: 90px;
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .synergies .modal-content img {
    margin-bottom: 20px;
  }
}
.synergies .modal-content .close {
  color: #0027BE;
  font-weight: 100;
  font-size: 29px;
  top: -30px;
  right: -20px;
}
.synergies .modal-content .pr.p-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0027bd !important;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin: 10px 5px 10px 0;
  font-size: 1em;
}
.synergies .modal-content .pr.p-primary:hover {
  box-shadow: none;
  opacity: 0.7;
}
.synergies .modal-content .pr.p-primary.p-newsletter {
  width: fit-content;
  font-size: 20px !important;
}
.synergies .modal-content .related_news {
  font-weight: bold;
  text-decoration: underline;
  margin: 4px 0 0 0;
  display: block;
}
.synergies .modal-content .project_website {
  width: 150px;
  max-width: 100%;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 16px;
  color: white;
  background: #00bda7 url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-position: right 20px center;
  transition: all 0.3s ease-in-out;
  float: right;
}
.synergies .modal-content .project_website:hover {
  background: #0027be url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-position: right 15px center;
}
@media screen and (max-width: 991.98px) {
  .synergies .modal-content .project_website {
    padding-left: 10px !important;
    margin-bottom: 20px;
    float: unset;
  }
}
.synergies h3 {
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
}
.synergies .read_more {
  font-weight: 500;
  color: #0027bd;
  font-size: 14px;
}
.synergies .logo_and_btn {
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ECECEC;
}
.home {
  /**/
}
.home .modal-dialog {
  width: fit-content !important;
  background: rgba(255, 255, 255, 0.41);
  border-radius: 5px;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 3px;
  margin: auto;
  margin-top: calc(50vh - 165px);
}
@media screen and (max-width: 991.98px) {
  .home .modal-dialog {
    margin: 11% auto;
  }
}
.home .row {
  height: 100%;
}
.home .modal-content {
  border-radius: 5px !important;
  box-shadow: none;
  background: white;
  max-width: 90vw;
  height: fit-content;
  padding: 0 !important;
}
.home .modal-content .col-xs-12 {
  padding: 0;
}
.home .modal-content .funding_content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.home .modal-content .funding_content .funding-title {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #373D3C;
  justify-content: left;
}
.home .modal-content .funding_content .funding-text {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  justify-content: left;
  letter-spacing: 0px;
  color: #949494;
  opacity: 1;
  margin-top: 12px;
  margin-bottom: 12px;
}
.home .modal-content .funding_content .funding-date {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-top: 10px;
  color: #949494;
  margin-bottom: 20px;
}
.home .modal-content .funding_content .read_more {
  width: 95%;
  height: 45px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
  text-align: center;
  justify-content: center;
  background: #00bda7;
  transition: all 0.3s ease-in-out;
}
.home .modal-content .funding_content .read_more:hover {
  background: #0027BE;
}
.home .modal-content img {
  object-fit: cover;
  float: right;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 991.98px) {
  .home .modal-content img {
    border-radius: 5px;
  }
}
.home .modal-content .close {
  color: #0027BE;
  font-weight: 100;
  font-size: 29px !important;
  top: 20px !important;
  right: 20px !important;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .modal-content .pr.p-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0027bd !important;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin: 10px 5px 10px 0;
  font-size: 1em;
}
.home .modal-content .pr.p-primary:hover {
  box-shadow: none;
  opacity: 0.7;
}
.home .modal-content .pr.p-primary.p-newsletter {
  width: fit-content;
  font-size: 20px !important;
}
.home .carousel-inner .item {
  text-align: center !important;
  position: absolute;
  transform: translateY(-130%);
  min-height: 130px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .home .carousel-inner .item {
    transform: translateY(-106%);
  }
}
.home .carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.home .carousel.carousel-fade .active.item {
  opacity: 1;
}
.modal {
  background: #44444478;
}
.modal .modal-dialog {
  width: 830px;
  max-width: 90vw;
}
.modal .modal-content {
  border-radius: 10px;
  box-shadow: none;
  background: white;
  padding: 50px 40px;
  width: 830px;
  max-width: 90vw;
}
@media screen and (max-width: 991.98px) {
  .modal .modal-content {
    padding: 10px;
  }
}
.modal .modal-content .close {
  color: #0027BE;
  font-weight: 100;
  font-size: 29px;
  top: -30px;
  right: -20px;
}
@media screen and (max-width: 991.98px) {
  .modal .modal-content .close {
    top: -7px;
    right: -5px;
  }
}
iframe {
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .fl-heading {
    margin-bottom: 20px !important;
  }
}
.save_the_date_banner {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #0027BE;
  color: white;
  position: fixed;
  top: 0;
  z-index: 99;
  font-size: 12px;
}
@media screen and (max-width: 991.98px) {
  .save_the_date_banner {
    height: auto;
    padding: 10px;
    flex-direction: column;
    text-align: center;
    width: fit-content;
  }
}
.save_the_date_banner .btn-primary {
  padding: 5px 10px;
  font-size: 12px;
  width: fit-content;
}
.save_the_date_banner .btn-primary:hover {
  background: #00BDA7 !important;
  opacity: 0.6;
}
@media screen and (max-width: 991.98px) {
  .save_the_date_banner .btn-primary {
    margin-top: 10px;
  }
}
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-1 {
  padding: 10px;
}
.pt-1 {
  padding-top: 10px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pl-1 {
  padding-left: 10px;
}
.pr-1 {
  padding-right: 10px;
}
.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-2 {
  padding: 20px;
}
.pt-2 {
  padding-top: 20px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pl-2 {
  padding-left: 20px;
}
.pr-2 {
  padding-right: 20px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-3 {
  padding: 30px;
}
.pt-3 {
  padding-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pl-3 {
  padding-left: 30px;
}
.pr-3 {
  padding-right: 30px;
}
.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-4 {
  padding: 40px;
}
.pt-4 {
  padding-top: 40px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pl-4 {
  padding-left: 40px;
}
.pr-4 {
  padding-right: 40px;
}
.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-5 {
  padding: 50px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pl-5 {
  padding-left: 50px;
}
.pr-5 {
  padding-right: 50px;
}
.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-auto {
  padding: auto;
}
.pt-auto {
  padding-top: auto;
}
.pb-auto {
  padding-bottom: auto;
}
.pl-auto {
  padding-left: auto;
}
.pr-auto {
  padding-right: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-1 {
  margin: 20px;
}
.mt-1 {
  margin-top: 20px;
}
.mb-1 {
  margin-bottom: 20px;
}
.ml-1 {
  margin-left: 20px;
}
.mr-1 {
  margin-right: 20px;
}
.mx-1 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-2 {
  margin: 40px;
}
.mt-2 {
  margin-top: 40px;
}
.mb-2 {
  margin-bottom: 40px;
}
.ml-2 {
  margin-left: 40px;
}
.mr-2 {
  margin-right: 40px;
}
.mx-2 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-3 {
  margin: 60px;
}
.mt-3 {
  margin-top: 60px;
}
.mb-3 {
  margin-bottom: 60px;
}
.ml-3 {
  margin-left: 60px;
}
.mr-3 {
  margin-right: 60px;
}
.mx-3 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-4 {
  margin: 80px;
}
.mt-4 {
  margin-top: 80px;
}
.mb-4 {
  margin-bottom: 80px;
}
.ml-4 {
  margin-left: 80px;
}
.mr-4 {
  margin-right: 80px;
}
.mx-4 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-5 {
  margin: 100px;
}
.mt-5 {
  margin-top: 100px;
}
.mb-5 {
  margin-bottom: 100px;
}
.ml-5 {
  margin-left: 100px;
}
.mr-5 {
  margin-right: 100px;
}
.mx-5 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lg-1 {
    padding: 10px;
  }
  .pt-lg-1 {
    padding-top: 10px;
  }
  .pb-lg-1 {
    padding-bottom: 10px;
  }
  .pl-lg-1 {
    padding-left: 10px;
  }
  .pr-lg-1 {
    padding-right: 10px;
  }
  .px-lg-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lg-2 {
    padding: 20px;
  }
  .pt-lg-2 {
    padding-top: 20px;
  }
  .pb-lg-2 {
    padding-bottom: 20px;
  }
  .pl-lg-2 {
    padding-left: 20px;
  }
  .pr-lg-2 {
    padding-right: 20px;
  }
  .px-lg-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lg-3 {
    padding: 30px;
  }
  .pt-lg-3 {
    padding-top: 30px;
  }
  .pb-lg-3 {
    padding-bottom: 30px;
  }
  .pl-lg-3 {
    padding-left: 30px;
  }
  .pr-lg-3 {
    padding-right: 30px;
  }
  .px-lg-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lg-4 {
    padding: 40px;
  }
  .pt-lg-4 {
    padding-top: 40px;
  }
  .pb-lg-4 {
    padding-bottom: 40px;
  }
  .pl-lg-4 {
    padding-left: 40px;
  }
  .pr-lg-4 {
    padding-right: 40px;
  }
  .px-lg-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lg-5 {
    padding: 50px;
  }
  .pt-lg-5 {
    padding-top: 50px;
  }
  .pb-lg-5 {
    padding-bottom: 50px;
  }
  .pl-lg-5 {
    padding-left: 50px;
  }
  .pr-lg-5 {
    padding-right: 50px;
  }
  .px-lg-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lg-auto {
    padding: auto;
  }
  .pt-lg-auto {
    padding-top: auto;
  }
  .pb-lg-auto {
    padding-bottom: auto;
  }
  .pl-lg-auto {
    padding-left: auto;
  }
  .pr-lg-auto {
    padding-right: auto;
  }
  .px-lg-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-lg-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-lg-1 {
    margin: 20px;
  }
  .mt-lg-1 {
    margin-top: 20px;
  }
  .mb-lg-1 {
    margin-bottom: 20px;
  }
  .ml-lg-1 {
    margin-left: 20px;
  }
  .mr-lg-1 {
    margin-right: 20px;
  }
  .mx-lg-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-lg-2 {
    margin: 40px;
  }
  .mt-lg-2 {
    margin-top: 40px;
  }
  .mb-lg-2 {
    margin-bottom: 40px;
  }
  .ml-lg-2 {
    margin-left: 40px;
  }
  .mr-lg-2 {
    margin-right: 40px;
  }
  .mx-lg-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-lg-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-lg-3 {
    margin: 60px;
  }
  .mt-lg-3 {
    margin-top: 60px;
  }
  .mb-lg-3 {
    margin-bottom: 60px;
  }
  .ml-lg-3 {
    margin-left: 60px;
  }
  .mr-lg-3 {
    margin-right: 60px;
  }
  .mx-lg-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-lg-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-lg-4 {
    margin: 80px;
  }
  .mt-lg-4 {
    margin-top: 80px;
  }
  .mb-lg-4 {
    margin-bottom: 80px;
  }
  .ml-lg-4 {
    margin-left: 80px;
  }
  .mr-lg-4 {
    margin-right: 80px;
  }
  .mx-lg-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-lg-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-lg-5 {
    margin: 100px;
  }
  .mt-lg-5 {
    margin-top: 100px;
  }
  .mb-lg-5 {
    margin-bottom: 100px;
  }
  .ml-lg-5 {
    margin-left: 100px;
  }
  .mr-lg-5 {
    margin-right: 100px;
  }
  .mx-lg-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-lg-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .mr-lg-auto {
    margin-right: auto;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-sm-1 {
    padding: 10px;
  }
  .pt-sm-1 {
    padding-top: 10px;
  }
  .pb-sm-1 {
    padding-bottom: 10px;
  }
  .pl-sm-1 {
    padding-left: 10px;
  }
  .pr-sm-1 {
    padding-right: 10px;
  }
  .px-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-sm-2 {
    padding: 20px;
  }
  .pt-sm-2 {
    padding-top: 20px;
  }
  .pb-sm-2 {
    padding-bottom: 20px;
  }
  .pl-sm-2 {
    padding-left: 20px;
  }
  .pr-sm-2 {
    padding-right: 20px;
  }
  .px-sm-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-sm-3 {
    padding: 30px;
  }
  .pt-sm-3 {
    padding-top: 30px;
  }
  .pb-sm-3 {
    padding-bottom: 30px;
  }
  .pl-sm-3 {
    padding-left: 30px;
  }
  .pr-sm-3 {
    padding-right: 30px;
  }
  .px-sm-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-sm-4 {
    padding: 40px;
  }
  .pt-sm-4 {
    padding-top: 40px;
  }
  .pb-sm-4 {
    padding-bottom: 40px;
  }
  .pl-sm-4 {
    padding-left: 40px;
  }
  .pr-sm-4 {
    padding-right: 40px;
  }
  .px-sm-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-sm-5 {
    padding: 50px;
  }
  .pt-sm-5 {
    padding-top: 50px;
  }
  .pb-sm-5 {
    padding-bottom: 50px;
  }
  .pl-sm-5 {
    padding-left: 50px;
  }
  .pr-sm-5 {
    padding-right: 50px;
  }
  .px-sm-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-sm-auto {
    padding: auto;
  }
  .pt-sm-auto {
    padding-top: auto;
  }
  .pb-sm-auto {
    padding-bottom: auto;
  }
  .pl-sm-auto {
    padding-left: auto;
  }
  .pr-sm-auto {
    padding-right: auto;
  }
  .px-sm-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-sm-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-sm-1 {
    margin: 20px;
  }
  .mt-sm-1 {
    margin-top: 20px;
  }
  .mb-sm-1 {
    margin-bottom: 20px;
  }
  .ml-sm-1 {
    margin-left: 20px;
  }
  .mr-sm-1 {
    margin-right: 20px;
  }
  .mx-sm-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-sm-2 {
    margin: 40px;
  }
  .mt-sm-2 {
    margin-top: 40px;
  }
  .mb-sm-2 {
    margin-bottom: 40px;
  }
  .ml-sm-2 {
    margin-left: 40px;
  }
  .mr-sm-2 {
    margin-right: 40px;
  }
  .mx-sm-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-sm-3 {
    margin: 60px;
  }
  .mt-sm-3 {
    margin-top: 60px;
  }
  .mb-sm-3 {
    margin-bottom: 60px;
  }
  .ml-sm-3 {
    margin-left: 60px;
  }
  .mr-sm-3 {
    margin-right: 60px;
  }
  .mx-sm-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-sm-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-sm-4 {
    margin: 80px;
  }
  .mt-sm-4 {
    margin-top: 80px;
  }
  .mb-sm-4 {
    margin-bottom: 80px;
  }
  .ml-sm-4 {
    margin-left: 80px;
  }
  .mr-sm-4 {
    margin-right: 80px;
  }
  .mx-sm-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-sm-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-sm-5 {
    margin: 100px;
  }
  .mt-sm-5 {
    margin-top: 100px;
  }
  .mb-sm-5 {
    margin-bottom: 100px;
  }
  .ml-sm-5 {
    margin-left: 100px;
  }
  .mr-sm-5 {
    margin-right: 100px;
  }
  .mx-sm-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-sm-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .mr-sm-auto {
    margin-right: auto;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-md-1 {
    padding: 10px;
  }
  .pt-md-1 {
    padding-top: 10px;
  }
  .pb-md-1 {
    padding-bottom: 10px;
  }
  .pl-md-1 {
    padding-left: 10px;
  }
  .pr-md-1 {
    padding-right: 10px;
  }
  .px-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-md-2 {
    padding: 20px;
  }
  .pt-md-2 {
    padding-top: 20px;
  }
  .pb-md-2 {
    padding-bottom: 20px;
  }
  .pl-md-2 {
    padding-left: 20px;
  }
  .pr-md-2 {
    padding-right: 20px;
  }
  .px-md-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-md-3 {
    padding: 30px;
  }
  .pt-md-3 {
    padding-top: 30px;
  }
  .pb-md-3 {
    padding-bottom: 30px;
  }
  .pl-md-3 {
    padding-left: 30px;
  }
  .pr-md-3 {
    padding-right: 30px;
  }
  .px-md-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-md-4 {
    padding: 40px;
  }
  .pt-md-4 {
    padding-top: 40px;
  }
  .pb-md-4 {
    padding-bottom: 40px;
  }
  .pl-md-4 {
    padding-left: 40px;
  }
  .pr-md-4 {
    padding-right: 40px;
  }
  .px-md-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-md-5 {
    padding: 50px;
  }
  .pt-md-5 {
    padding-top: 50px;
  }
  .pb-md-5 {
    padding-bottom: 50px;
  }
  .pl-md-5 {
    padding-left: 50px;
  }
  .pr-md-5 {
    padding-right: 50px;
  }
  .px-md-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-md-auto {
    padding: auto;
  }
  .pt-md-auto {
    padding-top: auto;
  }
  .pb-md-auto {
    padding-bottom: auto;
  }
  .pl-md-auto {
    padding-left: auto;
  }
  .pr-md-auto {
    padding-right: auto;
  }
  .px-md-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-md-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-md-0 {
    margin: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-md-1 {
    margin: 20px;
  }
  .mt-md-1 {
    margin-top: 20px;
  }
  .mb-md-1 {
    margin-bottom: 20px;
  }
  .ml-md-1 {
    margin-left: 20px;
  }
  .mr-md-1 {
    margin-right: 20px;
  }
  .mx-md-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-md-2 {
    margin: 40px;
  }
  .mt-md-2 {
    margin-top: 40px;
  }
  .mb-md-2 {
    margin-bottom: 40px;
  }
  .ml-md-2 {
    margin-left: 40px;
  }
  .mr-md-2 {
    margin-right: 40px;
  }
  .mx-md-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-md-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-md-3 {
    margin: 60px;
  }
  .mt-md-3 {
    margin-top: 60px;
  }
  .mb-md-3 {
    margin-bottom: 60px;
  }
  .ml-md-3 {
    margin-left: 60px;
  }
  .mr-md-3 {
    margin-right: 60px;
  }
  .mx-md-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-md-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-md-4 {
    margin: 80px;
  }
  .mt-md-4 {
    margin-top: 80px;
  }
  .mb-md-4 {
    margin-bottom: 80px;
  }
  .ml-md-4 {
    margin-left: 80px;
  }
  .mr-md-4 {
    margin-right: 80px;
  }
  .mx-md-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-md-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-md-5 {
    margin: 100px;
  }
  .mt-md-5 {
    margin-top: 100px;
  }
  .mb-md-5 {
    margin-bottom: 100px;
  }
  .ml-md-5 {
    margin-left: 100px;
  }
  .mr-md-5 {
    margin-right: 100px;
  }
  .mx-md-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-md-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto {
    margin-left: auto;
  }
  .mr-md-auto {
    margin-right: auto;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .px-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-xl-1 {
    padding: 10px;
  }
  .pt-xl-1 {
    padding-top: 10px;
  }
  .pb-xl-1 {
    padding-bottom: 10px;
  }
  .pl-xl-1 {
    padding-left: 10px;
  }
  .pr-xl-1 {
    padding-right: 10px;
  }
  .px-xl-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-xl-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-xl-2 {
    padding: 20px;
  }
  .pt-xl-2 {
    padding-top: 20px;
  }
  .pb-xl-2 {
    padding-bottom: 20px;
  }
  .pl-xl-2 {
    padding-left: 20px;
  }
  .pr-xl-2 {
    padding-right: 20px;
  }
  .px-xl-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xl-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-xl-3 {
    padding: 30px;
  }
  .pt-xl-3 {
    padding-top: 30px;
  }
  .pb-xl-3 {
    padding-bottom: 30px;
  }
  .pl-xl-3 {
    padding-left: 30px;
  }
  .pr-xl-3 {
    padding-right: 30px;
  }
  .px-xl-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-xl-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-xl-4 {
    padding: 40px;
  }
  .pt-xl-4 {
    padding-top: 40px;
  }
  .pb-xl-4 {
    padding-bottom: 40px;
  }
  .pl-xl-4 {
    padding-left: 40px;
  }
  .pr-xl-4 {
    padding-right: 40px;
  }
  .px-xl-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xl-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-xl-5 {
    padding: 50px;
  }
  .pt-xl-5 {
    padding-top: 50px;
  }
  .pb-xl-5 {
    padding-bottom: 50px;
  }
  .pl-xl-5 {
    padding-left: 50px;
  }
  .pr-xl-5 {
    padding-right: 50px;
  }
  .px-xl-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xl-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-xl-auto {
    padding: auto;
  }
  .pt-xl-auto {
    padding-top: auto;
  }
  .pb-xl-auto {
    padding-bottom: auto;
  }
  .pl-xl-auto {
    padding-left: auto;
  }
  .pr-xl-auto {
    padding-right: auto;
  }
  .px-xl-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .py-xl-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mx-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .m-xl-1 {
    margin: 20px;
  }
  .mt-xl-1 {
    margin-top: 20px;
  }
  .mb-xl-1 {
    margin-bottom: 20px;
  }
  .ml-xl-1 {
    margin-left: 20px;
  }
  .mr-xl-1 {
    margin-right: 20px;
  }
  .mx-xl-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xl-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-xl-2 {
    margin: 40px;
  }
  .mt-xl-2 {
    margin-top: 40px;
  }
  .mb-xl-2 {
    margin-bottom: 40px;
  }
  .ml-xl-2 {
    margin-left: 40px;
  }
  .mr-xl-2 {
    margin-right: 40px;
  }
  .mx-xl-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xl-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-xl-3 {
    margin: 60px;
  }
  .mt-xl-3 {
    margin-top: 60px;
  }
  .mb-xl-3 {
    margin-bottom: 60px;
  }
  .ml-xl-3 {
    margin-left: 60px;
  }
  .mr-xl-3 {
    margin-right: 60px;
  }
  .mx-xl-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-xl-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m-xl-4 {
    margin: 80px;
  }
  .mt-xl-4 {
    margin-top: 80px;
  }
  .mb-xl-4 {
    margin-bottom: 80px;
  }
  .ml-xl-4 {
    margin-left: 80px;
  }
  .mr-xl-4 {
    margin-right: 80px;
  }
  .mx-xl-4 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xl-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .m-xl-5 {
    margin: 100px;
  }
  .mt-xl-5 {
    margin-top: 100px;
  }
  .mb-xl-5 {
    margin-bottom: 100px;
  }
  .ml-xl-5 {
    margin-left: 100px;
  }
  .mr-xl-5 {
    margin-right: 100px;
  }
  .mx-xl-5 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-xl-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto {
    margin-left: auto;
  }
  .mr-xl-auto {
    margin-right: auto;
  }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.text-primary {
  color: #0027bd;
}
.text-secondary {
  color: #f4f4f4;
}
.text-success {
  color: #020202;
}
.text-danger {
  color: #dc3545;
}
.text-warning {
  color: #ffc107;
}
.text-info {
  color: #0027bd;
}
.text-light {
  color: #143244;
}
.text-dark {
  color: #0027bd;
}
.text-muted {
  color: #0027bd;
}
.text-white {
  color: #ffffff;
}
.text-grey {
  color: #495a62;
}
.text-grey-search-btn {
  color: #35393e;
}
.text-link {
  color: #00bda7;
}
.bg-primary {
  background-color: #ffffff;
}
.bg-secondary {
  background: #f4f4f4;
  background-size: cover;
}
.bg-success {
  background-color: #020202;
}
.bg-danger {
  background-color: #dc3545;
}
.bg-warning {
  background-color: #ffc107;
}
.bg-info {
  background-color: #0027bd;
}
.bg-light {
  background-color: #143244;
}
.bg-dark {
  background-color: #0027bd;
}
.bg-white {
  background-color: #ffffff;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-bold {
  font-weight: bold;
}
.text-ligth {
  color: #0027bd;
  font-size: 16px;
}
.break-word {
  word-break: break-word;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.nowrap {
  flex-wrap: nowrap !important;
}
.flex-flow-row-wrap {
  flex-flow: row wrap;
}
.flex-flow-column-wrap {
  flex-flow: column wrap;
}
.flex-flow-wrap {
  flex-flow: wrap;
}
.flex-flow-wrap-reverse {
  flex-flow: wrap-reverse;
}
.flex-flow-nowrap {
  flex-flow: nowrap;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-around {
  -ms-flex-line-pack: space-around !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
@media screen and (min-width: 576px) {
  .flex-flow-sm-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-sm-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-sm-wrap {
    flex-flow: wrap;
  }
  .flex-flow-sm-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-sm-nowrap {
    flex-flow: nowrap;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-flow-md-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-md-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-md-wrap {
    flex-flow: wrap;
  }
  .flex-flow-md-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-md-nowrap {
    flex-flow: nowrap;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .flex-flow-lg-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-lg-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-lg-wrap {
    flex-flow: wrap;
  }
  .flex-flow-lg-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-lg-nowrap {
    flex-flow: nowrap;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .flex-flow-xl-row-wrap {
    flex-flow: row wrap;
  }
  .flex-flow-xl-column-wrap {
    flex-flow: column wrap;
  }
  .flex-flow-xl-wrap {
    flex-flow: wrap;
  }
  .flex-flow-xl-wrap-reverse {
    flex-flow: wrap-reverse;
  }
  .flex-flow-xl-nowrap {
    flex-flow: nowrap;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
.d-grid {
  display: grid;
}
.gtc-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.gtc-2 {
  grid-template-columns: 1fr 1fr;
}
.gtc-1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .gtc-lg-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gtc-lg-2 {
    grid-template-columns: 1fr 1fr;
  }
  .gtc-lg-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .gtc-xs-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gtc-xs-2 {
    grid-template-columns: 1fr 1fr;
  }
  .gtc-xs-1 {
    grid-template-columns: 1fr;
  }
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    /*width: 49rem;*/
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    /*width: 65rem;*/
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    /*width: 76rem;*/
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 256px;
  overflow: visible;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 0.75;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  background: url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  padding: 10px 13px 10px 7px;
  margin-top: -70px;
}
.slick-next {
  padding: 10px 7px 10px 13px;
  background: url("../themes/pensoft-bioagora/assets/images/arrow.svg") center no-repeat;
  background-size: contain;
  margin-top: -70px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
@media screen and (max-width: 1370.98px) {
  .slick-prev {
    left: -15px;
  }
}
.slick-prev:before {
  color: #0027bd;
}
[dir="rtl"] .slick-prev:before {
  content: "\ea42";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
@media screen and (max-width: 1370.98px) {
  .slick-next {
    right: -15px;
  }
}
.slick-next:before {
  color: #0027bd;
}
[dir="rtl"] .slick-next:before {
  content: "\ea44";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
