.premium-progressbar-container {
  position: relative;
}
.premium-progressbar-bar-wrap {
  position: relative;
  text-align: start;
  overflow: hidden;
  height: 25px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.premium-progressbar-bar-wrap.premium-progressbar-dots {
  background-color: transparent;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  box-shadow: none;
}
.premium-progressbar-bar-wrap .progress-segment {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.premium-progressbar-bar-wrap .progress-segment.filled {
  background: #6ec1e4;
}
.premium-progressbar-bar-wrap
  .progress-segment:not(:first-child):not(:last-child) {
  margin: 0 4px;
}
.premium-progressbar-bar-wrap .progress-segment:first-child {
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
}
.premium-progressbar-bar-wrap .progress-segment:last-child {
  -webkit-margin-start: 4px;
  margin-inline-start: 4px;
}
.premium-progressbar-bar-wrap .progress-segment .segment-inner {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  background-color: #6ec1e4;
}
.premium-progressbar-bar {
  float: inline-start;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  background: #6ec1e4;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.premium-progressbar-striped .premium-progressbar-bar {
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.premium-progressbar-active .premium-progressbar-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.premium-progressbar-gradient .premium-progressbar-bar {
  background-size: 400% 400% !important;
  -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
  animation: progress-bar-gradient 10s ease-in-out infinite;
}
.premium-progressbar-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}
.premium-progressbar-container .clearfix {
  clear: both;
}
.premium-progressbar-bar {
  -webkit-transition: width 0s ease-in-out !important;
  transition: width 0s ease-in-out !important;
}
.premium-progressbar-container p:first-of-type {
  margin: 0;
  float: left;
}
.premium-progressbar-container p:nth-of-type(2) {
  margin: 0;
  float: right;
}
.premium-progressbar-name {
  inset-inline-start: 50%;
  top: 0;
  inset-inline-end: 0;
  -webkit-transform: translateX(-12.5px);
  -ms-transform: translateX(-12.5px);
  transform: translateX(-12.5px);
  z-index: 1;
}
.premium-progressbar-multiple-label {
  position: relative;
  float: inline-start;
  width: 0;
  inset-inline-start: 50%;
}
.premium-progressbar-center-label {
  position: relative;
  white-space: nowrap;
}
.premium-progressbar-arrow {
  height: 15px;
  inset-inline-start: 50%;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.premium-progressbar-pin {
  -webkit-border-start: 1px solid;
  border-inline-start: 1px solid;
  height: 12px;
  inset-inline-start: 50%;
  display: inline-block;
}
.premium-progressbar-circle-wrap,
.premium-progressbar-hf-circle-wrap {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.premium-progressbar-circle-wrap .premium-progressbar-circle-content,
.premium-progressbar-hf-circle-wrap .premium-progressbar-circle-content {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.premium-progressbar-circle-wrap .premium-lottie-animation,
.premium-progressbar-hf-circle-wrap .premium-lottie-animation {
  line-height: 1;
}
.premium-progressbar-circle-wrap .premium-progressbar-circle {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}
.premium-progressbar-circle-wrap .premium-progressbar-circle div {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: #54595f;
  border-radius: 50%;
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
}
.premium-progressbar-circle-wrap
  .premium-progressbar-circle
  .premium-progressbar-circle-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.premium-progressbar-circle-wrap
  .premium-progressbar-circle
  .premium-progressbar-circle-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  visibility: hidden;
}
.premium-progressbar-circle-wrap .premium-progressbar-circle-base {
  width: 100%;
  height: 100%;
  border: 6px solid #eee;
  border-radius: 50%;
}
.premium-progressbar-hf-container {
  position: relative;
  width: 200px;
  height: 200px;
}
.premium-progressbar-hf-circle-wrap {
  overflow: hidden;
}
.premium-progressbar-hf-circle-wrap .premium-progressbar-left-label {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.premium-progressbar-hf-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 50% 0);
  clip-path: inset(0 0 50% 0);
}
.premium-progressbar-hf-circle-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 12px solid #000;
  border-radius: 50%;
  -webkit-clip-path: inset(50% 0 0 0);
  clip-path: inset(50% 0 0 0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 1.5s linear;
  transition: -webkit-transform 1.5s linear;
  transition: transform 1.5s linear;
  transition: transform 1.5s linear, -webkit-transform 1.5s linear;
}
.premium-progressbar-circle-inner {
  height: 100%;
  width: 100%;
  border: 12px solid #eee;
  border-radius: 50%;
}
.premium-progressbar-hf-labels {
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@media (max-width: 768px) {
  .premium-progressbar-center-label {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    float: none !important;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
}
.rtl .premium-progressbar-striped .premium-progressbar-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.rtl .premium-progressbar-arrow {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.rtl
  .premium-progressbar-circle-wrap
  .premium-progressbar-circle
  .premium-progressbar-circle-right {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-webkit-keyframes progress-bar-gradient {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes progress-bar-gradient {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.premium-adv-carousel__item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
.premium-adv-carousel__media-info-wrap {
  padding: 5px;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc,
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
  display: block;
}
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
  font-size: 19px;
  font-weight: 700;
}
.premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-desc {
  font-size: 14px;
  white-space: normal;
}
.premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__media-wrap {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.premium-adv-carousel__media-wrap {
  height: 300px;
}
.premium-adv-carousel__item {
  width: 300px;
}
.premium-adv-carousel__media-wrap {
  overflow: hidden;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.premium-adv-carousel__media-wrap .premium-adv-carousel__item-img img,
.premium-adv-carousel__media-wrap img.premium-adv-carousel__item-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.2s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.2s;
  transition: transform 0.5s, filter 0.2s;
  transition: transform 0.5s, filter 0.2s, -webkit-transform 0.5s,
    -webkit-filter 0.2s;
}
.premium-adv-carousel__template-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  white-space: normal;
}
.premium-adv-carousel__template-wrapper section {
  padding: 0 !important;
  overflow: hidden;
}
.premium-adv-carousel__iframe-wrap,
.premium-adv-carousel__iframe-wrap iframe,
.premium-adv-carousel__video-wrap {
  height: 100% !important;
  cursor: pointer;
}
.premium-adv-carousel__video-wrap {
  position: relative;
}
.premium-adv-carousel__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premium-adv-carousel__video-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 10px;
}
.premium-adv-carousel__video-icon i {
  font-size: 25px;
}
.premium-adv-carousel__video-icon svg {
  width: 50px;
  height: 50px;
}
.premium-adv-carousel__vid-overlay {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.premium-adv-carousel__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.premium-adv-carousel__item:hover .premium-adv-carousel__media-info-wrap {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.premium-adv-carousel__item-outer-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.premium-adv-carousel__icons-holder {
  display: none;
}
.premium-adv-carousel__infinite .premium-adv-carousel__container {
  position: relative;
  pointer-events: none;
  overflow: hidden !important;
}
.premium-adv-carousel__infinite .premium-adv-carousel__container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: 0 0 !important;
}
.premium-adv-carousel__infinite .premium-adv-carousel__inner-container {
  width: 100%;
  overflow: scroll;
  pointer-events: all;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.premium-adv-carousel__infinite
  .premium-adv-carousel__inner-container::-webkit-scrollbar {
  display: none;
}
.premium-adv-carousel__infinite .premium-adv-carousel__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-adv-carousel__infinite .premium-adv-carousel__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.premium-adv-carousel__infinite
  .premium-adv-carousel__item:hover
  .premium-adv-carousel__media-info-wrap {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.premium-adv-carousel__infinite.premium-adv-carousel__horizontal {
  white-space: nowrap;
}
.premium-adv-carousel__infinite.premium-adv-carousel__vertical
  .premium-adv-carousel__inner-container {
  height: 500px;
}
.premium-adv-carousel__infinite.premium-adv-carousel__vertical
  .premium-adv-carousel__items {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.premium-adv-carousel__infinite.premium-adv-carousel__vertical
  .premium-adv-carousel__item,
.premium-adv-carousel__infinite.premium-adv-carousel__vertical
  .premium-adv-carousel__item-outer-wrapper {
  width: 100%;
}
.premium-adv-carousel__carousel .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__coverflow .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat .premium-adv-carousel__media-info-wrap {
  visibility: hidden;
  opacity: 0;
}
.premium-adv-carousel__carousel
  .flipster__item--current
  .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__coverflow
  .flipster__item--current
  .premium-adv-carousel__media-info-wrap,
.premium-adv-carousel__flat
  .flipster__item--current
  .premium-adv-carousel__media-info-wrap {
  visibility: visible;
  opacity: 1;
}
.premium-adv-carousel__carousel .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__coverflow .premium-adv-carousel__item-outer-wrapper,
.premium-adv-carousel__flat .premium-adv-carousel__item-outer-wrapper {
  cursor: pointer;
}
.premium-adv-carousel__item .pa-media-icons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.premium-adv-carousel__item
  .pa-media-icons-wrapper
  .pa-media-icons-inner-container {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.premium-adv-carousel__item
  .pa-media-icons-wrapper
  .pa-media-icons-inner-container
  .pa-media-magnific-image
  i,
.premium-adv-carousel__item
  .pa-media-icons-wrapper
  .pa-media-icons-inner-container
  .pa-media-magnific-image
  svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.premium-adv-carousel__item
  .pa-media-icons-wrapper
  .pa-media-icons-inner-container
  .pa-media-magnific-image
  span {
  line-height: 1;
  display: inline-block;
  opacity: 0;
  margin: 0 5px;
  padding: 15px;
  border-radius: 50%;
}
.premium-adv-carousel__item
  .pa-media-icons-wrapper
  .pa-media-icons-inner-container
  .pa-media-magnific-image
  span {
  margin: 0 5px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.premium-adv-carousel__item:hover .pa-media-magnific-image span {
  opacity: 1 !important;
}
.flipster__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  line-height: 0;
  text-align: center;
  border: none;
  box-shadow: none;
  color: transparent;
}
.flipster__button svg {
  width: 15px;
  height: 15px;
  stroke: none;
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-1
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-1
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 1 / 10));
  -ms-transform: scale(calc(0.95 - 1 / 10));
  transform: scale(calc(0.95 - 1 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-2
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-2
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 2 / 10));
  -ms-transform: scale(calc(0.95 - 2 / 10));
  transform: scale(calc(0.95 - 2 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-3
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-3
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 3 / 10));
  -ms-transform: scale(calc(0.95 - 3 / 10));
  transform: scale(calc(0.95 - 3 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-4
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-4
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 4 / 10));
  -ms-transform: scale(calc(0.95 - 4 / 10));
  transform: scale(calc(0.95 - 4 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-5
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-5
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 5 / 10));
  -ms-transform: scale(calc(0.95 - 5 / 10));
  transform: scale(calc(0.95 - 5 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-6
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-6
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 6 / 10));
  -ms-transform: scale(calc(0.95 - 6 / 10));
  transform: scale(calc(0.95 - 6 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-7
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-7
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 7 / 10));
  -ms-transform: scale(calc(0.95 - 7 / 10));
  transform: scale(calc(0.95 - 7 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-8
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-8
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 8 / 10));
  -ms-transform: scale(calc(0.95 - 8 / 10));
  transform: scale(calc(0.95 - 8 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-9
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-9
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 9 / 10));
  -ms-transform: scale(calc(0.95 - 9 / 10));
  transform: scale(calc(0.95 - 9 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--future-10
  .flipster__item__content,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .premium-adv-carousel__items
  .flipster__item--past-10
  .flipster__item__content {
  -webkit-transform: scale(-webkit-calc(0.95 - 10 / 10));
  -ms-transform: scale(calc(0.95 - 10 / 10));
  transform: scale(calc(0.95 - 10 / 10));
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .flipster--flat
  .flipster__item--future,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .flipster--flat
  .flipster__item--past {
  opacity: 0.3;
}
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .flipster--flat
  .flipster__item--future-1,
.premium-adv-carousel__flat.premium-adv-carousel__gradual-yes
  .flipster--flat
  .flipster__item--past-1 {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .premium-adv-carousel__item
    .pa-media-icons-wrapper
    .pa-media-icons-inner-container
    .pa-media-magnific-image
    span {
    opacity: 1;
  }
}
.premium-title-bg-text:before {
  position: absolute;
  content: attr(data-background);
  top: 0;
  left: 0;
  text-align: left;
}
.premium-bg-text-yes .elementor-widget-container:before {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.premium-mask-yes .premium-mask-span {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.premium-mask-yes .premium-mask-span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.premium-button .premium-lottie-animation,
.premium-image-button .premium-lottie-animation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.premium-button svg:not(.premium-btn-svg),
.premium-image-button svg:not(.premium-btn-svg) {
  width: 30px;
  height: 30px;
}
.premium-btn-block,
.premium-btn-lg,
.premium-btn-md,
.premium-btn-sm {
  background-color: #eee;
  color: #042551;
  margin: 0;
  text-decoration: none;
}
.premium-btn-block:hover,
.premium-btn-lg:hover,
.premium-btn-md:hover,
.premium-btn-sm:hover {
  background-color: #54595f;
  color: #eee;
}
div[class*="elementor-widget-premium"] .premium-btn-sm {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1;
}
div[class*="elementor-widget-premium"]
  .premium-btn-sm.premium-button-line6::after {
  padding: 12px 24px;
}
div[class*="elementor-widget-premium"] .premium-btn-md {
  padding: 14px 26px;
  font-size: 16px;
  line-height: 1.2;
}
div[class*="elementor-widget-premium"]
  .premium-btn-md.premium-button-line6::after {
  padding: 14px 26px;
}
div[class*="elementor-widget-premium"] .premium-btn-lg {
  padding: 16px 28px;
  font-size: 18px;
  line-height: 1.3333;
}
div[class*="elementor-widget-premium"]
  .premium-btn-lg.premium-button-line6::after {
  padding: 16px 28px;
}
div[class*="elementor-widget-premium"] .premium-btn-block {
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
div[class*="elementor-widget-premium"]
  .premium-btn-block.premium-button-line6::after {
  padding: 20px 0;
}
.premium-button-text {
  display: inline-block;
  width: 100%;
}
.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.premium-mouse-detect-yes
  .premium-button-style6:hover
  .premium-button-style6-bg {
  width: 225%;
  height: 560px;
}
.premium-mouse-detect-yes .premium-button-style6:before {
  width: 0;
  height: 0;
}
.premium-loader {
  border: 3px solid #f3f3f3;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid;
  border-top-color: #bbb;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.premium-svg-drawer *,
.premium-svg-nodraw * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: stroke, fill, background-color !important;
  transition-property: stroke, fill, background-color !important;
}
.premium-svg-drawer .no-transition,
.premium-svg-nodraw .no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.premium-svg-drawer * {
  stroke-width: 15px;
  stroke: #000;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.premium-error-notice {
  width: 100%;
  padding: 10px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  text-align: center;
}
.premium-error-notice a {
  color: #252c59;
}
.premium-addons__v-hidden {
  visibility: hidden;
  opacity: 0;
}
