/* @cle-edit */
/* GENERADO por tools/emendu/build-scoped-css.py — NO editar a mano */

/* Fuentes del DS v2 (globales) */
@font-face {font-family: "PP NeueBit";
  src: url("../../fonts/v2/PPNeueBit-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter Tight";
  src: url("../../fonts/v2/inter-tight-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter";
  src: url("../../fonts/v2/inter-18pt-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;}
@font-face {font-family: "Inter";
  src: url("../../fonts/v2/inter-18pt-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;}

/* ── Base + escala del DS v2, scopeada a .emendu-v2 ──
   --u = valor de 1rem del sistema v2 (html:10px + escala vw), replicado sin
   tocar el <html> real. Así los rem de los componentes (convertidos a
   calc(N*var(--u))) escalan igual que en v2, sin romper el chrome clásico. */
.emendu-v2 { --u: 10px; }
@media only screen and (min-width: 768px) { .emendu-v2 { --u: calc(10 * 100vw / 1740); } }
@media (min-width: 768px) and (max-width: 1200px) { .emendu-v2 { --u: 5.76px; } }
@media only screen and (min-width: 1580px) { .emendu-v2 { --u: 10px; } }

.emendu-v2 {
  font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #25292e;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media only screen and (min-width: 768px) { .emendu-v2 { font-size: calc(2.4 * var(--u)); } }

/* Reset (Meyer + box-sizing) del v2, scopeado a los descendientes de .emendu-v2 */
.emendu-v2 *, .emendu-v2 *::before, .emendu-v2 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.emendu-v2 :where(div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,footer,header,menu,nav,output,section,summary,time,mark,audio,video) {
  border: 0; font: inherit; font-size: 100%; vertical-align: baseline;
}
.emendu-v2 ul, .emendu-v2 ol { list-style: none; }
.emendu-v2 a { text-decoration: none; color: inherit; }
.emendu-v2 button { cursor: pointer; border: 0; padding: 0; font: inherit; color: inherit; background: transparent; border-radius: 0; text-align: left; }
.emendu-v2 input { appearance: none; outline: none; }
.emendu-v2 textarea { font: inherit; appearance: none; outline: none; }
.emendu-v2 svg { width: 100%; height: auto; }


/* ── Componentes (v2-components.css) scopeados + rem→calc ── */
.emendu-v2 .v2-container__container {margin: auto;
  width: calc(100% - calc(1.5 * var(--u)) * 2);}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-container__container {width: calc(100% - calc(8 * var(--u)) * 2);}
}
@media only screen and (min-width: 1640px) {
  .emendu-v2 .v2-container__container {width: 1580px;}
}
.emendu-v2 .v2-button__label {display: inline-flex;
  align-items: center;
  opacity: 1;
  transition: none;}
.emendu-v2 .v2-button__labelWrapper {display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  height: calc(1.8 * var(--u));}
.emendu-v2 .v2-button__labelSlide {display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(0);
  transition: none;}
.emendu-v2 .v2-button__label, .emendu-v2 .v2-button__labelDuplicate {flex-shrink: 0;
  height: calc(1.8 * var(--u));
  display: inline;
  align-items: center;
  justify-content: center;}
.emendu-v2 .v2-button__icon {display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;}
.emendu-v2 .v2-button__icon svg {width: 100%;
  height: 100%;
  display: block;}
.emendu-v2 .v2-button__button {display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(1.4 * var(--u));
  border: 0.5px solid transparent;
  border-radius: calc(5 * var(--u));
  cursor: pointer;
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  padding: calc(1.5 * var(--u)) calc(2.4 * var(--u));
  font-size: calc(1.6 * var(--u));
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;}
.emendu-v2 .js-focus-visible .v2-button__button.focus-visible {outline: none;}
.emendu-v2 .v2-button__button:focus-visible {outline: none;}
.emendu-v2 .js-focus-visible .v2-button__button.focus-visible {outline: 2px solid #25292e;
  outline-offset: 2px;}
.emendu-v2 .v2-button__button:focus-visible {outline: 2px solid #25292e;
  outline-offset: 2px;}
.emendu-v2 .v2-button__button:disabled {cursor: not-allowed;
  opacity: 0.6;}
.emendu-v2 .v2-button__button .v2-button__icon {width: calc(2 * var(--u));
  height: calc(2 * var(--u));}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-button__button:hover:hover:not(:disabled) .v2-button__labelSlide {transition: transform 0.3s ease;
    transform: translateY(-50%);}
  .emendu-v2 .v2-button__button:hover:hover:not(:disabled) .v2-button__labelSlide .v2-button__label {opacity: 0;
    transition: opacity 0.3s ease;}
  .emendu-v2 .v2-button__button:hover:hover:not(:disabled) .v2-button__labelSlide .v2-button__labelDuplicate {opacity: 1;}
}
.emendu-v2 .v2-button__button--default {background-color: #25292e;
  color: #f8fafc;}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-button__button--default:hover:hover:not(:disabled) {background-color: #415bff;
    color: #f8fafc;}
}
.emendu-v2 .v2-button__button--primary {background-color: #415bff;
  color: #f8fafc;
  gap: calc(1 * var(--u));}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-button__button--primary:hover:hover:not(:disabled) {background-color: #2f48e5;
    color: #f8fafc;}
}
.emendu-v2 .v2-button__button--secondary {background-color: transparent;
  border-color: #25292e;
  color: #25292e;
  gap: calc(0.8 * var(--u));}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-button__button--secondary:hover:hover:not(:disabled) {background-color: #415bff;
    border-color: #415bff;
    color: #ffffff;}
}
.emendu-v2 .v2-button__button--disabled {background-color: #f5f5f7;
  border-color: rgba(140, 140, 140, 0.5);
  color: #7f7f7f;
  cursor: not-allowed;
  opacity: 0.6;}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-button__button--disabled:hover:hover {background-color: #f5f5f7;
    border-color: rgba(140, 140, 140, 0.5);
    color: #7f7f7f;}
}
.emendu-v2 .v2-button__button--small {min-width: calc(3.2 * var(--u));
  height: calc(3.2 * var(--u));
  padding: calc(0.6 * var(--u)) calc(1 * var(--u));
  font-size: calc(1.2 * var(--u));
  border-radius: calc(3.2 * var(--u));}
.emendu-v2 .v2-button__button--small .v2-button__icon {width: calc(1.4 * var(--u));
  height: calc(1.4 * var(--u));}
.emendu-v2 .v2-button__button--medium {padding: calc(2.2 * var(--u)) calc(5 * var(--u));
  font-size: calc(1.8 * var(--u));
  line-height: 1;
  border-radius: calc(5 * var(--u));}
.emendu-v2 .v2-button__button--medium .v2-button__icon {width: calc(2.4 * var(--u));
  height: calc(2.4 * var(--u));}
.emendu-v2 .v2-button__button--medium .v2-button__label {height: calc(2 * var(--u));}
.emendu-v2 .v2-button__button--medium .v2-button__labelDuplicate {height: calc(2 * var(--u));}
.emendu-v2 .v2-button__button--medium .v2-button__labelWrapper {height: calc(2 * var(--u));}
.emendu-v2 .v2-button__button--large {padding: calc(2.2 * var(--u)) calc(4.3 * var(--u));
  font-size: calc(2.4 * var(--u));
  line-height: 1;
  border-radius: calc(7.4 * var(--u));}
.emendu-v2 .v2-button__button--large .v2-button__icon {width: calc(2.4 * var(--u));
  height: calc(2.4 * var(--u));}
.emendu-v2 .v2-button__button--large .v2-button__label {height: calc(2.7 * var(--u));}
.emendu-v2 .v2-button__button--large .v2-button__labelDuplicate {height: calc(2.7 * var(--u));}
.emendu-v2 .v2-button__button--large .v2-button__labelWrapper {height: calc(2.7 * var(--u));}
.emendu-v2 .v2-button__button--icon-left {flex-direction: row;
  padding-left: calc(1.8 * var(--u));}
.emendu-v2 .v2-button__button--icon-right {flex-direction: row;
  padding-right: calc(1.8 * var(--u));}
.emendu-v2 .v2-button__button--icon-only {padding: 0;
  width: calc(4.8 * var(--u));
  height: calc(4.8 * var(--u));
  border-radius: 50%;
  gap: 0;
  background-color: #ffffff;
  border: none;}
.emendu-v2 .v2-button__button--icon-only .v2-button__icon {width: calc(1.7 * var(--u));
  height: calc(1.7 * var(--u));}
.emendu-v2 .v2-button__button--icon-only.v2-button__button--small {width: calc(3.2 * var(--u));
  height: calc(3.2 * var(--u));
  min-width: calc(3.2 * var(--u));}
.emendu-v2 .v2-button__button--icon-only.v2-button__button--small .v2-button__icon {width: calc(1.4 * var(--u));
  height: calc(1.4 * var(--u));}
.emendu-v2 .v2-button__button--icon-only.v2-button__button--large {width: calc(6.4 * var(--u));
  height: calc(6.4 * var(--u));}
.emendu-v2 .v2-button__button--icon-only.v2-button__button--large .v2-button__icon {width: calc(2.4 * var(--u));
  height: calc(2.4 * var(--u));}
.emendu-v2 .v2-overlay__overlay {position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  animation: overlayIn 0.2s ease-out;
  min-height: 100dvh;
  min-height: 100vh;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-overlay__overlay {padding: calc(1.5 * var(--u));}
}
.emendu-v2 .v2-overlay__overlayBackdrop {position: fixed;
  inset: 0;
  background-color: rgba(36, 38, 47, 0.7882352941);
  cursor: pointer;}
.emendu-v2 .v2-overlay__overlayContent {position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100dvh;
  max-height: 100vh;
  margin: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(1 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-overlay__overlayContent {width: auto;
    height: auto;
    max-width: calc(130 * var(--u));
    max-height: 90vh;
    margin: auto;
    border-radius: calc(1.5 * var(--u));}
}
.emendu-v2 .v2-overlay__overlayClose {position: absolute;
  top: calc(4 * var(--u));
  right: calc(3 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transform: rotate(0deg);
  transition: transform 0.3s ease;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-overlay__overlayClose {top: calc(-3 * var(--u));
    right: calc(-3 * var(--u));}
}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-overlay__overlayClose:hover:hover:not(:disabled) {background-color: #415bff;
    color: #ffffff;
    transform: rotate(90deg);}
  .emendu-v2 .v2-overlay__overlayClose:hover:hover:not(:disabled) svg {color: #ffffff;}
}
.emendu-v2 .v2-overlay__overlayClose svg {color: #25292e;}
.emendu-v2 .v2-overlay__overlayClosing {animation: overlayOut 0.2s ease-in forwards;}
.emendu-v2 .v2-ctavideo__ctaVideo {position: relative;
  width: 100%;
  max-width: calc(30.8 * var(--u));}
.emendu-v2 .v2-ctavideo__ctaVideo.v2-ctavideo__isMegaMenu {max-width: none;}
.emendu-v2 .v2-ctavideo__ctaVideo.v2-ctavideo__isSticky {position: fixed;
  bottom: calc(3.5 * var(--u));
  left: 0;
  z-index: 10;
  transform: translateX(calc(2 * var(--u)));
  pointer-events: auto;
  width: fit-content;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-ctavideo__ctaVideo.v2-ctavideo__isSticky {transform: none;}
}
.emendu-v2 .v2-ctavideo__ctaVideoLink {position: relative;
  display: flex;
  align-items: stretch;
  min-height: calc(1.32 * var(--u));
  width: 100%;
  border: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  background-color: #ffffff;
  border-radius: calc(1 * var(--u));
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
  box-shadow: 0px 0.97px 1.94px rgba(0, 0, 0, 0.1);
  padding: calc(0.5 * var(--u));
  gap: calc(1.3 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-ctavideo__ctaVideoLink {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: calc(2.2 * var(--u));
    padding: calc(0.8 * var(--u));}
}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-ctavideo__ctaVideoLink:hover {box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);}
  .emendu-v2 .v2-ctavideo__ctaVideoLink:hover .v2-ctavideo__ctaVideoPlayButton {background-color: #415bff;
    color: #f8fafc;}
}
.emendu-v2 .v2-ctavideo__isMegaMenu .v2-ctavideo__ctaVideoLink {box-shadow: none;}
.emendu-v2 .v2-ctavideo__ctaVideoIcon {position: absolute;
  width: calc(3.2 * var(--u));
  height: calc(3.2 * var(--u));
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);}
.emendu-v2 .v2-ctavideo__ctaVideoImage {width: calc(10.2 * var(--u));
  height: calc(6.8 * var(--u));
  overflow: hidden;
  background-color: #d9d9d9;
  border-radius: calc(1 * var(--u));}
.emendu-v2 .v2-ctavideo__ctaVideoImage img, .emendu-v2 .v2-ctavideo__ctaVideoImage [data-next-image] {object-fit: cover;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-ctavideo__ctaVideoImage {border-radius: calc(2.2 * var(--u));
    width: calc(17.2 * var(--u));
    height: calc(11.7 * var(--u));}
}
.emendu-v2 .v2-ctavideo__isMegaMenu .v2-ctavideo__ctaVideoImage {border-radius: calc(1.2 * var(--u));}
.emendu-v2 .v2-ctavideo__ctaVideoLoop {width: 100%;
  height: 100%;
  object-fit: cover;}
.emendu-v2 .v2-ctavideo__ctaVideoBody {display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: calc(1 * var(--u)) calc(1 * var(--u)) calc(1 * var(--u)) calc(0 * var(--u));
  min-width: 0;}
.emendu-v2 .v2-ctavideo__ctaVideoText {display: flex;
  flex-direction: column;
  gap: calc(0.3 * var(--u));}
.emendu-v2 .v2-ctavideo__ctaVideoTitleLine {font: normal 600 calc(1.6 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;}
.emendu-v2 .v2-ctavideo__ctaVideoTitleLine span {background: linear-gradient(90deg, #415bff 0%, #ecdf30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;}
.emendu-v2 .v2-ctavideo__ctaVideoDuration {font: normal 600 calc(1 * var(--u))/1.25 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;}
.emendu-v2 .v2-ctavideo__ctaVideoPlay {position: absolute;
  right: calc(0.8 * var(--u));
  bottom: calc(0.8 * var(--u));
  display: flex;
  align-items: center;
  justify-content: flex-end;}
.emendu-v2 .v2-ctavideo__isMegaMenu .v2-ctavideo__ctaVideoPlay {position: relative;
  justify-content: flex-start;
  bottom: calc(-0.5 * var(--u));
  margin-left: calc(0.5 * var(--u));}
.emendu-v2 .v2-ctavideo__ctaVideoPlayButton {background-color: #25292e;
  transition: background-color 0.2s ease, color 0.2s ease;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-ctavideo__ctaVideoPlayButton {background-color: #25292e;}
}
.emendu-v2 .v2-ctavideo__overlayVideo {width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100dvh;
  max-height: 100vh;
  border-radius: calc(1.4 * var(--u));
  display: block;
  object-fit: contain;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-ctavideo__overlayVideo {width: 100%;
    height: auto;
    max-height: 90vh;
    border-radius: calc(3.6 * var(--u));}
}
.emendu-v2 .v2-hero__hero {margin: calc(12 * var(--u)) 0 0;
  overflow: hidden;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__hero {overflow: visible;
    margin-top: 30vh;
    margin-bottom: calc(5 * var(--u));}
}
.emendu-v2 .v2-hero__container {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));
  align-items: center;
  min-height: calc(65 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__container {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-hero__container > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__container > * {grid-column: span 12/span 12;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-hero__container {gap: 0;
    min-height: unset;}
}
.emendu-v2 .v2-hero__content {display: flex;
  flex-direction: column;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__content {grid-column-start: 1;
    grid-column: span 6/span 6;}
}
.emendu-v2 .v2-hero__title {font: normal 500 calc(4.2 * var(--u))/0.97 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: calc(1.9 * var(--u));
  opacity: 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__title {font: normal 500 calc(11.4 * var(--u))/0.97 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-hero__title {margin: 0 auto;
    text-align: center;
    max-width: 80%;}
}
.emendu-v2 .v2-hero__title span {font: normal 700 calc(6.2 * var(--u))/0.97 "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #415bff 0%, #ecdf30 20%, #ecdf30 30%, #415bff 50%, #ecdf30 70%, #ecdf30 80%, #415bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  background-size: 200% 100%;
  animation: headerLineGradient 8s linear infinite;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__title span {font: normal 700 calc(17.6 * var(--u))/0.76 "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;}
}
.emendu-v2 .v2-hero__title span .hero-span-char {background: linear-gradient(90deg, #415bff 0%, #ecdf30 20%, #ecdf30 30%, #415bff 50%, #ecdf30 70%, #ecdf30 80%, #415bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  background-size: calc(2 * var(--span-width, 100%)) 100%;
  animation: heroCharGradient 8s linear infinite;}
.emendu-v2 .v2-hero__description {font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  width: 70%;
  margin: 0 auto;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__description {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__description {width: 35%;
    text-align: left;
    margin: 0;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-hero__description {font: normal 400 calc(1.8 * var(--u))/1.3 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: center;}
}
@media only screen and (max-width: calc(768px - 1px)) and (min-width: 768px) {
  .emendu-v2 .v2-hero__description {font: normal 400 calc(3.2 * var(--u))/1.3 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-hero__description p {opacity: 0;}
.emendu-v2 .v2-hero__ctaVideo {display: none;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__ctaVideo {display: block;
    margin: 10vh 0 0;}
}
.emendu-v2 .v2-hero__imageWrapper {position: relative;
  opacity: 0;
  aspect-ratio: 695/1206;
  margin-top: calc(1.6 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-hero__imageWrapper {display: grid;
    place-self: center;
    width: 100%;
    max-width: calc(45 * var(--u));}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__imageWrapper {grid-column: span 4/span 4;
    grid-column-start: 8;
    padding: 0 calc(3 * var(--u)) 0;
    margin-top: calc(3.6 * var(--u));
    aspect-ratio: unset;}
}
@media only screen and (min-width: 768px) and (max-height: 1500px) {
  .emendu-v2 .v2-hero__imageWrapper {padding-top: max(calc(0 * var(--u)), calc(90 * var(--u)) - 20vh);}
}
.emendu-v2 .v2-hero__image {position: relative;
  width: 100%;
  height: 100%;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__image {position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(124.6 * var(--u));
    height: calc(142.4 * var(--u));}
}
.emendu-v2 .v2-hero__lottieOverlay {display: none;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-hero__lottieOverlay {display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;}
}
.emendu-v2 .v2-quote__quote {position: relative;
  margin: calc(2 * var(--u)) 0 calc(10 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-quote__quote {margin: calc(26.5 * var(--u)) 0 calc(20 * var(--u));}
}
.emendu-v2 .v2-quote__container {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));
  align-items: center;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-quote__container {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-quote__container > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-quote__container > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-quote__content {display: flex;
  flex-direction: column;
  gap: calc(3.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-quote__content {grid-column-start: 0;
    grid-column: span 12/span 12;}
}
.emendu-v2 .v2-quote__text {font: normal 500 calc(3.2 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-quote__text {font: normal 500 calc(7 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-quote__textSegment {display: inline;}
.emendu-v2 .v2-quote__inlineImage {display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.15em;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(100%);}
.emendu-v2 .v2-quote__inlineImageWide {width: calc(8 * var(--u));
  height: auto;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-quote__inlineImageWide {width: calc(16.9 * var(--u));}
}
.emendu-v2 .v2-textimagefull__textImageFull {position: relative;
  aspect-ratio: 390/229;
  display: flex;
  flex-direction: column-reverse;
  gap: calc(4.2 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__textImageFull {flex-direction: row;
    aspect-ratio: 1740/1020;
    gap: 0;}
}
.emendu-v2 .v2-textimagefull__container {position: relative;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__container {padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(1.5 * var(--u));
    align-items: center;
    padding: calc(10 * var(--u)) 0;
    height: 100%;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__container {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__container > * {grid-column: span 4/span 4;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__container > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-textimagefull__imageWrapper {position: relative;
  aspect-ratio: 390/229;
  z-index: 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__imageWrapper {inset: 0;
    position: absolute;
    left: calc(-8 * var(--u));
    right: calc(-8 * var(--u));
    aspect-ratio: unset;}
}
.emendu-v2 .v2-textimagefull__image {position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;}
.emendu-v2 .v2-textimagefull__image img, .emendu-v2 .v2-textimagefull__image [data-next-image] {object-fit: cover;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__image {background-color: #d9d9d9;}
}
.emendu-v2 .v2-textimagefull__content {position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__content {grid-column: span 4/span 4;
    grid-column-start: 9;
    gap: calc(3.6 * var(--u));
    margin-bottom: calc(30 * var(--u));}
}
.emendu-v2 .v2-textimagefull__title {font: normal 600 calc(2.8 * var(--u))/1.14 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  max-width: calc(50 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__title {font: normal 600 calc(5.2 * var(--u))/1.08 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__title {color: #ffffff;}
}
.emendu-v2 .v2-textimagefull__description {font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  max-width: calc(42.7 * var(--u));
  color: #7f7f7f;
  font-weight: 500;
  font-size: calc(2 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__description {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-textimagefull__description strong {color: #25292e;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-textimagefull__description {color: #ffffff;
    font-weight: 400;
    font-size: calc(2.4 * var(--u));
    max-width: calc(44 * var(--u));}
  .emendu-v2 .v2-textimagefull__description strong {color: #ffffff;}
}
.emendu-v2 .v2-textimagefull__imageOverlay {position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.11;
  z-index: 1;}
.emendu-v2 .v2-textimagefull__lottieOverlay {position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  height: auto;}
.emendu-v2 .v2-featfeatcarousel__featuredFeaturesCarousel {margin: calc(12 * var(--u)) 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__featuredFeaturesCarousel {margin: calc(26 * var(--u)) 0 calc(12.5 * var(--u));}
}
.emendu-v2 div.v2-featfeatcarousel__header {margin-bottom: calc(7 * var(--u));}
.emendu-v2 .v2-featfeatcarousel__headerNoTitle {margin-bottom: 0;}
.emendu-v2 .v2-featfeatcarousel__trackViewportAnchor {overflow: visible;}
.emendu-v2 .v2-featfeatcarousel__title {margin: 0;
  color: #000000;
  font: normal 600 calc(2.8 * var(--u))/1.14 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__title {font: normal 600 calc(5.2 * var(--u))/1.08 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;}
}
.emendu-v2 .v2-featfeatcarousel__trackContainer {--track-edge-offset: calc(1.5 * var(--u));
  width: 100vw;
  margin-left: calc(50% - 50vw);}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__trackContainer {--track-edge-offset: max(
      calc(8 * var(--u)),
      calc((100vw - 1580px) / 2)
    );}
}
.emendu-v2 .v2-featfeatcarousel__trackViewport {width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;}
.emendu-v2 .v2-featfeatcarousel__trackViewport:active {cursor: grabbing;}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-featfeatcarousel__trackViewport {user-select: none;
    -webkit-user-select: none;}
  .emendu-v2 .v2-featfeatcarousel__trackViewport a[href], .emendu-v2 .v2-featfeatcarousel__trackViewport button, .emendu-v2 .v2-featfeatcarousel__trackViewport input, .emendu-v2 .v2-featfeatcarousel__trackViewport textarea, .emendu-v2 .v2-featfeatcarousel__trackViewport select, .emendu-v2 .v2-featfeatcarousel__trackViewport label, .emendu-v2 .v2-featfeatcarousel__trackViewport summary, .emendu-v2 .v2-featfeatcarousel__trackViewport [role=link], .emendu-v2 .v2-featfeatcarousel__trackViewport [role=button] {user-select: auto;
    -webkit-user-select: auto;}
  .emendu-v2 .v2-featfeatcarousel__trackViewport a[href], .emendu-v2 .v2-featfeatcarousel__trackViewport button, .emendu-v2 .v2-featfeatcarousel__trackViewport [role=link], .emendu-v2 .v2-featfeatcarousel__trackViewport [role=button] {cursor: pointer;}
  .emendu-v2 .v2-featfeatcarousel__trackViewport img, .emendu-v2 .v2-featfeatcarousel__trackViewport picture, .emendu-v2 .v2-featfeatcarousel__trackViewport video {-webkit-user-drag: none;}
}
.emendu-v2 .v2-featfeatcarousel__track {display: flex;
  gap: calc(1.6 * var(--u));
  width: max-content;
  padding: 0 var(--track-edge-offset);
  scroll-padding-left: var(--track-edge-offset);
  will-change: transform;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__track {gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-featfeatcarousel__card {flex: 0 0 auto;
  width: calc(32 * var(--u));
  min-height: calc(42.5 * var(--u));
  border: calc(0.1 * var(--u)) solid #e3e3e3;
  border-radius: calc(1.4 * var(--u));
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__card {width: calc(50 * var(--u));
    min-height: calc(66.4 * var(--u));
    border-radius: calc(3.6 * var(--u));}
}
.emendu-v2 .v2-featfeatcarousel__cardContent {position: relative;
  display: flex;
  flex-direction: column;
  padding: calc(2.4 * var(--u)) calc(2.4 * var(--u)) 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__cardContent {padding: calc(7 * var(--u)) calc(4 * var(--u)) 0;}
}
.emendu-v2 .v2-featfeatcarousel__step {color: #25292e;
  font: normal 400 calc(1.8 * var(--u))/1.3 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  position: absolute;
  top: calc(5.6 * var(--u));
  z-index: 1;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__step {font: normal 400 calc(3.2 * var(--u))/1.3 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-featfeatcarousel__media {position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;}
.emendu-v2 .v2-featfeatcarousel__image {object-fit: cover;}
.emendu-v2 .v2-featfeatcarousel__cardDetails {display: flex;
  flex-direction: column;
  gap: calc(2 * var(--u));}
.emendu-v2 .v2-featfeatcarousel__cardTitle {color: #25292e;
  font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 500;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__cardTitle {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-featfeatcarousel__cardDescription {color: #666;
  font-size: calc(1.8 * var(--u));
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: calc(-0.018 * var(--u));
  min-height: calc(9.6 * var(--u));
  padding-right: calc(1 * var(--u));}
.emendu-v2 .v2-featfeatcarousel__bottomBand {position: relative;
  width: 100%;
  height: calc(7.5 * var(--u));
  margin-top: calc(2.6 * var(--u));
  background: #415bff;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-featfeatcarousel__bottomBand {height: calc(11.7 * var(--u));}
}
.emendu-v2 .v2-featfeatcarousel__bandImage {object-fit: contain;}
.emendu-v2 div.v2-featfeatcarousel__controls {display: none;}
@media only screen and (min-width: 768px) {
  .emendu-v2 div.v2-featfeatcarousel__controls {display: flex;
    gap: calc(1 * var(--u));
    margin-top: calc(4 * var(--u));}
}
.emendu-v2 .v2-featfeatcarousel__arrow {border-color: rgba(37, 41, 46, 0.14);}
.emendu-v2 .v2-twocolsimagetext__twoColumnsImageText {position: relative;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__twoColumnsImageText {padding: 0;
    margin-top: calc(30 * var(--u));}
}
.emendu-v2 .v2-twocolsimagetext__header {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));
  margin-bottom: calc(12.5 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__header {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-twocolsimagetext__header > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__header > * {grid-column: span 12/span 12;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__header {margin-bottom: calc(4 * var(--u));}
}
.emendu-v2 .v2-twocolsimagetext__headline {grid-column: span 10/span 10;
  grid-column-start: 2;
  font: normal 600 calc(4.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-align: center;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__headline {font: normal 600 calc(9.2 * var(--u))/1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsimagetext__headline strong {color: #415bff;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__headline {font-size: calc(5.2 * var(--u));
    line-height: 1;
    text-align: left;
    grid-column: span 6/span 6;
    grid-column-start: 1;}
}
.emendu-v2 .v2-twocolsimagetext__row {display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(4 * var(--u));
  margin-bottom: calc(6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__row {padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(1.5 * var(--u));
    padding: calc(10 * var(--u)) 0 calc(8 * var(--u));
    margin-bottom: calc(16 * var(--u));
    flex-direction: column-reverse;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__row {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__row > * {grid-column: span 4/span 4;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__row > * {grid-column: span 12/span 12;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__row > .v2-twocolsimagetext__imageWrapper {grid-column: span 6/span 6;
    grid-column-start: 1;}
  .emendu-v2 .v2-twocolsimagetext__row > .v2-twocolsimagetext__content {grid-column: span 6/span 6;
    grid-column-start: 7;}
}
@media only screen and (min-width: 1024px) {
  .emendu-v2 .v2-twocolsimagetext__row > .v2-twocolsimagetext__imageWrapper {grid-column: span 5/span 5;
    grid-column-start: 2;}
  .emendu-v2 .v2-twocolsimagetext__row > .v2-twocolsimagetext__content {grid-column: span 4/span 4;
    grid-column-start: 8;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__rowRight > .v2-twocolsimagetext__imageWrapper {grid-column-start: 7;
    grid-row: 1;}
  .emendu-v2 .v2-twocolsimagetext__rowRight > .v2-twocolsimagetext__content {grid-column-start: 1;
    grid-row: 1;}
}
@media only screen and (min-width: 1024px) {
  .emendu-v2 .v2-twocolsimagetext__rowRight > .v2-twocolsimagetext__imageWrapper {grid-column-start: 7;
    grid-row: 1;}
  .emendu-v2 .v2-twocolsimagetext__rowRight > .v2-twocolsimagetext__content {grid-column-start: 2;
    grid-row: 1;}
}
.emendu-v2 .v2-twocolsimagetext__imageWrapper {position: relative;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__imageWrapper {width: 100%;}
}
.emendu-v2 .v2-twocolsimagetext__image {position: relative;
  aspect-ratio: 580/387;
  overflow: hidden;
  width: calc(100% + calc(3.2 * var(--u)));
  margin-left: calc(-1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__image {width: 100%;
    aspect-ratio: 635/497;
    border-radius: calc(3.6 * var(--u));
    margin-left: 0;}
}
.emendu-v2 .v2-twocolsimagetext__image img, .emendu-v2 .v2-twocolsimagetext__image [data-next-image] {object-fit: cover;
  width: 100%;
  height: 100%;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__image {max-width: calc(45 * var(--u));}
}
.emendu-v2 .v2-twocolsimagetext__content {display: flex;
  flex-direction: column;
  gap: calc(3.6 * var(--u));
  padding-top: calc(3 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__content {padding-top: 0;}
}
.emendu-v2 .v2-twocolsimagetext__cta {align-self: flex-start;
  margin-top: calc(0.5 * var(--u));}
.emendu-v2 .v2-twocolsimagetext__title {font: normal 600 calc(2.8 * var(--u))/1.14 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__title {font: normal 600 calc(3.6 * var(--u))/1.222 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsimagetext__title span {font: normal 700 calc(6.2 * var(--u))/0.97 "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #415bff 0%, #ecdf30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  font-size: calc(8 * var(--u));
  vertical-align: super;
  margin-left: calc(-1.6 * var(--u));
  display: inline-block;
  transform: translateY(calc(0.2 * var(--u)));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__title span {font: normal 700 calc(17.6 * var(--u))/0.76 "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__title span {font-size: calc(5.2 * var(--u));
    font-weight: 700;
    line-height: 97%;
    letter-spacing: calc(-0.104 * var(--u));
    margin-left: calc(-1 * var(--u));}
}
.emendu-v2 .v2-twocolsimagetext__description {font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  color: #8c8c8c;
  max-width: calc(50 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsimagetext__description {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsimagetext__description p:not(:last-child) {margin-bottom: calc(3 * var(--u));}
.emendu-v2 .v2-twocolsimagetext__description strong {color: #25292e;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsimagetext__description {padding-right: calc(2 * var(--u));}
}
.emendu-v2 .v2-twocolsiconlist__twoColumnsIconList {position: relative;
  margin: calc(12 * var(--u)) 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__twoColumnsIconList {margin-top: calc(16 * var(--u));}
}
.emendu-v2 .v2-twocolsiconlist__header {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));
  margin-bottom: calc(12.5 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__header {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-twocolsiconlist__header > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__header > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-twocolsiconlist__headline {grid-column: span 10/span 10;
  grid-column-start: 2;
  font: normal 600 calc(4.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-align: center;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__headline {font: normal 600 calc(9.2 * var(--u))/1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsiconlist__headline strong {color: #415bff;}
.emendu-v2 .v2-twocolsiconlist__row {display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(4 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__row {padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(1.5 * var(--u));
    padding: calc(10 * var(--u)) 0 calc(8 * var(--u));
    margin-bottom: calc(16 * var(--u));
    flex-direction: column-reverse;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__row {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__row > * {grid-column: span 4/span 4;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__row > * {grid-column: span 12/span 12;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__row > .v2-twocolsiconlist__imageWrapper {grid-column: span 6/span 6;
    grid-column-start: 1;}
  .emendu-v2 .v2-twocolsiconlist__row > .v2-twocolsiconlist__content {grid-column: span 6/span 6;
    grid-column-start: 7;}
}
@media only screen and (min-width: 1024px) {
  .emendu-v2 .v2-twocolsiconlist__row > .v2-twocolsiconlist__imageWrapper {grid-column: span 5/span 5;
    grid-column-start: 2;}
  .emendu-v2 .v2-twocolsiconlist__row > .v2-twocolsiconlist__content {grid-column: span 4/span 4;
    grid-column-start: 8;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__rowRight > .v2-twocolsiconlist__imageWrapper {grid-column-start: 8;
    grid-row: 1;}
  .emendu-v2 .v2-twocolsiconlist__rowRight > .v2-twocolsiconlist__content {grid-column-start: 2;
    grid-row: 1;}
}
.emendu-v2 .v2-twocolsiconlist__imageWrapper {position: relative;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsiconlist__imageWrapper {width: 100%;}
}
.emendu-v2 .v2-twocolsiconlist__image {position: relative;
  width: 100%;
  aspect-ratio: 635/783;
  overflow: hidden;
  border-radius: calc(1.4 * var(--u));}
.emendu-v2 .v2-twocolsiconlist__image img, .emendu-v2 .v2-twocolsiconlist__image [data-next-image] {object-fit: cover;
  width: 100%;
  height: 100%;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__image {border-radius: calc(3.6 * var(--u));}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsiconlist__image {max-width: calc(45 * var(--u));}
}
.emendu-v2 .v2-twocolsiconlist__content {display: flex;
  flex-direction: column;
  gap: calc(3.6 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsiconlist__content {gap: calc(2.4 * var(--u));}
}
.emendu-v2 .v2-twocolsiconlist__cta {align-self: flex-start;
  margin-top: calc(2.4 * var(--u));}
.emendu-v2 .v2-twocolsiconlist__title {font: normal 600 calc(2.8 * var(--u))/1.14 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__title {font: normal 600 calc(3.6 * var(--u))/1.222 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsiconlist__list {list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(3.2 * var(--u));
  width: 100%;
  max-width: calc(50 * var(--u));
  margin-top: calc(2.4 * var(--u));}
.emendu-v2 .v2-twocolsiconlist__listItem {display: flex;
  align-items: flex-start;
  gap: calc(2.4 * var(--u));}
.emendu-v2 .v2-twocolsiconlist__itemIcon {position: relative;
  flex-shrink: 0;
  width: calc(3.6 * var(--u));
  height: calc(3.6 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;}
.emendu-v2 .v2-twocolsiconlist__itemIcon img, .emendu-v2 .v2-twocolsiconlist__itemIcon [data-next-image] {object-fit: contain;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsiconlist__itemIcon {width: calc(2.4 * var(--u));
    height: calc(2.4 * var(--u));}
}
.emendu-v2 .v2-twocolsiconlist__itemIconImage {object-fit: contain !important;}
.emendu-v2 .v2-twocolsiconlist__itemBody {display: flex;
  flex-direction: column;
  gap: calc(0.9 * var(--u));
  min-width: 0;}
.emendu-v2 .v2-twocolsiconlist__itemTitle {font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  color: #25292e;
  font-weight: 500;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__itemTitle {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsiconlist__itemDescription {font: normal 400 calc(1.2 * var(--u))/1.1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  color: #25292e;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__itemDescription {font: normal 400 calc(1.6 * var(--u))/1.5 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsiconlist__itemDescription p {margin: 0;}
.emendu-v2 .v2-twocolsiconlist__itemDescription p:not(:last-child) {margin-bottom: 0;}
.emendu-v2 .v2-twocolsiconlist__description {font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  color: #8c8c8c;
  max-width: calc(50 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-twocolsiconlist__description {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-twocolsiconlist__description p:not(:last-child) {margin-bottom: calc(3 * var(--u));}
.emendu-v2 .v2-twocolsiconlist__description strong {color: #25292e;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-twocolsiconlist__description {padding-right: calc(2 * var(--u));}
}
.emendu-v2 .v2-benefitslist__benefitsList {margin: calc(30 * var(--u)) 0 calc(24 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-benefitslist__benefitsList {margin: calc(12 * var(--u)) 0;}
}
.emendu-v2 .v2-benefitslist__header {text-align: center;
  max-width: calc(72 * var(--u));
  margin: 0 auto calc(7.2 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-benefitslist__header {margin-bottom: calc(4 * var(--u));}
}
.emendu-v2 .v2-benefitslist__eyebrow {font: normal 700 calc(2.4 * var(--u))/145% "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #415bff 0%, #ecdf30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__eyebrow {font: normal 700 calc(3.2 * var(--u))/145% "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-benefitslist__title {color: #25292e;
  text-align: center;
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(6.4 * var(--u));
  font-weight: 600;
  line-height: 97%;
  margin-bottom: calc(2 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-benefitslist__title {font-size: calc(5.2 * var(--u));
    line-height: 1;}
}
.emendu-v2 .v2-benefitslist__description {font: normal 400 calc(1.6 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 145%;
  color: #25292e;
  max-width: calc(51 * var(--u));
  margin: 0 auto;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__description {font: normal 400 calc(2 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-benefitslist__description {max-width: 90%;}
}
.emendu-v2 .v2-benefitslist__rating {font: normal 400 calc(1.2 * var(--u))/1.1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: calc(0.8 * var(--u));
  margin: calc(2.4 * var(--u)) 0 0;
  color: #25292e;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__rating {font: normal 400 calc(1.6 * var(--u))/1.5 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-benefitslist__rating strong {font-weight: 700;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__rating {font-size: calc(1.8 * var(--u));}
}
.emendu-v2 .v2-benefitslist__ratingStars {display: inline-flex;
  align-items: center;
  gap: calc(0.4 * var(--u));}
.emendu-v2 .v2-benefitslist__ratingStarsIcon {width: calc(7.5 * var(--u));
  height: auto;
  margin-bottom: calc(0.2 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__ratingStarsIcon {width: calc(9.7 * var(--u));
    height: auto;
    margin-bottom: 0;}
}
.emendu-v2 .v2-benefitslist__trustNote {font: normal 400 calc(1.2 * var(--u))/1.1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-align: center;
  margin: calc(1.2 * var(--u)) auto 0;
  color: #25292e;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__trustNote {font: normal 400 calc(1.6 * var(--u))/1.5 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-benefitslist__trustNote strong {font-weight: 700;
  color: #25292e;}
.emendu-v2 .v2-benefitslist__gridContainer {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__gridContainer {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-benefitslist__gridContainer > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__gridContainer > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-benefitslist__grid {list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__grid {grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: span 10/span 10;
    grid-column-start: 2;
    gap: calc(2.7 * var(--u));}
}
.emendu-v2 .v2-benefitslist__card {min-height: calc(33 * var(--u));
  border-radius: calc(0.8 * var(--u));
  padding: calc(3.2 * var(--u)) calc(3.8 * var(--u));
  background-color: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(calc(2.1 * var(--u)));
  display: flex;
  flex-direction: column;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-benefitslist__card {padding: calc(2.4 * var(--u)) calc(2.4 * var(--u));}
}
.emendu-v2 .v2-benefitslist__cardIcon {position: relative;
  width: calc(4.2 * var(--u));
  height: calc(4.2 * var(--u));
  margin-bottom: calc(2.4 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-benefitslist__cardIcon {width: calc(3.2 * var(--u));
    height: calc(3.2 * var(--u));
    margin-bottom: calc(1.6 * var(--u));}
}
.emendu-v2 .v2-benefitslist__cardIconImage {object-fit: contain !important;}
.emendu-v2 .v2-benefitslist__cardBody {display: flex;
  flex-direction: column;
  gap: calc(2 * var(--u));}
.emendu-v2 .v2-benefitslist__cardTitle {font-size: calc(2.6 * var(--u));
  font-weight: 600;
  line-height: 120%;
  margin: 0;}
.emendu-v2 .v2-benefitslist__cardDescription {font: normal 400 calc(1.2 * var(--u))/1.1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-size: calc(1.5 * var(--u));
  line-height: 140%;
  color: #25292e;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__cardDescription {font: normal 400 calc(1.6 * var(--u))/1.5 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-benefitslist__cardDescription p {margin: 0;}
.emendu-v2 .v2-benefitslist__footer {display: flex;
  justify-content: center;
  margin-top: calc(4.8 * var(--u));
  margin-bottom: calc(2.4 * var(--u));}
.emendu-v2 .v2-benefitslist__cta {justify-content: center;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-benefitslist__cta {min-width: calc(27 * var(--u));}
}
.emendu-v2 .v2-faq__faq {margin: calc(16 * var(--u)) 0;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-faq__faq {margin: calc(12 * var(--u)) 0;}
}
.emendu-v2 .v2-faq__header {text-align: center;
  max-width: calc(63 * var(--u));
  margin: 0 auto calc(7.2 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-faq__header {margin-bottom: calc(4 * var(--u));}
}
.emendu-v2 .v2-faq__eyebrow {font: normal 700 calc(2.4 * var(--u))/145% "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #415bff 0%, #ecdf30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__eyebrow {font: normal 700 calc(3.2 * var(--u))/145% "PP NeueBit", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-faq__title {color: #25292e;
  text-align: center;
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(5.5 * var(--u));
  font-weight: 600;
  line-height: 97%;
  margin-bottom: calc(2 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-faq__title {font-size: calc(4 * var(--u));}
}
.emendu-v2 .v2-faq__description {font: normal 400 calc(1.6 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #25292e;
  max-width: calc(51 * var(--u));
  margin: 0 auto;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__description {font: normal 400 calc(2 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-faq__gridContainer {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__gridContainer {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-faq__gridContainer > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__gridContainer > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-faq__grid {margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 3/span 8;
  width: 100%;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-faq__grid {grid-column: 1/-1;}
}
.emendu-v2 .v2-faq__item {border-bottom: calc(0.1 * var(--u)) solid #ccc;
  transition: border-color 0.2s ease;}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-faq__item:hover {border-color: #25292e;
    transition: border-color 0.2s ease;}
}
.emendu-v2 .v2-faq__item.v2-faq__itemOpen {border-color: #25292e;}
.emendu-v2 .v2-faq__itemButton {width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.6 * var(--u));
  text-align: left;
  cursor: pointer;
  padding: calc(2 * var(--u)) 0;}
.emendu-v2 .v2-faq__itemButton:focus-visible {outline: calc(0.2 * var(--u)) solid #25292e;
  outline-offset: calc(0.4 * var(--u));}
.emendu-v2 .v2-faq__itemQuestion {font: normal 400 calc(1.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #25292e;
  font-weight: 500;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__itemQuestion {font: normal 400 calc(2.4 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__itemQuestion {font-size: calc(2 * var(--u));}
}
.emendu-v2 .v2-faq__itemIcon {display: flex;
  width: calc(1.6 * var(--u));
  height: calc(1.6 * var(--u));
  position: relative;
  flex-shrink: 0;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;}
.emendu-v2 .v2-faq__itemIconOpen {transform: rotate(180deg);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}
.emendu-v2 .v2-faq__itemContent {max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.emendu-v2 .v2-faq__itemContentOpen {max-height: calc(30 * var(--u));
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;}
.emendu-v2 .v2-faq__itemAnswer {color: #666;
  line-height: 145%;
  padding-bottom: calc(2.4 * var(--u));
  padding-right: 5%;}
.emendu-v2 .v2-faq__itemAnswer p {font: normal 400 calc(1.6 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__itemAnswer p {font: normal 400 calc(2 * var(--u))/1.2 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__itemAnswer p {font-size: calc(1.8 * var(--u));
    line-height: 145%;}
}
.emendu-v2 .v2-faq__itemAnswer p:not(:last-child) {margin-bottom: calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__itemAnswer p:not(:last-child) {margin-bottom: calc(2.4 * var(--u));}
}
.emendu-v2 .v2-contactform__contactForm {margin: calc(12 * var(--u)) 0;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__contactForm {margin: calc(30 * var(--u)) 0 calc(16 * var(--u));}
}
.emendu-v2 .v2-contactform__benefitsHeadingWrap {text-align: center;
  margin-bottom: calc(12 * var(--u));}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-contactform__benefitsHeadingWrap {margin-bottom: calc(4 * var(--u));}
}
.emendu-v2 .v2-contactform__benefitsHeading {font: normal 600 calc(4.6 * var(--u))/1.33 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0 auto;
  color: #25292e;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__benefitsHeading {font: normal 600 calc(9.2 * var(--u))/1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-contactform__benefitsHeading strong {color: #b0b0b0;
  font-weight: inherit;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-contactform__benefitsHeading {font-size: calc(4 * var(--u));
    line-height: 1;
    text-align: left;}
}
.emendu-v2 .v2-contactform__grid {padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(1.5 * var(--u));
  align-items: start;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__grid {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-contactform__grid > * {grid-column: span 4/span 4;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__grid > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-contactform__content {padding-top: calc(2.8 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__content {grid-column: span 4/span 4;
    grid-column-start: 2;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-contactform__content {padding-top: 0;
    margin-bottom: calc(3.2 * var(--u));}
}
.emendu-v2 .v2-contactform__heading {margin: 0 0 calc(2.4 * var(--u));
  color: #25292e;
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(5.6 * var(--u));
  font-weight: 500;
  line-height: 106%;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-contactform__heading {font-size: calc(2.6 * var(--u));
    line-height: 1;
    text-align: left;}
}
.emendu-v2 .v2-contactform__body {font: normal 400 calc(1.6 * var(--u))/120% "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #666;
  max-width: calc(42.7 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__body {font: normal 400 calc(1.8 * var(--u))/130% "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-contactform__body {padding-right: calc(2 * var(--u));}
}
.emendu-v2 .v2-contactform__body p + p {margin-top: calc(1.8 * var(--u));}
.emendu-v2 .v2-contactform__form {display: flex;
  flex-direction: column;
  gap: calc(2 * var(--u)) calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__form {grid-column: span 5/span 5;
    grid-column-start: 7;
    gap: calc(3 * var(--u)) calc(1.6 * var(--u));}
}
.emendu-v2 .v2-contactform__rowTwo {display: flex;
  flex-direction: column;
  gap: calc(2 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowTwo {padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(1.5 * var(--u));
    gap: calc(1.6 * var(--u));}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowTwo {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowTwo > * {grid-column: span 4/span 4;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowTwo > * {grid-column: span 12/span 12;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowTwo > * {grid-column: span 2/span 2;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowTwo > * {grid-column: span 6/span 6;}
}
.emendu-v2 .v2-contactform__rowPhone {display: flex;
  flex-direction: column;
  gap: calc(2 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowPhone {padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(1.5 * var(--u));
    gap: calc(1.6 * var(--u));}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowPhone {padding: 0;
    grid-template-columns: repeat(12, 1fr);
    gap: calc(4 * var(--u));}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowPhone > * {grid-column: span 4/span 4;}
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowPhone > * {grid-column: span 12/span 12;}
}
.emendu-v2 .v2-contactform__rowPhone > * {grid-column: span 2/span 2;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowPhone > .v2-contactform__phonePrefix {grid-column: span 4/span 4;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-contactform__rowPhone > :not(.v2-contactform__phonePrefix) {grid-column: span 8/span 8;}
}
.emendu-v2 .v2-contactform__phonePrefix {min-width: 0;}
.emendu-v2 .v2-contactform__submit {margin-top: calc(0.4 * var(--u));
  align-self: flex-start;
  min-width: calc(18 * var(--u));}
.emendu-v2 .v2-stepsrow__stepsRow {min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(8 * var(--u)) 0;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__stepsRow {margin: calc(12 * var(--u)) 0;
    padding: 0;
    align-items: flex-start;}
}
.emendu-v2 .v2-stepsrow__container {display: flex;
  flex-direction: column;
  gap: calc(16 * var(--u));}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__container {gap: calc(20 * var(--u));}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__container {gap: calc(4 * var(--u));}
}
.emendu-v2 .v2-stepsrow__intro {padding: 0;
  width: 100%;}
.emendu-v2 .v2-stepsrow__title {font: normal 600 calc(2.8 * var(--u))/1.14 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-stepsrow__title {font: normal 600 calc(5.2 * var(--u))/1.08 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;}
}
.emendu-v2 .v2-stepsrow__stepsOuter {position: relative;}
.emendu-v2 .v2-stepsrow__track {position: absolute;
  top: calc(calc(8 * var(--u)) / 2);
  height: 3px;
  width: 100%;
  background-color: #ebebeb;
  transform: translateY(-50%);
  overflow: hidden;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__track {top: 0;
    left: calc(calc(5.6 * var(--u)) / 2);
    width: 3px;
    height: 100%;
    transform: translateX(-50%);}
}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__track {top: calc(calc(10 * var(--u)) / 2);}
}
.emendu-v2 .v2-stepsrow__trackFill {height: 100%;
  width: 0%;
  background-color: #415bff;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__trackFill {width: 100%;
    height: 0%;}
}
.emendu-v2 .v2-stepsrow__steps {display: grid;
  grid-template-columns: repeat(var(--step-count, 4), 1fr);
  position: relative;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__steps {grid-template-columns: 1fr;
    gap: calc(3.2 * var(--u));}
}
.emendu-v2 .v2-stepsrow__step {display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(1.6 * var(--u));}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__step {gap: calc(2.4 * var(--u));}
}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__step {flex-direction: row;
    align-items: center;
    gap: calc(2 * var(--u));}
}
.emendu-v2 .v2-stepsrow__bubble {width: calc(8 * var(--u));
  height: calc(8 * var(--u));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(3.2 * var(--u));
  font-weight: 600;
  flex-shrink: 0;
  background-color: #d9d9d9;
  color: #ffffff;
  transform: scale(0.9);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.35s ease, color 0.35s ease;
  will-change: transform;}
.emendu-v2 .v2-stepsrow__step[data-active=true] .v2-stepsrow__bubble {background-color: #415bff;
  color: #ffffff;
  transform: scale(1);}
.emendu-v2 .v2-stepsrow__step[data-active=false] .v2-stepsrow__bubble {background-color: #f3f3f3;
  border: 3px solid #ebebeb;
  color: #8c8c8c;
  transform: scale(0.9);}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__bubble {width: calc(5.6 * var(--u));
    height: calc(5.6 * var(--u));
    font-size: calc(2.2 * var(--u));}
}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__bubble {width: calc(10 * var(--u));
    height: calc(10 * var(--u));
    font-size: calc(3.8 * var(--u));}
}
.emendu-v2 .v2-stepsrow__stepBody {display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__stepBody {align-items: flex-start;
    text-align: left;}
}
.emendu-v2 .v2-stepsrow__stepTitle {font-size: calc(2.9 * var(--u));
  font-weight: 500;
  color: #25292e;
  transition: color 0.35s ease;}
.emendu-v2 .v2-stepsrow__step[data-active=false] .v2-stepsrow__stepTitle {color: #d9d9d9;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__stepTitle {font-size: calc(2.2 * var(--u));}
}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__stepTitle {font-size: calc(3.3 * var(--u));}
}
.emendu-v2 .v2-stepsrow__stepTime {font-size: calc(2.7 * var(--u));
  color: #ababab;
  transition: color 0.35s ease;
  margin-top: calc(0.5 * var(--u));}
.emendu-v2 .v2-stepsrow__step[data-active=false] .v2-stepsrow__stepTime {color: #d9d9d9;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__stepTime {font-size: calc(2 * var(--u));}
}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__stepTime {font-size: calc(3.1 * var(--u));}
}
.emendu-v2 .v2-stepsrow__stepDesc {font-size: calc(1.8 * var(--u));
  color: #666;
  line-height: 130%;
  margin-top: calc(4.5 * var(--u));
  max-width: calc(22 * var(--u));
  transition: color 0.35s ease;}
.emendu-v2 .v2-stepsrow__step[data-active=false] .v2-stepsrow__stepDesc {color: #d9d9d9;}
@media only screen and (max-width: calc(768px - 1px)) {
  .emendu-v2 .v2-stepsrow__stepDesc {font-size: calc(1.6 * var(--u));
    margin-top: calc(0.8 * var(--u));
    max-width: none;}
}
@media (min-width: 2200px) {
  .emendu-v2 .v2-stepsrow__stepDesc {font-size: calc(2 * var(--u));
    margin-top: calc(5 * var(--u));
    max-width: calc(26 * var(--u));}
}
.emendu-v2 .v2-bulletnav__dotsRow {display: flex;
  align-items: center;
  gap: calc(2 * var(--u));
  margin-top: calc(2.4 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-bulletnav__dotsRow {display: none;}
}
.emendu-v2 .v2-bulletnav__dots {display: flex;
  align-items: center;
  gap: calc(1.2 * var(--u));}
.emendu-v2 .v2-bulletnav__lottieHint {width: calc(6 * var(--u));
  flex-shrink: 0;}
.emendu-v2 .v2-bulletnav__dot {width: calc(0.8 * var(--u));
  height: calc(0.8 * var(--u));
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: #d9d9d9;
  transition: background-color 0.2s ease, transform 0.2s ease;}
.emendu-v2 .v2-bulletnav__dot:focus-visible {outline: 2px solid #415bff;
  outline-offset: 2px;}
.emendu-v2 .v2-bulletnav__dotActive {background-color: #415bff;
  transform: scale(1.2);}
.emendu-v2 .v2-forminput__field {width: 100%;}
.emendu-v2 .v2-forminput__input {font: normal 400 calc(1.6 * var(--u))/120% "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  width: 100%;
  height: calc(5.2 * var(--u));
  border: calc(0.1 * var(--u)) solid transparent;
  border-radius: calc(0.6 * var(--u));
  background: #ffffff;
  color: #25292e;
  padding: calc(1.2 * var(--u)) calc(1.6 * var(--u));}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-forminput__input {font: normal 400 calc(1.8 * var(--u))/130% "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-forminput__input::placeholder {color: #666;}
.emendu-v2 [aria-invalid=true] .v2-forminput__input::placeholder {color: #ff2c2c;}
.emendu-v2 .v2-forminput__input:focus {outline: none;}
.emendu-v2 .v2-forminput__inputError {border-color: #ff2c2c;
  color: #ff2c2c;}
.emendu-v2 .v2-forminput__error {position: absolute;
  width: calc(0.1 * var(--u));
  height: calc(0.1 * var(--u));
  padding: 0;
  margin: calc(-0.1 * var(--u));
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;}
.emendu-v2 .v2-forminput__srOnly {position: absolute;
  width: calc(0.1 * var(--u));
  height: calc(0.1 * var(--u));
  padding: 0;
  margin: calc(-0.1 * var(--u));
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;}
.emendu-v2 .v2-formselect__field {width: 100%;}
.emendu-v2 .v2-formselect__selectWrap {position: relative;
  border: calc(0.1 * var(--u)) solid transparent;
  border-radius: calc(0.6 * var(--u));
  background: #ffffff;}
.emendu-v2 .v2-formselect__select {font: normal 400 calc(1.6 * var(--u))/120% "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  width: 100%;
  height: calc(5.2 * var(--u));
  border: 0;
  background: transparent;
  color: #25292e;
  padding: calc(1.2 * var(--u)) calc(4.8 * var(--u)) calc(1.2 * var(--u)) calc(1.6 * var(--u));
  appearance: none;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-formselect__select {font: normal 400 calc(1.8 * var(--u))/130% "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-formselect__select:focus {outline: none;}
.emendu-v2 .v2-formselect__selectWrapError {border-color: #ff2c2c;}
.emendu-v2 .v2-formselect__selectWrapError .v2-formselect__select {color: #ff2c2c;}
.emendu-v2 .v2-formselect__selectPlaceholder {color: #666;}
.emendu-v2 .v2-formselect__icon {position: absolute;
  right: calc(1.6 * var(--u));
  top: 50%;
  transform: translateY(-50%);
  width: calc(1.6 * var(--u));
  height: calc(1.6 * var(--u));
  pointer-events: none;
  color: #666;}
.emendu-v2 .v2-formselect__icon svg {width: 100%;
  height: 100%;
  display: block;}
.emendu-v2 .v2-formselect__error {position: absolute;
  width: calc(0.1 * var(--u));
  height: calc(0.1 * var(--u));
  padding: 0;
  margin: calc(-0.1 * var(--u));
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;}
.emendu-v2 .v2-formselect__srOnly {position: absolute;
  width: calc(0.1 * var(--u));
  height: calc(0.1 * var(--u));
  padding: 0;
  margin: calc(-0.1 * var(--u));
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;}
.emendu-v2 .v2-formcheckbox__field {width: 85%;}
.emendu-v2 .v2-formcheckbox__label {display: flex;
  gap: calc(1.2 * var(--u));
  align-items: flex-start;
  cursor: pointer;}
.emendu-v2 .v2-formcheckbox__input {margin-top: calc(0.2 * var(--u));
  width: calc(1.6 * var(--u));
  height: calc(1.6 * var(--u));
  border: calc(0.1 * var(--u)) solid #25292e;
  border-radius: calc(0.2 * var(--u));
  background: #ffffff;
  display: inline-grid;
  place-content: center;
  flex-shrink: 0;}
.emendu-v2 .v2-formcheckbox__input:focus {outline: none;}
.emendu-v2 .v2-formcheckbox__input::before {content: "";
  width: calc(1 * var(--u));
  height: calc(1 * var(--u));
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
  background-color: #415bff;}
.emendu-v2 .v2-formcheckbox__input:checked {border-color: #415bff;}
.emendu-v2 .v2-formcheckbox__input:checked::before {transform: scale(1);}
.emendu-v2 .v2-formcheckbox__text {font: normal 400 calc(1.2 * var(--u))/1.1 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #666;
  line-height: 1.3;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-formcheckbox__text {font: normal 400 calc(1.6 * var(--u))/1.5 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;}
}
.emendu-v2 .v2-formcheckbox__text a {color: #666;
  position: relative;
  display: inline-block;
  text-decoration: none;
  --underline-thickness: 1px;
  --underline-distance: calc(0.1 * var(--u));}
.emendu-v2 .v2-formcheckbox__text a::after {content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(-1 * var(--underline-distance));
  height: var(--underline-thickness);
  background-color: currentcolor;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
  pointer-events: none;}
@media (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-formcheckbox__text a:hover:hover::after {transform: translateY(3px);}
}
@media (prefers-reduced-motion) {
  .emendu-v2 .v2-formcheckbox__text a::after {transition: none;}
}
@media (prefers-reduced-motion) and (hover: hover) and (pointer: fine) {
  .emendu-v2 .v2-formcheckbox__text a:hover:hover::after {transform: none;}
}
.emendu-v2 .v2-formcheckbox__error {position: absolute;
  width: calc(0.1 * var(--u));
  height: calc(0.1 * var(--u));
  padding: 0;
  margin: calc(-0.1 * var(--u));
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;}

/* ── Glue WP (v2-wp.css) ── */
@media only screen and (max-width: 767px) {
  .emendu-v2 .v2-benefitslist__cta.v2-button__button--medium, .emendu-v2 .v2-heroimagehome__buttons .v2-button__button--medium {padding: calc(1.5 * var(--u)) calc(2.4 * var(--u));
    font-size: calc(1.6 * var(--u));
    border-radius: calc(5 * var(--u));}
  .emendu-v2 .v2-benefitslist__cta.v2-button__button--medium .v2-button__icon, .emendu-v2 .v2-heroimagehome__buttons .v2-button__button--medium .v2-button__icon {width: calc(2 * var(--u));
    height: calc(2 * var(--u));}
  .emendu-v2 .v2-benefitslist__cta.v2-button__button--medium .v2-button__label, .emendu-v2 .v2-benefitslist__cta.v2-button__button--medium .v2-button__labelDuplicate, .emendu-v2 .v2-benefitslist__cta.v2-button__button--medium .v2-button__labelWrapper, .emendu-v2 .v2-heroimagehome__buttons .v2-button__button--medium .v2-button__label, .emendu-v2 .v2-heroimagehome__buttons .v2-button__button--medium .v2-button__labelDuplicate, .emendu-v2 .v2-heroimagehome__buttons .v2-button__button--medium .v2-button__labelWrapper {height: calc(1.8 * var(--u));}
}
.emendu-v2 #lms-faq .v2-faq__itemContentOpen {max-height: calc(120 * var(--u));}
@media only screen and (max-width: 767px) {
  .emendu-v2 .v2-benefitslist__grid {display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: calc(1.6 * var(--u));}
  .emendu-v2 .v2-benefitslist__grid::-webkit-scrollbar {display: none;}
  .emendu-v2 .v2-benefitslist__grid > .v2-benefitslist__card {flex: 0 0 auto;
    width: 82%;
    scroll-snap-align: center;}
}
.emendu-v2 .v2-faq__itemAnswer ul {margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(0.8 * var(--u));}
.emendu-v2 .v2-faq__itemAnswer li {font: normal 400 calc(1.6 * var(--u))/1.5 "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;}
@media only screen and (min-width: 768px) {
  .emendu-v2 .v2-faq__itemAnswer li {font-size: calc(1.8 * var(--u));
    line-height: 145%;}
}
.emendu-v2 .v2-featfeatcarousel__textSegment {display: inline;}
.emendu-v2 .v2-featfeatcarousel__inlineImage {display: inline-block;
  width: calc(5.6 * var(--u));
  height: calc(5.6 * var(--u));
  margin: 0 calc(0.8 * var(--u));
  vertical-align: baseline;
  transform: translateY(calc(0.45 * var(--u)));
  object-fit: contain;}
@media only screen and (max-width: 767px) {
  .emendu-v2 .v2-featfeatcarousel__inlineImage {display: none;}
}
@media only screen and (min-width: 768px) {
  .emendu-v2 #cg-pasos .v2-stepsrow__stepDesc {max-width: calc(34 * var(--u));}
}

/* ── Keyframes ── */
@keyframes headerLineGradient {
from {
    background-position: 100% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
@keyframes levitate {
0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
}
@keyframes imageBrightnessReveal {
0% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes overlayIn {
from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlayOut {
from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes heroCharGradient {
from {
    background-position-x: calc(-1 * (var(--char-offset, 0px) + var(--span-width, 0px)));
  }
  to {
    background-position-x: calc(-1 * var(--char-offset, 0px));
  }
}
