@import"https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;700&family=Lato:wght@400;700&display=swap";.main-layout{-webkit-font-smoothing:antialiased;display:block;width:100%;overflow:hidden}.main-layout__content{padding:3.125rem 1.875rem;margin:0 auto;width:100%;display:block;position:relative;overflow:hidden}@media (min-width: 768px){.main-layout__content{padding-block:5rem}}.plan-page{display:flex;flex-direction:column;align-items:center;gap:3.125rem;flex:1}.plan-page:has(.center-selection-step){height:100%;flex:1}@media (min-width: 768px){.plan-page{gap:4.375rem}}.plan-page__title{font-weight:400;font-size:12px;line-height:1.25rem;letter-spacing:.25rem;text-align:center;text-transform:uppercase}.button{width:fit-content;border-radius:3.125rem;opacity:1;font-weight:500;text-align:center}.button__content{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.button--small{padding:.625rem .9375rem;font-size:14px}.button--medium{padding:.75rem 1.8125rem;font-size:16px}.button--none{padding:0;font-size:0;border-radius:0}.button--primary{background-color:#4cbfb1;border:1px solid #4CBFB1}.button--primary:hover{color:#4cbfb1;background-color:transparent;border-color:#4cbfb1}.button--secondary{color:#000;background-color:#fff;border:1px solid #FFFFFF}.button--secondary:hover{color:#fff;background-color:transparent;border-color:#fff}.button--tertiary{color:#fff;background-color:transparent;border:1px solid #FFFFFF}.button--tertiary:hover{color:#000;background-color:#fff;border-color:#fff}.button--link{position:relative;width:fit-content;font-size:16px;color:#dadadab2}.button--link:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:.5px;background-color:#dadadab2}.button--link:hover{color:#fff}.button--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.button--loading.button--small{padding:calc(.625rem - 2px) .9375rem}.button--loading.button--medium{padding:calc(.75rem - 2px) 1.8125rem}.checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;font-family:Lato,sans-serif;font-weight:400;font-size:14px;line-height:1.25rem}@media (min-width: 768px){.checkbox{font-size:16px;line-height:1.375rem}}.checkbox__input{appearance:none;width:20px;height:20px;min-width:20px;min-height:20px;border-radius:.25rem;background-color:#fff;cursor:pointer;position:relative;transition:background-color .3s ease,border-color .3s ease}.checkbox__input:after{content:"";position:absolute;top:52%;left:50%;width:11px;height:8px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M3.97%207.18796C3.78215%207.18792%203.60201%207.11327%203.46921%206.98042L0.749205%204.26042C0.681552%204.19508%200.627589%204.11692%200.590466%204.0305C0.553343%203.94408%200.533803%203.85113%200.532986%203.75708C0.532168%203.66303%200.55009%203.56975%200.585706%203.4827C0.621322%203.39565%200.673918%203.31657%200.740425%203.25006C0.806932%203.18355%200.886019%203.13095%200.973071%203.09534C1.06012%203.05972%201.1534%203.0418%201.24745%203.04262C1.3415%203.04344%201.43445%203.06298%201.52087%203.1001C1.60729%203.13722%201.68545%203.19118%201.75079%203.25884L3.97%205.47805L9.2492%200.198837C9.3828%200.0698089%209.56172%20-0.0015871%209.74745%202.67769e-05C9.93317%200.00164066%2010.1108%200.0761355%2010.2422%200.207466C10.3735%200.338797%2010.448%200.516456%2010.4496%200.702178C10.4512%200.887901%2010.3798%201.06683%2010.2508%201.20042L4.47079%206.98042C4.33798%207.11327%204.15784%207.18792%203.97%207.18796Z%22%20fill%3D%22white%22/%3E%3C/svg%3E);background-size:contain;background-repeat:no-repeat;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease;pointer-events:none}.checkbox__input:checked{background-color:#4cbfb1}.checkbox__input:checked:after{opacity:1}.checkbox__input:focus-visible{outline:2px solid #4CBFB1;outline-offset:2px}.checkbox--error{color:red}.checkbox__error{position:absolute;bottom:-20px;left:28px;color:red;font-size:12px;font-weight:400;pointer-events:none}.input{display:flex;flex-direction:column;gap:.375rem;font-family:Lato,sans-serif;font-size:16px;font-weight:300;position:relative}.input__field{padding:.875rem;border-radius:.75rem;border:1px solid #DADADA;opacity:1;outline:none}.input__field--error{border-color:red}.input--error{color:red}.input__error{position:absolute;bottom:-20px;left:0;color:red;font-size:12px;font-weight:400;pointer-events:none}.select-container{position:relative}.select{width:100%;height:141px;padding-block:.5rem;border-radius:.625rem;border:1px solid #DADADA;overflow:hidden;font-weight:400;font-size:16px;line-height:1.25rem;text-align:start;cursor:pointer;overflow-y:auto;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select::-webkit-scrollbar{width:10px}.select::-webkit-scrollbar-track{background:#dadada1a;border-radius:.5rem;margin:.5rem 0}.select::-webkit-scrollbar-thumb{background:#4cbfb1;border-radius:.5rem;transition:background .2s ease}@media (min-width: 1024px){.select::-webkit-scrollbar-thumb:hover{background:#4cbfb1cc}}.select__option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1.25rem;gap:.5rem;cursor:pointer;transition:background-color .2s ease;font-weight:500;font-size:16px;line-height:1.25rem;text-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width: 1024px){.select__option:hover{background-color:#4cbfb11a}}.select__option--selected{background-color:#4cbfb133;color:#fff}.select__option-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__option-check{display:flex;color:#4cbfb1}.select--error{border-color:red}.select--error::-webkit-scrollbar-thumb{background:red}@media (min-width: 1024px){.select--error::-webkit-scrollbar-thumb:hover{background:#f00c}}.select--error::-webkit-scrollbar-track{background:#ff00001a}.select__error{position:absolute;bottom:-20px;left:0;color:red;font-size:12px;font-weight:400;pointer-events:none}.phone-code-select{display:flex;align-items:center;justify-content:space-between;width:113px;max-height:49px;padding:.875rem .575rem .875rem .875rem;gap:.25rem;border-radius:.75rem;border:1px solid #DADADA;background-color:transparent;outline:none;cursor:pointer;color:#fff;font-size:16px;font-weight:300;text-align:left;transition:border-color .15s ease-in-out}.phone-code-select:focus{outline:none}.phone-code-select:disabled{opacity:.5;cursor:not-allowed}.phone-code-select--error{border-color:red}.phone-code-select__value{display:flex;align-items:center;justify-content:space-between;gap:.2rem}.phone-code-select__value span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-code-select__arrow{display:flex;align-items:center;justify-content:center;color:#dadada;transition:transform .15s ease-in-out,color .15s ease-in-out}.phone-code-select--open .phone-code-select__arrow{transform:rotate(180deg)}.phone-code-select__dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:50;min-width:113px;width:max-content;max-height:180px;background-color:#20272f;border:1px solid #DADADA;border-radius:.75rem;overflow-y:auto;animation:dropdownFadeIn .15s ease-out}.phone-code-select__dropdown::-webkit-scrollbar{width:10px}.phone-code-select__dropdown::-webkit-scrollbar-track{background:#dadada1a;border-radius:.5rem;margin:.5rem 0}.phone-code-select__dropdown::-webkit-scrollbar-thumb{background:#4cbfb1;border-radius:.5rem;transition:background .2s ease}@media (min-width: 1024px){.phone-code-select__dropdown::-webkit-scrollbar-thumb:hover{background:#4cbfb1cc}}.phone-code-select__option{display:flex;align-items:center;width:100%;padding:.875rem;gap:.25rem;border:none;background:none;border-bottom:1px solid rgba(218,218,218,.1);cursor:pointer;color:#fff;font-size:16px;font-weight:300;text-align:left;transition:background-color .15s ease-in-out}.phone-code-select__option:last-child{border-bottom:none}.phone-code-select__option:hover,.phone-code-select__option--focused{background-color:#4cbfb11a}.phone-code-select__option--selected{background-color:#4cbfb133}.phone-code-select__option--selected:hover,.phone-code-select__option--selected--focused{background-color:#4cbfb14d}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.progress-bar{width:100%;height:5px;background:#fff;border-radius:.125rem;overflow:hidden}.progress-bar__filler{height:100%;background:#4cbfb1;transition:width .25s ease}.logo{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#4cbfb1;overflow:hidden}.logo--border{padding:.9375rem}@media (min-width: 768px){.logo{width:100px;height:100px}.logo--border{padding:1.25rem}}.logo--no-background{background-color:transparent}.separator{display:none}@media (min-width: 768px){.separator{display:block;background-color:#4cbfb1}}@media (min-width: 768px){.separator--vertical{width:1px;height:100%;align-self:stretch}}@media (min-width: 768px){.separator--horizontal{width:100%;height:1px}}.bullet-icon{width:15px;height:15px;background-color:#4cbfb1;border-radius:50%;position:relative;flex-shrink:0}.bullet-icon:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:3px;background-color:#fff;border-radius:50%;transform:translate(-65%,-30%)}@media (min-width: 768px){.bullet-icon:after{transform:translate(-30%,-60%)}}.empty-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;margin:1rem 0}.empty-message__text{font-size:1rem;line-height:1.5;color:#000000b2;margin:0;font-weight:400;text-align:center}@media (min-width: 768px){.empty-message{padding:2.5rem;margin:1.5rem 0}.empty-message__text{font-size:1.1rem}}@media (min-width: 1024px){.empty-message{padding:3rem;margin:2rem 0}.empty-message__text{font-size:1.2rem}}.main-recommendation-badge{position:absolute;background:linear-gradient(135deg,#4cbfb1,#399f93);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;z-index:10;white-space:nowrap}.main-recommendation-badge--top-right{top:-1rem;right:.75rem}.main-recommendation-badge--top-left{top:-1rem;left:.75rem}.main-recommendation-badge--bottom-left{bottom:-1rem;left:.75rem}.main-recommendation-badge--bottom-right{bottom:-1rem;right:.75rem}.spinner__circle{border-radius:50%;border:3px solid #DADADA;border-top:3px solid #4CBFB1;animation:spin 2s linear infinite}.spinner--small .spinner__circle{width:20px;height:20px}.spinner--medium .spinner__circle{width:32px;height:32px}.spinner--large .spinner__circle{width:48px;height:48px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.intro-steps{display:flex;flex-direction:column;align-items:center;gap:3.125rem}@media (min-width: 768px){.intro-steps{width:540px;margin-top:-1.25rem}}.intro-steps__title{font-weight:400;font-size:22px;line-height:1.875rem;text-align:start;text-transform:uppercase}@media (min-width: 768px){.intro-steps__title{font-size:24px}}.intro-steps__title__bold{font-weight:600}.intro-steps__descriptions{display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media (min-width: 768px){.intro-steps__descriptions{gap:1.875rem}}.intro-steps__descriptions__description{font-weight:400;font-size:16px;line-height:1.25rem;text-align:start}.intro-steps__button{padding-inline:2.9375rem}.center-selection-step{display:flex;flex-direction:column;align-items:center;max-width:calc(100vw - 3.75rem);gap:1.875rem;height:100%;flex:1}@media (min-width: 768px){.center-selection-step{width:540px;margin-top:-1.25rem}}.center-selection-step__header{display:flex;flex-direction:column;gap:1.875rem}.center-selection-step__title{font-weight:500;font-size:20px;line-height:1.625rem;text-align:center}@media (min-width: 768px){.center-selection-step__title{font-size:24px;line-height:1.875rem}}.center-selection-step__subtitle{font-weight:400;font-size:16px;line-height:1.375rem}.center-selection-step__form{display:flex;flex-direction:column;width:100%;gap:1.2rem;flex:1}.center-selection-step__selected-centers-list-container{position:relative}.center-selection-step__error{position:absolute;bottom:-18px;left:0;color:red;font-size:12px;font-weight:400;pointer-events:none}.center-selection-step__button{align-self:center;margin-top:auto}.center-selection-step__cta{font-weight:400;font-size:14px;line-height:1.25rem;text-align:start}.selected-centers-list{display:flex;flex-direction:column;gap:1.2rem}.selected-centers-list__loading{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:60px}.selected-centers-list__item{width:100%;max-height:42px;padding:.625rem 1.25rem;opacity:1;border-radius:.625rem;border:1px solid #4CBFB1;font-weight:400;font-size:16px;line-height:1.25rem;text-align:start;animation:slideInFade .4s cubic-bezier(.4,0,.2,1) forwards;transform:translateY(0);overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:.625rem}.selected-centers-list__item__content{display:flex;flex-direction:row;align-items:flex-end;gap:.625rem;flex:1;min-width:0}.selected-centers-list__item__name{font-weight:500;font-size:16px;line-height:1.25rem;text-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-centers-list__item__address{display:inline;font-size:13px;line-height:18px;text-align:start;opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.selected-centers-list__item__remove-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:#4cbfb1;transition:all .2s ease;flex-shrink:0}.selected-centers-list__item__remove-button:hover{background-color:#4cbfb11a;color:#399f93}.selected-centers-list__item__remove-button:focus{outline:1px solid #4CBFB1;outline-offset:2px}.selected-centers-list__item__remove-button:active{transform:scale(.95)}.selected-centers-list__item__remove-icon{width:12px;height:12px}@keyframes slideInFade{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.question-step{display:flex;flex-direction:column;width:100%;gap:1.875rem}.question-step__options{display:flex;flex-direction:column;gap:1.25rem}.question-steps{display:flex;flex-direction:column;align-items:center;margin-top:1.875rem;gap:1.875rem}@media (min-width: 768px){.question-steps{min-width:100%;max-width:770px;margin-top:0}}.question-step-title{font-weight:500;font-size:20px;line-height:1.625rem}@media (min-width: 768px){.question-step-title{font-size:24px;line-height:1.875rem}}.question-button{width:100%;padding:.625rem 1.25rem;opacity:1;border-radius:.625rem;border:1px solid #DADADA;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.question-button:hover{border:1px solid #4CBFB1;background-color:#4cbfb1}.question-button--selected{border-color:#4cbfb1}@media (min-width: 768px){.question-button{padding:.875rem 1.25rem}}.question-button-content{display:flex;flex-direction:column;gap:1.25rem}.question-button-content__main{display:flex;justify-content:flex-start;align-items:center;gap:.625rem;font-weight:400;font-size:16px;line-height:1.25rem;text-align:start}@media (min-width: 768px){.question-button-content__main{font-size:18px}}.question-button-content__main__letter{display:flex;justify-content:center;align-items:center;width:30px;height:30px;min-width:30px;border-radius:.375rem;opacity:1;background-color:#dadadab2;font-size:16px;color:#000000b2}.question-button-content__extra{font-weight:400;font-size:14px;line-height:1.25rem;text-align:start}@media (min-width: 768px){.question-button-content__extra{font-size:16px}}.question-button-content__extra__bold{font-weight:500}.contact-form-step{display:flex;flex-direction:column;gap:1.875rem}@media (min-width: 768px){.contact-form-step{max-width:770px;margin-top:0}}.contact-form-step__subtitle{font-weight:400;font-size:16px;line-height:1.375rem}.contact-form-step__form{display:flex;flex-direction:column;gap:2.5rem}.contact-form-step__form__name-row{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.contact-form-step__form__name-row{grid-template-columns:1fr 1fr;gap:1.25rem}}.contact-form-step__form__phone-group{display:flex;flex-direction:column;gap:.375rem;font-family:Lato,sans-serif;font-size:16px;font-weight:300;position:relative}.contact-form-step__form__phone-group__label{font-family:Lato,sans-serif;font-size:16px;font-weight:300;color:#fff;margin-bottom:0}.contact-form-step__form__phone-row{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:end}@media (min-width: 768px){.contact-form-step__form__phone-row{gap:1.25rem}}.contact-form-step__form__button{align-self:center}.contact-form-step__form__checkboxes{display:flex;flex-direction:column;gap:1.25rem}.contact-form-step__form__checkboxes__checkbox-label__link{position:relative;width:fit-content;font-weight:500}.contact-form-step__form__checkboxes__checkbox-label__link:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:.5px;background-color:#fff}.contact-form-step__form__checkboxes__checkbox-label__link--error:after{background-color:red}.contact-form-step__jump-button{align-self:center;margin-top:-.625rem}.contact-form-step__back-button{align-self:center}.contact-form-step-form label{display:block;margin-top:1rem;margin-bottom:.5rem;font-size:14px}.input-field{width:100%;padding:.75rem;border-radius:.375rem;border:1px solid #ccc;background-color:#1e252b;color:#fff}.recommended-plan-step{display:flex;flex-direction:column;align-items:center;gap:calc(2rem + 15px);width:100%;flex:1}@media (min-width: 768px){.recommended-plan-step{padding-inline:6.25rem}}.recommended-plan-step__disciplines-grid{display:grid;grid-template-columns:1fr;justify-items:center;align-items:start;width:100%;gap:2rem}@media (min-width: 768px){.recommended-plan-step__disciplines-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}}@media (min-width: 1024px){.recommended-plan-step__disciplines-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}}.recommended-plan-step__discipline-item{display:flex;flex-direction:column;width:100%;max-width:770px}.recommended-plan-step__actions{display:flex;justify-content:center;margin-top:auto}.recommended-plan-step__empty{margin:2rem 0;border:1px solid rgba(218,218,218,.698)}.recommended-plan-step__empty p{font-size:.95rem;font-weight:500;line-height:1.5;color:#fff}.recommended-plan-step-content-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:770px}.recommended-plan-step-content{position:relative;display:flex;flex-direction:column;border:1px solid rgba(218,218,218,.698);border-radius:1rem;max-width:770px;height:100%;min-height:250px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.recommended-plan-step-content:hover{transform:translateY(-4px) scale(1.02);border-color:#ffffffb2}.recommended-plan-step-content:hover:before{opacity:1;transform:scale(1)}.recommended-plan-step-content:before{content:"";position:absolute;inset:-2px;border-radius:1.1rem;z-index:-1;opacity:0;transform:scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1)}.recommended-plan-step-content--main{border:1px solid #4CBFB1}.recommended-plan-step-content--main:hover{border-color:#84d3ca}.recommended-plan-step-content__content{position:relative;display:flex;flex-direction:column;flex:1;padding:1.5rem;gap:1.25rem}.recommended-plan-step-content__main{display:flex;flex-direction:column;gap:1.25rem}.recommended-plan-step-content__title{font-size:32px;font-weight:600;color:#fff;text-align:center;line-height:1.2}.recommended-plan-step-content__description{font-size:.95rem;font-weight:500;line-height:1.5;color:#fff}.recommended-plan-step-content__description__styled-name{font-weight:600;font-style:italic;letter-spacing:.5px}.recommended-plan-step-content__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;width:100%}.recommended-plan-step-content__actions__book-button{width:100%}.recommended-plan-step-content__disclaimer{padding:1rem 1.5rem;border-radius:1rem;color:#fff;opacity:.7;background-color:#4cbfb11a;font-weight:500;font-size:14px;line-height:1.25rem;text-align:start}@media (min-width: 768px){.recommended-plan-step-content{min-height:275px}.recommended-plan-step-content__content{padding:1.75rem;gap:1.5rem}.recommended-plan-step-content__main{gap:1.5rem}.recommended-plan-step-content__title{font-size:1.6rem}.recommended-plan-step-content__description{font-size:1rem}}@media (min-width: 1024px){.recommended-plan-step-content{min-height:300px}.recommended-plan-step-content__content{padding:2rem;gap:1.75rem}.recommended-plan-step-content__main{gap:1.75rem}.recommended-plan-step-content__title{font-size:1.75rem}.recommended-plan-step-content__description{font-size:1.05rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow:hidden;line-height:1;font-family:Red Hat Text,sans-serif;background-color:#20272f;color:#fff;display:block}input,button,textarea,select{font:inherit;line-height:inherit;border:none;background:none;color:inherit;cursor:pointer}input:focus,button:focus,textarea:focus,select:focus{outline:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0;padding:0}ul,li{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit;cursor:pointer}a:hover{color:inherit}button{padding:0;margin:0;border:none;background:none;cursor:pointer}
