/* =========================
   GLOBAL COMMON CSS
========================= */

.bg_ {
  background: #fafafa;
}

.pd .position-relative {
  z-index: 2;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.card {
  border-radius: 12px;
}

body .shadow-lg {
  box-shadow:
    0 57px 79px rgba(42, 42, 42, 0.08),
    0 23.8132px 33.0043px rgba(42, 42, 42, 0.0575083),
    0 12.7317px 17.6457px rgba(42, 42, 42, 0.0476886),
    0 7.13728px 9.89203px rgba(42, 42, 42, 0.04),
    0 3.79056px 5.25358px rgba(42, 42, 42, 0.0323114),
    0 1.57734px 2.18613px rgba(42, 42, 42, 0.0224916) !important;
}

.card.payo-card:not(.border-0) {
  border-color: #f0f0f0;
}

.has-payoneer-dark-black-background-color
  [class*="border"]:not(.has-border-color) {
  border-color: #333 !important;
}

/* =========================
   HALO / UNIVERSE
========================= */

.halo-ball {
  width: 123px;
  height: 123px;
  background: linear-gradient(135deg, #ff4800 0%, #da54d8 100%);
  filter: blur(17px);
  opacity: 0.78;
  will-change: filter;
}

.universe-position {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.universe-position .universe-holder {
  width: 100%;
  height: 100%;
}

.universe-position.is-style-reverse .universe-holder {
  transform: scaleY(-1);
}

.universe-position .universe-holder .ring.halo {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-72%) rotate(-65.37deg);
  background: conic-gradient(
    from 180deg at 50% 50%,
    #0092f4 0deg,
    #d054ce 78.75deg,
    #ff4800 166.87deg,
    #dfd902 243.75deg,
    #15c474 322.5deg,
    #0092f4 360deg
  );
  margin: 0 auto;
  cursor: pointer;
}

.universe-position .universe-holder .ring.halo.animated-halo {
  animation: animatedHalo 10s linear infinite alternate-reverse;
  transform-origin: 0;
}

.universe-position .universe-holder .ring.halo .inner-halo {
  width: calc(100% - 240px);
  height: calc(100% - 240px);
  background-color: #fff;
}

.universe-position .universe-holder .ring:not(.halo) {
  margin: 0 auto;
  z-index: 1;
}

.universe-position .universe-holder .ring:not(.halo):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1.5px solid #878787;
  filter: blur(3px);
  opacity: 0.2;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.universe-position .universe-holder .ball_holder {
  position: absolute;
  width: 20px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-10px, 0) rotate(-35deg);
  animation: ball_move 40s linear infinite alternate-reverse;
}

.universe-position .universe-holder .reverse .ball_holder {
  transform: translate(-10px, 0) rotate(35deg);
  animation-name: ball_move_reverse;
}

.universe-position .universe-holder .ball_holder.blur {

  filter: blur(3px);
  will-change: filter;
}

.universe-position .universe-holder .ball_holder .ball {
  position: absolute;
  left: -6px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  box-shadow:
    0 100px 80px rgba(15, 78, 56, 0.22),
    0 41.7776px 33.4221px rgba(15, 78, 56, 0.158148),
    0 22.3363px 17.869px rgba(15, 78, 56, 0.131144),
    0 12.5216px 10.0172px rgba(15, 78, 56, 0.11),
    0 6.6501px 5.32008px rgba(15, 78, 56, 0.0888564),
    0 2.76726px 2.21381px rgba(15, 78, 56, 0.061852);
}

.universe-position.is-style-reverse .universe-holder .ball_holder .ball {
  transform: scaleY(-1);
}

.universe-position .universe-holder .ball_holder .ball:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 25px;
  animation: selfSpin 50s linear infinite alternate-reverse;
  background: radial-gradient(100% 100% at 50% 0, #20dc86 0, #0092f4 100%);
}

.universe-position .universe-holder .ball_holder.sm .ball {
  top: -12px;
  width: 25px;
  height: 25px;
}

.universe-position .universe-holder .ball_holder.pink .ball:after {
  background: radial-gradient(
    77.91% 77.91% at 51.16% 22.09%,
    #ff4800 0,
    #da54d8 100%
  );
}

/* =========================
   SLIDER
========================= */

.slick-slider:not(.logos-carousel):not(.stack-slider):not(.fade-transition)
  .slick-slide,
.slider-container:not(.logos-carousel):not(.stack-slider):not(.fade-transition)
  .slick-slide {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slick-slider:not(.slick-vertical) .slick-slide,
.slider-container:not(.slick-vertical) .slick-slide {
  height: inherit !important;
  margin: 0;
}

/* =========================
   ICONS / SEPARATOR
========================= */

.gradient-icon {
  background: linear-gradient(90deg, #ff4800, #d054bc, #0092f4, #15c474);
  -webkit-background-clip: text;
  display: inline-block;
  font-size: 40px;
}

.wp-block-separator {
  height: 2px;
  width: 100px;
  margin: 1rem 0;
  border: 0 !important;
  opacity: 1;
}

.wp-block-separator:not([class*="has-payoneer-"]) {
  background: linear-gradient(
    90deg,
    #ff4800 0,
    #d054bc 26.56%,
    #0092f4 54.69%,
    #0092f4 54.7%,
    #15c474 100%
  );
}

.wp-block-separator:not([size]) {
  height: 4px !important;
}

.wp-block-separator.is-style-small {
  height: 2px !important;
  width: 70px;
  background: linear-gradient(270deg, #0092f4 -12.86%, #d054ce 105%) !important;
}

.card .icon-wrapper + .wp-block-separator {
  width: 40px;
}

/* =========================
   TEXT / LIST
========================= */

body .has-large-font-size {
  font-size: 22px;
}

.list_i {
  max-width: 26px;
  width: 100%;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(270deg, #0092f4 -12.86%, #d054ce 105%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.is-style-border-start:not(.wp-block):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  transform: translateX(-2px);
  width: 2px;
  height: 100%;
  background: linear-gradient(0, #0092f4 0, #da54d8 56%, #ff4800 100%) no-repeat;
}

/* =========================
   INDUSTRIES / BLUR
========================= */

.industries {
  background: #000;
}

.is-style-blurred-bubbles:before,
.is-style-blurred-bubbles:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 515px;
  height: 220px;
  background: linear-gradient(
    252.93deg,
    #d054ce 33.59%,
    #0092f4 59.88%,
    #20dc86 87.87%
  );
  opacity: 0.32;
  filter: blur(142px);
  transform: rotate(-22deg);
  will-change: filter;
}

.is-style-blurred-bubbles:before {
  left: -10%;
  top: -20%;
  transform: translateX(-50%);
}

.is-style-blurred-bubbles:after {
  right: -10%;
  bottom: -20%;
  transform: translateX(50%);
}

.is-style-blurred-bubbles.has-payoneer-dark-black-background-color:before {
  width: 600px;
  height: 300px;
  bottom: 73%;
  left: -30%;
  opacity: 0.5;
  background: linear-gradient(
    252.93deg,
    #d054ce 33.59%,
    #0092f4 59.88%,
    #20dc86 87.87%
  );
  filter: blur(142.5px);
  transform: rotate(-21.23deg);
}

.is-style-blurred-bubbles.has-payoneer-dark-black-background-color:after {
  width: 600px;
  height: 300px;
  opacity: 0.4;
  bottom: 10%;
  right: -25%;
  background: linear-gradient(
    252.93deg,
    #d054ce 33.59%,
    #0092f4 59.88%,
    #20dc86 87.87%
  );
  filter: blur(142.5px);
  transform: rotate(-20.41deg);
}

.is-style-blurred-bg.has-payoneer-black-background-color {
  background: rgba(19, 19, 20, 0.7);
  backdrop-filter: blur(8px);
}

/* =========================
   CARD HOVER
========================= */

.has-payoneer-dark-black-background-color .card .wp-block-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background: linear-gradient(
    267.31deg,
    #15c474 -22.87%,
    #0092f4 41.07%,
    #d054ce 107.64%
  );
  filter: blur(28.5px);
  will-change: filter;
  transition: opacity 0.2s ease-in-out;
}

.bg-dark .card:hover .wp-block-image:after,
.has-payoneer-black-background-color .card:hover .wp-block-image:after,
.has-payoneer-dark-black-background-color .card:hover .wp-block-image:after {
  opacity: 0.44;
}

/* =========================
   PLATFORM
========================= */

.platform-parts-slider {
  position: relative;
  margin-bottom: 0;
}

.platform-parts-slider:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(
    252.93deg,
    rgba(255, 72, 0, 0.5) 33.59%,
    rgba(208, 84, 206, 0.5) 59.88%,
    rgba(0, 146, 244, 0.5) 87.87%
  );
  opacity: 0.6;
  filter: blur(142.5px);
  will-change: filter;
}

.rounded-payo {
  border-radius: 20px;
}

.wp-image-186095 {
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
}

.wp-image-13825 {
  min-height: 400px;
  border-radius: 10px;
  height: 100% !important;
}

/* =========================
   ACTIVE / CTA
========================= */

.is-layout-flow.active {
  background: #eff4f9;
  border-radius: 6px;
}

.is-layout-flow.active .why_icon {
  background: #0092f4 !important;
  color: #fff;
}

.fade {
  transition: opacity 0.3s ease-in-out;
}

.cta_bg {
  padding: 40px;
  border-radius: 20px;
}

/* =========================
   ANIMATIONS
========================= */

@keyframes animatedHalo {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes ball_move {
  0% {
    transform: translate(-10px, 0) rotate(30deg);
  }
  100% {
    transform: translate(-10px, 0) rotate(-60deg);
  }
}

@keyframes ball_move_lg {
  0% {
    transform: translate(-10px, 0) rotate(-35deg);
  }
  100% {
    transform: translate(-10px, 0) rotate(-90deg);
  }
}

@keyframes ball_move_reverse {
  0% {
    transform: translate(-10px, 0) rotate(-35deg);
  }
  100% {
    transform: translate(-10px, 0) rotate(60deg);
  }
}

@keyframes ball_move_reverse_lg {
  0% {
    transform: translate(-10px, 0) rotate(35deg);
  }
  100% {
    transform: translate(-10px, 0) rotate(90deg);
  }
}

@keyframes selfSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (min-width: 768px) {
  .is-style-blurred-bubbles:before,
  .is-style-blurred-bubbles:after {
    width: 725px;
    height: 525px;
  }

  .cta_bg {
    padding: 60px;
  }

  .is-style-blurred-bubbles.has-payoneer-dark-black-background-color:before {
    width: 1200px;
    height: 580px;
    bottom: 50%;
    left: -37%;
    opacity: 0.32;
  }

  .is-style-blurred-bubbles.has-payoneer-dark-black-background-color:after {
    width: 700px;
    height: 460px;
    left: 40%;
    top: 0;
    opacity: 0.32;
    transform: rotate(-50.41deg);
  }

  .universe-position .universe-holder .ring.halo {
    transform: translateX(-50%) rotate(-65.37deg);
  }
}

@media (min-width: 992px) {
  .universe-position.is-style-reverse.top-50 {
    top: 50% !important;
  }

  body .start-lg-100 {
    left: 100% !important;
  }

  .w-600 {
    max-width: 700px;
  }

  .platform-parts-slider {
    overflow: hidden;
    height: 600px;
  }

  .cta_bg {
    padding: 70px;
  }

  .pd {
    padding: 90px 0;
  }
}
