.clouderr-hero {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  background-color: #fff;
  background-image: url("../../../images/acf-blocks/clouderr-hero/bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 991px) {
  .clouderr-hero {
    padding: 48px 0 0;
  }
}
.clouderr-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .clouderr-hero__copy {
    margin-bottom: 40px;
    gap: 24px;
  }
}
.clouderr-hero__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  overflow: visible;
  color: #404041;
  font-family: ppmori, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  border: 1.5px solid #d4d4d4;
  border-radius: 100px;
  background: #fff;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}
.clouderr-hero__eyebrow-beam {
  position: absolute;
  inset: -1.5px;
  z-index: 2;
  border-radius: inherit;
  padding: 1.5px;
  pointer-events: none;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.clouderr-hero__eyebrow-dash {
  position: absolute;
  width: 34px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, transparent 0%, #175cd3 55%, #c4dcff 100%);
  offset-path: inset(0.75px round 100px);
  offset-anchor: center;
  offset-rotate: auto;
  offset-distance: 0%;
  animation: clouderr-eyebrow-orbit 2.6s linear infinite;
}
.clouderr-hero__eyebrow-text {
  position: relative;
  z-index: 1;
  display: block;
  padding: 6px 12px;
}
@media only screen and (max-width: 639px) {
  .clouderr-hero__eyebrow {
    max-width: 100%;
    white-space: normal;
  }
}
.clouderr-hero__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.clouderr-hero__title {
  margin: 0;
  width: 100%;
  color: #101011;
  font-family: ppmori, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.28px;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}
@media only screen and (max-width: 991px) {
  .clouderr-hero__title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .clouderr-hero__title br {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .clouderr-hero__title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.clouderr-hero__text {
  margin: 0;
  max-width: 650px;
  color: #404041;
  font-family: ppmori, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}
@media only screen and (max-width: 639px) {
  .clouderr-hero__text {
    font-size: 16px;
  }
}
.clouderr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 639px) {
  .clouderr-hero__actions {
    flex-direction: column;
    width: 100%;
  }
}
.clouderr-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 19px 24px;
  border-radius: 4px;
  background: #175CD3;
  color: #FFFFFF;
  font-family: ppmori, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
}
.clouderr-hero__btn:hover {
  background: #0040C1;
  color: #FFFFFF;
}
.clouderr-hero__btn--ghost {
  background: transparent;
  border: 1px solid #A9A9AC;
  color: #000;
}
.clouderr-hero__btn--ghost:hover {
  background: transparent;
  border-color: #101011;
  color: #101011;
}
@media only screen and (max-width: 639px) {
  .clouderr-hero__btn {
    width: 100%;
    min-width: 0;
  }
}
.clouderr-hero__media {
  max-width: 900px;
  margin: 0 auto;
}
.clouderr-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes clouderr-eyebrow-orbit {
  to {
    offset-distance: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .clouderr-hero__eyebrow-dash {
    animation: none;
    display: none;
  }
}
