.ut-enterprise-service-gif-wrap {
  width: 583px;
  height: 328px;
  margin: 0 auto; 
  position: relative;
  display: flex;
}
.ut-enterprise-service-gif-wrap .enterprise-service-gif-img{
       backdrop-filter: blur(16px);
    border-radius: 16px;
    background: #ffffff8c;
    border: 1px solid #ebebe9;
} 
.ut-enterprise-service-gif-wrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 788px;
  height: 426px;
  clip-path: polygon(
    0% 0%,
    100% 0,
    100% 100%,
    100% 100%,
    0% 100%,
    0 100%,
    0% 0%,
    0% 0%
  );
  background-color: transparent;
  transition-duration: 1s;
  z-index: -1;
}

@keyframes enterClipMorph {
  0% {
    clip-path: polygon(
      0% 0%,
      100% 0,
      100% 100%,
      100% 100%,
      0% 100%,
      0 100%,
      0% 0%,
      0% 0%
    );
    opacity: 0;
  }
  100% {
    clip-path: polygon(
      35% 8%,
      96% 0,
      100% 84%,
      81% 86%,
      81% 100%,
      0 93%,
      2% 24%,
      36% 27%
    );
    opacity: 1;
  }
}
.ut-features-wrap .enterprise-service-gif-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
 
/* --- Tab 1 --- */
@keyframes enterClipMorph {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0 0%, 0% 0);
    opacity: 0;
  }
  100% {
    clip-path: polygon(
      65% 27%,
      100% 30%,
      98% 100%,
      14% 93%,
      4% 94%,
      0 9%,
      64% 0
    );
    opacity: 1;
  }
}

.ut-enterprise-service-gif-wrap.home-tab-1:not(
    [style="display: none;"]
  )::after {
  background-color: #ffde84;
  animation: enterClipMorph 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
/* --- Tab 1.1 --- */
@keyframes enterClipMorph1 {
  0% {
    clip-path: polygon(
      0% 0%,
      100% 0,
      100% 100%,
      100% 100%,
      0% 100%,
      0 100%,
      0% 0%,
      0% 0%
    );
    opacity: 0;
  }
  100% {
    clip-path: polygon(
      35% 8%,
      96% 0,
      100% 84%,
      81% 86%,
      81% 100%,
      0 93%,
      2% 24%,
      36% 27%
    );
    opacity: 1;
  }
}

.ut-enterprise-service-gif-wrap.home-tab-2:not(
    [style="display: none;"]
  )::after {
  background-color: #b8e98d;
  animation: enterClipMorph1 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* --- Tab 2 --- */
@keyframes enterClipMorph2 {
  0% {
    clip-path: polygon(
      0% 0%,
      100% 0,
      100% 100%,
      100% 100%,
      0% 100%,
      0 100%,
      0% 0%,
      0% 0%
    );
    opacity: 0;
  }
  100% {
    clip-path: polygon(
      77% 7%,
      96% 4%,
      100% 92%,
      39% 100%,
      38% 75%,
      0 71%,
      2% 0,
      70% 6%
    );
    opacity: 1;
  }
}

.ut-enterprise-service-gif-wrap.home-tab-3:not(
    [style="display: none;"]
  )::after {
  background-color: #89e4e4;
  animation: enterClipMorph2 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* --- Tab 3 --- */
@keyframes enterClipMorph3 {
  0% {
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%,
      0% 100%,
      0 100%,
      0% 0%,
      0% 0%
    );
    opacity: 0;
  }
  100% {
    clip-path: polygon(
      34% 9%,
      95% 1%,
      94% 71%,
      92% 72%,
      91% 99%,
      39% 96%,
      0 93%,
      2% 21%,
      36% 23%
    );
    opacity: 1;
  }
}

.ut-enterprise-service-gif-wrap.home-tab-4:not(
    [style="display: none;"]
  )::after {
  background-color: #fdd8ff;
  animation: enterClipMorph3 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* --- Tab 4 --- */
@keyframes enterClipMorph4 {
  0% {
    clip-path: polygon(
      0% 0%,
      100% 0,
      100% 100%,
      100% 100%,
      0% 100%,
      0 100%,
      0% 0%,
      0% 0%
    );
    opacity: 0;
  }
  100% {
    clip-path: polygon(
      19% 0,
      100% 7%,
      98% 73%,
      64% 70%,
      66% 91%,
      4% 100%,
      0 20%,
      18% 17%
    );
    opacity: 1;
  }
}

.ut-enterprise-service-gif-wrap.home-tab-5:not(
    [style="display: none;"]
  )::after {
  background-color: #acb3ff;
  animation: enterClipMorph4 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.ut-features-wrap .ut-features-tab {
  height: 500px;
}

.ut-integrations-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  display: flex;
  position: relative;
  max-width: 1523px;
  margin: 0 auto;
}

.ut-integrations-grid {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  pointer-events: none;
  perspective: 4000px;
  flex: none;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(13, 1fr);
  width: 100%;
  height: 100%;
  position: relative;
  transform: perspective(1200px);
}

.ut-integrations-grid-block {
  aspect-ratio: 1;
  border: 1px solid var(--color-f5f5f5);
  border-radius: 16px;
  pointer-events: auto;
  background-color: var(--color-fafafa);
  width: 100%;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  transform: none;
}

.ut-integrations-grid-block.ut-is-logo {
  box-shadow: 0 17px 20px 0 rgba(0, 0, 0, 0.1);
  border-style: none;
  border-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}
.ut-integrations-grid-logo {
  aspect-ratio: 1;
  backface-visibility: hidden;
  border-radius: inherit;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.ut-integrations-grid.ut-is-base {
  position: absolute;
  -webkit-mask: radial-gradient(#000 25%, #0000);
  mask: radial-gradient(#000 25%, #0000);
}



.ut-grid-area-3-10 {
  grid-area: 3 / 10;
}
.ut-grid-area-3-4 {
  grid-area: 3 / 4;
}
.ut-grid-area-6-5 {
  grid-area: 6 / 5;
}
.ut-grid-area-4-2 {
  grid-area: 4 / 2;
}
.ut-grid-area-6-9 {
  grid-area: 6 / 9;
}
.ut-grid-area-2-8 {
  grid-area: 2 / 8;
}
.ut-grid-area-5-3 {
  grid-area: 5 / 3;
}
.ut-grid-area-5-11 {
  grid-area: 5 / 11;
}

.ut-integrations-grid-title {
  pointer-events: auto;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ut-integrations-grid-title {
  grid-area: 4 / 5 / 4 / 10;
}
.ut-integrations-grid-title img {
  max-width: 295px;
}

.ut-success-stories-wrap .ut-stories-box {
  transition-duration: 0.6s;
}
.ut-success-stories-wrap .ut-stories-box .ut-stories-redirect {
  display: block;
  visibility: hidden;
}
.ut-success-stories-wrap .ut-stories-box:hover .ut-stories-redirect {
  visibility: visible;
}

.ut-success-stories-wrap .ut-stories-box.bg-FFFEE5:hover {
  background: var(--color-fffdd8);
  transition-duration: 0.6s;
}
.ut-success-stories-wrap .ut-stories-box.bg-E8FFFA:hover {
  background: var(--color-d8fff7);
  transition-duration: 0.6s;
}
.ut-success-stories-wrap .ut-stories-box.bg-FFF8F2:hover {
  background: var(--color-fff3e9);
  transition-duration: 0.6s;
}

.ut-any-industry-container {
  padding: 203px 16px 160px;
  position: relative;
  overflow: hidden;
}
.ut-any-industry-container::after {
  position: absolute;
  content: "";
  height: calc(100% - 192px);
  width: 100%;
  top: 96px;
  background: var(--color-ddeffb);
  left: 0;
  z-index: -1;
  clip-path: polygon(
    59% 0,
    59% 11%,
    100% 9%,
    100% 96%,
    24% 100%,
    24% 84%,
    0 85%,
    0 6%
  );
}
.ut-features-wrap .ut-features-tabs-wrap {
  max-width: 450px;
}
.ut-features-wrap .ut-features-tabs-wrap .ut-features-tab .ut-features-tab-img-wrap .enterprise-service-gif-img{
    width: 100%;
    margin-top: 24px;
    backdrop-filter: blur(16px);
    border-radius: 16px;
    background: #ffffff8c;
    border: 1px solid #ebebe9;
}

.ut-tabs-cintainer{
    position: absolute;
    top: 212px;
    right: 0;
}
.ut-mb-564 {
    margin-bottom: 564px;
}
.ut-mb-n-348 {
    margin-bottom: -348px;
}
.ut-features-wrap .ut-features-tabs-wrap .ut-features-tab .ut-features-tab-img-wrap{
  max-width: 583px;
    margin: 0 auto;
}


@media screen and (max-width: 991px) {
  .ut-integrations-grid-block.ut-is-tablet {
    display: none;
  }
}