:root {
  --etafePrimaryColor: var(--primaryColor, #0073FF);
  --etafePrimaryFgColor: var(--primaryFgColor, #FFFFFF);
  --etafeSecondaryColor: var(--secondaryColor, #171A1E);
  --etafeSecondaryFgColor: var(--secondaryFgColor, #FFFFFF);
  --etafeTransition: var(--transition, all 0.3s ease-in-out);
  --etafeBodyColor: var(--bodyColor, #616C74);
  --etafeTitleColor: var(--titleColor, #121213);
  --etafeBorderColor: var(--borderColor, #E5E5E5);
  --etafeWhiteColor: var(--whiteColor, #FFFFFF);
  --etafeDarkColor: var(--whiteColor, #000000);
  --etafeShadeColor: var(--shadeColor, #F8F8F9);
}

[class^=etafe-] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.etafe-highlight {
  color: var(--etafePrimaryColor);
  text-align: center;
}

.etafe-unique-slider {
  position: relative;
}
.etafe-unique-slider .swiper-pagination {
  text-align: center;
  bottom: 0 !important;
  line-height: 1;
}
.etafe-unique-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  padding: unset;
  outline: none;
  background: transparent;
  border: 1px solid #C6C1C2;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-radius: 15px;
  opacity: 1;
}
.etafe-unique-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--etafePrimaryColor);
  border-color: var(--etafePrimaryColor);
}
.etafe-unique-slider .swiper-pagination.swiper-pagination-progressbar {
  overflow: hidden;
}
.etafe-unique-slider .swiper-pagination.swiper-pagination-custom, .etafe-unique-slider .swiper-pagination.swiper-pagination-fraction {
  pointer-events: none;
}
.etafe-unique-slider.swiper-dots-2 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.etafe-unique-slider.swiper-dots-2 .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--etafeTitleColor);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.etafe-unique-slider.swiper-dots-2 .swiper-pagination .swiper-pagination-bullet:hover, .etafe-unique-slider.swiper-dots-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--etafePrimaryColor);
}
.etafe-unique-slider.swiper-dots-2 .swiper-pagination .swiper-pagination-bullet:hover:after, .etafe-unique-slider.swiper-dots-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: var(--etafePrimaryColor);
}
.etafe-unique-slider .etafe-swiper-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: var(--etafeTransition);
  border: 1px solid var(--etafePrimaryColor);
  color: var(--etafePrimaryColor);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none !important;
}
.etafe-unique-slider .etafe-swiper-btn.etafe-prev {
  left: 10px;
}
.etafe-unique-slider .etafe-swiper-btn.etafe-next {
  right: 10px;
}
.etafe-unique-slider.nav-style-2 .swiper-btn-wrapper {
  position: relative;
  display: inline-flex;
  border: 1px solid var(--etafeBorderColor);
  border-radius: 100px;
  padding: 6px;
  gap: 10px;
  align-items: center;
  background: var(--etafeShadeColor);
  z-index: 2;
}
.etafe-unique-slider.nav-style-2 .swiper-btn-wrapper .etafe-swiper-btn {
  position: unset;
  transform: unset;
}
.etafe-unique-slider .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--etafePrimaryColor);
}
.etafe-unique-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: var(--etafePrimaryColor);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.etafe-unique-slider .autoplay-progress svg circle.normal {
  stroke: #fff;
  stroke-dashoffset: 0 !important;
}
.etafe-unique-slider .autoplay-progress span {
  position: relative;
  z-index: 2;
}
.etafe-unique-slider .swiper-pagination-progressbar {
  background: #e7e5e5;
}
.etafe-unique-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--etafePrimaryColor);
}
.etafe-unique-slider .swiper-pagination-progressbar.swiper-pagination-vertical {
  transform: scaleY(-1);
}
.etafe-unique-slider .swiper-scrollbar {
  background: #e7e5e5;
  cursor: pointer;
}
.etafe-unique-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--etafePrimaryColor);
  cursor: grab;
}
.etafe-unique-slider .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.etafe-unique-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
  bottom: 0;
}
.etafe-unique-slider.effect-curve {
  overflow-x: clip;
}
.etafe-unique-slider.effect-curve .swiper {
  overflow: visible;
}
.etafe-unique-slider.effect-curve .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.etafe-unique-slider:hover .etafe-swiper-btn.etafe-prev {
  left: 0;
}
.etafe-unique-slider:hover .etafe-swiper-btn.etafe-next {
  right: 0;
}
.etafe-unique-slider .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.etafe-unique-slider .swiper.swiper-vertical .swiper-wrapper {
  height: 100% !important;
}

body .etafe-el-rsap-wrapper {
  z-index: 99999999;
}
body .etafe-el-rsap-wrapper button.rsap-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--etafePrimaryColor);
  color: var(--etafePrimaryFgColor);
  display: flex !important;
  position: fixed;
  top: 30px;
  right: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 1;
  font-size: 20px;
  transition: var(--etafeTransition);
}
body .etafe-el-rsap-wrapper button.rsap-close:hover {
  opacity: 0.8;
}
body .etafe-el-rsap-wrapper.rsap-bg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.etafe-pagination {
  padding-top: 20px;
}
.etafe-pagination .nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.etafe-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  color: var(--etafeTitleColor);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid var(--etafeBorderColor);
  background-color: var(--etafeWhiteColor);
  border-radius: 6px;
  transition: var(--etafeTransition);
}
.etafe-pagination .page-numbers.current, .etafe-pagination .page-numbers:not(.dots):hover {
  color: var(--etafePrimaryFgColor);
  background-color: var(--etafePrimaryColor);
  border-color: var(--etafePrimaryColor);
}