@charset "UTF-8";
/* Base */
/* Carousel */
/* Containers */
/* Buttons */
.hr-darker {
  border-color: #DAE3E5; }

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v31-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v31-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  color: #000;
  font: 1.125rem/1.6875rem Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p {
  margin-bottom: 1.6875rem; }

b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 1.6875rem;
  font-family: Montserrat, sans-serif;
  color: black;
  font-weight: 700; }

ul,
ol {
  margin-bottom: 1.6875rem; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.625rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.375rem; }

h6 {
  font-size: 1.125rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 2.8rem; }

  h2 {
    font-size: 2.1rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.1rem; }

  h6, body, p {
    font-size: 1rem; } }
a {
  color: #b10021;
  text-decoration: none; }
  a:hover {
    color: #b10021; }
  a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 1.6875rem 0;
  border-color: #ccc; }

img {
  margin-top: 0px;
  margin-bottom: 1.6875rem; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 0.84375rem; }
form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 1.6875rem; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
  text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231E1E; }

.navbar {
  padding: 15px 0;
  margin: 0 30px;
  border: none; }
  .navbar .navbar-brand {
    width: 400px; }
  .navbar .navbar-brand-img {
    width: 100%; }
  .navbar .navbar-nav .nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #b10021;
    margin-left: 30px;
    padding: 5px 20px;
    border-radius: 15px;
    background-color: transparent; }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .dropdown-toggle::after {
    background-color: white;
    color: #b10021; }
  .navbar .dropdown-menu {
    border: none;
    box-shadow: 0 0 10px #00000024; }
  .navbar .dropdown-item:active {
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-color); }
  .navbar .btn-close {
    margin-top: 8px; }

.nav-menu {
  margin: 0;
  padding: 15px 0;
  padding-bottom: 0; }

.nav-bg {
  background: RGBA(0, 102, 77, 0.06);
  margin: 0;
  padding: 23.5px 30px;
  width: 100%; }

.nav-submenu .container-menu {
  display: flex;
  width: 100%; }
  .nav-submenu .container-menu .nav-link {
    color: black; }

#navbarSupportedContent .offcanvas-header img {
  top: 30px;
  max-width: 215px;
  left: 90px; }

.header-bbsn-links .bbsn-link svg {
  width: 24px;
  margin: 7px 0 0 10px; }

.dgwt-wcas-search-wrapp {
  background: RGBA(37, 7, 12, 0.08);
  padding: 5px; }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background-color: white;
  border-radius: 15px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25); }

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent; }

.offcanvas-content-parent {
  width: 100%; }

@media (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='rgb(177, 0, 33)'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .navbar-light .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='black'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .dropdown-item {
    text-align: right; } }
@media (max-width: 400px) {
  .navbar .navbar-brand {
    width: 150px; } }
@media (max-width: 350px) {
  #navbarSupportedContent .offcanvas-header img {
    left: 30px; } }
.opening {
  padding: 120px 0; }

.opening-bg {
  background-image: url("/wp-content/themes/impact2025/assets/img/carousel-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

.opening-cta {
  background: #00664D;
  background: linear-gradient(120deg, #00664d 9%, #438978 100%);
  padding: 45px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }
  .opening-cta h1, .opening-cta h2, .opening-cta h3, .opening-cta h4, .opening-cta h5, .opening-cta h6, .opening-cta p {
    color: white; }
  .opening-cta .btn {
    margin-bottom: 15px; }
  .opening-cta p:last-of-type {
    margin-bottom: 0; }

@media (min-width: 991px) {
  .opening-cta {
    position: absolute;
    right: 0;
    max-width: 500px;
    width: 100%; } }
@media (max-width: 991px) {
  .opening-cta {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; } }
.testimonial {
  background: transparent; }
  .testimonial .card {
    border: none;
    background: transparent; }
  .testimonial .card-body {
    padding: 0; }
  .testimonial .blockquote-footer {
    font-weight: bold;
    color: black; }

.blockquote {
  font-size: 1.125rem;
  margin-bottom: 30px; }

.homepage-products {
  background: RGBA(0, 102, 77, 0.05);
  padding: 120px; }
  .homepage-products h2 {
    font-size: 40px;
    text-align: center; }
  .homepage-products .btn-white {
    box-shadow: none;
    padding-left: 0;
    text-transform: none; }
    .homepage-products .btn-white:hover {
      background: white;
      color: #A22436; }
  .homepage-products .card {
    border: none;
    border-radius: 10px; }
    .homepage-products .card .card-title {
      font-weight: 600; }
  .homepage-products .btn-products {
    margin: 60px auto 0 auto;
    display: block;
    width: fit-content; }
  .homepage-products .carousel-control-prev {
    left: -60px; }
  .homepage-products .carousel-control-next {
    right: -60px; }
  .homepage-products .carousel-control-prev, .homepage-products .carousel-control-next {
    top: 50%; }

.featured-categories {
  overflow: hidden;
  padding: 0 90px; }

.hero {
  padding-top: 120px;
  background: linear-gradient(180deg, rgba(12, 100, 100, 0.03) 50%, white 50%); }

.hero h2 {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin-bottom: 120px;
  line-height: 42px; }
  .hero h2 small {
    font-size: 32px; }

.homepage-news-box {
  position: relative;
  background: white; }
  .homepage-news-box img {
    position: absolute;
    right: 0;
    height: 100%;
    object-fit: cover;
    width: 50%;
    top: 0; }
  .homepage-news-box .lead a {
    color: black; }
  .homepage-news-box .btn {
    margin-right: 15px; }
  .homepage-news-box .date {
    color: #00664D; }
  .homepage-news-box .news-content {
    padding: 60px 0; }

.testimonial-section {
  padding: 90px 0;
  background: url("/wp-content/themes/impact2025/assets/img/testimonial-bg.jpg");
  background-size: cover;
  background-position: center; }
  .testimonial-section blockquote, .testimonial-section .blockquote-footer {
    font-style: normal; }
  .testimonial-section .blockquote-footer {
    font-size: 16px; }
  .testimonial-section .blockquote-footer::before {
    content: ""; }
  .testimonial-section h3 {
    text-align: center; }
  .testimonial-section h5 {
    font-size: 24px; }
  .testimonial-section .testimonial > p:last-of-type {
    margin-bottom: 0; }

.testimonial-content-container, .contact-container {
  background: white;
  padding: 60px;
  border-radius: 15px;
  margin: 60px -60px; }

.carousel-fade .carousel-item {
  transition: all .6s ease-in-out !important; }
  .carousel-fade .carousel-item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .carousel-fade .carousel-item h3 {
    padding: 30px 0 0 30px;
    color: #b10021; }

#carouselHome {
  background: #DEDEDD;
  position: relative; }
  #carouselHome h1, #carouselHome h2, #carouselHome h3, #carouselHome h4, #carouselHome h5, #carouselHome h6 {
    color: #00664D;
    font-size: 64px;
    font-weight: 700;
    display: grid; }
    #carouselHome h1 small, #carouselHome h2 small, #carouselHome h3 small, #carouselHome h4 small, #carouselHome h5 small, #carouselHome h6 small {
      font-size: 24px;
      font-weight: 600; }
  #carouselHome p {
    font-size: 20px; }
  #carouselHome .carousel-item {
    padding: 60px 0;
    background-size: contain;
    background-position: 60%; }
  #carouselHome .carousel-caption {
    background: transparent; }
  #carouselHome .btn {
    margin-top: auto;
    margin-left: auto; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='32' viewBox='0 0 16 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.12216 14.2171L15.3643 4.41091C15.7708 3.92465 16 3.29061 16 2.62797C16 0.244365 13.3492 -0.904533 11.8789 0.845034L0.635674 14.2171C-0.211894 15.2229 -0.211894 16.7771 0.635674 17.7829L11.8789 31.155C13.3492 32.9045 16 31.7556 16 29.372C16 28.7094 15.7751 28.0753 15.3643 27.5891L7.11784 17.7829C6.27027 16.7771 6.27027 15.2229 7.11784 14.2171L7.12216 14.2171Z' fill='%23A22436' fill-opacity='0.33'/%3e%3c/svg%3e "); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='32' viewBox='0 0 16 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.87784 17.7829L0.635676 27.5891C0.229189 28.0753 -1.43837e-07 28.7094 -1.14872e-07 29.372C-1.06815e-08 31.7556 2.65081 32.9045 4.12108 31.155L15.3643 17.7829C16.2119 16.7771 16.2119 15.2229 15.3643 14.2171L4.12108 0.845033C2.65081 -0.904534 -1.38808e-06 0.244364 -1.28389e-06 2.62797C-1.25493e-06 3.29061 0.224864 3.92465 0.635675 4.41091L8.88216 14.2171C9.72973 15.2229 9.72973 16.7771 8.88216 17.7829L8.87784 17.7829Z' fill='%23A22436' fill-opacity='0.33'/%3e%3c/svg%3e"); }

.carousel-control-next, .carousel-control-prev {
  top: 45%; }

.carousel-control-next {
  right: 60px; }

.carousel-control-prev {
  left: 60px; }

.carousel-caption {
  right: initial;
  bottom: initial;
  left: initial;
  padding: 30px;
  background: white;
  height: 100%; }
  .carousel-caption p {
    color: black; }

.carousel-inner {
  overflow: initial; }

.carousel-control-prev, .carousel-control-next {
  height: 50px;
  width: 50px;
  bottom: 60px;
  opacity: 1; }

.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1; }

.footer {
  background: #0B2B24;
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
  .footer .overlay {
    background: #BDE0BD;
    background: radial-gradient(circle, RGBA(189, 224, 189, 0.3) 8%, RGBA(189, 224, 189, 0) 50%);
    position: absolute;
    top: -50%;
    height: 100%;
    width: 100%;
    left: 0; }
  .footer > * {
    position: relative; }
  .footer .btn {
    background: transparent;
    color: white;
    padding-left: 0;
    text-align: left; }
    .footer .btn:hover {
      background: transparent; }
  .footer .call-action-section img {
    display: block;
    margin-bottom: 15px; }
  .footer .contact-container p {
    color: #1D1D1B; }
  .footer .contact-container h1, .footer .contact-container h2, .footer .contact-container h3, .footer .contact-container h4, .footer .contact-container h5, .footer .contact-container h6 {
    color: #00664D;
    margin-top: 20px; }
  .footer .bbsn-links {
    padding-left: 0;
    padding-top: 30px; }
    .footer .bbsn-links a {
      margin-right: 20px; }
      .footer .bbsn-links a:after {
        content: "›";
        font-size: 1.6rem;
        padding-left: 10px;
        line-height: 0.7rem; }
    .footer .bbsn-links .bbsn-link:after {
      content: ""; }
    .footer .bbsn-links a:nth-of-type(6) {
      margin-left: auto; }
  .footer .ogx-link {
    color: white;
    font-weight: 600;
    font-size: 15px; }

.btn {
  border-radius: 30px;
  padding: 10px 20px;
  background: #A22436;
  color: white;
  border: none;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 25px; }
  .btn:hover {
    background: white;
    color: #A22436;
    box-shadow: 0 0 10px #00000012; }
  .btn:after {
    content: "›";
    font-size: 1.8rem;
    padding-left: 15px;
    line-height: 1rem; }

.btn-fill, .btn-white {
  background: white;
  color: #A22436;
  box-shadow: 0 0 10px #00000012; }
  .btn-fill:hover, .btn-white:hover {
    background: #A22436;
    color: white; }

.btn-green {
  background: #00664D;
  color: white; }
  .btn-green:hover {
    background: white;
    color: #00664D; }

.btn-narrow {
  padding: 5px 20px; }

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