/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* Colors */
/* Font Families */
/* Font Sizes */
/* Spacing */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, *::after, *::before {
  box-sizing: border-box;
}

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;
}

body {
  line-height: 1;
}

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;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

.wpcf7-list-item {
  display: flex;
  justify-content: center;
}

.wpcf7-list-item-label {
  margin-left: 1em;
}

@font-face {
  font-family: "Cocon Regular";
  src: url(fonts/CoconRegular.20c0f12b.ttf);
}
@font-face {
  font-family: "Cocon Bold";
  src: url(fonts/CoconBold.a869dd2d.ttf);
}
.headline {
  color: #254623;
  font-family: "Cocon Regular", "Inter", sans-serif;
  text-transform: lowercase;
  line-height: 0.85;
}
.headline--large {
  font-size: clamp(20px, 15.5vw, clamp(20px, 17.5vw, 128px));
}
.headline--medium {
  font-size: clamp(20px, 12vw, clamp(20px, 12vw, 96px));
}
.headline--small {
  font-size: clamp(20px, 7vw, clamp(20px, 7vw, 64px));
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  margin: 0 !important;
  padding: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #EDF2EF;
  color: #254623;
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -4%;
}

h1, h2, h3, h4, h5, h6 {
  margin-block: 0.2em !important;
  line-height: 0.9;
}

p {
  margin: 16px 0;
}

p > a {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

p > a:hover {
  text-decoration: underline;
}

section {
  margin-block: 96px;
}
@media (max-width: 767px) {
  section {
    margin-block: 64px;
  }
}

.wrapper {
  position: relative;
  padding: 0.2rem 96px;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 16px;
  }
}

.section-title {
  font-family: "Cocon Regular", "Inter", sans-serif;
  text-transform: lowercase;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid {
  display: grid;
  margin-block: 32px;
  width: 100%;
}
@media (max-width: 767px) {
  .grid {
    margin-block: 8px;
  }
}

.half-size {
  max-width: 50%;
}
@media (max-width: 960px) {
  .half-size {
    max-width: unset;
  }
}

.archive-content .headline.headline--archive {
  font-size: clamp(20px, 7vw, 64px);
}
.archive-content .grid {
  margin-block: 64px;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .archive-content .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .archive-content .grid {
    display: block;
  }
}
.archive-content .post__meta--title,
.archive-content .post__meta--info,
.archive-content .post__excerpt {
  font-size: 16px;
}
.archive-content .meta__box .post__meta--info {
  display: block;
  padding-block: 0;
  margin-block: 0;
}
.archive-content .pagination {
  display: flex;
  margin: 32px auto;
}
.archive-content .pagination .page-numbers {
  margin: 0 0.5rem;
}
.archive-content .pagination .page-numbers.prev {
  margin-right: auto;
}
.archive-content .pagination .page-numbers.next {
  margin-left: auto;
}
.archive-content .pagination .page-numbers:not(.prev):first-child {
  margin-left: auto;
}
.archive-content .pagination .page-numbers:not(.next):last-child {
  margin-right: auto;
}

.banner {
  height: 100vh;
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0.55turn, rgba(10, 10, 10, 0.85), rgba(0, 0, 0, 0.15));
  color: #EDF2EF;
}

#blog-grid.grid,
#articles-grid.grid {
  padding: 0;
  grid-template-areas: "main main side-top" "main main side-bottom";
}
@media (max-width: 960px) {
  #blog-grid.grid,
  #articles-grid.grid {
    grid-template-areas: "main main" "main main" "side-left side-right";
  }
}
@media (max-width: 767px) {
  #blog-grid.grid,
  #articles-grid.grid {
    display: block;
  }
}
#blog-grid.grid .post:first-child,
#articles-grid.grid .post:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: main;
}
@media (max-width: 960px){
  #blog-grid.grid .post:first-child,
#articles-grid.grid .post:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
#blog-grid.grid .post:first-child:hover .post__meta,
#articles-grid.grid .post:first-child:hover .post__meta {
  height: 100%;
}
#blog-grid.grid .post:first-child .post__meta,
#articles-grid.grid .post:first-child .post__meta {
  height: 150px;
}
@media (max-width: 767px) {
  #blog-grid.grid .post:first-child .post__meta,
  #articles-grid.grid .post:first-child .post__meta {
    height: 120px;
  }
}
#blog-grid.grid .post:first-child .post__meta--title,
#articles-grid.grid .post:first-child .post__meta--title {
  font-size: 32px;
}
@media (max-width: 767px) {
  #blog-grid.grid .post:first-child .post__meta--title,
  #articles-grid.grid .post:first-child .post__meta--title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #blog-grid.grid .post:first-child .post__excerpt,
  #articles-grid.grid .post:first-child .post__excerpt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #blog-grid.grid .post:first-child .btn,
  #articles-grid.grid .post:first-child .btn {
    font-size: 16px;
  }
}
#blog-grid.grid .post:first-child .meta__box,
#articles-grid.grid .post:first-child .meta__box {
  font-size: 20px;
}
@media (max-width: 767px) {
  #blog-grid.grid .post:first-child .meta__box,
  #articles-grid.grid .post:first-child .meta__box {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #blog-grid.grid .post:first-child .categories,
  #articles-grid.grid .post:first-child .categories {
    display: none;
  }
}
#blog-grid.grid .post:not(:first-child) .meta__box,
#articles-grid.grid .post:not(:first-child) .meta__box {
  font-size: 16px;
}
#blog-grid.grid .post:not(:first-child) .post__excerpt,
#articles-grid.grid .post:not(:first-child) .post__excerpt {
  font-size: 16px;
}
#blog-grid.grid .post:not(:first-child) .btn,
#articles-grid.grid .post:not(:first-child) .btn {
  font-size: 16px;
}
#blog-grid.grid .post:not(:first-child) .categories,
#articles-grid.grid .post:not(:first-child) .categories {
  margin-block: 0.2em;
}
@media (max-width: 960px) {
  #blog-grid.grid .post:not(:first-child) .categories,
  #articles-grid.grid .post:not(:first-child) .categories {
    display: none;
  }
}

.btn,
button {
  background-color: #EDF2EF;
  color: #254623;
  font-family: "Cocon Regular", "Inter", sans-serif;
  font-size: 20px;
  text-transform: lowercase;
  width: -moz-max-content;
  width: max-content;
  border: none;
  border-radius: 15px 0;
  padding: 0.1em 0.7em;
  margin: 0.5em auto;
  cursor: pointer;
}

.btn:hover,
button:hover {
  background-color: #fff27a;
  transition: background-color 0.3s ease;
}

.btn--variant {
  background-color: #254623;
  color: #EDF2EF;
}

.btn--variant:hover {
  background-color: #254623;
  color: #fff27a;
}

.slider__btn:hover {
  background-color: transparent;
}

.btn--external {
  position: relative;
}

.btn--external::after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}

.read-more {
  cursor: pointer;
}

.read-more:hover {
  color: #fff27a;
  transition: color 0.3s ease;
}

.categories {
  margin: 1em auto;
}

.category-item {
  display: inline-block;
  font-family: "Cocon Regular", "Inter", sans-serif;
  font-size: 16px;
  text-transform: lowercase;
  background-color: #EDF2EF;
  color: #254623;
  padding: 0.2em 0.5em;
  border-radius: 15px;
  cursor: pointer;
  margin: 0.2em 0.5em 0.2em 0;
}

.category-item:hover {
  background-color: #fff27a;
  transition: background-color 0.3s ease;
}

footer {
  display: flex;
  background-color: #254623;
  color: #EDF2EF;
  font-size: 16px;
  padding-block: 64px;
}
@media (max-width: 960px) {
  footer {
    padding-block: 32px 64px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-block: 32px;
  }
}
footer .cols {
  display: flex;
}
footer .col {
  flex-shrink: 1;
  padding-block: 16px;
}
footer .col--left {
  flex-basis: 35% !important;
  width: 35% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 5px solid #EDF2EF;
  padding-right: 96px;
}
@media (max-width: 960px) {
  footer .col--left {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .col--left {
    padding: var(--space-m) var(--space-s);
  }
}
footer .col--right {
  flex-basis: 65% !important;
  width: 65% !important;
  padding-left: 64px;
}
@media (max-width: 960px) {
  footer .col--right {
    width: 100%;
    padding-left: 0;
  }
}
footer .site-logo {
  position: relative;
  margin-bottom: 1em;
}
footer .site-title {
  font-family: "Cocon Regular", "Inter", sans-serif;
  font-size: 32px;
  text-align: center;
}
footer ul {
  list-style: disc inside;
  text-indent: -25px;
  margin-left: 25px;
}
footer ul li {
  margin-bottom: 0.5em;
}

#contact .wrapper {
  display: flex;
}
#contact .col--left {
  padding-right: 64px;
}
#contact .col--right {
  padding-top: 3rem;
}
#contact .contact__links {
  margin-block: 2rem 0;
}
#contact .contact__links img {
  margin-block: 0.5rem;
  margin-right: 0.5em;
  width: 32px;
}
#contact .social__links {
  margin-block: 2rem;
}
#contact .social-link {
  background-color: transparent !important;
  color: #EDF2EF;
  fill: #EDF2EF;
}
#contact .social-link svg {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: transparent;
  color: #254623;
  fill: #254623;
}
#contact .social__links li + li {
  margin-left: 0.2em;
}
#contact .social__links i:hover,
#contact .contact__links i:hover {
  color: #fff27a;
  transition: color 0.5s ease;
}
#contact .contact__links i {
  width: 30px;
}
#contact .contact__links li {
  margin-block: 1rem;
}
#contact form {
  background-color: #254623;
  color: #EDF2EF;
  border: 2px solid #EDF2EF;
  border-radius: 25px 0;
  width: 100%;
  padding: 32px;
}
#contact label {
  font-size: 16px;
}
#contact input,
#contact textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  display: block;
  background-color: #EDF2EF;
  color: #254623;
  border: none;
  width: 100%;
  padding: 0.5em;
  margin-block: 0.5rem 1rem;
}
#contact input:focus,
#contact textarea:focus {
  outline: 2px solid #013d3d;
}
#contact input {
  height: 40px;
}
#contact input[type=checkbox] {
  height: 15px;
  width: 15px;
  border-radius: 0;
  accent-color: #fff27a;
  box-shadow: none;
  margin: 0;
}
#contact input[type=submit] {
  background-color: #EDF2EF;
  color: #254623;
  font-family: "Cocon Regular", "Inter", sans-serif;
  font-size: 20px;
  text-transform: lowercase;
  width: -moz-max-content;
  width: max-content;
  border: none;
  border-radius: 15px 0;
  padding: 0.1em 0.7em;
  margin: 0.5em auto;
  cursor: pointer;
}
#contact input[type=submit]:hover {
  background-color: #fff27a;
  transition: background-color 0.3s ease;
}
#contact textarea {
  height: 200px;
  resize: none;
}
#contact form .newsletter {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#contact form .newsletter span {
  margin-left: 1rem;
}
@media (max-width: 960px) {
  #contact .wrapper {
    flex-direction: column;
  }
  #contact .col--left,
  #contact .col--right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #contact .social__links {
    justify-content: space-between;
  }
  #contact form {
    margin-block: 32px;
    padding: 32px 16px;
  }
}

header {
  position: sticky;
  top: -120px;
  width: 100%;
  background-color: #254623;
  color: #EDF2EF;
  transition: border 0.3s ease;
  z-index: 99;
}
@media (max-width: 960px) {
  header {
    position: fixed;
    top: 0;
  }
  header__nav {
    position: relative;
  }
  header .nav__buttons {
    flex-direction: column;
    align-items: flex-end;
  }
}
header .site-title {
  font-family: "Cocon Regular", "Inter", sans-serif;
  font-size: clamp(20px, 12vw, 96px);
  text-transform: lowercase;
  text-align: center;
  line-height: 1.2;
  color: #EDF2EF;
  margin-block: 0 !important;
}
@media (max-width: 960px) {
  header .site-title {
    display: none;
  }
}
@media (max-width: 960px) {
  header .mobile-logo {
    width: 45px;
  }
}
@media (max-width: 767px) {
  header .mobile-logo {
    width: 25px;
  }
}
header .mobile-menu__bar {
  transition: all 0.2s linear;
}
@media (max-width: 960px) {
  header .mobile-menu__bar {
    background-color: #EDF2EF;
    width: 45px;
    height: 5px;
    border-radius: 5px 0;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  header .mobile-menu__bar {
    width: 25px;
    height: 3px;
    margin-bottom: 0.2em;
  }
}
header .mobile-menu.active .mobile-menu__bar:first-child {
  transform-origin: left;
  transform: rotate(43deg);
}
header .mobile-menu.active .mobile-menu__bar:nth-child(2) {
  opacity: 0;
}
header .mobile-menu.active .mobile-menu__bar:last-child {
  transform-origin: left;
  transform: rotate(-43deg);
}
header .mobile-nav {
  display: none;
}
@media (max-width: 960px) {
  header .mobile-nav {
    background-color: #254623;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 64px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  header .mobile-nav {
    padding: 0.5rem 16px;
  }
}
header .nav__buttons {
  display: flex;
}
@media (max-width: 960px) {
  header .nav__buttons {
    flex-direction: column;
    align-items: flex-end;
  }
}
header .nav__buttons li + li {
  margin-left: 32px;
}
header .nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  header .nav-links {
    background-color: #254623;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    padding: 64px;
    transform: translateY(calc(-100% + 2px));
    transition: transform 0.2s linear;
  }
}
@media (max-width: 767px) {
  header .nav-links {
    padding: 64px 16px;
    transform: translateY(calc(-100% + 45px));
  }
}
@media (max-width: 960px) {
  header .nav-links.active {
    transform: translateY(0%);
    transition: transform 0.1s linear;
  }
}
@media (max-width: 767px) {
  header .nav-links.active {
    height: 100vh;
  }
}
@media (max-width: 960px) {
  header .nav-links.active .nav__link {
    opacity: 1;
    transition: opacity 0.2s linear;
  }
}
header .nav-links .nav__link {
  padding: 0.2rem 1rem;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 960px) {
  header .nav-links .nav__link {
    margin-block: 1rem;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
}
header .nav-links .nav__link:hover > a {
  color: #fff27a;
  transition: color 0.3s ease;
}
header .nav-links .nav__link--dropdown {
  cursor: pointer;
  position: relative;
}
header .nav-links .nav__link--dropdown .dropdown-list {
  display: block;
  background-color: #254623;
  position: absolute;
  top: 100%;
  left: 0;
  padding-block: 1em 1.5em;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease;
}
header .nav-links .dropdown-list .nav__link {
  padding-block: 1em 0;
  width: -moz-max-content;
  width: max-content;
}
header .nav-links .nav__link--dropdown:hover .dropdown-list,
header .nav-links .dropdown-list:hover {
  opacity: 1;
  transform: scaleY(1);
}

.posts-pagination {
  margin-block: 32px;
  display: flex;
  justify-content: space-between;
}
.posts-pagination .sign-up-link {
  font-weight: 600;
}
.posts-pagination .prev-item {
  padding-right: 0.5em;
}
.posts-pagination .next-item {
  padding-left: 0.5em;
}

.placeholder-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-color: #EDF2EF;
  color: #254623;
  font-family: "Cocon Regular", "Inter", sans-serif;
  font-size: 32px;
  text-transform: lowercase;
  border: 2px solid #254623;
  margin-block: 32px;
}

.post {
  position: relative;
  border: 2px solid #EDF2EF;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.post .post__featured-img {
  position: relative;
}
.post .post__featured-img > img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, 0);
  width: 120%;
  height: auto;
  filter: grayscale(0.7) blur(0px);
  transition: all 0.5s ease;
}
.post .post__featured-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 242, 122, 0.5), rgba(255, 242, 122, 0.2) 50%, transparent);
  z-index: 1;
}
.post .post__meta {
  background-color: #254623;
  color: #EDF2EF;
  width: 100%;
  height: 100px;
  max-height: auto;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .post .post__meta {
    height: 120px;
  }
}
.post .post__meta--content {
  height: 100%;
  padding: 0.2em 16px 32px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.post .meta__box > p {
  font-style: italic;
  display: inline;
}
.post .post__meta--title {
  margin-bottom: 0.2em;
  font-weight: 400;
}
.post .post__meta > p {
  font-style: italic;
  margin-bottom: 0;
}
.post .post__body {
  opacity: 0;
  height: 0px;
  max-height: 1px;
  scroll-snap-align: start;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.post .post__excerpt {
  margin: 16px 0;
}
.post .post .btn {
  margin: 0.5em 0.5em 0.5em 0;
}

.post:hover {
  /* Hide ScrollBar */
}
.post:hover .post__featured-img > img {
  width: 125%;
  filter: grayscale(1) blur(2px);
  transition-delay: 0.2s;
}
.post:hover .post__meta {
  height: 100%;
  border-radius: 0 0 75% 0;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.post:hover .post__meta--content {
  overflow-y: scroll;
  /* Hide ScrollBar */
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.post:hover .post__meta--content::-webkit-scrollbar {
  width: 0 !important;
}
.post:hover .post__body {
  opacity: 1;
  height: auto;
  max-height: 100%;
  transition: max-height 0.2s ease, opacity 1s ease 0.2s;
}

#recurring-events-grid,
#upcoming-events-grid {
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  #recurring-events-grid,
  #upcoming-events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #recurring-events-grid,
  #upcoming-events-grid {
    display: block;
  }
}
#recurring-events-grid .post__meta,
#upcoming-events-grid .post__meta {
  height: 120px;
}
#recurring-events-grid .post:hover .post__meta,
#upcoming-events-grid .post:hover .post__meta {
  height: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#recurring-events-grid .meta__box p,
#upcoming-events-grid .meta__box p {
  display: block;
  margin-block: 0;
  font-size: 16px;
}
@media (max-width: 960px) {
  #recurring-events-grid .post .categories,
  #upcoming-events-grid .post .categories {
    display: none;
  }
}
@media (max-width: 767px) {
  #recurring-events-grid .post .btn,
  #upcoming-events-grid .post .btn {
    font-size: 16px;
  }
}

.slider {
  position: relative;
  height: 470px;
  width: 100%;
  margin-block: 32px 64px;
}
@media (max-width: 767px) {
  .slider {
    height: unset;
    width: 100%;
    aspect-ratio: 4/3;
    margin-block: 8px;
  }
}
.slider .post {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .slider .post {
    width: calc(100vw - 32px);
  }
}
.slider .post__meta {
  height: 150px;
}
@media (max-width: 767px) {
  .slider .post__meta {
    height: 120px;
  }
}
.slider .post__meta--title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .slider .post__meta--title {
    font-size: 20px;
  }
}
.slider .slider__track-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slider .slider__track {
  position: relative;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.2s ease-in;
}
.slider .slider__btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 530px) {
  .slider .slider__btn {
    display: none;
  }
}
.slider .slider__btn.hidden {
  cursor: default;
  opacity: 0;
}
.slider .slider__btn img {
  height: 50px;
}
@media (max-width: 960px) {
  .slider .slider__btn img {
    width: 35px;
  }
}
.slider .slider__btn.btn--next {
  right: -70px;
}
@media (max-width: 960px) {
  .slider .slider__btn.btn--next {
    right: -45px;
  }
}
.slider .slider__btn.btn--prev {
  left: -70px;
}
@media (max-width: 960px) {
  .slider .slider__btn.btn--prev {
    left: -45px;
  }
}
.slider .slider__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-block: 0.5em;
}
.slider .slider__indicator {
  border: 2px solid #254623;
  background-color: transparent;
  flex-shrink: 1;
  width: 35px;
  height: 10px;
  transition: all 0.2s ease;
  margin: 0.5rem 0;
}
.slider .slider__indicator.current {
  background-color: #254623;
  transition: transform 0.2s ease;
}
.slider .slider__indicator:hover {
  background-color: #fff27a;
  transition: all 0.2s ease;
}
.slider .slider__indicator + .slider__indicator {
  margin-left: 0.2rem;
}

.single__banner {
  height: 95vh;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 960px) {
  .single__banner {
    height: 50vh;
  }
}
.single .post-heading {
  margin-bottom: 32px;
}
.single .post-heading__title {
  font-size: clamp(20px, 7vw, 64px);
  font-weight: 400;
  line-height: 0.85;
  margin-top: 0.5em !important;
}
.single .post-heading__meta p {
  font-style: italic;
  margin: 0;
}
.single .post-heading .category-item {
  background-color: #254623;
  color: #EDF2EF;
}
.single .post-heading .category-item:hover {
  color: #fff27a;
}
.single section:first-of-type {
  margin-top: 0;
}

/*# sourceMappingURL=style-index.css.map*/