/** TABLE OF CONTENTS
 — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — /

1. OVERRIDES
2. GOALS
3. CARDS: Projects, News, Members
4. SINGLE POST 
5. MEMBERSHIP
6. SINGLE PROJECT
7. ARCHIVE PROJECTS
8. EDITABLE CONTENT
9. SINGLE POST
10. NEWS CARD & NEWS POST
11. MOBILE HEADER
12. U-LINK
13. PARTNER SLIDER
14. TEMPLATE: ABOUS US
15. TEMPLATE: MEMBERSHIP
16. STRUCTURE, STRUCTURE CARD
17. ABOUS US SECTION (GOALS, ANIMATION)
18. LOADING ANIMATION ICON
19. HEADER MODAL - CLOSE BUTTON 
20. FORM & FORM COMPONENTS
21. WELCOME
22. ANIMATIONS
00. OTHER


— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — /
Media styles
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — /

1. MEDIA - LG
2. MEDIA - MD
3. MEDIA - 620
04. MEDIA - 500


/// END TABLE OF CONTENTS **/

/* 1. OVERRIDES */

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

.swiper-pagination {
  position: relative;
  margin-top: 3rem;
  z-index: 10;
}

.remove-slider-behaviour .swiper-pagination {
  display: none;
}

.partners__items {
  flex-direction: column;
}

.w-member__footer {
  padding-top: 1.5rem;
}

.footer__menu-link:visited,
.footer__email {
  color: white;
}

.footer__email {
  display: inline-block;
  margin-bottom: 4rem;
}

.socials--black svg {
  fill: #6e6f6d;
}

.pre-footer__form {
  z-index: 1;
}

.schema__img img {
  max-width: 100%;
}

.welcome {
  height: calc(100vh - 24rem);
}

.projects__scrollable-filters {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: 100%;
}

.projects__filter-item {
  word-break: keep-all;
}

.projects__scrollable-filters > *:not(:last-child) {
  margin-right: 1rem;
}

.projects__background svg {
  width: 100%;
}

@property --myColor1 {
  syntax: "<color>";
  initial-value: rgba(48, 173, 55, 0.92);
  inherits: false;
}

@property --myColor2 {
  syntax: "<color>";
  initial-value: rgba(48, 173, 55, 0.92);
  inherits: false;
}

@property --myColor3 {
  syntax: "<color>";
  initial-value: #30ad37;
  inherits: false;
}

.custom-sw-actions--top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.custom-sw-actions--top .custom-sw-actions__prev, .custom-sw-actions--top .custom-sw-actions__next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
}

.custom-sw-actions--top .custom-sw-actions__next {
  margin-left: 2rem;
}

.sticky-header {
  position: fixed;
  width: 100%;
  background: white;
  padding: 2rem 0;
  z-index: 10;
  top: 0;
  transform: translateY(-100%);
  transition: 0.3s all;
}

.sticky-header.is-sticky {
  transform: translateY(0%);
}

/* 2. GOALS */

.goals__lines {
  position: relative;
}

.goals__line {
  height: 1px;
  width: 100%;
  background: rgba(14, 15, 12, 0.2);
  display: inline-block;
  position: absolute;
  bottom: -20rem;
  mix-blend-mode: overlay;
}

.goals__heading {
  padding-bottom: 11rem;
}

.goals__item {
  position: relative;
  padding-left: 3rem;
}

.goals__item.is-default:before {
  content: "";
  background: var(--c-accent);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transform: translate(0.3rem, -50%);
}

.goals__item:before,
.goals__item .lds-ring {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.goals__item:before {
  opacity: 1;
  transition: 0.3s opacity;
}

.goals__item .lds-ring {
  opacity: 0;
}

.goals__item.is-showing .lds-ring {
  opacity: 1;
  transition: 0.3s opacity;
}

.goals__item.is-showing:before {
  opacity: 0;
}

/* 3. CARDS: Projects, News, Members */

.w-card__title {
  transition: 0.3s opacity;
  opacity: 0.85;
}

.w-card__title:hover {
  opacity: 1;
}

.p-card {
  position: relative;
  background: transparent;
  overflow: hidden;
}

.p-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
}

.p-card__title,
.n-card__title,
.m-card__title,
.w-card__title,
.e-card__title,
.n-post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.e-card__title {
  -webkit-line-clamp: 2;
}

.n-card__img {
  display: block;
}

.n-card__img img {
  height: auto;
  transition: 0.3s all;
  transform: scale(1);
}

.n-card__img:hover img {
  transform: scale(1.05);
}

.m-card {
  padding: 2rem;
}

.m-card,
.p-card__bg {
  transition: 0.3s transform;
  transform-origin: 50% 50%;
  transform: scale(0.99);
  will-change: transform;
}

.m-card:hover,
.p-card:hover .p-card__bg {
  transform: scale(1);
}

.p-card .p-card__tag {
  background: var(--c-accent);
  background: linear-gradient(
    93.44deg,
    var(--myColor1) 3.22%,
    var(--myColor2) 95.62%,
    var(--myColor3)
  );
  transition: --myColor1 0.3s, --myColor2 0.3s, --myColor3 0.3s;
}

.p-card:hover .p-card__tag {
  --myColor1: rgba(48, 173, 55, 0.92);
  --myColor2: rgba(152, 213, 40, 0.9);
  --myColor3: rgba(152, 213, 40, 0.9);
  background: linear-gradient(
    93.44deg,
    var(--myColor1) 3.22%,
    var(--myColor2) 95.62%,
    var(--myColor3)
  );
}

.m-card__img {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.m-card__title {
  margin-top: 2.5rem;
}

.p-card__img {
  max-height: 12rem;
}

.p-card__img img {
  object-fit: contain;
  object-position: left;
}

.t-page {
  padding-top: 8rem;
}

/* 
* 4. SINGLE POST 
*/

.single__image {
  width: 100%;
  height: 50rem;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 15rem;
}

.single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.single__title-block {
  display: inline-block;
}

.single__title {
  margin: 0;
  padding: 0;
  font-size: 4.8rem;
  line-height: 1.2;
  display: inline;
}

.single__date {
  margin-left: 2rem;
}

.single__header {
  position: relative;
  background: white;
  padding: 4rem;
  border-radius: 2rem;
  overflow: hidden;
  margin-top: -10rem;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.post-format-video .single__header {
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.single__content {
  padding: 0 4rem;
}

.single__tag,
.post-tag {
  color: white;
  background: var(--c-accent);
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 2.4rem;
  padding: 1.2rem 2.4rem;
}

.single-page {
  margin-bottom: 0;
}

/* 
* 5. MEMBERSHIP 
*/

.memberhip__sub-title {
  margin-bottom: 4rem;
}

ul.memberhip__list {
  padding-right: 1.5rem;
}

.memberhip__list > li {
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}

.memberhip__list > li:before {
  content: "";
  width: 2.2rem;
  flex: 0 0 3rem;
  height: 2.2rem;
  background: url(../images/icons/checkmark.svg) 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 1.4rem;
}

.membership__image {
  width: 100%;
}

.membership__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.m-cards-sc {
  margin-top: 6rem;
}

.m-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 2.5rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  height: 33rem;
  margin-bottom: 4rem;
  transition: all .3s;
  cursor: pointer;
}

.m-item:hover {
  background: var(--c-accent);
}

.m-item:hover .m-item__img-circle {
  background: white;
  transform: scale(1.1);
} 

.m-item img {
  width: auto;
  height: 3rem;
}

.m-item__img-circle {
  background: transparent;
  display: flex;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: all .3s;
  transition-delay: .2s;
}

.m-item__title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 1.5rem;
}

.m-item__sub-title {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}

.m-item__price {
  font-size: 3.5rem;
  line-height: 0.9;
  display: flex;
  align-items: flex-end;
  margin-top: 2.5rem;
}

.m-item__price span {
  font-size: 0.6em;
  line-height: 1em;
  margin-left: 1rem;
}

.m-item__footer {
  margin-top: auto;
}

.m-item__link {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}

.m-item__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #0e0f0c;
}

/* Event card (membership) */

.membership__events-list {
  margin-top: 3.5rem;
  position: relative;
  height: 30rem;
  overflow-y: auto;
}

.membership__events {
  position: relative;
}

.membership__events:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) -69.3%,
    #ffffff 100%
  );
  height: 7rem;
  position: absolute;
  left: 1.5rem;
  bottom: 0.5rem;
  width: calc(100% - 3rem);
}

.e-card {
  margin-bottom: 2.5rem;
}

.e-card__date {
  font-size: 1.4rem;
  font-weight: 400;
}

.e-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  transition: 0.3s color;
}

.e-card__title:hover {
  color: var(--c-accent);
}

/* 
* 6. SINGLE PROJECT
*/

.projects__background {
  overflow: hidden;
}

.single-pr__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.single-pr__info {
  border: 1px solid #cccccc;
  border-radius: 2.5rem;
  padding: 5rem;
}

.single-pr__image img {
  max-height: 20rem;
}

.single-pr__link {
  font-weight: 500;
  font-size: 1.4rem;
  word-break: break-all;
}

.single-project .projects__background {
  top: -50rem;
}
.single-project .newsroom__slider {
  position: relative;
  z-index: 2;
}
.single-project .newsroom {
  background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(34, 139, 34, 1) 30%, rgba(34, 139, 34, 1) 100% );
  padding-bottom: 6rem;
}

.single-project .n-card {
  color: #f7f7f7;
}

.single-project .n-card__tag {
  color: #f7f7f7;
}

.single-project .n-card__date {
  color: #f7f7f7;
}

.single-project .projects .sc__heading {
  color: #f7f7f7;
}

.single-project .projects__background svg {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.single-project .p-card__img img {
  margin: auto;
  object-position: center;
  margin: 0 auto;
}

.single-project .p-card {
  height: 34rem;
  max-width: 100% !important;
}

.single-project .p-card__footer,
.single-project .p-card__tag {
  display: none;
}

.single-project .p-card__title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
}

/* 
* 7. ARCHIVE PROJECTS
*/

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}

.projects-grid .p-card {
  width: 100%;
}

.projects__filter {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.projects__filter > * {
  margin-right: 1.5rem;
}

.projects__filter-item {
  display: inline-block;
  background: transparent;
  border-radius: 2.5rem;
  padding: 1.2rem 2.4rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #6e6f6d;
  white-space: nowrap;
}

.projects__filter-item.active {
  background: linear-gradient(
      93.44deg,
      rgba(152, 213, 40, 0.05) 3.22%,
      rgba(48, 173, 55, 0.92) 95.62%
    ),
    #30ad37;
  color: #fff;
  border-color: transparent;
}

/* 
* 8. EDITABLE CONTENT
*/

.editable-content p {
  font-weight: 300;
}

.editable-content ul {
  list-style: disc;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

/* 
* 9. SINGLE POST
*/

.single-post .newsroom {
  background: white;
  margin-top: 10rem;
}

.single-post .footer {
  margin-top: 0;
}

/* 
* 10. NEWS CARD & NEWS POST
*/

.n-post {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding: 3rem 0;
  justify-content: space-between;
}

.n-post:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.n-post__body {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
}

.n-post__img {
  flex: 0 0 30%;
  margin-left: 5rem;
  border-radius: 2.5rem;
  overflow: hidden;
  max-width: 35rem;
}

.n-post__img img {
  width: 100%;
  aspect-ratio: 1/0.75;
  object-fit: cover;
  height: auto;
}

.n-post__date {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.n-post__title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.n-post__excerpt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.n-post__footer {
  margin-top: auto;
}

.swiper .n-card {
  width: 48rem;
}

.n-card__title {
  transition: 0.3s color;
}

.n-card__title:hover {
  color: var(--c-accent);
}

/* 
* 11. MOBILE HEADER
*/

.header__menu--bottom {
  margin-top: 4rem!important;
}

.header__menu--bottom .menu__item {
  margin-bottom: 1rem;
}

.menu__link {
  /* background: linear-gradient(0deg, var(--c-accent), var(--c-accent)) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 100%; */
}

.header__menu--bottom .menu__item-link {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}

a:hover,
a:focus-visible {
  background-size: 100% 2px;
  background-position-x: left;
}

.m-header__actions {
  margin-top: 3rem;
}

.m-header__actions .btn__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}

.m-header__modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 30rem;
  height: 100vh;
  z-index: 100;
  background: white;
  transition: 0.3s all;
  transform: translateX(100%);
}

.active .m-header__modal {
  transform: translateX(0%);
}

.active .m-header__overlay {
  display: block;
}

.m-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  opacity: 0.7;
  z-index: 12;
}

.m-header__btn {
  position: absolute;
  background: none;
  border: none;
  color: white;
  font-size: 3.5rem;
  top: 4rem;
  right: 2rem;
}

.m-header__body {
  position: relative;
  padding: 8rem 2.4rem 5rem;
  height: 100vh;
  overflow: auto;
}

.m-header .header__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.m-header li {
  margin: 0 0 2rem 0;
  margin-right: 0 !important;
}

.m-header .header__logo {
  display: block;
  margin: 1rem auto 4rem;
}

.m-header .header__logo img {
  margin: auto;
}

.m-header a {
  color: rgba(14, 15, 12, 1);
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
}

/* 
* 12. U-LINK
*/

.u-link {
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
}

.u-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #0e0f0c;
}

.u-link:hover,
.p-card:hover .u-link {
  color: var(--c-accent);
}

.u-link--animated-after:after {
  transition: 0.3s all;
  transform-origin: 0% 0%;
  transform: scale(0.7);
  will-change: transform;
}

.u-link--animated-after:hover:after,
.p-card:hover .u-link--animated-after:after,
.m-item:hover .u-link--animated-after:after {
  transform: scale(1);
}

.m-item .u-link:hover {
  color: var(--c-text);
}

/* 
* 13. PARTNER SLIDER
*/

.add-slider-behaviour > .grid-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sc--newsroom.remove-slider-behaviour .swiper-wrapper {
  justify-content: flex-start;
}

.remove-slider-behaviour .swiper-wrapper {
  justify-content: center;
}

.remove-slider-behaviour .swiper-wrapper > * {
  width: auto;
  padding: 0 1.5rem;
}

.partners .swiper-slide {
  width: auto;
}

/* 
* 14. TEMPLATE: ABOUS US
*/

.page-template-page-about .projects {
  background: #f7f7f7;
}

.page-template-page-about .p-card__bg {
  background: white;
}

.page-template-page-about .swiper-pagination .swiper-pagination-bullet {
  background: #c6c6c6;
}

.page-template-page-about .btn.btn--white {
  --myColor1: rgba(48, 173, 55, 0.92);
  --myColor2: rgba(48, 173, 55, 0.92);
  --myColor3: #30ad37;

  background: var(--c-accent);
  background: linear-gradient(
    93.44deg,
    var(--myColor1) 3.22%,
    var(--myColor2) 95.62%,
    var(--myColor3)
  );
  color: white;
  transition: --myColor1 0.3s, --myColor2 0.3s, --myColor3 0.3s;
}

.page-template-page-about .btn.btn--white svg {
  fill: white;
}

/* 
* 15. TEMPLATE: MEMBERSHIP
*/

.membership__line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 5rem 0;
}

.membership__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  background: #cfcfce;
  height: 0.15rem;
  z-index: -1;
}

.membership__events {
  margin-top: 6rem;
  padding: 3rem;
  border: 1px solid #cccccc;
  border-radius: 2.5rem;
}

.membership__event-h {
  display: flex;
  justify-content: space-between;
}

.lead-text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.structure__title {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.structure__title img {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1rem;
}

/* 
* 16. STRUCTURE, STRUCTURE CARD
*/

.sc--structure {
  position: relative;
}

.sc--structure .sc__absolute-bg {
  position: absolute;
  top: 7rem;
  right: 0;
}

.sc--structure .sc__absolute-bg svg {
  width: 70rem;
  max-width: 100%;
  height: auto;
}

.str-m-card {
  display: flex;
}

.str-m-card__img {
  flex: 0 0 40%;
  max-width: 50rem;
}

.str-m-card__img img {
  width: 100%;
  aspect-ratio: 3/4;
  height: auto;
  object-fit: cover;
}

.str-m-card__body {
  padding: 4rem;
}

.str-m-card__title {
  margin-bottom: 1rem;
}

.str-m-card__position {
  display: block;
  margin-bottom: 4rem;
  font-weight: 600;
}

.str-m-card__desc {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.55;
}

/* 
* 17. ABOUS US SECTION (GOALS, ANIMATION)
*/

.about__circle svg {
  width: 50rem;
  height: 50rem;
}

.goals__image {
  position: relative;
  z-index: -1;
}

.step-1-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: auto;
}

.step-year {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.step-image svg {
  width: 100%;
  height: 100%;
}

.step-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: auto;
  opacity: 0;
}

.step-image--1 {
  opacity: 1;
}

/* 
* 18. LOADING ANIMATION ICON
*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  /* margin: 0.8rem; */
  border: 0.3rem solid var(--c-accent);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--c-accent) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 
* 19. HEADER MODAL - CLOSE BUTTON 
*/

.btn-close {
  margin: 0;
  border: 0;
  padding: 0;
  background: #f7f7f7;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 150ms;
  margin-left: auto;
  margin-bottom: 3rem;
}

.btn-close .icon-cross {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.btn-close .icon-cross:before,
.btn-close .icon-cross:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 6px;
  background: #fff;
  border-radius: 6px;
}
.btn-close .icon-cross:before {
  transform: rotate(45deg);
}
.btn-close .icon-cross:after {
  transform: rotate(-45deg);
}
.btn-close .icon-cross span {
  display: block;
}
.btn-close:hover,
.btn-close:focus {
  transform: rotateZ(90deg);
  background: #333333;
}

.btn-close:hover .cross-stand-alone:before,
.btn-close:hover .cross-stand-alone:after,
.btn-close:focus .cross-stand-alone:before,
.btn-close:focus .cross-stand-alone:after {
  background: #fff;
}

.btn-close:focus {
  background: #fff;
}

.cross-stand-alone {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 2rem;
  height: 2rem;
}

.cross-stand-alone:before,
.cross-stand-alone:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 0.2rem;
  background: #000;
  border-radius: 4px;
  transform-origin: 50% 50%;
}

.cross-stand-alone:before {
  transform: rotate(45deg);
}

.cross-stand-alone:after {
  transform: rotate(-45deg);
}

.cross-stand-alone span {
  display: block;
}

/* 
* 20. FORM & FORM COMPONENTS
*/

.form-theme-gray .app-input, 
.form-theme-gray .app-textarea {
  background: #f4f5f3;
}

.app-form__group {
  padding-bottom: 1.5rem;
}

.app-form__group .app-input,
.app-form__group .app-textarea {
  width: 100%;
}

.app-checkbox {
  display: block;
}

.app-checkbox label {
  display: flex;
  align-items: center;
}

.app-checkbox input {
  margin-right: 2rem!important;
}

.app-checkbox a {
  color: var(--c-accent);
  text-decoration: underline;
}

.btn:disabled {
  background: gray;
}

.btn:disabled:hover {
  background: gray;
}

.wpcf7-response-output {
  display: none!important;
}

/* 
* 21. WELCOME
*/

.welcome__slider .swiper-slide .w-card__content > * {
  transition: all .75s;
  opacity: 0;
  transform: translateY(-1rem);
}

.welcome__slider .swiper-slide .w-card__img {
  overflow: hidden;
}

.welcome__slider .swiper-slide .w-card__img img {
  transform: scale(1.05);
  transition: all 1.5s cubic-bezier(0.3, 0.1, 0.3, 1);
}

.welcome__slider .swiper-slide .w-card__content > *:nth-child(1) {
  transition-delay: .1s;
}

.welcome__slider .swiper-slide .w-card__content > *:nth-child(2) {
  transition-delay: .3s;
}

.welcome__slider .swiper-slide .w-card__content > *:nth-child(3) {
  transition-delay: .4s;
}

.welcome__slider .swiper-slide-visible .w-card__content > * {
  opacity: 1;
  transform: translateY(0);
}

.welcome__slider .swiper-slide-visible .w-card__img img {
  transform: scale(1);
}

.welcome__slider .swiper-pagination {
  position: absolute;
  margin-top: 0;
}

/* 
* 22. ANIMATIONS
*/

.sc-anim .anim-title {
  will-change: opacity, transform;
  animation-iteration-count: 1
}

.sc-anim.in-view .anim-title {
  animation: .5s linear 0s titleAnimation;
}

@keyframes titleAnimation {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* 
* 00. OTHER
*/

.embedded-row {
  margin-bottom: 4rem;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

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

.page-nav__list, .page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-nav__list {
  margin: 0 3rem!important;
}

.page-nav__item {
  margin: 0 .5rem;
}

.page-nav__link {

}

.sq__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--c-accent);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.white-post-nav .sq__box {
  border-color: white;
  color: white;
}

.page-nav__item--dots .sq__box {
  border-color: transparent
}

.sq__box i {
  line-height: 0;
  font-style: normal
}

.sq__box svg {
  width: 1.7rem;
  height: auto;
}

.sq__box.prev-button svg {
  transform: rotate(-180deg)
}

.page-nav__item.active .sq__box {
  background: var(--c-accent);
  color: #fff;
}

.str-m-card__body {
  max-height: 30rem;
}

.single-post .pre-footer,
.single-project .pre-footer,
.archive-page .pre-footer,
.archive:not(.post-type-archive-projects) .pre-footer {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(34, 139, 34, 1) 30%,
    rgba(34, 139, 34, 1) 100%
  );
  padding-top: 10rem;
  margin-top: 0;
}

.post-type-archive-projects .p-card {
  z-index: 1;
}

.post-type-archive-projects .projects-grid {
  min-height: 40rem;
}

.a-link--small {
  font-size: 1.6rem;
}

.a-link--small .a-link__icon svg {
  width: 1.2rem;
}

.m-card {
  display: block;
}

.swiper .p-card {
  width: 36rem;
  margin: 0;
}

.btn {
  background: var(--c-accent);
  background: linear-gradient(
    93.44deg,
    var(--myColor1) 3.22%,
    var(--myColor2) 95.62%,
    var(--myColor3)
  );
  color: white;
  transition: --myColor1 0.3s, --myColor2 0.3s, --myColor3 0.3s;
}

.page-template-page-about .btn.btn--white:hover,
.btn:hover {
  --myColor1: rgba(48, 173, 55, 0.92);
  --myColor2: rgba(152, 213, 40, 0.9);
  --myColor3: rgba(152, 213, 40, 0.9);
  background: linear-gradient(
    93.44deg,
    var(--myColor1) 3.22%,
    var(--myColor2) 95.62%,
    var(--myColor3)
  );
}

.subcribe-input form {
  display: flex;
  justify-content: center;
}

.subcribe-input .btn {
  background: var(--c-accent);
  transition: 0.3s background;
  position: relative;
}

.subcribe-input .wpcf7-not-valid-tip {
  display: none!important;
}

.subcribe-input .wpcf7-not-valid {
  background: #ffe6e6;
}

.subcribe-input .btn:hover {
  background: #2f9734;
  color: white;
}

.btn--white {
  background: #f7f7f7;
  --myColor1: rgba(255, 255, 255, 0.92);
  --myColor2: rgba(152, 213, 40, 0.9);
  --myColor3: rgba(152, 213, 40, 0.9);
  background: linear-gradient(
    93.44deg,
    var(--myColor1) 3.22%,
    var(--myColor2) 95.62%,
    var(--myColor3)
  );
  color: #0e0f0c;
  transition: --myColor1 0.3s, --myColor2 0.3s, --myColor3 0.3s;
}

.btn--dark-green:hover {
  color: white;
}
.mobile-visible {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.documents__table td {
  font-size: 1.6rem;
  padding: 1rem;
}

.documents__table .documents__size {
  white-space: nowrap;
  font-size: 1.4rem;
}

.documents__link .download-link img {
  margin-left: 0;
}

/* .documents__table tr:nth-child(2n) {
  background: #f3f6f3;
} */

.documents__table tr:hover {
  background: #f3f6f3;
}

/* LANGUAGE DROPDOWN */

.lang-block {
  position: relative;
}

.lang-list {
  position: absolute;
  top: 100%;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1), visibility 0s 0.35s,
    transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    background-color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  transform: translateY(-1.5rem);
  opacity: 0;
  border-radius: 0 0 1.8rem 1.8rem;
  background-color: var(--c-accent);
}

.lang-list__item {
  transform: translateY(1rem);
  transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  opacity: 0;
}

.lang-list__link {
  transition: color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  font-size: 1.2rem;
  line-height: 3.6rem;
  width: 3.6rem;
  text-align: center;
  display: block;
  height: 3.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

.lang-list.is-active,
.menu-opened .lang-list_mobile,
.lang-block:hover .lang-list {
  visibility: visible;
  transition-delay: 0s;
  transform: none;
  opacity: 1;
}

.lang-list.is-active .lang-list__item,
.menu-opened .lang-list_mobile .lang-list__item,
.lang-block:hover .lang-list .lang-list__item {
  transform: none;
  opacity: 1;
}

.lang-list.is-active .lang-list__item:nth-child(1),
.menu-opened .lang-list_mobile .lang-list__item:nth-child(1),
.lang-block:hover .lang-list .lang-list__item:nth-child(1) {
  transition-delay: 0.1s;
}

.lang-list.is-active .lang-list__item:nth-child(2),
.menu-opened .lang-list_mobile .lang-list__item:nth-child(2),
.lang-block:hover .lang-list .lang-list__item:nth-child(2) {
  transition-delay: 0.2s;
}

.lang-list.is-active .lang-list__item:nth-child(3),
.menu-opened .lang-list_mobile .lang-list__item:nth-child(3),
.lang-block:hover .lang-list .lang-list__item:nth-child(3) {
  transition-delay: 0.3s;
}

.lang-list.is-active .lang-list__item:nth-child(4),
.menu-opened .lang-list_mobile .lang-list__item:nth-child(4),
.lang-block:hover .lang-list .lang-list__item:nth-child(4) {
  transition-delay: 0.4s;
}

.lang-list.is-active .lang-list__item:nth-child(5),
.menu-opened .lang-list_mobile .lang-list__item:nth-child(5),
.lang-block:hover .lang-list .lang-list__item:nth-child(5) {
  transition-delay: 0.5s;
}

.lang-list_inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
}

.lang-list_inline .lang-list__item {
  margin-left: 1rem;
}

.lang-list_inline .lang-list__link {
  border-radius: 50%;
}

.lang-list_inline .lang-list__link.is-active {
  background-color: #f5f5f5;
}

.lang-block {
  position: relative;
}

.lang-block__current {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3.6rem;
  position: relative;
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1),
    border-radius 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-transform: uppercase;
}

.lang-block__current.is-active,
.lang-block:hover .lang-block__current {
  color: #fff;
  border-radius: 50% 50% 0 0;
  background-color: var(--c-accent);
}

.m-header__languages, .m-header__head {
  display: flex;
  align-items: center;
}

.m-header__languages .lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--c-accent);
  width: 4rem;
  height: 4rem;
  display: flex;
  border-radius: 50%;
  padding: 1rem;
  color: white;
  font-weight: 500;
  margin-right: 1rem!important;
}

.m-header__languages .lang-item a {
  font-size: 1em;
  line-height: 1;
  color: inherit
}

.m-header__languages .lang-item--current {
  order: -1;
  background: #f7f7f7;
  color: #333333;
}

/* 1. MEDIA - LG  */

@media (max-width: 1023px) {
  .membership__line {
    display: none;
  }

  .lead-text,
  .m-item__title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .memberhip__list > li,
  .e-card__title {
    font-size: 1.6rem;
  }

  .m-item {
    height: auto;
  }

  .m-item__price {
    font-size: 2.8rem;
    padding-bottom: 2.5rem;
  }

  .m-item__sub-title {
    font-size: 1.6rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }

  .memberhip__list > li:before {
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 2rem;
  }

  .pre-footer__actions {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .welcome {
    height: auto;
  }

  .about__image svg {
    width: 100%;
    position: relative;
    z-index: -1;
  }
  .mobile-visible {
    display: block;
  }

  .goals__heading {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about__intro {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }

  .footer__socials {
    margin-top: 0 !important;
  }

  .goals__image-cell {
    order: -1;
    height: 50rem;
    margin-bottom: 4rem;
  }

  .about__circle {
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50rem;
    max-width: 100%;
  }
  .about__circle svg {
    width: 100%;
  }

  .show-for-large {
    display: none;
  }
  .structure__grid {
    grid-template-columns: 1fr 1fr;
  }

  .projects-grid .p-card {
    max-width: 100%;
  }

  .t-page {
    padding-top: 4rem;
  }

  .swiper .p-card {
    max-width: 100%;
  }
  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .single__image {
    height: 30vh;
  }

  .single-project article {
    margin-top: 0rem !important;
  }
  .single__title {
    font-size: 3rem;
    line-height: 1.2;
    display: block;
  }
  .single__header {
    margin-top: 0;
    background: none;
    border-radius: 0;
    margin: 2rem 0;
    flex-direction: column;
  }
  .single__date {
    display: block;
    margin: 1.5rem 0 0 0;
    font-size: 1.4rem;
  }
  .single__tag {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
    order: -1;
    margin-bottom: 2rem;
  }

  .single__header,
  .single__content {
    padding: 0;
  }

  .single-page .w-member {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .editable-content,
  .editable-content p {
    font-size: 1.6rem;
  }

  .single-pr__info {
    border: none;
    padding: 0;
    margin-bottom: 3rem;
  }

  .download-link {
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
  }

  .page-template-page-about .projects {
    padding-top: 20rem;
  }

  .page-template-page-about .projects__background {
    top: 0;
    height: 50%;
  }
  .page-template-page-about .projects__background svg {
    bottom: auto;
    top: 0;
  }
  .page-template-page-about .schema {
    padding: 8rem 0 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 60%,
      rgba(34, 139, 34, 1) 60%,
      rgba(34, 139, 34, 1) 100%
    );
  }
  .member-partner-footer .members {
    background: linear-gradient(
      180deg,
      rgb(247, 247, 247) 0%,
      rgb(247, 247, 247) 30%,
      rgb(255, 255, 255) 30%,
      rgb(255, 255, 255) 100%
    );
  }
}

/* 2. MEDIA - MD  */

@media (max-width: 700px) {
  .modal__body {
    width: 95%;
  }

  .modal__body.p-modal {
    max-width: 30rem;
  }
  .n-post {
    flex-direction: column;
  }
  .n-post__body {
    width: 100%;
  }

  .n-post__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .p-card__title,
  .n-card__title,
  .m-card__title,
  .w-card__title,
  .e-card__title,
  .n-post__title {
    word-break: break-word;
  }

  .n-post__img {
    order: -1;
    flex: 1;
    margin: 0;
    margin-bottom: 2rem;
    max-width: 100%;
    width: 100%;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .swiper .n-card {
    width: 48rem;
    max-width: 90%;
  }
  .str-m-card__position {
    font-size: 1.6rem;
    margin-bottom: 1.5rem !important;
  }

  .structure__grid {
    grid-template-columns: 1fr;
  }

  .structure__grid-item {
    height: 40rem;
  }

  .str-m-card__img img {
    height: 30rem;
  }

  .str-m-card__body {
    max-height: 30rem;
    overflow: auto;
    padding: 2rem;
  }

  .str-m-card__title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .str-m-card__desc {
    font-size: 1.4rem;
  }

  .structure-m__desc {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .h2 {
    font-size: 3.2rem !important;
    line-height: 1.2;
  }
  .sc--structure .sc__absolute-bg {
    display: none;
  }
}

/* 3. MEDIA - 620  */

@media (min-width: 620px) and (max-width: 799px) {
  /* .m-card {
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .m-card__img {
    height: 30%;
  }

  .m-card__title {
    font-size: 1.4rem;
  } */
}

/* 
* 04. MEDIA - 500
*/

@media (max-width: 500px) {
  .auto-slide-width .swiper-slide {
    max-width: 100%;
  }
  .page-template-page-about .projects {
    padding-top: 10rem;
  }
  .goals__heading {
    margin-bottom: 0;
  }

  .sc--p-t,
  .members {
    padding-top: 6rem;
  }

  .sc {
    padding-bottom: 6rem;
  }
  .projects__slider {
    padding-bottom: 2rem;
  }
  .str-m-card {
    flex-direction: column;
  }

  .str-m-card__img {
    width: 100%;
    max-width: 100%;
    height: 20rem;
    flex: 0 0 20rem;
  }
  .str-m-card__img img {
    height: 100%;
  }
}

/* .in-view svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate;
}

.about__image svg path {
  stroke: red;
}

@keyframes dash {
  from {
    stroke-dashoffset: 922;
  }
  to {
    stroke-dashoffset: 0;
    stroke: none;
  }
} */