.inner-container {
  max-width: 73.5rem;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}
@media (min-width: 60rem){
    .inner-container {
        padding: 2.5rem 1.5rem;
    }
}
.post-content .new-h1{
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 1.8125rem !important;
  text-shadow: 0px 3px 6px #00000029 !important;
  margin-top: 0;
}
@media (min-width: 60rem){
  .post-content .new-h1{
    font-size: 3.25rem !important;
    line-height: 3.875rem !important;
  }
}
.fusion-responsive-typography-calculated.new-h2{
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  text-shadow: 0px 3px 6px #00000029 !important;
  margin-top: 0;
}
@media (min-width: 60rem){
  .fusion-responsive-typography-calculated.new-h2{
    font-size: 2.8125rem !important;
    line-height: 3.375rem !important;
  }
}
.btn-on-color{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 0.625rem 1.4375rem;
  transition: all 0.3s linear;
}
.btn-on-color:hover{
  background-color: #fff;
  color: #AC1E2B;
}
.btn-new{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: center;
  border: 2px solid #AC1E2B;
  border-radius: 5px;
  padding: 0.625rem 1.4375rem;
  transition: all 0.3s linear;
  background-color: #AC1E2B;
  text-transform: initial;
}
.btn-new:hover{
  background-color: #fff;
  color: #AC1E2B;
  border: 2px solid #fff;
}
.btn-alt{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #AC1E2B;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: center;
  border: 2px solid #AC1E2B;
  border-radius: 5px;
  padding: 0.625rem 1.4375rem;
  transition: all 0.3s linear;
  background-color: transparent;
}
.btn-alt:hover{
  background-color: #AC1E2B;
  color: #fff;
  border: 2px solid #AC1E2B;
}
@media (min-width: 60rem){
  .btn-on-color{
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0.875rem 1.4375rem;
  }
  .btn-new{
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0.875rem 1.4375rem;
  }
  .btn-alt{
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0.875rem 1.4375rem;
  }
}
html.avada-is-100-percent-template .page-id-5141 #main.width-100{
 padding: 0;
}
.home-cert-module{
  background-color: #2B2B2B;
}
.home-cert-module .inner-container {
    padding-top: 2.5rem;
    padding-bottom: 9.5rem;
}
.home-cert-module .hcm-items{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
} 
.home-cert-module .hcm-item{
    max-width: 6.875rem;
    margin: 0 auto;
}
@media (min-width: 60rem){
  .home-cert-module .inner-container {
    padding-top: 5rem;
    padding-bottom: 13.4375rem;
  }
    .home-cert-module .hcm-items{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }  
    .home-cert-module .hcm-item{
        margin: 0 1.25rem 0 0;
        max-width: 22.5rem;
    }  
    .home-cert-module .hcm-item:last-child{
        margin-right: 0;
    }
}
.home-callout-module {
  position: relative;
   margin-top: -7rem;
}
.home-callout-module:before {
    position: absolute;
    bottom: 0;
    content: '';
    background: #000;
    width: 100%;
    height: 75%;
    z-index: -1;
}
.home-callout-module .inner-container{
  padding-top: 0;
  padding-bottom: 0; 
}
.home-callout-module .hcm-heading{
  color: #fff;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  text-shadow: none !important;
  margin-bottom: 1.5625rem;
}
.home-callout-module .hcm-wrap {
    background-color: #AC1E2B;
    padding: 2.5rem 1.5rem;   
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.home-callout-module .hcm-wrap:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15.1875rem;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/10/call-to-shape-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-callout-module .hcm-wrap:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 25.4375rem;
  height: 3.3125rem;
  background-image: url(/wp-content/uploads/2025/10/call-to-shape-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.home-callout-module .hcm-left{
  position: relative;
}
.home-callout-module .hcm-right{
  position: relative;
}
.home-callout-module .hcm-btn {
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 0.625rem 1.4375rem;
    text-align: center;
    font-family: 'Open Sans';
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    transition: all 0.3s linear;
    display: inline-block;
}
.home-callout-module .hcm-btn:hover{
  background-color: #fff;
  color: #AC1E2B;
  border: 2px solid #fff;
}
@media (min-width: 60rem){
  .home-callout-module{
    margin-top: -8.25rem;
  }
  .home-callout-module .hcm-heading{
    font-size: 2.25rem !important;
    line-height: 1.1666 !important;
    margin-bottom: 0;
  }
  .home-callout-module .hcm-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5.6875rem 2.625rem;   
    text-align: left;
  }
  .home-callout-module .hcm-wrap:before{
    width: 19.4375rem;
  }
  .home-callout-module .hcm-wrap:after{
    left: auto;
    right: 5rem;

  }
  .home-callout-module .hcm-left{
    max-width: 35.375rem;
    margin-right: 2.25rem;
  }
  .home-callout-module .hcm-heading{
    margin-bottom: 0;
  }
  .home-callout-module .hcm-btn {
    padding: 0.875rem 1.4375rem;
  }
}
@media (min-width: 80rem){
  .home-callout-module .hcm-left{
    max-width: 39.375rem;
    margin-right: 6.25rem;
  }
}

.home-eqt-module{
  background-color: #AC1E2B;
}
.home-eqt-module .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.home-eqt-module .heqt-heading{
  display: none;
  margin-bottom: 1.25rem;
  color: #fff;
  text-transform: uppercase;
}
.home-eqt-module .heqt-heading-mob{
  text-align: center;
  display: block;
}
.home-eqt-module .heqt-img-wrap{
  max-width: 9.6875rem;
  margin: 0;
}
.home-eqt-module .heqt-img-wrap img{
  display: block;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}

.home-eqt-module .heqt-right{
  margin-top: 2.125rem;
}
.home-eqt-module .heqtr-wrap{
  display: flex;
  flex-direction: column;
}
.home-eqt-module .heqtr-img-wrap{
  background: #B9414C;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0.6875rem 0.625rem;
  max-width: 11.0625rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem
}
.home-eqt-module .heqtr-img{
  max-width: 3.125rem;
  max-height: 3.625rem;
  margin-right: 0.625rem;
}
.home-eqt-module .heqtr-img-text{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  font-weight: 700;
  font-family: 'Open Sans';
}
.home-eqt-module .heqtr-content-wrap{
  color: #fff !important;
  font-family: 'Open Sans';
}
.home-eqt-module .heqtr-content-wrap p{
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.home-eqt-module .heqtr-content-wrap p:last-child{
  margin-bottom: 0;
}
.home-eqt-module .heqt-wrap{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.home-eqt-module .heqt-left{
  width: 50%;
  width: 9.375rem;
}
.home-eqt-module .heqt-right {
    margin-top: 0;
    width: 50%;
    width: calc(100% - 10rem)
}
@media (min-width: 60rem){
  .home-eqt-module .inner-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }  
  .home-eqt-module .heqt-heading{
    display: block;
  }
  .home-eqt-module .heqt-heading-mob{
    display: none;
  }
  .home-eqt-module .heqt-left{
    width: 16.5rem;
  }
  .home-eqt-module .heqt-right{
    width: calc(100% - 18.6875rem);
    margin-top: 0;

  }
  .home-eqt-module .heqt-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-eqt-module .heqtr-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .home-eqt-module .heqt-img-wrap{
      max-width: 16.5rem
    }
  .home-eqt-module .heqtr-img-wrap{
    width: 15.8125rem;
    max-width: 15.8125rem;
    padding: 2.1875rem 1.625rem;
    margin-bottom: 0;
  }
  .home-eqt-module .heqtr-img{
    max-width: 4.6875rem;
    max-height: 5.375rem;
    margin-right: 1rem;
  }
  .home-eqt-module .heqtr-img-text{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .home-eqt-module .heqtr-content-wrap{
    width: calc(100% - 17.375rem);
    margin-left: 1.5625rem;
  }
  .home-eqt-module .heqtr-content-wrap p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.home-capabilities-module{
  background-color: #2B2B2B;
}
.home-capabilities-module .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.home-capabilities-module .hcm-heading{
  color: #fff !important;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
}
.home-capabilities-module .hcm-heading:before{
  content: '';
  position: absolute;
  width: 144px;
  height: 2px;
  background-image: url('/wp-content/uploads/2025/10/heading-line.svg');
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-capabilities-module .hcm-content{
  text-align: center;
  max-width: 46.875rem;
  margin: 0 auto 2.5rem;
  font-family: 'Open Sans';
}
.home-capabilities-module .hcm-content p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255,255,255,0.9);
  text-shadow: 0px 3px 6px #00000029;
  font-weight: 400;
}
.home-capabilities-module .hcm-accordion {
  padding: 0.15625rem 0;
}
.home-capabilities-module .hcm-accordion .hcm-ce-body {
  display: none;
}
.home-capabilities-module .hcm-accordion .hcm-ce-body a,
.home-capabilities-module .hcm-accordion .hcm-ce-body ol li a{
  color: #fff !important;
  text-decoration: underline !important;
}
.home-capabilities-module .hcm-accordion .hcm-ce-body a:hover,
.home-capabilities-module .hcm-accordion .hcm-ce-body ol li a:hover{
  color: #fff !important;
  text-decoration: none !important;
}
.home-capabilities-module .hcm-accordion.active .hcm-ce-body {
  display: block;
  padding: 0.625rem 0.625rem 0.3125rem;
  color: #fff !important;
  font-family: 'Open Sans';
}
.home-capabilities-module .hcm-accordion.active .hcm-ce-body p, .home-capabilities-module .hcm-accordion.active .hcm-ce-body ol li{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.home-capabilities-module .hcm-accordion.active .hcm-ce-body ol li{
  margin-bottom: 0.625rem;
}

.home-capabilities-module .hcm-accordion.active .hcm-ce-body p:last-child{
  margin-bottom: 0;
}
.home-capabilities-module .hcm-accordion.active .hcm-ce-header, .home-capabilities-module .hcm-accordion .hcm-ce-header:hover {
  background-color: #AC1E2B;
  color: #fff;
}
.home-capabilities-module .hcm-accordion.active .hcm-ce-header:after {
  content: "";
  position: absolute;
  color: #fff;
  background-image: url(/wp-content/uploads/2025/10/minus.svg);
  width: 12px;
  width: 21px;
  height: 1px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-capabilities-module .hcm-ce-header {
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  font-family: "Roboto", sans-serif !important;
  margin: 0;
  padding: 0.6875rem 2rem 0.6875rem 0.625rem;
  position: relative;
  background: #000000;
  border: 0.3px solid #FFFFFF;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.home-capabilities-module .hcm-ce-header:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/plus.svg);
  padding-left: 0;
  position: absolute;
  right: 10px;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-capabilities-module .hcm-img-wrap {
  margin-bottom: 0;
}
.home-capabilities-module .hcm-img{
  display: block;
  margin: 0 auto;
}
.home-capabilities-module .hcm-desk-img{
    display: none;
}

.home-capabilities-module .hcm-right{
  margin-top: 0.9375rem;
}
@media (min-width: 60rem){
  .home-capabilities-module .inner-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home-capabilities-module .hcm-content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .home-capabilities-module .hcm-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
  .home-capabilities-module .hcm-left{
    width: calc(100% - 29.875rem);
  }
  .home-capabilities-module .hcm-right{
    width: 27.4375rem;
    margin-top: 0;
  }
  .home-capabilities-module .hcm-img-wrap {
    height: 100%;
  }
  .home-capabilities-module .hcm-img{
    margin: 0;
  }
  .home-capabilities-module .hcm-mob-img{
    display: none;
  }
  .home-capabilities-module .hcm-desk-img{
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home-capabilities-module .hcm-heading:before{
    width: 200px;
  }
  .home-capabilities-module .hcm-ce-header {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    padding: 0.8125rem 3.125rem 0.8125rem 1.25rem;
    border-radius: 5px;
  }
  .home-capabilities-module .hcm-ce-header:after {
    right: 20px;
    width: 20px;
    height: 20px;
   }
   .home-capabilities-module .hcm-accordion.active .hcm-ce-header:after {
    width: 21px;
    height: 1px;
  }
  .home-capabilities-module .hcm-accordion {
    padding: 0 0 0.625rem;
  }
  .home-capabilities-module .hcm-accordion:last-child{
    padding: 0;
  }
  .home-capabilities-module .hcm-accordion.active .hcm-ce-body {
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .home-capabilities-module .hcm-accordion.active .hcm-ce-body p, .home-capabilities-module .hcm-accordion.active .hcm-ce-body ol li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.home-industries-module{
  background-color: #AC1E2B;  
}
.home-industries-module .him-top-wrap .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.home-industries-module .him-heading{
  color: #fff;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
}
.home-industries-module .him-heading:before{
  content: '';
  position: absolute;
  width: 144px;
  height: 2px;
  background-image: url('/wp-content/uploads/2025/10/heading-line.svg');
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-industries-module .him-content{
  text-align: center;
  max-width: 46.875rem;
  margin: 0 auto;
  font-family: 'Open Sans';
}
.home-industries-module .him-content p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255,255,255,0.9);
  text-shadow: 0px 3px 6px #00000029;
  font-weight: 400;
}
.home-industries-module .him-content p:last-child{
  margin-bottom: 0;
}
.home-industries-module .him-item {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin: 0 auto;
    padding: 1.125rem 0.9375rem;
    display: block;
    text-align: center;
    height: 100%;
    transition: all 0.3s linear;
}
.home-industries-module .him-img{
  width: 4.4375rem;
  height: 4.4375rem;
  margin: 0 auto 0.625rem;
}
.home-industries-module .him-img img{
  display: block;
  max-width: 4.4375rem;
  max-height: 4.4375rem;
}
.home-industries-module .him-img img.hover{
  display: none;
}
.home-industries-module .him-title{
  color: #fff;
  font-size: 1.125rem !important;
  line-height: 1.25rem !important;
  margin-bottom: 0.625rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}
.home-industries-module .him-desc{
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans';
}
.home-industries-module .him-cta-wrap{
  text-align: center;
}
.home-industries-module .him-cta-wrap .inner-container{
    padding-top: 2.125rem;
    padding-bottom: 2.5rem;
}
.home-industries-module .him-link-span{
  display: inline-block;
  background-image: url(/wp-content/uploads/2025/10/round-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.1875rem;
  height: 1.1875rem;
}
.home-industries-module .him-item:hover{
  background-color: #fff;
}
.home-industries-module .him-item:hover .him-link-span{
  background-image: url(/wp-content/uploads/2025/10/round-arrow-red.svg);
}
.home-industries-module .him-item:hover .him-title,
.home-industries-module .him-item:hover .him-desc{
  color: #2B2B2B;
}
.home-industries-module .him-item:hover .him-img img{
  display: none;
}
.home-industries-module .him-item:hover .him-img img.hover{
  display: block;
}
.home-industries-module .him-slider{
  margin: 0 3.25rem 1.25rem;
}
.home-industries-module .him-slider .slick-track{
    display: flex !important;
  }
  .home-industries-module .him-slider .slick-slide{
    height: inherit !important;
  }
.home-industries-module .him-slider .slick-dots{
    bottom: -29px;
    position: absolute;  
    left:0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;  
}
.home-industries-module .him-slider .slick-dots li{
  margin: 0;
  margin-right: 5px;
  width: 9px;
  height: 9px; 
  display: inline-block;   
  outline: none;
}
.home-industries-module .him-slider .slick-dots li button{
  width: 9px;
  height: 9px;  
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  padding: 0;
  outline: none;
}
.home-industries-module .him-slider .slick-dots li button:before{
  display: none;
}
.home-industries-module .him-slider .slick-dots li.slick-active button{
  background-color: #fff;
  border: 1px solid #fff;
}
.home-industries-module .him-slider .slick-arrow {
      font-size: 16px;
      height:23px;
      width: 23px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
      min-width: inherit;
      background-color: transparent;
      padding: 0;
      opacity: 1;
      transition: 0.3s all linear;
      z-index: 1;
}
.home-industries-module .him-slider .slick-arrow:hover:before{
  opacity: 0.8;
}
.home-industries-module .him-slider .slick-arrow.slick-prev{
  left: -2.25rem;
  display: inline-block !important;
}
.home-industries-module .him-slider .slick-arrow.slick-prev:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  transition: 0.3s all linear;          
}
.home-industries-module .him-slider .slick-arrow.slick-prev:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-white-red.svg);  
}
.home-industries-module .him-slider .slick-arrow.slick-next{
  right: -2.25rem;
  display: inline-block !important;
}
.home-industries-module .him-slider .slick-arrow.slick-next:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  transition: 0.3s all linear;          
}
.home-industries-module .him-slider .slick-arrow.slick-next:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-white-red.svg);  
}
@media (min-width: 40rem){
  .home-industries-module .him-item{
    margin: 0 0.3125rem;
  }
}
@media (min-width: 60rem){
  .home-industries-module .him-top-wrap .inner-container{
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .home-industries-module .him-cta-wrap .inner-container{
    padding-top: 3.375rem;
    padding-bottom: 5rem;
  }
  .home-industries-module .him-content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .home-industries-module .him-heading:before{
    width: 200px;
  }
  .home-industries-module .him-item{
    margin: 0 0.75rem;
    text-align: left;
    padding: 2.375rem 1.3125rem;
  }
  .home-industries-module .him-slider{
    margin: 0 0 1.875rem;
  }
  .home-industries-module .him-img{
    margin: 0 0 0.625rem;
  }
  .home-industries-module .him-title{
    color: #fff;
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
  }
  .home-industries-module .him-link-span{
    width: 1.6875rem;
    height: 1.6875rem;
  }
  .home-industries-module .him-slider .slick-list{
    padding: 0 3.125rem;
  }
  .home-industries-module .him-slider .slick-dots{
    bottom: -44px;
  }
  .home-industries-module .him-slider .slick-dots li{
    width: 14px;
    height: 14px; 
  }
  .home-industries-module .him-slider .slick-dots li button{
    width: 14px;
    height: 14px; 
  }
}
@media (min-width: 80rem){
.home-industries-module .him-slider .slick-list{
    padding: 0 7.8125rem;
  }
}

.home-products-module .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.home-products-module .hpm-heading{
  color: #2B2B2B;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
}
.home-products-module .hpm-heading:before{
  content: '';
  position: absolute;
  width: 144px;
  height: 2px;
  background-image: url('/wp-content/uploads/2025/10/heading-line.svg');
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-products-module .hpm-content{
  text-align: center;
  max-width: 36.875rem;
  margin: 0 auto;
  font-family: 'Open Sans';
}
.home-products-module .hpm-content p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(43,43,43,0.9);
  text-shadow: 0px 3px 6px #00000029;
}
.home-products-module .hpm-content p:last-child{
  margin-bottom: 0;
}
.home-products-module .hpm-item{
 height: 13.6875rem;
  width: 22.5rem;
  max-width: 100%;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
.home-products-module .hpm-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-image: url('/wp-content/uploads/2025/10/product-overlay.png');
    background-size: cover;
    background-position: center;
}
.home-products-module .hpm-item:hover:before{
  opacity: 1;
  background: rgba(172, 30, 43, .94);
}
/*.home-products-module .hpm-item:hover .hpm-item-img{
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}*/
.home-products-module .hpm-item:hover .hpm-hover-content {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
}
.home-products-module .hpm-item:hover .hpm-item-btn {
    display: inline-block;
}
.home-products-module .hpm-item-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.home-products-module .hpm-hover-content{
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 0 1rem;
    text-align: center;
}
.home-products-module .hpm-item-title{
  font-size: 1.125rem !important;
  line-height: 1.25rem !important;
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}
.home-products-module .hpm-item-description{
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s linear;
  font-family: 'Open Sans';
}
.home-products-module .hpm-item-description a{
  text-decoration: underline;
  color: #fff;
}
.home-products-module .hpm-item-description a:hover{
  text-decoration: none;
  color: #fff;
}
.home-products-module .hpm-cta-wrap{
  margin-top: 2.5rem;
  text-align: center;
}
.home-products-module .hpm-item-btn {
  display: none;
  font-weight: 700;
  cursor: pointer;
}
.home-products-module .hpm-item-btn:hover{
  background-color: #fff;
  border-color: #fff;
  color: #AC1E2B;
}
.home-products-module .hpm-slider{
  margin: 3rem 2.25rem 0;
}
.home-products-module .hpm-slider .slick-arrow {
      font-size: 16px;
      height:23px;
      width: 23px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
      min-width: inherit;
      background-color: transparent;
      padding: 0;
      opacity: 1;
      transition: 0.3s all linear;
}
.home-products-module .hpm-slider .slick-arrow.slick-prev{
  left: -2.25rem;
  display: inline-block !important;
}
.home-products-module .hpm-slider .slick-arrow.slick-prev:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-black.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  //transition: 0.3s all linear;          
}
.home-products-module .hpm-slider .slick-arrow.slick-prev:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-red.svg);   
}
.home-products-module .hpm-slider .slick-arrow.slick-next{
  right: -2.25rem;
  display: inline-block !important;
}
.home-products-module .hpm-slider .slick-arrow.slick-next:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-black.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  //transition: 0.3s all linear;          
}
.home-products-module .hpm-slider .slick-arrow.slick-next:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-red.svg);   
}
@media (min-width: 40rem){
  .home-products-module .hpm-item-wrap{
    margin: 0 0.625rem;
  }
}
@media (min-width: 60rem){
  .home-products-module .inner-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home-products-module .hpm-content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .home-products-module .hpm-heading:before{
    width: 200px;
  }    
  .home-products-module .hpm-item{
    min-height: 19.5625rem;
  }
  .home-products-module .hpm-item:hover .hpm-item-description {
    height: auto;
    margin-bottom: 1.5625rem;
  }
  .home-products-module .hpm-hover-content{
    bottom: 2.125rem;
  }
  .home-products-module .hpm-slider .slick-arrow {
    height:26px;
    width: 26px;
  }
}
@media (min-width: 80rem){
  .home-products-module .hpm-item-title{
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important;
  }
  /*.home-products-module .hpm-item-description{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }*/
  .home-products-module .hpm-slider{
    margin: 3rem 0 0;
  }
}

.home-hero-module{  
  position: relative;
  background: radial-gradient(circle, rgba(28, 28, 28, 0.84) 100%, rgba(0, 0, 0, 0.34) 80%);
}
.home-hero-module:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/10/hero-background-image.jpg');
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
}
.home-hero-module:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(28, 28, 28, 0.84) 100%, rgba(0, 0, 0, 0.34) 80%);
}
.home-hero-module .inner-container{
  position: relative;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  z-index: 1;
}
.home-hero-module .hhm-content-wrap{
  margin-bottom: 0.625rem;
  padding: 0 1.125rem;
}
.home-hero-module .hhm-item-title{
  margin-bottom: 0.625rem;
  color: #fff !important;
  text-align: center;
}
.home-hero-module .hhm-item-description{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255,255,255,0.9);
  text-shadow: 0px 3px 6px #00000029;
  font-family: 'Open Sans';
  margin-bottom: 0;
  font-weight: 400;
}
.home-hero-module .hhm-img-wrap{
  width: 7.1875rem;
  margin: 0 auto;
}
.home-hero-module .hhm-slider .slick-arrow {
      font-size: 16px;
      height: 23px;
      width: 23px;
      position: absolute;
      top: 71%;
      transform: translateY(-50%);
      overflow: hidden;
      min-width: inherit;
      background-color: transparent;
      padding: 0;
      opacity: 1;
      transition: 0.3s all linear;
      z-index: 2;
}
.home-hero-module .hhm-slider .slick-arrow.slick-prev{
  left: 0;
  display: inline-block !important;
}
.home-hero-module .hhm-slider .slick-arrow.slick-prev:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-gray.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  //transition: 0.3s all linear;          
}
.home-hero-module .hhm-slider .slick-arrow.slick-prev:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-white-red.svg);   
}
.home-hero-module .hhm-slider .slick-arrow.slick-next{
  right: 0;
  display: inline-block !important;
}
.home-hero-module .hhm-slider .slick-arrow.slick-next:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-gray.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  //transition: 0.3s all linear;          
}
.home-hero-module .hhm-slider .slick-arrow.slick-next:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-white-red.svg);   
}
.home-hero-module .hhm-slider .slick-dots{
    bottom: -17px;
    position: absolute;  
    left:0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;  
    line-height: 1;
}
.home-hero-module .hhm-slider .slick-dots li{
  margin: 0;
  margin-right: 4px;
  width: 9px;
  height: 9px; 
  display: inline-block;   
  outline: none;
}
.home-hero-module .hhm-slider .slick-dots li button{
  width: 9px;
  height: 9px;  
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  padding: 0;
  outline: none;
}
.home-hero-module .hhm-slider .slick-dots li button:before{
  display: none;
}
.home-hero-module .hhm-slider .slick-dots li.slick-active button{
  background-color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 60rem){
  .home-hero-module {
    min-height: 37.5rem;
    display: flex;
    align-items: center;
  }  
  .home-hero-module .inner-container{
    padding-top: 3.9375rem;
    padding-bottom: 7.375rem;
    width: 100%;
  }
  .home-hero-module .hhm-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-hero-module .hhm-content-wrap{
    width: 32.375rem;
    margin-bottom: 7.125rem;
    padding: 0;
  }
  .home-hero-module .hhm-item-title{
    text-align: left;
  }
  .home-hero-module .hhm-img-wrap{
    width: 18.75rem;
    margin: 0;
  }
  .home-hero-module .hhm-img-slider{
    margin-bottom: 40px !important;
  }
  .home-hero-module .hhm-item-description{
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .home-hero-module .hhm-slider .slick-arrow {
    height: 34px;
    width: 34px;
  }
  .home-hero-module .hhm-slider .slick-arrow.slick-prev{
    left: 0;
    top: auto;
    bottom: 0;
    display: inline-block !important;
  }
  .home-hero-module .hhm-slider .slick-arrow.slick-next{
    left: 2.9375rem;
    right: auto;
    top: auto;
    bottom: 0;
    display: inline-block !important;
  }
  .home-hero-module .hhm-slider .slick-dots{
    bottom: -40px;
  }
  .home-hero-module .hhm-slider .slick-dots li{
    width: 14px;
    height: 14px; 
    margin-left: 5px;
  }
  .home-hero-module .hhm-slider .slick-dots li button{
    width: 14px;
    height: 14px; 
  }
}
@media (min-width: 80rem){
  .home-hero-module .hhm-img-wrap{
    width: 22.75rem;
    margin: 0;
  }
}
.homepage-services-module{
  background-color: #2B2B2B;
}
.homepage-services-module .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.homepage-services-module .hsm-heading{
  color: #fff;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
}
.homepage-services-module .hsm-heading:before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-image: url('/wp-content/uploads/2025/10/heading-line.svg');
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.homepage-services-module .hsm-description{
  max-width: 46.875rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.homepage-services-module .hsm-description p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255,255,255,0.9);
  font-family: 'Open Sans';
  text-shadow: 0px 3px 6px #00000029;
  font-weight: 400;
}
.homepage-services-module .hsm-description p:last-child{
  margin-bottom: 0;
}
.homepage-services-module .hsm-tabs-wrap .item{
  text-align: center;
}
.homepage-services-module .hsm-tabs-wrap .slick-current.slick-active .hsm-tab-img,
.homepage-services-module .hsm-tabs-wrap .slick-slide:hover .hsm-tab-img{
  display: none;
}
.homepage-services-module .hsm-tabs-wrap .slick-current.slick-active .hsm-tab-img.hover,
.homepage-services-module .hsm-tabs-wrap .slick-slide:hover .hsm-tab-img.hover{
  display: block;
}
.homepage-services-module .hsm-tabs-wrap .slick-current.slick-active .hsm-tab-title,
.homepage-services-module .hsm-tabs-wrap .slick-slide:hover .hsm-tab-title{
  color: #AC1E2B;
  font-weight: 400;
}
.homepage-services-module .hsm-tab-img-wrap{
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
}
.homepage-services-module .hsm-tab-img{
  max-width: 3.75rem;
  max-height: 3.75rem;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.homepage-services-module .hsm-tab-img.hover{
  display: none;
}
.homepage-services-module .hsm-tab-title{
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  margin-top: 1.3125rem;
  font-weight: 400;
  cursor: pointer;
}
.homepage-services-module .hsm-wrapper{
    margin-top: 1.25rem;
}
.homepage-services-module .hsmc-wrap{
  background-color: #AC1E2B;
  padding: 1.25rem;
  text-align: center;
}
.homepage-services-module .hsm-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage-services-module .hsmc-title{
  font-size: 1.125rem !important;
  line-height: 1.25rem !important;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 0.625rem;
}
.homepage-services-module .hsmc-txt{
  margin-bottom: 1.5625rem;
}
.homepage-services-module .hsmc-txt p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 400;
}
.homepage-services-module .hsmc-txt p:last-child{
  margin-bottom: 0;
}
.homepage-services-module .hsmc-btn{
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.homepage-services-module .hsmc-btn:hover{
  background-color: #fff;
  border: 2px solid #fff;
  color: #AC1E2B;
}
.homepage-services-module .hsm-cta-wrap{
  text-align: center;
  margin-top: 1.5625rem;
}
.homepage-services-module #hsm-tabs .slick-arrow {
      font-size: 16px;
      height:23px;
      width: 23px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
      min-width: inherit;
      background-color: transparent;
      padding: 0;
      opacity: 1;
      transition: 0.3s all linear;
      z-index: 1;
}
.homepage-services-module #hsm-tabs .slick-arrow.slick-prev{
  left: 0;
  display: inline-block !important;
}
.homepage-services-module #hsm-tabs .slick-arrow.slick-prev:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-gray.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  //transition: 0.3s all linear;          
}
.homepage-services-module #hsm-tabs .slick-arrow.slick-prev:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-white-red.svg);   
}
.homepage-services-module #hsm-tabs .slick-arrow.slick-next{
  right: 0;
  display: inline-block !important;
}
.homepage-services-module #hsm-tabs .slick-arrow.slick-next:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-gray.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
 // transition: 0.3s all linear;          
}
.homepage-services-module #hsm-tabs .slick-arrow.slick-next:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-white-red.svg);   
}
.homepage-services-module #hsm-content-wrap .slick-track{
  display: flex !important;
}
.homepage-services-module #hsm-content-wrap .slick-slide{
  height: inherit !important;
}
.homepage-services-module #hsm-content-wrap .slick-slide > div, .homepage-services-module .hsm-content{
  height: 100%;
}
@media (min-width: 40rem){
  .homepage-services-module .hsm-content{
    display: flex;
  }
  .homepage-services-module .hsm-img, .homepage-services-module .hsmc-wrap{
    width: 50%;
  }
  .homepage-services-module .hsmc-wrap{
    text-align: left;
  }
}
@media (min-width: 60rem){
  .homepage-services-module .inner-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .homepage-services-module .hsm-heading:before{
    width: 200px;
  }  
  .homepage-services-module .hsm-content{
    display: flex;
  }
  .homepage-services-module .hsm-img, .homepage-services-module .hsmc-wrap{
    width: 50%;
  }
  .homepage-services-module .hsm-tab-title{
    padding: 0 3.125rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }  
  .homepage-services-module #hsm-tabs .slick-arrow {
    font-size: 16px;
    height:26px;
    width: 26px;
  }
  .homepage-services-module .hsm-wrapper{
    margin-top: 2.5rem;
  }
  .homepage-services-module .hsm-description p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .homepage-services-module .hsmc-txt p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .homepage-services-module .hsmc-title{
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
    margin-bottom: 1.4375rem;
  }
  .homepage-services-module .hsmc-wrap{
    padding: 3.9375rem 3.25rem 2.5625rem;
    text-align: left;
  }
  .homepage-services-module .hsmc-txt{
    margin-bottom: 2.0625rem;
  }
  .homepage-services-module .hsm-cta-wrap{
    margin-top: 2.5rem;
  }
}
.archive.category.category-blog .fusion-post-slideshow, 
.page-id-5 .fusion-blog-archive .fusion-post-slideshow,
.fusion-tabs-widget .fusion-tab-recent .fusion-tabs-widget-items .image{
  display: none;
}
.homepage-latest-news-module .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.homepage-latest-news-module .hlnm-heading{
  color: #2B2B2B;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  text-shadow: 0px 3px 6px #00000029;
  position: relative;
  text-align: center;
}
.homepage-latest-news-module .hlnm-heading:before{
  content: '';
  position: absolute;
  width: 144px;
  height: 2px;
  background-image: url('/wp-content/uploads/2025/10/heading-line.svg');
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.homepage-latest-news-module .hlnm-content{
  text-align: center;
  max-width: 46.875rem;
  margin: 0 auto 2.5rem;
  font-family: 'Open Sans';
}
.homepage-latest-news-module .hlnm-content p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(43,43,43,0.9);
  text-shadow: 0px 3px 6px #00000029;
  font-weight: 400;
}
.homepage-latest-news-module .hlnm-content p:last-child{
  margin-bottom: 0;
}
.homepage-latest-news-module .hlnm-item-wrap{
  height: 100%;
}
.homepage-latest-news-module .hlnm-item {
    max-width: 22.5rem;
    margin: 0 auto;
    height: 100%;
    background: #2B2B2B;
    border-radius: 5px;
    border-bottom: 1px solid #00000038;
    position: relative;
    padding-bottom: 2.75rem;
}
.homepage-latest-news-module .hlnm-img {
    border-radius: 5px 5px 0px 0px;
    height: auto;
    background: #fff;
    display: block;
}
.homepage-latest-news-module .hlnm-img img{
  border-radius: 5px 5px 0px 0px;
  display: block;
  margin: 0;
  width: 100%;
}

.homepage-latest-news-module .hlnm-content-wrap {
    border: 1px solid #00000038;
    border-radius: 0px 0px 5px 5px;
    background: #2B2B2B;
    padding: 0 1.25rem 0;
    border-bottom: 0;
    display: block;
}
.homepage-latest-news-module .hlnm-cta-wrap{
  text-align: center;
  margin-top: 3.75rem;
}
.homepage-latest-news-module .hlnm-post-date{
  font-family: 'Open Sans';
  background-color: #AC1E2B;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0.625rem 0.9375rem;
    margin-top: -1.15625rem;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
    max-width: 12rem;
    margin: -1.15625rem auto 0;
}
.homepage-latest-news-module .hlnmp-icon{
  display: block;
  margin: 0;
  margin-right: 0.625rem;
}
.homepage-latest-news-module .hlnm-post-title{
  font-family: "Roboto", sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  margin: 1.0625rem 0 1.25rem;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
}

.homepage-latest-news-module .hlnm-post-link:hover .hlnm-post-title{
  text-decoration: underline;
  color: #fff;
}
.homepage-latest-news-module .hlnm-post-link:hover .hlnmp-link{
  background-image: url(/wp-content/uploads/2025/10/slider-right-arrow-white-red.svg);
}
.homepage-latest-news-module .hlnm-post-meta{
  text-align: center;
  position: absolute;
  bottom: 1.125rem;
  left: 0;
  right: 0;
  line-height: 1;
}
.homepage-latest-news-module .hlnmp-link{
  display: inline-block;
  background-image: url(/wp-content/uploads/2025/10/blog-read-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.625rem;
  height: 1.625rem;
}

.homepage-latest-news-module .hlnmp-link span{
  display: none;
}
.homepage-latest-news-module .hlnm-slider{
  margin: 1.25rem 2.25rem 1.875rem;
}
.homepage-latest-news-module .hlnm-slider .slick-track{
  display: flex !important;
}
.homepage-latest-news-module .hlnm-slider .slick-slide{
  height: inherit !important;
}
.homepage-latest-news-module .hlnm-slider .slick-arrow {
      font-size: 16px;
      height:23px;
      width: 23px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
      min-width: inherit;
      background-color: transparent;
      padding: 0;
      opacity: 1;
      transition: 0.3s all linear;
}
.homepage-latest-news-module .hlnm-slider .slick-arrow.slick-prev{
  left: -2.25rem;
  display: inline-block !important;
}
.homepage-latest-news-module .hlnm-slider .slick-arrow.slick-prev:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-black.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  transition: 0.3s all linear;          
}
.homepage-latest-news-module .hlnm-slider .slick-arrow.slick-prev:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-left-arrow-red.svg);   
}
.homepage-latest-news-module .hlnm-slider .slick-arrow.slick-next{
  right: -2.25rem;
  display: inline-block !important;
}
.homepage-latest-news-module .hlnm-slider .slick-arrow.slick-next:before{
  content: '';
  font-size: 16px;        
  display: inline-block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-black.svg);         
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: contain;
  transition: 0.3s all linear;          
}
.homepage-latest-news-module .hlnm-slider .slick-arrow.slick-next:hover:before{
  background-image:url(/wp-content/uploads/2025/10/slider-right-arrow-red.svg);   
}
.homepage-latest-news-module .hlnm-slider .slick-dots{
    bottom: -29px;
    position: absolute;  
    left:0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;  
}
.homepage-latest-news-module .hlnm-slider .slick-dots li{
  margin: 0;
  margin-right: 5px;
  width: 9px;
  height: 9px; 
  display: inline-block;   
  outline: none;
}
.homepage-latest-news-module .hlnm-slider .slick-dots li button{
  width: 9px;
  height: 9px;  
  background-color: transparent;
  border: 1px solid #AC1E2B;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  padding: 0;
  outline: none;
}
.homepage-latest-news-module .hlnm-slider .slick-dots li button:before{
  display: none;
}
.homepage-latest-news-module .hlnm-slider .slick-dots li.slick-active button{
  background-color: #AC1E2B;
  border: 1px solid #AC1E2B;
}
@media (min-width: 40rem){
  .homepage-latest-news-module .hlnm-item-wrap{
    margin: 0 0.625rem;
  }
}
@media (min-width: 60rem){
  .homepage-latest-news-module .inner-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .homepage-latest-news-module .hlnm-heading:before{
    width: 200px;
  } 
  .homepage-latest-news-module .hlnm-content p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .homepage-latest-news-module .hlnm-item{
    padding-bottom: 4.125rem;
  }
  .homepage-latest-news-module .hlnm-post-date{
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 1.1875rem 0.9375rem;
    margin-top: -1.875rem;
    max-width: 100%;
  }
  .homepage-latest-news-module .hlnm-post-title{
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important;
    margin: 1.625rem 0 1.8125rem;
  }
  .homepage-latest-news-module .hlnmp-link{
    width: 2.4375rem;
    height: 2.4375rem;
  }
  .homepage-latest-news-module .hlnm-slider{
    margin: 2.5rem 2.25rem 2.8125rem;
  }
  .homepage-latest-news-module .hlnm-slider .slick-dots{
    bottom: -44px;
  }
  .homepage-latest-news-module .hlnm-slider .slick-dots li{
    width: 14px;
    height: 14px; 
  }
  .homepage-latest-news-module .hlnm-slider .slick-dots li button{
    width: 14px;
    height: 14px; 
  }
  .homepage-latest-news-module .hlnm-slider .slick-arrow {
    height:26px;
    width: 26px;
  }    
  .homepage-latest-news-module .hlnm-post-meta{
    bottom: 2.0625rem;
  }
  .homepage-latest-news-module .hlnm-cta-wrap{
    margin-top: 2.5rem;
  }
}
@media (min-width: 80rem){
  .homepage-latest-news-module .hlnm-slider{
    margin: 2.5rem 0 2.8125rem;
  }
}
.site-footer-new{
  background-color: #000000;
  text-align: center;
}
.site-footer-new .inner-container{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.site-footer-new .sfn-logo{
  max-width: 11.25rem;
  margin: 0 auto 2.1875rem;
  display: inline-block;
}
.site-footer-new .sfn-logo img{
  display: block;
  margin: 0 auto;
}
/*.sfn-link-wrap{
  display: none;
}
.sfn-link-wrap.mob{
  display: flex;
}*/
.site-footer-new .sfn-rfq{
  margin: 0.5rem;
  margin-bottom: 1.25rem;
}
.site-footer-new .sfn-rfq:hover{
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.site-footer-new .sfnce-heading{
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 1rem !important;
  line-height: 1.125rem !important;
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  padding-bottom: 0.625rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.site-footer-new .sfn-contact-wrap{
  margin-bottom: 1.25rem;
}
.site-footer-new .sfn-address, .site-footer-new .sfn-ph, .site-footer-new .sfn-fax, 
.site-footer-new .sfn-email{
  font-family: 'Open Sans';
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  position: relative;
  text-decoration: none;
  display: table;
  margin: 0 auto 0.3125rem;
  font-weight: 400;
}
.site-footer-new .sfn-address:before, .site-footer-new .sfn-ph:before, .site-footer-new .sfn-fax:before, .site-footer-new .sfn-email:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-size: 0.625rem;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
}
.site-footer-new .sfn-address:before{
  background-image: url(/wp-content/uploads/2025/10/ico-location.svg);
  background-size: 0.625em auto;
  width: 0.625rem;
}
.site-footer-new .sfn-ph:before{
  background-image: url(/wp-content/uploads/2025/10/ico-phone.svg);
  background-size: 0.625rem;
  width: 0.625rem;
}
.site-footer-new .sfn-ph a, .site-footer-new .sfn-email a{
  color: #fff;
}
.site-footer-new .sfn-ph a:hover, .site-footer-new .sfn-email a:hover{
  color: #fff;
  text-decoration: underline;
}

.site-footer-new .sfn-fax a{
  cursor: default;
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
}
.site-footer-new .sfn-fax:before{
  background-image: url(/wp-content/uploads/2025/10/ico-fax.svg);
  background-size: 0.625rem;
  width: 0.625rem;
}
.site-footer-new .sfn-email{
  padding-left: 1rem;
}
.site-footer-new .sfn-email:before{
  background-image: url(/wp-content/uploads/2025/10/ico-email.svg);
  background-size: 0.625rem; auto;
  width: 0.625rem;
  top: 2px;
}
.site-footer-new .sfn-fax a:hover{
  color: #fff;
  text-decoration: none;
}
.site-footer-new .sfnc-subtitle{
  font-family: 'Open Sans';
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  position: relative;
  margin-bottom: 0.75rem;
  display: block;
}
.site-footer-new .sfnc-inner{
  border-bottom: 1px dashed #FFFFFF;
  padding-bottom: 0.5rem;
  margin-bottom: 0.625rem;
  display: table;
  margin: 0 auto 0.625rem;
}
.site-footer-new .sfnc-inner:last-child{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site-footer-new .sfn-links{
  padding-left: 0;
  margin: 0
}
.site-footer-new .sfn-links li{
  list-style-type: none;
}
.site-footer-new .sfn-links li a, .site-footer-new .sfn-links li .sfn-no-link{
  font-family: 'Open Sans';
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  position: relative;
  margin-bottom: 0.3125rem;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}
.site-footer-new .sfn-links li a:hover{
  color: #fff;
  text-decoration: underline;
}
.site-footer-new .thomas-badge{
  align-items: center;
  margin-top: 1.25rem !important;
}
.site-footer-new .thomas-badge a img{
  max-width: 6.125rem;
}
.site-footer-new .sfn-copyright{
  background-color: #fff;
  color: #2B2B2B;
}
.site-footer-new .sfn-copyright .inner-container{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-footer-new .sfp-wrap p{
  margin: 0;
  font-family: 'Open Sans';
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.site-footer-new .sfn-copyright a{
  font-family: 'Open Sans';
  color: #2B2B2B;
  text-decoration: underline;
}
.site-footer-new .sfn-copyright a:hover{
  color: #AC1E2B;
  text-decoration: underline;
}
.site-footer-new .sf-social img{
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
.site-footer-new .sf-social img.hover{
  display: none;
}
.site-footer-new .sf-social{
  margin-top: 1.25rem;
}
.site-footer-new .sf-social .sp-social-link{
  margin: 0 0.325rem;
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.site-footer-new .sf-social .sp-social-link:hover img.hover{
  display: block;
}
@media (min-width: 60rem){
  .site-footer-new{
    text-align: left;
  }
  .site-footer-new .inner-container{
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
  .sf-top-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .site-footer-new .sfn-logo{
    max-width: 22.5rem;
    margin: 0;
  }  
  /*.sfn-link-wrap{
    display: flex;
  }
  .sfn-link-wrap.mob{
    display: none;
  }*/
  .site-footer-new .sfn-rfq{
    margin: 0;
    margin-left: 1.25rem;
  }
  .site-footer-new .sfnce-heading{
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    display: block;
  }
  .site-footer-new .sfn-address, .site-footer-new .sfn-ph, .site-footer-new .sfn-fax, 
  .site-footer-new .sfn-email{
    display: block;
    margin: 0 0 0.75rem;
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    padding-left: 1.75rem;
  }
  .site-footer-new .sfn-address:before, .site-footer-new .sfn-ph:before, .site-footer-new .sfn-fax:before, .site-footer-new .sfn-email:before{
    background-size: 1.125rem;
  }
  .site-footer-new .sfn-address:before{
    background-size: 0.9375rem 1.25rem;
    width: 0.9375rem;
  }
  .site-footer-new .sfn-ph:before{
    background-size: 1.125rem;
    width: 1.125rem;
  }
  .site-footer-new .sfn-fax:before{
    background-size: 1.1875rem;
    width: 1.1875rem;
  }
  .site-footer-new .sfnc-inner{
    display: block;
    margin: 0 0 0.625rem;
  }
  .site-footer-new .sfn-email{
    padding-left: 1.5625rem;
  }
  .site-footer-new .sfn-email:before{
    background-size: 1rem 0.625rem;
    width: 1rem;
    top: 1px;
  }
  .site-footer-new .sfn-links li a, .site-footer-new .sfn-links li .sfn-no-link{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    margin-bottom: 0.75rem;
  }
  .site-footer-new .sfn-contact-explore-wrap {
    display: flex;
    justify-content: space-between;
  }
  .site-footer-new .sfn-contact-wrap {
    width: 50%;
    margin-bottom: 0;
  }
  .site-footer-new .sfn-explore-wrap {
    width: calc(50% - 5.25rem);
  }
  .site-footer-new .sfnc-wrap {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
  .site-footer-new .sfne-wrap {
    display: flex;
    justify-content: space-between;
  }
  .site-footer-new .sf-social{
    margin-top:0;
  }
  .site-footer-new .social-link{
    display: flex;
    align-items: center;
  }
  .site-footer-new .sf-social img{
    width: 1.25rem;
    height: 1.25rem;
  }    
  .site-footer-new .sf-social .sp-social-link{
    margin: 0 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .site-footer-new .sfp-wrap {
    display: flex;
    justify-content: center;
    gap: 3.125rem;
    align-items: center;
  }
  .site-footer-new .sfn-copyright .inner-container{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .site-footer-new .thomas-badge{
    margin-top: 0 !important;
  }
}
.search-module-new-wrap .search-module {
  background-color: #AC1E2B;
  /*height: em(70);*/
  margin-top: -4.375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.search-module-new-wrap .search-module.active {
  margin-top: 0;
  visibility: visible;
  top: 0;
}
.search-module-new-wrap .search-module .inner-container{
  padding: 0.75rem 1.5rem;
}
.search-module-new-wrap .search-table {
    display: table;
    width: 100%;
    padding: 0;
}
.search-module-new-wrap .search-row {
    display: table-row;
    width: 100%;
}
.search-module-new-wrap .search-cell1 {
    display: table-cell;
    padding-right: .4375rem;
}
.search-module-new-wrap .search-cell2 {
    display: table-cell;
    width: 1.1875rem;
    border: 0;
    vertical-align: middle;
    text-align: center;    
}
.search-module-new-wrap .search-submit {
    width: 100%;
    height: 1.1875rem;
    border: 0;
    float: right;
    background: url(/wp-content/uploads/2025/10/ico-search.svg) no-repeat center center !important;
    background-size: 1.1875rem 1.1875rem !important;
    padding: 0 !important;
    cursor: pointer;
}
.search-module-new-wrap .search-cell3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25px;
}
.search-module-new-wrap .search-exit {
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(/wp-content/uploads/2025/10/ico-close.svg);
  background-repeat: no-repeat;
  background-size: 0.9375rem auto;
  background-position: center;
  display: block;
  margin-left: 0.625rem;
}
.search-module-new-wrap .search-exit img {
  display: none;
}
.search-module-new-wrap .search-submit:hover, .search-module-new-wrap .search-exit:hover {
  opacity: 0.8;
}

.search-module-new-wrap .search-text {
    font-size: 1rem !important;
    width: 100% !important;
    height: 2.3rem !important;
    border: 0;
    float: left;
    padding-left: .5rem !important;
    margin-bottom: 0 !important;
}
@media (min-width: 40em) {
    .search-module-new-wrap .search-cell1 {
        padding-right: 1em;
    }
}
@media (min-width: 60em) {
  .search-module-new-wrap .search-exit {
    margin-bottom: 0px;
  }
}
.site-header-new {
  position: relative;
  z-index: 999;
}
.site-header-new .siten-logo{
  max-width: 16.875rem;
  display: inline-block;
}
.site-header-new .shn-top-nav .inner-container{
  padding-top: 1.75rem;
  padding-bottom: 0;
}
.site-header-new .shn-top-nav{
  background-color: #000;
  text-align: center;
}
.site-header-new .shn-utility-nav {
    background-color: #2B2B2B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0.125em 0;
    margin-top: 1.75rem;
}
.site-header-new .shn-utility-nav:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #2B2B2B;
}
.site-header-new .shn-utility-nav:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #2B2B2B;
}
.site-header-new .shn-ico-menu {
    width: 1.1875rem;
    height: 1.1875rem;
    background-image: url(/wp-content/uploads/2025/10/ico-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1875rem auto;
    display: inline-block;
    vertical-align: middle;
}
.site-header-new .shn-ph {
  font-family: "Roboto", sans-serif !important;
  width: 1.25em;
  height: 1.25em;
  background-image: url(/wp-content/uploads/2025/10/ico-call.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em auto;
  display: inline-block;
  transition: all 0.3s linear;
  font-size: 1rem;
  line-height: 1.25rem;
}
.site-header-new .shn-email {
  font-family: "Roboto", sans-serif !important;
  width: 1.25em;
  height: 1.25em;
  background-image: url(/wp-content/uploads/2025/10/ico-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25em auto;
  display: inline-block;
  transition: all 0.3s linear;
  font-size: 1rem;
  line-height: 1.25rem;
}
.site-header-new .shn-ico-search {
  font-family: "Roboto", sans-serif !important;
    width: 1.25em;
    height: 1.25em;
    background-image: url(/wp-content/uploads/2025/10/ico-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25em auto;
    display: inline-block;
}
.site-header-new .shn-ico-menu span, .site-header-new .shn-ph span, .site-header-new .shn-email span, .site-header-new .shn-ico-search span{
  display: none;
}
.site-header-new .shn-btn{
  padding: 0.5625rem 0.4375rem;
}
.site-header-new .shn-btn:hover{
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.site-header-new .sh-sticky-wrap{
  background-color: #AC1E2B;
}
.site-header-new .sh-sticky-wrap .inner-container{
  padding-top: 0;
  padding-bottom: 0;
}
.site-header-new .site-nav-container {
    background-color: transparent;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 1000;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.site-header-new .site-nav-container.active {
  right: 0;
}
.site-header-new .site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.active {
  display: block;
}
.site-header-new .snc-header {
    background-color: #AC1E2B;
    text-align: right;
    padding: 1rem 1rem;
    line-height: 1;
}
.site-header-new .close-menu {
    display: inline-block;
    clear: both;
    width: 0.875rem;
    height: 0.875rem;
    background-image: url(/wp-content/uploads/2025/10/ico-close.svg);
    background-repeat: no-repeat;
    background-size: 0.875em auto;
}
.site-header-new .close-menu span {
    display: none;
}
.site-header-new .close-menu:visited {
  color: #ffffff;
}
.site-header-new .close-menu:hover {
   color: #ffffff;
}
.site-header-new .site-nav{
    background-color: #AC1E2B;
}
.site-header-new .site-nav span{
  white-space: pre-wrap;
}
.site-header-new .sn-level-1 {
    margin: 0;
    padding: 0;
}
.site-header-new .sn-li-l1{
    display: block;
    border-bottom: 0;
    background-color: #fff;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400;
}
.site-header-new .sn-li-l1 span{
    font-size: 1rem;
}
.site-header-new .sn-li-l1 > a{
  display: block;
  height: auto;
  line-height: 1.375rem;
  color: #2B2B2B;
  text-decoration: none;
  padding: 0.875rem 1rem;
}
.site-header-new .sn-li-l1 > a:visited {
  color: #2B2B2B;
}
.site-header-new .sn-li-l1 > a:hover{
  color: #fff;
}
.site-header-new .sn-li-l1.has-subnav .m-subnav-arrow, .site-header-new .sn-li-l1.menu-item-has-children .m-subnav-arrow{
  cursor: pointer;
  padding-right: 0em;
  background-image: url(/wp-content/uploads/2025/10/ico-arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75em;
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-header-new .sn-li-l1.has-subnav .m-subnav-arrow.active, .site-header-new .sn-li-l1.menu-item-has-children .m-subnav-arrow.active {
  background-image: url(/wp-content/uploads/2025/10/ico-arrow-up-red.svg);
}
.site-header-new .sn-li-l1.has-subnav > a span, 
.site-header-new .sn-li-l1.menu-item-has-children > a span{
    display: block;
}
.site-header-new .sn-li-l1.has-subnav > a.active span, .site-header-new .sn-li-l1.menu-item-has-children > a.active span{
  transform: rotate(180deg);
}

.site-header-new .sn-li-l1:hover{
  background-color: #fff;
}
.site-header-new .sn-li-l1.active > a {
  color: #AC1E2B;
}
.site-header-new .sn-li-l1:hover > a {
  color: #AC1E2B;
}
.site-header-new .sn-li-l1.active{
  padding-bottom: 0.3125rem;
}
.site-header-new .sn-level-2{
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #0000002B;
    padding: 0.75rem 0;
}
.site-header-new .sn-level-2.active{
  display: block;
}
.site-header-new .sn-li-l2, .site-header-new .sn-li-l3, .site-header-new .sn-li-l4{
  background-color: #ffffff;
  list-style-type: none;
}
.site-header-new .sn-li-l2 > a, .site-header-new .sn-li-l3 > a, .site-header-new .sn-li-l4 > a {
  font-family: 'Open Sans';
    padding: 0.8125rem 2rem;
    color: #2B2B2B;
    border-top: 0;
    display: block;
    text-decoration: none;
    line-height: 1.5rem;
    font-weight: 400;
}
.site-header-new .sn-li-l2 > a span, .site-header-new .sn-li-l3 > a span, .site-header-new .sn-li-l4 > a span {
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
}
.site-header-new .sn-li-l2 > a:hover, .site-header-new .sn-li-l3 > a:hover, .site-header-new .sn-li-l4 > a:hover{
  color: #fff;
}
.site-header-new .sn-li-l2:last-child > a, .site-header-new .sn-li-l3:last-child > a, .site-header-new .sn-li-l4:last-child > a{
  border-bottom: 0;
}
.site-header-new .sn-li-l2:hover, .site-header-new .sn-li-l3:hover, .site-header-new .sn-li-l4:hover{
  background-color: #AC1E2B;
}
.site-header-new .sn-li-l2:hover > a, .site-header-new .sn-li-l3:hover > a, .site-header-new .sn-li-l4:hover > a{
  color: #fff;
}
@media (min-width: 60rem) {
  .site-header-new{
    min-height: 14.1875rem;
  }
  .site-header-new .siten-logo{
    max-width: 22.5rem;
    margin: 0;
  }
  .site-header-new .shn-top-nav{
    text-align: left;
  }
  .site-header-new .shn-top-nav .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
  .site-header-new .shn-utility-nav{
    background-color: transparent;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding: 0;

  }
  .site-header-new .shn-utility-nav:before, .site-header-new .shn-utility-nav:after{
    display: none;
  }
    .site-header-new .shn-ico-menu {
        display: none;
    }
    .site-header-new .shn-ph, .site-header-new .shn-email, .site-header-new .shn-ico-search{
      width: auto;
      height: auto;
      background: none;
      position: relative;
      padding-left: 1.875rem;
      color: #fff;
      margin-right: 1.625rem;
      font-weight: 400;
    }
    
    .site-header-new .shn-ico-search{
      padding-right: 1.875rem;
      padding-left: 0;
      margin-right: 1.625rem;
    }
    .site-header-new .shn-ph:hover, .site-header-new .shn-email:hover, .site-header-new .shn-ico-search:hover{
      text-decoration: underline;
      color: #fff;
    }
    .site-header-new .shn-ph:hover span, .site-header-new .shn-email:hover span, .site-header-new .shn-ico-search:hover span{
      text-decoration: underline;
    }
    .site-header-new .shn-ph:before {
        content: "";
        width: 1.25rem;
        height: 1.25rem;
        background-image: url(/wp-content/uploads/2025/10/ico-call.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.25rem auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .site-header-new .shn-email:before {
        content: "";
        width: 1.25rem;
        height: 1.25rem;
        background-image: url(/wp-content/uploads/2025/10/ico-email.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.25rem auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .site-header-new .shn-ico-search:before {
        content: "";
        width: 1.25rem;
        height: 1.25rem;
        background-image: url(/wp-content/uploads/2025/10/ico-search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.25rem auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .site-header-new .shn-btn{
      padding: 0.6875rem 1.125rem;
    }

    .site-header-new .site-nav-container {
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        display: block;
    }
    .site-header-new .site-nav-container-screen {
    display: none !important;
  }
    .site-header-new .snc-header {
        padding: 0;
        display: none;
    }
    .site-header-new .close-menu {
        display: none;
    }
    .site-header-new .site-nav{
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #AC1E2B;
    }
    .site-header-new .site-nav span{
      white-space: nowrap;
    }
    .site-header-new .sh-sticky-wrap{
      background-color: #AC1E2B;
      height: 4rem;
    }
    .site-header-new .sh-sticky-wrap.stuck{
      position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9;
    }
    .site-header-new .sn-level-1{
      height: 4rem;
      display: flex;
      justify-content: space-between;
    }
    .site-header-new .sn-li-l1{
        height: 4rem;
        float: left;
        border-bottom: 0;
        border-right: 0;
        text-align: center;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site-header-new .sn-li-l1.active{
      padding-bottom: 0;
    }
    .site-header-new .sn-li-l1 > a{
      height: auto;
      line-height: 1.375rem;
      padding: 0 0;
      color: #fff;
      padding-bottom: 0;
      position: relative;
    }
    .site-header-new .sn-li-l1 > a:before{
      content: '';
      position: absolute;
      bottom: -0.375rem;
      left: 0;
      width: calc(100% - 1.375rem);
      height: 2px;
      background-color: transparent;;
    }
    .site-header-new .sn-li-l1 > a:visited {
        color: #fff;
    }
    .site-header-new .sn-li-l1 span{
        font-size: 1rem;
    }
    .site-header-new .sn-li-l1.current-page-parent, .site-header-new .sn-li-l1.current-menu-item, .site-header-new .sn-li-l1:hover{
      background-color: transparent;
    }
    .site-header-new .sn-li-l1.current-page-parent > a, .site-header-new .sn-li-l1.current-menu-item > a,  .site-header-new .sn-li-l1:hover > a{
      color: #fff;
    }
    .site-header-new .sn-li-l1.active > a {
    color: #fff;
    }
    .site-header-new .sn-li-l1.current-page-parent > a:before, .site-header-new .sn-li-l1.current-menu-item > a:before,  .site-header-new .sn-li-l1:hover > a:before{
      background-color: #fff;
    }

    .site-header-new .sn-li-l1.has-subnav > a span, 
    .site-header-new .sn-li-l1.menu-item-has-children > a span{
        padding-right: 1rem;
        background-image: url(/wp-content/uploads/2025/10/ico-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.75rem;
        display: inline;
    }
    .site-header-new .sn-li-l1:hover.has-subnav > a span, .site-header-new .sn-li-l1:hover.menu-item-has-children > a span{
        background-image: url(/wp-content/uploads/2025/10/ico-arrow-up.svg);
    }
    /*.site-header-new .sn-li-l1.has-subnav > a.active span, .site-header-new .sn-li-l1.menu-item-has-children > a.active span{
      transform: rotate(180deg);
    }*/
    .site-header-new .sn-li-l1:hover .sn-level-2 {
      display: block !important;
    }
    .site-header-new .sn-li-l1.has-subnav .m-subnav-arrow, .site-header-new .sn-li-l1.menu-item-has-children .m-subnav-arrow{
      display: none;
    }
    .site-header-new .sn-li-l1:last-child .sn-level-2, .site-header-new .sn-li-l1:nth-last-child(2) .sn-level-2, .site-header-new .sn-li-l1:nth-last-child(3) .sn-level-2, .site-header-new .sn-li-l1:nth-last-child(4) .sn-level-2{
      left: auto;
      right: 0;
    }
    .site-header-new .sn-li-l1:last-child .sn-level-3{
    left: -100%;
  }
    .site-header-new .sn-level-2{
        position: absolute;
        z-index: 9;
        left: 0;
        top: 100%;
        min-width: 28.75rem;
        text-align: left;
        box-shadow: 0px 3px 6px #00000057;
        border: 0;
        padding: 1.125rem 0;
        margin-top: 0;
        border-top: 1px solid #000;
    }
    .site-header-new .sn-level-2.active{
        display: none;
      }
    .site-header-new .sn-li-l2, .site-header-new .sn-li-l3, .site-header-new .sn-li-l4{
        position: relative;
        background-color: #ffffff;
      }
    .site-header-new .sn-li-l2 > a,  .site-header-new .sn-li-l3 > a,  .site-header-new .sn-li-l4 > a {
        padding: 1.125rem 1.875rem;
        line-height: 1.5rem;
        border-top: 0;
        border-right: 0;
    }
    .site-header-new .sn-li-l2 > a span, .site-header-new .sn-li-l3 > a span, .site-header-new .sn-li-l4 > a span{
        font-size: 1.125rem;

    }
    .site-header-new .sn-li-l2.current-page-parent, .site-header-new .current-page-parent.sn-li-l3, .site-header-new .current-page-parent.sn-li-l4, .site-header-new .sn-li-l2.current-menu-item, .site-header-new .current-menu-item.sn-li-l3, .site-header-new .current-menu-item.sn-li-l4, .site-header-new .sn-li-l2:hover, .site-header-new .sn-li-l3:hover, .site-header-new .sn-li-l4:hover{
    background-color: #AC1E2B;
  }
  .site-header-new .sn-li-l2:hover, .site-header-new .sn-li-l3:hover, .site-header-new .sn-li-l4:hover {
    background-color: #AC1E2B;
  }
  .site-header-new .sn-li-l2.current-menu-item > a, .site-header-new .current-menu-item.sn-li-l3 > a, .site-header-new .current-menu-item.sn-li-l4 > a{
    color: #fff;
  }
  .site-header-new .sn-li-l2:hover .sn-level-3, .site-header-new .sn-li-l3:hover .sn-level-3, .site-header-new .sn-li-l4:hover .sn-level-3{
    display: block !important;
  }
  
}
@media (min-width: 80rem) {
  .site-header-new .shn-ph span, .site-header-new .shn-email span, .site-header-new .shn-ico-search span{
      display: inline-block;
    }
  .site-header-new .sn-li-l1.has-subnav > a span, 
    .site-header-new .sn-li-l1.menu-item-has-children > a span{
        padding-right: 1.375rem;
      }
    .site-header-new .sn-li-l1:nth-last-child(4) .sn-level-2{
      left: 0;
      right: auto;
    }
}
@media (min-width: 87.5rem) {
    .site-header-new .sn-li-l1:nth-last-child(3) .sn-level-2{
      left: 0;
      right: auto;
    }
}
  @media (min-width: 60rem) and (max-height: 46rem){
      .site-header-new .sn-li-l2 > a, .site-header-new .sn-li-l3 > a, .site-header-new .sn-li-l4 > a {
        padding: 0.3125rem 1.875rem;
      }
}
.page-id-5141 .avada-page-titlebar-wrapper{
  display: none;
} 
.page-id-5141 .fusion-layout-column{
  margin-bottom: 0 !important;
}
.page-id-5141 #main{
  padding-bottom: 0 !important;
}

.roboto-font{
  font-family: Roboto, sans-serif;
}
