@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Regular.woff") format("woff");
}

@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Bold.woff") format("woff");
  font-weight: 700;
}

.seo-text-block {
  background: #fff;
  border-bottom: 1px solid #000;
  justify-content: center;
  padding: 3.75rem 1.25rem;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .seo-text-block {
    padding: 3.75rem;
  }
}

.seo-text-block .content-align-center .seo-text-block__cta-list, .seo-text-block .content-align-center .seo-text-block__text-content, .seo-text-block .content-align-center .seo-text-block__title {
  text-align: center;
  justify-content: center;
}

.seo-text-block .content-align-center .seo-text-block__cta-list > *, .seo-text-block .content-align-center .seo-text-block__text-content > *, .seo-text-block .content-align-center .seo-text-block__title > * {
  text-align: center;
}

.seo-text-block .content-align-left .seo-text-block__cta-list, .seo-text-block .content-align-left .seo-text-block__text-content, .seo-text-block .content-align-left .seo-text-block__title {
  text-align: left;
  justify-content: start;
}

.seo-text-block .content-align-left .seo-text-block__cta-list > *, .seo-text-block .content-align-left .seo-text-block__text-content > *, .seo-text-block .content-align-left .seo-text-block__title > * {
  text-align: left;
}

.seo-text-block .content-align-right .seo-text-block__cta-list, .seo-text-block .content-align-right .seo-text-block__text-content, .seo-text-block .content-align-right .seo-text-block__title {
  text-align: right;
  justify-content: end;
}

.seo-text-block .content-align-right .seo-text-block__cta-list > *, .seo-text-block .content-align-right .seo-text-block__text-content > *, .seo-text-block .content-align-right .seo-text-block__title > * {
  text-align: right;
}

.seo-text-block__content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  .seo-text-block__content-wrapper {
    width: 40.625rem;
  }
}

.seo-text-block__title > * {
  color: #000;
  text-align: center;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  align-self: stretch;
  margin-bottom: 0;
  padding-bottom: .9375rem;
  font-family: MontblancType, arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 1025px) {
  .seo-text-block__title > * {
    width: 40.458rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.seo-text-block__text-content {
  color: #000;
  text-align: center;
  letter-spacing: .03125rem;
  align-self: stretch;
  margin: 0 auto;
  padding-bottom: .375rem;
  font-family: MontblancType, arial, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  overflow: auto;
}

.seo-text-block__text-content p {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .seo-text-block__text-content {
    width: 40.625rem;
  }
}

.seo-text-block__cta-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

.seo-text-block__cta-list > :first-child {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .seo-text-block__cta-list {
    flex-direction: row;
    gap: .625rem;
  }

  .seo-text-block__cta-list > * {
    margin-top: 1.875rem;
  }
}

.seo-text-block__cta-list .btn {
  justify-content: center;
  align-items: center;
  padding: .875rem 3.125rem;
  display: flex;
}

.seo-text-block__view-more-cta, .seo-text-block__view-less-cta {
  text-align: center;
}

.seo-text-block__view-more-cta button, .seo-text-block__view-less-cta button {
  color: #000;
  letter-spacing: .03125rem;
  background: none;
  border: none;
  width: auto;
  height: 100%;
  font-family: MontblancType, arial, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline;
  text-decoration-thickness: .0625rem;
}


/*# sourceMappingURL=seoTextBlock.css.map*/