/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/animated-circle/animated-circle.scss ***!
  \******************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.circle-card {
  flex-direction: column;
  height: auto;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .circle-card {
    width: 100% !important;
  }
}
.circle-card__image {
  height: 18.5rem;
  object-fit: cover;
  width: 100%;
}
.circle-card__content {
  padding: 2rem 1.5rem 1.75rem;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .circle-card__content {
    padding: 3rem 3.25rem 5.125rem;
  }
}
.circle-card__content h3 {
  padding: 0 0 1.375rem;
  margin: 0 0 1.5rem;
  width: 100%;
  color: #0080ff;
  border-bottom: 0.0625rem solid #e4e8f7;
}
.circle-card__content-info {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .circle-card__content-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
  }
}
.circle-card__content-info--workflows---title {
  margin: 0 0 1rem;
}
.circle-card__content-info--workflows---item {
  background: #f3f5ff;
  padding: 0.375rem 0.625rem;
  border-radius: 1.875rem;
  max-width: fit-content;
}
.circle-card__content-info--workflows---item:not(:last-child) {
  margin: 0 0 0.75rem;
}
.circle-card__content-info--solutions---title {
  margin: 0 0 1rem;
}
.circle-card__content-info--solutions---item {
  padding: 0.375rem 0.625rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #0080ff;
  max-width: fit-content;
}
.circle-card__content-info--solutions---item:not(:last-child) {
  margin: 0 0 0.75rem;
}

.animated-circle {
  background: #f3f5ff;
  padding: 1.5625rem 0rem 1.5625rem;
}
@media screen and (min-width: 1180px) {
  .animated-circle {
    padding: 3.125rem 0rem 3.125rem;
  }
}
.animated-circle__text {
  max-width: 42.875rem;
  width: 100%;
  margin: 0 0 4.6875rem;
}
.animated-circle__text-label {
  text-transform: uppercase;
  color: #0080ff;
  margin: 0 0 1.75rem;
}
.animated-circle__text h2 {
  margin: 0 0 1.75rem;
}
.animated-circle__text-content {
  opacity: 0;
  transform: translateY(2.5rem);
}
.animated-circle__text-content.show {
  animation: fade-in-up 1s ease forwards;
}
.animated-circle__text-content strong {
  font-weight: 500;
}
.animated-circle .container {
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .animated-circle .container {
    padding-left: 3.75rem;
  }
}
.animated-circle .circle-animation {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.25rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation {
    gap: 5rem;
  }
}
@media screen and (min-width: 1180px) {
  .animated-circle .circle-animation {
    flex-direction: row;
  }
}
.animated-circle .circle-animation.show .circle-animation__circle {
  animation: fade-in-up 1s ease forwards;
}
.animated-circle .circle-animation.show .circle-animation__cards {
  animation: fade-in-up 1s ease forwards;
}
.animated-circle .circle-animation__circle {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(2.5rem);
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation__circle {
    width: 35.0625rem;
    min-width: 35.0625rem;
    height: 35.0625rem;
    display: flex;
  }
}
.animated-circle .circle-animation__circle-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  width: 20rem;
  min-width: 20rem;
  height: 20rem;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .animated-circle .circle-animation__circle-waves {
    width: 35.0625rem;
    min-width: 35.0625rem;
    height: 35.0625rem;
  }
}
.animated-circle .circle-animation__circle-waves--bar {
  width: 100%;
  height: 0.625rem;
  background: #0080ff;
  transform-origin: bottom center;
  transition: transform 0.3s ease, height 0.3s ease;
}
.animated-circle .circle-animation__circle-waves--wrapper {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 0.3125rem;
  height: 40%;
  transform-origin: bottom center;
  overflow: hidden;
  transition: transform 0.3s ease, height 0.3s ease;
}
.animated-circle .circle-animation__circle-outer {
  position: relative;
  text-transform: uppercase;
  height: 18.25rem;
  width: 18.25rem;
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation__circle-outer {
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .animated-circle .circle-animation__circle-outer svg {
    width: 100%;
    height: 100%;
  }
}
.animated-circle .circle-animation__circle-outer svg path {
  transition: fill 0.3s ease;
  fill: #fff;
}
.animated-circle .circle-animation__circle-outer svg path.active {
  fill: #0080ff;
}
.animated-circle .circle-animation__circle-outer svg path.curve-hide {
  display: none;
}
.animated-circle .circle-animation__circle-outer svg text {
  fill: #66789b;
  transition: fill 0.3s ease;
  pointer-events: none;
}
.animated-circle .circle-animation__circle-outer svg text.active {
  fill: #fff;
}
.animated-circle .circle-animation__circle-outer svg text:nth-of-type(1) {
  transform: translateY(-1.375rem);
}
.animated-circle .circle-animation__circle-outer svg text:nth-of-type(2) {
  transform: translateX(1.375rem);
}
.animated-circle .circle-animation__circle-outer svg text:nth-of-type(3) {
  transform: translateY(2.0625rem);
}
.animated-circle .circle-animation__circle-outer svg text:nth-of-type(4) {
  transform: translateX(-1.375rem);
}
.animated-circle .circle-animation__circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.25rem;
  height: 11.25rem;
  background: #0080ff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.animated-circle .circle-animation__circle-center p {
  max-width: 7.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation__circle-center p {
    max-width: 11rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation__circle-center {
    width: 19.8125rem;
    height: 19.8125rem;
  }
}
.animated-circle .circle-animation__cards {
  position: relative;
  max-width: 100%;
  opacity: 0;
  transform: translateY(2.5rem);
}
@media screen and (max-width: 767px) {
  .animated-circle .circle-animation__cards {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation__cards {
    max-width: 36.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .animated-circle .circle-animation__cards .swiper-wrapper {
    transform: none !important;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
}
.animated-circle .circle-animation__cards-text {
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .animated-circle .circle-animation__cards-text {
    display: none;
  }
}

/*# sourceMappingURL=animated-circle.css.map*/