@charset "UTF-8";
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.5;
}

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-face {
  font-family: Grotesk;
  src: url(../fonts/SharpGroteskSmBold17.woff2) format("woff2"), url(../fonts/sSharpGroteskSmBold17.woff) format("woff");
  font-display: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.u-no-focus-outline *:focus {
  outline: none;
}

html {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #1F321C;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.body-infobar {
  padding-top: 3rem;
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: #1F321C;
  background: #F9C013;
}

::selection {
  color: #1F321C;
  background: #F9C013;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #F9C013;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-weight: 600;
  font-family: "Grotesk", Sans-serif;
  text-transform: uppercase;
}

h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

.btn, [id^=sb-wall].sb-wall .sb-wall-load-btn {
  display: inline-block;
  border: 0;
  padding: 0.5em 1em;
  color: #1F321C;
  background: #F9C013;
  font-family: "Grotesk", Sans-serif;
  font-size: inherit;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn:hover, [id^=sb-wall].sb-wall .sb-wall-load-btn:hover {
  background: #f6bb06;
  text-decoration: none;
}

.btn:focus, [id^=sb-wall].sb-wall .sb-wall-load-btn:focus {
  background: #e8b006;
}

.btn--dark {
  background: #1F321C;
  color: #fff;
}

.btn--dark:hover {
  background: #152213;
}

.btn--dark:focus {
  background: #0b110a;
}

.btn--red {
  background: #FF0029;
  color: #fff;
}

.btn--red:hover {
  background: #e60025;
}

.btn--red:focus {
  background: #cc0021;
}

.btn--right-space {
  margin-right: 1rem;
}

.container, .topnav__container, .footer__container, .cookiebar__container, .home-intro__container, .forms__container, .home-posts__container, .communities__container, .home-calendar__container, .home-videos__container, .home-projects__container, .contact__container {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--s {
  max-width: 52rem;
}

.container--m {
  max-width: 65rem;
}

.container--l {
  max-width: 70.5rem;
}

.wp-text {
  text-align: justify;
  line-height: 1.75;
}

.wp-text--text-left {
  text-align: left;
}

.wp-text ul {
  list-style: disc;
}

.wp-text p + P {
  margin-top: 1rem;
}

.wp-text p + ul {
  margin-bottom: 1rem;
}

.wp-text li {
  margin-left: 2rem;
}

.wp-text a {
  color: #FF0029;
  -webkit-transition: .2s;
  transition: .2s;
}

.wp-text a:hover {
  color: #1F321C;
}

.wp-text img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 1em;
}

.wp-text img.aligncenter {
  margin: 0 auto 1em;
  display: block;
}

@media (min-width: 768px) {
  .wp-text img.in-text-left {
    float: left;
    display: block;
    max-width: 27rem;
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .wp-text img.in-text-right {
    float: right;
    display: block;
    max-width: 27rem;
    margin-left: 2rem;
  }
}

.wp-text .table-wrapper {
  overflow-x: auto;
}

.wp-text table {
  margin: 2rem 0;
  text-align: left;
}

.wp-text td {
  border: 1px solid #bcc3cd;
  padding: .5rem;
}

.wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  line-height: 1.25;
  text-align: left;
  padding-bottom: .375em;
}

.photos-row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .photos-row-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .photos-row-3 a {
    width: 100%;
  }
  .photos-row-3 img {
    width: 100%;
    height: 100%;
    padding: .5rem;
  }
}

.no-scroll {
  overflow: hidden;
}

.infobar {
  position: fixed;
  z-index: 998;
  top: 0;
  background: #1F321C;
  color: #fff;
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .625rem;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 .5rem;
}

@media (min-width: 460px) {
  .infobar {
    font-size: .875rem;
  }
}

@media (min-width: 992px) {
  .infobar {
    font-size: 1rem;
  }
}

.infobar--hide {
  top: -3rem;
}

.infobar:hover {
  text-decoration: none;
  color: #F9C013;
}

.infobar__underline {
  text-decoration: underline;
}

.topnav {
  font-family: "Grotesk", Sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F9C013;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
}

.topnav--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.topnav--infobar {
  top: 3rem;
}

@media (min-width: 1200px) {
  .topnav {
    background: #F9C013;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .topnav--scroll {
    -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  }
}

.topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  padding: 0;
}

@media (min-width: 1200px) {
  .topnav__container {
    padding: 0 1rem;
  }
}

.topnav__logo {
  pointer-events: all;
}

.topnav__logo__img {
  height: 4.25rem;
  padding: 0.25rem 1rem;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .topnav__logo__img {
    height: 3.875rem;
  }
}

@media (min-width: 1600px) {
  .topnav__logo__img {
    height: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .topnav__logo__img--home {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .topnav__logo__img--higher {
    margin-top: 1rem;
    height: 8.25rem;
  }
}

.topnav__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F9C013;
  width: 100%;
  max-width: 16rem;
  height: 100vh;
  padding-top: 5rem;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0.0625rem #1F321C;
          box-shadow: 0 0 0 0.0625rem #1F321C;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all;
}

.topnav__menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1200px) {
  .topnav__menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: none;
    max-width: unset;
    height: unset;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    font-size: 1rem;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.topnav__menu__link {
  display: inline-block;
  padding: 0.75rem;
  color: #1F321C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .topnav__menu__link {
    padding: 1.1875rem 0.75rem;
    width: unset;
  }
}

.topnav__menu__link:after {
  content: '';
  background: #F9C013;
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  height: 0.25rem;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topnav__menu__link:hover:not(.topnav__menu__link--btn) {
  text-decoration: none;
}

.topnav__menu__link:hover:not(.topnav__menu__link--btn):after {
  width: calc( 100% - 1.5rem);
  background: #1F321C;
}

.topnav__menu__link--btn {
  padding: .75rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .topnav__menu__link--btn {
    padding: 1.1875rem 1rem;
  }
}

.topnav__menu__link--btn:hover {
  text-decoration: none;
}

.topnav__menu__link--btn:after {
  display: none;
}

.topnav__menu__btn {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  background: #FF0029;
  padding: 0.5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.topnav__menu__btn:hover {
  text-decoration: none;
  background: #1F321C;
  color: #fff;
}

.topnav__support {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: -2;
  pointer-events: all;
}

.topnav__support--disabled {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .topnav__support {
    display: none;
  }
}

.topnav__support__btn {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  background: #FF0029;
  color: #fff;
  padding: 0.5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.topnav__support__btn:hover {
  text-decoration: none;
  background: #1F321C;
  color: #fff;
}

.topnav__trigger {
  border: 0;
  background: none;
  padding: 0 1rem;
  margin: 0 1rem;
  cursor: pointer;
  pointer-events: all;
}

@media (min-width: 1200px) {
  .topnav__trigger {
    display: none;
  }
}

.menu-icon {
  height: 2rem;
}

.menu-icon__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-icon--active .menu-icon__path--top {
  -webkit-transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
          transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}

.menu-icon--active .menu-icon__path--bottom {
  -webkit-transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
          transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.socialbar {
  background: #1F321C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem 1rem;
}

.socialbar__link {
  padding: .5rem .75rem;
  width: 3.5rem;
}

.socialbar__link:hover g,
.socialbar__link:hover path,
.socialbar__link:hover circle {
  fill: #F9C013 !important;
}

.socialbar__link--text {
  color: #fff;
  width: auto;
  text-align: center;
  font-family: "Grotesk", Sans-serif;
  line-height: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.socialbar__link--text:hover {
  text-decoration: none;
  color: #F9C013;
}

.socialbar__link-text {
  font-size: .875rem;
}

@media (min-width: 768px) {
  .socialbar__link-text {
    font-size: .75rem;
  }
}

.socialbar__icon {
  display: block;
  height: 2rem;
  width: 2rem;
}

.socialbar__icon g,
.socialbar__icon path,
.socialbar__icon circle {
  -webkit-transition: .2s;
  transition: .2s;
}

.footer {
  color: #1F321C;
  background: #F9C013;
  padding-top: 1rem;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 768px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

.footer__container--bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer__container--bottom {
    margin-top: 0;
  }
}

.footer__col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .footer__col {
    padding: 2rem 1rem;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer__col {
    width: 25%;
  }
}

.footer__title {
  font-family: "Grotesk", Sans-serif;
  font-size: 1.5rem;
  padding-bottom: .5rem;
}

.footer__menu__single {
  padding: .25rem 0;
  margin: .25rem 0;
}

@media (min-width: 768px) {
  .footer__menu__single {
    margin: 0;
  }
}

.footer__menu__link {
  color: #1F321C;
  padding: .25rem 0;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer__logo {
  padding: 0 1rem;
}

.footer__logo__img {
  height: 4rem;
}

.footer__law, .footer__privacy-policy {
  font-weight: 500;
  font-size: .75rem;
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__law, .footer__privacy-policy {
    margin: 0 0 0 2rem;
    text-align: left;
  }
}

.footer__privacy-policy {
  color: #1F321C;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .footer__privacy-policy {
    margin: 0 0 0 1rem;
  }
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F9C013;
  color: #1F321C;
  border-top: 0.0625rem solid #1F321C;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookiebar--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.cookiebar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin-bottom: 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #1F321C;
}

.cookiebar__btn {
  white-space: nowrap;
  background: #1F321C;
  border: 0;
  color: #fff;
  font-family: "Grotesk", Sans-serif;
  padding: 0.75rem;
  cursor: pointer;
}

.cookiebar-spacer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 100%;
}

.cookiebar-spacer--active {
  height: 10rem;
}

@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 4rem;
  }
}

.scroll-top {
  position: fixed;
  z-index: 999;
  bottom: 1.125rem;
  right: 1.125rem;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: none;
  border: 0;
  padding: 0;
}

.scroll-top--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-top--disabled {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.scroll-top__icon {
  height: 2.75rem;
  display: block;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  cursor: pointer;
}

.scroll-top__icon:hover {
  opacity: 0.6;
}

.error-page {
  text-align: center;
  padding: 5rem 0;
  padding: 9rem 0 6rem;
}

.error-page__title {
  font-size: 4rem;
}

.error-page__info {
  font-size: 1.25rem;
  font-weight: 200;
}

.page-title {
  padding: 5rem 1rem 1rem;
  text-align: center;
  font-weight: 900;
}

.page-subtitle {
  padding: 3rem 0 1rem;
  text-align: center;
}

.page-subtitle--about {
  padding: 4rem 0 0;
}

.normal-page {
  margin-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #fff;
}

@media (min-width: 992px) {
  .normal-page {
    padding-bottom: 5.75rem;
  }
}

@media (min-width: 992px) {
  .normal-page {
    margin-top: 4rem;
    padding-bottom: 5.75rem;
  }
}

.page-cover {
  width: 100%;
}

.page-top {
  padding: 3rem 0 2rem;
  text-align: center;
}

.page-top--no-padding-bottom {
  padding-bottom: 0;
}

.page-top__title {
  font-weight: 900;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .page-top__title {
    font-size: 2.5rem;
  }
}

.page-top__subinfo {
  padding: 1rem 0 0;
  font-weight: 500;
}

.home-page {
  padding-bottom: 0;
}

.home-title {
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .home-title {
    font-size: 2.5rem;
  }
}

.tns-nav[aria-label="Carousel Pagination"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tns-outer {
  position: relative;
}

.tns-outer [data-nav] {
  border: 0.0625rem solid #1F321C;
  background: #fff;
  height: .75rem;
  width: .75rem;
  margin: .5rem;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0.125rem #fff;
          box-shadow: 0 0 0 0.125rem #fff;
}

.tns-outer [data-nav].tns-nav-active {
  background: #1F321C;
}

.tns-controls {
  display: none;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .tns-controls {
    position: absolute;
    width: calc( 100% + 4rem);
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -2rem;
  }
}

.tns-outer [data-controls] {
  background: none;
  border: 0;
  margin-top: -4rem;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: all;
}

.tns-outer [data-controls]:hover {
  opacity: 1;
}

.tns-outer [data-controls] img {
  display: block;
  height: 2rem;
}

.tns-outer [data-controls="next"] {
  margin-left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-intro {
  background: #F9C013;
  color: #fff;
  position: relative;
}

.home-intro:before {
  content: '';
  position: absolute;
  background: #F9C013;
  width: 100%;
  height: 4rem;
  top: -4rem;
}

.home-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .home-intro__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .home-intro__container {
    max-width: 85rem;
  }
}

.home-intro__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1F321C;
  padding: 3rem 0 1rem;
}

@media (min-width: 992px) {
  .home-intro__main {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .home-intro__main {
    padding: 5rem 0 1rem;
  }
}

@media (min-width: 992px) {
  .home-intro__title {
    font-size: 2.5rem;
    text-transform: uppercase;
  }
}


.home-intro__text {
  font-weight: 500;
  font-size: 1.125rem;
  padding-top: 1rem;
}

.home-intro__more {
  font-weight: 700;
  color: #1F321C;
  text-decoration: underline;
  display: inline-block;
  margin-top: .5rem;
  position: relative;
}

.home-intro__more__text {
  position: relative;
  z-index: 2;
}

.home-intro__more:before {
  content: '';
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.home-intro__more:hover:before {
  opacity: 1;
  width: 100%;
}



.home-intro__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 .5rem;
  margin-left: -.75rem;
}

.home-intro__link {
  padding: .5rem .75rem;
  width: 3.5rem;
}

.home-intro__link:hover g,
.home-intro__link:hover path,
.home-intro__link:hover circle {
  fill: #fff !important;
}

.home-intro__link--text {
  color: #1F321C;
  width: auto;
  text-align: center;
  font-family: "Grotesk", Sans-serif;
  line-height: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.home-intro__link--text:hover {
  text-decoration: none;
  color: #fff;
}

.home-intro__link-text {
  font-size: .875rem;
}

@media (min-width: 768px) {
  .home-intro__link-text {
    font-size: .75rem;
  }
}

.home-intro__icon {
  display: block;
  height: 2rem;
  width: 2rem;
}

.home-intro__icon g,
.home-intro__icon path,
.home-intro__icon circle {
  -webkit-transition: .2s;
  transition: .2s;
}

.home-photos-wrapper {
  position: relative;
}

.home-photos-wrapper__btn {
  font-family: "Grotesk", Sans-serif;
  text-transform: uppercase;
  background: #1F321C;
  color: #fff;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 1.125rem;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .home-photos-wrapper__btn {
    margin-bottom: 0;
    position: absolute;
    font-size: 1.5rem;
    aspect-ratio: 1 / 1;
    height: 100%;
  }
}

.home-photos-wrapper__btn:hover {
  text-decoration: none;
  color: #F9C013;
}



.home-photos--show {
  opacity: 1;
}

.home-photos__content {
  display: block;
  position: relative;
}



.home-photos__content:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.home-photos__content--effect:before {
  opacity: .75;
}

.home-photos__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.forms {
  background: #fff;
  padding: 2.5rem 0;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1200px) {
  .forms__container {
    max-width: 66.5rem;
  }
}

.forms__title {
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .forms__title {
    font-size: 2.5rem;
  }
}

.tabs__controlls {
  font-family: "Grotesk", Sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .tabs__controlls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.tabs__controlls__single {
  padding: 1rem 0 1rem 3rem;
  position: relative;
  cursor: pointer;
}

@media (min-width: 992px) {
  .tabs__controlls__single {
    margin-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .tabs__controlls__single {
    margin-right: 2rem;
  }
}

.tabs__controlls__single:before {
  content: '';
  position: absolute;
  border: .125rem solid;
  height: 2rem;
  width: 2rem;
  left: 0;
  top: 0.675rem;
}

.tabs__controlls__single:after {
  content: '';
  position: absolute;
  background: #FF0029;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  height: 1.5rem;
  width: 1.5rem;
  top: 1.0625rem;
  left: .375rem;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.tabs__controlls__single:hover:not(.tabs__controlls__single--active):after {
  opacity: .5;
}

.tabs__controlls__single--active:after {
  opacity: 1;
}

.tabs__content__single {
  display: none;
  padding: 2rem 0 0;
}

.tabs__content__single--active {
  display: block;
}

.tabs__text {
  padding-bottom: 1rem;
}

.take-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}

.take-actions__single {
  width: 100%;
  padding: 1rem 1rem 0;
}

@media (min-width: 768px) {
  .take-actions__single {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .take-actions__single {
    width: 33.333333%;
    position: relative;
    padding: 1rem;
  }
}

.take-actions__content {
  background: #fff;
  color: #1F321C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1rem;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Grotesk", Sans-serif;
  position: relative;
}

@media (min-width: 768px) {
  .take-actions__content {
    min-height: 5rem;
  }
}

@media (min-width: 992px) {
  .take-actions__content {
    padding: 2rem;
    min-height: 7rem;
  }
}

.take-actions__content:after {
  content: '';
  background: #F9C013;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .125rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.take-actions__content:hover {
  text-decoration: none;
}

.take-actions__content:hover:after {
  height: .5rem;
}

.home-posts {
  padding: 2.5rem 0;
  background: #1F321C;
  color: #fff;
}

.home-posts__container {
  padding: 0;
}

@media (min-width: 1200px) {
  .home-posts__container {
    max-width: 87rem;
  }
}

.home-posts__more {
  text-align: center;
  padding: 2rem 0 0;
}

.home-posts__btn {
  font-family: "Grotesk", Sans-serif;
  display: inline-block;
  background: #F9C013;
  color: #1F321C;
  padding: .5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.home-posts__btn:hover {
  background: #fff;
  text-decoration: none;
}

.home-post {
  padding: 1rem;
}

@media (min-width: 1200px) {
  .home-post {
    padding: 2rem;
  }
}

.home-post__photo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 15rem;
}

@media (min-width: 768px) {
  .home-post__photo {
    height: 12.5rem;
  }
}

@media (min-width: 992px) {
  .home-post__photo {
    height: 15rem;
  }
}

.home-post__img {
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-post__img:hover {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

.home-post__date {
  font-family: "Grotesk", Sans-serif;
  font-size: .75rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  text-shadow: 0 0 0.5rem #1F321C;
}

.home-post__title {
  font-family: "Grotesk", Sans-serif;
  padding: 1rem 0;
  display: inline-block;
}

.home-post__title__text {
  font-size: 1.25rem;
}

.communities--home {
  background: #F9C013;
  color: #1F321C;
}

.communities__container {
  padding: 2.5rem 0.5rem 1.5rem;
}

@media (min-width: 992px) {
  .communities__container {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

.communities__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 0 1rem;
}

@media (min-width: 768px) {
  .communities__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.communities__col {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .communities__col {
    width: 33.333333%;
  }
}

.communities__icon {
  height: 3rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .communities__icon {
    height: 4rem;
    display: block;
    margin: 0 auto;
  }
}

.communities__number {
  font-size: 2rem;
  font-family: "Grotesk", Sans-serif;
}

.communities__info {
  font-weight: 500;
}

.communities__bottom {
  text-align: center;
  padding: 2rem 0 1rem;
}

.communities__btn {
  font-family: "Grotesk", Sans-serif;
  display: inline-block;
  background: #1F321C;
  color: #fff;
  padding: .5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.communities__btn:hover {
  background: #F9C013;
  text-decoration: none;
}

.communities .sb-wall {
  padding-bottom: 0 !important;
}

.communities .sbsw-item {
  padding: 0.5rem !important;
  margin-bottom: 0 !important;
}

.communities .sbsw-item-media + .sbsw-item-bottom-content {
  display: none !important;
}

.communities .sbsw-quoted-tweet,
.communities .sb-wall-footer {
  display: none !important;
}

.communities .sbsw-twitter-card {
  position: relative;
}

.communities .sbsw-twitter-card .sbsw-quote-or-card {
  display: none !important;
}

.communities .sbsw-item-bottom-content,
.communities .sbsw-item-media {
  height: 11rem;
  overflow: hidden;
}

.home-calendar {
  padding: 2.5rem 0;
  background: #F9C013;
}

.home-calendar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-calendar__col {
  width: 100%;
  max-width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}

.home-calendar__single {
  background: #fff;
  color: #1F321C;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
}

.home-calendar__single:hover {
  text-decoration: none;
  background: #1F321C;
  color: #fff;
}

.home-calendar__date {
  text-align: center;
  min-height: 5rem;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Grotesk", Sans-serif;
}

@media (min-width: 992px) {
  .home-calendar__date--local {
    background: #FF0029;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .home-calendar__date--collection {
    background: #F9C013;
    color: #1F321C;
  }
}

@media (min-width: 992px) {
  .home-calendar__date--meeting {
    background: #1F321C;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .home-calendar__date--other {
    background: #bcc3cd;
    color: #1F321C;
  }
}

.home-calendar__day {
  font-size: 1.5rem;
  line-height: 1;
}

.home-calendar__month {
  text-transform: uppercase;
}

.home-calendar__actions {
  padding-top: 3rem;
  text-align: center;
}

.home-calendar__text {
  padding: .25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc( 100% - 5rem);
}

.home-calendar__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.home-calendar__empty {
  text-align: center;
  padding-top: 2rem;
  font-weight: 500;
  font-size: 1.125rem;
}

.home-videos {
  padding: 2.5rem 0;
  background: #1F321C;
  color: #fff;
}

@media (min-width: 1200px) {
  .home-videos__container {
    max-width: 89rem;
    padding: 0 2rem;
  }
}

.home-videos__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem 0;
}

.home-video {
  padding: 1rem;
}

@media (min-width: 1200px) {
  .home-video {
    padding: 2rem;
  }
}

.home-video__video {
  overflow: hidden;
  display: block;
  position: relative;
}

.home-video__img {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  cursor: pointer;
}

.home-video__img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-video__title {
  font-family: "Grotesk", Sans-serif;
  font-size: 1.25rem;
  padding: 1rem 0;
  display: inline-block;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 48.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.external-action {
  text-align: center;
  margin-bottom: -2rem;
}

.external-action__logo-link {
  display: block;
}

.external-action__logo {
  display: block;
  margin: 1rem auto 1rem;
  width: 100%;
  max-width: 16rem;
}

.home-projects {
  padding: 2.5rem 0;
}

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.projects__single {
  width: 100%;
  padding: 2rem 0 1rem;
  color: #1F321C;
}

@media (min-width: 460px) {
  .projects__single {
    width: calc( 50% - 1rem);
  }
}

@media (min-width: 992px) {
  .projects__single {
    width: calc( 33.333333% - 1.333333rem);
  }
  .projects__single--max-2 {
    width: calc( 50% - 1rem);
  }
}

@media (min-width: 1200px) {
  .projects__single {
    width: calc( 25% - 1.5rem);
    padding: 2rem 0 1rem;
  }
  .projects__single--max-2 {
    width: calc( 50% - 1rem);
  }
}

.projects__single:hover {
  text-decoration: none;
}

.projects__single:hover .projects__img {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

.projects__photo {
  position: relative;
}

.projects__photo:after {
  content: '';
  padding-bottom: 66.666666%;
  display: block;
}

.projects__img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .2s;
  transition: .2s;
}

.projects__subtitle {
  font-size: 1.25rem;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  background: #F9C013;
  margin-top: -1rem;
  z-index: 1;
  position: relative;
  width: calc( 100% - 2rem);
  left: 1rem;
}

.projects__actions {
  text-align: center;
  padding-top: 2rem;
}

.home-join {
  padding-bottom: 2.5rem;
}

.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 66rem;
}

@media (min-width: 992px) {
  .contact__container {
    gap: 4rem;
  }
}

.contact__col {
  width: 100%;
}

@media (min-width: 992px) {
  .contact__col {
    width: calc( 50% - 2rem);
  }
}

.contact__single {
  margin-bottom: 2rem;
}

.btn-wrapper {
  text-align: center;
  padding-top: 3rem;
}

.question {
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #bcc3cd;
}

@media (min-width: 992px) {
  .question:last-child {
    border-bottom: 0;
  }
}

.question__top {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.question__top__text {
  padding-right: 2rem;
}

.question__icon {
  width: 1.5rem;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.question__icon--active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.question__answer {
  color: #1F321C;
  height: 0;
  font-size: 0.875rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 3rem 0 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.question__answer--active {
  height: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: 0 3rem 1rem 0;
}

.question__answer a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.post-page {
  padding: 9rem 0 5rem;
}

@media (min-width: 768px) {
  .post-page {
    padding: 7.75rem 0 5.75rem;
  }
}

.post-page__calendar {
  border-top: 0.125rem solid #bcc3cd;
  padding-top: 4rem;
  margin-top: 4rem;
}

.post-top--center {
  text-align: center;
}

.post-top__title {
  font-size: 2.5rem;
  line-height: 1.2;
}

.post-top__title--bottom-space {
  padding-bottom: 2rem;
}

.post-top__subtitle {
  font-size: 1.5rem;
}

.post-top__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
  margin: 1.25rem -1rem;
}

@media (min-width: 768px) {
  .post-top__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.post-top__date__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .25rem 1rem;
}

@media (min-width: 768px) {
  .post-top__date__col {
    padding: 0 1rem;
  }
}

.post-top__icon {
  height: 1rem;
  display: block;
  margin: .1875rem .375rem 0 0;
}

.post-top__logo {
  display: block;
  margin: 0 auto 1rem;
  width: 100%;
  max-width: 10rem;
  position: relative;
}

@media (min-width: 768px) {
  .post-top__logo {
    max-width: 18.75rem;
  }
}

.post-top__logo:after {
  content: '';
  padding-bottom: 66.666666%;
  display: block;
}

.post-top__logo__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-top__photo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.post-top__photo--person {
  max-width: 25rem;
  margin: 2rem auto;
}

.post-top__term {
  color: #1F321C;
}

.news-page {
  background: #fff;
  padding: 5rem 0 5rem;
  margin-top: 3.5rem;
}

.news-top {
  padding: 0 1rem 1rem;
}

.news-top__title {
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .news-top__title {
    font-size: 3rem;
  }
}

.news-top__subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .news-top__subtitle {
    font-size: 2rem;
  }
}

.news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .news-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-filter__text {
  padding: .5rem 1rem;
  font-weight: 600;
  border: .0625rem solid;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .news-filter__text {
    border-right: 0;
    border-bottom: .0625rem solid;
  }
}

.news-filter__select {
  padding: .5rem;
  border-radius: 0;
  border: .0625rem solid;
  -webkit-appearance: none;
}

.news-filter__btn {
  font-family: inherit;
  font-size: 1rem;
  background: #1F321C;
  color: #fff;
  border: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  -webkit-appearance: none;
}

.news-filter__btn--remove {
  background: #bcc3cd;
  color: #1F321C;
}

.news-filter__btn:hover {
  background: #F9C013;
  text-decoration: none;
}

.single-news {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 992px) {
  .single-news {
    width: 50%;
  }
}

.single-news__container {
  background: #F9C013;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 460px) {
  .single-news__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.single-news__photo {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}

@media (min-width: 460px) {
  .single-news__photo {
    width: 40%;
  }
}

.single-news__img {
  height: 100%;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  min-height: 20rem;
}

@media (min-width: 460px) {
  .single-news__img {
    min-height: unset;
  }
}

.single-news__img:hover {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

.single-news__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 460px) {
  .single-news__content {
    width: 60%;
  }
}

.single-news__title {
  font-family: "Grotesk", Sans-serif;
  color: #1F321C;
  text-transform: uppercase;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-news__date {
  font-family: "Grotesk", Sans-serif;
  font-size: .75rem;
}

.single-news__tags {
  font-family: "Grotesk", Sans-serif;
  font-size: .75rem;
}

.single-news__tag {
  color: #1F321C;
}

.single-news__excerpt {
  padding-top: .75rem;
  font-size: .875rem;
}

@media (min-width: 1200px) {
  .single-news__excerpt {
    height: 6rem;
    overflow: hidden;
  }
}

.single-news__actions {
  padding-top: .75rem;
}

.single-news__btn {
  background: #fff;
  color: #1F321C;
  font-family: "Grotesk", Sans-serif;
  padding: .25rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.single-news__btn:hover {
  background: #1F321C;
  color: #fff;
  text-decoration: none;
}

.socials-iframes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 0;
}

.socials-iframes__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

@media (min-width: 992px) {
  .socials-iframes__col {
    width: 50%;
    display: block;
    padding: 2rem;
  }
}

.people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem;
}

.people-list__single {
  padding: 1rem 2rem 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .people-list__single {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .people-list__single {
    width: 33.333333%;
  }
}

.people-list__link {
  color: #1F321C;
  text-align: center;
  font-family: "Grotesk", Sans-serif;
}

.people-list__photo {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 37.5rem;
  margin-bottom: .5rem;
}

.people-extra {
  padding-top: 1rem;
}

[id^=sb-wall].sb-wall .sbsw-item-avatar img {
  width: 40px;
  height: 40px;
}

[id^=sb-wall].sb-wall .sbsw-item-media img {
  width: 100%;
}

[id^=sb-wall].sb-wall .sb-wall-load-btn {
  display: block;
  border: 0;
  border-radius: 0;
  max-width: 20rem;
  margin: 1rem auto 0;
}

[id^=sb-wall].sb-wall .sb-wall-load-btn:focus {
  outline: auto;
}

.sbsw-item .sbsw-follow {
  display: none;
}

.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .legend {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: unset;
  }
}

.legend__single {
  margin-left: 3rem;
  padding: .5rem;
  position: relative;
}

.legend__single:before {
  content: '';
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  left: -1.5rem;
}

@media (min-width: 992px) {
  .legend__single:after {
    content: '';
    position: absolute;
    height: .25rem;
    width: .25rem;
    border-radius: 50%;
    top: 1.125rem;
    left: -.875rem;
  }
}

.legend__single--local:before {
  background: #FF0029;
}

.legend__single--local:after {
  background: #fff;
}

.legend__single--collection:before {
  background: #F9C013;
}

.legend__single--collection:after {
  background: #1F321C;
}

.legend__single--meeting:before {
  background: #1F321C;
}

.legend__single--meeting:after {
  background: #fff;
}

.legend__single--other:before {
  background: #bcc3cd;
}

.legend__single--other:after {
  background: #1F321C;
}

.calendar {
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .fc-event-dot {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .fc-event-dot--local {
    background: #FF0029;
    border-color: #FF0029;
    color: #fff;
  }
}

.fc-event-dot--local .fc-list-event-dot {
  border-color: #FF0029;
}

@media (min-width: 992px) {
  .fc-event-dot--collection {
    background: #F9C013;
    border-color: #F9C013;
    color: #1F321C;
  }
}

.fc-event-dot--collection .fc-list-event-dot {
  border-color: #F9C013;
}

@media (min-width: 992px) {
  .fc-event-dot--meeting {
    background: #1F321C;
    border-color: #1F321C;
    color: #fff;
  }
}

.fc-event-dot--meeting .fc-list-event-dot {
  border-color: #1F321C;
}

@media (min-width: 992px) {
  .fc-event-dot--other {
    background: #bcc3cd;
    border-color: #bcc3cd;
    color: #1F321C;
  }
}

.fc-event-dot--other .fc-list-event-dot {
  border-color: #bcc3cd;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.download-list__title {
  padding-bottom: .5rem;
  font-family: "Grotesk", Sans-serif;
  font-size: 1.75rem;
  text-align: center;
}

.download-list__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
  color: #1F321C;
  font-weight: 700;
}

.download-list__icon {
  height: 1.25rem;
  margin-right: .5rem;
}

.person-shortinfo {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .person-shortinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.person-shortinfo__photo {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .person-shortinfo__photo {
    margin-bottom: 0;
    width: 30%;
  }
}

.person-shortinfo__photo__img {
  max-width: 100%;
  height: auto;
  width: 14rem;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .person-shortinfo__photo__img {
    width: 100%;
    margin: 0;
  }
}

.person-shortinfo__content {
  padding: 0;
}

@media (min-width: 992px) {
  .person-shortinfo__content {
    width: 70%;
    padding: 2rem;
  }
}

.show-more-trigger {
  font-family: "Grotesk", Sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.show-more-trigger:hover {
  color: #FF0029;
}

.show-more-content {
  display: none;
}

.show-more-content--active {
  display: block;
}

.regions {
  position: relative;
  margin: 2rem 0;
}

.regions__abroad {
  background: #F9C013;
  color: #1F321C;
  border: 0.0625rem solid #1F321C;
  padding: .5rem 2rem;
  font-family: "Grotesk", Sans-serif;
  margin-top: 1rem;
  display: block;
  width: 9rem;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.regions__abroad:hover {
  background: #1F321C;
  color: #F9C013;
  text-decoration: none;
}

@media (min-width: 768px) {
  .regions__abroad {
    position: absolute;
    bottom: 5%;
    left: 5%;
  }
}

.voivodeships {
  display: block;
}

.voivodeships__link:hover path {
  fill: #1F321C;
}

.voivodeships__link path {
  fill: #F9C013;
  -webkit-transition: .2s;
  transition: .2s;
}

.regions-list__single {
  display: block;
  text-decoration: none;
  color: #1F321C;
  padding: .5rem 0;
}

.regions-list__single:hover {
  text-decoration: none;
}

.regions-list__single:hover .regions-list__name:after {
  width: 100%;
}

.regions-list__name {
  position: relative;
}

.regions-list__name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: .0625rem;
  background: #1F321C;
  -webkit-transition: .2s;
  transition: .2s;
}

.regions-list__icon {
  height: 1rem;
}

@media (min-width: 992px) {
  .region-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2fr 1.5fr;
        grid-template-columns: 2fr 2fr 1.5fr;
    gap: 4rem;
  }
}

.region-top__title {
  padding-bottom: 1rem;
}

.region-top__col {
  max-width: 30rem;
  margin: 0 auto 2rem;
}

@media (min-width: 992px) {
  .region-top__col {
    max-width: unset;
    margin: 0;
  }
}

.region-district {
  padding-top: 1.5rem;
}

.region-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 -1rem;
}

.region-socials__link {
  padding: 1rem;
  position: relative;
}

.region-socials__link:after {
  content: '';
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: calc( 100% - 1rem);
  height: calc( 100% - 1rem);
  border-radius: 50%;
  background: #F9C013;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.region-socials__link:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.region-socials__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 2;
}

.region-people--about {
  padding-top: 1rem;
}

.region-people__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F9C013;
  color: #1F321C;
  margin-bottom: 1rem;
  padding: .25rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.region-people__single:hover {
  text-decoration: none;
  background: #1F321C;
  color: #fff;
}

.region-people__img {
  display: block;
  height: 5rem;
  width: 5rem;
}

.region-people__data {
  padding: .5rem 1rem;
}

.region-people__name {
  font-size: 1rem;
}

.region-people__title {
  font-size: .875rem;
}

.region-publication {
  display: block;
  position: relative;
}

.region-publication:after {
  content: 'POWIĘKSZ';
  font-family: "Grotesk", Sans-serif;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 50, 28, 0.8);
  color: #fff;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.region-publication:hover {
  text-decoration: none;
}

.region-publication:hover:after {
  opacity: 1;
}

.region-publication__img {
  width: 100%;
  height: auto;
  display: block;
}

.people-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

@media (min-width: 992px) {
  .people-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.people-cols__single {
  width: 100%;
}

@media (min-width: 992px) {
  .people-cols__single {
    width: calc( 50% - 1rem);
  }
}

.people-cols__single--full {
  width: 100%;
}

.modal {
  background: rgba(31, 50, 28, 0.95);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 1rem 1rem;
  overflow-x: hidden;
  overflow-y: overlay;
  pointer-events: none;
}

.modal--active {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

.modal__content {
  max-height: 100%;
  width: 100%;
  max-width: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.modal__content--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  margin: 0 0 0 auto;
  padding: .5rem;
  -webkit-transition: .2s;
  transition: .2s;
  background: #fff;
  cursor: pointer;
}

.modal__close__img {
  height: 1.5rem;
  display: block;
}

.modal__title {
  background: #fff;
  font-size: 1.125rem;
  padding: 1rem 1rem 0;
  font-weight: 900;
}

@media (min-width: 992px) {
  .modal__title {
    padding: 1rem 2rem 0;
  }
}

.modal__box {
  background: #fff;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .modal__box {
    padding: 2rem;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery__link {
  display: block;
  width: 10.714285rem;
  padding: .25rem;
}

@media (min-width: 460px) {
  .gallery__link {
    width: 9.375rem;
  }
}

.gallery__photo {
  width: 100%;
  height: auto;
  display: block;
}

.video-page {
  background: #fff;
  padding: 3.5rem 0;
}

@media (min-width: 992px) {
  .video-page {
    padding: 7.75rem 0 5.75rem;
  }
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-list__single {
  width: 100%;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .video-list__single {
    width: 50%;
    padding: 0 2rem 5rem;
  }
}

.video-list__title {
  font-family: "Grotesk", Sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  padding-top: 1rem;
}
/*# sourceMappingURL=style.css.map */