/* 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: 'Satoshi'
*/
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Bold';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Medium';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi Regular';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../themes/pensoft-eufawready/assets/fonts/satoshi/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.7em;
}
h2,
.h2 {
  font-size: 27px;
  line-height: 1.7em;
}
h3,
.h3 {
  font-size: 21.06px;
  line-height: 1.7em;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15.66px;
  line-height: 1.7em;
}
h6,
.h6 {
  font-size: 12.06px;
  line-height: 1.7em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title {
  margin-bottom: 20px;
  color: #010d1c;
}
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-top: 80px;
  margin-bottom: 20px !important;
  text-transform: none;
}
del,
s {
  text-decoration: line-through;
}
ins,
u {
  text-decoration: underline;
}
small {
  font-size: 14.4px;
}
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: 22.5px;
  font-weight: 300;
}
img.text,
.img.text {
  height: 18px;
  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: 1440px !important;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1900px) and (min-width: 960px) {
  .container {
    max-width: calc(92vw) !important;
  }
}
.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;
}
body.menu-open {
  overflow: hidden;
}
body.search-open {
  overflow: hidden;
}
body.search-open #headernavbar .navbar-brand,
body.search-open #headernavbar #desktopMenuToggle {
  z-index: 1005;
}
body.search-open .container,
body.search-open .header-image,
body.search-open .navbar-collapse {
  transition: filter 0.3s ease;
}
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;
  }
}
[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: 18px;
  line-height: 1.7em;
  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 #acacac;
  border-top: 1px solid #acacac;
  border-right: 1px solid #acacac;
  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: #009344;
  border-color: #009344;
  border-radius: 16px;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 17px;
  font-family: 'Satoshi Medium';
  letter-spacing: -0.51px;
  max-width: 182px;
  min-width: 140px;
}
.btn-primary:hover,
.btn-primary.active {
  color: #ffffff;
  background-color: #007A38;
  border-color: #007A38;
}
.btn-secondary {
  color: #ffffff;
  background-color: #3cbb54;
  border-color: #f0f0f0;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  padding: 5px 20px;
}
.btn-secondary.width100 {
  width: 100%;
}
.btn-secondary:hover {
  color: #3cbb54;
  background-color: #ffffff;
  border-color: #3cbb54;
}
.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: #3cbb54;
  border-color: #3cbb54;
}
.btn-light {
  color: #000401;
  background-color: #0d3654;
  border-color: #0d3654;
}
.btn-dark {
  color: #ffffff;
  background-color: #000401;
  border-color: #000401;
}
.btn-yellow {
  color: #ffffff;
  background-color: #25bdd2;
  border-color: #25bdd2;
}
.btn-yellow:hover {
  color: #25bdd2;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-link {
  color: #3cbb54;
}
.btn-hero {
  max-width: 129px;
}
.btn-subscribe {
  color: #ffffff;
  background-color: #009344;
  border-color: #009344;
  border-radius: 16px;
  box-shadow: none;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
  font-family: 'Satoshi Medium';
  letter-spacing: -0.51px;
  animation: fade-in 1s ease-out 0.2s backwards;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 239px;
  height: 52px;
}
@media screen and (max-width: 991.98px) {
  .btn-subscribe {
    max-width: 100%;
    width: 220px;
    height: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .btn-subscribe {
    width: 100%;
    max-width: 280px;
  }
}
.btn-subscribe:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.btn-subscribe .bell-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 21px;
  flex-shrink: 0;
  background-image: url('../themes/pensoft-eufawready/assets/images/subscribe.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transform-origin: top center;
}
.btn-subscribe:before {
  display: none;
}
.btn-subscribe:hover .bell-icon,
.btn-subscribe:focus .bell-icon,
.btn-subscribe:active .bell-icon {
  animation: bell-ring 0.9s ease-in-out;
}
@keyframes bell-ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(14deg);
  }
  30% {
    transform: rotate(-12deg);
  }
  45% {
    transform: rotate(9deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-subscribe:hover .bell-icon,
  .btn-subscribe:focus .bell-icon,
  .btn-subscribe:active .bell-icon {
    animation: none !important;
  }
}
.btn-library {
  color: #ffffff;
  background-color: #009344;
  border-color: #009344;
  border-radius: 16px;
  box-shadow: none;
  padding: 11px 21px;
  font-size: 17px;
  font-family: 'Satoshi Medium';
  letter-spacing: -0.51px;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .btn-library {
    max-width: 100%;
  }
}
.btn-library:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url('../themes/pensoft-eufawready/assets/images/download-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
  flex-shrink: 0;
}
.btn-library:hover {
  background-color: #007A38;
  border-color: #007A38;
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.btn-library.btn-read-more:before {
  display: none;
}
.btn-library.btn-read-more:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url('../themes/pensoft-eufawready/assets/images/read-more-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  flex-shrink: 0;
}
.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;
  }
}
#headernavbar .search-overlay .container form .text-grey-search-btn:before {
  font-size: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#headernavbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  padding: 0;
  height: 85px;
  transition: all 0.3s ease;
  /* Single Responsive Navigation Container */
  /* Mobile Navigation Wrapper (inside navbar-collapse) */
  /* Mobile Actions Wrapper (groups search + hamburger) */
  /* Desktop Search Button - Always visible */
}
#headernavbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  flex-direction: row;
  gap: 20px;
}
#headernavbar .navbar-brand {
  display: flex;
  align-items: center;
  height: 55px;
  order: 0;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
#headernavbar .navbar-brand img {
  height: 55px;
  width: auto;
  max-width: 109.989px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: brightness(1) drop-shadow(0 0 0 rgba(76, 175, 80, 0));
}
#headernavbar .navbar-brand:hover {
  transform: translateY(-2px);
}
#headernavbar .navbar-brand:hover img {
  transform: scale(1.05);
  filter: brightness(1.1) drop-shadow(0 4px 12px rgba(76, 175, 80, 0.3));
}
#headernavbar .navbar-brand:active {
  transform: translateY(0px);
}
#headernavbar .navbar-brand:active img {
  transform: scale(1.02);
  transition: all 0.1s ease;
}
#headernavbar .navbar-nav-wrapper {
  display: none;
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 992px) {
  #headernavbar .navbar-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    gap: 20px;
  }
}
#headernavbar .navbar-nav-wrapper-mobile {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
#headernavbar .mobile-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  order: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #headernavbar .mobile-actions-wrapper {
    display: flex;
  }
}
#headernavbar #desktopSearchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #009344;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  flex-shrink: 0;
  order: 2;
}
#headernavbar #desktopSearchBtn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
#headernavbar #desktopSearchBtn svg,
#headernavbar #desktopSearchBtn .fa,
#headernavbar #desktopSearchBtn i {
  color: white;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
#headernavbar #desktopSearchBtn:hover {
  background-color: #00602c;
  transform: scale(1.05);
}
#headernavbar #desktopMenuToggle {
  width: 35px;
  height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  order: 3;
  display: none;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  #headernavbar #desktopMenuToggle {
    display: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  #headernavbar #desktopMenuToggle {
    display: block;
  }
}
#headernavbar #desktopMenuToggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000401;
  margin-bottom: 7px;
  transition: all 0.3s ease;
}
#headernavbar #desktopMenuToggle span:last-child {
  margin-bottom: 0;
}
#headernavbar #desktopMenuToggle span:nth-child(2) {
  width: 100%;
  transform-origin: right;
  transition: transform 0.3s ease;
}
#headernavbar #desktopMenuToggle:hover span:nth-child(2) {
  transform: scaleX(0.5);
}
#headernavbar #desktopMenuToggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#headernavbar #desktopMenuToggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
#headernavbar #desktopMenuToggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
#headernavbar .navbar-collapse {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  background-color: #000401;
  padding: 0;
  transition: right 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  #headernavbar .navbar-collapse {
    display: none !important;
  }
}
#headernavbar .navbar-collapse.show {
  right: 0;
}
#headernavbar .navbar-collapse .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  gap: 15px;
}
#headernavbar .navbar-collapse .mobile-menu-header .mobile-logo {
  display: flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
#headernavbar .navbar-collapse .mobile-menu-header .mobile-logo img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
#headernavbar .navbar-collapse .mobile-menu-header .mobile-logo:hover img {
  transform: scale(1.08);
}
#headernavbar .navbar-collapse .mobile-menu-header .mobile-logo:active img {
  transform: scale(0.95);
}
#headernavbar .navbar-collapse .mobile-menu-header .close-menu-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 6px;
  flex-shrink: 0;
}
#headernavbar .navbar-collapse .mobile-menu-header .close-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transform: rotate(90deg);
}
#headernavbar .navbar-collapse .mobile-menu-header .close-menu-btn:active {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0.92) rotate(90deg);
}
#headernavbar .navbar-collapse .mobile-menu-header .close-menu-btn span {
  font-weight: 300;
  display: block;
}
#headernavbar .navbar-collapse .navbar-bottom-elements {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  width: 80%;
  padding: 0px 30px;
  position: relative;
}
#headernavbar .navbar-collapse .navbar-bottom-elements:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 30px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons {
  display: flex;
  margin-bottom: 15px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon:hover {
  background-color: #4caf50;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon.linkedin {
  background-image: url('/themes/pensoft-onestop/assets/images/linkedin.svg');
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon.bluesky {
  background-image: url('/themes/pensoft-onestop/assets/images/blue_sky.svg');
}
#headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon.p-youtube {
  color: #fff !important;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element {
  margin-bottom: 0;
  margin-right: 10px;
  width: auto;
  flex: 0 0 auto;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown {
  max-width: 110px;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container {
  flex-grow: 1;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  height: 36px;
  white-space: nowrap;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn:hover {
  background-color: #3d8b40;
}
#headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn .search-icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-image: url('/themes/pensoft-onestop/assets/images/search_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991.98px) {
  #headernavbar .navbar-collapse .navbar-bottom-elements {
    padding: 0px;
    width: 100%;
  }
}
#headernavbar .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 23px;
  gap: 25px;
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav {
    flex-direction: column;
    height: auto;
    gap: 0;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
#headernavbar .navbar-nav .nav-item {
  position: relative;
  text-align: left;
  transition: background-color 0.3s ease;
  width: 100%;
}
#headernavbar .navbar-nav .nav-item > a {
  display: flex;
  align-items: center;
  color: #00190b;
  font-family: 'Satoshi', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: -0.51px;
  transition: color 0.3s ease, background-color 0.3s ease;
  white-space: nowrap;
  padding: 0;
  height: 23px;
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item > a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-weight: 500;
    height: auto;
    padding: 14px 0 14px 30px;
    white-space: normal;
    line-height: 1.5;
    width: 100%;
  }
}
#headernavbar .navbar-nav .nav-item:hover > a {
  color: #009344;
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item:hover > a {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
  }
}
#headernavbar .navbar-nav .nav-item.active > a {
  color: #009344;
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item.active > a {
    background-color: rgba(255, 255, 255, 0.08);
    border-left: 2px solid #4caf50;
    color: white;
    padding-left: 28px;
  }
}
@media (min-width: 992px) {
  #headernavbar .navbar-nav .nav-item > a {
    perspective: 200px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 4px;
  }
  #headernavbar .navbar-nav .nav-item > a .nav-text-wrapper {
    display: inline-block;
    position: relative;
  }
  #headernavbar .navbar-nav .nav-item > a .nav-text {
    display: inline-block;
    position: relative;
  }
  #headernavbar .navbar-nav .nav-item > a .nav-text-1 {
    position: relative;
  }
  #headernavbar .navbar-nav .nav-item > a .nav-text-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(30px);
  }
  #headernavbar .navbar-nav .nav-item > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #009344;
    transform: translateX(-50%);
    transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #headernavbar .navbar-nav .nav-item:hover > a .nav-text-1 {
    animation: rouletteRollUp 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  }
  #headernavbar .navbar-nav .nav-item:hover > a .nav-text-2 {
    animation: rouletteRollIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  }
  #headernavbar .navbar-nav .nav-item:hover > a::after {
    width: 100%;
  }
}
#headernavbar .navbar-nav .nav-item .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 8px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 1001;
  }
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
  }
  #headernavbar .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
    max-height: 1000px;
    opacity: 1;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item {
    margin-bottom: 0;
    padding-left: 0;
    background-color: transparent;
    width: 100%;
  }
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover,
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item.active {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    display: block;
    padding: 17px;
    color: #00190b;
    font-size: 15px;
    font-weight: 400;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
    background-color: rgba(0, 147, 68, 0.1);
    color: #009344;
  }
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    font-size: 18px;
    padding: 10px 0 10px 56px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
    color: rgba(255, 255, 255, 0.95);
    background-color: rgba(255, 255, 255, 0.04);
  }
}
@media (min-width: 992px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
    color: #009344;
    font-weight: 500;
  }
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
    background-color: rgba(255, 255, 255, 0.06);
    color: white;
    border-left: 2px solid #4caf50;
    padding-left: 54px;
  }
}
@media (min-width: 992px) {
  #headernavbar .navbar-nav .nav-item.dropdown > a .nav-text-wrapper {
    display: inline-block;
    position: relative;
    padding-right: 15px;
  }
  #headernavbar .navbar-nav .nav-item.dropdown > a .nav-text-wrapper::after {
    margin-top: 1px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url('/themes/pensoft-eufawready/assets/images/chevron-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease, background-image 0.3s ease;
  }
  #headernavbar .navbar-nav .nav-item.dropdown:hover > a .nav-text-wrapper::after {
    transform: translateY(-50%) rotate(180deg);
    background-image: url('/themes/pensoft-eufawready/assets/images/chevron-down-green.svg');
  }
  #headernavbar .navbar-nav .nav-item.dropdown.active > a .nav-text-wrapper::after {
    background-image: url('/themes/pensoft-eufawready/assets/images/chevron-down-green.svg');
  }
  #headernavbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  #headernavbar .navbar-nav .nav-item.dropdown {
    position: relative;
    width: 100%;
  }
  #headernavbar .navbar-nav .nav-item.dropdown > a {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px !important;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  #headernavbar .navbar-nav .nav-item.dropdown > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background-image: url('/themes/pensoft-eufawready/assets/images/chevron-down-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
  }
  #headernavbar .navbar-nav .nav-item.dropdown > a:hover:after,
  #headernavbar .navbar-nav .nav-item.dropdown > a:active:after {
    opacity: 1;
  }
  #headernavbar .navbar-nav .nav-item.dropdown.active {
    background-color: rgba(255, 255, 255, 0.06);
    border-left: 2px solid #4caf50;
  }
  #headernavbar .navbar-nav .nav-item.dropdown.active > a {
    color: white;
    padding-left: 28px !important;
  }
  #headernavbar .navbar-nav .nav-item.dropdown.active > a:after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
  }
}
#headernavbar .search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  z-index: 1010;
  display: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation: fadeBackdrop 0.3s ease forwards;
}
@keyframes fadeBackdrop {
  from {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  to {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
#headernavbar .search-overlay .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
}
#headernavbar .search-overlay .container form {
  width: 100%;
  max-width: 600px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8);
  opacity: 0;
}
#headernavbar .search-overlay .container form.pop-in {
  transform: scale(1);
  opacity: 1;
}
#headernavbar .search-overlay .container form label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  display: none !important;
}
#headernavbar .search-overlay .container form .search_input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  background: transparent;
  animation: inputFocus 0.5s ease 0.3s forwards;
}
@keyframes inputFocus {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}
#headernavbar .search-overlay .container form .search_input:focus {
  outline: none;
}
#headernavbar .search-overlay .container form .search_input::placeholder {
  color: #999;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#headernavbar .search-overlay .container form .search_input:focus::placeholder {
  opacity: 0.4;
}
#headernavbar .search-overlay .container form .text-grey-search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease;
}
#headernavbar .search-overlay .container form .text-grey-search-btn:before {
  font-size: 20px;
}
#headernavbar .search-overlay .container form .text-grey-search-btn:hover {
  transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 991.98px) {
  #headernavbar .search-overlay .container form .text-grey-search-btn {
    width: 10%;
  }
}
#headernavbar .search-overlay .container form .close-search {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: transparent;
  border: none;
  outline: none;
}
#headernavbar .search-overlay .container form .close-search:hover {
  color: #009344;
  transform: translateY(-50%) scale(1.2) rotate(90deg);
}
@keyframes rouletteRollUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes rouletteRollIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  #headernavbar .container {
    flex-direction: row;
  }
  #headernavbar .navbar-brand {
    order: 0;
  }
  #headernavbar .navbar-brand:hover {
    transform: translateY(-1px);
  }
  #headernavbar .navbar-brand:hover img {
    transform: scale(1.03);
  }
  #headernavbar #desktopSearchBtn {
    width: 40px;
    height: 40px;
  }
  #headernavbar #desktopMenuToggle {
    width: 25px;
    height: 20px;
  }
  #headernavbar #desktopMenuToggle span {
    height: 2px;
    margin-bottom: 4px;
  }
  #headernavbar .navbar-collapse {
    width: 100%;
    max-width: 100%;
    padding: 0;
    right: -100%;
  }
  #headernavbar .navbar-collapse .navbar-nav .nav-item a {
    padding: 14px 0 14px 30px;
  }
  #headernavbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .nav-item a {
    padding: 10px 0 10px 56px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements {
    margin-top: 30px;
    padding: 20px 30px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements:before {
    margin: 0;
    top: -15px;
    left: 0;
    right: 0;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .social-icons .social-icon i {
    font-size: 16px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown {
    max-width: 100%;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown .selected-language {
    padding: 10px;
    height: auto;
    min-height: 36px;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row #google_translate_element .language-dropdown .language-options {
    width: 100%;
    max-width: 100%;
    position: static;
    top: 0;
    margin-top: 5px;
    max-height: 150px;
    border-radius: 4px;
    border-top: 1px solid #444;
    -webkit-overflow-scrolling: touch;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container {
    width: 100%;
  }
  #headernavbar .navbar-collapse .navbar-bottom-elements .bottom-row .search-container .search-btn {
    width: 100%;
    height: 40px;
  }
  #headernavbar #closeMenuBtn {
    top: 15px;
    right: 15px;
    font-size: 24px;
  }
  #headernavbar .search-overlay .container {
    padding: 0 20px;
  }
  #headernavbar .search-overlay .container form {
    max-width: 90%;
    margin: 0 auto;
    padding: 8px;
  }
  #headernavbar .search-overlay .container form .search_input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }
  #headernavbar .search-overlay .container form .close-search {
    right: -30px;
    top: -40px;
    font-size: 24px;
    font-weight: bold;
    width: 28px;
    height: 28px;
    color: #4caf50;
  }
  #headernavbar .search-overlay .container form .close-search:hover {
    color: #009344;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../themes/pensoft-eufawready/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa');
  src: url('../themes/pensoft-eufawready/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa#iefix') format('embedded-opentype'), url('../themes/pensoft-eufawready/assets/fonts/icons/icomoon/icomoon.ttf?ilrlqa') format('truetype'), url('../themes/pensoft-eufawready/assets/fonts/icons/icomoon/icomoon.woff?ilrlqa') format('woff'), url('../themes/pensoft-eufawready/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-eufawready/assets/fonts/icons/x-icon/icomoon.eot?o4q3va');
  src: url('../themes/pensoft-eufawready/assets/fonts/icons/x-icon/icomoon.eot?o4q3va#iefix') format('embedded-opentype'), url('../themes/pensoft-eufawready/assets/fonts/icons/x-icon/icomoon.ttf?o4q3va') format('truetype'), url('../themes/pensoft-eufawready/assets/fonts/icons/x-icon/icomoon.woff?o4q3va') format('woff'), url('../themes/pensoft-eufawready/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: 18px;
  line-height: 1.7em;
}
.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.7em;
  vertical-align: middle;
}
.p.small,
.pb.small,
.pd.small,
.pl.small,
.pr.small,
.ps.small {
  font-size: 19.8px;
}
.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: 18px;
}
.p.normal,
.pb.normal,
.pd.normal,
.pl.normal,
.pr.normal,
.ps.normal {
  font-size: 23.4px;
}
.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: 18px;
  margin-top: 3px;
}
.p.big,
.pb.big,
.pd.big,
.pl.big,
.pr.big,
.ps.big {
  font-size: 32.4px;
}
.p.big.p-twitter,
.pb.big.p-twitter,
.pd.big.p-twitter,
.pl.big.p-twitter,
.pr.big.p-twitter,
.ps.big.p-twitter {
  font-size: 25.2px;
  margin-top: 11px;
}
.p.middle,
.pb.middle,
.pd.middle,
.pl.middle,
.pr.middle,
.ps.middle {
  font-size: 41.4px;
}
.p.medium,
.pb.medium,
.pd.medium,
.pl.medium,
.pr.medium,
.ps.medium {
  font-size: 48.6px;
}
.p.large,
.pb.large,
.pd.large,
.pl.large,
.pr.large,
.ps.large {
  font-size: 63px;
}
.p.huge,
.pb.huge,
.pd.huge,
.pl.huge,
.pr.huge,
.ps.huge {
  font-size: 90px;
}
.p.p-primary,
.pb.p-primary,
.pd.p-primary,
.pl.p-primary,
.pr.p-primary,
.ps.p-primary {
  color: #ffffff !important;
  background-color: #3cbb54 !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-family: "Clear Sans";
  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: #3cbb54;
}
.p.p-light,
.pb.p-light,
.pd.p-light,
.pl.p-light,
.pr.p-light,
.ps.p-light {
  color: #0d3654;
}
.p.p-dark,
.pb.p-dark,
.pd.p-dark,
.pl.p-dark,
.pr.p-dark,
.ps.p-dark {
  color: #000401;
}
.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: 10px;
}
.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-bluesky:before {
  content: "";
  background-image: url('/themes/pensoft-onestop/assets/images/blue_sky.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.p-twitter:before {
  font-family: 'x-icon';
  content: "\e901";
}
.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-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: 18px;
  color: #000401;
  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 #acacac;
}
.form-control:focus {
  outline: none;
}
.form-control.search_input {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom: 1px solid #acacac;
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac;
  color: #000401;
  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 #acacac;
  color: #000000;
}
.ui.form {
  /* Hide the default checkbox */
  /* Create a custom checkbox */
  /* Create the mark/indicator (hidden when not checked) */
  /* Show the mark when checked */
  /* Style the mark/indicator */
}
.ui.form .field + .field {
  margin-top: 1rem;
}
.ui.form .fields {
  display: flex;
  margin: 0 -0.5rem;
  flex-direction: column;
}
.ui.form .fields .field + .field {
  margin-top: 1rem;
}
.ui.form .fields.inline {
  flex-direction: row;
}
.ui.form .fields.inline .field {
  margin-top: 0;
}
.ui.form .fields .field {
  padding-left: .5rem;
  padding-right: .5rem;
  clear: both;
  margin: 0;
}
.ui.form .field {
  display: flex;
  flex-direction: column;
}
.ui.form .field.inline {
  flex-direction: row;
  width: auto;
  align-items: center !important;
}
.ui.form .field.inline input,
.ui.form .field.inline textarea {
  width: auto;
}
.ui.form .field > label {
  display: block;
  margin: 0 0 .3rem 9px;
  white-space: nowrap;
}
.ui.form .field > input,
.ui.form .field textarea,
.ui.form .field select {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #acacac;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  box-sizing: border-box;
  padding: .555rem 1rem;
  line-height: 1.7em;
  height: 47px;
  line-height: 1em;
  border: none;
}
.ui.form .field > input:focus,
.ui.form .field textarea:focus,
.ui.form .field select:focus {
  outline: none;
}
.ui.form .field,
.ui.form .group-holder label {
  position: relative;
}
.ui.form input[type="checkbox"] {
  visibility: hidden;
  cursor: pointer;
  margin-right: 10px;
}
.ui.form .mark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #3cbb54;
  cursor: pointer;
}
.ui.form .field:hover input ~ .mark {
  background-color: #3cbb54;
  opacity: 0.3;
}
.ui.form input:checked ~ .mark {
  background-color: #3cbb54 !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;
}
.login_form_container {
  border-radius: 10px;
  border: 1px solid #B9D7DB;
  margin: 0 auto;
  padding: 40px 50px!important;
}
@media screen and (max-width: 991.98px) {
  .login_form_container {
    padding: 20px 0!important;
  }
}
.login_form_container button {
  border: none;
}
.login_form_container input {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  width: 80% !important;
  margin: 0 auto;
}
.login_form_container a {
  color: #3cbb54 !important;
}
.site-footer {
  width: 100%;
  position: relative;
  overflow: visible;
}
.site-footer .footer-main {
  background-color: #061b07;
  background-image: url('../themes/pensoft-eufawready/images/footer-pattern.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.site-footer .footer-main .footer-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.site-footer .footer-main .footer-row::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  border-radius: 400px;
  opacity: 0.7;
  background: radial-gradient(50% 50% at 50% 50%, rgba(244, 191, 25, 0.14) 0%, rgba(244, 191, 25, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
.site-footer .footer-main .footer-row::after {
  content: '';
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  border-radius: 400px;
  opacity: 0.7;
  background: radial-gradient(50% 50% at 50% 50%, rgba(244, 191, 25, 0.14) 0%, rgba(244, 191, 25, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .site-footer .footer-main .footer-row::before,
  .site-footer .footer-main .footer-row::after {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main {
    padding: 60px 0 40px;
    background-size: auto 80%;
  }
  .site-footer .footer-main::before {
    width: 550px;
    height: 440px;
    left: -250px;
    top: 40px;
  }
  .site-footer .footer-main::after {
    width: 600px;
    height: 550px;
    right: -280px;
    top: 150px;
  }
}
@media screen and (max-width: 575.98px) {
  .site-footer .footer-main {
    padding: 40px 0 30px;
    background-size: auto 60%;
  }
  .site-footer .footer-main::before {
    width: 400px;
    height: 320px;
    left: -200px;
    top: 30px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.15) 50%, transparent 80%);
  }
  .site-footer .footer-main::after {
    width: 450px;
    height: 400px;
    right: -250px;
    top: 100px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.15) 50%, transparent 80%);
  }
}
.site-footer .footer-main .footer-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-left {
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
    text-align: center;
  }
}
.site-footer .footer-main .footer-left .footer-logo {
  max-width: 148px;
  height: auto;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-left .footer-logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .site-footer .footer-main .footer-left .footer-logo {
    max-width: 180px;
  }
}
.site-footer .footer-main .footer-left .newsletter-section {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-left .newsletter-section {
    gap: 20px;
    align-items: center;
  }
}
.site-footer .footer-main .footer-left .newsletter-section .newsletter-text {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Satoshi Medium', sans-serif;
  letter-spacing: -0.6px;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-left .newsletter-section .newsletter-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .site-footer .footer-main .footer-left .newsletter-section .newsletter-text {
    font-size: 16px;
  }
}
.site-footer .footer-main .footer-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 720px;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right {
    gap: 40px;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.site-footer .footer-main .footer-right .footer-nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .footer-nav-wrapper {
    justify-content: center;
  }
}
.site-footer .footer-main .footer-right .footer-navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .footer-navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.site-footer .footer-main .footer-right .footer-navbar-nav .footer-nav-item {
  margin: 0;
}
.site-footer .footer-main .footer-right .footer-navbar-nav .footer-nav-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Satoshi Medium', sans-serif;
  letter-spacing: -0.51px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .footer-navbar-nav .footer-nav-item a {
    font-size: 16px;
  }
}
.site-footer .footer-main .footer-right .footer-navbar-nav .footer-nav-item a:hover {
  opacity: 0.8;
}
.site-footer .footer-main .footer-right .eu-funding {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .eu-funding {
    align-items: center;
    text-align: center;
  }
}
.site-footer .footer-main .footer-right .eu-funding .eu-flag {
  width: 158px;
  height: 35px;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .eu-funding .eu-flag {
    width: 140px;
    height: 31px;
  }
}
.site-footer .footer-main .footer-right .eu-funding .funding-text .jumbotron-item {
  padding: 0 !important;
}
.site-footer .footer-main .footer-right .eu-funding .funding-text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  line-height: 19px;
  letter-spacing: -0.36px;
  padding: 0 !important;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .eu-funding .funding-text p {
    font-size: 11px;
    line-height: 17px;
  }
}
.site-footer .footer-main .footer-right .social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .social-icons {
    justify-content: center;
  }
}
.site-footer .footer-main .footer-right .social-icons .social-icon-link {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}
.site-footer .footer-main .footer-right .social-icons .social-icon-link:hover {
  transform: translateY(-2px);
}
.site-footer .footer-main .footer-right .social-icons .social-icon-link .social-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #009344;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .social-icons .social-icon-link .social-icon-wrapper {
    width: 42px;
    height: 42px;
  }
}
.site-footer .footer-main .footer-right .social-icons .social-icon-link .social-icon-wrapper i {
  color: #ffffff;
  font-size: 28px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .social-icons .social-icon-link .social-icon-wrapper i {
    font-size: 24px;
  }
}
.site-footer .footer-main .footer-right .social-icons .social-icon-link .social-icon-wrapper .social-icon-svg {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-main .footer-right .social-icons .social-icon-link .social-icon-wrapper .social-icon-svg {
    width: 20px;
    height: 20px;
  }
}
.site-footer .footer-main .footer-right .social-icons .social-icon-link:hover .social-icon-wrapper {
  background-color: #007A38;
}
.site-footer .footer-bottom {
  background-color: #000000;
  padding: 18px 0;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-bottom {
    padding: 15px 0;
  }
}
.site-footer .footer-bottom .black-footer-container {
  padding: 0;
}
.site-footer .footer-bottom .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.site-footer .footer-bottom .footer-bottom-content .privacy-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Satoshi', sans-serif;
  letter-spacing: -0.45px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-bottom .footer-bottom-content .privacy-link {
    font-size: 14px;
  }
}
.site-footer .footer-bottom .footer-bottom-content .privacy-link:hover {
  opacity: 0.8;
}
.site-footer .footer-bottom .footer-bottom-content .powered-by {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Satoshi', sans-serif;
  letter-spacing: -0.45px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-bottom .footer-bottom-content .powered-by {
    font-size: 14px;
    text-align: center;
    justify-content: center;
  }
}
.site-footer .footer-bottom .footer-bottom-content .powered-by .pensoft-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.site-footer .footer-bottom .footer-bottom-content .powered-by .pensoft-link:hover {
  opacity: 0.8;
}
.site-footer .footer-bottom .footer-bottom-content .powered-by .pensoft-link .pensoft-logo {
  height: 16px;
  width: auto;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .site-footer .footer-bottom .footer-bottom-content .powered-by .pensoft-link .pensoft-logo {
    height: 14px;
  }
}
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 96px;
}
@media screen and (max-width: 991.98px) {
  .hero {
    width: unset;
  }
}
.hero .hero-carousel {
  position: relative;
}
.hero .hero-slide {
  position: relative;
  height: 652px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991.98px) {
  .hero .hero-slide {
    height: 70vh;
  }
}
.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
@media screen and (max-width: 991.98px) {
  .hero .hero-image {
    border-radius: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .hero-image {
    border-radius: 15px;
  }
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 22, 0.45);
  mix-blend-mode: multiply;
  border-radius: 30px;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .hero .hero-overlay {
    border-radius: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .hero-overlay {
    border-radius: 15px;
  }
}
.hero .hero-content {
  position: relative;
  z-index: 3;
  padding-left: 53px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}
@media screen and (max-width: 991.98px) {
  .hero .hero-content {
    padding-left: 40px;
    gap: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .hero-content {
    padding-left: 30px;
    gap: 15px;
  }
}
.hero .hero-content-group {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  .hero .hero-content-group {
    gap: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .hero-content-group {
    gap: 15px;
  }
}
.hero .hero-title {
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  font-family: 'Satoshi Medium';
  font-weight: 500;
  margin: 0;
  max-width: 638px;
}
@media screen and (max-width: 991.98px) {
  .hero .hero-title {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .hero-title {
    font-size: 28px;
    letter-spacing: -0.8px;
  }
}
.hero .slick-dots {
  position: absolute;
  bottom: 54px;
  left: 53px;
  display: flex !important;
  align-items: center;
  gap: 10.41px;
  z-index: 4;
}
@media screen and (max-width: 991.98px) {
  .hero .slick-dots {
    bottom: 30px;
    left: 40px;
    gap: 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .slick-dots {
    bottom: 20px;
    left: 30px;
    gap: 6px;
  }
}
.hero .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: 8px;
}
.hero .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 9999px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.hero .slick-dots li button:before {
  display: none;
}
.hero .slick-dots li.slick-active button {
  width: 26px;
  opacity: 1;
  background: #ffffff;
}
.hero .slick-list {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .hero .slick-list {
    border-radius: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero .slick-list {
    border-radius: 15px;
  }
}
.hero .slick-track {
  display: flex;
  align-items: stretch;
}
.news-listing-section {
  padding: 64px 0;
  background: transparent;
}
@media screen and (max-width: 991.98px) {
  .news-listing-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .news-listing-section {
    padding: 30px 0;
  }
}
.news-category-tabs {
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .news-category-tabs {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .news-category-tabs {
    margin-bottom: 20px;
  }
}
.tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .tabs-navigation {
    gap: 8px;
  }
}
.tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 6px 14px;
  border-radius: 28px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #717171;
  letter-spacing: -0.48px;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.tab-link:hover {
  opacity: 0.7;
}
.tab-link.active {
  color: #09220a;
  border-color: #c8c8c8;
}
@media screen and (max-width: 575.98px) {
  .tab-link {
    font-size: 15px;
    padding: 5px 12px;
    height: 36px;
  }
}
.news-list {
  margin-bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  .news-list {
    margin-bottom: 40px;
  }
}
.news-list .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .news-list .row {
    flex-direction: column;
  }
}
.news-list .row > [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .news-list .row > [class*="col-"] {
    padding: 0;
    margin-bottom: 30px;
  }
}
.highlight-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  .highlight-card {
    height: auto;
  }
}
.highlight-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.33333333;
  margin-bottom: 18px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .highlight-image-wrapper {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .highlight-image-wrapper {
    margin-bottom: 12px;
    border-radius: 16px;
  }
}
.highlight-image-wrapper:hover .highlight-image {
  transform: scale(1.05);
}
.highlight-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  transition: transform 0.3s ease;
}
.highlight-date-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.19);
  padding: 9px 11px;
  border-radius: 12px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -0.39px;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}
@media screen and (max-width: 575.98px) {
  .highlight-date-badge {
    font-size: 12px;
    padding: 8px 10px;
    top: 10px;
    left: 10px;
  }
}
.highlight-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .highlight-content {
    gap: 10px;
  }
}
.highlight-title-link {
  flex: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.highlight-title-link:hover {
  opacity: 0.8;
}
.highlight-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #09220a;
  letter-spacing: -0.54px;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 47px;
}
@media screen and (max-width: 575.98px) {
  .highlight-title {
    font-size: 16px;
    letter-spacing: -0.48px;
    max-height: 42px;
  }
}
.highlight-arrow {
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009344;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.highlight-arrow img {
  width: 20px;
  height: 17px;
  display: block;
}
.highlight-arrow:hover {
  transform: translateX(3px);
  background: #006a31;
}
@media screen and (max-width: 575.98px) {
  .highlight-arrow {
    width: 40px;
    height: 40px;
  }
  .highlight-arrow img {
    width: 18px;
    height: 15px;
  }
}
.news-back-button {
  margin-bottom: 32px;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .news-back-button {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .news-back-button {
    margin-bottom: 24px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news-detail-container {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 64px;
}
@media screen and (max-width: 991.98px) {
  .news-detail-container {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .news-detail-container {
    padding-bottom: 40px;
  }
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #09220a;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.back-link svg {
  flex-shrink: 0;
}
.back-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575.98px) {
  .back-link {
    font-size: 15px;
  }
}
.news-detail-header {
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .news-detail-header {
    margin-bottom: 24px;
  }
}
.news-detail-date-badge {
  display: inline-block;
  background: #a2cbb5;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 9px 11px;
  border-radius: 12px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -0.39px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 575.98px) {
  .news-detail-date-badge {
    font-size: 12px;
    padding: 8px 10px;
    margin-top: 12px;
  }
}
.news-detail-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #09220a;
  letter-spacing: -1.26px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .news-detail-title {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}
@media screen and (max-width: 575.98px) {
  .news-detail-title {
    font-size: 28px;
    letter-spacing: -0.84px;
  }
}
.news-detail-image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.news-detail-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 575.98px) {
  .news-detail-image {
    margin-bottom: 30px;
    border-radius: 16px;
  }
}
.news-detail-caption {
  padding: 16px 20px;
  background: #f5f5f5;
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  color: #717171;
  font-style: italic;
  line-height: 1.5;
}
@media screen and (max-width: 575.98px) {
  .news-detail-caption {
    padding: 12px 16px;
    font-size: 13px;
  }
}
.news-detail-content {
  font-family: 'Satoshi', sans-serif;
  font-size: 18px;
  color: #09220a;
  line-height: 1.7;
  letter-spacing: -0.36px;
  margin-bottom: 48px;
}
.news-detail-content p {
  margin-bottom: 20px;
}
.news-detail-content p:last-child {
  margin-bottom: 0;
}
.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4,
.news-detail-content h5,
.news-detail-content h6 {
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.news-detail-content h2 {
  font-size: 32px;
  letter-spacing: -0.96px;
}
.news-detail-content h3 {
  font-size: 24px;
  letter-spacing: -0.72px;
}
.news-detail-content ul,
.news-detail-content ol {
  margin-bottom: 20px;
  padding-left: 24px;
}
.news-detail-content ul li,
.news-detail-content ol li {
  margin-bottom: 8px;
}
.news-detail-content a {
  color: #009344;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.news-detail-content a:hover {
  opacity: 0.7;
}
.news-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
}
.news-detail-content blockquote {
  border-left: 4px solid #009344;
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
  color: #717171;
}
@media screen and (max-width: 575.98px) {
  .news-detail-content {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
  }
  .news-detail-content h2 {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-top: 24px;
  }
  .news-detail-content h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-top: 20px;
  }
}
.news-detail-share {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 64px;
}
.news-detail-share .share-label {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #09220a;
}
.news-detail-share .share-buttons {
  display: flex;
  gap: 12px;
}
.news-detail-share .share-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009344;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-detail-share .share-button i {
  font-size: 18px;
}
.news-detail-share .share-button:hover {
  background: #006a31;
  transform: translateY(-2px);
}
@media screen and (max-width: 575.98px) {
  .news-detail-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 48px;
    padding: 20px 0;
  }
}
.other-news-section {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  .other-news-section {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  .other-news-section {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.other-news-heading {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #09220a;
  letter-spacing: -0.96px;
  line-height: normal;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 991.98px) {
  .other-news-heading {
    font-size: 28px;
    letter-spacing: -0.84px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .other-news-heading {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
  }
}
.other-news-grid .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .other-news-grid .row {
    flex-direction: column;
  }
}
.other-news-grid .row > [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .other-news-grid .row > [class*="col-"] {
    padding: 0;
    margin-bottom: 30px;
  }
}
.other-news-grid .highlight-card {
  margin-bottom: 0;
}
.news-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  .news-pagination-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .news-pagination-wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.news-pagination-wrapper ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575.98px) {
  .news-pagination-wrapper ul.pagination {
    gap: 6px;
  }
}
.news-pagination-wrapper ul.pagination li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-pagination-wrapper ul.pagination li a,
.news-pagination-wrapper ul.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #717171;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background: transparent;
}
@media screen and (max-width: 575.98px) {
  .news-pagination-wrapper ul.pagination li a,
  .news-pagination-wrapper ul.pagination li span {
    min-width: 36px;
    height: 36px;
    font-size: 15px;
    padding: 6px 10px;
  }
}
.news-pagination-wrapper ul.pagination li a {
  cursor: pointer;
}
.news-pagination-wrapper ul.pagination li a:hover {
  color: #009344;
  background: rgba(0, 147, 68, 0.08);
  border-color: rgba(0, 147, 68, 0.2);
}
.news-pagination-wrapper ul.pagination li.active a,
.news-pagination-wrapper ul.pagination li.active span {
  color: #009344;
  background: rgba(0, 147, 68, 0.12);
  border-color: rgba(0, 147, 68, 0.3);
  font-weight: 600;
}
.news-pagination-wrapper ul.pagination li.disabled a,
.news-pagination-wrapper ul.pagination li.disabled span {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  color: #717171;
}
.news-pagination-wrapper ul.pagination li.disabled a:hover,
.news-pagination-wrapper ul.pagination li.disabled span:hover {
  background: transparent;
  border-color: transparent;
}
.home-blocks {
  padding: 8px 0;
  background: transparent;
}
.home-blocks .block-item {
  padding: 0 4px;
}
@media screen and (max-width: 991.98px) {
  .home-blocks .block-item {
    margin-bottom: 8px;
  }
}
.home-blocks .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .home-blocks .row {
    flex-direction: column;
  }
}
.feature-card {
  background: #109448;
  border-radius: 20px;
  padding: 30px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}
.feature-icon {
  width: 54px;
  height: 53px;
  margin-bottom: 30px;
}
.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 575.98px) {
  .feature-icon {
    width: 80px;
    height: 80px;
  }
}
.feature-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 9px 0;
  letter-spacing: -0.6px;
  line-height: 1.2;
}
@media screen and (max-width: 575.98px) {
  .feature-title {
    font-size: 18px;
  }
}
.feature-description {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.48px;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .feature-description {
    font-size: 15px;
  }
}
.home-highlights {
  padding: 64px 0;
  background: transparent;
}
@media screen and (max-width: 991.98px) {
  .home-highlights {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .home-highlights {
    padding: 30px 0;
  }
}
.home-highlights .section-header {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 42px;
  color: #09220a;
  text-align: center;
  letter-spacing: -1.26px;
  line-height: normal;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 991.98px) {
  .home-highlights .section-header {
    font-size: 36px;
    letter-spacing: -1.08px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .home-highlights .section-header {
    font-size: 28px;
    letter-spacing: -0.84px;
    margin-bottom: 15px;
  }
}
.home-highlights .row {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .home-highlights .row {
    flex-direction: column;
  }
}
.home-highlights .row > [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .home-highlights .row > [class*="col-"] {
    padding: 0;
    margin-bottom: 30px;
  }
}
.home-highlights .view-all-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.advisory-board {
  margin-top: 60px;
}
.profile-card {
  border-radius: 20px;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.profile-avatar {
  width: 100%;
  aspect-ratio: 0.96;
  overflow: hidden;
  border-radius: 20px;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease;
}
.profile-card:hover .profile-avatar img {
  transform: scale(1.05);
}
.profile-info {
  padding: 20px 15px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.profile-name {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #09220a;
  letter-spacing: -0.54px;
  line-height: 1.3;
  margin: 0 0 4px 0;
}
.profile-position {
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 34, 10, 0.5);
  letter-spacing: -0.48px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.read-more {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #009344;
  letter-spacing: -0.51px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  transition: color 0.3s ease;
}
.read-more::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  background-image: url('/themes/pensoft-eufawready/assets/images/arrow-initial.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: width 0.3s ease, background-image 0.3s ease;
}
.read-more:hover {
  color: #006A31;
  text-decoration: none;
}
.read-more:hover::after {
  width: 18px;
  background-image: url('/themes/pensoft-eufawready/assets/images/arrow-hovered.svg');
}
@media screen and (max-width: 991.98px) {
  .profile-card {
    margin-bottom: 20px;
  }
  .profile-info {
    padding: 18px 12px 20px;
  }
  .profile-name {
    font-size: 17px;
  }
  .profile-position {
    font-size: 15px;
  }
  .read-more {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .profile-card {
    margin-bottom: 20px;
  }
  .profile-info {
    padding: 18px 12px 20px;
  }
  .profile-name {
    font-size: 17px;
  }
  .profile-position {
    font-size: 15px;
  }
  .read-more {
    font-size: 16px;
  }
  .modal-container.advisory-board-modal-container {
    width: 90vw;
    max-width: 600px;
    max-height: 90vh;
    padding: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .advisory-board .row {
    gap: 15px 0;
  }
  .profile-card {
    margin-bottom: 15px;
  }
  .profile-avatar {
    aspect-ratio: 1;
  }
  .profile-info {
    padding: 15px 10px 18px;
  }
  .profile-name {
    font-size: 16px;
  }
  .profile-position {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .modal-container.advisory-board-modal-container {
    width: 95vw;
    max-height: 95vh;
    margin: 20px;
    padding: 0;
  }
  .modal-content.advisory-board-modal-content {
    padding: 40px 25px 30px;
  }
  .advisory-popup-avatar {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
  .advisory-popup-info {
    padding: 20px 15px;
  }
  .advisory-popup-name {
    font-size: 16px;
  }
  .advisory-popup-position {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .advisory-popup-content {
    font-size: 14px;
    max-width: 100%;
  }
}
.modal-overlay.advisory-board-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(211, 211, 211, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}
.modal-overlay.advisory-board-modal.show {
  display: flex;
}
.modal-container.advisory-board-modal-container {
  position: relative;
  background: white;
  border-radius: 10px;
  width: 600px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: -3px 0px 25px 10px rgba(185, 185, 185, 0.25);
  animation: modalFadeIn 0.3s ease-out;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-close.advisory-board-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: transform 0.2s ease;
}
.modal-close.advisory-board-modal-close .close-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-close.advisory-board-modal-close:hover {
  transform: scale(1.1);
}
.modal-close.advisory-board-modal-close:focus {
  outline: none;
}
.modal-content.advisory-board-modal-content {
  padding: 50px 40px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advisory-popup-avatar {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.advisory-popup-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.advisory-popup-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advisory-popup-name {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #09220a;
  letter-spacing: -0.54px;
  line-height: 1.3;
  margin: 0 0 8px 0;
  padding: 0;
}
.advisory-popup-position {
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 34, 10, 0.5);
  letter-spacing: -0.48px;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0;
}
.advisory-popup-content {
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 34, 10, 0.7);
  letter-spacing: -0.48px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.advisory-popup-content a {
  color: #009344;
  text-decoration: none;
}
.advisory-popup-content a:hover {
  color: #007A38;
  text-decoration: underline;
}
.advisory-popup-content p {
  margin: 0 0 15px 0;
}
.advisory-popup-content p:last-child {
  margin-bottom: 0;
}
.advisory-popup-content br {
  line-height: 0.5;
}
@keyframes bubblePopUp {
  0% {
    opacity: 0;
    transform: scale(0) translateY(30px) rotate(-10deg);
  }
  50% {
    transform: scale(1.15) translateY(-8px) rotate(2deg);
  }
  75% {
    transform: scale(0.95) translateY(2px) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotate(0deg);
  }
}
.background-section {
  padding: 80px 0;
  background: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .background-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section {
    padding: 30px 0;
  }
}
.background-section .section-header {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #09220a;
  text-align: left;
  letter-spacing: -0.9px;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767.98px) {
  .background-section .section-header {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .section-header {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.background-section .section-description {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #546554;
  text-align: left;
  letter-spacing: -0.51px;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .background-section .section-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .section-description {
    font-size: 14px;
    line-height: 1.5;
  }
}
.background-section img {
  height: 400px;
  width: 500px;
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .background-section img {
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section img {
    border-radius: 12px;
    max-width: 364px;
  }
}
.background-section .ipm-toolbox-video-container {
  width: 500px;
  height: 400px;
  padding: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media screen and (max-width: 575.98px) {
  .background-section .ipm-toolbox-video-container {
    max-width: 364px;
  }
}
.background-section .ipm-toolbox-image {
  width: 500px;
  height: 400px;
  display: block;
  object-fit: cover;
}
.background-section .row {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 991.98px) {
  .background-section .row {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .row {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .row {
    margin-bottom: 40px;
    gap: 30px;
  }
}
.background-section .row:last-child {
  margin-bottom: 0;
}
.background-section .row .col-md-6 {
  padding: 0 30px;
}
@media screen and (max-width: 991.98px) {
  .background-section .row .col-md-6 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .row .col-md-6 {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .row .col-md-6:first-child {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .row .col-md-6:last-child {
    order: 1;
  }
}
.background-section .row:nth-child(2) .col-md-6:first-child {
  order: 1;
}
@media screen and (max-width: 767.98px) {
  .background-section .row:nth-child(2) .col-md-6:first-child {
    order: 1;
  }
}
.background-section .row:nth-child(2) .col-md-6:last-child {
  order: 2;
}
@media screen and (max-width: 767.98px) {
  .background-section .row:nth-child(2) .col-md-6:last-child {
    order: 2;
  }
}
.background-section .mission-image {
  position: relative;
  border-radius: 20px;
  background: #F7F6F4;
  min-height: 400px;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media screen and (max-width: 991.98px) {
  .background-section .mission-image {
    padding: 30px;
    min-height: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .mission-image {
    padding: 25px;
    min-height: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .mission-image {
    padding: 20px;
    min-height: 250px;
  }
}
.background-section .mission-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.background-section .mission-image .bubble-image {
  position: absolute;
  background: #F5FBF3;
  border-radius: 39px;
  padding: 12px 13px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #009344;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.39px;
  z-index: 2;
  white-space: normal;
  max-width: 140px;
  word-wrap: break-word;
  box-shadow: 7px 10px 20px 0px rgba(229, 243, 223, 0.59);
  opacity: 0;
  transform: scale(0) translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.background-section .mission-image .bubble-image.animate {
  animation: bubblePopUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: inherit;
}
@media screen and (max-width: 991.98px) {
  .background-section .mission-image .bubble-image {
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 35px;
    line-height: 15px;
    max-width: 130px;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .mission-image .bubble-image {
    font-size: 11px;
    padding: 8px 10px;
    border-radius: 30px;
    line-height: 14px;
    max-width: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .mission-image .bubble-image {
    font-size: 10px;
    padding: 6px 8px;
    border-radius: 25px;
    line-height: 13px;
    max-width: 110px;
  }
}
.background-section .mission-image .bubble-image.bubble-top-left {
  top: 10%;
  left: 5%;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767.98px) {
  .background-section .mission-image .bubble-image.bubble-top-left {
    top: 5%;
    left: 2%;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .mission-image .bubble-image.bubble-top-left {
    top: 2%;
    left: 0;
  }
}
.background-section .mission-image .bubble-image.bubble-top-right {
  top: 10%;
  right: 5%;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .background-section .mission-image .bubble-image.bubble-top-right {
    top: 5%;
    right: 2%;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .mission-image .bubble-image.bubble-top-right {
    top: 2%;
    right: 0;
  }
}
.background-section .mission-image .bubble-image.bubble-middle-left {
  top: 45%;
  left: 2%;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767.98px) {
  .background-section .mission-image .bubble-image.bubble-middle-left {
    top: 40%;
    left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .mission-image .bubble-image.bubble-middle-left {
    top: 35%;
    left: -5px;
  }
}
.background-section .mission-image .bubble-image.bubble-middle-right {
  top: 45%;
  right: 2%;
  animation-delay: 0.7s;
}
@media screen and (max-width: 767.98px) {
  .background-section .mission-image .bubble-image.bubble-middle-right {
    top: 40%;
    right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .background-section .mission-image .bubble-image.bubble-middle-right {
    top: 35%;
    right: -5px;
  }
}
@media screen and (max-width: 991.98px) {
  .background-section .background-col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .background-section .ipm-toolbox-video-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .background-section .section-header,
  .background-section .section-description {
    text-align: center;
  }
}
.objectives-section {
  background: #00672C;
  padding: 80px 0;
}
@media screen and (max-width: 991.98px) {
  .objectives-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .objectives-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .objectives-section {
    padding: 40px 0;
  }
}
.objectives-section .objectives-header {
  color: #FFF;
  font-family: Satoshi;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 991.98px) {
  .objectives-section .objectives-header {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .objectives-section .objectives-header {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .objectives-section .objectives-header {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.objective-card {
  background: #109448;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .objective-card {
    padding: 25px;
    min-height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .objective-card {
    padding: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .objective-card {
    padding: 18px;
  }
}
.objective-card:hover {
  transform: translateY(-4px);
  background: #0d7a3a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.objective-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  .objective-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .objective-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .objective-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }
}
.objective-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.objective-description {
  color: #FFF;
  font-family: Satoshi;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.51px;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .objective-description {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767.98px) {
  .objective-description {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 575.98px) {
  .objective-description {
    font-size: 14px;
    line-height: 1.3;
  }
}
.ipm-toolbox-section {
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.ipm-toolbox-section .text-column {
  padding-right: 30px;
}
@media screen and (max-width: 991.98px) {
  .ipm-toolbox-section .text-column {
    padding-right: 10px;
    order: 2;
  }
}
.ipm-toolbox-section .video-column {
  padding-left: 30px;
}
@media screen and (max-width: 991.98px) {
  .ipm-toolbox-section .video-column {
    padding-left: 10px;
    order: 1;
    margin-bottom: 40px;
  }
}
.ipm-toolbox-section .section-header {
  color: #09220A;
  font-family: 'Satoshi', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  text-align: left;
}
.ipm-toolbox-section .section-description {
  color: #546554;
  font-family: 'Satoshi', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px;
  margin-bottom: 20px;
  text-align: justify;
}
.ipm-toolbox-section .section-description:last-child {
  margin-bottom: 0;
}
.ipm-toolbox-section .row {
  display: flex;
  align-items: center;
}
.ipm-toolbox-section .ipm-toolbox-video-container {
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.ipm-toolbox-section .ipm-toolbox-image {
  width: 610px;
  height: 400px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .ipm-toolbox-section {
    padding: 60px 0;
  }
  .ipm-toolbox-section .ipm-toolbox-image {
    min-width: 400px;
    width: 100%;
    height: 100%;
  }
  .ipm-toolbox-section .section-header {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .ipm-toolbox-section .section-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .ipm-toolbox-section {
    padding: 40px 0;
  }
  .ipm-toolbox-section .section-header {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ipm-toolbox-section .section-description {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
@media screen and (max-width: 991.98px) {
  .ipm-toolbox-section .row {
    flex-direction: column;
  }
  .ipm-toolbox-section .ipm-toolbox-video-container {
    margin-top: 40px;
  }
}
.stakeholder-community .stakeholder-community-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  .stakeholder-community .section-header {
    text-align: center;
    margin: 20px 0;
  }
}
.stakeholder-community .stakeholder-community-row {
  width: 80%;
  margin: 50px 0;
}
.stakeholder-community .stakeholder-community-row .stakeholder-community-content,
.stakeholder-community .stakeholder-community-row .stakeholder-community-image {
  padding: 0 30px;
}
.stakeholder-community .stakeholder-community-row .stakeholder-community-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 991.98px) {
  .stakeholder-community .stakeholder-community-row .stakeholder-community-content {
    text-align: center;
    align-items: center;
    order: 1;
  }
}
.stakeholder-community .stakeholder-community-row:first-of-type .stakeholder-community-image {
  display: flex;
  justify-content: end;
}
.stakeholder-community .stakeholder-community-row img {
  width: 100%;
}
.partners-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.partners-section .row {
  margin: 0 -10px;
}
.partners-section [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}
.partners-section .partner-card {
  background-color: #f7f6f1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partners-section .partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.partners-section .partner-card.partner-card-clickable {
  cursor: pointer;
}
.partners-section .partner-card.partner-card-clickable:focus {
  outline: 2px solid #009344;
  outline-offset: 2px;
}
.partners-section .partner-card .partner-logo {
  min-width: 120px;
  min-height: 70px;
  max-width: 140px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .partners-section {
    padding: 40px 0;
  }
  .partners-section .partner-card {
    padding: 30px 20px;
    min-height: 120px;
  }
  .partners-section .partner-card .partner-logo {
    max-height: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  .partners-section {
    padding: 30px 0;
  }
  .partners-section [class*="col-"] {
    margin-bottom: 15px;
  }
  .partners-section .partner-card {
    padding: 20px 15px;
    min-height: 100px;
  }
  .partners-section .partner-card .partner-logo {
    max-height: 50px;
  }
}
.modal-overlay.partners-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(211, 211, 211, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}
.modal-overlay.partners-modal.show {
  display: flex;
}
.modal-container.partners-modal-container {
  position: relative;
  background: white;
  border-radius: 10px;
  width: 90vw;
  max-width: 1042px;
  max-height: 85vh;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: -3px 0px 25px 10px rgba(185, 185, 185, 0.25);
  animation: modalFadeIn 0.3s ease-out;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-close.partners-modal-close {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: transform 0.2s ease;
}
.modal-close.partners-modal-close .close-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-close.partners-modal-close:hover {
  transform: scale(1.1);
}
.modal-close.partners-modal-close:focus {
  outline: 2px solid #009344;
  outline-offset: 2px;
}
.modal-content.partners-modal-content {
  padding: 50px 60px 40px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.partners-popup-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.partners-popup-logo-container {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 349px;
  max-width: 40%;
  min-width: 280px;
}
.partners-popup-logo-box {
  background-color: #f7f6f1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 236px;
}
.partners-popup-logo-box img {
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 167px;
  object-fit: contain;
  object-position: center;
}
.visit-website-btn {
  max-width: 100%;
}
.partners-popup-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.partners-popup-name {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #09220a;
  letter-spacing: -0.66px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.partners-popup-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partners-popup-content {
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 34, 10, 0.7);
  letter-spacing: -0.48px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.partners-popup-read-more {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #009344;
  letter-spacing: -0.51px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  transition: color 0.3s ease;
  cursor: pointer;
}
.partners-popup-read-more .read-more-icon {
  width: 12px;
  height: 6px;
  transition: transform 0.3s ease;
}
.partners-popup-read-more:hover {
  color: #007A38;
  text-decoration: none;
}
.partners-popup-team {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(9, 34, 10, 0.1);
}
.partners-popup-team-title {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #09220a;
  letter-spacing: -0.54px;
  margin: 0 0 20px 0;
}
.partner-team-member {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 15px;
}
.partner-team-member:last-child {
  margin-bottom: 0;
}
.partner-team-avatar {
  width: 115px;
  height: 105.8px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #f7f6f1;
}
.partner-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.partner-team-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.partner-team-name {
  font-family: 'Satoshi Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #546554;
  letter-spacing: -0.48px;
  margin: 0;
}
.partner-team-bio {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #009344;
  letter-spacing: -0.51px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.partner-team-bio .bio-icon {
  width: 12px;
  height: 6px;
  transition: transform 0.3s ease;
}
.partner-team-bio:hover {
  color: #007A38;
  text-decoration: none;
}
.partner-team-bio-content {
  margin-top: 10px;
  padding-top: 10px;
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(9, 34, 10, 0.7);
  letter-spacing: -0.45px;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .modal-container.partners-modal-container {
    width: 95vw;
    max-width: 800px;
  }
  .modal-content.partners-modal-content {
    padding: 40px 30px 30px;
  }
  .partners-popup-main {
    flex-direction: column;
    gap: 30px;
  }
  .partners-popup-logo-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .partners-popup-logo-box {
    padding: 60px 40px;
    min-height: 180px;
  }
  .partners-popup-logo-box img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 120px;
    object-fit: contain;
    object-position: center;
  }
  .partners-popup-info {
    max-height: 65vh;
  }
}
@media screen and (max-width: 575.98px) {
  .modal-container.partners-modal-container {
    width: 95vw;
    margin: 10px;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal-content.partners-modal-content {
    padding: 30px 20px 25px;
  }
  .modal-close.partners-modal-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .partners-popup-main {
    gap: 25px;
  }
  .partners-popup-logo-container {
    width: 100%;
    max-width: 100%;
  }
  .partners-popup-logo-box {
    padding: 40px 30px;
    min-height: 150px;
  }
  .partners-popup-logo-box img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 80px;
    object-fit: contain;
    object-position: center;
  }
  .partners-popup-info {
    max-height: none;
    padding-right: 5px;
  }
  .partners-popup-name {
    font-size: 20px;
  }
  .partners-popup-content {
    font-size: 15px;
  }
  .partners-popup-read-more {
    font-size: 16px;
  }
  .partners-popup-team-title {
    font-size: 17px;
  }
  .partner-team-avatar {
    width: 80px;
    height: 75px;
  }
  .partner-team-name {
    font-size: 15px;
  }
  .partner-team-bio {
    font-size: 16px;
  }
}
.wp-schema .wp-schema-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 991.98px) {
  .wp-schema .wp-schema-image {
    display: none;
  }
}
.work-packages {
  margin-top: 50px;
}
.work-packages .wp-container {
  display: flex;
  justify-content: center;
}
.work-packages .wp-item {
  width: 960px;
}
.work-packages .work-packages .wp-accordion {
  background: #f5f5f5;
  border-radius: 12px;
  margin: 16px 0;
  padding: 0;
  width: 100%;
  cursor: default;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-accordion {
    margin: 12px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-accordion {
    margin: 10px 0;
  }
}
.work-packages .work-packages .wp-accordion .accordion-toggle {
  display: flex;
  align-items: center;
  padding: 16px 0 !important;
  cursor: pointer;
  background: #ffffff !important;
  border: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-accordion .accordion-toggle {
    padding: 12px 16px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-accordion .accordion-toggle {
    padding: 10px 12px;
  }
}
.work-packages .work-packages .wp-accordion .accordion-toggle:hover {
  opacity: 0.9;
}
.work-packages .work-packages .wp-accordion .accordion-toggle:focus {
  outline: none;
}
.work-packages .work-packages .wp-number-box {
  width: 122px;
  height: 77.624px;
  background: #0a612b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-number-box {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-number-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
}
.work-packages .work-packages .wp-number-box .wp-number {
  font-family: 'Satoshi', 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -0.84px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-number-box .wp-number {
    font-size: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-number-box .wp-number {
    font-size: 20px;
  }
}
.work-packages .work-packages .wp-title {
  flex: 1;
  padding: 0 24px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-title {
    padding: 0 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-title {
    padding: 0 12px;
  }
}
.work-packages .work-packages .wp-title span {
  font-family: 'Satoshi', 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #09220a;
  letter-spacing: -0.66px;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-title span {
    font-size: 16px;
  }
}
.work-packages .work-packages .wp-toggle-btn {
  width: 40px;
  height: 40px;
  background: #006a31;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-toggle-btn {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-toggle-btn {
    width: 32px;
    height: 32px;
  }
}
.work-packages .work-packages .wp-toggle-btn:hover {
  background: #005528;
}
.work-packages .work-packages .wp-toggle-btn .toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-toggle-btn .toggle-icon {
    width: 14px;
    height: 14px;
  }
}
.work-packages .work-packages .wp-toggle-btn .toggle-icon::before,
.work-packages .work-packages .wp-toggle-btn .toggle-icon::after {
  content: '';
  position: absolute;
  background: #ffffff;
  border-radius: 2px;
}
.work-packages .work-packages .wp-toggle-btn .toggle-icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-toggle-btn .toggle-icon::before {
    width: 14px;
  }
}
.work-packages .work-packages .wp-toggle-btn .toggle-icon::after {
  width: 2px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-toggle-btn .toggle-icon::after {
    height: 14px;
  }
}
.work-packages .work-packages .wp-accordion.active .wp-toggle-btn .toggle-icon {
  transform: rotate(45deg);
}
.work-packages .work-packages .wp-accordion .accordion-content {
  padding: 24px 0;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-accordion .accordion-content {
    padding: 20px 106px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-accordion .accordion-content {
    padding: 16px 0;
  }
}
.work-packages .work-packages .wp-lead-section {
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-lead-section {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-lead-section {
    margin-bottom: 16px;
  }
}
.work-packages .work-packages .wp-lead-section .lead-header {
  font-family: 'Satoshi', 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #09220a;
  margin: 0 0 13px 0;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-lead-section .lead-header {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-lead-section .lead-header {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.work-packages .work-packages .lead-profile-card {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 16px;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .lead-profile-card {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-profile-card {
    gap: 12px;
  }
}
.work-packages .work-packages .lead-profile-card .lead-avatar {
  width: 110px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f7f6f1;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .lead-profile-card .lead-avatar {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-profile-card .lead-avatar {
    width: 70px;
    height: 70px;
  }
}
.work-packages .work-packages .lead-profile-card .lead-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-packages .work-packages .lead-profile-card .lead-info {
  flex: 1;
  padding: 0;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-profile-card .lead-info {
    flex-basis: 100%;
    order: 3;
  }
}
.work-packages .work-packages .lead-profile-card .lead-info .lead-name {
  font-family: 'Satoshi', 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #546554;
  margin: 0;
  letter-spacing: -0.54px;
  line-height: 1.33;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .lead-profile-card .lead-info .lead-name {
    font-size: 17px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-profile-card .lead-info .lead-name {
    font-size: 16px;
  }
}
.work-packages .work-packages .lead-profile-card .lead-bio-toggle {
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-profile-card .lead-bio-toggle {
    order: 2;
    margin-left: 0;
  }
}
.work-packages .work-packages .biography-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  background: transparent;
  border: none;
  font-family: 'Satoshi', 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #009344;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: -0.51px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .biography-toggle {
    font-size: 16px;
    gap: 6px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .biography-toggle {
    font-size: 15px;
    gap: 5px;
  }
}
.work-packages .work-packages .biography-toggle:hover {
  opacity: 0.8;
}
.work-packages .work-packages .biography-toggle:focus {
  outline: none;
}
.work-packages .work-packages .biography-toggle .bio-text {
  line-height: 1.47;
}
.work-packages .work-packages .biography-toggle .bio-arrow {
  width: 22px;
  height: 22px;
  line-height: 1;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  flex-shrink: 0;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .biography-toggle .bio-arrow {
    width: 20px;
    height: 20px;
  }
}
.work-packages .work-packages .biography-toggle.active .bio-arrow {
  transform: rotate(270deg);
}
.work-packages .work-packages .lead-biography {
  color: #546554;
  font-family: Satoshi;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .lead-biography {
    font-size: 17px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-biography {
    font-size: 16px;
  }
}
.work-packages .work-packages .lead-biography p {
  margin: 0 0 12px 0;
}
.work-packages .work-packages .lead-biography p:last-child {
  margin-bottom: 0;
}
.work-packages .work-packages .lead-biography h3,
.work-packages .work-packages .lead-biography h4,
.work-packages .work-packages .lead-biography h5,
.work-packages .work-packages .lead-biography h6 {
  font-weight: 500;
  color: #09220a;
  margin: 0 0 13px 0;
}
.work-packages .work-packages .lead-biography h3:first-child,
.work-packages .work-packages .lead-biography h4:first-child,
.work-packages .work-packages .lead-biography h5:first-child,
.work-packages .work-packages .lead-biography h6:first-child {
  margin-top: 0;
}
.work-packages .work-packages .lead-biography ul,
.work-packages .work-packages .lead-biography ol {
  margin: 13px 0;
  padding-left: 27px;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .lead-biography ul,
  .work-packages .work-packages .lead-biography ol {
    margin: 12px 0;
    padding-left: 24px;
  }
}
.work-packages .work-packages .lead-biography ul li,
.work-packages .work-packages .lead-biography ol li {
  margin-bottom: 8px;
}
.work-packages .work-packages .lead-biography ul li:last-child,
.work-packages .work-packages .lead-biography ol li:last-child {
  margin-bottom: 0;
}
.work-packages .work-packages .wp-body-content {
  color: #546554;
  font-family: Satoshi;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-body-content {
    font-size: 17px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-body-content {
    font-size: 16px;
  }
}
.work-packages .work-packages .wp-body-content p {
  margin: 0 0 12px 0;
}
.work-packages .work-packages .wp-body-content p:last-child {
  margin-bottom: 0;
}
.work-packages .work-packages .wp-body-content ol,
.work-packages .work-packages .wp-body-content ul {
  margin: 13px 0;
  padding-left: 27px;
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-body-content ol,
  .work-packages .work-packages .wp-body-content ul {
    margin: 12px 0;
    padding-left: 24px;
  }
}
.work-packages .work-packages .wp-body-content ol li,
.work-packages .work-packages .wp-body-content ul li {
  margin-bottom: 8px;
}
.work-packages .work-packages .wp-body-content ol li:last-child,
.work-packages .work-packages .wp-body-content ul li:last-child {
  margin-bottom: 0;
}
.work-packages .work-packages .wp-body-content ol {
  list-style-type: decimal;
}
.work-packages .work-packages .wp-body-content ul {
  list-style-type: disc;
}
.work-packages .work-packages .wp-body-content h3,
.work-packages .work-packages .wp-body-content h4,
.work-packages .work-packages .wp-body-content h5,
.work-packages .work-packages .wp-body-content h6 {
  font-size: 18px;
  font-weight: 500;
  color: #09220a;
  margin: 0 0 13px 0;
}
@media screen and (max-width: 991.98px) {
  .work-packages .work-packages .wp-body-content h3,
  .work-packages .work-packages .wp-body-content h4,
  .work-packages .work-packages .wp-body-content h5,
  .work-packages .work-packages .wp-body-content h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 575.98px) {
  .work-packages .work-packages .wp-body-content h3,
  .work-packages .work-packages .wp-body-content h4,
  .work-packages .work-packages .wp-body-content h5,
  .work-packages .work-packages .wp-body-content h6 {
    font-size: 16px;
    margin: 12px 0 10px 0;
  }
}
.events {
  margin-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .events .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .events .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.events-list-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  .events-list-container {
    gap: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .events-list-container {
    gap: 22px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575.98px) {
  .events-list-container {
    gap: 24px;
    margin-bottom: 32px;
  }
}
.entry-item {
  display: grid;
  grid-template-columns: 91px 188px 1fr 50px;
  grid-template-areas: "date image content action";
  column-gap: 30px;
  align-items: center;
  width: 100%;
  min-height: 120px;
}
@media screen and (max-width: 991.98px) {
  .entry-item {
    grid-template-columns: 91px 1fr 50px;
    grid-template-areas: "date content action" "image image image";
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .entry-item {
    grid-template-columns: 80px 1fr 44px;
    grid-template-areas: "date content action" "image image image";
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .entry-item {
    grid-template-columns: 1fr auto;
    grid-template-areas: "content content" "image image" "date action";
    column-gap: 12px;
    row-gap: 16px;
    min-height: auto;
  }
}
.date-container {
  grid-area: date;
  background: #d5e8dd;
  border-radius: 15px;
  width: 91px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 767.98px) {
  .date-container {
    width: 80px;
    height: 100px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .date-container {
    width: auto;
    height: auto;
    min-width: 70px;
    padding: 8px 12px;
    border-radius: 10px;
    align-self: start;
  }
}
.date-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  line-height: 1.1;
}
.date-day,
.date-month,
.date-year {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #009344;
  letter-spacing: -0.66px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .date-day,
  .date-month,
  .date-year {
    font-size: 19px;
    letter-spacing: -0.57px;
  }
}
@media screen and (max-width: 575.98px) {
  .date-day,
  .date-month,
  .date-year {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 1.2;
  }
}
.date-month {
  text-transform: uppercase;
}
.event-image-wrapper {
  grid-area: image;
  width: 188px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  align-self: center;
}
.event-image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  .event-image-wrapper {
    width: 100%;
    max-width: 188px;
    align-self: start;
  }
}
@media screen and (max-width: 767.98px) {
  .event-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.56666667;
    border-radius: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.6;
    border-radius: 12px;
    margin-bottom: 0;
  }
}
.event-image-wrapper:hover .event-image {
  transform: scale(1.05);
}
.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.event-content {
  grid-area: content;
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: 20px;
}
@media screen and (max-width: 991.98px) {
  .event-content {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .event-content {
    padding-right: 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-content {
    align-items: flex-start;
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.event-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #09220a;
  letter-spacing: -0.66px;
  line-height: 1.36;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s ease;
  max-width: 480px;
  margin: 0;
}
.event-title:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991.98px) {
  .event-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .event-title {
    font-size: 19px;
    letter-spacing: -0.57px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-title {
    font-size: 17px;
    letter-spacing: -0.51px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.event-action {
  grid-area: action;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 575.98px) {
  .event-action {
    justify-content: flex-end;
    align-items: flex-start;
    align-self: auto;
  }
}
.events .read-more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #009344;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0;
  line-height: 0;
  text-align: center;
}
.events .read-more::before,
.events .read-more::after {
  content: none;
  display: none;
}
.events .read-more .arrow-icon {
  width: 20px;
  height: 17px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  margin: 0 auto;
}
.events .read-more:hover {
  background: #006a31;
  transform: translateX(3px);
}
@media screen and (max-width: 767.98px) {
  .events .read-more {
    width: 44px;
    height: 44px;
  }
  .events .read-more .arrow-icon {
    width: 18px;
    height: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .events .read-more {
    width: 40px;
    height: 40px;
  }
  .events .read-more .arrow-icon {
    width: 16px;
    height: 14px;
  }
}
.events .subtitle {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #09220a;
  letter-spacing: -0.96px;
  line-height: normal;
  margin: 48px 0 32px 0;
}
@media screen and (max-width: 991.98px) {
  .events .subtitle {
    font-size: 28px;
    letter-spacing: -0.84px;
    margin: 40px 0 28px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .events .subtitle {
    font-size: 26px;
    letter-spacing: -0.78px;
    margin: 36px 0 24px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .events .subtitle {
    font-size: 22px;
    letter-spacing: -0.66px;
    margin: 32px 0 20px 0;
  }
}
.events-pagination {
  margin: 48px 0;
}
@media screen and (max-width: 991.98px) {
  .events-pagination {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .events-pagination {
    margin: 32px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .events-pagination {
    margin: 24px 0;
  }
}
.event-detail-back {
  margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  .event-detail-back {
    padding-top: 32px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-detail-back {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #009344;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.back-link .back-icon {
  width: 8px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}
.back-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575.98px) {
  .back-link {
    font-size: 15px;
  }
}
.event-detail-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .event-detail-image-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .event-detail-image-wrapper {
    border-radius: 16px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-detail-image-wrapper {
    border-radius: 12px;
    margin-bottom: 24px;
  }
}
.event-detail-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.event-detail-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
@media screen and (max-width: 991.98px) {
  .event-detail-content {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-detail-content {
    padding-bottom: 40px;
  }
}
.event-detail-date-badge {
  display: inline-block;
  background: #d5e8dd;
  padding: 9px 15px;
  border-radius: 12px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #009344;
  letter-spacing: -0.42px;
  text-align: center;
  margin-bottom: 20px;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .event-detail-date-badge {
    font-size: 13px;
    padding: 8px 13px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-detail-date-badge {
    font-size: 12px;
    padding: 7px 12px;
    margin-bottom: 16px;
  }
}
.event-detail-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #09220a;
  letter-spacing: -1.26px;
  line-height: 1.2;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 991.98px) {
  .event-detail-title {
    font-size: 36px;
    letter-spacing: -1.08px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .event-detail-title {
    font-size: 32px;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-detail-title {
    font-size: 26px;
    letter-spacing: -0.78px;
    margin-bottom: 18px;
  }
}
.event-detail-description {
  font-family: 'Satoshi', sans-serif;
  font-size: 18px;
  color: #09220a;
  line-height: 1.7;
  letter-spacing: -0.36px;
}
.event-detail-description p {
  margin-bottom: 20px;
}
.event-detail-description p:last-child {
  margin-bottom: 0;
}
.event-detail-description h2,
.event-detail-description h3,
.event-detail-description h4,
.event-detail-description h5,
.event-detail-description h6 {
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.event-detail-description h2 {
  font-size: 32px;
  letter-spacing: -0.96px;
}
.event-detail-description h3 {
  font-size: 24px;
  letter-spacing: -0.72px;
}
.event-detail-description ul,
.event-detail-description ol {
  margin-bottom: 20px;
  padding-left: 24px;
}
.event-detail-description ul li,
.event-detail-description ol li {
  margin-bottom: 8px;
}
.event-detail-description a {
  color: #009344;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.event-detail-description a:hover {
  opacity: 0.7;
}
.event-detail-description strong,
.event-detail-description b {
  font-weight: 700;
}
.event-detail-description img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 24px 0;
}
.event-detail-description blockquote {
  border-left: 4px solid #009344;
  padding-left: 20px;
  margin: 24px 0;
  font-style: italic;
  color: #717171;
}
@media screen and (max-width: 767.98px) {
  .event-detail-description {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .event-detail-description h2 {
    font-size: 28px;
    letter-spacing: -0.84px;
    margin-top: 28px;
  }
  .event-detail-description h3 {
    font-size: 22px;
    letter-spacing: -0.66px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .event-detail-description {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .event-detail-description h2 {
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-top: 24px;
  }
  .event-detail-description h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-top: 20px;
  }
  .event-detail-description img {
    margin: 20px 0;
  }
}
.contact-section {
  padding: 80px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .contact-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .contact-section {
    padding: 40px 0;
  }
}
.contact-avatar-container {
  position: relative;
  width: 325px;
  height: 325px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 575.98px) {
  .contact-avatar-container {
    width: 180px;
    height: 180px;
    margin-bottom: 25px;
  }
}
.contact-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
}
.contact-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-name {
  font-family: 'Satoshi Medium', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #09220a;
  letter-spacing: -0.66px;
  line-height: 1.3;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 575.98px) {
  .contact-name {
    font-size: 20px;
  }
}
.contact-role {
  font-family: 'Satoshi Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(9, 34, 10, 0.5);
  letter-spacing: -0.48px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 575.98px) {
  .contact-role {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
.btn-email {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  width: 100%;
  padding: 11px 21px;
}
.btn-email::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../themes/pensoft-eufawready/assets/images/mail-icon-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575.98px) {
  .btn-email {
    font-size: 16px;
    max-width: 100%;
  }
  .btn-email::before {
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
}
.library-page {
  padding: 64px 0;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .library-page {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .library-page {
    padding: 30px 0;
  }
}
.library-page.loading .library-item {
  pointer-events: none;
}
.library-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .library-header {
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-header {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: stretch;
  }
}
.library-tabs-wrapper {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .library-tabs-wrapper {
    width: 100%;
  }
}
.library-actions {
  flex-shrink: 0;
}
@media screen and (max-width: 575.98px) {
  .library-actions {
    width: 100%;
  }
}
.library-actions .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background-color: #25bdd2;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  height: 38px;
}
.library-actions .btn-download:hover {
  background-color: #1d96a7;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(37, 189, 210, 0.3);
  text-decoration: none;
}
.library-actions .btn-download:active {
  transform: translateY(0);
}
@media screen and (max-width: 575.98px) {
  .library-actions .btn-download {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.library-tabs {
  display: flex;
  gap: 10px;
  padding-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.library-tabs::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .library-tabs {
    gap: 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-tabs {
    flex-direction: column;
    gap: 8px;
    overflow-x: visible;
    overflow-y: visible;
  }
}
.lib-tab {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 6px 14px;
  border-radius: 28px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #717171;
  white-space: nowrap;
  letter-spacing: -0.48px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.lib-tab:hover {
  color: #09220a;
  background: rgba(9, 34, 10, 0.03);
  text-decoration: none;
}
.lib-tab:focus {
  outline: none;
}
.lib-tab:focus-visible {
  outline: 2px solid #c8c8c8;
  outline-offset: 2px;
}
.lib-tab.active {
  color: #09220a;
  border-color: #c8c8c8;
  background: transparent;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .lib-tab {
    padding: 6px 12px;
    font-size: 15px;
    height: 36px;
  }
}
@media screen and (max-width: 575.98px) {
  .lib-tab {
    padding: 10px 14px;
    font-size: 15px;
    height: auto;
    width: 90%;
    justify-content: flex-start;
    border-radius: 12px;
  }
}
.library-search {
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .library-search {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-search {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 16px;
  }
}
.library-search .search-box {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .library-search .search-box {
    width: 100%;
  }
}
.library-search .input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.library-search .input-group:focus-within {
  border-color: #25bdd2;
  box-shadow: 0 0 0 3px rgba(37, 189, 210, 0.1);
}
.library-search .input-group:focus-within .default-icon {
  display: none;
}
.library-search .input-group:focus-within .focused-icon {
  display: block;
}
@media screen and (max-width: 575.98px) {
  .library-search .input-group {
    padding: 10px 14px;
  }
}
.library-search .search {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #010d1c;
  font-family: 'Satoshi', sans-serif;
  padding-right: 40px;
  background: transparent;
}
.library-search .search::placeholder {
  color: #a0aec0;
}
@media screen and (max-width: 575.98px) {
  .library-search .search {
    font-size: 15px;
  }
}
.library-search .btn-reset {
  position: absolute;
  right: 50px;
  background: none;
  border: none;
  color: #a0aec0;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  z-index: 2;
}
.library-search .btn-reset:hover {
  color: #010d1c;
}
@media screen and (max-width: 575.98px) {
  .library-search .btn-reset {
    right: 45px;
    font-size: 18px;
  }
}
.library-search .search-icon {
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.library-search .search-icon.focused-icon {
  display: none;
}
.library-search .search-icon .search-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.library-search .download-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 575.98px) {
  .library-search .download-section {
    width: 100%;
    align-items: stretch;
  }
}
.library-search .download-section .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #25bdd2;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.library-search .download-section .btn-download:hover {
  background-color: #1d96a7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 189, 210, 0.3);
}
.library-search .download-section .btn-download:active {
  transform: translateY(0);
}
.library-search .download-section .btn-download.btn-large {
  padding: 14px 28px;
  font-size: 16px;
}
@media screen and (max-width: 575.98px) {
  .library-search .download-section .btn-download {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
  }
  .library-search .download-section .btn-download.btn-large {
    padding: 12px 24px;
    font-size: 15px;
  }
}
.library-search .download-section .text-muted {
  font-size: 13px;
  color: #6d7381;
  font-family: 'Satoshi', sans-serif;
}
@media screen and (max-width: 575.98px) {
  .library-search .download-section .text-muted {
    font-size: 12px;
    text-align: center;
  }
}
#recordsContainer {
  transition: opacity 0.3s ease;
}
.library-item {
  background: #f7f6f1;
  border: none;
  border-radius: 20px;
  padding: 21px 20px 80px 20px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.library-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
@media screen and (max-width: 991.98px) {
  .library-item {
    padding: 20px 20px 75px 20px;
    margin-bottom: 20px;
    min-height: 200px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-item {
    padding: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-radius: 16px;
    min-height: auto;
  }
}
.library-item-header {
  position: relative;
  margin-bottom: 16px;
  padding-right: 60px;
}
@media screen and (max-width: 575.98px) {
  .library-item-header {
    padding-right: 50px;
    margin-bottom: 12px;
  }
}
.library-item-title {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Satoshi Medium', sans-serif;
  color: #09220a;
  margin: 0;
  line-height: 1.36;
  letter-spacing: -0.66px;
}
.library-item-title .deliverable-prefix {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .library-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-item-title {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.library-item-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Satoshi Medium', sans-serif;
  color: #009344;
  letter-spacing: -0.48px;
  white-space: nowrap;
}
@media screen and (max-width: 575.98px) {
  .library-item-badge {
    font-size: 14px;
  }
}
.library-separator {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin-bottom: 16px;
}
@media screen and (max-width: 575.98px) {
  .library-separator {
    margin-bottom: 12px;
  }
}
.library-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575.98px) {
  .library-meta {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.library-meta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575.98px) {
  .library-meta-row {
    gap: 12px;
  }
}
.library-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.library-meta-item.authors {
  gap: 10px;
}
.library-meta-item.status {
  gap: 6px;
}
.library-meta-item.pages {
  gap: 5px;
}
@media screen and (max-width: 575.98px) {
  .library-meta-item {
    gap: 8px;
  }
}
.library-meta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 575.98px) {
  .library-meta-icon {
    width: 20px;
    height: 20px;
  }
}
.library-meta-text {
  font-size: 16px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
  color: #09220a;
  letter-spacing: -0.48px;
  line-height: 1.375;
}
@media screen and (max-width: 575.98px) {
  .library-meta-text {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.library-meta-label {
  font-size: 16px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 600;
  color: #09220a;
  letter-spacing: -0.48px;
  margin-right: 6px;
  flex-shrink: 0;
}
@media screen and (max-width: 575.98px) {
  .library-meta-label {
    font-size: 14px;
    letter-spacing: -0.42px;
    margin-right: 5px;
  }
}
.library-meta-link {
  color: #009344;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease;
}
.library-meta-link:hover {
  color: #007A38;
  text-decoration: underline;
}
@media screen and (max-width: 575.98px) {
  .library-meta-link {
    word-break: break-all;
  }
}
.library-download {
  position: absolute;
  bottom: 21px;
  right: 20px;
}
@media screen and (max-width: 991.98px) {
  .library-download {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-download {
    position: static;
    margin-top: auto;
    padding-top: 16px;
    text-align: center;
  }
}
.library-download .btn-library {
  height: 48px;
  padding: 11px 21px;
}
@media screen and (max-width: 575.98px) {
  .library-download .btn-library {
    width: 100%;
    height: auto;
  }
}
.no-records {
  text-align: center;
  padding: 60px 20px;
  font-size: 16px;
  color: #6d7381;
  font-family: 'Satoshi', sans-serif;
  border-radius: 12px;
  margin: 20px 0;
}
@media screen and (max-width: 575.98px) {
  .no-records {
    padding: 40px 16px;
    font-size: 15px;
  }
}
.no-records.error-message {
  color: #dc3545;
  background-color: #fff5f5;
  border: 1px solid #feb2b2;
}
.library-pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  padding-top: 32px;
}
@media screen and (max-width: 991.98px) {
  .library-pagination {
    margin-top: 40px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .library-pagination {
    margin-top: 32px;
    padding-top: 20px;
  }
}
.library-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  .library-pagination ul {
    gap: 6px;
  }
}
.library-pagination li {
  display: inline-block;
}
.library-pagination a,
.library-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  color: #010d1c;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 575.98px) {
  .library-pagination a,
  .library-pagination span {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    font-size: 13px;
  }
}
.library-pagination a:hover {
  background-color: #25bdd2;
  color: #ffffff;
  border-color: #25bdd2;
  transform: translateY(-1px);
}
.library-pagination a:active {
  transform: translateY(0);
}
.library-pagination .active span {
  background-color: #25bdd2;
  color: #ffffff;
  border-color: #25bdd2;
}
.library-pagination .disabled span {
  color: #cbd5e0;
  cursor: not-allowed;
  border-color: #e2e8f0;
}
.library-page .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 991.98px) {
  .library-page .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.library-page .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991.98px) {
  .library-page .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.library-page.loading .library-item {
  animation: pulse 1.5s ease-in-out infinite;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.library-search .btn-reset:focus,
.library-search .btn-download:focus {
  outline: 2px solid #25bdd2;
  outline-offset: 2px;
}
.media-center-page {
  padding: 50px 0;
}
@media screen and (max-width: 991.98px) {
  .media-center-page {
    padding: 30px 0;
  }
}
.media-center-page .media-center-item {
  display: block;
  position: relative;
  background-color: #F7F6F1;
  margin-bottom: 12px;
  min-height: 275px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .media-center-page .media-center-item {
    min-height: 220px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-center-page .media-center-item {
    min-height: 200px;
  }
}
.media-center-page .media-center-item:hover,
.media-center-page .media-center-item:focus {
  text-decoration: none;
}
.media-center-page .media-center-item:hover .media-center-item-image img,
.media-center-page .media-center-item:focus .media-center-item-image img {
  transform: scale(1.05);
}
.media-center-page .media-center-item .media-center-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.media-center-page .media-center-item .media-center-item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.media-center-page .media-center-item .media-center-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease-out;
  transform: scale(1);
}
.media-center-page .media-center-item.brand-kit .media-center-item-image {
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.media-center-page .media-center-item.brand-kit .media-center-item-image img {
  transform: scale(1);
  object-position: center;
}
.media-center-page .media-center-item.brand-kit:hover .media-center-item-image img,
.media-center-page .media-center-item.brand-kit:focus .media-center-item-image img {
  transform: scale(1.05);
}
.media-center-page .media-center-item.promotional-materials .media-center-item-image {
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.media-center-page .media-center-item.promotional-materials .media-center-item-image img {
  transform: scale(1);
  object-position: center center;
}
.media-center-page .media-center-item.promotional-materials:hover .media-center-item-image img,
.media-center-page .media-center-item.promotional-materials:focus .media-center-item-image img {
  transform: scale(1.05);
}
.media-center-page .media-center-item.promotional-materials .media-center-item-gradient {
  height: 50%;
  background: linear-gradient(to top, #f7f6f1 20%, rgba(247, 246, 241, 0.8) 60%, rgba(247, 246, 241, 0) 100%);
}
.media-center-page .media-center-item .media-center-item-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #f7f6f1 0%, rgba(247, 246, 241, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.media-center-page .media-center-item .media-center-item-title {
  position: absolute;
  bottom: 19px;
  left: 22px;
  right: 22px;
  margin: 0;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #0A612B;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .media-center-page .media-center-item .media-center-item-title {
    font-size: 18px;
    bottom: 15px;
    left: 18px;
    right: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-center-page .media-center-item .media-center-item-title {
    font-size: 16px;
    bottom: 12px;
    left: 15px;
    right: 15px;
  }
}
.media-subpage {
  padding: 50px 0;
}
@media screen and (max-width: 991.98px) {
  .media-subpage {
    padding: 30px 0;
  }
}
.media-subpage .media-card {
  display: flex;
  flex-direction: column;
  background-color: #F7F6F1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card {
    margin-bottom: 15px;
  }
}
.media-subpage .media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(10, 97, 43, 0.1);
}
.media-subpage .media-card .media-card-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-color: #E8E7E0;
  overflow: hidden;
}
.media-subpage .media-card .media-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.media-subpage .media-card .media-card-image .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 97, 43, 0.3);
  transition: background 0.3s ease;
}
.media-subpage .media-card .media-card-image .video-overlay .play-icon {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-image .video-overlay .play-icon {
    font-size: 36px;
  }
}
.media-subpage .media-card .media-card-image .video-overlay:hover {
  background: rgba(10, 97, 43, 0.5);
}
.media-subpage .media-card .media-card-image .media-card-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8e7e0 0%, #d8d7d0 100%);
  padding: 20px;
  text-align: center;
}
.media-subpage .media-card .media-card-image .media-card-placeholder span {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0A612B;
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-image .media-card-placeholder span {
    font-size: 14px;
  }
}
.media-subpage .media-card .media-card-image .media-card-placeholder.video-placeholder .play-icon,
.media-subpage .media-card .media-card-image .media-card-placeholder.podcast-placeholder .play-icon,
.media-subpage .media-card .media-card-image .media-card-placeholder.video-placeholder .video-icon,
.media-subpage .media-card .media-card-image .media-card-placeholder.podcast-placeholder .video-icon,
.media-subpage .media-card .media-card-image .media-card-placeholder.video-placeholder .podcast-icon,
.media-subpage .media-card .media-card-image .media-card-placeholder.podcast-placeholder .podcast-icon {
  font-size: 64px;
  opacity: 0.3;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-image .media-card-placeholder.video-placeholder .play-icon,
  .media-subpage .media-card .media-card-image .media-card-placeholder.podcast-placeholder .play-icon,
  .media-subpage .media-card .media-card-image .media-card-placeholder.video-placeholder .video-icon,
  .media-subpage .media-card .media-card-image .media-card-placeholder.podcast-placeholder .video-icon,
  .media-subpage .media-card .media-card-image .media-card-placeholder.video-placeholder .podcast-icon,
  .media-subpage .media-card .media-card-image .media-card-placeholder.podcast-placeholder .podcast-icon {
    font-size: 48px;
  }
}
.media-subpage .media-card .media-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-content {
    padding: 15px;
  }
}
.media-subpage .media-card .media-card-content .media-card-date {
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0A612B;
  opacity: 0.7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.media-subpage .media-card .media-card-content .media-card-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #0A612B;
  margin: 0 0 12px 0;
  flex-grow: 1;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-content .media-card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-subpage .media-card .media-card-content .media-card-title {
    font-size: 15px;
  }
}
.media-subpage .media-card .media-card-content .media-card-description {
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #0A612B;
  opacity: 0.8;
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-content .media-card-description {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.media-subpage .media-card .media-card-content .media-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.media-subpage .media-card .media-card-content .media-card-actions a,
.media-subpage .media-card .media-card-content .media-card-actions button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-content .media-card-actions a,
  .media-subpage .media-card .media-card-content .media-card-actions button {
    padding: 8px 16px;
    font-size: 13px;
  }
}
.media-subpage .media-card .media-card-content .media-card-actions .btn-download,
.media-subpage .media-card .media-card-content .media-card-actions .btn-watch,
.media-subpage .media-card .media-card-content .media-card-actions .btn-listen,
.media-subpage .media-card .media-card-content .media-card-actions .btn-read-more {
  background-color: #0A612B;
  color: #fff;
}
.media-subpage .media-card .media-card-content .media-card-actions .btn-download:hover,
.media-subpage .media-card .media-card-content .media-card-actions .btn-watch:hover,
.media-subpage .media-card .media-card-content .media-card-actions .btn-listen:hover,
.media-subpage .media-card .media-card-content .media-card-actions .btn-read-more:hover {
  background-color: #084d23;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(10, 97, 43, 0.3);
}
.media-subpage .media-card .media-card-content .media-card-actions .btn-download-toggle {
  background-color: #E8E7E0;
  color: #0A612B;
  width: 100%;
}
.media-subpage .media-card .media-card-content .media-card-actions .btn-download-toggle:hover {
  background-color: #D8D7D0;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown {
  position: relative;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown.lang-versions {
  margin-top: 4px;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-dropdown-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
  overflow: hidden;
  z-index: 10;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown:hover .download-dropdown-menu,
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .btn-download-toggle:focus + .download-dropdown-menu {
  display: block;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-option {
  display: block;
  padding: 12px 20px;
  background-color: #fff;
  color: #0A612B;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #E8E7E0;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-option {
    padding: 10px 16px;
  }
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-option:last-child {
  border-bottom: none;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-option:hover {
  background-color: #F7F6F1;
  transform: none;
  box-shadow: none;
}
.media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-option .format-label {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .media-card .media-card-content .media-card-actions .download-dropdown .download-option .format-label {
    font-size: 13px;
  }
}
.media-subpage .media-card.video-card .media-card-image {
  background-color: #000;
}
.media-subpage .media-card.podcast-card .media-card-placeholder {
  background: linear-gradient(135deg, #0a612b 0%, #084d23 100%);
}
.media-subpage .media-card.podcast-card .media-card-placeholder .podcast-icon {
  opacity: 0.5;
  filter: brightness(0) invert(1);
}
.media-subpage .media-card.newsletter-card .media-card-image {
  padding-top: 140%;
}
.media-subpage .coming-soon {
  padding: 60px 20px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0A612B;
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .media-subpage .coming-soon {
    font-size: 20px;
    padding: 40px 20px;
  }
}
.brand-kit-page,
.promotional-materials-page,
.videos-page,
.podcasts-page,
.newsletters-page {
  padding: 50px 0;
}
@media screen and (max-width: 991.98px) {
  .brand-kit-page,
  .promotional-materials-page,
  .videos-page,
  .podcasts-page,
  .newsletters-page {
    padding: 30px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .brand-kit-page,
  .promotional-materials-page,
  .videos-page,
  .podcasts-page,
  .newsletters-page {
    padding: 20px 0;
  }
}
.podcasts-page .media-card-3d-container {
  background: transparent !important;
}
.media-center-back {
  margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  .media-center-back {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-center-back {
    margin-bottom: 20px;
  }
}
.media-center-back .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #009344;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .media-center-back .back-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-center-back .back-link {
    font-size: 14px;
  }
}
.media-center-back .back-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.media-center-back .back-link .back-icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 991.98px) {
  .media-center-back .back-link .back-icon {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-center-back .back-link .back-icon {
    width: 16px;
    height: 16px;
  }
}
.media-card-3d {
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d {
    margin-bottom: 15px;
  }
}
.media-card-3d .media-card-3d-container {
  position: relative;
  background-color: #F7F6F1;
  border-radius: 20px;
  height: 275px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-container {
    height: 220px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-card-3d .media-card-3d-container {
    height: 200px;
  }
}
.media-card-3d .media-card-3d-container .media-card-3d-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
}
.media-card-3d .media-card-3d-container .media-card-3d-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-card-3d .media-card-3d-container .media-card-3d-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease-out;
}
.media-card-3d .media-card-3d-container .media-card-inline-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
  border-radius: 20px;
  overflow: hidden;
}
.media-card-3d .media-card-3d-container .media-card-inline-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.media-card-3d .media-card-3d-container.podcast .media-card-3d-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8e7e0 0%, #d8d7d0 100%);
}
.media-card-3d .media-card-3d-container.podcast .media-card-3d-image .podcast-icon {
  font-size: 80px;
  opacity: 0.3;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-container.podcast .media-card-3d-image .podcast-icon {
    font-size: 64px;
  }
}
.media-card-3d .media-card-3d-container.video .media-card-3d-image {
  left: -8.72%;
  right: -8.72%;
  width: 117.44%;
}
.media-card-3d .media-card-3d-container.video .media-card-3d-image img {
  object-fit: contain;
  object-position: center;
}
.media-card-3d .media-card-3d-container.video .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(10, 97, 43, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-container.video .video-play-overlay {
    width: 64px;
    height: 64px;
  }
}
.media-card-3d .media-card-3d-container.video .video-play-overlay .play-icon {
  font-size: 32px;
  color: #fff;
  margin-left: 4px;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-container.video .video-play-overlay .play-icon {
    font-size: 28px;
  }
}
.media-card-3d .media-card-3d-container.video:hover .video-play-overlay {
  transform: translate(-50%, -50%) scale(1.1);
  background: #0a612b;
}
.media-card-3d .media-card-3d-container .media-card-3d-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #f7f6f1 0%, rgba(247, 246, 241, 0) 100%);
  backdrop-filter: blur(0.5px);
  pointer-events: none;
  z-index: 3;
}
.media-card-3d .media-card-3d-container .media-card-3d-title {
  position: absolute;
  bottom: 19px;
  left: 22px;
  right: 22px;
  margin: 0;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #0A612B;
  z-index: 4;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-container .media-card-3d-title {
    font-size: 18px;
    bottom: 15px;
    left: 18px;
    right: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .media-card-3d .media-card-3d-container .media-card-3d-title {
    font-size: 16px;
    bottom: 12px;
    left: 15px;
    right: 15px;
  }
}
.media-card-3d:hover .media-card-3d-container .media-card-3d-image img {
  transform: scale(1.05);
}
.media-card-3d.brand-kit .media-card-3d-image {
  left: -8.72%;
  right: -8.72%;
  width: 117.44%;
}
.media-card-3d.brand-kit .media-card-3d-image img {
  object-fit: cover;
  object-position: center;
}
.media-card-3d.promotional .media-card-3d-image {
  left: -8.72%;
  right: -8.72%;
  width: 117.44%;
}
.media-card-3d.promotional .media-card-3d-image img {
  object-fit: contain;
  object-position: center;
}
.media-card-3d.newsletter .media-card-3d-container .media-card-3d-image {
  left: -8.72%;
  right: -8.72%;
  width: 117.44%;
}
.media-card-3d.newsletter .media-card-3d-container .media-card-3d-image img {
  object-fit: cover;
  object-position: center;
}
.media-card-3d.newsletter .media-card-3d-container .media-card-3d-date {
  position: absolute;
  top: 15px;
  left: 22px;
  z-index: 3;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(10, 97, 43, 0.85);
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding: 9px 11px;
  border-radius: 12px;
  letter-spacing: -0.39px;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991.98px) {
  .media-card-3d.newsletter .media-card-3d-container .media-card-3d-date {
    font-size: 11px;
    top: 12px;
    left: 18px;
    padding: 8px 10px;
  }
}
.media-card-3d .media-card-3d-actions .btn-library {
  width: 100%;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.media-card-3d .media-card-3d-actions .video-modal-trigger.btn-library {
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}
.media-card-3d .media-card-3d-actions .video-modal-trigger.btn-library::before {
  display: none;
}
.media-card-3d .media-card-3d-actions .download-dropdown {
  position: relative;
  width: 100%;
}
.media-card-3d .media-card-3d-actions .download-dropdown.lang-versions {
  margin-top: 8px;
}
.media-card-3d .media-card-3d-actions .download-dropdown .btn-download-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 21px;
  background-color: #009344;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.51px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-actions .download-dropdown .btn-download-toggle {
    padding: 10px 18px;
    font-size: 15px;
  }
}
.media-card-3d .media-card-3d-actions .download-dropdown .btn-download-toggle::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url('../themes/pensoft-eufawready/assets/images/download-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
  filter: brightness(0) invert(1);
}
.media-card-3d .media-card-3d-actions .download-dropdown .btn-download-toggle:hover {
  background-color: #007A38;
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.media-card-3d .media-card-3d-actions .download-dropdown .download-dropdown-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
  overflow: hidden;
  z-index: 10;
}
.media-card-3d .media-card-3d-actions .download-dropdown.active .download-dropdown-menu {
  display: block;
}
.media-card-3d .media-card-3d-actions .download-dropdown .download-option {
  display: block;
  padding: 12px 20px;
  background-color: #fff;
  color: #0A612B;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #E8E7E0;
  font-family: 'Satoshi', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .media-card-3d-actions .download-dropdown .download-option {
    padding: 10px 16px;
    font-size: 13px;
  }
}
.media-card-3d .media-card-3d-actions .download-dropdown .download-option:last-child {
  border-bottom: none;
}
.media-card-3d .media-card-3d-actions .download-dropdown .download-option:hover {
  background-color: #F7F6F1;
  text-decoration: none;
}
.media-card-3d .media-card-3d-actions .download-dropdown .download-option .format-label {
  font-weight: 600;
}
.media-card-3d .coming-soon {
  padding: 60px 20px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0A612B;
  opacity: 0.5;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .media-card-3d .coming-soon {
    font-size: 20px;
    padding: 40px 20px;
  }
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-modal.show {
  display: flex;
}
.video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 10000;
}
@media screen and (max-width: 991.98px) {
  .video-modal .video-modal-content {
    width: 95%;
  }
}
.video-modal .video-modal-content .video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .video-modal .video-modal-content .video-modal-close {
    top: -40px;
    font-size: 36px;
  }
}
.video-modal .video-modal-content .video-modal-close:hover {
  transform: scale(1.1);
}
.video-modal .video-modal-content .video-modal-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.video-modal .video-modal-content .video-modal-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,
body {
  font-family: satoshi, Sathoshi, sans-serif;
  background-color: #ffffff;
  color: #40454a;
  height: 100%;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.3px;
}
#layout-content {
  min-height: 50vh;
}
.jumbotron-item,
.jumbotron-item {
  padding: 0 !important;
}
.section-header {
  color: #09220A;
  font-family: Satoshi Regular;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
.section-description {
  color: #546554;
  font-family: Satoshi;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}
.header-image-bar {
  height: 140.96px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 96px;
  padding-left: 53px;
}
@media screen and (max-width: 991.98px) {
  .header-image-bar {
    padding-left: 0px;
    justify-content: center;
  }
}
.header-image-bar .page-header {
  color: #FFF;
  font-family: 'Satoshi Regular';
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.35px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991.98px) {
  .header-image-bar .page-header {
    display: flex;
    text-align: center;
    font-size: 45px;
  }
}
.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: #25bdd2;
}
.text-secondary {
  color: #f0f0f0;
}
.text-success {
  color: #020202;
}
.text-danger {
  color: #dc3545;
}
.text-warning {
  color: #ffc107;
}
.text-info {
  color: #3cbb54;
}
.text-light {
  color: #0d3654;
}
.text-dark {
  color: #000401;
}
.text-muted {
  color: #000401;
}
.text-white {
  color: #ffffff;
}
.text-grey {
  color: #495a62;
}
.text-grey-search-btn {
  color: #010f21;
}
.text-link {
  color: #3cbb54;
}
.bg-primary {
  background-color: #ffffff;
}
.bg-secondary {
  background: #f0f0f0;
  background-size: cover;
}
.bg-success {
  background-color: #020202;
}
.bg-danger {
  background-color: #dc3545;
}
.bg-warning {
  background-color: #ffc107;
}
.bg-info {
  background-color: #3cbb54;
}
.bg-light {
  background-color: #0d3654;
}
.bg-dark {
  background-color: #000401;
}
.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-published {
  color: #000401;
  margin-bottom: 20px;
  color: #25bdd2;
}
.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: #000401;
  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: 100%;
  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 */
/* 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;
}
