/* Home: USPS */
.home-usps i {
  background-color: var(--color-primary);
  width: 16px;
  height: 16px;
  font-size: 8px;
  border-radius: var(--border-radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Home: Mod-Slider */
.mod-slider {
	margin-top: 0 !important;
}
.mod-slider .banner-holder {
  isolation: isolate;
}
.mod-slider #home-slider-holder {
	border-radius: var(--border-radius-xl);
  overflow: hidden;
  height: 476px;
}
.mod-slider picture {
  z-index: -1;
}
.mod-slider .banner-holder::before {
  content: '';
  background: linear-gradient(180deg, rgba(5,6,14,0) 0%, rgba(5,6,14,1) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .7;
}
.mod-slider .slider-1 .banner-title {
	text-wrap: balance;
}
.mod-slider .slider-1 .banner-subtitle {
	font-size: 24px;
  font-weight: 300;
  	text-wrap: balance;
}
.mod-slider .banner-text {
    max-width: 400px;
}
.mod-slider .banner-img-title {
  width: 72px;
  height: 32px;
}
.mod-slider .usp-item-text {
	font-size: 14px;
  line-height: 1;
}
.mod-slider .swiper-slide {
  justify-content: center !important;
}
/* Home: Highlight */
.home-highlight {
  height: 100%;
  border-radius: var(--border-radius-xl);
}
.home-highlight .highlight-medium {
	height: 100%;
  position: relative;
}

.home-highlight .banner-content-holder {
  padding: 40px;
}
/* Home: Categories */
.mod-categories .swiper-wrapper {
	justify-content: start !important;
}
#home-categories-circles .home-category {
	text-align: left;

}
.home-category {
  border-radius: 16px !important;
  border: 1px solid rgba(51, 51, 51, 0.10);
  background-color: var(--color-white);
	max-width: unset !important;
  overflow: hidden;
  height: 160px;
}
.home-category:hover img {
	transform: scale(1.05); 
}
.home-category img {
	transition: transform .4s ease; 
}
/* Home: Textblock - B */
.home-textblock-b__wrapper {
  background-color: #dbf0b8;
}
.home-textblock {
	border-radius: 80px !important; 
}
@media (max-width: 992px) {
  .home-textblock {
  	border-radius: var(--border-radius) !important;
  }
}
.home-textblock-content__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}
@media (max-width: 576px) {
  .home-textblock-content__wrapper {
		display: block;
  }  
}
.home-textblock-content__title {
	font-size: 20px;
  font-weight: 500;
  max-width: 282px;
  text-align: center;
  margin-inline: auto;
}
.home-textblock-icon {
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-primary);
  margin: 0 auto;
  margin-bottom: 20px;
  color: var(--color-white);
}
/* Home: Reviews */
.home-reviews {
  position: relative;
	background-color: var(--color-light-dark); 
}
.home-reviews .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.home-reviews .swiper__navigation {
	width: calc(100% + 32px); 
  left: -16px;
}
@media (max-width: 768px) {
  .home-reviews .swiper__navigation {
    width: calc(100% + 28px); 
    left: -14px;
  }  
}
/* Home: Promobanner */
.mod-banner .banner-content {
	background-color: var(--color-primary);
  position: absolute;
  right: 0;
  top: 0;
  width: fit-content;
  padding: 40px;
}
/* Home slider content */
.slider-content-text {
    overflow: hidden;
    position: relative;
}
.slider-content-text ul {
	display: flex;
  flex-direction: column;
  gap: 4px;
}
.slider-content-text ul li {
 gap: 8px; 
}
.slider-content-text ul li i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-size: 8px;
  display: grid;
  place-items: center;
}
.slider-content-text__content {
    position: relative;
    z-index: 20;
}
/* .slider-content-text {
	padding-left: 20px;
} */
.slider-content-text__title {
	font-size: var(--font-size-2);
}
.slider-content-text__image {
    height: 100%;
    min-height: 664px;
  	width: 100%;
    overflow: hidden;
  	border-radius: var(--border-radius) 0 0 var(--border-radius);
  	isolation: isolate;
    top: 0;
    width: calc((100% + ((100vw - 1564px) / 2)) + 15px);
}
@media (max-width: 1599.98px) {
  .slider-content-text__image {
    width: calc(
      100% + ((100vw - 1369px) / 2)
    + 15px);
  }
}
@media (max-width: 1399.98px) {
  .slider-content-text__image {
    width: calc(
      100% + ((100vw - 1140px) / 2)
    + 15px);
  }
}
@media (max-width: 1199.98px) {
  .slider-content-text__image {
    width: calc(
      100% + ((100vw - 960px) / 2)
    + 15px);
  }
}
@media (max-width: 991.98px) {
  .slider-content-text__image {
   	height: 0;
    min-height: unset;
    padding-bottom: 56.25%;
    width: 100%;
    border-radius: var(--border-radius);
  }
  .slider-content-text__image .btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
.slider-content-text__image.has-video {
	cursor: pointer; 
}
.slider-content-text__image.has-video::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--color-primary);
  opacity: .2;
  z-index: -3;
  transition: opacity .4s ease;
}
.slider-content-text__image.has-video:hover::before {
	opacity: 0; 
}
.slider-content-text__image img {
	  height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
  	z-index: -4;
}
.banner__title {
	font-size: 45px;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .banner-holder {
   height: 350px; 
  }
  .banner__title {
    font-size: 38px;
  	margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .banner-holder {
   height: 300px; 
  }
  .banner__title {
    font-size: 29px;
  	margin-bottom: 30px;
  }
}