.banner_img--block img {
  width: 100%;
}

.banner_img--block {
  max-width: 606px;
}

.banner_inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px
}

.banner_copy_block {
  max-width: 568px;
}

.banner_copy_block p {
  color: #000;
}

.banner_copy_block .banner-description {
  max-width: 463px;
}

.banner_cta-container.flex-grid--links {
  display: flex;
  gap: 20px;
}

.banner_cta-container .button_2 {
  background: #ffffff;
  color: #000000;
  border: 1px solid #a3a3a3;
}

.banner_cta-container .button_2:hover {
  border: 1px solid #000000;
  cursor: pointer;
  background: #fff;
  color: initial;
  text-decoration: none;
}

.banner_cta-container.flex-grid--links .button-dark.tc--white {
  color: #fff;
}

@media (max-width: 1199px) {
  .banner_inner-container {
    min-height: 590px;
  }
}

@media (max-width: 900px) {
  .banner_inner-container.padding-top-100.padding-bottom-100 {
    flex-direction: column;
    padding: 40px 24px;
  }

  .banner_copy_block {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .banner_img--block {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {

  .banner_cta-container,
  .banner_cta-container .button {
    width: 100%;
  }

  .banner_cta-container {
    flex-direction: column;
  }

  .banner_cta-container .button:first-child {
    margin-right: 0;
  }

  .banner_copy_block {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .banner_copy_block .p--xsmall {
    margin-bottom: 10px;
  }
}

/* banner stats */
.ey-uc-impact .grid-row .cs-stats__value {
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 12px;
}

.ey-uc-impact {
  max-width: 730px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.hero-banner {
  position: relative;
}

@media (max-width: 1400px) {
  .ey-uc-impact {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .cs-stats {
    padding: 0 24px;
  }

  .ey-uc-impact {
    padding-top: 0;
  }

  .banner_inner-container {
    min-height: 500px;
  }

  .ey-uc-impact {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .cs-stats {
    position: relative;
  }

  .cs-stats .ey-uc-impact .grid-col {
    flex-grow: unset;
    flex-grow: unset;
    flex-basis: unset;
    width: 100%;
  }

  .cs-stats .ey-uc-impact .grid-row .grid-col:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding-bottom: 16px;
  }

  .ey-uc-impact {
    padding-bottom: 0;
  }

  .ey-uc-impact .grid-row {
    row-gap: 16px;
  }
}

/***Logo Carousel**/

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.cust_logos {
  padding-top: 24px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 40px;
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.cust_logos__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  min-width: 100%;
  animation: scroll-x 80s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .cust_logos__group {
    animation-play-state: paused;
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

.cust_logos img {
  display: grid;
  place-items: center;
  width: 170px;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

@media (max-width: 767px) {
  .cust_logos {
    padding-bottom: 50px;
  }
}

/*****Colors***/

.teal-radial-gradient-bg {
  background: linear-gradient(to bottom, #5de6d7 0%, #ffffff 100%);
}

.teal-to-Coral-bg {
  position: relative;
}

.teal-to-Coral-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  top: unset;
  bottom: 0;
  background: url("/modules/contrib/egnyte_site_builder/images/teal-to-coral-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/**Buttons***/

a.button-white {
  background: #ffffff;
  color: #000000;
  border: 1px solid #a3a3a3;
}

.line-height-100 {
  line-height: 100%;
}

.integrations-banner {
  position: relative;
}

.integrations-banner_content,
.integrations-banner_inner {
  position: relative;
}

.integrations-banner .banner_cta-container {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.integrations-banner_subheading {
  letter-spacing: 0.32px;
}

.integrations-banner_heading h1 {
  max-width: 942px;
  margin: 24px auto;
}

.integrations-banner_description {
  max-width: 736px;
  margin: 0 auto;
  color: #000000cc;
}

.integrations-banner_stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.integrations-banner_stat-text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

.integrations-banner .button-white {
  border: 1px solid #0000001f;
}

.integrations-banner .button {
  padding: 9.5px 8px;
}

.integrations-banner_img img{
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .integrations-banner_img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .integrations-banner_stat-number {
    font-size: 32px;
  }

  .integrations-banner .integrations-banner_inner:before {
    background: linear-gradient(156.1deg,
        rgba(11, 197, 186, 0.6) -5.02%,
        rgba(253, 120, 87, 0.1) 81.95%);
  }

  .integrations-banner_inner {
    background: linear-gradient(-138deg, #0bc5ba 0%, #ffffff 70%);
  }

  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .integrations-banner_inner {
    padding: 40px 0;
  }

  .integrations-banner_heading h1 {
    font-size: 48px;
  }

  .integrations-banner .banner_cta-container {
    margin-top: 24px;
  }

  .integrations-banner .banner_cta-container .button {
    width: 100%;
  }

  .integrations-banner_description {
    font-size: 18px;
    line-height: 22px;
  }

  .integrations-banner_stats {
    margin-top: 24px;
    flex-direction: column;
    gap: 32px;
  }

  .integrations-banner_img,
  section.integrations-banner.ta--center:after {
    display: none;
  }
}

/* Stats with description */
.copilot-impact {
  padding: 20px 20px 28px;
  text-align: center;
  border-radius: 20px;
}

.copilot-impact .copilot-impact__stats {
  display: grid;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  grid-template-columns: repeat(3, 1fr);
}

.copilot-impact__number {
  font-size: 44px;
  margin: 0 0 4px;
}

.copilot-impact__description {
  font-size: 16px;
  color: #000;
  line-height: 19px;
}

@media (max-width: 1250px) {
  .stats-description {
    padding: 0 24px 60px
  }
}

@media (max-width: 767px) {
  .copilot-impact {
    text-align: left;
    margin-top: 60px;
    padding: 20px 24px 20px;
  }

  .copilot-impact__stat:not(:last-child) {
    margin-bottom: 32px;
  }

  .copilot-impact .copilot-impact__stats {
    gap: 0;
    grid-template-columns: 1fr;
  }
}

/* featured integration section */

@media (max-width: 1250px){
  .featured-integrations_heading, .featured-integration .featured-integration_industries{
    padding: 0 24px;
  }
}