a {
  text-decoration: none;
}

.page-headline {
  display: flex;
  flex-direction: column;
  padding: 11.5rem 4rem 4.5rem 4rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  align-self: stretch;
  border-top: 4px solid var(--mrcoin-blue, #0088c2);
  background: linear-gradient(180deg,
      var(--mrcoin-light-blue, #dbeafe) 0%,
      var(--color-white, #fff) 100%);
}

.page-headline-content {
  display: flex;
  flex-direction: row;
  max-width: 80rem;
  align-items: center;
  gap: 2rem 5rem;
}

.page-headline .page-headline-content .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  min-width: 49%;
}

.page-headline .page-headline-content .description {
  color: var(--color-grey-500);
  align-items: center;
  display: flex;
  gap: 1rem;
}

section {
  display: flex;
  padding: 6rem 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
}

.row-div {
  display: flex;
  flex-direction: row;
  max-width: 80rem;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 4rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin: auto;
}

.col-div {
  display: flex;
  max-width: 80rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  align-self: center;
  margin: auto;
}

.text-left {
  display: flex;
  max-width: 28.25rem;
  flex-direction: column;
  align-items: flex-start;
}

.text-left p {
  display: flex;
  max-width: 28.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 48rem;
}

.text-center p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
}

.head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.frame-30 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.cta {
  display: flex;
  min-height: 365.48px;
  width: 100%;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  background: var(--color-white);
  border-radius: 1rem;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  gap: 1.5rem;
}

.faq hr {
  width: 100%;
  border: none;
  height: 1px;
  background-color: var(--mrcoin-blue-hover);
  opacity: 0.5;
}

.faq-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: auto;
  align-self: stretch;
}

.faq-item.open .body-xxs {
  display: block;
}

.faq-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.faq-item .text .body-xs-bold {
  color: var(--mrcoin-dark-blue);
}

.faq .body-xxs {
  display: none;
}

.faq-item .icon {
  display: flex;
  align-self: flex-start;
  width: 20px;
  height: 20px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}

.contact-us .row-div {
  flex-wrap: nowrap;
  gap: 76px;
  align-items: center;
}

.contact-us .row-div .company-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
  padding: 40px 32px;
  max-width: 48rem;
  border-top: 1px solid var(--mrcoin-light-blue, #dbeafe);
  border-bottom: 1px solid var(--mrcoin-light-blue, #dbeafe);
}

.contact-us .row-div .company-info .row-div {
  align-items: flex-start;
  gap: 64px;
}

.contact-us .row-div .company-info .row-div>div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.features {
  display: flex;
  max-width: 50rem;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 2.5rem;
  flex-wrap: wrap;
  align-self: center;
}

.features .icon {
  display: flex;
  z-index: 1;
}

.feature-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 24rem;
  width: 100%;
  justify-content: flex-start;
  gap: 1.25rem;
}

.feature-card-icon-container {
  display: flex;
  max-width: 3rem;
  max-height: 3rem;
  padding: 0.75rem 0.76444rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--Corner-radius-S, 0.5rem);
  border: 0.5px solid var(--color-grey-200);
  background: var(--mrcoin-blue);
}

.feature-card-icon-container .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(335deg) brightness(104%) contrast(103%);
}

.feature-card-description-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slide-up,
.grow-in {
  opacity: 0;
}

address,
blockquote,
blockquote footer {
  all: unset;
}

address a {
  all: unset;
  cursor: pointer;
}

@media (min-width: 1601px) {
  .cta, .we-are-good-at {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1170px) {
  .contact-us .row-div {
    flex-wrap: wrap;
  }

  .contact-us .row-div .company-info {
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  .page-headline {
    padding: 7rem 1rem 2.5rem 1rem;
  }

  .page-headline-content {
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
  }

  .page-headline .title>* {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .page-headline .caption-m {
    flex-direction: column;
  }

  .frame-30 {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cta .button {
    width: 100%;
    justify-content: center;
  }

  .text-center p {
    width: 100%;
  }

  section {
    padding: 2.5rem 1rem;
    gap: 1.5rem;
  }

  .col-div {
    gap: 2rem;
  }

  .cta {
    margin: 0;
    border-radius: 0;
  }

  .features>* {
    align-items: center;
    text-align: center;
    margin: auto;
  }

  .row-div {
    flex-direction: column;
    max-height: unset;
    align-items: center;
    row-gap: 1.5rem;
  }

  .text-left {
    flex-direction: column;
    text-align: center;
    margin: auto;
    align-items: center;
  }

  .text-left p {
    align-items: center;
    gap: 2rem;
  }

  .contact-us .row-div .company-info .row-div {
    align-items: center;
    text-align: center;
    gap: 3rem;
  }

  .contact-us .row-div .company-info .row-div>div {
    width: 100%;
    align-self: center;
  }
}