/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/logo-tiles/logo-tiles.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);
  }
}
.logo-tiles {
  background: #f3f5ff;
  padding: 3.75rem 0rem 3.75rem;
}
@media screen and (min-width: 1180px) {
  .logo-tiles {
    padding: 7.5rem 0rem 7.5rem;
  }
}
.logo-tiles h2 {
  margin: 0 0 0.5rem;
  max-width: 52.0625rem;
}
.logo-tiles__subtitle {
  margin: 0 0 1.75rem;
  max-width: 52.0625rem;
  color: #0080ff;
}
@media screen and (min-width: 768px) {
  .logo-tiles__subtitle {
    margin: 0 0 3.5rem;
  }
}
.logo-tiles__tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.logo-tiles__tiles.show .logo-tiles__tiles-tile {
  animation: fade-in-up 1s ease forwards;
}
.logo-tiles__tiles-tile {
  background: #fff;
  border-radius: 0.375rem;
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  padding: 2rem 2.125rem;
  gap: 2.5rem;
  opacity: 0;
  transform: translateY(2.5rem);
}
@media screen and (min-width: 768px) {
  .logo-tiles__tiles-tile {
    flex-direction: row;
    align-items: center;
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1180px) {
  .logo-tiles__tiles-tile {
    gap: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo-tiles__tiles-tile {
    max-width: 100% !important;
  }
}
.logo-tiles__tiles-tile img {
  max-width: 12.5rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .logo-tiles__tiles-tile img {
    width: auto;
    height: 100%;
    max-height: 6.375rem;
    max-width: unset;
  }
}

/*# sourceMappingURL=logo-tiles.css.map*/