.cta-type1 a, .cta-type2 a {
  background-color: #00871D;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.063rem;
  justify-content: center;
  padding: 0 5rem 0 2rem;
  color: #fff;
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms ease, transform 150ms ease;
}
.cta-type1 a::after, .cta-type2 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.063rem;
  background: #e7e42a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>  <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 25px;
  transition: background-position 150ms ease, filter 150ms ease;
  pointer-events: none;
}
.cta-type1 a:hover, .cta-type2 a:hover {
  filter: brightness(1.02);
}
.cta-type1 a:hover::after, .cta-type2 a:hover::after {
  background-position: calc(50% + 1px) center;
}
.cta-type1 a:active, .cta-type2 a:active {
  transform: translateY(0.5px);
}
.cta-type1 a:focus-visible, .cta-type2 a:focus-visible {
  outline: 2px solid #0a5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .cta-type1 a, .cta-type2 a {
    transition: none;
  }
  .cta-type1 a::after, .cta-type2 a::after {
    transition: none;
  }
}

.home-banner {
  background-image: linear-gradient(45deg, #00501D, #43B02A);
  margin-bottom: 8rem;
}
.home-banner .wp-block-columns-is-layout-flex {
  justify-content: center;
}
.home-banner .left-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-banner .left-banner h2.heading1 {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.625rem;
}
.home-banner .left-banner h2.heading2 {
  color: #e2e71f;
  font-family: "Chantal_Light_Italic";
  font-size: 6.25rem;
  line-height: 4.625rem;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
.home-banner .right-banner img {
  position: relative;
  margin-top: 5rem;
  margin-bottom: -5.625rem;
  width: 66.938rem !important;
}

.home-sec1-row {
  align-items: center !important;
  justify-content: flex-start;
  margin-bottom: 6rem;
  gap: 15.125rem;
}
@media screen and (max-width: 1025px) {
  .home-sec1-row {
    justify-content: space-around;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-sec1-row {
    flex-direction: column;
  }
}
.home-sec1-row p {
  font-size: 1.5rem;
  line-height: 1.813rem;
}
.home-sec1-row .cta-type1 {
  margin-top: 2.75rem;
}

.sec1-left .wp-block-image img {
  width: 40.875rem !important;
  height: auto;
}

.card-bg {
  background: -moz-linear-gradient(top, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  background: -webkit-linear-gradient(top, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  background: linear-gradient(to bottom, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  padding-bottom: 6.125rem;
}
.card-bg .card-sec .wp-block-group-is-layout-constrained {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .card-bg .card-sec .wp-block-group-is-layout-constrained {
    justify-content: space-around;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .card-bg .card-sec .wp-block-group-is-layout-constrained {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.card-bg .card-sec .wp-block-group-is-layout-constrained p {
  font-size: 1.25rem;
}
.card-bg .card-sec .wp-block-group-is-layout-constrained a,
.card-bg .card-sec .wp-block-group-is-layout-constrained .wp-block-post-navigation-link {
  color: #E2E71F;
  font-size: 1.25rem;
}
.card-bg .card-sec .wp-block-group-is-layout-constrained h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
.card-bg .card-sec .wp-block-columns {
  align-items: center !important;
}
.card-bg .card-sec .wp-block-column-is-layout-flow:nth-of-type(1) {
  width: 18.375rem;
}
@media screen and (max-width: 991px) {
  .card-bg .card-sec .wp-block-column-is-layout-flow {
    flex-basis: unset;
    flex-grow: unset;
  }
}
.card-bg .card-sec .left-box {
  background: linear-gradient(145deg, #00501D 0%, #43B02A 100%);
  padding: 3rem 0 3rem 0;
  width: 41.75rem;
  gap: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .card-bg .card-sec .left-box {
    width: auto;
    text-align: center;
  }
}
.card-bg .card-sec .left-box h2 {
  color: #E2E71F;
}
.card-bg .card-sec .left-box p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.card-bg .card-sec .left-box img {
  position: relative;
  left: -1.5rem;
  width: 18.375rem;
}
.card-bg .card-sec .right-box {
  background: #ABA5A5;
  padding: 3rem 0 3rem 0;
  gap: 3rem;
  width: 41.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
  background: -moz-linear-gradient(45deg, #e6e4e4 100%, #f8f8f8 100%);
  background: -webkit-linear-gradient(45deg, #e6e4e4 100%, #f8f8f8 100%);
  background: linear-gradient(45deg, #e6e4e4 100%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e4e4', endColorstr='#f8f8f8', GradientType=1);
}
@media screen and (max-width: 767px) {
  .card-bg .card-sec .right-box {
    width: auto;
    text-align: center;
  }
}
.card-bg .card-sec .right-box .wp-block-column-is-layout-flow:nth-of-type(2) {
  width: 17rem;
}
.card-bg .card-sec .right-box img {
  position: relative;
  left: -2rem;
  width: 18.375rem;
}
.card-bg .card-sec .right-box a,
.card-bg .card-sec .right-box .wp-block-post-navigation-link {
  color: #00871D;
}

.cta-type1 a {
  background-color: #00871D;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.063rem;
  justify-content: center;
  padding: 0 5rem 0 2rem;
  color: #fff;
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms ease, transform 150ms ease;
}
.cta-type1 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.063rem;
  background: #e7e42a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>  <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 25px;
  transition: background-position 150ms ease, filter 150ms ease;
  pointer-events: none;
}
.cta-type1 a:hover {
  filter: brightness(1.02);
}
.cta-type1 a:hover::after {
  background-position: calc(50% + 1px) center;
}
.cta-type1 a:active {
  transform: translateY(0.5px);
}
.cta-type1 a:focus-visible {
  outline: 2px solid #0a5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .cta-type1 a {
    transition: none;
  }
  .cta-type1 a::after {
    transition: none;
  }
}

h2 {
  color: #00871D;
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: bold;
}

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