@charset "UTF-8";
* {
  box-sizing: border-box;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, Calibri, sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.header__title {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.header__titleSpan {
  padding: 0.5rem 1.5rem;
  border-radius: 100rem;
  background-color: #bd9d5d;
}

.header__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #a7a7a7;
}

a {
  color: #9c7c43;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #000000;
}

.more__wrapper {
  margin-top: 4rem;
}

.more__button {
  padding: 1rem 5rem;
  font-weight: 500;
  color: #a7a7a7;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #bd9d5d;
  border-radius: 100rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more__button:hover {
  color: #ffffff;
  background-color: #bd9d5d;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #000000;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  z-index: 200;
}

.header__wrapper {
  width: 1600px;
  max-width: 100%;
  margin: auto;
  padding: 1.5rem 3rem;
}

.header__logo {
  padding-right: 3rem;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  margin: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 2.5rem;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  background-color: #bd9d5d;
  border-radius: 100rem;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 110%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.2rem;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
  border-bottom: 1px solid #bd9d5d;
}
#menu1 li ul li a.item2:hover {
  color: #bd9d5d;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

.body--subpage #mobnav-btn span {
  background-color: #000000;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #000000;
  display: none;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span {
  background-color: #000000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 35px;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 20px 0 20px;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 30px;
  font-size: 36px;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -5px;
  color: #f9f3e7;
  font-size: 48px;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 700px;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__layer {
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.slider__wrap {
  width: 1600px;
  max-width: inherit;
  height: inherit;
  margin: auto;
  position: relative;
}

.slider__description {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider__header {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
}

.slider__naw {
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider__item {
  margin: 0 1rem;
}
.slider__item.activeSlide .slider__link {
  background-color: #bd9d5d;
}

.slider__link {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.slider__link:hover {
  background-color: #bd9d5d;
}

.body--subpage .body__wrapper {
  width: 1600px;
  max-width: 90%;
  margin: auto;
  padding: 5rem 0;
}

.body--subpage .header {
  position: static;
}
.body--subpage #menu1 li a.item1 {
  color: #000000;
}
.body--subpage #menu1 li.sfHover a.item1:hover, .body--subpage #menu1 li.sfHover a.current:hover,
.body--subpage #menu1 li a.item1:hover, .body--subpage #menu1 li.current a.item1 {
  color: #ffffff;
}

.section {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.section.section--lightgold {
  background-color: #eddab7;
}
.section.section--darkgold {
  background-color: #e3c68f;
}

.section__wrapper {
  width: 1600px;
  max-width: 90%;
  margin: auto;
  padding: 5rem 0;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #f9f3e7;
}

.footer__section {
  width: 1600px;
  max-width: 90%;
  margin: auto;
  padding: 1rem 0;
}

.footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 2rem 0;
}

.footer__image {
  padding-right: 5%;
}

.footer__header {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.footer__elem {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  font-weight: 300;
  color: #757575;
  line-height: 1;
  text-align: center;
}
.footer__elem a {
  color: #757575;
}
.footer__elem a:hover {
  color: #000000;
}

.contact__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  list-style-type: none;
}

.contact__item {
  padding: 0.5rem 4rem 1rem 0;
}

.contact__link {
  font-size: 1.2rem;
  color: #000000;
}
.contact__link:hover {
  color: #bd9d5d;
}

.social__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social__list.social__list--header {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}

.social__item {
  margin-right: 1rem;
}

.social__link {
  font-size: 1.1rem;
  font-family: icomoon;
  color: #000000;
}
.social__link:hover .social__icon {
  color: #bd9d5d;
}

.social__icon {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  font-family: icomoon;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.offer__excerpt {
  margin: 0;
  font-size: 1.7rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  -webkit-filter: drop-shadow(2.973px 2.677px 1.5px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(2.973px 2.677px 1.5px rgba(0, 0, 0, 0.09));
}

.about__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.about__image {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-right: 5%;
  text-align: right;
}

.about__excerpt {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-top: 2rem;
  padding-right: 15%;
  font-size: 1.2rem;
  font-weight: 300;
}

.funding__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.funding__left,
.funding__right {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.funding__item {
  position: relative;
  margin-bottom: 1.1rem;
}
.funding__item.funding__item--big {
  padding-right: 1.1rem;
}

.funding__link {
  width: 100%;
  height: 100%;
  display: block;
}
.funding__link:hover .funding__img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.funding__header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.2;
}

.funding__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.funding__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}

.news_list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news__item.slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0;
  padding: 1.5rem 0;
}

.news__image {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-left: 15%;
  padding-right: 5%;
}

.news__img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}

.news__imageLink {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.news__imageLink:hover .news__img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news__description {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-right: 20%;
}

.news__header {
  margin: 2rem 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
}

.news__headerLink {
  color: #ffffff;
}

.news__excerpt {
  font-size: 1.1rem;
  font-weight: 300;
}

.news__date {
  display: inline-block;
  padding: 0.3rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #bd9d5d;
  letter-spacing: 2px;
  background-color: #ffffff;
  border-radius: 100rem;
  position: relative;
}
.news__date.news__date--day {
  z-index: 1;
}
.news__date.news__date--year {
  margin-left: -0.75rem;
  color: #e3c68f;
  background-color: #bd9d5d;
  z-index: 0;
}

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin: 1rem 0 4rem;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 1.3rem;
}
.slick-dots li.slick-active button {
  background-color: #bd9d5d;
}
.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  text-indent: -9999px;
}

.training__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.training__excerpt {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-left: 15%;
  padding-right: 5%;
  font-size: 1.2rem;
  font-weight: 300;
}

.training__image {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding-left: 5%;
}

.training__link {
  width: auto;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.training__link:hover .training__img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.training__img {
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
  pointer-events: auto;
}

.logo__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  list-style-type: none;
}

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

.newsletter__title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  text-align: center;
}

#newsletter_panel {
  max-width: 900px;
  margin: auto;
}
#newsletter_panel #email {
  padding: 2.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #bd9d5d;
}
#newsletter_panel #email::placeholder {
  color: #000000;
}
#newsletter_panel #act {
  display: none;
}
#newsletter_panel .submit-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#newsletter_panel #submit {
  font-size: 1.25rem;
  background-color: #ffffff;
}
#newsletter_panel #submit:hover {
  background-color: #bd9d5d;
}
#newsletter_panel .check_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 700px;
  margin: 2rem auto;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 1px;
}
#newsletter_panel .check_wrapper #zgoda {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0.25rem;
  margin-right: 1rem;
}
#newsletter_panel .check_wrapper #zgoda.is-invalid {
  outline: 1px solid red;
}
#newsletter_panel .check_wrapper #zgoda.is-valid {
  outline: 1px solid green;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    margin: 0.25rem 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000000;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    color: #ffffff;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    min-height: 100vh;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header__bar {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .header__left {
    margin-bottom: 1rem;
  }

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

  .slider {
    height: 350px;
  }

  .slider__description {
    width: 90%;
    top: 65%;
  }

  .slider__header {
    font-size: 1rem;
  }

  .footer__links {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 3rem;
    padding-right: 0;
    text-align: left;
  }

  .about__excerpt {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .training__excerpt {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .training__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }

  .funding__left,
.funding__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .funding__item.funding__item--big {
    padding-right: 0;
  }

  .funding__header {
    font-size: 1.5rem;
  }

  .news__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .news__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .logo__item {
    -webkit-box: 50%;
    -moz-box: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 1.5rem;
  }

  .footer__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .footer__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  #newsletter_panel #email {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    margin: 0.25rem 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000000;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    color: #ffffff;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    min-height: 100vh;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

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

  .slider {
    height: 500px;
  }

  .slider__header {
    font-size: 1.5rem;
  }

  .about__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 3rem;
    padding-right: 0;
    text-align: left;
  }

  .about__excerpt {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .training__excerpt {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .training__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }

  .funding__left,
.funding__right {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .funding__item.funding__item--big {
    padding-right: 0;
  }

  .news__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .news__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .footer__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__image {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 4rem;
    padding-right: 0;
  }

  .footer__description {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    margin: 0.25rem 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000000;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    color: #ffffff;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 10px 20px;
    line-height: 20px;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    min-height: 100vh;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    overflow-y: auto;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .about__excerpt {
    padding-right: 0;
  }

  .training__excerpt {
    padding-left: 5%;
  }

  .news__image {
    padding-left: 0;
    padding-right: 5%;
  }

  .news__description {
    padding-right: 0;
  }
}

/*# sourceMappingURL=default.css.map */
