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;
  }
}
.pricing {
  font-family: "Century Gothic", sans-serif;
  padding: 70px 0px 0px 0px;
  position: relative;
}
.pricing__pb {
  padding-bottom: 15px;
}
.pricing__overflow-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pricing__overlay {
  position: absolute;
  right: -20%;
  top: 110px;
  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);
  width: 125%;
  height: 650px;
  z-index: 1;
}
.pricing .row {
  position: relative;
  z-index: 2;
}
.pricing__title {
  text-align: center;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.pricing__title h2 {
  color: #202020;
  line-height: 1.4;
}
.pricing__box {
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 39px 32px 44px 50px;
  min-height: 326px;
  margin: 12px 0px;
  height: calc(100% - 24px);
  transition: all 0.4s ease;
}
.pricing__box:hover {
  box-shadow: 23.0357131958px 16.7532463074px 81.6720733643px 0px
    rgba(107, 107, 107, 0.1490196078);
}
.pricing__box__text {
  flex: 1;
  padding-right: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing__box__text h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.03em;
  color: #3f3f3f;
  margin: 0 0 20px 0;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.pricing__box__text p {
  line-height: 1.77;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px 0;
}
.pricing__box__text p:last-of-type {
  margin-bottom: 0;
}
.pricing__box__text a {
  text-decoration: none;
  color: #3aaa35;
  transition: all 0.4s ease;
}
.pricing__box__text a:hover {
  color: #1d7f35;
}
.pricing__box__text__top {
  margin-bottom: 40px;
}
.pricing__box__text__bottom {
  line-height: 0;
}
.pricing__box__text__bottom a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 9px 41px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.pricing__box__text__bottom a:hover {
  color: #fff;
}
.pricing__box__text__bottom a:hover::after {
  transform: translateY(0);
}
.pricing__box__text__bottom 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;
}
.pricing__box__text__bottom a span {
  position: relative;
  z-index: 2;
}
.pricing__box__logo {
  width: 134px;
  padding-top: 7px;
}
.pricing__box__logo__wrap {
  width: 100%;
  min-height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing__box__logo__wrap img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.pricing__box__text__bottom a.download {
  padding-left: 84px;
}
.pricing__box__text__bottom a.download::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  background-image: url("../img/download-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

@media only screen and (max-width: 1536px) {
  .pricing__box__text h3 {
    font-size: 30px;
  }
  .pricing__box {
    padding: 35px 25px 35px 25px;
  }
  .pricing__box__text {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .pricing__overlay {
    top: -30px;
  }
}
@media only screen and (max-width: 1280px) {
  .pricing__box__text h3 {
    font-size: 26px;
  }
  .pricing__box__text {
    padding-right: 20px;
  }
  .pricing__box__text__bottom a {
    font-size: 16px;
    padding: 8px 25px;
  }
  .pricing__box__text__bottom a.download {
    padding-left: 65px;
  }
  .pricing__box__text__bottom a.download::before {
    left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing__team__item__info h5 {
    font-size: 20px;
  }
  .pricing__overlay {
    top: 110px;
    right: -25%;
  }
  .pricing__box {
    min-height: 300px;
  }
  .pricing__pb {
    padding-bottom: 0;
  }
  .pricing {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  .pricing__title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing__overlay {
    display: none;
  }
  .pricing__box__text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pricing__box__text {
    width: 100%;
    padding-right: 0;
  }
  .pricing__box__text h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .pricing__box {
    padding: 25px 15px;
    flex-direction: column-reverse;
  }
  .pricing__box__text__bottom a {
    font-size: 15px;
    line-height: 28px;
  }
  .pricing__box__logo {
    width: 100%;
    padding-top: 0;
  }
  .pricing__box__logo__wrap {
    margin-bottom: 20px;
    padding-top: 0;
    max-width: 100%;
    min-height: auto;
    justify-content: flex-start;
  }
}
.pricing__team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 202px;
  padding-top: 25px;
  margin-bottom: 40px;
  font-family: "Century Gothic", sans-serif;
}
.pricing__team__item {
  margin: 24px 0px;
  max-width: 298px;
}
.pricing__team__item__img {
  margin-bottom: 24px;
}
.pricing__team__item__img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.pricing__team__item__info {
  text-align: center;
}
.pricing__team__item__info h5 {
  font-size: 23px;
  line-height: 1.4;
  color: #252525;
  margin-bottom: 7px;
}
.pricing__team__item__info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.71;
}
.pricing__team__item__info a {
  text-align: center;
  color: #3aaa35;
  font-size: 14px;
  line-height: 1.71;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-block;
}
.pricing__team__item__info a:hover {
  color: #1d7f35;
}
.pricing__team-desc {
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.pricing__team-desc p {
  color: #252525;
}

.team-wrap {
  padding-bottom: 120px;
  padding-top: 65px;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .pricing__team__item__info h5 {
    font-size: 20px;
  }
  .pricing__team {
    column-gap: 24px;
  }
  .pricing__team__item {
    width: calc(50% - 12px);
    max-width: 100%;
  }
  .pricing__team__item__img img {
    width: 100%;
    height: auto;
  }
  .pricing__team {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .team-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing__team__item__info h5 {
    font-size: 18px;
  }
  .pricing__team__item {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .pricing__team__item__info h5 {
    font-size: 16px;
  }
  .team-wrap {
    padding-bottom: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

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