.invert-white {
  filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.invert-black {
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(345deg) brightness(102%) contrast(105%);
}

.invert-primary {
  filter: brightness(0) saturate(100%) invert(79%) sepia(44%) saturate(4895%) hue-rotate(342deg) brightness(106%) contrast(95%);
}

html {
  -webkit-font-smoothing: antialiased !important;
  /*-webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale !important;*/
  font-size: 100%;
  width: 100%;
  height: 100%;
  margin-top: 0rem !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  top: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

ul.menu > li {
  position: relative;
}
ul.menu > li > a img {
  width: 11px;
  height: auto;
  margin-left: 0.3rem;
  transition: all 0.5s;
  display: inline-block;
}
ul.menu > li > a:hover img {
  transform: rotate(540deg);
}
ul.menu > li > a.menu-item-level-0::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
ul.menu > li > a.menu-item-level-0:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
ul.menu > li > ul {
  position: absolute;
  top: calc(100% + 20px);
  left: -20px;
  min-width: 150px;
  padding: 0.75rem 0;
  background-color: #caf31d;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
ul.menu > li > ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
}
ul.menu > li > ul li a {
  position: relative;
  display: block;
  padding: 0.35rem 1.25rem;
  color: #000000;
  letter-spacing: 0rem;
  white-space: nowrap;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 500;
  text-transform: none;
}
ul.menu > li > ul li a:hover {
  color: #000000;
  font-weight: 700;
}
ul.menu > li > ul li a img {
  position: absolute;
  top: 20%;
  right: 10px;
  width: 21px;
  padding: 0.3rem;
  transition: all 0.5s;
  display: inline-block;
  transform: rotate(45deg);
}
ul.menu > li > ul li a img.rotate-plus {
  transform: rotate(90deg);
}
ul.menu > li > ul li.current-menu-item > a {
  color: #000000;
  font-weight: 700;
}
ul.menu > li > ul > li {
  position: relative;
}
ul.menu > li > ul > li > ul {
  position: static;
  top: auto;
  left: auto;
  min-width: 100%;
  padding: 0rem 0rem;
  border-radius: 0;
  max-height: 0;
  list-style: none;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
  background-color: #ffffff;
}
ul.menu > li > ul > li > ul li a {
  color: #000000;
  font-size: 0.8375rem;
}
ul.menu > li > ul > li > ul li a:hover {
  font-weight: 700;
  color: #000000;
}
ul.menu > li > ul > li > ul li:first-child a {
  padding-top: 1rem;
}
ul.menu > li > ul > li > ul li:last-child a {
  padding-bottom: 1rem;
}
ul.menu > li > ul > li > ul.show-submenu {
  max-height: 500px;
  transition: max-height 0.35s ease-in;
}
ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#left-sidebar {
  background-color: #000000;
  z-index: 9999;
}
#left-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#left-sidebar .sidebar-menu {
  list-style: none;
  padding: 2rem;
}
#left-sidebar .sidebar-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
#left-sidebar .sidebar-menu li i {
  position: absolute;
  right: -15px;
  top: 9px;
  padding: 0.625rem 1.25rem 0.625rem 11.25rem;
}
#left-sidebar .sidebar-menu li i img {
  width: 12px;
  height: auto;
  display: block;
  transform: rotate(45deg);
  filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  transition: all 0.2s ease-in-out;
}
#left-sidebar .sidebar-menu li i img.rotate-plus {
  transform: rotate(90deg);
}
#left-sidebar .sidebar-menu li a {
  display: block;
  padding: 0.6rem 0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0px;
}
#left-sidebar .sidebar-menu li ul {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: none;
  padding: 0 0 0.625rem 0.9375rem;
  display: none;
  min-width: auto;
  border-radius: 0;
  transition: none;
}
#left-sidebar .sidebar-menu li ul li {
  border-bottom: none;
}
#left-sidebar .sidebar-menu li ul li a {
  padding: 0.5rem 0;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0px;
  color: #8f8f8f;
}
#left-sidebar .sidebar-menu li.opened-mobile-menu ul {
  display: block;
}
#left-sidebar .sidebar-menu li.current-menu-item > a {
  font-weight: 700;
  color: #ffffff;
}
#left-sidebar .sidebar-extras {
  padding: 0 2rem 2rem;
}

.swiper-pagination-hero {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 0;
}
.swiper-pagination-hero .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #caf31d;
  background: transparent;
  opacity: 1;
  cursor: pointer;
}
.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: #caf31d;
  border-color: #caf31d;
}

.hero-marquee__track {
  will-change: transform;
  display: flex;
  width: max-content;
}
.hero-marquee__img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .hero-marquee__img {
    width: 250px;
  }
}
@media (min-width: 1680px) {
  .hero-marquee__img {
    width: 300px;
  }
}

.swiper-testimonials {
  overflow: visible;
}
@media (max-width: 575px) {
  .swiper-testimonials {
    overflow: hidden;
  }
}
.swiper-testimonials .swiper-slide {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.swiper-testimonials .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.swiper-blocks {
  overflow: visible;
}
@media (max-width: 575px) {
  .swiper-blocks {
    overflow: hidden;
  }
}
.swiper-blocks .swiper-slide {
  height: auto;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .swiper-blocks .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .swiper-blocks .swiper-slide.swiper-slide-active, .swiper-blocks .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .swiper-blocks .swiper-slide.is-visible {
    opacity: 1;
  }
}

.swiper-nav button.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.swiper-nav .swiper-pagination {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #8f8f8f;
}
.swiper-nav .swiper-pagination .swiper-pagination-current {
  min-width: 1ch;
  color: #000000;
  font-weight: 500;
}
.swiper-nav .swiper-pagination .swiper-pagination-total {
  min-width: 1ch;
  color: #8f8f8f;
}

.masonry-grid {
  position: relative;
  width: 100%;
}
.masonry-grid .masonry-item {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.75rem;
}
@media (min-width: 576px) {
  .masonry-grid .masonry-item {
    width: calc(50% - 0.875rem);
  }
}
@media (min-width: 992px) {
  .masonry-grid .masonry-item {
    width: calc(33.333% - 1.167rem);
  }
}
@media (min-width: 1440px) {
  .masonry-grid .masonry-item {
    width: calc(25% - 1.3125rem);
  }
}

.block-card .block-card__image,
.block-card > div:first-child:has(img) {
  position: relative;
  overflow: hidden;
}
.block-card .block-card__image img,
.block-card > div:first-child:has(img) img {
  transition: transform 0.5s ease-out;
}
.block-card:hover .block-card__image img,
.block-card:hover > div:first-child:has(img) img {
  transform: scale(1.05);
}

.page-content {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .page-content {
    font-size: 1.125rem;
  }
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}
.page-content h2 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .page-content h2 {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.page-content h3 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .page-content h3 {
    font-size: 1.75rem;
    letter-spacing: -1px;
  }
}
.page-content h4 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .page-content h4 {
    font-size: 1.5rem;
  }
}
.page-content h5 {
  font-size: 0.8375rem;
}
@media (min-width: 992px) {
  .page-content h5 {
    font-size: 1.35rem;
  }
}
.page-content h6 {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .page-content h6 {
    font-size: 1rem;
  }
}
.page-content p {
  margin-bottom: 1.5rem;
  line-height: 2;
  color: #000000;
}
.page-content ul {
  margin-bottom: 1.5rem;
  padding-left: 0.875rem;
  line-height: 1.7;
}
.page-content ul li {
  margin-bottom: 0.5rem;
}
.page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.125rem;
  line-height: 1.7;
}
.page-content ol li {
  margin-bottom: 0.5rem;
}
.page-content blockquote {
  margin: 1.5rem 0;
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
  border-left: 4px solid #caf31d;
  background-color: rgba(202, 243, 29, 0.06);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  line-height: 1.7;
  color: #18181b;
}
.page-content blockquote p {
  margin-bottom: 0;
}
.page-content blockquote p:last-child {
  margin-bottom: 0;
}

.wpcf7-not-valid {
  border: 1px solid #d1294e;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #d1294e;
}

.wpcf7 form .wpcf7-response-output {
  /*margin: 0rem 2.5rem;*/
  padding: 0.8rem 1rem 1rem 1rem;
  color: #ffffff;
  font-size: 0.875rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0px solid #0c974d;
  background-color: #0c974d;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 0px solid #d1294e;
  background-color: #d1294e;
}/*# sourceMappingURL=style.css.map */