@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --quick-transition: 150ms ease-out;
  --orange-1: #d8852a;
  --orange-2: #d26c28;
  --orange-3: #924820;
  --header-background: #b24b00;
  --dark: #000000;
  --on-dark: #ffffff;
  --grey: #6c6c6b;
  --grey-alpha-20: #6c6c6b33;
  --font-family: "Poppins", sans-serif;
  font-size: 16px;
}

body {
  min-height: 100vh;
}

body,
* + * {
  font-family: var(--font-family) !important;
  font-size: 1rem;
}

.pkp_structure_head {
  background-color: var(--header-background);
  border-bottom: 0px solid transparent;
}

.has_site_logo .pkp_head_wrapper,
.has_site_logo .pkp_site_name_wrapper {
  width: 100%;
  height: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .has_site_logo .pkp_head_wrapper,
  .has_site_logo .pkp_site_name_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.has_site_logo .pkp_head_wrapper .pkp_site_nav_toggle,
.has_site_logo .pkp_site_name_wrapper .pkp_site_nav_toggle {
  position: relative;
  box-shadow: none;
  top: -2px;
  left: 2px;
}
.has_site_logo .pkp_site_nav_menu {
  background-color: var(--header-background);
}

.has_site_logo .pkp_site_nav_menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
}

.has_site_logo .pkp_site_nav_menu a {
  color: #fff;
}
.has_site_logo .pkp_site_nav_menu a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .has_site_logo .pkp_nav_list ul li a {
    color: var(--header-background);
  }
  .has_site_logo .pkp_nav_list ul li a:hover {
    border-color: var(--header-background);
    color: var(--header-background);
  }
}
.has_site_logo .pkp_navigation_primary_wrapper {
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .has_site_logo .pkp_navigation_user_wrapper {
    background-color: var(--dark);
    width: 100%;
    padding-block: 0.75rem;
    padding-inline: 1rem;
  }
}
.has_site_logo .pkp_navigation_user_wrapper .pkp_navigation_user,
.has_site_logo .pkp_site_nav_menu .pkp_navigation_primary_row {
  width: 100%;
  max-width: 1400px;
  font-size: 1.1rem;
  margin-inline: auto;
}
.has_site_logo .pkp_site_name {
  position: relative;
  padding: 0;
  left: 0;
}
@media (min-width: 992px) {
  .has_site_logo .pkp_site_name {
    padding-block-start: 60px;
  }
}
.has_site_logo .pkp_site_name .is_img {
  margin: 0;
  width: 100%;
}
.has_site_logo .pkp_site_name .is_img img {
  max-height: unset;
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center 40%;
     object-position: center 40%;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb {
  border-width: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  padding-block: 2rem;
  margin-block-end: 2rem;
}
@media (max-width: 768px) {
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb:not(:last-child) {
    border-bottom: 1px solid var(--grey-alpha-20);
  }
}
@media (min-width: 768px) {
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.2rem;
    border-width: 0;
  }
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb:not(:last-child) {
    margin-block-end: 8rem;
  }
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb::before, .has_site_logo.pkp_page_index .journals > ul > li.has_thumb::after {
  content: unset;
  display: none;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb,
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb + .body {
  float: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb a {
    padding: 0;
    position: relative;
  }
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb a::before {
    content: "";
    width: 1px;
    position: absolute;
    left: -16px;
    top: 0px;
    background-color: var(--grey-alpha-20);
    opacity: 0.7;
    height: 100%;
  }
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb img {
  max-height: 16rem;
  box-shadow: 7px 7px 6px -3px rgba(0, 0, 0, 0.9);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb img {
    max-height: 20rem;
  }
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .thumb + .body {
  flex: 0 1 auto;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb h3 {
  margin: 0.8em 0 0.8em 0;
  font-size: 1.8rem;
  line-height: 1.7rem;
  font-weight: 600;
  font-family: var(--font-family);
}
@media (min-width: 768px) {
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb h3 {
    margin-block-start: 0;
  }
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: all var(--quick-transition);
  letter-spacing: 0.0375rem;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb h3 a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .description {
  flex-grow: 1;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .description p {
  font-weight: 200;
  font-family: var(--font-family);
  line-height: 1.35rem;
  text-align: justify;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links {
  text-align: center;
}
@media (min-width: 768px) {
  .has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links {
    text-align: left;
  }
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links li {
  margin: 1rem 0 0;
  padding-inline: 0.6rem;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links li:first-child {
  margin-inline-start: 0;
  padding-inline-start: 0;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links li:not(:last-child) {
  border-right: 1px solid var(--grey-alpha-20);
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links li a {
  font-size: 1rem;
  text-decoration: none;
  transition: all var(--quick-transition);
  border-radius: 30px;
  color: var(--dark);
  padding: 0.175rem 0.675rem;
}
.has_site_logo.pkp_page_index .journals > ul > li.has_thumb .links li a:hover {
  background-color: var(--orange-2);
  color: var(--on-dark);
}
.has_site_logo .pkp_structure_main {
  width: 100%;
  max-width: 860px;
}
.has_site_logo .pkp_structure_main::before, .has_site_logo .pkp_structure_main::after {
  content: unset;
  width: 0;
  display: none;
}
.has_site_logo .profile .task_count {
  vertical-align: super;
}
.has_site_logo .pkp_structure_footer_wrapper {
  background: linear-gradient(180deg, rgba(108, 108, 107, 0.3) 0%, rgb(255, 255, 255) 80%);
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content {
  --logo-height: 72px;
  --logo-width: 260px;
  text-align: center;
  letter-spacing: 0.025rem;
  padding-block-start: 0;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content p {
  margin-block: 0px;
  letter-spacing: 0.025rem;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .logo {
  width: var(--logo-width);
  height: var(--logo-height);
  margin-block: 30px 20px;
  margin-inline: auto;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .links {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .links p {
  margin-block: 0.125rem 0.25rem;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .links p a {
  color: var(--dark);
  padding-inline: 8px;
  border-inline-start: 3px solid var(--dark);
  text-decoration: none;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .links p a:hover {
  text-decoration: underline;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .links p:last-child a {
  border-inline-end: 3px solid var(--dark);
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_footer_content .disclaimer {
  font-weight: 200;
}
.has_site_logo .pkp_structure_footer_wrapper .pkp_brand_footer {
  display: none;
}/*# sourceMappingURL=styles.css.map */