h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.page-title {
  background-color: #0b0f14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Century Gothic";
  padding: 0px 78px;
  position: relative;
  overflow: hidden;
}
.page-title__col {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-title__overlay-r {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -80%;
  width: 73%;
  height: 100%;
  text-align: right;
  background: linear-gradient(
    83deg,
    rgba(58, 170, 53, 0.79) 2.29%,
    rgba(58, 170, 53, 0) 58.72%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.93, 0.36, 0.36, 0.93, 0, 0);
}
.page-title::before {
  content: "";
  width: 96.9%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/wwa/hero-overlay.webp");
}
.page-title__text {
  max-width: 100%;
  padding: 170px 0 138px 0;
  position: relative;
  z-index: 3;
}
.page-title__text h1,
.page-title__text h2 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
  letter-spacing: 0;
  color: #fff;
}
.page-title__text p {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  color: #fff;
  max-width: 800px;
}
.page-title__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.page-title__nav__item {
  position: relative;
  margin: 0px 6px;
}
.page-title__nav__item::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(55, 63, 72, 0.4);
}
.page-title__nav__item:last-of-type::before {
  content: none;
}
.page-title__nav__item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 10px 31px 10px 10px;
}
.page-title__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.page-title__nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-title__nav__item a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.page-title__nav__item a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.page-title__nav__item:first-of-type {
  margin-left: 0;
}
.page-title__nav__item:first-of-type a {
  padding-left: 0;
}

.page-title__overlay-m {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .page-title::before {
    left: -10%;
    background-position: right top;
  }
}
@media only screen and (max-width: 1536px) {
  .page-title::before {
    left: -20%;
  }
  .page-title {
    padding: 0 58px;
  }
  .page-title__text h1,
  .page-title__text h2 {
    font-size: 56px;
    line-height: 1.2;
  }
  .page-title__text p {
    font-size: 18px;
    line-height: 1.557;
  }
  .page-title__col {
    min-height: 521px;
  }
  .page-title__overlay-r {
    right: -25%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 0 38px;
  }
  .page-title__text h1,
  .page-title__text h2 {
    font-size: 52px;
    line-height: 1.55;
  }
  .page-title__nav__item a {
    font-size: 14px;
  }
  .page-title__nav__item::before {
    height: 20px;
  }
  .page-title__text {
    padding: 140px 0px 50px 0px;
    min-height: 373px;
  }
  .page-title__col {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title__overlay-m {
    display: block;
    right: -15%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__col {
    min-height: 427px;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title__text h1,
  .page-title__text h2 {
    font-size: 38px;
  }
  .page-title__text p {
    font-size: 16px;
  }
  .page-title__text {
    padding: 110px 0px 50px 0px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1,
  .page-title__text h2 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .page-title__nav {
    display: none;
  }
  .page-title--carrer .page-title__text,
  .page-title--carrer .page-title__col {
    min-height: 280px;
  }
  .page-title--carrer .page-title__nav {
    display: flex;
  }
  .page-title--carrer .page-title__nav__item {
    margin: 0;
  }
  .page-title--carrer .page-title__nav__item::before {
    right: 8px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 35px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 18px;
  }
  .page-title__text {
    padding: 56px 0px 50px 0px;
  }
  .page-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      179.14deg,
      rgba(0, 0, 0, 0.66) 8.59%,
      rgba(0, 0, 0, 0.42) 110.85%
    );
  }
  .page-title::before,
  .page-title__overlay-m {
    z-index: 3;
  }
  .page-title__col {
    min-height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text {
    padding: 103px 0px 71px 0px;
    min-height: 294px;
  }
  .page-title--carrer .page-title__text {
    padding-bottom: 40px;
  }
  .page-title__text h1,
  .page-title__text h2 {
    font-size: 28px;
  }
  .page-title__text p {
    font-size: 14px;
  }
  .page-title__overlay-m {
    background: linear-gradient(
      206.43deg,
      rgba(58, 170, 53, 0.24) -1.72%,
      rgba(58, 170, 53, 0.24) 39.12%
    );
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
  .page-title__overlay-r {
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
}
@media only screen and (max-width: 414px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 13px;
  }
  .page-title--carrer .page-title__nav__item::before {
    content: none;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a {
    padding-right: 5px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 27px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 10px;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a::before,
  .page-title--carrer .page-title__nav__item:last-of-type a::after {
    right: -12px;
  }
}
@media only screen and (max-width: 358px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 12px;
  }
}
.post__terms {
  display: flex;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 37px;
  position: relative;
  z-index: 2;
}
.post__terms__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  padding: 11px 12px;
  text-align: center;
  min-width: 205px;
  width: 175px;
  background-color: #1d7f35;
}
.post__terms__list {
  width: calc(100% - 175px);
  padding: 11px 0px 11px 30px;
  margin: 0;
  position: relative;
  list-style: none;
  overflow: hidden;
}
.post__terms__list::after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: white;
  box-shadow: 0px 1px 30px 21px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 1px 30px 21px rgb(255, 255, 255);
  -moz-box-shadow: 0px 1px 30px 21px rgb(255, 255, 255);
}
.post__terms__list .slick-next {
  right: 0;
  height: 100%;
  width: 24px;
  z-index: 2;
}
.post__terms__list .slick-next::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url("../img/arrow-term.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.post__terms__list .slick-prev {
  left: 0;
  height: 100%;
  width: 24px;
  z-index: 2;
}
.post__terms__list .slick-prev::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 6px;
  height: 12px;
  background-image: url("../img/arrow-term.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.post__terms__list .slick-prev.slick-disabled:before,
.post__terms__list .slick-next.slick-disabled:before {
  opacity: 0;
  transition: all 0.3s ease;
}
.post__terms__list__item {
  margin-right: 25px;
  font-size: 14px;
  line-height: 27px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.post__terms__list__item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  top: 0px;
  position: relative;
}
.post__terms__list__item a {
  text-decoration: none;
  color: #292929;
  transition: all 0.4s ease;
  position: relative;
  padding-right: 25px;
}
.post__terms__list__item a:hover {
  color: #1d7f35;
}
.post__terms__list__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.site {
  overflow-x: hidden;
}

.bottom__overlay {
  position: absolute;
  top: 700px;
  right: -18%;
  width: 120%;
  height: 880px;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.1;
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
}

.post {
  padding: 50px 0px 190px 0px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
}
.post__overlay {
  width: 120%;
  height: 48%;
  height: 1500px;
  position: absolute;
  top: 29px;
  right: -25%;
  background: linear-gradient(
    121.54deg,
    rgba(242, 242, 242, 0.79) 13.97%,
    rgba(180, 180, 180, 0) 48.87%
  );
  opacity: 0.3;
  transform: rotate(157deg);
  z-index: 2;
  overflow: hidden;
}
.post__overlay::before {
  content: "";
  position: absolute;
  top: 31%;
  right: 45%;
  background: linear-gradient(
    206.43deg,
    rgba(58, 170, 53, 0.79) -1.72%,
    rgba(58, 170, 53, 0) 100%
  );
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0) rotate(157deg);
  width: 100%;
  height: 70%;
  z-index: 4;
}
.post__overlay::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  background: linear-gradient(
    90.46deg,
    #f6f6f6 65%,
    rgba(181, 181, 181, 0) 83.7%
  );
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
  transform: rotate(23deg);
}
.post__box {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 10px 15px 3px 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}
.post__box:hover {
  box-shadow: 23.0357px 16.7532px 81.6721px rgba(107, 107, 107, 0.15);
}
.post__box__img {
  margin-bottom: 15px;
}
.post__box__img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.post__box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.post__box__content__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  padding-top: 2px;
}
.post__box__content__bottom .post__box__content__btn {
  position: relative;
  padding: 10px 21px 10px 0px;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  color: #1d7f35;
}
.post__box__content__bottom .post__box__content__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.post__box__content__bottom .post__box__content__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.post__box__content__bottom .post__box__content__btn:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.post__box__content__bottom .post__box__content__btn:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.post__box__content__bottom .post__box__content__date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.77;
  color: #5b585b;
  padding: 10px 0px 10px 10px;
}
.post__box__content__terms {
  padding-left: 0;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.post__box__content__terms__item {
  margin-right: 16px;
  font-size: 14px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post__box__content__terms__item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  top: 1px;
  position: relative;
}
.post__box__content__terms__item a {
  text-decoration: none;
  color: #292929;
  transition: all 0.4s ease;
}
.post__box__content__terms__item a:hover {
  color: #1d7f35;
}
.post__box__content__text {
  margin-bottom: 36px;
}
.post__box__content__text h2 {
  color: #0f1e34;
  letter-spacing: 0;
  line-height: 1.44;
}
.post__box__content__text h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.44;
  letter-spacing: 0;
  color: #0f1e34;
  display: inline-block;
  width: 100%;
  margin: 14px 0px 30px 0px;
}
.post__box__content__text h3 a {
  text-decoration: none;
  color: #0f1e34;
  transition: all 0.4s ease;
}
.post__box__content__text h3 a:hover {
  color: #1d7f35;
}
.post__box__content__text h4 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.68;
  color: #000000;
  margin: 0 0 14px 0;
}
.post__box__content__text h4 a {
  text-decoration: none;
  color: #000000;
  transition: all 0.4s ease;
}
.post__box__content__text h4 a:hover {
  color: #1d7f35;
}
.post__box__content__text p {
  font-size: 15px;
  line-height: 1.77;
  color: #5b585b;
  margin: 0;
}
.post__box--large {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
.post__box--large .post__box__img {
  width: calc(45% + 10px);
  margin-bottom: 0;
  height: 100%;
}
.post__box--large .post__box__img img {
  height: 100%;
  object-fit: cover;
}
.post__box--large .post__box__content {
  width: calc(55% - 10px);
  padding: 20px 25px 20px 57px;
}
.post__box--large .post__box__content__text {
  margin-bottom: 21px;
}
.post__box--large .post__box__content__bottom {
  padding-top: 0;
  border-top: none;
}
.post__box--large .post__box__content__text p {
  font-size: 16px;
}
.post__box--large img {
  height: auto;
}
.post__loadmore {
  text-align: center;
  margin-top: 44px;
  position: relative;
  z-index: 2;
}
.post__loadmore a {
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  padding: 9px 39px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.post__loadmore a span {
  position: relative;
  z-index: 2;
}
.post__loadmore a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.post__loadmore a:hover::after {
  transform: translateY(0);
}

.post__title {
  margin-top: 92px;
  margin-bottom: 55px;
}

.post__box-mb-0 {
  margin-bottom: 0;
}

.bottom__overlay.bottom__overlay--index {
  top: 39%;
}

.post .container {
  position: relative;
  z-index: 2;
}

.post--index .post__box--large {
  height: auto;
}

@media only screen and (max-width: 1536px) {
  .post__box--large .post__box__content {
    padding-left: 35px;
  }
  .post__box__content__text h3 {
    font-size: 30px;
    margin: 10px 0px 22px 0px;
  }

  .post__overlay {
    right: -27%;
  }
}
@media only screen and (max-width: 1366px) {
  .post__overlay {
    right: -28%;
  }

  .post__title {
    margin-top: 85px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .post__box__content__text h3 {
    font-size: 28px;
  }
  .post__loadmore a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .post {
    padding-bottom: 140px;
  }

  .post__overlay {
    height: 1000px;
    /* right: -23%; */
  }

  .post__title {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .post__overlay {
    display: none;
  }
  .bottom__overlay {
    right: -29%;
    top: 730px;
  }
}
@media only screen and (max-width: 991px) {
  .post__box__content__text h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .post__box__content__text h4 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .post__box {
    padding: 15px 15px 3px 15px;
  }
  .post__box--large .post__box__content__bottom {
    border-top: 1px solid #efefef;
    padding-top: 3px;
  }
  .post__box--large .post__box__content__text {
    margin-bottom: 36px;
  }
  .post__box--large .post__box__content,
  .post__box--large .post__box__img {
    width: 100%;
  }
  .post__box--large .post__box__img {
    height: auto;
  }
  .post__box--large .post__box__img img {
    height: auto;
    max-height: 350px;
  }
  .post__box--large .post__box__content {
    padding: 20px 0px 0px 0px;
  }

  .post__title {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom__overlay {
    display: none;
  }
  .post__box__content__text h3 {
    font-size: 24px;
  }
  .post {
    padding-bottom: 120px;
  }
  .post__terms__title {
    font-size: 12px;
    min-width: 160px;
  }
  .post__box__img img {
    height: auto;
  }
  .post__box--large .post__box__img img {
    max-height: 100%;
  }

  .post__title {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .post__box__content__text h3 {
    font-size: 21px;
  }
  .post__box__content__text h4 {
    font-size: 16px;
  }
  .post__loadmore a {
    font-size: 15px;
    line-height: 28px;
  }
  .post__box--large .post__box__content__text p,
  .post__box__content__text p {
    font-size: 14px;
  }
  .post {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .post__terms {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .post__terms__title {
    width: 100%;
    font-size: 14px;
  }
  .post__terms__list {
    width: 100%;
  }
  .post__loadmore {
    margin-top: 30px;
  }
}
.single .site {
  overflow: visible;
}

.single-article {
  font-family: "Century Gothic", sans-serif;
  padding: 47px 0 85px 0;
  position: relative;
}
.single-article .container {
  position: relative;
  z-index: 4;
}
.single-article img {
  border-radius: 4px;
}
.single-article__overlay {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.single-article__overlay::before {
  content: "";
  width: 120%;
  right: -18%;
  top: 1000px;
  position: absolute;
  height: 850px;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.1;
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
  z-index: 1;
}
.single-article__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.single-article__wrap__cls {
  width: 11.3%;
  flex: 0 0 auto;
}
.single-article__wrap__cll {
  width: 77.4%;
  flex: 0 0 auto;
}
.single-article__thumb {
  padding-top: 44px;
  margin-bottom: 36px;
  position: relative;
  z-index: 2;
}
.single-article__thumb img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.single-article__tags {
  margin-bottom: 6px;
}
.single-article__tags li span {
  top: 0;
}
.single-article__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin-top: 0;
}
.single-article__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.single-article__breadcrumbs__item {
  position: relative;
  padding: 5px 30px 5px 0px;
}
.single-article__breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.single-article__breadcrumbs__item a {
  color: #555;
  transition: all 0.4s ease;
  text-decoration: none;
}
.single-article__breadcrumbs__item a:hover {
  color: #3aaa35;
}
.single-article__excerpt {
  margin-bottom: 36px;
}
.single-article__excerpt p {
  font-size: 22px;
  line-height: 1.64;
}
.single-article__author {
  padding: 20px 18px;
  border: 1px solid #f0f1f6;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-article__author__info {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-article__author__info__img {
  margin-right: 17px;
  width: 46px;
}
.single-article__author__info__img img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  object-fit: cover;
  display: block;
}
.single-article__author__info__text {
  flex: 1;
}
.single-article__author__info__text h6 {
  margin: 0 0 6px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #183b56;
}
.single-article__author__info__text p {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5a7184;
}
.single-article__author__date {
  width: 30%;
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #5a7184;
}
.single-article__author__date span {
  padding-right: 8px;
  display: inline-block;
}
.single-article__author-info {
  background-color: #f5f7fb;
  border-radius: 4px;
  margin: 35px 0px 0px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 39px 40px;
}
.single-article__author-info__img {
  margin-right: 27px;
  width: 105px;
}
.single-article__author-info__img img {
  width: 105px;
  height: 105px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.single-article__author-info__text {
  flex: 1;
}
.single-article__author-info__text p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}
.single-article__author-info__text__position {
  margin: 0 0 6px 0;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5a7184;
}
.single-article__author-info__text__name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-article__author-info__text__name h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  color: #202020;
}
.single-article__author-info__text__name ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding-top: 3px;
  padding-left: 21px;
  list-style: none;
}
.single-article__author-info__text__name ul li {
  margin-right: 10px;
}
.single-article__author-info__text__name ul li img {
  display: block;
}
.single-article__tags-wrap {
  border-top: 1px solid #f0f1f6;
  padding: 4px 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}
.single-article__tags-wrap__title {
  margin-right: 42px;
  margin-bottom: 0;
  padding: 5px 0px;
}
.single-article__tags-wrap .single-article__tags {
  margin-bottom: 0;
  padding: 5px 0px;
}
.single-article .wp-block-image {
  margin-top: 13px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.single-article .wp-element-caption {
  text-align: center;
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.6);
}
.single-article .wp-block-gallery.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 326px);
  grid-column-gap: 24px !important;
  grid-row-gap: 24px !important;
  padding-top: 24px;
  margin-bottom: 38px;
}
.single-article .wp-block-gallery.columns-2 img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.single-article .wp-block-gallery.columns-2 .size-large {
  grid-area: 1/1/3/2;
  width: 100% !important;
}
.single-article .wp-block-gallery.columns-2 .size-medium {
  width: 100% !important;
}
.single-article .wp-block-gallery.columns-2 .size-medium:nth-child(1) {
  width: 100% !important;
  grid-area: 1/2/2/3;
}
.single-article .wp-block-gallery.columns-2 .size-medium:nth-child(2) {
  width: 100% !important;
  grid-area: 2/2/3/3;
}

.single-content ul,
.single-content ol {
  font-weight: 400;
  font-size: 16px;
  line-height: 52px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 52px 0;
  padding-left: 30px;
}
.single-content a {
  text-decoration: none;
  color: #1d7f35;
  transition: all 0.4s ease;
}
.single-content a:hover {
  color: #3aaa35;
}
.single-content .wp-block-quote {
  background-image: url("../img/bq-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 44px 0;
  padding: 88px 30px 32px 30px;
  text-align: center;
  position: relative;
}
.single-content .wp-block-quote::before {
  content: "";
  background-image: url("../img/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29px;
  width: 40px;
  height: 35px;
}
.single-content .wp-block-quote cite {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  color: rgba(29, 127, 53, 0.8);
  opacity: 0.8;
}
.single-content .wp-block-quote p {
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 0.09px;
  color: #1d7f35;
  max-width: 834px;
  margin: 0 auto 34px auto;
}
.single-content .wp-block-video {
  padding-top: 16px;
  margin-bottom: 36px;
}

.related-post {
  background-color: #f5f7fb;
  font-family: "Century Gothic", sans-serif;
  padding: 54px 0 80px 0;
}
.related-post--news {
  padding-top: 80px;
}
.related-post__title {
  margin-bottom: 71px;
  text-align: center;
}
.related-post__title h2 {
  margin: 0;
}
.related-post__btn {
  text-align: center;
  padding-top: 30px;
}
.related-post__btn p {
  margin-bottom: 32px !important;
}
.related-post__btn a {
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  padding: 9px 39px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.related-post__btn a span {
  position: relative;
  z-index: 2;
}
.related-post__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.related-post__btn a:hover::after {
  transform: translateY(0);
}

/* Pagination */
.single-pagination {
  margin: 40px 0 85px 0;
}
.single-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.single-pagination .nav-links a {
  text-decoration: none;
  padding: 30px 31px 30px 31px;
  display: inline-block;
}
.single-pagination .nav-links .nav-subtitle {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5;
}
.single-pagination .nav-links .nav-title {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
  position: relative;
  z-index: 5;
}
.single-pagination .nav-links .nav-previous {
  width: calc(42% - 11px);
  border: 1px solid #f0f1f6;
  border-radius: 4px;
  transition: all 1.2s ease;
  background-color: #fff;
  position: relative;
  flex: 1 0 auto;
}
.single-pagination .nav-links .nav-next {
  width: calc(58% - 13px);
  border: 1px solid #f0f1f6;
  border-radius: 4px;
  background-color: #fff;
  text-align: right;
  position: relative;
  transition: all 1.2s ease;
  z-index: 2;
  flex: 1 0 auto;
}
.single-pagination .nav-links .nav-next .nav-title {
  max-width: 340px;
  margin: 0 0 0 auto;
}
.single-pagination .nav-links .nav-next .nav-thumb::before {
  background: linear-gradient(
    268.67deg,
    #ffffff 41.6%,
    rgba(255, 255, 255, 0.59) 75.82%
  );
}
.single-pagination .nav-links .nav-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.single-pagination .nav-links .nav-thumb::before {
  content: "";
  background: linear-gradient(
    88.67deg,
    #ffffff 41.6%,
    rgba(255, 255, 255, 0.59) 75.82%
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
  transition: 1.2s ease;
}
.single-pagination .nav-links .nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 1.5s ease;
}
.single-pagination .nav-links .nav-previous:hover,
.single-pagination .nav-links .nav-next:hover {
  border-color: #3aaa35;
  transition: all 1.2s ease;
}
.single-pagination .nav-links .nav-previous:hover .nav-title,
.single-pagination .nav-links .nav-next:hover .nav-title {
  color: #3aaa35;
  transition: all 0.4s ease;
}
.single-pagination .nav-links .nav-previous:hover .nav-thumb::before,
.single-pagination .nav-links .nav-next:hover .nav-thumb::before {
  opacity: 0.9;
  transition: 1.2s ease;
}
.single-pagination .nav-links .nav-previous:hover .nav-thumb img,
.single-pagination .nav-links .nav-next:hover .nav-thumb img {
  opacity: 0.5;
  transition: 1.5s ease;
  transform: scale(1.05);
}

/*Ads Section*/
.single-advertisement {
  background: linear-gradient(
    88.67deg,
    #ffffff 41.6%,
    rgba(255, 255, 255, 0.59) 75.82%
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f0f1f6;
  border-radius: 4px;
  margin: 0 0 55px 0;
  padding: 34px 36px 36px 36px;
}
.single-advertisement h3 {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.23;
}
.single-advertisement p {
  line-height: 1.74;
}
.single-advertisement__btn {
  margin-top: 47px;
  color: #323232;
  display: inline-block;
  position: relative;
  padding: 0px 21px 0px 0px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
.single-advertisement__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.single-advertisement__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0px;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-advertisement__btn:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.single-advertisement__btn:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

/*Share SM*/
.single-article__share {
  text-align: right;
  position: sticky;
  z-index: 2;
  top: 100px;
}
.single-article__share span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #000000;
}
.single-article__share__list {
  margin: 29px 0 0 0;
  list-style: none;
  padding-left: 0;
}
.single-article__share__list__item {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.single-article__share__list__item img {
  width: 33px;
  height: 33px;
  object-fit: contain;
  display: block;
}

.single-article__share--mobile {
  display: none;
}

@media only screen and (max-width: 1536px) {
  .related-post__title {
    margin-bottom: 56px;
  }
  .related-post--news,
  .related-post {
    padding: 65px 0px;
  }
  .single-article__thumb img {
    height: 500px;
  }
  .single-article__title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  .single-article__title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  .related-post__btn a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .single-article__overlay {
    top: 50px;
  }
  .single-article__title {
    font-size: 40px;
  }
  .related-post__title {
    margin-bottom: 36px;
  }
  .related-post--news,
  .related-post {
    padding: 50px 0px;
  }
  .single-article__excerpt p {
    font-size: 20px;
  }
  .single-article__thumb {
    padding-top: 35px;
    margin-bottom: 30px;
  }
  .single-article__overlay::before {
    right: -25%;
  }
  .single-article__thumb img {
    height: 420px;
  }
  .single-content .wp-block-quote cite {
    font-size: 16px;
    line-height: 1.22;
  }
  .single-pagination .nav-links .nav-title {
    font-size: 16px;
  }
  .single-pagination .nav-links a,
  .single-advertisement {
    padding: 20px;
  }
  .single-pagination {
    margin-bottom: 60px;
  }
  .single-advertisement__btn {
    font-size: 16px;
  }
  .single-advertisement {
    margin-bottom: 30px;
  }
  .single-article .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 250px);
    padding-top: 10px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-article__wrap__cls {
    width: 5%;
  }
  .single-article__wrap__cll {
    width: 90%;
  }
  .single-article__share {
    display: none;
  }
  .single-article__share.single-article__share--mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    padding: 4px 7px;
    position: relative;
    top: 0;
  }
  .single-article__share.single-article__share--mobile span {
    margin-right: 42px;
    line-height: 1.33;
    padding: 5px 0px;
  }
  .single-article__share__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .single-article__share__list__item {
    margin: 0px 10px 0px 0;
    padding: 5px 0px;
    display: inline-block;
  }
  .single-article .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 220px);
  }
}
@media only screen and (max-width: 991px) {
  .single-article__excerpt p,
  .single-article__share span {
    font-size: 18px;
  }
  .single-article .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 180px);
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .single-article__thumb {
    padding-top: 25px;
  }
  .single-article__thumb img {
    height: 400px;
  }
  .single-article__author-info {
    padding: 30px;
  }
  .single-advertisement {
    margin-bottom: 15px;
  }
  .single-content .wp-block-quote p {
    font-size: 20px;
    line-height: 1.5;
  }
  .single-pagination {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .single-article__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single-article__overlay {
    display: none;
  }
  .single-article .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 200px);
    grid-row-gap: 12px !important;
    grid-column-gap: 12px !important;
  }
  .single-advertisement {
    margin-bottom: 0;
  }
  .single-pagination .nav-links {
    column-gap: 12px;
  }
  .single-pagination .nav-links .nav-previous {
    width: calc(50% - 6px);
  }
  .single-pagination .nav-links .nav-next {
    width: calc(50% - 6px);
  }
  .single-article__share span {
    font-size: 16px;
  }
  .single-article__thumb img {
    height: auto;
  }
  .single-article__excerpt {
    margin-bottom: 30px;
  }
  .single-article__author {
    align-items: flex-end;
    padding: 15px;
  }
  .single-article__author__info {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
  }
  .single-article__author__info__img {
    margin-bottom: 10px;
  }
  .single-article__author__date {
    width: 50%;
  }
  .single-article__author__date span {
    padding: 0 0 0 15px;
  }
  .single-article__author-info {
    padding: 25px;
  }
  .single-article__author-info__text p {
    font-size: 14px;
  }
  .single-content .wp-block-quote p {
    font-size: 18px;
  }
  .single-content .wp-block-quote::before {
    background-size: contain;
    width: 26px;
    height: 26px;
    top: 22px;
  }
  .single-content ul,
  .single-content ol {
    margin-bottom: 30px;
  }
  .single-content .wp-block-quote {
    padding: 60px 15px 30px 15px;
    margin-bottom: 30px;
  }
  .single-article__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .single-article__author-info {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .single-article__author-info__img {
    margin: 0 0 15px 0;
  }
  .single-article .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 140px);
  }
  .single-advertisement__btn {
    font-size: 15px;
  }
  .single-pagination .nav-links .nav-subtitle {
    font-size: 13px;
    margin-bottom: 0;
  }
  .single-content .wp-block-quote p {
    font-size: 16px;
  }
  .single-content .wp-block-quote cite {
    font-size: 14px;
  }
  .related-post__btn a {
    font-size: 15px;
    line-height: 28px;
  }
  .related-post {
    padding-left: 12px;
    padding-right: 12px;
  }
  .single-article__excerpt p {
    font-size: 16px;
  }
  .single-article__share.single-article__share--mobile span {
    font-size: 14px;
  }
  .single-article__wrap__cls {
    width: 0%;
  }
  .single-article__wrap__cll {
    width: 100%;
  }
  .single-article__thumb {
    width: calc(100vw - 12px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .single-article {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
  }
  .single-content ul,
  .single-content ol {
    font-size: 14px;
    line-height: 2;
  }
  .single-content ul li,
  .single-content ol li {
    margin-bottom: 16px;
  }
  .single-pagination .nav-links .nav-title {
    font-size: 14px;
    display: none;
  }
  .single-pagination .nav-links a {
    padding: 15px;
  }
  .single-advertisement {
    padding: 25px 15px;
  }
  .single-article__title {
    font-size: 24px;
  }
}

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