:root {
  --content-gap: var(--space-m);
  --grid-gap: var(--space-s);
  --container-gap: var(--space-l);
}
.aws-container .aws-search-field {
  border-radius: var(--radius) !important;
}
.form--light .wsf-form button.wsf-button, .form--light .wsf-form button.wsf-button.wsf-button-primary {
  margin-top: 0;
}
.container-gap {
  gap: var(--container-gap);
}
.content-gap {
  gap: var(--content-gap);
}
.list--none {
  padding-left: 0;
  list-style-type: none;
  margin-block-start: 0em;
}
.wpgb-facet .wpgb-load-more, .wpgb-facet .wpgb-apply, .wpgb-facet .wpgb-number-submit {
  background-color: var(--primary) !important;
}
.gradient-text {
  background: linear-gradient(90deg, #D92937 0%, #CB1550 14.29%, #B51664 28.57%, #992372 42.86%, #782E79 57.14%, #553479 71.43%, #313571 85.71%, #033363 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-nav.brxe-nav-menu .bricks-nav-menu .sub-menu {
  box-shadow: 1.9px 2.8px 2.2px rgba(0, 0, 0, 0.017), 4.6px 6.7px 5.3px rgba(0, 0, 0, 0.024), 8.6px 12.5px 10px rgba(0, 0, 0, 0.03), 15.4px 22.3px 17.9px rgba(0, 0, 0, 0.036), 28.8px 41.8px 33.4px rgba(0, 0, 0, 0.043), 69px 100px 80px rgba(0, 0, 0, 0.06);
}
.main-hero__image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
}
.awards-card {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--base);
  padding: var(--space-m);
}
.awards-card__text-wrapper {
  gap: var(--space-s);
}
.awards-card__image-wrapper {
  width: 100%;
  height: 100%;
}
.hero-card {
  border: 1px solid var(--secondary);
  border-radius: 20px;
}
.hero-card__link {
  display: flex;
  flex-direction: row;
}
.service-card {
  padding: var(--space-s);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
}
.service-card__icon {
  width: 7.5rem;
  height: auto;
}
.service-card::hover .service-card__title {
  color: white;
}
.service-card::hover .service-card__lede {
  color: white;
}
.service-card::hover .service-card__icon {
  background-color: var(--secondary-ultra-light);
  border-radius: 8px;
}
.service-card2__icon {
  padding: 0.25em;
}
.service-card2::hover .service-card2__title {
  color: white;
}
.service-card2::hover .service-card2__lede {
  color: white;
}
.service-card2::hover .service-card2__icon {
  background-color: var(--secondary-ultra-light);
  border-radius: 8px;
}
.article-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.article-card__body {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.article-card__image {
  width: 100%;
  height: 100%;
}
.article-card__text {
  line-height: 1.5;
}
.site-header {
  box-shadow: 0px 4px 20px rgba(0, 82, 212, 0.15);
}
.single-serv-hero__logo {
  opacity: 0.07;
  position: absolute;
  bottom: -70%;
  right: -50%;
  transform: translateX(-50%);
  width: 50rem;
  height: 50rem;
  z-index: 0;
}
.single-serv__gal-img {
  box-shadow: rgba(0, 0, 0, 0.02) 2.2px 2.3px 2.2px, rgba(0, 0, 0, 0.027) 5.3px 5.6px 5.3px, rgba(0, 0, 0, 0.035) 9.9px 10.5px 10px, rgba(0, 0, 0, 0.042) 17.6px 18.8px 17.9px, rgba(0, 0, 0, 0.044) 33px 35.1px 33.4px, rgba(0, 0, 0, 0.055) 79px 84px 80px;
}
.fr-image-group-bravo .brxe-image {
  border-radius: 20px;
  overflow: hidden;
}
.gradient-button {
  background: linear-gradient(235.71deg, #D92937 24%, #CB1550 32.56%, #B51664 41.12%, #992372 49.68%, #782E79 58.24%, #553479 66.79%, #313571 75.35%, #033363 83.91%);
  border: 1px solid #1e73be;
  border-radius: 1rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  min-width: 20rem;
  padding: 1em 1.5em;
  scroll-margin-top: 0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  color: var(--base-ultra-light);
  text-transform: uppercase;
}
.gradient-button:focus {
  outline: none;
  outline-color: white;
  outline-offset: 0.25em;
  outline-style: solid;
  outline-width: 0.2rem;
}
.gradient-button:hover {
  transition: 0.3s ease;
  background: linear-gradient(90deg, #D92937 0%, #CB1550 14.29%, #B51664 28.57%, #992372 42.86%, #782E79 57.14%, #553479 71.43%, #313571 85.71%, #033363 100%);
  color: var(--white);
}
.main__red-dots {
  position: absolute;
  left: -20px;
  top: -40px;
  z-index: -1;
}
.why-choose__logo {
  position: absolute;
  left: 40%;
  top: 0;
  height: 60rem;
  width: auto;
  opacity: 0.05;
  z-index: -1;
}
.client-logo {
  filter: grayscale(100%);
  height: 10rem;
  width: 100%;
}
.feat-prod-card__link {
  font-weight: 700;
  padding: 0.25em;
  background: linear-gradient(currentColor 0 0) 100% 0, linear-gradient(currentColor 0 0) 0 0, linear-gradient(currentColor 0 0) 0 100%, linear-gradient(currentColor 0 0) 100% 100%;
  background-size: var(--d, 0) 3px, 3px var(--d, 0);
  background-repeat: no-repeat;
  transition: 0.5s;
}
.feat-prod-card__link:hover {
  --d: 100%;
}
.hero-clip__svg {
  width: 100%;
  height: 100%;
}
.hero-clip__div {
  background-image: url(https://lcrsales.wirtconsulting.dev/wp-content/uploads/2022/08/overlay-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  clip-path: url(#hero-clip);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 80%;
  height: 80%;
}
.primary-nav:first-of-type {
  margin-left: 0px;
}
.contact__iframe {
  height: 60rem !important;
  filter: grayscale(100%);
  width: 100%;
}
.contact__map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.contact__map {
  position: relative;
  border-radius: 20px;
  box-shadow: 2.2px 1.6px 1.3px -7px rgba(0, 0, 0, 0.014), 5.2px 3.8px 3.2px -7px rgba(0, 0, 0, 0.018), 9.8px 7.1px 6px -7px rgba(0, 0, 0, 0.022), 17.4px 12.7px 10.7px -7px rgba(0, 0, 0, 0.028), 32.6px 23.8px 20.1px -7px rgba(0, 0, 0, 0.036), 78px 57px 48px -7px rgba(0, 0, 0, 0.05);
}
.contact-card {
  box-shadow: rgba(0, 0, 0, 0.016) 2.2px 1.6px 1.3px -7px, rgba(0, 0, 0, 0.02) 5.2px 3.8px 3.2px -7px, rgba(0, 0, 0, 0.024) 9.8px 7.1px 6px -7px, rgba(0, 0, 0, 0.027) 17.4px 12.7px 10.7px -7px, rgba(0, 0, 0, 0.035) 32.6px 23.8px 20.1px -7px, rgba(0, 0, 0, 0.05) 78px 57px 48px -7px;
  border-radius: 20px;
  border: 1px solid #787b87;
  padding: var(--space-m) var(--space-s);
  background-color: var(--shade-white);
}
.team-card {
  gap: var(--space-m);
}
.team-card__image {
  width: 100%;
}
.team-card__social-wrapper {
  width: 100%;
  padding-left: var(--space-s);
  padding-right: var(--space-s);
  /* position: absolute;
    z-index: 2;
    width: 100%;
    text-align: justify;
    bottom: 0rem;
    padding-bottom: 2rem;
    padding-top: 1rem;*/
}
.team-card__overlay {
  /*background-image: linear-gradient( rgba(2, 26, 49, 0.1) 50%,  #c1daf0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        overflow: hidden;
        z-index: 1;*/
}
.team-card__media {
  position: relative;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-nav .sub-menu {
  overflow: hidden;
  min-width: 20rem;
}
.main-nav .sub-menu li:hover a {
  background: var(--primary);
  color: var(--shade-white) !important;
}
.footer__heading {
  color: #3d3474;
  text-transform: uppercase;
  font-weight: 900;
}
.footer__link {
  color: var(--shade);
  font-weight: 600;
}
.product-single__meta::after {
  margin-right: var(--space-s);
  margin-left: var(--space-s);
  content: " | ";
  display: flex;
}
@media (min-width: 992px) {
  .center-grid > *:nth-child(4) {
    grid-column: 2 / 3;
  }
}
.cross-sells img, .related.products img, .upsells.products img {
  max-width: 10rem;
}
.cart-collaterals .cross-sells h2 {
  font-size: var(--h3);
}
#brxe-tvcuky .woocommerce-cart-form {
  margin-bottom: var(--space-l);
}
#brxe-iagecj .coupon {
  display: none;
}
.cross-sells img, .related.products img, .upsells.products img {
  display: none;
}
.woocommerce .button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: var(--text-m);
}
.woocommerce .button::hover {
  background-color: var(--primary-hover);
}
.cart-collaterals {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.cross-sells {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-m);
}
.woocommerce-loop-product__title {
  max-width: 20ch;
  color: var(--shade);
  font-size: var(--text-m) !important;
}
.cross-sells .products .product, .related.products .products .product, .upsells.products .products .product {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-m);
}
.cart_totals {
  max-width: 40rem;
}
.cart_totals .checkout-button {
  width: 100%;
}
#wc-stripe-payment-request-button-separator {
  margin-bottom: var(--space-s);
  margin-top: var(--space-s) !important;
}
@media (min-width: 769px) {
  .cross-sells .products.columns-2, .related.products .products.columns-2, .upsells.products .products.columns-2 {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-m);
  }
}
@media (max-width: 768px) {
  .cross-sells .products.columns-2, .related.products .products.columns-2, .upsells.products .products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-m);
  }
}
.form--light .wsf-form select.wsf-field, .form--light .wsf-form select.wsf-field:not([multiple]):not([size]) {
  padding: 1.2rem 1rem;
  font-size: clamp(1.4rem, calc(0.2083333333vw + 1.3333333333rem), 1.6rem);
}
