.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 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.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 {
    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 {
    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 {
    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 {
    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: 11px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 45px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 24px;
  }
  .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 {
    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%;
  }
}
.site-main {
  padding: 80px 0px;
  font-family: "Century Gothic", sans-serif;
}
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
  color: #0b0f14;
}
.site-main .wp-block-image {
  margin-top: 13px;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.site-main .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);
}
.site-main .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;
}
.site-main .wp-block-gallery.columns-2 img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.site-main .wp-block-gallery.columns-2 .size-large {
  grid-area: 1/1/3/2;
  width: 100% !important;
}
.site-main .wp-block-gallery.columns-2 .size-medium {
  width: 100% !important;
}
.site-main .wp-block-gallery.columns-2 .size-medium:nth-child(1) {
  width: 100% !important;
  grid-area: 1/2/2/3;
}
.site-main .wp-block-gallery.columns-2 .size-medium:nth-child(2) {
  width: 100% !important;
  grid-area: 2/2/3/3;
}
.site-main .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;
}
.site-main .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;
}
.site-main .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;
}
.site-main .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;
}
.site-main .wp-block-video {
  padding-top: 16px;
  margin-bottom: 36px;
}
.site-main ul,
.site-main 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;
}

@media only screen and (max-width: 1536px) {
  .site-main {
    padding: 65px 0px;
  }
  .site-main .wp-block-quote cite {
    font-size: 16px;
    line-height: 1.22;
  }
  .site-main .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 250px);
    padding-top: 10px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-main {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-main .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 220px);
  }
}
@media only screen and (max-width: 991px) {
  .site-main .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 180px);
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .site-main .wp-block-quote p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .site-main .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 200px);
    grid-row-gap: 12px !important;
    grid-column-gap: 12px !important;
  }
  .site-main .wp-block-quote p {
    font-size: 18px;
  }
  .site-main .wp-block-quote::before {
    background-size: contain;
    width: 26px;
    height: 26px;
    top: 22px;
  }
  .site-main ul,
  .site-main ol {
    margin-bottom: 30px;
  }
  .site-main .wp-block-quote {
    padding: 60px 15px 30px 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .site-main .wp-block-gallery.columns-2 {
    grid-template-rows: repeat(2, 140px);
  }
  .site-main .wp-block-quote p {
    font-size: 16px;
  }
  .site-main .wp-block-quote cite {
    font-size: 14px;
  }
  .site-main ul,
  .site-main ol {
    font-size: 14px;
    line-height: 2;
  }
  .site-main ul li,
  .site-main ol li {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .site-main {
    padding-left: 12px;
    padding-right: 12px;
  }
}

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