.av-hero {
  background-color: #F8F7F4;
}
.av-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 33px 90px 60px;
}
.av-hero__visual {
  position: relative;
  flex-shrink: 0;
  width: 460.368px;
  height: 565.728px;
}
.av-hero__portrait {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 95.469%;
  height: 97.074%;
  transform: translate(-50%, -50%) rotate(-2.21deg);
  user-select: none;
  pointer-events: none;
}
.av-hero__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.av-hero__stamp {
  position: absolute;
  top: 449.796px;
  left: 175.836px;
  display: block;
  width: 152.076px;
  height: 150.36px;
  user-select: none;
  pointer-events: none;
}
.av-hero__stamp img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.av-hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  width: 551px;
}
.av-hero__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.av-hero__eyebrow {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-hero__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 45px;
  letter-spacing: -1.15px;
  color: #2A2C29;
}
.av-hero__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.av-hero__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.av-hero__cta {
  padding: 16px 20px;
  border-radius: 80px;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
}
.av-hero__cta--primary {
  min-width: 156px;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-hero__inner {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-hero {
    overflow: hidden;
  }
  .av-hero__inner {
    justify-content: flex-end;
    gap: 10px;
    min-height: 396px;
    padding: 38px 45px 50px;
  }
  .av-hero__visual {
    position: absolute;
    top: 40.88px;
    left: 14.86px;
    width: 362.31px;
    height: 445.23px;
  }
  .av-hero__stamp {
    display: none;
  }
  .av-hero__content {
    width: 379px;
    text-align: center;
  }
  .av-hero__eyebrow {
    font-size: 0.875rem;
  }
  .av-hero__title {
    font-size: 40px;
    line-height: 45px;
  }
  .av-hero__actions {
    justify-content: center;
  }
  .av-hero__cta {
    flex: 1 0 0;
    min-width: 0;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-hero__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 29px 20px 45px;
  }
  .av-hero__visual {
    width: 66.99%;
    max-width: 362.31px;
    height: auto;
    aspect-ratio: 234.474/288.139;
  }
  .av-hero__stamp {
    display: none;
  }
  .av-hero__content {
    width: 100%;
    text-align: center;
  }
  .av-hero__eyebrow {
    font-size: 0.875rem;
  }
  .av-hero__title {
    font-size: clamp(30px, 10.26vw, 40px);
    line-height: 1;
  }
  .av-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }
  .av-hero__cta {
    width: 100%;
  }
  .av-hero__cta--primary {
    min-width: 0;
  }
}
.av-greenback {
  padding: 80px 90px 45px;
}
.av-greenback__panel {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 35px;
  background-color: #FFFFFF;
}
.av-greenback__pitch {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  min-width: 0;
}
.av-greenback__heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.av-greenback__eyebrow {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #B55C36;
  font-variation-settings: "opsz" 14;
}
.av-greenback__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 36px;
  color: #2A2C29;
  word-break: break-word;
}
.av-greenback__title em {
  font-style: italic;
  color: #137461;
}
.av-greenback__title i {
  font-style: italic;
}
.av-greenback__text {
  margin: 0;
  max-width: 421px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  color: #707070;
  font-variation-settings: "opsz" 14;
}
.av-greenback__cta {
  padding: 15px 20px 16px;
  border-radius: 80px;
  font-size: 15px;
  line-height: normal;
}
.av-greenback__cta[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}
.av-greenback__simulator {
  order: -1;
  display: flex;
  flex: 0 0 481px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 30px 30px 20px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 10px;
  background-color: rgba(223, 232, 230, 0.4);
}
.av-greenback__gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.av-greenback__fee {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: normal;
  color: #137461;
  white-space: nowrap;
}
.av-greenback__refund {
  margin: 0;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #137461;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.075px;
  color: #FFFFFF;
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
}
.av-greenback__control {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}
.av-greenback__control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.av-greenback__control-label {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-greenback__control-value {
  padding: 5px 15px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 50px;
  background-color: #FFFFFF;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 16px;
  letter-spacing: -0.115px;
  color: #137461;
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
}
.av-greenback__slider {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
}
.av-greenback__slider.home-profiles__slider--instant .av-greenback__track-fill,
.av-greenback__slider.home-profiles__slider--instant .av-greenback__thumb {
  transition: none;
}
.av-greenback__range {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.av-greenback__range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
}
.av-greenback__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 0;
}
.av-greenback__track {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 50px;
  background-color: rgba(204, 204, 204, 0.3);
}
.av-greenback__track-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(24px / 2 + (100% - 24px) * var(--slider-pos, 0) / 100);
  height: 100%;
  border-radius: 50px;
  background-color: #137461;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.av-greenback__thumb {
  position: absolute;
  top: 50%;
  left: calc(24px / 2 + (100% - 24px) * var(--slider-pos, 0) / 100);
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #137461;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.av-greenback__range:focus-visible ~ .av-greenback__track .av-greenback__thumb {
  box-shadow: 0 0 0 4px rgba(19, 116, 97, 0.25);
}
.av-greenback__scale {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-top: 5px;
}
.av-greenback__scale-step {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(42, 44, 41, 0.7);
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
  transition: all 0.25s ease-in-out;
}
.av-greenback__scale-step.home-profiles__scale-step--active {
  font-weight: 600;
  color: #137461;
}
.av-greenback__data {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .av-greenback__track-fill, .av-greenback__thumb {
    transition: none;
  }
}
@media (min-width: 1300px) and (max-width: 1620px) {
  .av-greenback {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-greenback {
    padding: 80px 45px;
  }
  .av-greenback__panel {
    flex-direction: column;
    align-items: stretch;
  }
  .av-greenback__simulator {
    order: 0;
    flex: 0 0 auto;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-greenback {
    padding: 45px 20px;
  }
  .av-greenback__panel {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 30px 20px 20px;
  }
  .av-greenback__title {
    font-size: 1.875rem;
    line-height: 33px;
  }
  .av-greenback__text {
    max-width: none;
    font-size: 16px;
  }
  .av-greenback__cta {
    width: 100%;
  }
  .av-greenback__simulator {
    order: 0;
    flex: 0 0 auto;
    border-radius: 20px;
  }
  .av-greenback__fee {
    font-size: clamp(48px, 40vw - 64px, 80px);
  }
  .av-greenback__control-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.av-serieuse {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0 90px 80px;
}
.av-serieuse__inner {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
.av-serieuse__intro {
  position: relative;
  display: flex;
  align-items: center;
  gap: 38px;
  min-height: 518px;
  padding: 45px 45px 30px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 35px;
  background-color: rgba(223, 232, 230, 0.5);
  overflow: hidden;
}
.av-serieuse__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 41px;
  z-index: 2;
  gap: 1.69px;
  padding: 15.67px 34.51px 15.67px 31.37px;
  border-radius: 0 0 31.35px 31.35px;
  background-color: #FFFFFF;
}
.av-serieuse__badge-text {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 27.08px;
  line-height: 47.39px;
  color: #2A2C29;
  white-space: nowrap;
}
.av-serieuse__badge-logo {
  display: block;
  flex-shrink: 0;
  width: 63.08px;
  height: auto;
}
.av-serieuse__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 547px;
  max-width: 100%;
}
.av-serieuse__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.83px;
  color: #2A2C29;
  word-break: break-word;
}
.av-serieuse__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.av-serieuse__lead {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}
.av-serieuse__ctas {
  display: flex;
  align-items: center;
  gap: 8px;
}
.av-serieuse__cta {
  width: 155px;
  padding: 15px 20px 16px;
  border-radius: 80px;
  font-size: 15px;
}
.av-serieuse__visual {
  position: absolute;
  top: 14.47px;
  right: 108.21px;
  display: block;
}
.av-serieuse__portrait {
  display: block;
  width: 539.44px;
  height: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}
.av-serieuse__highlight {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 311px;
  margin-top: -65px;
  padding: 30px 30px 20px;
  border-radius: 35px;
  background-color: #137461;
}
.av-serieuse__figures {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 10px;
  width: 500px;
}
.av-serieuse__stats {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-height: 0;
}
.av-serieuse__stats-row {
  display: flex;
  flex: 1 0 0;
  gap: 10px;
  min-height: 0;
}
.av-serieuse__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  gap: 11.5px;
  min-width: 0;
  padding-block: 24.5px;
  padding-inline: 27px;
  border: 1px solid rgba(19, 116, 97, 0.1);
  border-radius: 15px;
  background-color: #DFE8E6;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .av-serieuse__stats:hover .av-serieuse__stat {
    transform: translateY(-2px);
  }
  .av-serieuse__stat:hover {
    transform: translateY(-6px);
    border-color: rgba(19, 116, 97, 0.35);
    background-color: #FFFFFF;
    box-shadow: 0 14px 26px rgba(42, 44, 41, 0.14);
  }
  .av-serieuse__stat:hover .av-serieuse__stat-value {
    transform: scale(1.05);
  }
}
.av-serieuse__stat-value {
  transition: transform 0.35s var(--ease);
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 60px;
  color: #137461;
  white-space: nowrap;
}
.av-serieuse__stat-label {
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 13.67px;
  color: #2A2C29;
}
.av-serieuse__notice {
  margin: 0;
  max-width: 290px;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 13.67px;
  color: #FFFFFF;
  text-align: center;
}
.av-serieuse__claim {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 40px;
  color: #FFFFFF;
}
.av-serieuse__stat {
  padding-inline: 0;
}

@media (max-width: calc(1300px - 1px)) {
  .av-serieuse__badge {
    gap: 1.45px;
    padding: 13.42px 29.55px 13.42px 26.86px;
    border-radius: 0 0 26.85px 26.85px;
  }
  .av-serieuse__badge-text {
    font-size: 23.19px;
    line-height: 40.59px;
  }
  .av-serieuse__badge-logo {
    width: 54.02px;
  }
}
@media (min-width: 1300px) and (max-width: 1620px) {
  .av-serieuse {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-serieuse {
    padding: 0 45px 80px;
  }
  .av-serieuse__intro {
    gap: 0;
    min-height: 499.61px;
    padding: 45px 0 60px 45px;
  }
  .av-serieuse__content {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin-right: -62px;
  }
  .av-serieuse__visual {
    position: static;
    flex: 0 0 315.8px;
    align-self: flex-start;
  }
  .av-serieuse__portrait {
    width: 315.8px;
  }
  .av-serieuse__highlight {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 0;
    border-radius: 0 0 35px 35px;
  }
  .av-serieuse__figures {
    width: 100%;
  }
  .av-serieuse__stats {
    flex: 0 0 auto;
  }
  .av-serieuse__stats-row {
    flex: 0 0 auto;
  }
  .av-serieuse__stat {
    padding-block: 13.75px;
  }
  .av-serieuse__claim br {
    display: none;
  }
  .av-serieuse__claim {
    text-align: center;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-serieuse {
    padding: 0 20px 45px;
  }
  .av-serieuse__intro {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 95px 20px 100px;
  }
  .av-serieuse__content {
    width: 100%;
    text-align: center;
  }
  .av-serieuse__title {
    font-size: 2.5rem;
    line-height: 40px;
  }
  .av-serieuse__lead {
    font-size: 1.125rem;
  }
  .av-serieuse__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .av-serieuse__cta {
    width: 100%;
    padding: 16px 20px 17px;
    font-size: 1.125rem;
  }
  .av-serieuse__visual {
    display: none;
  }
  .av-serieuse__highlight {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 0;
    padding: 30px 20px 20px;
  }
  .av-serieuse__figures {
    width: 100%;
  }
  .av-serieuse__stats {
    flex: 0 0 auto;
  }
  .av-serieuse__stats-row {
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
  }
  .av-serieuse__claim {
    text-align: center;
  }
  .av-serieuse__claim br {
    display: none;
  }
  .av-serieuse__highlight {
    border-radius: 0 0 35px 35px;
  }
  .av-serieuse__claim {
    font-size: 1.875rem;
    line-height: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .av-serieuse__stat {
    transition: none;
  }
  .av-serieuse__stat:hover, .av-serieuse__stats:hover .av-serieuse__stat {
    transform: none;
  }
  .av-serieuse__stat:hover .av-serieuse__stat-value {
    transform: none;
  }
  .av-serieuse__stat-value {
    transition: none;
  }
}
.av-meilleur {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.6s;
  padding: 80px;
  background-color: #F8F7F4;
  transition: background-color var(--duration) var(--ease);
}
.av-meilleur[data-active=securite] {
  background-color: #DFE8E6;
}
.av-meilleur[data-active=frais] {
  background-color: #F8E7E7;
}
.av-meilleur__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.av-meilleur__eyebrow {
  margin: 0 0 15px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #2A2C29;
  text-align: center;
  font-variation-settings: "opsz" 14;
}
.av-meilleur__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
  text-align: center;
}
.av-meilleur__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.8302px;
  color: #2A2C29;
  word-break: break-word;
}
.av-meilleur__title em {
  font-style: italic;
  color: #137461;
}
.av-meilleur__wrap {
  display: none;
}
.av-meilleur__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-meilleur__tabs {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 35px;
  padding: 6px 20px 6px 6px;
  border: 2px solid rgba(204, 204, 204, 0.3);
  border-radius: 1000px;
  background-color: #FFFFFF;
}
.av-meilleur__tab {
  flex-shrink: 0;
  padding: 10px;
  border: 0;
  border-radius: 1000px;
  background-color: transparent;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(42, 44, 41, 0.7);
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.av-meilleur__tab:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}
.av-meilleur__tab[aria-selected=true] {
  padding: 10px 20px;
  background-color: #137461;
  font-weight: 500;
  color: #FFFFFF;
  cursor: default;
}
.av-meilleur__panels {
  position: relative;
  width: 100%;
  margin-top: 35px;
}
.av-meilleur__panel:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}
.av-meilleur__panel[hidden] {
  display: none;
}
.av-meilleur__cards {
  display: flex;
  gap: 15px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.av-meilleur__card {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.av-meilleur__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 10px;
  background-color: #FFFFFF;
}
.av-meilleur__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.av-meilleur__card-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -1.15px;
  color: #2A2C29;
  word-break: break-word;
}
.av-meilleur__card-title em {
  font-style: italic;
  color: #137461;
}
.av-meilleur__card-title em.av-meilleur__figure {
  font-weight: 600;
}
.av-meilleur__card-title em.av-meilleur__ink {
  color: #2A2C29;
}
.av-meilleur__card-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 16px;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}
.av-meilleur__sticker {
  position: absolute;
  top: -27.45px;
  right: -35px;
  z-index: 2;
  display: block;
  width: 87px;
  height: 86px;
  user-select: none;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-meilleur {
    padding: 80px 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-meilleur__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .av-meilleur__card {
    min-height: 209px;
  }
  .av-meilleur__sticker {
    top: -43px;
    right: 0;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-meilleur {
    padding: 45px 20px;
  }
  .av-meilleur__eyebrow {
    margin-bottom: 10px;
  }
  .av-meilleur__title {
    font-size: 2.5rem;
    line-height: 40px;
  }
  .av-meilleur__wrap {
    display: inline;
  }
  .av-meilleur__subtitle {
    font-size: 1.125rem;
  }
  .av-meilleur__tabs {
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
    padding: 6px;
  }
  .av-meilleur__tab {
    min-width: 0;
    padding: 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .av-meilleur__tab[aria-selected=true] {
    padding: 10px 20px;
  }
  .av-meilleur__panels {
    margin-top: 15px;
  }
  .av-meilleur__cards {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    cursor: grab;
  }
  .av-meilleur__cards::-webkit-scrollbar {
    display: none;
  }
  .av-meilleur__cards--dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .av-meilleur__card {
    flex: 0 0 282.5px;
    min-height: 209px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .av-meilleur__sticker {
    top: -35px;
    right: 0;
    width: 70px;
    height: 69px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .av-meilleur,
  .av-meilleur__tab {
    transition: none;
  }
}
.av-fonds {
  padding: 80px 90px;
  background-color: #FFFFFF;
}
.av-fonds__inner {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 1440px;
  margin: 0 auto;
}
.av-fonds__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.av-fonds__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.83px;
  color: #2A2C29;
}
.av-fonds__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.av-fonds__lead {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-fonds__grid {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}
.av-fonds__chart {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 0;
  padding: 45px 24px 24px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 30px;
  background-color: rgba(247, 240, 229, 0.5);
}
.av-fonds__chart-plot {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
.av-fonds__chart-col {
  display: flex;
  flex: 0 1 99px;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.av-fonds__chart-track {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 168px;
}
.av-fonds__chart-bar {
  width: 80px;
  max-width: 100%;
  height: calc(var(--av-bar, 0) * 1%);
  margin: 0 auto;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 10px;
}
.av-fonds__chart-col--livret .av-fonds__chart-bar {
  background-color: #DD9127;
}
.av-fonds__chart-col--marche .av-fonds__chart-bar {
  background-color: #DFE8E6;
}
.av-fonds__chart-col--carac .av-fonds__chart-bar {
  background-color: #137461;
}
.av-fonds__chart-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 33px;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  color: #2A2C29;
  text-align: center;
}
.av-fonds__chart-col--carac .av-fonds__chart-value {
  font-weight: 600;
  font-size: 33px;
}
.av-fonds__chart-label {
  min-height: 32px;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.av-fonds__chart-name {
  display: block;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-fonds__chart-scope {
  display: block;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #707070;
  font-variation-settings: "opsz" 14;
}
.av-fonds__chart-caption {
  margin: 0;
  width: 100%;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  font-variation-settings: "opsz" 14;
}
.av-fonds__intro {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}
.av-fonds__table-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #2A2C29;
}
.av-fonds__table-title em {
  font-style: italic;
  color: #137461;
}
.av-fonds__table {
  width: 100%;
  border-collapse: collapse;
}
.av-fonds__table th,
.av-fonds__table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(42, 44, 41, 0.15);
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  line-height: 1.5;
  text-align: left;
  font-variation-settings: "opsz" 14;
}
.av-fonds__table thead th {
  padding: 9px 12px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #707070;
}
.av-fonds__table tbody th {
  font-weight: 400;
  font-size: 0.875rem;
  color: #2A2C29;
}
.av-fonds__table tbody td {
  font-weight: 700;
  font-size: 0.875rem;
  color: #2A2C29;
}
.av-fonds__summary {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-fonds__source {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #707070;
  font-variation-settings: "opsz" 14;
}
.av-fonds__boost {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 45px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 35px;
  background-color: #137461;
  overflow: hidden;
}
.av-fonds__boost-head {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-width: 0;
}
.av-fonds__boost-headline {
  margin: 0;
  width: 100%;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 55.11px;
  line-height: 1;
  letter-spacing: -1.48px;
  color: #FFFFFF;
  text-align: center;
}
.av-fonds__boost-subhead {
  margin: 0;
  width: 100%;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 26.45px;
  line-height: 1;
  letter-spacing: -1.48px;
  color: #FFFFFF;
  text-align: center;
}
.av-fonds__boost-subhead em {
  font-style: italic;
}
.av-fonds__boost-period {
  margin: 0;
}
.av-fonds__boost-period > span {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 1000px;
  background-color: #FFFFFF;
  transform: rotate(-4.09deg);
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.94px;
  color: #137461;
  font-variation-settings: "opsz" 14;
}
.av-fonds__boost-body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 0;
}
.av-fonds__boost-visual {
  position: absolute;
  top: 242.95px;
  left: calc(25% - 247.71px);
  display: block;
  transform: rotate(7.8deg);
  transform-origin: center;
}
.av-fonds__boost-photo {
  display: block;
  width: 484.52px;
  height: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}
.av-fonds__boost-detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.av-fonds__tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 15px;
  row-gap: 5px;
}
.av-fonds__tier {
  display: grid;
  grid-row: 1/-1;
  grid-template-rows: subgrid;
  row-gap: 5px;
  min-width: 0;
  padding: 14px 20px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 10px;
  background-color: #FFFFFF;
}
.av-fonds__tier-threshold, .av-fonds__tier-assumption {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(42, 44, 41, 0.85);
  font-variation-settings: "opsz" 14;
}
.av-fonds__tier-threshold {
  font-weight: 400;
}
.av-fonds__tier-assumption {
  font-weight: 500;
}
.av-fonds__tier-bonus {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #2A2C29;
}
.av-fonds__boost-lead {
  margin: 0;
  max-width: 499px;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  line-height: 1.2;
  color: #FFFFFF;
}
.av-fonds__mentions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.av-fonds__mention {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-variation-settings: "opsz" 14;
}
.av-fonds__mention--strong {
  font-weight: 600;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-fonds {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-fonds {
    padding: 80px 45px;
  }
  .av-fonds__grid {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
  }
  .av-fonds__chart, .av-fonds__intro {
    flex: 0 0 auto;
  }
  .av-fonds__boost {
    flex-direction: column;
    align-items: center;
  }
  .av-fonds__boost-head, .av-fonds__boost-body {
    flex: 0 0 auto;
    align-items: center;
    width: 100%;
  }
  .av-fonds__boost-visual {
    position: static;
    margin-bottom: -20px;
    transform: rotate(7.8deg);
  }
  .av-fonds__boost-detail {
    position: relative;
    z-index: 1;
  }
  .av-fonds__boost-photo {
    width: 393.78px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-fonds {
    padding: 45px 20px;
  }
  .av-fonds__title {
    font-size: 2.5rem;
    line-height: 40px;
  }
  .av-fonds__lead {
    font-size: 1.125rem;
  }
  .av-fonds__grid {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
  }
  .av-fonds__chart, .av-fonds__intro {
    flex: 0 0 auto;
  }
  .av-fonds__chart-plot {
    gap: 10px;
  }
  .av-fonds__boost {
    flex-direction: column;
    align-items: center;
    padding: 45px 20px;
    overflow: clip;
    overflow-clip-margin: 20px;
  }
  .av-fonds__boost-head, .av-fonds__boost-body {
    flex: 0 0 auto;
    align-items: center;
    width: 100%;
  }
  .av-fonds__boost-visual {
    position: static;
    width: min(393.78px, 112.51% + 47.26px);
    max-width: none;
    margin-right: calc(-1 * min(4.1px, 1.17% + 0.49px));
    margin-bottom: max(-20px, -5.716% - 2.4px);
    margin-left: min(4.1px, 1.17% + 0.49px);
    transform: rotate(7.8deg);
  }
  .av-fonds__boost-detail {
    position: relative;
    z-index: 1;
  }
  .av-fonds__boost-photo {
    width: 100%;
    max-width: none;
  }
  .av-fonds__tiers {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 15px;
  }
  .av-fonds__tier {
    grid-row: auto;
    grid-template-rows: none;
    padding: 14px 15px;
    text-align: center;
  }
  .av-fonds__boost-lead {
    line-height: 1.14;
  }
}
.av-modes {
  padding: 110px 90px 0;
}
.av-modes__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 1440px;
  margin: 0 auto;
}
.av-modes__eyebrow {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-modes__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  width: 100%;
}
.av-modes__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.av-modes__title {
  max-width: 547px;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.8302px;
  color: #2A2C29;
}
.av-modes__title em {
  font-style: italic;
  color: #137461;
}
.av-modes__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-modes__tablist {
  display: flex;
  align-items: center;
  gap: 8.722px;
  padding: 6px 20px 6px 6px;
  border: 2px solid rgba(204, 204, 204, 0.3);
  border-radius: 1000px;
  background-color: #FFFFFF;
}
.av-modes__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 20px;
  border: 0;
  border-radius: 1000px;
  background-color: transparent;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  white-space: nowrap;
  color: rgba(42, 44, 41, 0.7);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.av-modes__tab:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}
.av-modes__tab--active {
  background-color: #137461;
  font-weight: 500;
  color: #FFFFFF;
}
.av-modes__panels {
  width: 100%;
}
.av-modes__panel {
  display: flex;
  align-items: stretch;
  gap: 25px;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 35px;
  background-color: #FFFFFF;
}
.av-modes__panel[hidden] {
  display: none;
}
.av-modes__text {
  display: flex;
  flex: 1 0 0;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.av-modes__text-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.av-modes__badge-missing {
  align-self: flex-start;
  margin: 0;
}
.av-modes__badge {
  align-self: flex-start;
  margin: 0;
  padding: 10px 20px;
  border-radius: 1000px;
  background-color: #137461;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}
.av-modes__panel-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: -0.8302px;
  color: #2A2C29;
}
.av-modes__panel-title em {
  font-style: italic;
  color: #137461;
}
.av-modes__description {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-modes__advantages {
  display: flex;
  flex: 1 0 0;
  min-width: 0;
  flex-direction: column;
  gap: 25px;
  padding: 20px 30px 30px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 20px;
  background-color: rgba(204, 204, 204, 0.1);
}
.av-modes__advantages-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.av-modes__advantages-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.8302px;
  color: #137461;
}
.av-modes__advantage-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.av-modes__advantage {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: -0.1504px;
  color: #2A2C29;
}
.av-modes__advantage-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.av-modes__actions {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.av-modes__cta {
  display: flex;
  flex: 1 0 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}
.av-modes__cta:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-modes {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-modes {
    padding: 80px 45px 0;
  }
  .av-modes__panel {
    flex-direction: column;
  }
  .av-modes__actions {
    flex-direction: column;
  }
  .av-modes__cta {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-modes {
    padding: 45px 20px 0;
  }
  .av-modes__title {
    font-size: clamp(30px, 10.26vw, 40px);
    line-height: 1;
  }
  .av-modes__panel {
    flex-direction: column;
  }
  .av-modes__actions {
    flex-direction: column;
  }
  .av-modes__cta {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .av-modes__tab {
    transition: none;
  }
}
.av-curseur {
  margin-top: 110px;
  background-color: #F8E7E7;
  overflow: hidden;
}
.av-curseur__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 90px;
}
.av-curseur__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 570px;
}
.av-curseur__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.av-curseur__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.av-curseur__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 45px;
  color: #2A2C29;
}
.av-curseur__title em {
  font-style: italic;
  color: #137461;
}
.av-curseur__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  color: rgba(42, 44, 41, 0.8);
  font-variation-settings: "opsz" 14;
}
.av-curseur__tablist {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 23px 7px 7px;
  border: 2px solid rgba(204, 204, 204, 0.3);
  border-radius: 1000px;
  background-color: #FFFFFF;
}
.av-curseur__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 23px;
  border: 0;
  border-radius: 1000px;
  background-color: transparent;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  color: rgba(42, 44, 41, 0.7);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.av-curseur__tab:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}
.av-curseur__tab--active {
  background-color: #137461;
  font-weight: 500;
  color: #FFFFFF;
}
.av-curseur__panel[hidden] {
  display: none;
}
.av-curseur__cards {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.av-curseur__card {
  position: relative;
  display: flex;
  flex: 1 0 0;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding: 15px 11px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.av-curseur__card--featured {
  border-color: #137461;
  background-color: #FFFFFF;
}
.av-curseur__card-label {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: normal;
  text-align: center;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}
.av-curseur__card-value {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 22px;
  letter-spacing: -0.22px;
  text-align: center;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-curseur__card-note {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: normal;
  text-align: center;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}
.av-curseur__notice {
  margin: 0;
  padding-top: 11px;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4875;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}
.av-curseur__photo {
  position: absolute;
  top: 73.81px;
  right: 27.099px;
  width: 613.901px;
  height: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-curseur__inner {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-curseur {
    margin-top: 80px;
  }
  .av-curseur__inner {
    padding: 80px 45px;
  }
  .av-curseur__content {
    flex: 1 0 0;
    min-width: 0;
    width: auto;
  }
  .av-curseur__photo {
    display: none;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-curseur {
    margin-top: 45px;
  }
  .av-curseur__inner {
    padding: 80px 20px 45px;
  }
  .av-curseur__content {
    flex: 1 0 0;
    min-width: 0;
    width: auto;
  }
  .av-curseur__title {
    font-size: clamp(30px, 10.26vw, 40px);
    line-height: 1;
  }
  .av-curseur__tablist {
    width: 100%;
    gap: 5px;
    padding: 7px;
  }
  .av-curseur__tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 4px;
    font-size: 0.75rem;
  }
  .av-curseur__photo {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .av-curseur__tab {
    transition: none;
  }
}
.av-outil-prefere {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.6s;
  padding: 110px 90px 0;
}
.av-outil-prefere__panel {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 45px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 35px;
  background-color: #137461;
}
.av-outil-prefere__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.av-outil-prefere__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  color: #FFFFFF;
  word-break: break-word;
}
.av-outil-prefere__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 25px;
  color: #FFFFFF;
  font-variation-settings: "opsz" 14;
}
.av-outil-prefere__strip {
  display: flex;
  gap: 15px;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.av-outil-prefere__strip:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.av-outil-prefere__card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  flex: 1 0 0;
  min-width: 0;
  min-height: 335px;
  padding: 45px 15px;
  border: 1px solid rgba(223, 232, 230, 0.1);
  border-radius: 25px;
  background-color: #FFFFFF;
  overflow: clip;
  transition: grid-template-rows var(--duration) var(--ease);
}
.av-outil-prefere__body {
  position: relative;
  grid-row: 2;
  width: 100%;
}
.av-outil-prefere__toggle {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: gap var(--duration) var(--ease);
}
.av-outil-prefere__toggle:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}
.av-outil-prefere__icon {
  display: block;
  width: 34px;
  height: 34px;
}
.av-outil-prefere__card-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #2A2C29;
  word-break: break-word;
  transition: font-size var(--duration) var(--ease);
}
.av-outil-prefere__card-title em {
  font-style: italic;
  color: #137461;
}
.av-outil-prefere__text {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  left: 0;
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(42, 44, 41, 0.7);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration) var(--ease), visibility var(--duration) var(--ease);
}
.av-outil-prefere__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 8px;
  display: none;
}
.av-outil-prefere__dots:empty {
  display: none;
}
.av-outil-prefere__dots > button {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 1000px;
  background-color: #FFFFFF;
  opacity: 0.3;
  cursor: pointer;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.av-outil-prefere__dots > button::after {
  content: "";
  position: absolute;
  inset: -12px -4px;
}
.av-outil-prefere__dots > button:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
.av-outil-prefere__dots > button[aria-current=true] {
  width: 110px;
  opacity: 1;
}

.av-outil-prefere__card.is-open {
  grid-template-rows: 0fr auto 1fr;
}
.av-outil-prefere__card.is-open .av-outil-prefere__toggle {
  gap: 5px;
}
.av-outil-prefere__card.is-open .av-outil-prefere__card-title {
  font-size: 19px;
}
.av-outil-prefere__card.is-open .av-outil-prefere__text {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  .av-outil-prefere__card:hover {
    grid-template-rows: 0fr auto 1fr;
  }
  .av-outil-prefere__card:hover .av-outil-prefere__toggle {
    gap: 5px;
  }
  .av-outil-prefere__card:hover .av-outil-prefere__card-title {
    font-size: 19px;
  }
  .av-outil-prefere__card:hover .av-outil-prefere__text {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1300px) and (max-width: 1620px) {
  .av-outil-prefere {
    padding: 110px 7% 0;
  }
}
@media (max-width: calc(1300px - 1px)) {
  .av-outil-prefere {
    padding: 80px 0 0;
  }
  .av-outil-prefere__panel {
    align-items: stretch;
    padding: 45px;
    border: 0;
    border-radius: 0;
  }
  .av-outil-prefere__strip {
    margin-right: -45px;
    padding-right: 45px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
  }
  .av-outil-prefere__strip::-webkit-scrollbar {
    display: none;
  }
  .av-outil-prefere__strip--dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .av-outil-prefere__card {
    flex: 0 0 246.25px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .av-outil-prefere__dots {
    display: flex;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-outil-prefere {
    padding: 45px 0 0;
  }
  .av-outil-prefere__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .av-outil-prefere__card, .av-outil-prefere__toggle, .av-outil-prefere__card-title, .av-outil-prefere__text {
    transition: none;
  }
}
.av-essentiel {
  padding: 110px 90px 0;
}
.av-essentiel__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.av-essentiel__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.av-essentiel__title {
  max-width: 547px;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: -0.8302px;
  color: #2A2C29;
}
.av-essentiel__title em {
  font-style: italic;
  color: #137461;
}
.av-essentiel__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-essentiel__subtitle strong {
  font-weight: 500;
}
.av-essentiel__rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 15px;
  row-gap: 17px;
  margin-top: 41px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.av-essentiel__rail:focus-visible {
  outline: 2px solid #137461;
  outline-offset: -2px;
}
.av-essentiel__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 25px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.av-essentiel__card--featured {
  border-color: transparent;
  box-shadow: 0 0 0 3px #137461;
}
.av-essentiel__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.av-essentiel__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 11px;
  background-color: #FFFFFF;
}
.av-essentiel__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.av-essentiel__card-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: normal;
  color: #2A2C29;
}
.av-essentiel__card-title em {
  font-style: italic;
  color: #137461;
}
.av-essentiel__rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.av-essentiel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0 10px;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}
.av-essentiel__row:first-child {
  border-top: 0;
}
.av-essentiel__label {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #707070;
  font-variation-settings: "opsz" 9;
}
.av-essentiel__value {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
  text-align: right;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.av-essentiel__value--highlight {
  font-weight: 600;
  color: #137461;
}
.av-essentiel__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding: 22px 28px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 25px;
  background-color: #DFE8E6;
}
.av-essentiel__foot-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: normal;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 9;
}
.av-essentiel__foot-text strong {
  font-weight: 600;
  color: #137461;
  font-variation-settings: "opsz" 14;
}
.av-essentiel__actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}
.av-essentiel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-essentiel {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-essentiel {
    padding: 80px 45px 0;
  }
  .av-essentiel__rail {
    display: flex;
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 45px;
    padding-right: 45px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 45px;
    scrollbar-width: none;
    cursor: grab;
  }
  .av-essentiel__rail::-webkit-scrollbar {
    display: none;
  }
  .av-essentiel__rail--dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .av-essentiel__card {
    flex: 0 0 443px;
    scroll-snap-align: start;
  }
  .av-essentiel__foot {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 41px;
  }
  .av-essentiel__foot-text {
    text-align: center;
  }
  .av-essentiel__actions {
    flex-direction: column;
    gap: 10px;
  }
  .av-essentiel__cta {
    padding: 15px 20px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-essentiel {
    padding: 45px 20px 0;
  }
  .av-essentiel__title {
    max-width: none;
    line-height: 40px;
  }
  .av-essentiel__rail {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    cursor: grab;
  }
  .av-essentiel__rail::-webkit-scrollbar {
    display: none;
  }
  .av-essentiel__rail--dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .av-essentiel__card {
    flex: 0 0 calc(100% + 20px - 28px);
    scroll-snap-align: start;
  }
  .av-essentiel__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .av-essentiel__value {
    text-align: left;
  }
  .av-essentiel__foot {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 41px;
  }
  .av-essentiel__foot-text {
    text-align: center;
  }
  .av-essentiel__actions {
    flex-direction: column;
    gap: 10px;
  }
  .av-essentiel__cta {
    padding: 15px 20px;
  }
}
.av-faq {
  padding: 110px 90px 0;
}
.av-faq__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.av-faq__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: -0.8302px;
  text-align: center;
  color: #2A2C29;
}
.av-faq__title em {
  font-style: italic;
  color: #137461;
}
.av-faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}
.av-faq__item {
  padding: 10px 20px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 25px;
  background-color: #FFFFFF;
}
.av-faq__item--open {
  padding: 20px;
}
.av-faq__heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.av-faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 20px;
  border: 0;
  background: none;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  text-align: left;
  color: #2A2C29;
  cursor: pointer;
  font-variation-settings: "opsz" 14;
}
.av-faq__header:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
  border-radius: 4px;
}
.av-faq__question {
  flex: 1 0 0;
  min-width: 0;
  overflow-wrap: break-word;
}
.av-faq__item--open .av-faq__header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.av-faq__toggle {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.av-faq__toggle img {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: transform 200ms ease;
}
.av-faq__item--open .av-faq__toggle img {
  transform: rotate(90deg);
}
.av-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 200ms ease, visibility 0s linear 200ms;
}
.av-faq__item--open .av-faq__panel {
  grid-template-rows: 1fr;
  visibility: visible;
  transition: grid-template-rows 200ms ease, visibility 0s linear 0s;
}
.av-faq__answer {
  min-height: 0;
  overflow: hidden;
}
.av-faq__text {
  margin: 0;
  padding: 10px 30px 10px 20px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-faq {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-faq {
    padding: 80px 45px 0;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-faq {
    padding: 45px 20px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .av-faq__panel,
  .av-faq__item--open .av-faq__panel,
  .av-faq__toggle img {
    transition: none;
  }
}
.av-mentions {
  padding: 45px 90px 80px;
}
.av-mentions__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.av-mentions__text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4875;
  text-align: left;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .av-mentions {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .av-mentions {
    padding: 45px 45px 45px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .av-mentions {
    padding: 45px 20px 45px;
  }
}
.av-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.av-todo {
  display: inline-block;
  max-width: 100%;
  min-width: 0;
  padding: 0.1em 0.3em;
  border: 1px dashed #2A2C29;
  border-radius: 4px;
  background-color: #DD9127;
  color: #2A2C29;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: middle;
}
