/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap");
.h1 {
  font-family: "Outfit", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
}
.h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .h1 {
    font-size: calc(36px + 12 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 3rem;
  }
}

.h2 {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.h2 {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .h2 {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    font-size: 2.25rem;
  }
}

.h3 {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin: 0;
}
.h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .h3 {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .h3 {
    font-size: 1.75rem;
  }
}

.text-base {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin: 0;
}
.text-base:not(:last-of-type) {
  margin: 0 0 16px 0;
}

.textFormat .wp-block-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
.textFormat .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.textFormat .wp-block-embed__wrapper blockquote {
  display: none;
}
.textFormat .wp-block-embed__wrapper:before {
  display: none;
}
.textFormat .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible !important;
}
.textFormat .alignleft {
  float: none !important;
}
.textFormat p,
.textFormat a,
.textFormat mark {
  margin-top: 1rem;
  color: var(--wp--preset--color--gray-dark) !important;
  background-color: transparent;
}
.textFormat p.has-vivid-cyan-blue-color, .textFormat p.has-text-color,
.textFormat a.has-vivid-cyan-blue-color,
.textFormat a.has-text-color,
.textFormat mark.has-vivid-cyan-blue-color,
.textFormat mark.has-text-color {
  color: var(--wp--preset--color--gray-dark) !important;
}
.textFormat .wp-block-quote {
  margin-top: 1.5rem;
  padding: 1.5rem 2rem 1.5rem;
  border-radius: 0.625rem;
  background-color: var(--wp--preset--color--primary);
  border-left: none;
}
.textFormat .wp-block-quote blockquote {
  padding: 0;
  margin-bottom: 0;
}
.textFormat .wp-block-quote p,
.textFormat .wp-block-quote a {
  margin-top: 0;
  font-weight: 700;
  color: var(--wp--preset--color--white) !important;
  line-height: 1.875rem;
}
.textFormat .wp-block-quote p,
.textFormat .wp-block-quote a {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .textFormat .wp-block-quote p,
  .textFormat .wp-block-quote a {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .textFormat .wp-block-quote p,
  .textFormat .wp-block-quote a {
    font-size: 1.5rem;
  }
}
.textFormat .wp-block-quote p br,
.textFormat .wp-block-quote a br {
  display: none;
}
.textFormat .wp-block-quote p + p {
  margin-top: 1.5rem;
}
.textFormat .wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  color: var(--wp--preset--color--white);
}
.textFormat p + ul,
.textFormat h2 + p,
.textFormat h3 + p,
.textFormat h4 + p,
.textFormat h5 + p {
  margin-top: 1.25rem;
}
.textFormat b,
.textFormat strong {
  font-weight: 700;
}
.textFormat i,
.textFormat em {
  font-style: italic;
}
.textFormat p > a:not(.btn),
.textFormat li > a:not(.btn) {
  text-decoration: underline;
  color: var(--wp--preset--color--gray-dark);
}
.textFormat a:not(.btn) {
  text-decoration: underline;
  color: var(--wp--preset--color--gray-dark);
}
.textFormat ul {
  margin-top: 1.875rem;
  list-style: disc;
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textFormat ul li {
  padding-left: 0;
}
.textFormat ul li a {
  font-size: 16px;
}
.textFormat ul li:last-child {
  margin-bottom: 0;
}
.textFormat img,
.textFormat .wp-block-image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.textFormat *:first-child {
  margin-top: 0;
}

.padding-horizontal, .l-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .padding-horizontal, .l-container {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-horizontal, .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.padding-right-full {
  padding-right: 1.875rem;
}
@media screen and (max-width: 991px) {
  .padding-right-full {
    padding-right: 1.25rem;
  }
}

.padding-left-full {
  padding-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  .padding-left-full {
    padding-left: 1.25rem;
  }
}

.padding-right,
.padding-right-large {
  padding-right: calc((100vw - 86.25rem) / 2);
}
@media screen and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-right,
  .padding-right-large {
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-right,
  .padding-right-large {
    padding-right: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(2160px - 1px)) {
  .padding-right,
  .padding-right-large {
    padding-right: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(2160px - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 2160px) {
  .padding-right,
  .padding-right-large {
    padding-right: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 2160px) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}

.padding-left,
.padding-left-large {
  padding-left: calc((100vw - 86.25rem) / 2);
}
@media screen and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-left,
  .padding-left-large {
    padding-left: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-left,
  .padding-left-large {
    padding-left: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .padding-left,
  .padding-left-large {
    padding-left: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 2160px) {
  .padding-left,
  .padding-left-large {
    padding-left: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 2160px) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}

.padding-right-small {
  padding-right: calc((100vw - 60rem) / 2);
}
@media screen and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-right-small {
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-right-small {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-right-small {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(2160px - 1px)) {
  .padding-right-small {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(2160px - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 2160px) {
  .padding-right-small {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 2160px) and (min-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}

.padding-left-small {
  padding-left: calc((100vw - 60rem) / 2);
}
@media screen and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-left-small {
    padding-left: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-left-small {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-left-small {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(2160px - 1px)) {
  .padding-left-small {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc(2160px - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 2160px) {
  .padding-left-small {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 2160px) and (min-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}

/* CONTAINER LARGEUR */
.l-container {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
}
.l-container-sm {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: calc(60rem + 1.875rem * 2);
}
@media screen and (max-width: 1280px) {
  .l-container-sm {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container-sm {
    max-width: calc(60rem + 1.875rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .l-container-sm {
    max-width: calc(60rem + 1.875rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .l-container-sm {
    max-width: calc(60rem + 1.875rem * 2);
  }
}
.l-container-md {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: calc(71.25rem + 1.875rem * 2);
}
@media screen and (max-width: 1280px) {
  .l-container-md {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container-md {
    max-width: calc(71.25rem + 1.875rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .l-container-md {
    max-width: calc(71.25rem + 1.875rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .l-container-md {
    max-width: calc(71.25rem + 1.875rem * 2);
  }
}
.l-container-lg {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: calc(86.25rem + 1.875rem * 2);
}
@media screen and (max-width: 1280px) {
  .l-container-lg {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-container-lg {
    max-width: calc(86.25rem + 1.875rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .l-container-lg {
    max-width: calc(86.25rem + 1.875rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .l-container-lg {
    max-width: calc(86.25rem + 1.875rem * 2);
  }
}
.l-container-full {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-container-full {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-full {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* CONTAINER HAUTEUR */
.section-top {
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .section-top {
    padding-top: 2.5rem;
  }
}

.section .l-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .section .l-wrapper {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper {
    padding-bottom: 2.5rem;
  }
}
.section .l-wrapper.spacing-top-sm {
  padding-top: 3.75rem;
}
.section .l-wrapper.spacing-bottom-sm {
  padding-bottom: 3.75rem;
}
.section .l-wrapper.spacing-top-md {
  padding-top: 5rem;
}
.section .l-wrapper.spacing-bottom-md {
  padding-bottom: 5rem;
}
.section .l-wrapper.spacing-top-lg {
  padding-top: 6.25rem;
}
.section .l-wrapper.spacing-bottom-lg {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-sm {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-bottom-mb-sm {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-md {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-bottom-mb-md {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-lg {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-bottom-mb-lg {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 991px) {
  .section .l-wrapper.spacing-top-none {
    padding-top: 0;
  }
  .section .l-wrapper.spacing-bottom-none {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-none {
    padding-top: 0;
  }
  .section .l-wrapper.spacing-bottom-mb-none {
    padding-bottom: 0;
  }
}

/* AFFICHAGE MOBILE */
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.no-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .no-mobile {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.stars-trio {
  position: absolute;
  width: 20%;
  height: 8.75rem;
  opacity: 0.3;
}
.stars-trio__star {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stars-trio__star svg {
  width: 100%;
}
.stars-trio__star svg path {
  fill: #fff;
}
.stars-trio__star--sm {
  width: 15%;
  height: auto;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
}
.stars-trio__star--md {
  width: 24%;
  top: 40%;
  left: 0;
}
.stars-trio__star--lg {
  width: 40%;
  bottom: -30%;
  right: 1%;
}

.text-base,
body,
p,
ul li,
ol li {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.text-base,
body,
p,
ul li,
ol li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .text-base,
  body,
  p,
  ul li,
  ol li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .text-base,
  body,
  p,
  ul li,
  ol li {
    font-size: 0.875rem;
  }
}

.l-container {
  margin-inline: auto;
  margin-block: 0;
}

@media screen and (max-width: 576px) {
  br {
    display: none;
  }
}
#wpadminbar {
  top: auto !important;
  width: 90%;
  margin: auto;
  right: 0;
  bottom: 10px;
  display: block;
  position: fixed;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #wpadminbar {
    display: none;
  }
}
#wpadminbar .asenha-admin-notices-menu {
  display: none;
}
#wpadminbar .admin-bar-search {
  display: none;
}
#wpadminbar #wp-admin-bar-app-logo {
  pointer-events: none;
}

#wpadminbar .quicklinks > ul > li {
  position: relative;
}

#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
  bottom: 32px;
}

.c-btn {
  font-weight: 700;
  display: inline-flex;
  padding: 0.8125rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 38px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}
.c-btn {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .c-btn {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn {
    font-size: 0.9375rem;
  }
}
.c-btn--primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--secondary {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--tertiary {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--white:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--black {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.c-btn--gray-light {
  background-color: var(--wp--preset--color--gray-light);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--gray-dark {
  background-color: var(--wp--preset--color--gray-dark);
  color: var(--wp--preset--color--white);
}
.c-btn--outline {
  background-color: transparent;
}
.c-btn--outline.c-btn--primary {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.c-btn--outline.c-btn--secondary {
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.c-btn--outline.c-btn--tertiary {
  border-color: var(--wp--preset--color--gray-dark);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--outline.c-btn--white {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.c-btn--outline.c-btn--black {
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}
.c-btn--outline.c-btn--gray-light {
  border-color: var(--wp--preset--color--gray-light);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--outline.c-btn--gray-dark {
  border-color: var(--wp--preset--color--gray-dark);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--hover-primary:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--hover-secondary:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--hover-tertiary:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--hover-white:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--menu-secondary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--wp--preset--color--gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-secondary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-secondary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-secondary {
    font-size: 0.8125rem;
  }
}
.c-btn--menu-tertiary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-tertiary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-tertiary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-tertiary {
    font-size: 0.8125rem;
  }
}
.c-btn--menu-tertiary:hover {
  color: var(--wp--preset--color--white);
}
.c-btn--menu-primary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-primary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-primary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-primary {
    font-size: 0.8125rem;
  }
}
.c-btn--with-chevron::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill='black' d='M8.48753 1.24e-05C8.42183 -0.000297546 8.35674 0.012516 8.29607 0.0377016C8.23539 0.0628877 8.18036 0.0999384 8.13419 0.146679L4.48753 3.79335L0.840861 0.146679C0.746078 0.0583596 0.620714 0.0102768 0.491179 0.0125623C0.361645 0.0148478 0.238055 0.0673227 0.146447 0.158932C0.0548379 0.25054 0.00236338 0.37413 7.78982e-05 0.503664C-0.00220758 0.633199 0.0458744 0.758563 0.134194 0.853346L4.13419 4.85335C4.22794 4.94698 4.35503 4.99957 4.48753 4.99957C4.62003 4.99957 4.74711 4.94698 4.84086 4.85335L8.84086 0.853346C8.9345 0.759595 8.98709 0.632513 8.98709 0.500012C8.98709 0.367512 8.9345 0.24043 8.84086 0.146679C8.7947 0.0999384 8.73967 0.0628877 8.67899 0.0377016C8.61832 0.012516 8.55322 -0.000297546 8.48753 1.24e-05Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill='black' d='M8.48753 1.24e-05C8.42183 -0.000297546 8.35674 0.012516 8.29607 0.0377016C8.23539 0.0628877 8.18036 0.0999384 8.13419 0.146679L4.48753 3.79335L0.840861 0.146679C0.746078 0.0583596 0.620714 0.0102768 0.491179 0.0125623C0.361645 0.0148478 0.238055 0.0673227 0.146447 0.158932C0.0548379 0.25054 0.00236338 0.37413 7.78982e-05 0.503664C-0.00220758 0.633199 0.0458744 0.758563 0.134194 0.853346L4.13419 4.85335C4.22794 4.94698 4.35503 4.99957 4.48753 4.99957C4.62003 4.99957 4.74711 4.94698 4.84086 4.85335L8.84086 0.853346C8.9345 0.759595 8.98709 0.632513 8.98709 0.500012C8.98709 0.367512 8.9345 0.24043 8.84086 0.146679C8.7947 0.0999384 8.73967 0.0628877 8.67899 0.0377016C8.61832 0.012516 8.55322 -0.000297546 8.48753 1.24e-05Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}

.c-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
}
.c-buttons--left {
  justify-content: flex-start;
}
.c-buttons--center {
  justify-content: center;
}
.c-buttons--right {
  justify-content: flex-end;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--wp--preset--color--gray-dark);
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.c-breadcrumb {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-breadcrumb {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-breadcrumb {
    font-size: 0.8125rem;
  }
}
.c-breadcrumb a,
.c-breadcrumb span span {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.c-breadcrumb a:hover,
.c-breadcrumb a:focus-visible {
  opacity: 1;
}
.c-breadcrumb span span a {
  opacity: 1;
}
.c-breadcrumb .breadcrumb_last,
.c-breadcrumb .breadcrumb_last span {
  opacity: 1;
}
.c-breadcrumb .c-breadcrumb__sep {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 0.5;
}
.c-breadcrumb .c-breadcrumb__sep::before {
  content: "|";
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.c-breadcrumb__sep {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}

.c-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: var(--wp--preset--color--gray-light);
  color: var(--wp--preset--color--gray-dark);
}
.c-post-card__media {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  aspect-ratio: 16/10;
}
.c-post-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.c-post-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: 62.4375rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray-dark);
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.c-post-card__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .c-post-card__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__tag {
    font-size: 0.75rem;
  }
}
.c-post-card__date {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.75;
}
.c-post-card__date {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .c-post-card__date {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__date {
    font-size: 0.75rem;
  }
}
.c-post-card__title {
  margin: 0 0 0.5rem;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.c-post-card__title {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-post-card__title {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__title {
    font-size: 0.875rem;
  }
}
.c-post-card__title-link {
  color: inherit;
  text-decoration: none;
}
.c-post-card__title-link:hover, .c-post-card__title-link:focus-visible {
  color: var(--wp--preset--color--primary);
}
.c-post-card__excerpt {
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.c-post-card__excerpt {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-post-card__excerpt {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__excerpt {
    font-size: 0.8125rem;
  }
}

.archive-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.1875rem;
}

.archive-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--primary);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.archive-page-btn {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .archive-page-btn {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-page-btn {
    font-size: 0.875rem;
  }
}
.archive-page-btn.is-current {
  opacity: 1;
  pointer-events: none;
}
.archive-page-btn.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.archive-page-btn.is-prev, .archive-page-btn.is-next {
  display: none;
}
.archive-page-btn--dots {
  opacity: 0.3;
  pointer-events: none;
}
.archive-page-btn:hover, .archive-page-btn:focus-visible {
  opacity: 1;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.section.has-primary-background-color {
  --section-bg-rest: var(--wp--preset--color--primary);
}
.section.has-secondary-background-color {
  --section-bg-rest: var(--wp--preset--color--secondary);
}
.section.has-tertiary-background-color {
  --section-bg-rest: var(--wp--preset--color--tertiary);
}
.section.has-white-background-color {
  --section-bg-rest: var(--wp--preset--color--white);
}
.section.has-black-background-color {
  --section-bg-rest: var(--wp--preset--color--black);
}
.section.has-gray-light-background-color {
  --section-bg-rest: var(--wp--preset--color--gray-light);
}
.section.has-gray-dark-background-color {
  --section-bg-rest: var(--wp--preset--color--gray-dark);
}
.section.has-primary-background-color, .section.has-secondary-background-color, .section.has-tertiary-background-color, .section.has-white-background-color, .section.has-black-background-color, .section.has-gray-light-background-color, .section.has-gray-dark-background-color {
  background-color: var(--section-bg, var(--section-bg-rest)) !important;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.mad-inner-blocks-stack .wp-block-heading {
  margin: 0;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
  color: var(--wp--preset--color--primary) !important;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
    font-size: 2.25rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  font-size: 1.75rem !important;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
    font-size: 1.75rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.875rem !important;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.8125rem !important;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  color: var(--wp--preset--color--primary);
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 2.25rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 1.75rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack p,
.mad-inner-blocks-stack .wp-block-paragraph {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack p,
.mad-inner-blocks-stack .wp-block-paragraph {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack p,
  .mad-inner-blocks-stack .wp-block-paragraph {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack p,
  .mad-inner-blocks-stack .wp-block-paragraph {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.mad-inner-blocks-stack .has-ui-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.mad-inner-blocks-stack .has-ui-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .mad-inner-blocks-stack .has-ui-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .mad-inner-blocks-stack .has-ui-font-size {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.mad-inner-blocks-stack .has-small-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.mad-inner-blocks-stack .has-small-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .mad-inner-blocks-stack .has-small-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .mad-inner-blocks-stack .has-small-font-size {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.mad-inner-blocks-stack .has-base-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.mad-inner-blocks-stack .has-base-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .mad-inner-blocks-stack .has-base-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .mad-inner-blocks-stack .has-base-font-size {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.mad-inner-blocks-stack .has-medium-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.mad-inner-blocks-stack .has-medium-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .mad-inner-blocks-stack .has-medium-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .mad-inner-blocks-stack .has-medium-font-size {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.mad-inner-blocks-stack .has-large-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.mad-inner-blocks-stack .has-large-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .mad-inner-blocks-stack .has-large-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .mad-inner-blocks-stack .has-large-font-size {
    font-size: 1.75rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.mad-inner-blocks-stack .has-x-large-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.mad-inner-blocks-stack .has-x-large-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .mad-inner-blocks-stack .has-x-large-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .mad-inner-blocks-stack .has-x-large-font-size {
    font-size: 2.25rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.mad-inner-blocks-stack .has-display-xl-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 0.96;
  font-weight: 500;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.mad-inner-blocks-stack .has-display-xl-font-size {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .mad-inner-blocks-stack .has-display-xl-font-size {
    font-size: calc(32px + 18 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .mad-inner-blocks-stack .has-display-xl-font-size {
    font-size: 3.125rem;
  }
}

.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading {
  margin: 0;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
  color: var(--wp--preset--color--primary) !important;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size {
    font-size: 2.25rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  font-size: 1.75rem !important;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size {
    font-size: 1.75rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.875rem !important;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.8125rem !important;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size {
    font-size: 0.8125rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  color: var(--wp--preset--color--primary);
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 2.25rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 1.75rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.8125rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack p,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.editor-styles-wrapper .mad-inner-blocks-stack p,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack p,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack p,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size {
    font-size: 0.8125rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size {
    font-size: 0.8125rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size {
    font-size: 1.75rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size {
    font-size: 2.25rem;
  }
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 0.96;
  font-weight: 500;
}
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size {
    font-size: calc(32px + 18 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size {
    font-size: 3.125rem;
  }
}

.wp-site-blocks .wp-block-heading,
.editor-styles-wrapper .wp-block-heading {
  margin: 0;
}
.wp-site-blocks .wp-block-heading.has-heading-h1-font-size, .wp-site-blocks .wp-block-heading.has-heading-h2-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
  color: var(--wp--preset--color--primary) !important;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.wp-site-blocks .wp-block-heading.has-heading-h1-font-size, .wp-site-blocks .wp-block-heading.has-heading-h2-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading.has-heading-h1-font-size, .wp-site-blocks .wp-block-heading.has-heading-h2-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading.has-heading-h1-font-size, .wp-site-blocks .wp-block-heading.has-heading-h2-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
    font-size: 2.25rem;
  }
}
.wp-site-blocks .wp-block-heading.has-heading-h3-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  font-size: 1.75rem !important;
}
.wp-site-blocks .wp-block-heading.has-heading-h3-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading.has-heading-h3-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading.has-heading-h3-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
    font-size: 1.75rem;
  }
}
.wp-site-blocks .wp-block-heading.has-heading-h4-font-size, .wp-site-blocks .wp-block-heading.has-heading-h5-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.875rem !important;
}
.wp-site-blocks .wp-block-heading.has-heading-h4-font-size, .wp-site-blocks .wp-block-heading.has-heading-h5-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading.has-heading-h4-font-size, .wp-site-blocks .wp-block-heading.has-heading-h5-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading.has-heading-h4-font-size, .wp-site-blocks .wp-block-heading.has-heading-h5-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .wp-block-heading.has-heading-h6-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.8125rem !important;
}
.wp-site-blocks .wp-block-heading.has-heading-h6-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading.has-heading-h6-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading.has-heading-h6-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
    font-size: 0.8125rem;
  }
}
.wp-site-blocks .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  color: var(--wp--preset--color--primary);
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.wp-site-blocks .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 2.25rem;
  }
}
.wp-site-blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.wp-site-blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 1.75rem;
  }
}
.wp-site-blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.wp-site-blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.wp-site-blocks .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.wp-site-blocks .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.8125rem;
  }
}
.wp-site-blocks p,
.wp-site-blocks .wp-block-paragraph,
.editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-paragraph {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.wp-site-blocks p,
.wp-site-blocks .wp-block-paragraph,
.editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-paragraph {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks p,
  .wp-site-blocks .wp-block-paragraph,
  .editor-styles-wrapper p,
  .editor-styles-wrapper .wp-block-paragraph {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks p,
  .wp-site-blocks .wp-block-paragraph,
  .editor-styles-wrapper p,
  .editor-styles-wrapper .wp-block-paragraph {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-ui-font-size,
.wp-site-blocks .has-ui-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .has-ui-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.wp-site-blocks .wp-block-paragraph.has-ui-font-size,
.wp-site-blocks .has-ui-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .has-ui-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-ui-font-size,
  .wp-site-blocks .has-ui-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .has-ui-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-ui-font-size,
  .wp-site-blocks .has-ui-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .has-ui-font-size {
    font-size: 0.8125rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-small-font-size,
.wp-site-blocks .has-small-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.wp-site-blocks .wp-block-paragraph.has-small-font-size,
.wp-site-blocks .has-small-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-small-font-size,
  .wp-site-blocks .has-small-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .has-small-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-small-font-size,
  .wp-site-blocks .has-small-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .has-small-font-size {
    font-size: 0.8125rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-base-font-size,
.wp-site-blocks .has-base-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .has-base-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.wp-site-blocks .wp-block-paragraph.has-base-font-size,
.wp-site-blocks .has-base-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .has-base-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-base-font-size,
  .wp-site-blocks .has-base-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .has-base-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-base-font-size,
  .wp-site-blocks .has-base-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .has-base-font-size {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-medium-font-size,
.wp-site-blocks .has-medium-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.wp-site-blocks .wp-block-paragraph.has-medium-font-size,
.wp-site-blocks .has-medium-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-medium-font-size,
  .wp-site-blocks .has-medium-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .has-medium-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-medium-font-size,
  .wp-site-blocks .has-medium-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .has-medium-font-size {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-large-font-size,
.wp-site-blocks .has-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.wp-site-blocks .wp-block-paragraph.has-large-font-size,
.wp-site-blocks .has-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-large-font-size,
  .wp-site-blocks .has-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .has-large-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-large-font-size,
  .wp-site-blocks .has-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .has-large-font-size {
    font-size: 1.75rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-x-large-font-size,
.wp-site-blocks .has-x-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .has-x-large-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.wp-site-blocks .wp-block-paragraph.has-x-large-font-size,
.wp-site-blocks .has-x-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .has-x-large-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-x-large-font-size,
  .wp-site-blocks .has-x-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .has-x-large-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-x-large-font-size,
  .wp-site-blocks .has-x-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .has-x-large-font-size {
    font-size: 2.25rem;
  }
}
.wp-site-blocks .wp-block-paragraph.has-display-xl-font-size,
.wp-site-blocks .has-display-xl-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .has-display-xl-font-size {
  font-family: "Outfit", sans-serif;
  line-height: 0.96;
  font-weight: 500;
}
.wp-site-blocks .wp-block-paragraph.has-display-xl-font-size,
.wp-site-blocks .has-display-xl-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .has-display-xl-font-size {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks .wp-block-paragraph.has-display-xl-font-size,
  .wp-site-blocks .has-display-xl-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .has-display-xl-font-size {
    font-size: calc(32px + 18 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks .wp-block-paragraph.has-display-xl-font-size,
  .wp-site-blocks .has-display-xl-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .has-display-xl-font-size {
    font-size: 3.125rem;
  }
}

.frm-fluent-form .ff-el-input--label label {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 0;
  color: var(--wp--preset--color--gray-dark);
}
.frm-fluent-form .ff-el-input--label label {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-input--label label {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-input--label label {
    font-size: 0.75rem;
  }
}
.frm-fluent-form .ff-el-form-control {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.6875rem 0.625rem 0.5625rem 0.625rem;
  border-radius: 10px;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--gray-light);
}
.frm-fluent-form .ff-el-form-control {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-form-control {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-form-control {
    font-size: 0.75rem;
  }
}
.frm-fluent-form .ff-el-form-control::placeholder {
  opacity: 0.5;
}
.frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: inherit;
  margin: 0;
}
.frm-fluent-form .ff-el-form-check-label,
.frm-fluent-form .ff_tc_label {
  align-items: flex-start !important;
  gap: 0.5rem;
  cursor: pointer;
}
.frm-fluent-form .ff-el-tc label.ff_tc_label > span {
  padding-top: 1px !important;
}
.frm-fluent-form .ff-el-tc .ff_tc_checkbox {
  flex-shrink: 0;
  line-height: 0;
}
.frm-fluent-form .ff-el-tc .ff-el-form-check-input {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.125rem 0 0;
  padding: 0;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 0.125rem;
  background-color: var(--wp--preset--color--white);
  cursor: pointer;
  accent-color: unset;
}
.frm-fluent-form .ff-el-tc .ff-el-form-check-input:checked {
  background-color: var(--wp--preset--color--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4.5L3.5 7L9 1.5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem 0.5rem;
}
.frm-fluent-form .ff-el-tc .ff-el-form-check-input:focus-visible {
  outline: 0.125rem solid color-mix(in srgb, var(--wp--preset--color--primary) 35%, transparent);
  outline-offset: 0.125rem;
}
.frm-fluent-form .ff-el-tc .ff_t_c {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.frm-fluent-form .ff-el-tc .ff_t_c {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-tc .ff_t_c {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-tc .ff_t_c {
    font-size: 0.625rem;
  }
}
.frm-fluent-form .ff-el-tc .ff_t_c p {
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: inherit;
}
.frm-fluent-form .ff-el-tc .ff_t_c p {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-tc .ff_t_c p {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-tc .ff_t_c p {
    font-size: 0.625rem;
  }
}
.frm-fluent-form .ff-el-tc .ff_t_c a {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.frm-fluent-form .ff-el-tc .ff_t_c a:hover {
  color: var(--wp--preset--color--primary);
}
.frm-fluent-form .ff_submit_btn_wrapper {
  margin-top: 1rem;
}
.frm-fluent-form .ff_submit_btn_wrapper .c-btn.ff-btn-submit {
  width: auto;
  min-width: 0;
  min-height: 0;
  text-transform: none;
  opacity: 1;
}
.frm-fluent-form .ff_submit_btn_wrapper .c-btn.ff-btn-submit:hover {
  opacity: 1;
}

.ff-message-success {
  box-shadow: none;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
  border: 0;
}
.ff-message-success {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .ff-message-success {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .ff-message-success {
    font-size: 0.8125rem;
  }
}