.paragraph--type--mm-text .col-text h1:first-child,
.paragraph--type--mm-text .col-text .h1:first-child,
.paragraph--type--mm-text .col-text h2:first-child,
.paragraph--type--mm-text .col-text .h2:first-child,
.paragraph--type--mm-text .col-text h3:first-child,
.paragraph--type--mm-text .col-text .h3:first-child,
.paragraph--type--mm-text .col-text h4:first-child,
.paragraph--type--mm-text .col-text .h4:first-child,
.paragraph--type--mm-text .col-text h5:first-child,
.paragraph--type--mm-text .col-text .h5:first-child,
.paragraph--type--mm-text .col-text h6:first-child,
.paragraph--type--mm-text .col-text .h6:first-child {
  margin-top: 0;
}
.paragraph--type--mm-text .col-text h2,
.paragraph--type--mm-text .col-text .h2 {
  margin-top: 60px;
  margin-bottom: 32px;
}
.paragraph--type--mm-text .col-text h3,
.paragraph--type--mm-text .col-text .h3 {
  margin-top: 60px;
  margin-bottom: 25px;
}
.paragraph--type--mm-text .col-text h4,
.paragraph--type--mm-text .col-text .h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.paragraph--type--mm-text .scroll-down-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-top: -80px;
  margin-bottom: 2rem;
}
.paragraph--type--mm-text .scroll-down-arrow .arrow {
  width: 56px;
  height: 56px;
  stroke: #001f3d;
  stroke-width: 1.1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.paragraph--type--mm-text .scroll-down-arrow .arrow-1 {
  animation-name: arrow-bounce-1;
}
.paragraph--type--mm-text .scroll-down-arrow .arrow-2 {
  margin-top: -48px;
  animation-name: arrow-bounce-2;
  opacity: 0.7;
}
@keyframes arrow-bounce-1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes arrow-bounce-2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
}

/*# sourceMappingURL=mm-text.css.map */
