@import url("https://use.typekit.net/maw7jaa.css");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;600;700&family=Manrope:wght@300;400;600;700&family=Nunito+Sans:wght@300;400;600;700&display=swap");
.has-white-color {
  color: #ffffff;
}

.has-cream-color {
  color: #f2f3ee;
}

.has-black-color {
  color: #1f1f1f;
}

.has-dark-gray-color {
  color: #383838;
}

.has-gray-color {
  color: #979797;
}

.has-light-gray-color {
  color: #c7c8c4;
}

.has-burgundy-color {
  color: #66023c;
}

.has-teal-color {
  color: #4bb2af;
}

.has-orange-color {
  color: #e77500;
}

.has-dark-orange-color {
  color: #c3793b;
}

.has-white-background-color {
  background-color: #ffffff;
  color: #1f1f1f;
}
.has-white-background-color p a {
  color: #1f1f1f;
}
.has-white-background-color .btn {
  color: #1f1f1f !important;
}
.has-white-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-white-background-color .btn {
  background-color: #ffffff;
}

.has-cream-background-color {
  background-color: #f2f3ee;
  color: #1f1f1f;
}
.has-cream-background-color p a {
  color: #1f1f1f;
}
.has-cream-background-color .btn {
  color: #1f1f1f !important;
}
.has-cream-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-cream-background-color .btn {
  background-color: #f2f3ee;
}

.has-black-background-color {
  background-color: #1f1f1f;
  color: #ffffff;
}
.has-black-background-color p a {
  color: #ffffff;
}
.has-black-background-color .btn {
  color: #ffffff !important;
}
.has-black-background-color .btn:hover {
  background: #1f1f1f !important;
  border-color: #1f1f1f !important;
  color: #ffffff !important;
}

.mrl-cta .copy.has-black-background-color .btn {
  background-color: #1f1f1f;
}

.has-dark-gray-background-color {
  background-color: #383838;
  color: #ffffff;
}
.has-dark-gray-background-color p a {
  color: #ffffff;
}
.has-dark-gray-background-color .btn {
  color: #ffffff !important;
}
.has-dark-gray-background-color .btn:hover {
  background: #1f1f1f !important;
  border-color: #1f1f1f !important;
  color: #ffffff !important;
}

.mrl-cta .copy.has-dark-gray-background-color .btn {
  background-color: #383838;
}

.has-gray-background-color {
  background-color: #979797;
  color: #1f1f1f;
}
.has-gray-background-color p a {
  color: #1f1f1f;
}
.has-gray-background-color .btn {
  color: #1f1f1f !important;
}
.has-gray-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-gray-background-color .btn {
  background-color: #979797;
}

.has-light-gray-background-color {
  background-color: #c7c8c4;
  color: #1f1f1f;
}
.has-light-gray-background-color p a {
  color: #1f1f1f;
}
.has-light-gray-background-color .btn {
  color: #1f1f1f !important;
}
.has-light-gray-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-light-gray-background-color .btn {
  background-color: #c7c8c4;
}

.has-burgundy-background-color {
  background-color: #66023c;
  color: #ffffff;
}
.has-burgundy-background-color p a {
  color: #ffffff;
}
.has-burgundy-background-color .btn {
  color: #ffffff !important;
}
.has-burgundy-background-color .btn:hover {
  background: #1f1f1f !important;
  border-color: #1f1f1f !important;
  color: #ffffff !important;
}

.mrl-cta .copy.has-burgundy-background-color .btn {
  background-color: #66023c;
}

.has-teal-background-color {
  background-color: #4bb2af;
  color: #1f1f1f;
}
.has-teal-background-color p a {
  color: #1f1f1f;
}
.has-teal-background-color .btn {
  color: #1f1f1f !important;
}
.has-teal-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-teal-background-color .btn {
  background-color: #4bb2af;
}

.has-orange-background-color {
  background-color: #e77500;
  color: #1f1f1f;
}
.has-orange-background-color p a {
  color: #1f1f1f;
}
.has-orange-background-color .btn {
  color: #1f1f1f !important;
}
.has-orange-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-orange-background-color .btn {
  background-color: #e77500;
}

.has-dark-orange-background-color {
  background-color: #c3793b;
  color: #1f1f1f;
}
.has-dark-orange-background-color p a {
  color: #1f1f1f;
}
.has-dark-orange-background-color .btn {
  color: #1f1f1f !important;
}
.has-dark-orange-background-color .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1f1f !important;
}

.mrl-cta .copy.has-dark-orange-background-color .btn {
  background-color: #c3793b;
}

section.mrl-accordion {
  margin: 0 auto;
}
section.mrl-accordion .toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #1f1f1f;
  padding-top: 4px;
}
section.mrl-accordion .toggler i {
  transition: all 0.25s;
}
section.mrl-accordion .heading {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
section.mrl-accordion .heading .title {
  letter-spacing: 1.5px;
}
section.mrl-accordion .collapsed .toggler i {
  transform: rotate(180deg);
}
section.mrl-accordion .title {
  margin: 0 !important;
}
section.mrl-accordion .content {
  padding: 1px 0;
}
section.mrl-accordion.medium .title {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin: 1rem 0 1rem 0;
  font-size: 37px;
  letter-spacing: 0.49px;
}
section.mrl-accordion.medium .title small {
  display: block;
  font-size: 16px;
  font-size: clamp(14px, 0.5em, 24px);
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0.5em;
}
@media (max-width: 599px) {
  section.mrl-accordion.medium .title {
    hyphens: auto;
    overflow-wrap: anywhere;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 599px) {
  section.mrl-accordion.medium .title {
    font-size: 31px;
  }
}
@media (max-width: 384px) {
  section.mrl-accordion.medium .title {
    font-size: 26px;
  }
}
section.mrl-accordion.medium .heading {
  padding: 7px 0;
}
section.mrl-accordion.small .title {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin: 1rem 0 1rem 0;
  font-size: 24px;
  letter-spacing: 0.35px;
  margin: 0.5rem 0;
}
section.mrl-accordion.small .title small {
  display: block;
  font-size: 16px;
  font-size: clamp(14px, 0.5em, 24px);
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0.5em;
}
@media (max-width: 599px) {
  section.mrl-accordion.small .title {
    hyphens: auto;
    overflow-wrap: anywhere;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 599px) {
  section.mrl-accordion.small .title {
    font-size: 18px;
  }
}
@media (max-width: 384px) {
  section.mrl-accordion.small .title {
    font-size: 16px;
  }
}
section.mrl-accordion.small .heading {
  padding: 4px 0;
}
section.mrl-accordion.large .title {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin: 1rem 0 1rem 0;
  font-size: 46px;
  letter-spacing: 0.65px;
  margin: 2rem 0;
}
section.mrl-accordion.large .title small {
  display: block;
  font-size: 16px;
  font-size: clamp(14px, 0.5em, 24px);
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0.5em;
}
@media (max-width: 599px) {
  section.mrl-accordion.large .title {
    hyphens: auto;
    overflow-wrap: anywhere;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1023px) {
  section.mrl-accordion.large .title {
    font-size: 42px;
  }
}
@media (max-width: 599px) {
  section.mrl-accordion.large .title {
    font-size: 36px;
  }
}
@media (max-width: 384px) {
  section.mrl-accordion.large .title {
    font-size: 30px;
  }
}
section.mrl-accordion.large .heading {
  padding: 13px 0;
}
section.mrl-accordion .mrl-curated-content h2,
section.mrl-accordion .mrl-posts h2,
section.mrl-accordion .mrl-related-content h2 {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin: 1rem 0 1rem 0;
  font-size: 29px;
  letter-spacing: 0.43px;
  margin: 1rem 0 1rem 0;
}
section.mrl-accordion .mrl-curated-content h2 small,
section.mrl-accordion .mrl-posts h2 small,
section.mrl-accordion .mrl-related-content h2 small {
  display: block;
  font-size: 16px;
  font-size: clamp(14px, 0.5em, 24px);
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0.5em;
}
@media (max-width: 599px) {
  section.mrl-accordion .mrl-curated-content h2,
  section.mrl-accordion .mrl-posts h2,
  section.mrl-accordion .mrl-related-content h2 {
    hyphens: auto;
    overflow-wrap: anywhere;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 1279px) {
  section.mrl-accordion .mrl-curated-content h2,
  section.mrl-accordion .mrl-posts h2,
  section.mrl-accordion .mrl-related-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  section.mrl-accordion .mrl-curated-content h2,
  section.mrl-accordion .mrl-posts h2,
  section.mrl-accordion .mrl-related-content h2 {
    font-size: 23px;
  }
}
@media (max-width: 384px) {
  section.mrl-accordion .mrl-curated-content h2,
  section.mrl-accordion .mrl-posts h2,
  section.mrl-accordion .mrl-related-content h2 {
    font-size: 20px;
  }
}

main:not(.has-sidebar) section.mrl-accordion.large {
  padding: 0 10%;
}
@media (max-width: 1023px) {
  main:not(.has-sidebar) section.mrl-accordion.large {
    padding: 0;
  }
}

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