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 {
  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: 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 {
    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;
  }
}
.community {
  font-family: "Century Gothic", sans-serif;
  background-color: #f5f7fb;
  padding: 88px 0 80px 0;
  overflow-x: hidden;
}
.community__text {
  padding: 39px 0px 0 0;
}
.community__text h2 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
  color: #3f3f3f;
  margin: 0 0 53px 0;
}
.community__text ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin: 6px 0px 67px 0px;
  width: 100%;
  font-size: 16px;
  line-height: 1.69;
  color: rgba(0, 0, 0, 0.6);
}
.community__text ul li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.community__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/check-mark.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.community__text ul li:last-of-type {
  margin-bottom: 0;
}
.community__text p {
  line-height: 1.776;
  color: #535353;
  margin: 0 0 29px 0;
}
.community__text p:last-of-type {
  margin-bottom: 0;
}
.community__img {
  position: relative;
  width: calc(50vw - 0px);
  padding-left: 62px;
  height: 100%;
}
.community__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

@media only screen and (max-width: 1536px) {
  .community__text h2 {
    line-height: 1.22;
    margin-bottom: 32px;
  }
  .community {
    padding: 65px 0px;
  }
  .community__text {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 1440px) {
  .community__text ul {
    margin: 0 0 32px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .community {
    padding: 50px 0px;
  }
  .community__img {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .community {
    padding: 30px 0px 60px 0px;
  }
  .community__img {
    padding-left: 0;
    width: calc(100vw - 48px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .community__text {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .community {
    padding-left: 12px;
    padding-right: 12px;
  }
  .community__img {
    width: calc(100vw - 12px);
  }
  .community__text h2 {
    margin-bottom: 25px;
  }
  .community__text ul li {
    font-size: 14px;
  }
}
.contribution {
  font-family: "Century Gothic", sans-serif;
  padding: 67px 0px 186px 0px;
  position: relative;
  overflow: hidden;
}
.contribution .container {
  position: relative;
  z-index: 2;
}
.contribution__overlay-top {
  position: absolute;
  right: -20%;
  top: 665px;
  width: 120%;
  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;
}
.contribution__overlay-bottom {
  position: absolute;
  left: -20%;
  bottom: -2.45%;
  width: 120%;
  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: rotate(22.71deg);
  z-index: 1;
}
.contribution__title {
  margin-bottom: 91px;
  text-align: center;
}
.contribution__title h2 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
  color: #252525;
  margin: 0;
}
.contribution__box {
  background-color: #ffffff;
  border: 1px solid #f0f1f7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 0 87px 36px 70px;
  margin: 15px 0px;
  display: inline-block;
  width: 100%;
}
.contribution__box__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 0 44px 0;
  position: relative;
}
.contribution__box__header__title {
  width: 80%;
  flex: 1;
}
.contribution__box__header__title h3 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  color: #252525;
  margin: 0;
  padding-right: 30%;
}
.contribution__box__header__logo {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 25px;
  top: calc(50% + 8px);
  transform: translateY(-50%);
}
.contribution__box__header__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.contribution__box__desc p {
  line-height: 1.7761;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 32px 0;
}
.contribution__box__desc p:last-of-type {
  margin-bottom: 0;
}
.contribution__box__desc__a {
  position: relative;
  padding: 0px 21px 0px 0px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  color: #1d7f35;
  display: inline-block;
  text-decoration: none;
  margin-top: 36px;
}
.contribution__box__desc__a::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;
}
.contribution__box__desc__a::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;
}
.contribution__box__desc__a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.contribution__box__desc__a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}

@media only screen and (max-width: 1536px) {
  .contribution {
    padding: 60px 0px 150px 0px;
  }
  .contribution__title {
    margin-bottom: 50px;
  }
  .contribution__title h2 {
    line-height: 1.22;
  }
  .contribution__box {
    padding: 0 55px 35px 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .contribution {
    padding-bottom: 120px;
  }
  .contribution__title {
    margin-bottom: 40px;
  }
  .contribution__box {
    padding: 0 35px 30px 35px;
  }
  .contribution__box__desc__a {
    font-size: 16px;
  }
  .contribution__overlay-top {
    right: -30%;
  }
  .contribution__overlay-bottom {
    left: -30%;
  }
}
@media only screen and (max-width: 991px) {
  .contribution {
    padding-bottom: 80px;
  }
  .contribution__title {
    margin-bottom: 25px;
  }
  .contribution__box {
    padding: 0 25px 30px 25px;
  }
  .contribution__box__box__header {
    padding: 50px 0px 36px 0px;
  }
  .contribution__box__box__header__header__title h3 {
    padding-right: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .contribution__overlay-bottom,
  .contribution__overlay-top {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .contribution {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contribution__box {
    padding: 0 15px 30px 15px;
  }
  .contribution__box__desc__a {
    font-size: 14px;
  }
  .contribution__box__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 30px 0px 16px 0px;
  }
  .contribution__box__header__title h3 {
    padding-right: 0;
  }
  .contribution__box__header__logo {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    margin-bottom: 22px;
    display: block;
  }
  .contribution__box__header__logo img {
    max-width: 80%;
  }
}

/*# sourceMappingURL=community-care.css.map */
