@charset "UTF-8";.category-card{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;align-self:stretch;border-radius:var(--radius-m);position:relative;cursor:pointer;margin-top:-.9rem;z-index:1;transition:all .3s ease}.category-card:first-child{margin-top:0}.category-card-interaction{display:flex;padding-right:.0208rem;justify-content:center;align-items:center;align-self:stretch;position:relative;height:auto}.category-card:hover:not(.active) .category-card-content{transform:translateY(-2px);box-shadow:0 1.25rem 3.125rem 0 rgba(34,53,53,.12)}.category-card-content{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;border-radius:var(--radius-m);box-shadow:0 1rem 2.5rem 0 rgba(34,53,53,.07);position:relative;left:0;top:0;width:100%;overflow:hidden;transition:all .3s ease}.category-card-content.closed .image-section{max-height:0;opacity:0;overflow:hidden}.category-card-content.open{gap:1rem}.category-card-content.open .title-container{padding:1.5rem 1.5rem 0 24px}.category-card-content.open .image-section{max-height:1000px;opacity:1}.category-card .title-container{display:flex;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch;position:relative}.category-card .category-title{align-self:stretch;color:var(--color-text-dark-title);font-size:var(--size-text-s);font-weight:var(--weight-bold);line-height:32px;font-family:var(--font-secondary);letter-spacing:0;margin:0;position:relative}@media (max-width:1139px){.category-card .category-title{font-size:var(--size-text-2xs);line-height:28px}}@media (max-width:575px){.category-card .category-title{font-size:var(--size-text-3xs);line-height:24px}}.category-card .category-title.white-text{color:var(--color-text-light-title)}.category-card .image-section{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch;position:relative;transition:max-height .3s ease,opacity .3s ease}.category-card .image-placeholder{flex:1 0 0;align-self:stretch;background:#d3d3d3 50%/cover no-repeat;position:relative;min-height:12.5rem;border-radius:0 0 var(--radius-m) var(--radius-m)}.b-jovenes-progress,.b-jovenes-progress *,.b-jovenes-progress__fill{box-sizing:border-box}.b-jovenes-progress{width:100%;height:3px;background-color:var(--color-secondary-lighter);border-radius:9999px;overflow:hidden;font-size:0;line-height:0}.b-jovenes-progress__bar{width:100%;height:100%;display:flex;align-items:center}.b-jovenes-progress__fill{height:100%;background-color:var(--color-principal-mid);transition:width .4s ease;border-radius:9999px}.BAdditionalCoverageCard{display:flex;width:100%;padding:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;position:relative;border-radius:var(--radius-m);background:var(--color-neutral-000);box-shadow:0 16px 40px 0 rgba(34,53,53,.07)}.BAdditionalCoverageCard .card-icon{width:40px;height:40px;aspect-ratio:1/1;position:relative}.BAdditionalCoverageCard .card-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;position:relative}.BAdditionalCoverageCard .card-title{align-self:stretch;color:var(--color-text-dark-title);font-size:var(--size-text-2xs);font-weight:var(--weight-bold);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;position:relative;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.BAdditionalCoverageCard .card-title{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.BAdditionalCoverageCard .card-title{font-size:var(--size-text-3xs);line-height:24px}}.BAdditionalCoverageCard .card-description{align-self:stretch;color:var(--color-text-dark-body);font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;position:relative;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.BAdditionalCoverageCard .card-description{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.BAdditionalCoverageCard .card-description{font-size:var(--size-text-3xs);line-height:24px}}.PromotionalCard{--card-scale:.96;--card-shadow:0 2px 12px rgba(0,0,0,.15);--veil:.35;--content-ty:6px;--content-op:.95;position:relative;isolation:isolate;box-sizing:border-box;display:flex;padding:32px;flex-direction:column;justify-content:space-between;align-items:flex-start;border-radius:var(--radius-m);overflow:hidden;transform:scale(var(--card-scale));box-shadow:var(--card-shadow);transition:transform 320ms cubic-bezier(.22,.61,.36,1),box-shadow 320ms cubic-bezier(.22,.61,.36,1),filter 320ms cubic-bezier(.22,.61,.36,1)}.PromotionalCard::after{content:"";position:absolute;inset:0;z-index:0;background:#000;transform:scale(var(--card-scale));transition:transform 320ms cubic-bezier(.22,.61,.36,1);will-change:transform;backface-visibility:hidden}.PromotionalCard::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6));opacity:var(--veil);transition:opacity 320ms cubic-bezier(.22,.61,.36,1);z-index:0}.PromotionalCard .card-indicator{display:flex;justify-content:flex-end;align-items:flex-start;align-self:stretch;position:relative;z-index:2}.PromotionalCard .card-content{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;position:relative;z-index:1;transform:translateY(var(--content-ty));opacity:var(--content-op);transition:transform 320ms cubic-bezier(.22,.61,.36,1),opacity 320ms cubic-bezier(.22,.61,.36,1)}.PromotionalCard .card-content .card-category{color:var(--color-text-highlight-text);font-size:var(--size-text-2xs);font-weight:var(--weight-bold);line-height:28px;font-family:var(--font-secondary);letter-spacing:0}@media (max-width:1139px){.PromotionalCard .card-content .card-category{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.PromotionalCard .card-content .card-category{font-size:var(--size-text-3xs);line-height:24px}}.PromotionalCard .card-heading{display:flex;flex-direction:column;align-items:flex-start}.PromotionalCard .brand-container{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.PromotionalCard .brand-image-placeholder{flex-shrink:0;border-radius:8px;background:rgba(255,255,255,.1);background-position:center;background-repeat:no-repeat;background-size:contain;transition:transform 320ms cubic-bezier(.22,.61,.36,1),opacity 320ms cubic-bezier(.22,.61,.36,1)}.PromotionalCard .card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--color-text-light-title);text-overflow:ellipsis;font-size:var(--size-text-xl);font-weight:var(--weight-bold);line-height:32px;font-family:var(--font-secondary);letter-spacing:0;margin:0}@media (max-width:1139px){.PromotionalCard .card-title{font-size:var(--size-text-m);line-height:28px}}@media (max-width:575px){.PromotionalCard .card-title{font-size:var(--size-text-s);line-height:24px}}.PromotionalCard .card-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:var(--color-text-light-body);text-overflow:ellipsis;font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;margin:0}@media (max-width:1139px){.PromotionalCard .card-text{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.PromotionalCard .card-text{font-size:var(--size-text-3xs);line-height:24px}}.PromotionalCard .icon-btn{position:relative;z-index:3}.PromotionalCard.is-expanded{width:100%;height:100%;--card-scale:1;--card-shadow:0 10px 30px rgba(0,0,0,.25);--veil:.60;--content-ty:0px;--content-op:1}.PromotionalCard.is-expanded .cover-image-container{width:100%;height:100%;left:-15px;top:-15px}.PromotionalCard.is-expanded .cover-image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.PromotionalCard.is-expanded .brand-container,.PromotionalCard.is-expanded .brand-image-placeholder{width:80px;height:80px}.PromotionalCard.is-expanded .card-content,.PromotionalCard.is-expanded .card-heading{gap:24px}@media (max-width:1139px){.PromotionalCard.is-expanded{width:100%;max-width:350px;height:439px}}@media (max-width:575px){.PromotionalCard.is-expanded{width:100%;max-width:283px;height:367px}}.PromotionalCard.is-expanded .brand-image-placeholder{transform:translateY(0);opacity:1}.PromotionalCard.is-collapsed{width:100%;height:100%;--card-scale:1;--card-shadow:0 2px 12px rgba(0,0,0,.15);--veil:.55;--content-ty:6px;--content-op:.95}.PromotionalCard.is-collapsed .cover-image-container{width:100%;height:100%;left:-13px;top:-15px}.PromotionalCard.is-collapsed .cover-image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.PromotionalCard.is-collapsed .brand-container,.PromotionalCard.is-collapsed .brand-image-placeholder{width:72px;height:72px}.PromotionalCard.is-collapsed .card-content,.PromotionalCard.is-collapsed .card-heading{gap:8px}.PromotionalCard.is-collapsed .card-text{display:none}@media (max-width:1139px){.PromotionalCard.is-collapsed{width:100%;max-width:227px;height:337px}}@media (max-width:575px){.PromotionalCard.is-collapsed{width:100%;max-width:223px;height:289px}}.PromotionalCard.is-collapsed .brand-image-placeholder{transform:translateY(2px);opacity:.95}@media (max-width:1139px){.PromotionalCard{padding:24px;max-width:400px}.PromotionalCard .card-title{font-size:24px;line-height:28px}.PromotionalCard .card-text{font-size:16px;line-height:24px}}@media (max-width:575px){.PromotionalCard{padding:20px}.PromotionalCard .card-title{font-size:22px;line-height:26px}.PromotionalCard .card-text{font-size:15px;line-height:22px}}@media (prefers-reduced-motion:reduce){.PromotionalCard{transition:none}.PromotionalCard .brand-image-placeholder,.PromotionalCard .card-content,.PromotionalCard::before{transition:none}}.hero-section{display:flex;flex-direction:column;align-items:center;align-self:stretch;position:relative;padding:95px 60px 0 60px;background-repeat:no-repeat,no-repeat;background-position:center,center;background-size:100% 100%,auto 100%;overflow:hidden;backface-visibility:hidden;transform:translateZ(0)}@media (max-width:1139px){.hero-section{height:auto;padding:96px 60px}}@media (max-width:575px){.hero-section{padding:112px 16px 0}}@media (max-width:480px){.hero-section{padding:112px 16px}}@media (max-width:575px){.hero-section__bg_cover{background-size:cover}}.hero-section .hero-container{display:flex;max-width:1140px;width:100%;flex-shrink:0;align-self:stretch;position:relative;margin:0 auto}@media (max-width:1139px){.hero-section .hero-container{height:auto;max-width:100%}}.hero-section .hero-grid{display:grid;height:738px;width:100%;row-gap:16px;column-gap:16px;flex-shrink:0;align-self:stretch;position:relative;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr))}@media (max-width:1139px){.hero-section .hero-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr));gap:40px;height:auto}}@media (max-width:575px){.hero-section .hero-grid{grid-template-columns:1fr;grid-template-rows:auto auto;gap:40px;height:auto}}.hero-section .hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:64px;flex:1 0 0;align-self:stretch;position:relative;grid-column:1/span 5;grid-row:1/span 1}@media (max-width:1139px){.hero-section .hero-content{grid-column:1/span 6;grid-row:1;gap:40px}}@media (max-width:575px){.hero-section .hero-content{gap:32px}}.hero-section .hero-content .hero-heading{display:flex;width:465.667px;flex-direction:column;align-items:center;gap:16px;position:relative}@media (max-width:1139px){.hero-section .hero-content .hero-heading{width:100%;max-width:465.667px;gap:12px}}.hero-section .hero-content .hero-heading .hero-subtitle{align-self:stretch;color:var(--color-text-dark-title);font-size:var(--size-text-s);font-weight:var(--weight-bold);line-height:32px;font-family:var(--font-secondary);letter-spacing:0;opacity:.7}@media (max-width:1139px){.hero-section .hero-content .hero-heading .hero-subtitle{font-size:var(--size-text-2xs);line-height:28px}}@media (max-width:575px){.hero-section .hero-content .hero-heading .hero-subtitle{font-size:var(--size-text-3xs);line-height:24px}}.hero-section .hero-content .hero-heading .hero-header{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch;position:relative}@media (max-width:575px){.hero-section .hero-content .hero-heading .hero-header{gap:24px}}.hero-section .hero-content .hero-heading .hero-header .hero-title{align-self:stretch;color:var(--color-text-dark-title);font-size:var(--size-text-7xl);font-weight:var(--weight-semibold);line-height:64px;font-family:var(--font-primary);letter-spacing:0;text-transform:uppercase;margin:0;z-index:1}@media (max-width:1139px){.hero-section .hero-content .hero-heading .hero-header .hero-title{font-size:var(--size-text-6xl);line-height:49px}}@media (max-width:575px){.hero-section .hero-content .hero-heading .hero-header .hero-title{font-size:var(--size-text-4xl);line-height:35px}}@media (max-width:575px){.hero-section .hero-content .hero-heading .hero-header .hero-title span.hero-highlighted{line-height:55px}}.hero-section .hero-content .hero-heading .hero-header .hero-description{align-self:stretch;color:var(--color-text-dark-title);font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;margin:0;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.hero-section .hero-content .hero-heading .hero-header .hero-description{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.hero-section .hero-content .hero-heading .hero-header .hero-description{font-size:var(--size-text-3xs);line-height:24px}}.hero-section .hero-image-container{display:flex;align-items:center;gap:8px;flex:1 0 0;align-self:stretch;grid-column:6/span 7;grid-row:1/span 1;position:relative}@media (max-width:1139px){.hero-section .hero-image-container{grid-column:7/span 6;grid-row:1;height:400px}}@media (max-width:575px){.hero-section .hero-image-container{grid-column:1/span 6;grid-row:2;height:300px;justify-content:center}}@media (max-width:480px){.hero-section .hero-image-container{height:415px}}.hero-section .hero-image-container .hero-image-background{width:658px;height:738px;position:absolute;top:0;left:0;background-size:contain;background-repeat:no-repeat;filter:blur(2.5px);z-index:1}@media (max-width:1139px){.hero-section .hero-image-container .hero-image-background{width:100%;height:400px}}@media (max-width:575px){.hero-section .hero-image-container .hero-image-background{height:100%}}@media (max-width:480px){.hero-section .hero-image-container .hero-image-background{height:388px}}.hero-section .hero-image-container .hero-image-main{width:658px;height:738px;background-size:contain;background-repeat:no-repeat;z-index:2}@media (max-width:1139px){.hero-section .hero-image-container .hero-image-main{position:absolute;width:100%;height:100%}}@media (max-width:575px){.hero-section .hero-image-container .hero-image-main{height:100%}}@media (max-width:480px){.hero-section .hero-image-container .hero-image-main{height:100%}}.hero-heading,.hero-image-main{opacity:0;transform:translateY(50px);transition:opacity .5s ease-out}.hero-heading.animate,.hero-image-main.animate{animation:fadeInUpSpring 2s cubic-bezier(.68,-.55,.27,1) forwards;opacity:1;transform:translateY(0)}.hero-btn,.hero-image-background{opacity:0;transform:translateY(-50px);transition:opacity .5s ease-out}.hero-btn.animate,.hero-image-background.animate{animation:fadeInDownSpring 2s cubic-bezier(.68,-.55,.27,1) forwards;opacity:1;transform:translateY(0)}@keyframes fadeInUpSpring{0%{opacity:0;transform:translateY(-50px)}60%{opacity:.8;transform:translateY(-2px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDownSpring{0%{opacity:0;transform:translateY(50px)}60%{opacity:1;transform:translateY(2px)}100%{transform:translateY(0)}}.banner-image--desktop{display:inline-flex}@media (max-width:575px){.banner-image--desktop{display:none}}.banner-image--mobile{display:none}@media (max-width:575px){.banner-image--mobile{display:inline-flex}}.download-banner-wrapper{position:relative;z-index:10;background-color:var(--color_gris_50);display:flex;width:100%;padding:8rem 3.75rem;flex-direction:column;justify-content:center;align-items:center;gap:8px}@media (max-width:575px){.download-banner-wrapper{padding:3rem 1rem}}.download-banner-wrapper .download-banner{width:100%;max-width:1140px;position:relative;border-radius:var(--radius-m);box-shadow:0 16px 40px rgba(34,53,53,.07);overflow:hidden}.download-banner-wrapper .download-banner:hover{box-shadow:0 16px 40px 0 rgba(34,53,53,.25)}.download-banner-wrapper .download-banner a .banner-background{width:100%;height:auto;display:block;cursor:pointer}#BJovenesBannerDownload--desktop{display:inline}@media (max-width:575px){#BJovenesBannerDownload--desktop{display:none}}#BJovenesBannerDownload--mobile{display:none}@media (max-width:575px){#BJovenesBannerDownload--mobile{display:inline}}.blog-carousel{position:relative;z-index:10;background-color:var(--color_gris_50);display:flex;padding:128px 0;justify-content:flex-start;align-items:center;gap:24px;align-self:stretch;position:relative;overflow:hidden}.cs-desktop{display:block}.cs-tablet{justify-content:space-between;align-items:center;display:none}.carousel-container{width:1140px;max-width:var(--page-max,1410px);margin-inline:auto;box-sizing:border-box;--left-col:420px;display:grid;grid-template-columns:var(--left-col) 1fr;column-gap:24px;row-gap:24px;height:576px;position:relative;margin:0 auto}.content-grid{display:contents}.content-column{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;grid-column:1;position:relative;min-width:var(--left-col)}.content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12.5rem;align-self:stretch;position:relative}.content-section{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch;position:relative}.heading-section{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;position:relative}.main-title{align-self:stretch;color:var(--color-text-dark-title);font-size:var(--size-text-6xl);font-weight:var(--weight-semibold);line-height:56px;font-family:var(--font-primary);letter-spacing:0;text-transform:uppercase;position:relative;margin:0}@media (max-width:1139px){.main-title{font-size:var(--size-text-5xl);line-height:44px}}@media (max-width:575px){.main-title{font-size:var(--size-text-2xl);line-height:32px}}.description{align-self:stretch;color:var(--color-text-dark-body);font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;position:relative;margin:0}@media (max-width:1139px){.description{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.description{font-size:var(--size-text-3xs);line-height:24px}}.controls-section{display:flex;flex-direction:column;align-items:flex-start;gap:24px;position:relative}.counter-display{display:flex;width:128px;justify-content:space-between;align-items:center;position:relative}.counter-display .current-page,.counter-display .total-pages{color:var(--color-text-dark-title);font-size:var(--size-text-5xs);font-weight:var(--weight-medium);line-height:20px;font-family:var(--font-secondary);letter-spacing:0}@media (max-width:1139px){.counter-display .current-page,.counter-display .total-pages{font-size:var(--size-text-5xs);line-height:20px}}@media (max-width:575px){.counter-display .current-page,.counter-display .total-pages{font-size:var(--size-text-5xs);line-height:20px}}.counter-display .total-pages{opacity:.3}.counter-display .counter-divider{width:40px;height:1px;flex-shrink:0;background:var(--color-text-dark-title)}.navigation-controls{display:flex;align-items:center;gap:16px;position:relative}.articles-column{display:flex;align-items:center;gap:24px;align-self:stretch;grid-column:2;position:relative;min-width:0;overflow:visible}.articles-container{display:flex;align-items:center;gap:24px;width:100%;flex-wrap:nowrap;margin-right:calc(50% - 50vw);padding-right:max(60px,env(safe-area-inset-right))}.articles-container>*{flex-shrink:0}.PromotionalCard{position:relative;width:var(--card-width);flex:0 0 var(--card-width);height:var(--card-height)!important;overflow:hidden;cursor:pointer}.PromotionalCard .card-link{position:absolute;inset:0;z-index:3;display:block;background:0 0;text-decoration:none;color:inherit;-webkit-user-drag:none;user-select:none}.PromotionalCard .card-link:active,.PromotionalCard .card-link:focus,.PromotionalCard .card-link:hover,.PromotionalCard .card-link:visited{text-decoration:none;color:inherit;outline:0}.PromotionalCard .card-content,.PromotionalCard .card-indicator{position:relative;z-index:2;pointer-events:auto}.PromotionalCard .card-indicator,.PromotionalCard .card-indicator *,.PromotionalCard button,.PromotionalCard input,.PromotionalCard label,.PromotionalCard select,.PromotionalCard textarea{position:relative;z-index:4;pointer-events:auto}.PromotionalCard.is-expanded{--card-width:461px;--card-height:576px}.PromotionalCard.is-collapsed{--card-width:364px!important;--card-height:576px}#articlesContainer.is-dragging .card-link{pointer-events:none!important}#articlesContainer .PromotionalCard{position:relative;z-index:1}#articlesContainer .PromotionalCard.is-on-top{z-index:5}#articlesContainer .PromotionalCard.is-behind{z-index:0}@media (max-width:1139px){.blog-carousel{padding:80px 0}.cs-desktop{display:none}.cs-tablet{display:flex}.carousel-container{max-width:none;grid-template-columns:1fr;height:auto;padding-left:60px;padding-right:60px}.content-column{grid-column:1;grid-row:1}.articles-column{grid-column:1;grid-row:2}.articles-container{gap:20px;flex-wrap:nowrap;margin-right:0;padding-right:0}.PromotionalCard.is-expanded{--card-width:350px;--card-height:424px}.PromotionalCard.is-collapsed{--card-width:287px;--card-height:424px}}@media (max-width:575px){.blog-carousel{padding:40px 0}.prev-button{display:none}.next-button{display:none}.cs-desktop{display:none}.cs-tablet{display:flex}.carousel-container{padding-left:16px;padding-right:16px}.content-column{min-width:20rem}.main-title{font-size:32px;line-height:36px}.highlight-background{width:180px;height:36px}.PromotionalCard.is-expanded{--card-width:283px;--card-height:424px}.PromotionalCard.is-collapsed{--card-width:283px;--card-height:424px}}.b-jovenes-drop-down-section{position:relative;z-index:10;background-color:var(--color_gris_50)}.b-jovenes-drop-down-section__content{position:relative;z-index:10;width:100%;max-width:78.75rem;padding-top:8rem;padding-left:3.75rem;padding-right:3.75rem;padding-bottom:4.5rem;margin:0 auto}.b-jovenes-drop-down-section__content>*+*{margin-top:3rem}@media (max-width:575px){.b-jovenes-drop-down-section__content{padding-top:5rem;padding-bottom:5rem;padding-left:1rem;padding-right:1rem}.b-jovenes-drop-down-section__content>*+*{margin-top:2.5rem}}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__heading{width:100%;grid-column:span 1;display:flex;flex-direction:column}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__heading .b-jovenes-drop-down-section__hero__title{text-transform:uppercase;color:var(--color-tertiary-darker)}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__stats-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width:1139px){.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__stats-grid{gap:2.5rem}}@media (max-width:575px){.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__stats-grid{display:flex;flex-direction:column}}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group{width:100%}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group>*+*{margin-top:3.5rem}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion{width:100%;display:inline-flex;column-gap:1.5rem}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-block{width:100%}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-item__toggle{width:100%;display:inline-flex;align-items:center;padding-left:0;padding-right:0;column-gap:1.5rem;border-color:transparent;background-color:transparent;border:0;cursor:pointer;color:#0c1e1e}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-item__toggle .b-jovenes-drop-down-section__accordion-item__toggle__heading{text-align:left;width:100%;flex-grow:1;font-weight:700;color:var(--color-tertiary-darker)}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-item__toggle .icon--chevron-down{transition:transform .3s ease}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-item__toggle[aria-expanded=true] .icon--chevron-down{transform:rotate(180deg)}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-content{color:var(--color-neutral-300);overflow:hidden;max-height:0;transition:max-height .3s ease;padding-bottom:0}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-content.active{padding-top:1rem}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-group .b-jovenes-drop-down-section__accordion .b-jovenes-drop-down-section__accordion-progress-bar{margin-top:1.5rem}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel{width:100%}@media (max-width:575px){.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel{display:none}}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel figure{width:100%;height:31.375rem;overflow:hidden;border-radius:1.5rem}@media (max-width:1139px){.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel figure{height:20.6875rem}}@media (max-width:575px){.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel figure{height:15.375rem}}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel figure img{width:100%;height:100%;background-size:cover;object-fit:cover}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel figure figcaption{display:none}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__tab-panel .b-jovenes-drop-down-section__tab-panel-item.hidden{display:none}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-content__image-container{margin-top:1.5rem;width:100%;height:15.4367rem;align-self:stretch;border-radius:1rem;overflow:hidden;background:#d3d3d3 50%/cover no-repeat;display:none}.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-content__image-container img{width:100%;height:100%;background-size:cover;object-fit:cover}@media (max-width:575px){.b-jovenes-drop-down-section__content .b-jovenes-drop-down-section__accordion-content__image-container{display:block}}.b-jovenes-faqs{position:relative;z-index:10;background-color:var(--color_gris_50)}.b-jovenes-faqs__content{position:relative;z-index:10;width:100%;max-width:78.75rem;padding-top:8rem;padding-left:3.75rem;padding-right:3.75rem;padding-bottom:4.5rem;margin:0 auto;display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}@media screen and (max-width:724px){.b-jovenes-faqs__content{padding-left:1rem;padding-right:1rem;padding-top:16px!important}}.b-jovenes-faqs__content .b-jovenes-faqs__hero{grid-column:span 4;display:flex;flex-direction:column}@media screen and (max-width:724px){.b-jovenes-faqs__content .b-jovenes-faqs__hero{grid-column:span 12}}@media (max-width:575px){.b-jovenes-faqs__content .b-jovenes-faqs__hero{grid-column:span 12}}.b-jovenes-faqs__content .b-jovenes-faqs__hero .b-jovenes-faqs__hero__title{font-size:var(--size-text-3xl);font-weight:var(--weight-bold);line-height:40px;font-family:var(--font-primary);letter-spacing:0;color:var(--color-tertiary-darker);text-transform:uppercase}@media (max-width:1139px){.b-jovenes-faqs__content .b-jovenes-faqs__hero .b-jovenes-faqs__hero__title{font-size:var(--size-text-1xl);line-height:30px}}@media (max-width:575px){.b-jovenes-faqs__content .b-jovenes-faqs__hero .b-jovenes-faqs__hero__title{font-size:var(--size-text-l);line-height:26px}}.b-jovenes-faqs__content .b-jovenes-faqs__hero>*+*{margin-top:2rem}.b-jovenes-faqs__content .b-jovenes-faqs__hero__container-button{width:100%;max-width:11.625rem}@media (max-width:575px){.b-jovenes-faqs__content .b-jovenes-faqs__hero__container-button{display:none}}.b-jovenes-faqs__content .b-jovenes-faqs__stats-grid{width:100%;grid-column:span 8}@media screen and (max-width:724px){.b-jovenes-faqs__content .b-jovenes-faqs__stats-grid{grid-column:span 12}}@media (max-width:575px){.b-jovenes-faqs__content .b-jovenes-faqs__stats-grid{grid-column:span 12}}.b-jovenes-faqs__content .b-jovenes-faqs__stats-grid>*+*{margin-top:1.5rem}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group{width:100%}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group>*+*{margin-top:1.5rem}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion{width:100%;display:inline-flex;column-gap:1.5rem}@media (max-width:575px){.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion{column-gap:1rem}}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion__index{width:4.5625rem;height:4.5rem;padding-top:.5rem;padding-bottom:.5rem;color:#86bbc5;flex-shrink:0}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-block{width:calc(100% - 89px);flex-grow:1}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-item__toggle{width:100%;display:inline-flex;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:0;padding-right:0;column-gap:1.5rem;border-color:transparent;background-color:transparent;cursor:pointer;border-top:1px solid var(--color-secondary-lighter);color:#0c1e1e}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-item__toggle .b-jovenes-faqs__accordion-item__toggle__heading{text-align:left;width:100%;flex-grow:1;font-weight:700;color:var(--color-tertiary-darker)}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-item__toggle .icon--chevron-down{transition:transform .3s ease}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-item__toggle[aria-expanded=true] .icon--chevron-down{transform:rotate(180deg)}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-content{overflow:hidden;height:0;transition:height .3s ease,padding-bottom .3s ease;padding-bottom:0}.b-jovenes-faqs__content .b-jovenes-faqs__accordion-group .b-jovenes-faqs__accordion .b-jovenes-faqs__accordion-content.active{padding-bottom:1.5rem}.b-jovenes-faqs__content .b-jovenes-faqs__accordion__view-more{display:flex;justify-content:center;justify-self:center;gap:1rem}.b-jovenes-faqs__content .b-jovenes-faqs__accordion__view-more .icon-btn--primary-dark{transition:transform .3s ease}.b-jovenes-faqs__content .b-jovenes-faqs__accordion__view-more .icon-btn.rotated{transform:rotate(180deg)}.b-jovenes-faqs__content .js-batch-hidden{display:none!important}.b-jovenes-faqs__content .b-jovenes-faqs__accordion__view-more .icon-btn{transition:transform .3s ease}.b-jovenes-faqs__content .b-jovenes-faqs__accordion__view-more .icon-btn.rotated,.b-jovenes-faqs__content .b-jovenes-faqs__accordion__view-more[aria-expanded=true] .icon-btn{transform:rotate(180deg)}.b-jovenes-faqs #faqCollapse{overflow:hidden;max-height:0;margin-top:0;transition:max-height .4s ease,margin-top .3s ease}.b-jovenes-faqs .b-jovenes-faqs__backdrop{position:absolute;overflow:hidden;top:1.875rem;left:.0288rem;width:100%;z-index:0}.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image{display:none;width:56.0962rem;height:43.25rem;aspect-ratio:131/101;background-repeat:no-repeat}@media (max-width:1139px){.b-jovenes-faqs .b-jovenes-faqs__backdrop{top:3.4375rem;left:.0819rem}.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image{width:100%;height:40.125rem}}@media (max-width:575px){.b-jovenes-faqs .b-jovenes-faqs__backdrop{top:3.4375rem;left:.0819rem}.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image{width:52rem;height:40.125rem}}.b-jovenes-faqs .b-jovenes-faqs__backdrop figcaption{display:none}@media (max-width:575px){.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--mobile{display:block}.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--desktop,.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--tablet{display:none}}@media (min-width:576px) and (max-width:1139px){.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--tablet{display:block}.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--desktop,.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--mobile{display:none}}@media (min-width:1140px){.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--desktop{display:block}.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--mobile,.b-jovenes-faqs .b-jovenes-faqs__backdrop .b-jovenes-faqs__backdrop-image--tablet{display:none}}.banner-image--desktop{display:inline-flex}@media (max-width:575px){.banner-image--desktop{display:none}}.banner-image--mobile{display:none}@media (max-width:575px){.banner-image--mobile{display:inline-flex}}.b-jovenes-document-list{width:100%;height:100%;margin:0 auto;position:relative;z-index:0;background-color:var(--color_gris_50);padding-top:8rem;padding-bottom:4.625rem}@media (max-width:1139px){.b-jovenes-document-list{padding-top:5.5rem}}@media (max-width:575px){.b-jovenes-document-list{padding-top:3rem}}.b-jovenes-document-list__content{width:100%;max-width:78.75rem;margin:0 auto;padding-left:3.75rem;padding-right:3.75rem}@media (max-width:575px){.b-jovenes-document-list__content{padding-left:1rem;padding-right:1rem}}.b-jovenes-document-list__heading{margin-bottom:4.5rem}.b-jovenes-document-list__heading h2{color:#0c1e1e;margin-bottom:2rem;font-size:40px;line-height:40px}@media (max-width:1139px){.b-jovenes-document-list__heading h2{font-size:30px;line-height:30px}}@media (max-width:575px){.b-jovenes-document-list__heading h2{font-size:26px;line-height:26px}}.b-jovenes-document-list__list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;overflow:hidden;transition:height .3s ease;height:auto}.b-jovenes-document-list__list.collapsed{height:0!important}@media (max-width:1139px){.b-jovenes-document-list__list{grid-template-columns:1fr}}.b-jovenes-document-list__list.collapse-container{margin-top:1rem}.b-jovenes-document-list__list.collapsed.collapse-container{margin-top:0}.b-jovenes-document-list__list__link{width:fit-content;height:fit-content;background-color:#fff;border-radius:1rem;gap:.8125rem;display:flex;padding:1rem 1.5rem}.b-jovenes-document-list__list__link span.icon{flex-shrink:0}.b-jovenes-document-list__list__link a{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--color-tertiary-darker);text-decoration:underline;text-decoration-color:var(--color-tertiary-darker)}.b-jovenes-document-list__view-more{width:100%;max-width:100%;margin-top:3rem;display:flex;justify-content:center}@media (max-width:1139px){.b-jovenes-document-list__view-more{justify-content:center}}@media (max-width:575px){.b-jovenes-document-list__view-more{justify-content:center}}.b-jovenes-document-list .icon-btn--primary-dark{transition:transform .3s ease}.b-jovenes-document-list .icon-btn--primary-dark.rotated{transform:rotate(180deg)}.b-jovenes-document-list .icon--chevron-down.is-rotated{transform:rotate(180deg)}#b-jovenes-document-list--desktop{display:inline-flex}@media (max-width:1139px){#b-jovenes-document-list--desktop{display:none}}#b-jovenes-document-list--mobile{display:none}@media (max-width:1139px){#b-jovenes-document-list--mobile{display:inline-flex}}.b-jovenes-full-width-rich-text-field{width:100%;margin:0 auto;position:relative;z-index:0;background-color:var(--color_gris_50);padding-top:9rem;padding-bottom:8rem}@media (max-width:1139px){.b-jovenes-full-width-rich-text-field{padding-top:7rem;padding-bottom:5rem}}@media (max-width:575px){.b-jovenes-full-width-rich-text-field{padding-top:6rem;padding-bottom:3rem}}.b-jovenes-full-width-rich-text-field__content{width:1160px;max-width:79.95rem;margin:0 auto;border-bottom:1px solid #b3b8ba}.b-jovenes-full-width-rich-text-field__content>*+*{margin-top:2rem}@media (max-width:1139px){.b-jovenes-full-width-rich-text-field__content{width:90%}}@media (max-width:575px){.b-jovenes-full-width-rich-text-field__content{padding-left:1rem;padding-right:1rem;width:90%}}.b-jovenes-full-width-rich-text-field__content .b-jovenes-full-width-rich-text-field__collapse figure{margin:0 auto;text-align:center}.b-jovenes-full-width-rich-text-field__content .b-jovenes-full-width-rich-text-field__collapse .image_resized>img{width:100%;height:100%}.b-jovenes-full-width-rich-text-field__heading{display:flex;justify-content:space-between;align-items:center;column-gap:1.25rem}.b-jovenes-full-width-rich-text-field__heading [data-open-text]{display:inline}.b-jovenes-full-width-rich-text-field__heading [data-close-text]{display:none}.b-jovenes-full-width-rich-text-field__heading [data-chevron]{transition:transform .3s ease}.b-jovenes-full-width-rich-text-field__heading [aria-expanded=true] [data-open-text]{display:none}.b-jovenes-full-width-rich-text-field__heading [aria-expanded=true] [data-close-text]{display:inline}.b-jovenes-full-width-rich-text-field__heading [aria-expanded=true] [data-chevron]{transform:rotate(180deg)}.b-jovenes-full-width-rich-text-field__heading .b-jovenes-full-width-rich-text-field__heading__title{font-size:var(--size-text-3xl);font-weight:var(--weight-bold);line-height:40px;font-family:var(--font-primary);letter-spacing:0;color:var(--color-tertiary-darker);text-transform:uppercase}@media (max-width:1139px){.b-jovenes-full-width-rich-text-field__heading .b-jovenes-full-width-rich-text-field__heading__title{font-size:var(--size-text-1xl);line-height:30px}}@media (max-width:575px){.b-jovenes-full-width-rich-text-field__heading .b-jovenes-full-width-rich-text-field__heading__title{font-size:var(--size-text-l);line-height:26px}}.b-jovenes-full-width-rich-text-field__collapse{padding-bottom:1.5rem}.b-jovenes-full-width-rich-text-field__collapse p{color:var(--color-neutral-300)}main>.b-jovenes-full-width-rich-text-field{padding-left:60px;padding-right:60px}@media (max-width:575px){main>.b-jovenes-full-width-rich-text-field{padding-left:16px;padding-right:16px}}main>.b-jovenes-full-width-rich-text-field>.b-jovenes-full-width-rich-text-field__content{width:100%;padding-right:0;padding-left:0}.real_life-content{width:100%;background:#f4f7f8}.real_life-content .real_life-banner{margin:0 auto;max-width:1440px;padding:128px 60px;display:flex;flex-direction:column;gap:72px;position:relative}@media (max-width:1139px){.real_life-content .real_life-banner{padding:88px 60px;gap:48px;overflow-x:hidden}}@media (max-width:575px){.real_life-content .real_life-banner{padding:48px 16px;gap:32px}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4){display:none}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(odd){justify-self:end}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(even){justify-self:start}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3){position:relative;top:-15px}.real_life-content .real_life-banner .real_life-banner-cards>div:last-child{position:relative;top:-126px}}.real_life-content .real_life-banner .real_life-banner-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;height:auto;z-index:0}@media (max-width:1139px){.real_life-content .real_life-banner .real_life-banner-image{display:none}}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-image{display:none}}.real_life-content .real_life-banner .real_life-banner-header{width:100%;max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;gap:24px;z-index:90}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-header{flex-direction:column}}.real_life-content .real_life-banner .real_life-banner-header h2{color:#0c1e1e;font-size:56px;font-weight:600;line-height:56px;letter-spacing:0;text-transform:uppercase;max-width:50%}@media (max-width:1139px){.real_life-content .real_life-banner .real_life-banner-header h2{font-size:44px;line-height:44px}}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-header h2{font-size:36px;line-height:32px;max-width:100%}}.real_life-content .real_life-banner .real_life-banner-header .real_life-banner-description{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;max-width:50%}@media (max-width:1139px){.real_life-content .real_life-banner .real_life-banner-header .real_life-banner-description{font-size:16px;line-height:24px}}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-header .real_life-banner-description{font-size:16px;line-height:24px;text-align:justify;max-width:100%}}.real_life-content .real_life-banner .real_life-banner-cards{width:100%;max-width:1140px;display:flex;align-items:flex-end;gap:24px;position:relative;margin:0 auto;z-index:90}@media (max-width:1139px){.real_life-content .real_life-banner .real_life-banner-cards{width:160%;transform:translateX(-50%);left:50%;gap:16px}}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards{gap:16px;width:100%;display:grid;grid-template-columns:repeat(2,max-content);grid-auto-rows:max-content;justify-content:center;align-items:start}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1){width:267px;height:267px;border-radius:24px;transform:translateX(-150%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1).move-in{transform:translate(0,0);opacity:1}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1){position:relative}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title{background:#92f3ea;color:#102b30;padding:8px 24px;gap:10px;border-radius:24px 24px 24px 0;position:absolute;top:45px;left:100px;white-space:nowrap;transform:translateX(-40%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title .real_life-title-mobile{display:none}@media (max-width:1139px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title{display:none}}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title{display:block;top:5px;left:120px;border-radius:18px 18px 18px 0}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title .real_life-title-desktop{display:none}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title .real_life-title-mobile{display:block}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-title.title-in{transform:translate(0,0);opacity:1}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(1) .real_life-banner-card-image{width:267px;height:267px;border-radius:24px;object-fit:cover}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2){width:169px;height:169px;border-radius:24px;transform:translateY(-150%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2).move-in{transform:translate(0,0);opacity:1}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2){position:relative;top:45px}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-title{background:#dbfbf8;color:#102b30;padding:8px 24px;gap:10px;border-radius:24px 24px 0 24px;position:absolute;bottom:25px;left:-75px;white-space:nowrap;transform:translateY(-40%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-title .real_life-title-mobile{display:none}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-title{bottom:15px;left:-65px;border-radius:18px 18px 0 18px}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-title .real_life-title-desktop{display:none}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-title .real_life-title-mobile{display:block}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-title.title-in{transform:translate(0,0);opacity:1}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(2) .real_life-banner-card-image{width:169px;height:169px;border-radius:24px;object-fit:cover}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3){width:171px;height:267px;border-radius:24px;transform:translateY(-150%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3).move-in{transform:translate(0,0);opacity:1}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3){position:relative;top:0;overflow:visible;z-index:60}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-title{background:#20555f;color:#fff;padding:8px 24px;gap:10px;border-radius:24px 24px 0 24px;position:absolute;top:10px;left:-110px;white-space:nowrap;transform:translateY(-40%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-title .real_life-title-mobile{display:none}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-title{top:16px;left:5%;transform:translateX(-50%);z-index:70;border-radius:18px 18px 18px 0;padding:8px 10px;width:auto;white-space:nowrap}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-title .real_life-title-desktop{display:none}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-title .real_life-title-mobile{display:block}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-title.title-in{transform:translate(0,0);opacity:1}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(3) .real_life-banner-card-image{width:171px;height:267px;border-radius:24px;object-fit:cover}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4){width:169px;height:206px;border-radius:24px;transform:translateY(150%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4).move-in{transform:translate(0,0);opacity:1}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4){position:relative;display:none}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-title{background:#92f3ea;color:#04151c;padding:8px 24px;gap:10px;border-radius:24px 0 24px 24px;position:absolute;bottom:10px;left:-120px;white-space:nowrap;transform:translateY(40%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-title .real_life-title-mobile{display:none}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-title{bottom:auto;left:auto;border-radius:18px 0 18px 18px}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-title .real_life-title-desktop{display:none}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-title .real_life-title-mobile{display:block}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-title.title-in{transform:translate(0,0);opacity:1}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(4) .real_life-banner-card-image{width:169px;height:206px;border-radius:24px;object-fit:cover}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5){width:268px;height:290px;border-radius:24px;transform:translateX(150%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5).move-in{transform:translate(0,0);opacity:1}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5){position:relative;top:-50px;z-index:auto}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title{background:#102b30;color:#fff;padding:8px 24px;gap:10px;border-radius:24px 24px 0 24px;position:absolute;top:32px;left:-110px;white-space:nowrap;transform:translateX(40%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title .real_life-title-mobile{display:none}@media (max-width:1139px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title{display:none}}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title{display:block;top:auto;left:-65px;right:auto;bottom:16px;transform:translateX(-50%);z-index:80;border-radius:18px 18px 0 18px;max-width:calc(100% - 24px);padding:8px 12px;white-space:nowrap}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title .real_life-title-desktop{display:none}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title .real_life-title-mobile{display:block}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title.title-in{transform:translate(0,0);opacity:1}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-title--card5-original{display:none}}.real_life-content .real_life-banner .real_life-banner-cards>div:nth-child(5) .real_life-banner-card-image{width:268px;height:290px;border-radius:24px;object-fit:cover}.real_life-content .real_life-banner .real_life-banner-cards .real_life-banner-card-title--card5-mobile-floating{display:none}@media (max-width:575px){.real_life-content .real_life-banner .real_life-banner-cards .real_life-banner-card-title--card5-mobile-floating{display:block;background:#102b30;color:#fff;padding:8px 12px;gap:10px;border-radius:18px 18px 0 18px;position:absolute;left:224px;bottom:81px;white-space:nowrap;z-index:80;pointer-events:none;transform:translateX(40%);opacity:0;transition:transform 2s ease,opacity 2s ease}.real_life-content .real_life-banner .real_life-banner-cards .real_life-banner-card-title--card5-mobile-floating .real_life-title-mobile{display:block}}.performance{background:#f4f7f8;overflow-x:hidden;width:100%}.performance .performance_wrap{margin:0 auto;max-width:1440px;display:flex;gap:72px;flex-direction:column;align-items:center;justify-content:center;padding:128px 60px}@media (max-width:1139px){.performance .performance_wrap{gap:48px;padding:88px 60px;width:100%}}@media (max-width:575px){.performance .performance_wrap{gap:32px;padding:48px 16px}}.performance .performance_wrap .performance_header{width:100%;max-width:1140px;height:112px;gap:24px;display:flex}@media (max-width:1139px){.performance .performance_wrap .performance_header{width:100%;height:fit-content;flex-direction:row;gap:16px}}@media (max-width:575px){.performance .performance_wrap .performance_header{gap:16px;width:100%;flex-direction:column;justify-content:space-between}}.performance .performance_wrap .performance_header .performance_title-wrapper{flex:1}.performance .performance_wrap .performance_header .performance_title-wrapper .performance_title{margin-top:2.5px;color:#0c1e1e;font-size:45px;font-weight:600;line-height:56px;text-transform:uppercase}@media (max-width:1139px){.performance .performance_wrap .performance_header .performance_title-wrapper .performance_title{font-size:44px;line-height:44px}}@media (max-width:575px){.performance .performance_wrap .performance_header .performance_title-wrapper .performance_title{font-size:36px;line-height:32px}}.performance .performance_wrap .performance_header .performance_description-wrapper{flex:1}@media (max-width:575px){.performance .performance_wrap .performance_header .performance_description-wrapper{width:100%}}.performance .performance_wrap .performance_header .performance_description-wrapper .performance_description{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;text-align:left;letter-spacing:0}@media (max-width:1139px){.performance .performance_wrap .performance_header .performance_description-wrapper .performance_description{text-align:justify}}@media (max-width:575px){.performance .performance_wrap .performance_header .performance_description-wrapper .performance_description{text-align:left}}.performance .performance_wrap .performance__content{max-width:1140px;width:100%;display:flex;gap:24px}@media (max-width:1139px){.performance .performance_wrap .performance__content{width:100%;flex-direction:column;justify-content:space-between;gap:16px}}@media (max-width:575px){.performance .performance_wrap .performance__content{width:100%;gap:16px}}.performance .performance_wrap .performance__content .performance_chart-wrapper{width:752px;height:514px;position:relative;left:-500px;opacity:0;transition:left 2s ease,opacity 2s ease}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_chart-wrapper{height:514px;width:100%}}@media (max-width:575px){.performance .performance_wrap .performance__content .performance_chart-wrapper{height:514px;width:100%}}.performance .performance_wrap .performance__content .performance_chart-wrapper.move-in{left:0;opacity:1}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image{width:752px;height:514px}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-desktop{width:752px;height:514px}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-tablet{display:none}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-mobile{display:none}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image{width:100%;height:514px}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-desktop{display:none}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-tablet{display:block;width:100%;height:514px;max-width:714px;margin:0 auto}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-mobile{display:none}}@media (max-width:575px){.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image{width:100%;height:514px}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-desktop{display:none}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-tablet{display:none}.performance .performance_wrap .performance__content .performance_chart-wrapper .performance_chart-image .chart_image-mobile{display:block;width:100%;height:514px;max-width:343px;margin:0 auto}}.performance .performance_wrap .performance__content .performance_cards-wrapper{width:364px}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_cards-wrapper{width:100%}}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards{height:401px;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-end;gap:24px}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards{flex-direction:row;max-height:116px;min-height:116px;width:100%}}@media (max-width:575px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards{display:none}}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card{width:364px;height:117px;border-radius:15px;position:relative;right:-500px;opacity:0;transition:right 2s ease,opacity 2s ease}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card.move-in{right:0;opacity:1}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card .image_desktop{width:364px;height:117px}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card .image_tablet{display:none}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card{flex:1;height:116px}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card .image_desktop{display:none}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards .performance_card .image_tablet{display:block;width:100%;height:116px}}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-hidden{opacity:0;max-height:0;overflow:hidden;transition:opacity 1s ease-out,max-height 1s ease-out}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-hidden .performance_card-mobile{display:none}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-hidden .performance_card-mobile{display:none}}@media (max-width:575px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-hidden .performance_card-mobile{display:block;width:343px;height:116px;margin:0 auto}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-hidden .performance_card-mobile .image_mobile{width:343px;height:116px}}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-hidden.visible{opacity:1;max-height:1000px;transition:opacity 2s ease-in,max-height 2s ease-in}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-btn{width:100%;display:none}@media (max-width:1139px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-btn{display:none}}@media (max-width:575px){.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-btn{display:flex;justify-content:center;margin-top:15px}}.performance .performance_wrap .performance__content .performance_cards-wrapper .performance_cards-btn .rotate-icon .icon--chevron-down{transform:rotate(180deg)}.requirements{width:100%;background:#f4f7f8}.requirements .requirements_container{max-width:1440px;margin:0 auto;padding:128px 60px;gap:24px;display:flex;justify-content:center}@media (max-width:1139px){.requirements .requirements_container{padding:88px 60px;gap:16px}}@media (max-width:575px){.requirements .requirements_container{flex-direction:column;padding:80px 16px;gap:80px}}.requirements .requirements_container .requirements_section-left{flex:1;gap:32px;display:flex;flex-direction:column;justify-content:space-between;max-width:558px;max-height:fit-content}.requirements .requirements_container .requirements_section-left .requirements_section-title .requirements_title{color:#0c1e1e;font-size:56px;font-weight:600;line-height:56px;letter-spacing:0;text-transform:uppercase}@media (max-width:1139px){.requirements .requirements_container .requirements_section-left .requirements_section-title .requirements_title{font-size:44px;line-height:44px}}@media (max-width:575px){.requirements .requirements_container .requirements_section-left .requirements_section-title .requirements_title{font-size:36px;line-height:32px}}.requirements .requirements_container .requirements_section-left .requirements_section-steps{display:flex;gap:16px;flex-direction:column}.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_subtitle{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;margin-bottom:5px}@media (max-width:1139px){.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_subtitle{font-size:16px;line-height:24px}}@media (max-width:575px){.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_subtitle{font-size:16px;line-height:24px}}.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_steps-list{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;list-style:none;padding-left:0;gap:16px;display:flex;flex-direction:column}@media (max-width:1139px){.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_steps-list{font-size:16px;line-height:24px}}@media (max-width:575px){.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_steps-list{font-size:16px;line-height:24px}}.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_steps-list .requirements_step{display:flex;gap:8px}.requirements .requirements_container .requirements_section-left .requirements_section-steps .requirements_steps-list .requirements_step img{width:24px;height:24px;max-width:24px;max-height:24px}.requirements .requirements_container .requirements_section-right{flex:1;max-width:558px}.requirements .requirements_container .requirements_section-right .requirements_process-step{gap:24px;display:flex;height:172px}@media (max-width:1139px){.requirements .requirements_container .requirements_section-right .requirements_process-step{height:fit-content}}@media (max-width:575px){.requirements .requirements_container .requirements_section-right .requirements_process-step{height:fit-content}}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator{padding:0 4px 4px 4px;gap:8px;display:flex}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number{color:#d4e0e0;font-size:56px;font-weight:600;line-height:56px;letter-spacing:0;text-transform:uppercase;position:relative;opacity:0;transform:translateY(-20px);transition:opacity 2s ease,transform 2s ease}@media (max-width:1139px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number{font-size:44px;line-height:44px}}@media (max-width:575px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number{font-size:36px;line-height:32px}}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number::after{content:"";position:absolute;top:35%;left:50%;transform:translateX(-50%);width:2px;height:100px;background-color:#b3b8ba}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number.animate-in{opacity:1;transform:translateY(0)}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number::after{opacity:0;transform:translateY(-20px);transition:opacity 2s ease,transform 2s ease;content:"";position:absolute;top:35%;left:50%;transform-origin:center;width:2px;height:100px;background-color:#b3b8ba}@media (max-width:575px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number::after{height:70px}}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-indicator .requirements_process-number.animate-arrow::after{opacity:1;transform:translateX(-50%) translateY(0)}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description{opacity:0;transform:translateY(-20px);transition:opacity 2s ease,transform 2s ease}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description.animate-in{opacity:1;transform:translateY(0)}@media (max-width:575px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description{padding-top:10px}}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description h1{color:#0c1e1e;font-size:22px;font-weight:700;line-height:32px;letter-spacing:0}@media (max-width:1139px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description h1{font-size:18px;line-height:28px}}@media (max-width:575px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description h1{font-size:16px;line-height:24px}}.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description p{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;margin-top:10px}@media (max-width:1139px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description p{font-size:16px;line-height:24px}}@media (max-width:575px){.requirements .requirements_container .requirements_section-right .requirements_process-step .requirements_process-description p{font-size:16px;line-height:24px}}.requirements .requirements_container .requirements_section-right .requirements_process-step.last-step .requirements_process-number::after{display:none}.b-jovenes-banner-requirements__item{display:flex;gap:1.5rem;position:relative;align-items:stretch}.b-jovenes-banner-requirements__item:last-child{padding-bottom:0}.b-jovenes-banner-requirements__icon{position:relative;flex-shrink:0;display:flex;align-items:flex-start;align-self:stretch;min-height:100%}.b-jovenes-banner-requirements__icon::after{content:"";position:absolute;top:62px;bottom:.5rem;left:24px;width:1px;transform:translateX(-.5px);background-color:var(--color-neutral-100)}.b-jovenes-banner-requirements .b-jovenes-banner-requirements__icon.b-jovenes-banner-requirements__icon--last-one::after{display:none}.b-jovenes-banner-requirements__icon-wrapper{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.b-jovenes-banner-requirements .b-jovenes-banner-requirements-number{opacity:1;transform:translateY(0);color:var(--color-tertiary-lighter);font-size:var(--size-text-6xl);font-weight:var(--weight-semibold);line-height:56px;font-family:var(--font-primary);letter-spacing:0}@media (max-width:1139px){.b-jovenes-banner-requirements .b-jovenes-banner-requirements-number{font-size:var(--size-text-5xl);line-height:44px}}@media (max-width:575px){.b-jovenes-banner-requirements .b-jovenes-banner-requirements-number{font-size:var(--size-text-2xl);line-height:32px}}.b-jovenes-banner-requirements .b-jovenes-banner-requirements-number.animate-in{opacity:1;transform:translateY(0)}.b-jovenes-banner-requirements .b-jovenes-banner-requirements-number.animate-arrow::after{opacity:1;transform:translateX(-50%) translateY(0)}.b-jovenes-banner-requirements .b-jovenes-banner-requirements__content .b-jovenes-banner-requirements__title{color:var(--color-tertiary-darker);padding-top:10px;padding-bottom:1rem;font-size:var(--size-text-s);font-weight:var(--weight-bold);line-height:32px;font-family:var(--font-secondary);letter-spacing:0}@media (max-width:1139px){.b-jovenes-banner-requirements .b-jovenes-banner-requirements__content .b-jovenes-banner-requirements__title{font-size:var(--size-text-2xs);line-height:28px}}@media (max-width:575px){.b-jovenes-banner-requirements .b-jovenes-banner-requirements__content .b-jovenes-banner-requirements__title{font-size:var(--size-text-3xs);line-height:24px}}.b-jovenes-banner-requirements .b-jovenes-banner-requirements__content .b-jovenes-banner-requirements__desc{color:var(--color-neutral-300);padding-bottom:1.5rem;font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0}@media (max-width:1139px){.b-jovenes-banner-requirements .b-jovenes-banner-requirements__content .b-jovenes-banner-requirements__desc{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.b-jovenes-banner-requirements .b-jovenes-banner-requirements__content .b-jovenes-banner-requirements__desc{font-size:var(--size-text-3xs);line-height:24px}}.costs_fees-banner{width:100%;background:#f4f7f8}.costs_fees-banner .costs_fees-container{max-width:1440px;margin:0 auto;padding:128px 60px;gap:72px;display:flex;flex-direction:column}@media (max-width:1139px){.costs_fees-banner .costs_fees-container{gap:48px;padding:88px 60px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container{gap:32px;padding:80px 16px}}.costs_fees-banner .costs_fees-container .costs_fees-header{display:flex;gap:24px}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-header{gap:16px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-header{gap:16px;flex-direction:column}}.costs_fees-banner .costs_fees-container .costs_fees-header .costs_fees-title{flex:1;color:#0c1e1e;font-size:56px;font-weight:600;line-height:56px;letter-spacing:0;text-transform:uppercase}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-header .costs_fees-title{font-size:44px;line-height:44px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-header .costs_fees-title{font-size:36px;line-height:32px}}.costs_fees-banner .costs_fees-container .costs_fees-header .costs_fees-description{flex:1;color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-header .costs_fees-description{font-size:16px;line-height:24px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-header .costs_fees-description{font-size:16px;line-height:24px}}.costs_fees-banner .costs_fees-container .costs_fees-body{gap:24px;display:flex}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-body{gap:16px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-body{gap:16px;flex-direction:column}}.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col{flex:1;gap:8px;border-left:1px solid #b3b8ba;display:flex;flex-direction:column;padding-left:24px}.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title{display:flex}.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title .costs_fees-item-title{color:#0c1e1e;font-size:72px;font-weight:600;line-height:64px;letter-spacing:0;text-transform:uppercase}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title .costs_fees-item-title{font-size:56px;line-height:49px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title .costs_fees-item-title{font-size:42px;line-height:35px}}.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title .costs_fees-item-percentage{color:#49ebdc;font-size:72px;font-weight:600;line-height:64px;letter-spacing:0;text-transform:uppercase}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title .costs_fees-item-percentage{font-size:56px;line-height:49px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-title .costs_fees-item-percentage{font-size:42px;line-height:35px}}.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-description .costs_fees-item-description{color:#0c1e1e;font-size:18px;font-weight:700;line-height:28px;letter-spacing:0}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-description .costs_fees-item-description{font-size:16px;line-height:24px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-body .costs_fees-col .costs_fees-row-description .costs_fees-item-description{font-size:16px;line-height:24px}}.costs_fees-banner .costs_fees-container .costs_fees-footer .costs_fees-footer-text{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0}@media (max-width:1139px){.costs_fees-banner .costs_fees-container .costs_fees-footer .costs_fees-footer-text{font-size:16px;line-height:24px}}@media (max-width:575px){.costs_fees-banner .costs_fees-container .costs_fees-footer .costs_fees-footer-text{font-size:16px;line-height:24px}}.coverage_module{width:100%;background:#f4f7f8}@media (max-width:1139px){.coverage_module{margin-bottom:13rem}}@media (max-width:575px){.coverage_module{margin-bottom:0}}.coverage_module .coverage_container{max-width:1440px;display:flex;flex-direction:column;gap:72px;padding:128px 60px;margin:0 auto}@media (max-width:1139px){.coverage_module .coverage_container{padding:88px 60px;gap:48px}}@media (max-width:575px){.coverage_module .coverage_container{padding:16px 16px;gap:32px}}.coverage_module .coverage_container .coverage_header-row{gap:24px;display:flex;max-width:1140px;margin:0 auto;max-width:1140px;width:100%}@media (max-width:1139px){.coverage_module .coverage_container .coverage_header-row{gap:16px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_header-row{gap:16px;flex-direction:column}}.coverage_module .coverage_container .coverage_header-row h2{flex:1;color:#0c1e1e;font-size:56px;font-weight:600;line-height:4.2rem;letter-spacing:0;text-transform:uppercase}@media (max-width:1139px){.coverage_module .coverage_container .coverage_header-row h2{font-size:44px;line-height:3.5rem}}@media (max-width:575px){.coverage_module .coverage_container .coverage_header-row h2{font-size:36px;line-height:2.7rem}}.coverage_module .coverage_container .coverage_header-row p{flex:1;color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0}@media (max-width:1139px){.coverage_module .coverage_container .coverage_header-row p{font-size:16px;line-height:24px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_header-row p{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row{display:flex;gap:24px;max-width:1140px;margin:0 auto;width:100%;height:448px}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row{display:grid;grid-template-columns:repeat(2,1fr);column-gap:0}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row{display:flex;overflow-x:auto;overflow-y:hidden;gap:16px;height:224px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col{opacity:0}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1){gap:8px;display:flex;flex:1}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1){gap:16px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card{width:100%;align-items:center;background:#fff;border-radius:24px;padding:24px;gap:32px;display:flex;flex-direction:column;height:fit-content}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card{height:max-content;width:93%}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card{position:static;border-radius:16px;padding:16px;width:327px;height:224px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-image{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-image{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-image img{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-image img{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer{width:100%}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer .coverage_card-title{font-size:22px;font-weight:700;line-height:32px;letter-spacing:0;color:#0c1e1e}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer .coverage_card-title{font-size:18px;line-height:28px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer .coverage_card-title{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer .coverage_card-description{font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;color:#4f5b60}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(1) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2){gap:8px;display:flex;flex:1;align-items:flex-end}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2){align-items:flex-start;gap:16px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card{width:100%;background:#fff;border-radius:24px;padding:24px;gap:32px;display:flex;flex-direction:column;height:fit-content;align-items:center}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card{position:relative;top:64px;width:95%}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card{position:static;border-radius:16px;padding:16px;width:327px;height:224px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-image{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-image{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-image img{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-image img{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer{width:100%}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer .coverage_card-title{font-size:22px;font-weight:700;line-height:32px;letter-spacing:0;color:#0c1e1e}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer .coverage_card-title{font-size:18px;line-height:28px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer .coverage_card-title{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer .coverage_card-description{font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;color:#4f5b60}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(2) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3){gap:8px;display:flex;flex:1}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3){gap:16px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card{width:100%;align-items:center;background:#fff;border-radius:24px;padding:24px;gap:32px;display:flex;flex-direction:column;height:fit-content}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card{height:max-content;width:93%}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card{position:static;border-radius:16px;padding:16px;width:327px;height:224px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-image{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-image{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-image img{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-image img{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer{width:100%}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer .coverage_card-title{font-size:22px;font-weight:700;line-height:32px;letter-spacing:0;color:#0c1e1e}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer .coverage_card-title{font-size:18px;line-height:28px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer .coverage_card-title{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer .coverage_card-description{font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;color:#4f5b60}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(3) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4){gap:8px;display:flex;flex:1;align-items:flex-end}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4){align-items:flex-start;gap:16px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card{width:100%;align-items:center;background:#fff;border-radius:24px;padding:24px;gap:32px;display:flex;flex-direction:column;height:fit-content}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card{position:relative;top:64px;width:95%}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card{position:static;border-radius:16px;padding:16px;width:327px;height:224px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-image{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-image{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-image img{width:168px;height:168px}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-image img{width:72px;height:72px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer{width:100%}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer .coverage_card-title{font-size:22px;font-weight:700;line-height:32px;letter-spacing:0;color:#0c1e1e}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer .coverage_card-title{font-size:18px;line-height:28px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer .coverage_card-title{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer .coverage_card-description{font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;color:#4f5b60}@media (max-width:1139px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}@media (max-width:575px){.coverage_module .coverage_container .coverage_cards-row .coverage_card-col:nth-child(4) .coverage_card .coverage_card-footer .coverage_card-description{font-size:16px;line-height:24px}}.coverage_module .coverage_container .coverage_dropdown-row{width:100%;max-width:1140px;margin:0 auto;opacity:0}@keyframes slideFromTop{from{transform:translateY(-200px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideFromBottom{from{transform:translateY(200px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-from-top{animation:slideFromTop 2s ease-out forwards;opacity:1}.animate-from-bottom{animation:slideFromBottom 2s ease-out forwards;opacity:1}.BAdditionalCoverageModule{display:flex;width:100%;padding:128px 60px;flex-direction:column;align-items:center;gap:72px;position:relative;max-width:1440px;margin:0 auto}@media (max-width:1139px){.BAdditionalCoverageModule{gap:48px;padding:88px 60px}}@media (max-width:575px){.BAdditionalCoverageModule{gap:32px;padding:80px 16px}}.BAdditionalCoverageModule .module-container{display:flex;max-width:1140px;align-items:flex-start;gap:24px;position:relative}.BAdditionalCoverageModule .module-container .b-jovenes-add_coverage__view-more{display:none}.BAdditionalCoverageModule .module-container .heading-section{display:flex;width:558px;max-width:1140px;flex-direction:column;align-items:flex-start;gap:24px;flex-shrink:0;position:relative}.BAdditionalCoverageModule .module-container .heading-section .module-title{width:558px;color:var(--color-text-dark-title);font-size:var(--size-text-6xl);font-weight:var(--weight-semibold);line-height:56px;font-family:var(--font-primary);letter-spacing:0;text-transform:uppercase;position:relative;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.BAdditionalCoverageModule .module-container .heading-section .module-title{font-size:var(--size-text-5xl);line-height:44px}}@media (max-width:575px){.BAdditionalCoverageModule .module-container .heading-section .module-title{font-size:var(--size-text-2xl);line-height:32px}}.BAdditionalCoverageModule .module-container .heading-section .module-description{height:112px;align-self:stretch;color:var(--color-text-dark-body);font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;position:relative;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.BAdditionalCoverageModule .module-container .heading-section .module-description{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.BAdditionalCoverageModule .module-container .heading-section .module-description{font-size:var(--size-text-3xs);line-height:24px}}.BAdditionalCoverageModule .module-container .cards-container{display:flex;width:558px;height:auto;align-items:center;align-content:center;gap:24px;flex-shrink:0;flex-wrap:wrap;position:relative}.BAdditionalCoverageModule .module-container .cards-container .BAdditionalCoverageCard{width:16.6875rem!important}.BAdditionalCoverageModule .legal-text{width:1140px;color:var(--color-text-dark-body);font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;position:relative;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.BAdditionalCoverageModule .legal-text{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.BAdditionalCoverageModule .legal-text{font-size:var(--size-text-3xs);line-height:24px}}.BAdditionalCoverageModule .cards-container .BAdditionalCoverageCard{opacity:0;transform:translateY(0);transition:transform 2s ease,opacity 2s ease;will-change:transform,opacity;height:316px;justify-content:flex-start}.BAdditionalCoverageModule .cards-container .BAdditionalCoverageCard.from-top{transform:translateY(-24px)}.BAdditionalCoverageModule .cards-container .BAdditionalCoverageCard.from-bottom{transform:translateY(24px)}.BAdditionalCoverageModule .cards-container .BAdditionalCoverageCard.animate-in{opacity:1;transform:translateY(0)}.BAdditionalCoverageModule .cards-container .BAdditionalCoverageCard .card-description{opacity:0;transform:translateY(8px);transition:opacity 2s ease,transform 2s ease;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.BAdditionalCoverageModule .cards-container.show-descriptions .BAdditionalCoverageCard:nth-child(1) .card-description{opacity:1;transform:none;transition-delay:0s}.BAdditionalCoverageModule .cards-container.show-descriptions .BAdditionalCoverageCard:nth-child(3) .card-description{opacity:1;transform:none;transition-delay:120ms}.BAdditionalCoverageModule .cards-container.show-descriptions .BAdditionalCoverageCard:nth-child(2) .card-description{opacity:1;transform:none;transition-delay:240ms}.BAdditionalCoverageModule .cards-container.show-descriptions .BAdditionalCoverageCard:nth-child(4) .card-description{opacity:1;transform:none;transition-delay:360ms}@media (max-width:1139px){.BAdditionalCoverageModule{padding:96px 40px;gap:48px}.BAdditionalCoverageModule .BAdditionalCoverageCard{height:255px!important}.BAdditionalCoverageModule .module-container{max-width:960px;margin:0 auto;flex-direction:column;gap:32px;width:100%}.BAdditionalCoverageModule .module-container .heading-section{width:100%;max-width:none;display:grid;grid-template-columns:1fr 1fr;column-gap:24px;align-items:start;gap:0}.BAdditionalCoverageModule .module-container .heading-section .module-title{width:auto;margin:0}.BAdditionalCoverageModule .module-container .heading-section .module-description{height:auto;margin:0;align-self:start}.BAdditionalCoverageModule .module-container .cards-container{width:100%;height:auto;display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:24px}.BAdditionalCoverageModule .module-container .cards-container .BAdditionalCoverageCard{width:100%!important}.BAdditionalCoverageModule .module-container .cards-container .BAdditionalCoverageCard .card-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.BAdditionalCoverageModule .legal-text{width:100%;max-width:960px;margin:0 auto}}@media (max-width:575px){.BAdditionalCoverageModule{padding:64px 20px;gap:40px}.BAdditionalCoverageModule .BAdditionalCoverageCard{height:255px}.BAdditionalCoverageModule .module-container{max-width:100%;flex-direction:column;gap:24px}.BAdditionalCoverageModule .module-container .b-jovenes-add_coverage__view-more{display:flex;width:100%;gap:1rem}.BAdditionalCoverageModule .module-container .b-jovenes-add_coverage__view-more .icon-btn--primary-dark{transition:transform 2s ease}.BAdditionalCoverageModule .module-container .b-jovenes-add_coverage__view-more .icon-btn.rotated{transform:rotate(180deg)}.BAdditionalCoverageModule .module-container .heading-section{display:flex;flex-direction:column;gap:12px;width:100%;max-width:none}.BAdditionalCoverageModule .module-container .heading-section .module-title{width:100%;margin:0}.BAdditionalCoverageModule .module-container .heading-section .module-description{width:100%;height:auto;margin:0}.BAdditionalCoverageModule .module-container .cards-container{width:100%;display:grid;grid-template-columns:1fr;gap:16px}.BAdditionalCoverageModule .module-container .cards-container .BAdditionalCoverageCard{width:100%!important}.BAdditionalCoverageModule .module-container .cards-container .hidden-mobile{display:none!important}.BAdditionalCoverageModule .legal-text{width:100%;max-width:100%;margin:0}}.support_cards-section{width:100%;background:#f4f7f8}.support_cards-section .support_cards-container{max-width:1440px;display:flex;flex-direction:column;gap:72px;padding:128px 60px;margin:0 auto;align-items:center}@media (max-width:1139px){.support_cards-section .support_cards-container{gap:48px;margin:0;padding:88px 60px}}@media (max-width:575px){.support_cards-section .support_cards-container{gap:32px;margin:0;padding:80px 16px}}.support_cards-section .support_cards-container .support_cards-header{width:100%;max-width:1140px;display:flex;gap:24px}@media (max-width:1139px){.support_cards-section .support_cards-container .support_cards-header{gap:16px}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-header{gap:16px;flex-direction:column}}.support_cards-section .support_cards-container .support_cards-header .support_cards-title{flex:1;color:#0c1e1e;font-size:56px;font-weight:600;line-height:56px;letter-spacing:0;text-transform:uppercase}@media (max-width:1139px){.support_cards-section .support_cards-container .support_cards-header .support_cards-title{font-size:44px;line-height:44px}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-header .support_cards-title{font-size:36px;line-height:32px}}.support_cards-section .support_cards-container .support_cards-header .support_cards-description{flex:1;color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0}@media (max-width:1139px){.support_cards-section .support_cards-container .support_cards-header .support_cards-description{font-size:16px;line-height:24px}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-header .support_cards-description{font-size:16px;line-height:24px}}.support_cards-section .support_cards-container .support_cards-body{width:100%;max-width:1140px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width:1139px){.support_cards-section .support_cards-container .support_cards-body{gap:16px;grid-template-columns:1fr}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body{gap:16px}}.support_cards-section .support_cards-container .support_cards-body .support_card{background:#fff;gap:48px;padding:24px;border-radius:24px;flex:1;display:flex;opacity:0}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body .support_card{gap:24px;padding:16px;border-radius:16px}}.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-image{width:72px;height:72px}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-image{width:40px;height:40px}}.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-image img{width:72px;height:72px}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-image img{width:40px;height:40px}}.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content{gap:8px}.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content .support_card-title{color:#0c1e1e;font-size:22px;font-weight:700;line-height:32px;letter-spacing:0}@media (max-width:1139px){.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content .support_card-title{font-size:18px;line-height:28px}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content .support_card-title{font-size:16px;line-height:24px}}.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content .support_card-text{color:#4f5b60;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0}@media (max-width:1139px){.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content .support_card-text{font-size:16px;line-height:24px}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body .support_card .support_card-content .support_card-text{font-size:16px;line-height:24px}}@media (max-width:575px){.support_cards-section .support_cards-container .support_cards-body .support_card:nth-child(4){padding:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(-20px);transition:max-height 2s ease,opacity 2s ease,transform 2s ease;grid-column:1/-1}}.support_cards-section .support_cards-container .support_cards-body.show-more .support_card:nth-child(4){padding:16px;opacity:1;max-height:fit-content;transform:translateY(0);transition:max-height 2.5s ease,opacity 2.5s ease,transform 2.5s ease}.support_cards-section .support_cards-container .functionality_cards-toggle{justify-content:center;display:none}@media (max-width:1139px){.support_cards-section .support_cards-container .functionality_cards-toggle{display:none}}@media (max-width:575px){.support_cards-section .support_cards-container .functionality_cards-toggle{margin-top:-20px;display:flex}}.support_cards-section .support_cards-container .functionality_cards-toggle .rotate-icon .icon--chevron-down{transform:rotate(180deg)}.support_cards-section .support_cards-container .support_cards-footer{width:100%;max-width:1140px;opacity:0}@keyframes slideFromLeft{from{transform:translateX(-200px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideFromRight{from{transform:translateX(200px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideFromBottom{from{transform:translateY(200px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-from-left{animation:slideFromLeft 2s ease-out forwards}.animate-from-right{animation:slideFromRight 2s ease-out forwards}.animate-from-bottom{animation:slideFromBottom 2s ease-out forwards}.functionality_cards-section{width:100%;background:#f4f7f8}.functionality_cards-section .functionality_cards-container{max-width:1140px;display:flex;flex-direction:column;gap:72px;padding:128px 0;margin:0 auto}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container{padding:88px 60px;gap:48px}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container{padding:80px 16px;gap:32px}}.functionality_cards-section .functionality_cards-container .functionality_cards-header{width:100%;gap:24px;display:flex}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-header{gap:16px;padding:0}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-header{flex-direction:column}}.functionality_cards-section .functionality_cards-container .functionality_cards-header .functionality_cards-title{color:#0c1e1e;font-size:56px;font-weight:600;line-height:56px;letter-spacing:0;text-transform:uppercase;flex:1}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-header .functionality_cards-title{font-size:44px;line-height:44px}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-header .functionality_cards-title{font-size:36px;line-height:32px}}.functionality_cards-section .functionality_cards-container .functionality_cards-header .functionality_cards-description{font-size:18px;font-weight:400;line-height:28px;letter-spacing:0;flex:1}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-header .functionality_cards-description{font-size:16px;line-height:24px}}.functionality_cards-section .functionality_cards-container .functionality_cards-body{max-width:1140px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:24px;margin:0 auto}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body{grid-template-columns:repeat(2,1fr);margin:0}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body{grid-template-columns:1fr;row-gap:16px;overflow:hidden;margin:0}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card{width:364px;height:430px;border-radius:24px;gap:32px;display:flex;flex-direction:column;background:#d7e8ec}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-title{height:120px;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;gap:16px;padding:24px 24px 0 24px;justify-content:left}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-title{padding-bottom:32px;height:fit-content}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-title h2{color:#0c1e1e;font-size:22px;font-weight:700;line-height:32px;letter-spacing:0}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-title h2{font-size:18px;line-height:28px}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-title h2{font-size:16px;line-height:24px}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-image{height:310px;width:364px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-image{width:100%;height:318px}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-image{width:100%;height:320px}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-image img{height:310px;width:364px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;object-fit:cover;object-position:center}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-image img{width:100%;height:318px}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card .functionality_card-image img{height:320px}}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card{width:100%}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card{width:100%;height:290px;grid-column:auto;grid-row:auto;margin-top:0;align-self:auto}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(1){align-self:center;grid-column:1;grid-row:1/3}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(1){grid-row:1;margin-top:190px}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(1) .functionality_card-image img{background-size:cover}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(2){margin-top:100px;grid-column:2;grid-row:1}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(2){grid-column:1;grid-row:2;margin-top:0}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(3){grid-column:2;grid-row:2}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(3){grid-row:1}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(4){margin-top:-100px;grid-column:3;grid-row:2}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(4){grid-column:2;grid-row:2;margin-top:-190px}}.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(5){align-self:flex-start;grid-column:3;grid-row:1}@media (max-width:1139px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(5){grid-column:2;grid-row:3;margin-top:-190px}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(5){transform:translateY(-20px)}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(1),.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(2),.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(3),.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(4),.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(5){grid-column:auto;grid-row:auto;margin-top:0;align-self:auto;height:fit-content;gap:0}}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(4),.functionality_cards-section .functionality_cards-container .functionality_cards-body .functionality_card:nth-child(5){overflow:hidden;max-height:0;opacity:0;transition:max-height 1s ease,opacity 1s ease,transform 1s ease}}.functionality_cards-section .functionality_cards-container .functionality_cards-body.show-more .functionality_card:nth-child(4),.functionality_cards-section .functionality_cards-container .functionality_cards-body.show-more .functionality_card:nth-child(5){display:flex;max-height:1000px;opacity:1;transition:max-height 2s ease,opacity 2s ease,transform 2s ease}.functionality_cards-section .functionality_cards-container .functionality_cards-toggle{justify-content:center;display:none}@media (max-width:575px){.functionality_cards-section .functionality_cards-container .functionality_cards-toggle{display:flex}}.functionality_cards-section .functionality_cards-container .functionality_cards-toggle .rotate-icon .icon--chevron-down{transform:rotate(180deg)}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100px)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px)}100%{opacity:1;transform:translateY(0)}}.functionality_card{opacity:0;transform:translateY(0);transition:opacity 1s ease}.animate-top{animation:slideInFromTop 1s ease forwards}.animate-bottom{animation:slideInFromBottom 1s ease forwards}.b-jovenes-promotion-carousel{position:relative;z-index:0;background-color:var(--color_gris_50);overflow:hidden}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__container{width:100%;max-width:90rem;margin-inline:auto;padding-top:8rem;padding-bottom:8rem}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__container>*+*{margin-top:4.5rem}@media (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__container>*+*{margin-top:3rem}}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__container>*+*{margin-top:2rem}}@media (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__container{padding-top:5.5rem;padding-bottom:5.5rem}}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__container{padding-top:5rem;padding-bottom:5rem}}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__max-w-content{position:relative;z-index:20;max-width:78.75rem;margin-inline:auto;padding-inline:3.75rem}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__max-w-content{padding-inline:1rem}}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__heading>*+*{margin-top:1.5rem}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__heading .b-jovenes-promotion-carousel__heading__title{text-transform:uppercase;color:var(--color-tertiary-darker)}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop{position:absolute;overflow:hidden;top:1.875rem;right:0;width:100%;z-index:0;height:96%}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image{display:none;width:100%;height:100%;background-repeat:no-repeat}@media (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image{width:100%;height:40.125rem}}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image{width:100%;height:100%}}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop figcaption{display:none}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--mobile{display:block}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--desktop,.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--tablet{display:none}}@media (min-width:576px) and (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--tablet{display:block}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--desktop,.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--mobile{display:none}}@media (min-width:1140px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--desktop{display:block}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--mobile,.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__backdrop .b-jovenes-promotion-carousel__backdrop-image--tablet{display:none}}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__swiper{max-width:78.75rem;padding-inline:3.75rem;width:100%;overflow:visible;height:29.9375rem}@media (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__swiper{height:27.4375rem}}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__swiper{padding-inline:1rem;height:22.9375rem}}.b-jovenes-promotion-carousel .swiper-wrapper{display:flex;align-items:center;transition-timing-function:cubic-bezier(.2,.8,.2,1);will-change:transform}.b-jovenes-promotion-carousel .swiper-slide{box-sizing:border-box;will-change:transform,width,height}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__slide{height:23.5625rem;overflow:hidden;border-radius:1.5rem;background:#ccc;transition:flex-basis .5s cubic-bezier(.2,.8,.2,1),width .5s cubic-bezier(.2,.8,.2,1),height .5s cubic-bezier(.2,.8,.2,1),z-index .2s linear;position:relative;z-index:0;text-decoration:none}@media (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__slide{height:21.0625rem}}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__slide{height:18.0625rem}}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__slide.swiper-slide-active{flex-basis:28.8125rem;height:29.9375rem;z-index:2}@media (max-width:1139px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__slide.swiper-slide-active{flex-basis:21.875rem;height:27.4375rem}}@media (max-width:575px){.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__slide.swiper-slide-active{flex-basis:17.6875rem;height:22.9375rem}}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__arrows{display:inline-flex;align-items:center;gap:1rem}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__controls{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;position:relative;z-index:30}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__controls__pagination__container{display:flex;flex-direction:column}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__controls__pagination__container>*+*{margin-top:1.5rem}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__pagination{width:100%;max-width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__pagination__divider{width:2.5rem;height:1px;background-color:var(--color-tertiary-darker)}.b-jovenes-promotion-carousel .b-jovenes-promotion-carousel__pagination__total-items.inactive{opacity:.3}@media (max-width:575px){.b-jovenes-promotion-carousel #controls-container{display:none}}.b-jovenes-promotion-carousel__slide{padding:2rem;row-gap:1.5rem;overflow:hidden;position:relative;z-index:10;text-decoration:none;text-decoration-color:#fff;text-decoration-style:none}.b-jovenes-promotion-carousel__slide::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__backdrop{position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;overflow:hidden}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__backdrop img{position:relative;width:100%;height:100%;background-size:cover;object-fit:cover}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__backdrop figcaption{display:none}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__backdrop img{transition:transform .4s ease-in-out}.b-jovenes-promotion-carousel__slide:focus .b-jovenes-promotion-carousel__slide__backdrop img,.b-jovenes-promotion-carousel__slide:focus-within .b-jovenes-promotion-carousel__slide__backdrop img,.b-jovenes-promotion-carousel__slide:hover .b-jovenes-promotion-carousel__slide__backdrop img{transform:scale(1.1)}.b-jovenes-promotion-carousel__slide:focus .icon-btn.icon-btn--medium.icon-btn--primary-dark,.b-jovenes-promotion-carousel__slide:focus-within .icon-btn.icon-btn--medium.icon-btn--primary-dark,.b-jovenes-promotion-carousel__slide:hover .icon-btn.icon-btn--medium.icon-btn--primary-dark{background-color:var(--color-secondary-dark);text-decoration:none}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__content{position:relative;z-index:10;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__heading{width:100%;display:flex;justify-content:flex-end}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__body{width:100%;display:flex;flex-direction:column;row-gap:1.5rem}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__body__image{width:5rem;height:5rem;background-color:#fff;overflow:hidden}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__body__image img{width:100%;height:100%;background-size:cover;object-fit:cover}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__body__image figcaption{display:none}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__body .b-jovenes-promotion-carousel__slide__body__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;align-self:stretch;color:#fff;overflow:hidden;text-overflow:ellipsis;font-size:1.75rem;font-style:normal;font-weight:700;line-height:2rem;letter-spacing:0;text-decoration:none}.b-jovenes-promotion-carousel__slide .b-jovenes-promotion-carousel__slide__body .b-jovenes-promotion-carousel__slide__body__text{overflow:hidden;color:var(--color-neutral-025);text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;align-self:stretch;text-decoration:none;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.75rem;letter-spacing:0;display:none}.b-jovenes-promotion-carousel__slide.swiper-slide-active .b-jovenes-promotion-carousel__slide__body__text{display:-webkit-box}.categories-list{position:relative;z-index:10;background-color:var(--color_gris_50);display:flex;padding:128px 60px;justify-content:center;align-items:center;gap:24px;align-self:stretch;position:relative;overflow:hidden}.categories-list .background-ameba{width:100%;height:100%;position:absolute;left:-.148px;top:0;z-index:0}@media (max-width:575px){.categories-list .background-ameba{width:100%;max-width:100%}}.categories-list .categories-container{max-width:1140px;width:100%;position:relative;z-index:1}.categories-list .categories-container .categories-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;width:100%}.categories-list .categories-container .categories-grid .column-left{grid-column:1/span 5;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;align-self:auto}.categories-list .categories-container .categories-grid .column-left .content-container{width:100%;max-width:465.667px;height:318px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px}.categories-list .categories-container .categories-grid .column-left .content-container .heading-section{position:relative;width:284px;height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media (max-width:1139px){.categories-list .categories-container .categories-grid .column-left .content-container .heading-section{width:100%}}.categories-list .categories-container .categories-grid .column-left .content-container .heading-section .main-title{color:var(--color-text-dark-title);font-size:var(--size-text-6xl);font-weight:var(--weight-semibold);line-height:56px;font-family:var(--font-primary);letter-spacing:0;margin:0;z-index:1;text-transform:uppercase}@media (max-width:1139px){.categories-list .categories-container .categories-grid .column-left .content-container .heading-section .main-title{font-size:var(--size-text-5xl);line-height:44px}}@media (max-width:575px){.categories-list .categories-container .categories-grid .column-left .content-container .heading-section .main-title{font-size:var(--size-text-2xl);line-height:32px}}.categories-list .categories-container .categories-grid .column-left .content-container .heading-section .title-highlighter{width:289px;height:58px;background:var(--color-principal-mid);position:absolute;left:-4px;bottom:-2px;z-index:0}.categories-list .categories-container .categories-grid .column-left .content-container .description-section{position:relative;margin-top:1rem;width:100%;display:flex;justify-content:flex-start;align-items:flex-start}.categories-list .categories-container .categories-grid .column-left .content-container .description-section .description-text{color:var(--color-text-dark-body);font-size:var(--size-text-2xs);font-weight:var(--weight-regular);line-height:28px;font-family:var(--font-secondary);letter-spacing:0;margin:0;overflow-wrap:anywhere;word-break:break-word}@media (max-width:1139px){.categories-list .categories-container .categories-grid .column-left .content-container .description-section .description-text{font-size:var(--size-text-3xs);line-height:24px}}@media (max-width:575px){.categories-list .categories-container .categories-grid .column-left .content-container .description-section .description-text{font-size:var(--size-text-3xs);line-height:24px}}.categories-list .categories-container .categories-grid .column-right{grid-column:6/span 7;display:flex;padding-left:16px;justify-content:center;align-items:center;position:relative}.categories-list .categories-container .categories-grid .column-right .categories-list-container{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;position:relative}.z-index-0{z-index:10}.z-index-1{z-index:11}.z-index-2{z-index:12}.z-index-3{z-index:13}.z-index-4{z-index:14}.z-index-5{z-index:15}.z-index-6{z-index:16}.z-index-7{z-index:17}.z-index-8{z-index:18}.z-index-9{z-index:19}.z-index-10{z-index:20}@media (max-width:1139px){.categories-list{padding:60px}.categories-list .categories-container .categories-grid .column-left{order:1;position:relative;top:0;width:100%}.categories-list .categories-container .categories-grid .column-right{order:2;width:100%;padding-left:0}}@media (max-width:575px){.categories-list{padding:60px 16px}.categories-list .categories-container .categories-grid{display:flex;flex-direction:column-reverse}.categories-list .categories-container .categories-grid .column-left{order:1;position:relative;top:0;width:100%}.categories-list .categories-container .categories-grid .column-right{order:2;width:100%;padding-left:0}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(40px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.content-container.fade-out{animation:fadeOutDown .3s ease forwards}.content-container.fade-in{animation:fadeInUp .4s ease forwards}.PromotionalCard{position:relative}.PromotionalCard .card-link{position:absolute;inset:0;z-index:3;display:block;background:0 0}.PromotionalCard .card-content,.PromotionalCard .card-indicator{position:relative;z-index:4;pointer-events:auto}.PromotionalCard::before{content:"";position:absolute;inset:0;z-index:1;background-image:var(--card-bg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1);transition:transform 450ms ease;will-change:transform}.PromotionalCard:hover::before{transform:scale(1.3)}.PromotionalCard:focus-within .card-indicator .icon-btn--primary-dark,.PromotionalCard:hover .card-indicator .icon-btn--primary-dark{background-color:#20555f!important;border-color:#20555f!important;transform:none!important;color:#fff}