

/* === ASSET CSS HASH: ff8a446e99c91294633882b75e6e53fa00c3e393 | SCOPE: section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] === */
/* Main Slider Two Widget Styles - Scoped under .slider-wrapper */
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper{
  font-family: var(--primary_font);
  overflow: hidden;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper a{
  text-decoration: none;
}

/* Keyframes */
@keyframes topBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(217, 2, 2, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(217, 2, 2, 0);
  }
}

/* Thm Btn Styles */
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--primary_color);
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding: 5px 30px 5px;
  padding-right: 8px;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn > span{
  position: relative;
  font-size: 18px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary_color_font);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s linear;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn:hover > span{
  background-color: #ffffff;
  color: var(--primary_color);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--primary_color_font);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn:hover:before{
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn::after{
  position: absolute;
  background-color: var(--primary_color_font);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn:hover::after{
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .thm-btn:hover{
  color: #ffffff;
}

/* Main Slider Two Base Styles */
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two{
  position: relative;
  display: block;
  background-color: var(--primary_color_font);
  z-index: 91;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide{
  position: relative;
  background-color: var(--primary_color_font);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__bg-box{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__bg-box:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.95);
  z-index: 1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1000ms ease-in;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__bg{
  transform: scale(1.1);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img-box{
  position: absolute;
  bottom: 0;
  right: 95px;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__man{
  position: absolute;
  bottom: 328px;
  right: 127px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(200px);
  transform-origin: top;
  visibility: hidden;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__man img{
  width: auto !important;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__man{
  visibility: visible;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 2800ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img{
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateX(400px) scale(0.9);
  transform-origin: center;
  visibility: hidden;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img img{
  width: auto !important;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__img{
  visibility: visible;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  transition-delay: 2400ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1{
  position: absolute;
  top: 0;
  right: 273px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-200px);
  transform-origin: top;
  visibility: hidden;
  transition: all 1000ms ease;
  z-index: -1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1 img{
  width: auto;
  animation: topBottom 3s ease-in-out infinite;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__shape-1{
  visibility: visible;
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 3200ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-2{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.60;
  z-index: -1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-2 img{
  width: auto;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .container{
  position: relative;
  z-index: 30;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content{
  position: relative;
  display: block;
  padding-top: 162px;
  padding-bottom: 161px;
  z-index: 15;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content-inner{
  position: relative;
  display: block;
  padding-left: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  z-index: 1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content-inner::before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 10px;
  background: var(--primary_color);
  border-bottom-left-radius: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  content: "";
  transform: skew(0deg, 0deg) translateX(-100%);
  opacity: 0;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__content-inner::before{
  opacity: 1;
  transform: skew(0deg, 0deg) translate(0);
  transition-delay: 2000ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content-inner::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 375px;
  height: 10px;
  background: var(--primary_color);
  border-bottom-left-radius: 15px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  content: "";
  transform: skew(0deg, 0deg) translateX(-100%);
  opacity: 0;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__content-inner::after{
  opacity: 1;
  transform: skew(0deg, 0deg) translate(0);
  transition-delay: 2000ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__sub-title{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__sub-title{
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1200ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__title{
  position: relative;
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 24px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__title span{
  color: var(--primary_color);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__title{
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 900ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__text{
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.70);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1000ms ease;
  z-index: 1;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__text{
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1400ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-and-video-box{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two .swiper-slide-active .main-slider-two__btn-and-video-box{
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-box{
  position: relative;
  display: block;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-box .thm-btn::before,
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-box .thm-btn::after{
  background-color: #ffffff;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-box .thm-btn:hover{
  color: var(--primary_color);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-box .thm-btn:hover > span{
  background-color: var(--primary_color);
  color: #ffffff;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-link{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 3;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(217, 2, 2, 1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  transition: all 0.5s ease;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon:hover{
  background-color: #ffffff;
  color: var(--primary_color);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon .ripple,
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon .ripple:before,
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon .ripple:after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(217, 2, 2, 0.6);
  animation: ripple 3s infinite;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon .ripple:before{
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-icon .ripple:after{
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__video-title{
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

/* Swiper Pagination Styles */
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination{
  position: absolute;
  left: 60px;
  right: auto;
  top: 55%;
  bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  height: 80px;
  width: auto;
  z-index: 100;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination::before{
  position: absolute;
  top: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.76) 35%, rgba(255, 255, 255, 0.57) 57%, rgba(255, 255, 255, 0.19) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination::after{
  position: absolute;
  bottom: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.76) 35%, rgba(255, 255, 255, 0.57) 57%, rgba(255, 255, 255, 0.19) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination .swiper-pagination-bullet{
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: rgba(255, 255, 255, 1);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination .swiper-pagination-bullet::before{
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination .swiper-pagination-bullet:hover{
  transform: scaleX(1.0);
  border: 1px solid rgba(255, 255, 255, 1.0);
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-top: 25px;
}

section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two #main-slider-pagination{
  top: 50%;
}

/* Responsive Styles */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img-box{
    right: -100px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1{
    right: 65px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination{
    left: auto;
    right: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img-box{
    bottom: -335px;
    right: -100px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img,
section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-2{
    left: -175px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination{
    left: auto;
    right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img-box{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-2{
    left: -175px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination{
    left: auto;
    right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img-box{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-2{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content-inner::before{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content-inner::after{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content-inner{
    padding-left: 0px;
    padding-bottom: 0px;
    overflow: visible;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__sub-title{
    font-size: 13px;
    line-height: 1.2em;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__title{
    font-size: 25px;
    line-height: 1.3em;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__text br{
    display: none;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__btn-and-video-box{
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__content{
    padding-top: 98px;
    padding-bottom: 100px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination{
    display: none;
  }
}

@media only screen and (min-width: 1320px) and (max-width: 1400px) {
  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__img-box{
    right: 0px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper .main-slider-two__shape-1{
    right: 160px;
  }

  section[data-guid="4D0FD9EF-ED40-27D0-AD2B-3E2E5A984A70"] .slider-wrapper #main-slider-pagination{
    left: auto;
    right: 60px;
  }
}



/* === ASSET CSS HASH: f8ae16bc997f2bcbfdd6678752a41fb8621983e6 | SCOPE: section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] === */
/* Hero Widget Styles - Scoped under .hero-wrapper */

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper{
  position: relative;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two{
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel{
  position: relative;
  width: 100%;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter{
  position: absolute;
  top: 50%;
  left: 53px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 17px;
  z-index: 3;
}

@media (max-width: 1399px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter{
    left: 15px;
  }
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter{
    display: none;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current{
  position: relative;
  font-size: 26px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1399px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current{
    font-size: 23px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current::before{
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -53px;
  transform: translateY(-50%);
  background-color: var(--secondary_color);
}

@media (max-width: 1399px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__current::before{
    display: none;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__total{
  position: relative;
  font-size: 16px;
  color: #707882;
  font-weight: 600;
  line-height: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel .mediox-owl__carousel__counter__total::before{
  content: "";
  width: 2px;
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(20deg);
  background-color: #707882;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav{
  margin: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 14px;
}

@media (min-width: 1200px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav{
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav{
    right: 40px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav button{
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav button:hover{
  background-color: var(--secondary_color);
  color: #FFFFFF;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav button{
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__carousel.owl-carousel .owl-nav{
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__item{
  position: relative;
  padding: 30px 141px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}

@media (max-width: 1399px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__item{
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__item{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__item{
    padding: 15px 15px 0;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__item__shape{
  width: 100%;
  height: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ECF0F5;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__item__shape__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__wrapper{
  position: relative;
  padding-top: 191px;
  padding-bottom: 134px;
  overflow: hidden;
  border-radius: var(--general_border_radius);
  z-index: 2;
}

@media (max-width: 1599px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__wrapper{
    padding-bottom: 198px;
    padding-top: 153px;
  }
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__wrapper{
    padding-bottom: 230px;
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__wrapper{
    padding-top: 133px;
    padding-bottom: 220px;
  }
}

@media (max-width: 390px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__wrapper{
    padding-top: 123px;
    padding-bottom: 210px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: var(--general_border_radius);
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__bg::after{
  content: "";
  width: 100%;
  max-width: 1090px;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary_color) 6.58%, rgba(0, 165, 241, 0.8) 43.94%, rgba(0, 165, 241, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .container{
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .container{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .container{
    padding-left: 60px;
    padding-right: 60px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__content{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__sub-title{
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary_color);
  letter-spacing: 0.2em;
  line-height: 1.457;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-120px);
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__sub-title{
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__sub-title{
    letter-spacing: 0.05em;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title{
  margin-bottom: 9px;
  display: inline-block;
  overflow: hidden;
  font-size: 80px;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1.125;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  opacity: 0;
  transform: translateX(300px);
  position: relative;
}

@media (max-width: 1399px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title{
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title{
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title{
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title{
    font-size: 50px;
  }
}

@media (max-width: 430px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title{
    font-size: 45px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay-group{
  display: block;
  position: relative;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay{
  background-color: var(--secondary_color);
  width: 16.66%;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  transition: top 1000ms cubic-bezier(0.65, 0, 0.076, 1), bottom 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(2),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(4),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(6){
  top: 5px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(2){
  left: 16.66%;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(4){
  left: 49.98%;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(6){
  left: 83.3%;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(1),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(3),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(5){
  bottom: 5px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(1){
  left: 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(3){
  left: 33.32%;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__title__overlay:nth-child(5){
  left: 66.64%;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__text{
  margin-bottom: 51px;
  max-width: 551px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.666;
  opacity: 0;
  transform: translateX(-300px);
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__text{
    font-size: 16px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-group{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-1,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2{
  opacity: 0;
  transform: translateY(120px);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-1 .mediox-btn::before,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-1 .mediox-btn::after{
  background-color: #FFFFFF;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-1 .mediox-btn:hover,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-1 .mediox-btn:hover .mediox-btn__icon{
  color: var(--secondary_color);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn{
  padding: 11px 20.5px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn::before,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn::after{
  content: "";
  background-color: var(--secondary_color);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn::before{
  left: -5px;
  border-radius: 100px 0 0 100px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn::after{
  right: -5px;
  border-radius: 0 100px 100px 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn:hover{
  border-color: var(--secondary_color);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn:hover::before,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__button-2 .mediox-btn:hover::after{
  width: calc(50% + 6px);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__info{
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--primary_color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__info{
    display: none;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__info__inner{
  padding: 70px 65.5px 29px 50.5px;
  display: flex;
  align-items: flex-start;
  gap: 110px;
  border-radius: 30px 0 30px 0;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call::after{
  content: "";
  width: 1px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call__icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--secondary_color);
  background-color: #ECF0F5;
  transition: all 500ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call:hover .main-slider-two__call__icon{
  color: #FFFFFF;
  background-color: var(--secondary_color);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call__title{
  margin-bottom: 4px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call__number{
  margin: 0;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.35;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call__number:hover{
  color: var(--secondary_color);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call__number a{
  color: inherit;
  text-decoration: none;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__call__number a:hover{
  background-size: 100% 1px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__social{
  margin-top: -6px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__social__title{
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__social__title::after{
  content: "";
  width: 37px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__social__links{
  display: flex;
  align-items: center;
  gap: 19px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__social__links a{
  display: inline-flex;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 500ms ease;
  text-decoration: none;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two__social__links a:hover{
  color: var(--secondary_color);
}

/* Active slide animations */
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__bg{
  transform: scale(1.2);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__sub-title{
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 900ms;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 500ms;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(2),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(4),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(6){
  top: 105%;
  transition: top 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(1),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(3),
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__title__overlay:nth-child(5){
  bottom: 105%;
  transition: bottom 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__text{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 900ms;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__button-1,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__button-2{
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 1000ms;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .main-slider-two .item.active .main-slider-two__button-2{
  transition-delay: 1100ms;
}

/* Mediox Button Styles */
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--secondary_color);
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  padding: 12px 20.5px;
  cursor: pointer;
  transition: 500ms;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn::before,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn::after{
  content: "";
  background-color: var(--secondary_color_font);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn::before{
  left: -5px;
  border-radius: 100px 0 0 100px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn::after{
  right: -5px;
  border-radius: 0 100px 100px 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn:hover::before,
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn:hover::after{
  width: calc(50% + 6px);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn__icon{
  display: inline-flex;
  font-size: 11px;
  color: #FFFFFF;
  transition: all 500ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .mediox-btn:hover .mediox-btn__icon{
  transform: rotate(45deg);
}

/* Utility Classes */
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .section-space-bottom{
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .section-space-bottom{
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .section-space-bottom{
    padding-bottom: 80px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .section-space-two{
  padding-top: 118px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .section-space-two{
    padding-top: 96px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .section-space-two{
    padding-top: 76px;
    padding-bottom: 80px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .gutter-y-30 > *{
  margin-bottom: 30px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .gutter-y-50 > *{
  margin-bottom: 50px;
}

/* Features One Section */
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one{
  padding-top: 60px;
  position: relative;
  background-color: #ECF0F5;
  margin-top: 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one .container{
  position: relative;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card{
  position: relative;
  border-radius: var(--general_border_radius);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card::after{
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0px 4px 50px rgba(0, 165, 241, 0.1);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card__content{
  position: relative;
  padding: 0 30px 23px;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card__icon{
  margin-bottom: 19px;
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: var(--secondary_color);
  font-size: 40px;
  color: #FFFFFF;
  z-index: 1;
  transition: all 500ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card__icon::after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  background-color: var(--primary_color);
  transition: transform 400ms ease, opacity 400ms ease;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card:hover .features-one__card__icon::after{
  opacity: 1;
  transform: scale(1);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card__title{
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.388;
  text-transform: capitalize;
  color: var(--primary_color_font);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .features-one__card__text{
  margin: 0;
  line-height: 1.625;
  color: var(--primary_color_font);
}

/* About Two Section */
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two{
  position: relative;
  background-color: #FFFFFF;
  padding-top: 0;
  margin-top: 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two .container{
  position: relative;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image{
  position: relative;
}

@media (max-width: 991px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image{
    max-width: 550px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__one{
  position: relative;
  display: table;
  z-index: 1;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__one img{
  max-width: 100%;
  height: auto;
  border-radius: var(--general_border_radius);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two{
  padding: 10px;
  display: table;
  position: absolute;
  top: 122px;
  right: -19px;
  background-color: #FFFFFF;
  border-radius: var(--general_border_radius);
  z-index: 1;
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two{
    top: 180px;
    right: 0;
  }
}

@media (max-width: 480px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two{
    margin-top: 30px;
    position: static;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__inner{
  position: relative;
  padding: 60px 0 0 0;
  background-color: var(--secondary_color);
  border-radius: inherit;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__inner > img{
  position: relative;
  left: -37px;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

@media (max-width: 480px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__inner > img{
    left: -15px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__shape-box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  overflow: hidden;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__shape{
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 31px;
  right: 29px;
  animation: rotate 4s linear infinite;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__bg-top{
  width: 223px;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -66px;
  left: -71px;
  transform: rotate(-135deg);
  border-radius: 260px 260px 10px 260px;
  background-color: rgba(0, 165, 241, 0.1);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__bg-top__1{
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 165, 241, 0.15);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__bg-top__2{
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-color: rgba(0, 165, 241, 0.2);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__bg-bottom{
  width: 223px;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -71px;
  bottom: -64px;
  transform: rotate(45deg);
  border-radius: 260px 260px 10px 260px;
  background-color: rgba(0, 165, 241, 0.1);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__bg-bottom__1{
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 165, 241, 0.15);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__two__bg-bottom__2{
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-color: rgba(0, 165, 241, 0.2);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__three{
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__three{
    display: none;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__shape{
  width: 482px;
  height: 370px;
  position: absolute;
  left: -38px;
  bottom: -154px;
  background-color: #ECF0F5;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M6610 6886 c0 -10 -19 -16 -67 -20 -134 -12 -425 -82 -583 -141 -161 -60 -422 -182 -527 -246 -35 -22 -65 -39 -68 -39 -12 0 -245 -165 -424 -299 -176 -132 -280 -207 -329 -236 -9 -6 -45 -29 -80 -53 -35 -23 -65 -42 -68 -42 -2 0 -23 -12 -47 -27 -55 -36 -72 -45 -197 -109 -305 -154 -642 -258 -1070 -328 -222 -36 -508 -76 -545 -76 -16 0 -77 -7 -135 -15 -58 -9 -154 -22 -215 -31 -285 -39 -364 -52 -525 -85 -30 -6 -75 -15 -100 -20 -58 -10 -157 -34 -201 -47 -19 -5 -61 -18 -94 -27 -33 -9 -71 -22 -85 -27 -14 -5 -57 -20 -96 -33 -40 -13 -80 -28 -90 -33 -11 -5 -55 -27 -99 -48 -259 -123 -444 -288 -620 -554 -78 -117 -174 -300 -210 -400 -41 -114 -77 -229 -84 -270 -5 -25 -13 -65 -19 -90 -25 -102 -32 -203 -32 -426 0 -129 5 -268 10 -307 19 -134 66 -338 100 -432 12 -33 25 -73 29 -90 26 -94 178 -338 100 -432z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M6610 6886 c0 -10 -19 -16 -67 -20 -134 -12 -425 -82 -583 -141 -161 -60 -422 -182 -527 -246 -35 -22 -65 -39 -68 -39 -12 0 -245 -165 -424 -299 -176 -132 -280 -207 -329 -236 -9 -6 -45 -29 -80 -53 -35 -23 -65 -42 -68 -42 -2 0 -23 -12 -47 -27 -55 -36 -72 -45 -197 -109 -305 -154 -642 -258 -1070 -328 -222 -36 -508 -76 -545 -76 -16 0 -77 -7 -135 -15 -58 -9 -154 -22 -215 -31 -285 -39 -364 -52 -525 -85 -30 -6 -75 -15 -100 -20 -58 -10 -157 -34 -201 -47 -19 -5 -61 -18 -94 -27 -33 -9 -71 -22 -85 -27 -14 -5 -57 -20 -96 -33 -40 -13 -80 -28 -90 -33 -11 -5 -55 -27 -99 -48 -259 -123 -444 -288 -620 -554 -78 -117 -174 -300 -210 -400 -41 -114 -77 -229 -84 -270 -5 -25 -13 -65 -19 -90 -25 -102 -32 -203 -32 -426 0 -129 5 -268 10 -307 19 -134 66 -338 100 -432 12 -33 25 -73 29 -90 26 -94 178 -338 100 -432z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

@media (max-width: 480px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__image__shape{
    display: none;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__shape{
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 293px;
  left: 139px;
  opacity: 0.25;
  animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__shape{
    left: 80px;
  }
}

@media (max-width: 1599px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__shape{
    left: 10px;
  }
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__shape{
    display: none;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__content{
  padding-left: 51px;
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__content{
    padding-left: 0;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__content{
    margin-top: 180px;
  }
}

@media (max-width: 480px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__content{
    margin-top: 0;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two .sec-title{
  margin-bottom: 21px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__text{
  margin-bottom: 24px;
  font-weight: 400;
  color: var(--primary_color_font);
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__list{
  margin-bottom: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  list-style: none;
  padding: 0;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__list li{
  width: calc(50% - 60px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary_color_font);
  text-transform: capitalize;
  line-height: 1.875;
}

@media (max-width: 1199px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__list li{
    width: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__list li{
    width: 100%;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .about-two__list__icon{
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--secondary_color);
}

/* Section Title Styles */
section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title{
  margin-bottom: 21px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__top{
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__top img{
  max-width: 100%;
  height: auto;
  animation: rotate 3s linear infinite;
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__tagline{
  margin: 0;
  font-size: 16px;
  color: var(--secondary_color);
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__tagline{
    font-size: 14px;
  }
}

section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__title{
  margin: 0;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
  color: var(--primary_color_font);
}

@media (max-width: 767px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__title{
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  section[data-guid="F9888A64-B2FA-F683-7D51-492165D3C71F"] .hero-wrapper .sec-title__title{
    font-size: 35px;
  }
}

/* Animations */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}




/* === ASSET CSS HASH: 4128ca2330d52390eb6ee29a9110f0808d79cc45 | SCOPE: section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] === */
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features{
  --ew-pizza-ink: #202020;
  --ew-pizza-muted: #686868;
  --ew-pizza-surface: #ffffff;
  --ew-pizza-soft: #f7f4ef;
  --ew-pizza-border: #e8e3db;
  background: var(--ew-pizza-soft);
  color: var(--ew-pizza-ink);
  font-family: Comfortaa, Arial, sans-serif;
  padding: 64px 20px;
}
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__inner{ width: min(1180px, 100%); margin: 0 auto; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__header{ max-width: 680px; margin: 0 auto 40px; text-align: center; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__eyebrow{ display: inline-block; margin-bottom: 12px; color: #f25568; font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__title{ min-height: 48px; margin: 0; font-family: Nunito Sans, Georgia, serif; font-size: clamp(32px, 5vw, 52px); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__intro{ min-height: 48px; margin: 16px auto 0; color: var(--ew-pizza-muted); font-size: 16px; line-height: 1.65; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__grid{ display: grid; grid-template-columns: 1fr; gap: 24px; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card{ min-width: 0; background: var(--ew-pizza-surface); border: 1px solid var(--ew-pizza-border); border-radius: 20px; box-shadow: 0 16px 34px rgba(32,32,32,.08); animation: ew-pizza-card-enter 700ms cubic-bezier(.22,1,.36,1) both; transition: transform 220ms ease, box-shadow 220ms ease; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:nth-child(2){ animation-delay: 100ms; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:nth-child(3){ animation-delay: 200ms; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:nth-child(4){ animation-delay: 300ms; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:hover{ transform: translateY(-8px) scale(1.015); box-shadow: 0 22px 42px rgba(32,32,32,.14); }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__media{ min-height: 176px; padding: 16px; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__image{ display: block; width: 100%; min-height: 144px; border-radius: 14px; object-fit: cover; transition: transform 300ms ease; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:hover .ew-pizza-card__image{ transform: scale(1.04) rotate(1deg); }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__content{ position: relative; min-height: 220px; padding: 4px 24px 28px; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__number{ display: block; margin-bottom: 12px; color: #12afa3; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__title{ min-height: 29px; margin: 0 52px 10px 0; font-family: Nunito Sans, Georgia, serif; font-size: 24px; line-height: 1.2; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__text{ min-height: 78px; margin: 0 0 20px; color: var(--ew-pizza-muted); font-size: 14px; line-height: 1.65; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link{ position: absolute; right: 24px; bottom: 28px; display: grid; width: 44px; min-height: 44px; place-items: center; border: 1px solid #f25568; border-radius: 50%; background: transparent; transition: background 180ms ease, transform 180ms ease; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link:hover,
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link:focus-visible{ background: #f25568; transform: translateX(3px); }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link:hover .ew-pizza-card__arrow,
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link:focus-visible .ew-pizza-card__arrow{ filter: brightness(0) invert(1); }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__arrow{ width: 22px; height: 22px; transition: filter 180ms ease; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link:focus-visible{ outline: 3px solid #f4c84a; outline-offset: 4px; }
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-sr-only{ position: absolute; width: 1px; min-height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes ew-pizza-card-enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 640px) { section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features{ padding: 80px 32px; } section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__grid{ grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 1024px) { section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features{ padding: 104px 40px; } section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__header{ margin-bottom: 52px; } section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-features__grid{ grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; } section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:nth-child(even){ transform: translateY(20px); } section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:nth-child(even):hover{ transform: translateY(12px) scale(1.015); } }
@media (prefers-reduced-motion: reduce) { section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card,
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__image,
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card__link{ animation: none; transition: none; } section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:hover,
section[data-guid="A3763238-3269-A1E4-C74F-107AEFA3829F"] .ew-pizza-card:hover .ew-pizza-card__image{ transform: none; } }
