/* latin */
@font-face {
  font-family: "Recoleta Bold";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/recoleta.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.fh-styles,
.fh-styles *,
.fh-styles *::before,
.fh-styles *::after {
  box-sizing: border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  margin: unset;
  padding: unset;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.fh-styles {
  text-rendering: optimizeSpeed;
}
.fh-styles:focus-within {
  scroll-behavior: smooth;
}
.fh-styles ul[role=list],
.fh-styles ol[role=list] {
  list-style: none;
  padding: 0;
}
.fh-styles img,
.fh-styles video,
.fh-styles picture {
  max-width: 100%;
  display: block;
}
.fh-styles code,
.fh-styles pre {
  font-family: monospace;
}
.fh-styles pre {
  white-space: pre-wrap;
}

@media (prefers-reduced-motion: reduce) {
  .fh-styles *,
.fh-styles *::before,
.fh-styles *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .fh-styles:focus-within {
    scroll-behavior: auto;
  }
}
.fh-styles {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fefbf6;
  -moz-osx-font-smoothing: grayscale;
  color: #44403c;
}
.fh-styles figure img,
.fh-styles figure video,
.fh-styles figure picture {
  width: 100%;
  max-width: 100%;
}
.fh-styles ul {
  padding-left: 1em;
}
.fh-styles a {
  text-decoration: none;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.fh-styles article a {
  box-shadow: inset 0 -3px 0 #e41001;
}
.fh-styles article a:hover,
.fh-styles header a:hover {
  box-shadow: inset 0 -1.5em 0 #F8574E22;
}
.fh-styles code {
  color: #fefbf6;
  background-color: #44403c;
  border-radius: 0.1875rem;
  padding: 3px 6px;
  font-size: 1rem;
}

.fh-container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

[class*=fh-heading] {
  font-family: "Recoleta Bold", serif;
  font-weight: 800;
}

.fh-heading-1 {
  font-size: 5rem;
  line-height: 1.1;
}
.fh-heading-2 {
  font-size: 3.75rem;
  line-height: 1.1;
}
.fh-heading-3 {
  font-size: 2.8125rem;
  line-height: 1.1;
}
.fh-heading-4 {
  font-size: 1.5625rem;
  line-height: 1.1;
}
.fh-heading-5 {
  font-size: 1.125rem;
  line-height: 1.1;
}
.fh-text-largest {
  font-size: 1.25rem;
}
.fh-text-large {
  font-size: 1.125rem;
}
.fh-text-medium {
  font-size: 1rem;
}
.fh-text-small {
  font-size: 0.875rem;
}

.fh-text-inherit a {
  color: inherit;
  text-decoration: none;
}

.fh-text-brand {
  color: #e41001;
}

[class*=fh-arrow-link] {
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}
[class*=fh-arrow-link]:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #44403c;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.92 11.62a1 1 0 00-.21-.33l-5-5a1 1 0 00-1.42 1.42l3.3 3.29H7a1 1 0 000 2h7.59l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0l5-5a1 1 0 00.21-.33 1 1 0 000-.76z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.92 11.62a1 1 0 00-.21-.33l-5-5a1 1 0 00-1.42 1.42l3.3 3.29H7a1 1 0 000 2h7.59l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0l5-5a1 1 0 00.21-.33 1 1 0 000-.76z'%3E%3C/path%3E%3C/svg%3E");
}

.fh-arrow-link-inverse:after {
  background-color: #fefbf6;
}

.fh-button {
  appearance: none;
  background-color: #fe594d;
  border-radius: 0.625rem;
  font-size: 1.5625rem;
  line-height: 1.2;
  padding: 0.9375rem 1.25rem;
  border: none;
  color: #fefbf6;
  font-family: "Recoleta Bold", serif;
  font-weight: 800;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: transform 350ms cubic-bezier(0.39, 1.61, 0.89, 1.22) 50ms, background-color 300ms ease-in-out 50ms;
}
.fh-button:hover {
  transform: scale(1.06) rotate(1deg);
}
.fh-button:focus-visible {
  outline: buttontext dotted 1px;
}

.fh-card {
  background-color: #fefbf6;
  color: #44403c;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.fh-card > figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fh-card > figcaption > :nth-child(2) {
  flex: 1;
}
.fh-card:hover {
  transform: scale(1.03);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.fh-input {
  appearance: none;
  background-color: white;
  color: #44403c;
  border: 2px solid #fe594d;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}
.fh-input:focus-visible {
  outline: buttontext dotted 1px;
}
.fh-input::placeholder {
  color: #7a736c;
}

[class*=fh-icon] {
  fill: currentColor;
  display: inline-block;
}

.prefix-icon-16 {
  width: 1rem;
  height: 1rem;
}
.prefix-icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}
.prefix-icon-32 {
  width: 2rem;
  height: 2rem;
}

.fh-layout-home {
  display: grid;
}
.fh-layout-home [data-grid-area=hero] {
  justify-content: space-between;
}
.fh-layout-home [data-grid-area=hero] img {
  max-height: 575px;
  margin: 0 auto;
}
.fh-layout-home [data-grid-area=featured] {
  background-color: #fe594d;
  color: #fefbf6;
  padding: 5rem 1.25rem;
}
.fh-layout-home [data-grid-area=recent] {
  background-color: #164892;
  color: #fefbf6;
  padding: 5rem 1.25rem;
}
.fh-layout-home [data-grid-area=recent] .fh-arrow-link-inverse:after {
  background-color: #fefbf6;
}
.fh-layout-home [data-grid-area=newsletter] {
  border-bottom: 1px solid #e7e6e4;
  color: #44403c;
}
.fh-layout-home [data-grid-area=newsletter] .fh-text-subdued {
  color: #7a736c;
}
.fh-layout-home [data-grid-area=newsletter] .fh-text-accent {
  color: #164892;
}
.fh-layout-home [data-grid-area=footer] {
  color: #fefbf6;
}
.fh-layout-home [data-grid-area=footer] a, .fh-layout-home [data-grid-area=footer] svg {
  display: block;
}
.fh-layout-home [data-grid-area=footer] .fh-surface-accent a:hover {
  color: #f9cb24;
}
.fh-layout-home [data-grid-area=footer] .fh-text-accent a {
  color: #164892;
}
.fh-layout-home [data-grid-area=footer] .fh-text-accent a:hover {
  color: #44403c;
}

[class*=fh-flex-row],
[class*=fh-space-between] {
  display: flex;
  align-items: center;
}
[class*=fh-flex-row] > :not(:last-child),
[class*=fh-space-between] > :not(:last-child) {
  margin-right: 1.25rem;
}

[class*=fh-space-between] {
  justify-content: space-between;
}

.fh-flex-item {
  flex: 1;
}
.fh-align-start {
  align-items: flex-start;
}
.fh-align-end {
  align-items: flex-end;
}
.fh-justify-center {
  justify-content: center;
}
.fh-flex-row-10 > :not(:last-child) {
  margin-right: 0.625rem;
}
.fh-flex-row-40 > :not(:last-child) {
  margin-right: 2.5rem;
}

.fh-grid {
  --min-width: 310px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min-width), 1fr));
  grid-template-rows: auto;
  gap: 1.25rem;
}

.fh-stack-10 {
  margin-bottom: 0.625rem;
}
.fh-stack-15 {
  margin-bottom: 0.9375rem;
}
.fh-stack-20 {
  margin-bottom: 1.25rem;
}
.fh-stack-30 {
  margin-bottom: 1.875rem;
}
.fh-stack-40 {
  margin-bottom: 2.5rem;
}
.fh-inset-square-20 {
  padding: 1.25rem;
}
.fh-inset-stretch-40 {
  padding: 2.5rem 1.25rem;
}
.fh-inset-stretch-30 {
  padding: 1.875rem 1.25rem;
}
.fh-inset-stretch-80 {
  padding: 5rem 1.875rem;
}
.fh-flow-30 > *:not([class*=fh-stack]) {
  margin-bottom: 1.875rem;
}

.fh-surface-accent-light {
  background-color: #caece4;
}
.fh-surface-white {
  background-color: white;
}
.fh-surface-accent {
  background-color: #164892;
}
.fh-radius-large {
  border-radius: 1.25rem;
}
.fh-text-brand {
  color: #e41001;
}
.fh-text-brand-large {
  color: #fe594d;
}
.fh-text-accent {
  color: #164892;
}
.fh-text-accent-inverse {
  color: #f9cb24;
}
.fh-text-subdued {
  color: #7a736c;
}
.fh-text-strong {
  font-weight: 800;
}
.fh-text-right {
  text-align: right;
}
