.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;border:none;outline:none;transition:all .2s ease-in-out;gap:4px;width:fit-content}.btn .btn-icon{display:inline-flex;align-items:center;flex-shrink:0}.btn.btn-icon-only{padding:0 !important;border-radius:1000px !important}.btn.btn-icon-only.btn-xs{width:24px;height:24px}.btn.btn-icon-only.btn-sm{width:28px;height:28px}.btn.btn-icon-only.btn-md{width:32px;height:32px}.btn.btn-icon-only.btn-lg{width:36px;height:36px}.btn.btn-icon-only.btn-xl{width:40px;height:40px}.btn:disabled,.btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-xs{padding:4px 8px;height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xs .btn-icon svg{width:12px;height:12px}.btn-sm{padding:4px 8px;height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-sm .btn-icon svg{width:14px;height:14px}.btn-md{padding:6px 10px;height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-md .btn-icon svg{width:16px;height:16px}.btn-lg{padding:8px 12px;height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-lg .btn-icon svg{width:18px;height:18px}.btn-xl{padding:10px 14px;height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xl .btn-icon svg{width:20px;height:20px}.btn-primary{background-color:#091a47}.btn-primary:hover{background-color:#3f5183}.btn-primary:active,.btn-primary:focus{background-color:#172a5c}.btn-primary-outline{border:solid 1px #091a47;color:#091a47;background-color:#fff}.btn-primary-outline:hover{background-color:#091a47;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-outline:active,.btn-primary-outline:focus{background-color:#172a5c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary{background-color:#015de3}.btn-secondary:hover{background-color:#619aed}.btn-secondary:active,.btn-secondary:focus{background-color:#174d9c}.btn-secondary-outline{border:solid 1px #015de3;color:#015de3;background-color:#fff}.btn-secondary-outline:hover{background-color:#015de3;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary-outline:active,.btn-secondary-outline:focus{background-color:#174d9c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-tertiary{background-color:#ffcc26;color:#091a47}.btn-tertiary:hover{background-color:#e7b925}.btn-tertiary:active,.btn-tertiary:focus{background-color:#e7b925;color:#091a47}.btn-tertiary-outline{border:solid 1px #ffcc26;color:#091a47;background-color:#fff}.btn-tertiary-outline:hover{background-color:#ffcc26;border:solid 1px #ffcc26;color:#091a47}.btn-tertiary-outline:active,.btn-tertiary-outline:focus{background-color:#d3a718;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-quaternary{background-color:#038332}.btn-quaternary:hover{background-color:#0b7030;color:#fff}.btn-quaternary:active,.btn-quaternary:focus{background-color:#0b5e29;color:#fff}.btn-quaternary-outline{border:solid 1px #038332;color:#038332;background-color:#fff}.btn-quaternary-outline:hover{background-color:#038332;border:solid 1px #038332;color:#fff}.btn-quaternary-outline:active,.btn-quaternary-outline:focus{background-color:#0b5e29;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-light{background-color:#ecf7ff;color:#091a47}.btn-primary-light:hover{background-color:#d6ecfc;color:#091a47}.btn-primary-light:active,.btn-primary-light:focus{background-color:#bfe3fd;color:#091a47}.btn-primary-light-outline{border:solid 1px #ecf7ff;color:#091a47;background-color:#fff}.btn-primary-light-outline:hover{background-color:#ecf7ff;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-primary-light-outline:active,.btn-primary-light-outline:focus{background-color:#bfe3fd;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-destructive{background-color:#c10007;color:#fff}.btn-destructive:hover{background-color:#ff6467;color:#fff}.btn-destructive:active,.btn-destructive:focus{background-color:#e7000b;color:#fff}.btn-destructive-outline{border:solid 1px #c10007;color:#c10007;background-color:#fff}.btn-destructive-outline:hover{background-color:#c10007;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-destructive-outline:active,.btn-destructive-outline:focus{background-color:#e7000b;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-invert{background-color:#fff;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC);color:#101828}.btn-primary-invert:hover{background-color:#e9e9e9;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-primary-invert:active,.btn-primary-invert:focus{background-color:#d8d8d8;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-loading{position:relative;pointer-events:none}.btn-loading .btn-text{visibility:hidden}.btn-loading .btn-icon{visibility:hidden}.btn-loading .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block}.btn-block{display:flex;width:100%}.btn-group{display:inline-flex}.btn-group .btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(0,0,0,.1)}@media(max-width: 360px){.xs\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xs .btn-icon svg{width:12px;height:12px}.xs\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xs\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-sm .btn-icon svg{width:14px;height:14px}.xs\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xs\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-md .btn-icon svg{width:16px;height:16px}.xs\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xs\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-lg .btn-icon svg{width:18px;height:18px}.xs\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xs\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xl .btn-icon svg{width:20px;height:20px}.xs\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xs\:btn-block{display:flex;width:100%}.xs\:btn-inline{width:auto}}@media(max-width: 768px){.sm\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xs .btn-icon svg{width:12px;height:12px}.sm\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.sm\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-sm .btn-icon svg{width:14px;height:14px}.sm\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.sm\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-md .btn-icon svg{width:16px;height:16px}.sm\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.sm\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-lg .btn-icon svg{width:18px;height:18px}.sm\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.sm\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xl .btn-icon svg{width:20px;height:20px}.sm\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.sm\:btn-block{display:flex;width:100%}.sm\:btn-inline{width:auto}}@media(max-width: 1024px){.md\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xs .btn-icon svg{width:12px;height:12px}.md\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.md\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-sm .btn-icon svg{width:14px;height:14px}.md\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.md\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-md .btn-icon svg{width:16px;height:16px}.md\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.md\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-lg .btn-icon svg{width:18px;height:18px}.md\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.md\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xl .btn-icon svg{width:20px;height:20px}.md\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.md\:btn-block{display:flex;width:100%}.md\:btn-inline{width:auto}}@media(max-width: 1280px){.lg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xs .btn-icon svg{width:12px;height:12px}.lg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.lg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-sm .btn-icon svg{width:14px;height:14px}.lg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.lg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-md .btn-icon svg{width:16px;height:16px}.lg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.lg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-lg .btn-icon svg{width:18px;height:18px}.lg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.lg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xl .btn-icon svg{width:20px;height:20px}.lg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.lg\:btn-block{display:flex;width:100%}.lg\:btn-inline{width:auto}}@media(max-width: 1440px){.xlg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xs .btn-icon svg{width:12px;height:12px}.xlg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-sm .btn-icon svg{width:14px;height:14px}.xlg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-md .btn-icon svg{width:16px;height:16px}.xlg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-lg .btn-icon svg{width:18px;height:18px}.xlg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xl .btn-icon svg{width:20px;height:20px}.xlg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-block{display:flex;width:100%}.xlg\:btn-inline{width:auto}}.modal{font-family:"Poppins",sans-serif}.modal-dialog{max-width:512px;pointer-events:none}.modal__content{box-shadow:0 4px 6px -2px rgba(0,0,0,.2);position:relative;background:#fff;border-radius:8px;padding:1.5rem;max-width:512px;width:100%;z-index:1;pointer-events:auto}.modal__content--grid{display:grid;grid-template-columns:auto 1fr;gap:1.5rem}.modal__content .alert{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:24px;padding:4px 8px;border-radius:6px;border:0;margin-bottom:16px;font-size:12px;font-weight:500;line-height:150%}.modal__content .alert-success{background-color:#e1f7e3;color:#257031}.modal__image{margin-bottom:1rem}.modal__image img{width:100%;display:block;border-radius:4px;height:auto}.modal__icon{width:48px;height:48px;padding:12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#d5ebff;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.modal__icon--success{background-color:#e1f7e3}.modal__icon--warning{background-color:#ffe2e2}.modal__icon svg{width:24px;height:24px}.modal__container{display:flex;flex-direction:column}.modal__container--centered{text-align:center;align-items:center}.modal__title{font-size:24px;font-weight:600;line-height:2.25rem;margin-bottom:1rem;color:#101828}.modal__title .text-blue{color:#015de3}.modal__title .text-yellow{color:#ffcc26}.modal__title .text-green{color:#038332}.modal__text{color:#6a7282;font-size:1rem;line-height:24px;margin-bottom:1.5rem}.modal__buttons{display:flex;gap:1rem;width:100%}.modal__buttons--fit-content{width:auto}.modal__buttons--fit-content .modal__button{width:auto;min-width:120px}.modal__button{font-family:"Poppins",sans-serif,sans-serif;padding:8px 12px;min-height:38px;border-radius:6px;font-size:14px;font-weight:500;width:100%;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:center;display:inline-flex;justify-content:center;align-items:center;pointer-events:auto;box-shadow:0 1px 2px rgba(0,0,0,.05)}.modal__button--primary{background:#091a47;color:#fff;border:none}.modal__button--primary:hover{background:#3f5183}.modal__button--primary.button--success{background:#091a47}.modal__button--primary.button--success:hover{background:#3f5183}.modal__button--primary.button--warning{background:#c10007}.modal__button--primary.button--warning:hover{background:#ff6467}.modal__button--secondary{background:rgba(0,0,0,0);border:1px solid #d1d5dc;color:#101828}.modal__button--secondary:hover{background:#f9f9f9}.modal__button--secondary-color{background:#015de3;color:#fff;border:none}.modal__button--secondary-color:hover{background:#619aed}.modal__button--secondary-color:active{background:#174d9c}.modal__button--tertiary-color{background:#ffcc26;color:#091a47;border:none}.modal__button--tertiary-color:hover{background:#e7b925}.modal__button--tertiary-color:active{background:#d3a718}.modal__button--quaternary-color{background:#038332;color:#fff;border:none}.modal__button--quaternary-color:hover{background:#0b7030}.modal__button--quaternary-color:active{background:#0b5e29}@media(max-width: 768px){.modal__content{max-width:300px;padding:16px;margin-left:auto;margin-right:auto}.modal__content--grid{display:grid;grid-template-columns:1fr;gap:0}.modal__content--grid .modal__icon{margin-left:0;margin-right:0;margin-bottom:1.5rem}.modal__icon{margin-bottom:1rem}.modal__title{font-size:20px;line-height:1.875rem}.modal__text{font-size:.875rem;margin-bottom:1rem;line-height:21px}.modal__buttons{flex-direction:column-reverse}}.container-details{padding:64px}@media(max-width: 1023px){.container-details{padding:32px 0}}.section-job-details{margin:0 auto;max-width:896px}@media(max-width: 1023px){.section-job-details{max-width:1064px}}@media(max-width: 1023px){.section-job-details .breadcrumb-nav{padding-left:64px;padding-right:64px}}@media(max-width: 767px){.section-job-details .breadcrumb-nav{padding-left:16px;padding-right:16px}}.section-job-details .breadcrumb-nav .back-link{display:flex;padding:0;align-items:center;gap:4px;color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;margin-bottom:24px}.section-job-details .breadcrumb-nav .back-link:hover{color:#364153}.section-job-details .whatsapp-banner{display:grid;grid-template-columns:1fr auto;padding:16px;border:1px solid #d1d5dc;border-radius:8px;background:#edfff3;gap:16px;align-items:center}@media(max-width: 1023px){.section-job-details .whatsapp-banner{padding-left:64px;padding-right:64px;border-radius:0}}@media(max-width: 767px){.section-job-details .whatsapp-banner{padding-left:16px;padding-right:16px;border-radius:0;grid-template-columns:1fr}.section-job-details .whatsapp-banner .btn{width:100%}}.section-job-details .whatsapp-banner .whatsapp-content{display:grid;grid-template-columns:auto 1fr;gap:16px}.section-job-details .whatsapp-banner .whatsapp-text{color:#003813;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .whatsapp-banner .whatsapp-text strong{font-weight:500}.section-job-details .job-ads{display:flex;padding:24px 16px;flex-direction:column;align-items:center;align-self:stretch}@media(max-width: 1023px){.section-job-details .job-ads{padding-left:64px;padding-right:64px}}@media(max-width: 767px){.section-job-details .job-ads{padding-left:16px;padding-right:16px}}.section-job-details .job-header{display:flex;padding-bottom:24px;flex-direction:column;gap:24px;border-bottom:1px solid #d1d5dc}@media(max-width: 1023px){.section-job-details .job-header{padding-left:64px;padding-right:64px}}@media(max-width: 767px){.section-job-details .job-header{padding-left:16px;padding-right:16px}}.section-job-details .job-header h1{color:#101828;font-family:"Poppins",sans-serif;font-size:24px;font-weight:600;line-height:150%}.section-job-details .job-header .job-info-grid{display:flex;align-items:center;align-content:center;gap:16px;align-self:stretch;flex-wrap:wrap}@media(max-width: 767px){.section-job-details .job-header .job-info-grid{flex-wrap:nowrap;flex-direction:column;align-items:start}}.section-job-details .job-header .job-info-grid .info-item{border-right:1px solid #d1d5dc;padding-right:8px}@media(max-width: 767px){.section-job-details .job-header .job-info-grid .info-item{border:0;padding-right:0}}.section-job-details .job-header .job-info-grid .info-item:last-child{border-right:0;padding-right:0}.section-job-details .job-header .job-info-grid .info-item .label{color:#4a5565;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%}.section-job-details .job-header .job-info-grid .info-item .value{color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .job-header .action-buttons{display:flex;align-items:center;gap:16px}@media(max-width: 767px){.section-job-details .job-header .action-buttons{flex-direction:column;align-items:start}}.section-job-details .job-header .action-buttons .btn{gap:8px}@media(max-width: 767px){.section-job-details .job-header .action-buttons .btn{width:100%}}.section-job-details .job-header .action-buttons .job-code{display:flex;height:32px;min-height:32px;max-height:32px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;background:#f3f4f6}.section-job-details .job-header .action-buttons .job-code span{color:#6a7282;font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;line-height:150%}.section-job-details .job-description,.section-job-details .job-seo{border-bottom:1px solid #d1d5dc}@media(max-width: 1023px){.section-job-details .job-description,.section-job-details .job-seo{padding-left:64px;padding-right:64px}}@media(max-width: 767px){.section-job-details .job-description,.section-job-details .job-seo{padding-left:16px;padding-right:16px}}.section-job-details .job-description details,.section-job-details .job-seo details{border:0;width:100%}.section-job-details .job-description details summary,.section-job-details .job-seo details summary{padding:24px 0;display:grid;align-items:center;grid-template-columns:1fr auto;gap:32px;cursor:pointer}.section-job-details .job-description details summary::-webkit-details-marker,.section-job-details .job-seo details summary::-webkit-details-marker{display:none}.section-job-details .job-description details summary h2,.section-job-details .job-seo details summary h2{color:#101828;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%}.section-job-details .job-description details[open] summary svg,.section-job-details .job-seo details[open] summary svg{transform:rotate(-180deg)}.section-job-details .job-description .description-content,.section-job-details .job-seo .description-content{color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%;padding-bottom:24px}.section-job-details .job-description .description-content p,.section-job-details .job-seo .description-content p{margin-bottom:8px;overflow-wrap:break-word}.section-job-details .job-description .description-content p:last-child,.section-job-details .job-seo .description-content p:last-child{margin-bottom:0}.section-job-details .company-info{padding:24px 0;border-bottom:1px solid #d1d5dc}@media(max-width: 1023px){.section-job-details .company-info{padding-left:64px;padding-right:64px}}@media(max-width: 767px){.section-job-details .company-info{padding-left:16px;padding-right:16px}}.section-job-details .company-info h2{color:#101828;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%;margin-bottom:24px}.section-job-details .company-info .company-card .company-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch}.section-job-details .company-info .company-card .company-details p{color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .company-info .company-card .company-details p strong{font-weight:500;color:#364153}.section-job-details .bottom-actions{display:flex;padding:24px 0;justify-content:space-between;border-bottom:1px solid #d1d5dc;gap:16px}@media(max-width: 1023px){.section-job-details .bottom-actions{padding-left:64px;padding-right:64px}}@media(max-width: 767px){.section-job-details .bottom-actions{padding-left:16px;padding-right:16px}}.section-job-details .bottom-actions .btns-white{display:flex;gap:24px}@media(max-width: 767px){.section-job-details .bottom-actions .btns-white{flex-direction:column;gap:16px}}.section-job-details .bottom-actions .btn{gap:8px}@media(max-width: 767px){.section-job-details .bottom-actions .btn{width:100%}}@media(max-width: 767px){.section-job-details .bottom-actions{width:100%;flex-direction:column}}.section-job-details .banners-app{display:flex;flex-direction:column;padding-bottom:24px;border-bottom:1px solid #d1d5dc;gap:16px}@media(max-width: 1023px){.section-job-details .banners-app{padding-left:64px;padding-right:64px;padding-top:24px}}@media(max-width: 767px){.section-job-details .banners-app{padding-left:16px;padding-right:16px}}.section-job-details .banners-app .success-banner .success-content{display:flex;padding:32px;flex-direction:column;align-items:center;gap:8px}@media(max-width: 1023px){.section-job-details .banners-app .success-banner .success-content{border-radius:8px;border:1px solid #d1d5dc}}.section-job-details .banners-app .success-banner .success-title{color:#257031;text-align:center;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%}.section-job-details .banners-app .success-banner .success-message{color:#6a7282;text-align:center;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .post-application-banner{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:24px;border-radius:8px}.section-job-details .post-application-banner .banner-description{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:8px}.section-job-details .post-application-banner .banner-title{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%;margin:0}.section-job-details .post-application-banner .banner-subtitle{font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .post-application-banner .banner-content{display:flex;flex-direction:column;align-self:stretch;gap:8px}.section-job-details .post-application-banner .banner-content picture img{display:block;overflow:hidden;width:100%;height:auto;border-radius:8px;border:1px solid #e5e7eb}.section-job-details .post-application-banner .banner-testimonial{display:flex;align-items:center;gap:16px;margin-top:8px}@media(max-width: 767px){.section-job-details .post-application-banner .banner-testimonial{flex-direction:column;align-items:start}}.section-job-details .post-application-banner .banner-testimonial .testimonial-avatars{display:flex;align-items:center}.section-job-details .post-application-banner .banner-testimonial .testimonial-avatars li{display:block;width:32px;height:32px;border:1px solid #d1d5dc;border-radius:1000px;overflow:hidden;margin-left:-8px}.section-job-details .post-application-banner .banner-testimonial .testimonial-avatars li:first-child{margin-left:0}.section-job-details .post-application-banner .banner-testimonial .testimonial-avatars .avatar{display:block;width:33px;height:33px}.section-job-details .post-application-banner .banner-testimonial .testimonial-text{flex:1 0 0;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%;color:#364153}.section-job-details .post-application-banner .banner-cta{align-self:stretch}.section-job-details .post-application-banner .banner-cta .btn-cta{width:100%}.section-job-details .post-application-banner .position-badge{display:flex;justify-content:center;align-items:center;gap:12px;padding:4px 12px;border-radius:1000px;border:1px solid #e5e7eb;background-color:#fff;color:#c10007;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%}.section-job-details .post-application-banner.banner-ranking{border:1px solid #d1d5dc;background-color:#edf9ff}.section-job-details .post-application-banner.banner-ranking .banner-title{color:#015de3}.section-job-details .post-application-banner.banner-ranking .banner-subtitle{color:#4a5565}.section-job-details .post-application-banner.banner-analysis{border:1px solid #d1d5dc;background-color:#edfff3}.section-job-details .post-application-banner.banner-analysis .banner-title{color:#038332}.section-job-details .post-application-banner.banner-analysis .banner-subtitle{color:#4a5565}.section-job-details .post-application-banner.banner-competition{border:1px solid #d1d5dc;background-color:#fefbe8}.section-job-details .post-application-banner.banner-competition .banner-title{color:#ce8500}.section-job-details .post-application-banner.banner-competition .banner-subtitle{color:#4a5565}.section-job-details .post-application-banner.banner-competition .banner-content picture img{border-radius:0;border:0}.section-job-details .post-application-banner.banner-competition .banner-testimonial .testimonial-text{color:#4a5565}.section-job-details .pcd-warning-banner{border-radius:6px;background:#fefbe8;padding:16px;align-self:stretch;display:flex;align-items:flex-start;gap:8px;flex:1 0 0}.section-job-details .pcd-warning-banner .warning-icon{display:flex;align-items:center;justify-content:center;min-width:20px}.section-job-details .pcd-warning-banner .warning-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.section-job-details .pcd-warning-banner .warning-title{color:#a45e04;font-family:"Poppins",sans-serif;font-size:14px;font-weight:600;line-height:150%}.section-job-details .pcd-warning-banner .warning-message{color:#a45e04;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .pre-application-banner{padding:32px 24px;border-radius:6px;width:100%;margin-top:24px}.section-job-details .pre-application-banner.banner-blue{border:2px solid #b6e5ff;background:#edf9ff}.section-job-details .pre-application-banner.banner-green{border:2px solid #acffcb;background:#edfff3}.section-job-details .pre-application-banner.banner-yellow{border:2px solid #ffee87;background:#fefbe8}.section-job-details .pre-application-banner .banner-content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.section-job-details .pre-application-banner .banner-content .pre-app-banner-text{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.section-job-details .pre-application-banner .banner-content .banner-title{font-family:"Poppins",sans-serif;font-size:16px;font-weight:600;line-height:150%}.section-job-details .pre-application-banner .banner-content .banner-title--blue{color:#015de3}.section-job-details .pre-application-banner .banner-content .banner-title--green{color:#038332}.section-job-details .pre-application-banner .banner-content .banner-title--yellow{color:#ce8500}.section-job-details .pre-application-banner .banner-content .banner-description{color:#4a5565;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%}.section-job-details .pre-application-banner .banner-content .banner-testimonial{display:flex;align-items:center;gap:16px;align-self:stretch}@media(max-width: 767px){.section-job-details .pre-application-banner .banner-content .banner-testimonial{flex-direction:column;align-items:start}}.section-job-details .pre-application-banner .banner-content .banner-testimonial .testimonial-avatars{display:flex;align-items:center}.section-job-details .pre-application-banner .banner-content .banner-testimonial .testimonial-avatars li{display:block;width:32px;height:32px;border:1px solid #d1d5dc;border-radius:1000px;overflow:hidden;margin-left:-8px}.section-job-details .pre-application-banner .banner-content .banner-testimonial .testimonial-avatars li:first-child{margin-left:0}.section-job-details .pre-application-banner .banner-content .banner-testimonial .testimonial-avatars .avatar{display:block;width:33px;height:33px}.section-job-details .pre-application-banner .banner-content .banner-testimonial .testimonial-text{color:#4a5565;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%;flex:1 0 0}.section-job-details .pre-application-banner .banner-cta{align-self:stretch}.section-job-details .pre-application-banner .banner-cta .btn{max-width:300px;width:100%}@media(max-width: 767px){.section-job-details .pre-application-banner .banner-cta .btn{max-width:100%}}.btn:disabled{opacity:.6;cursor:not-allowed}@keyframes spin{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}.share-modal{position:fixed;inset:0;display:none;z-index:1050}.share-modal.is-open{display:block}.share-modal-backdrop{position:absolute;inset:0;background:#000;opacity:.5}.share-modal-close{position:absolute;top:32px;right:32px;display:flex;align-items:center;gap:8px;padding:8px;border:0;background:rgba(0,0,0,0);cursor:pointer}@media(max-width: 1023px){.share-modal-close{top:16px;right:16px}}.share-modal-dialog{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;gap:32px;width:896px;max-width:896px;padding:32px;transform:translate(-50%, -50%);border-radius:8px;background:#fff;box-shadow:0 4px 6px -2px rgba(0,0,0,.2)}@media(max-width: 1023px){.share-modal-dialog{width:512px}}@media(max-width: 767px){.share-modal-dialog{width:300px;padding:16px;margin-left:auto;margin-right:auto}}.share-modal-header h2{font-family:"Poppins",sans-serif;font-size:24px;font-weight:600;line-height:150%;color:#101828}@media(max-width: 767px){.share-modal-header h2{font-size:20px}}.share-modal-body{display:grid;gap:32px}.share-modal .share-input{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:16px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}@media(max-width: 767px){.share-modal .share-input{grid-template-columns:1fr;gap:16px}}.share-modal .share-input>div{position:relative;white-space:nowrap;overflow:hidden;min-height:24px;font-family:"Poppins",sans-serif;line-height:150%;color:#6a7282}.share-modal .share-input>div::after{content:"";position:absolute;inset:0 0 0 auto;width:56px;pointer-events:none;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 60%)}.share-modal .share-input>div .copy{color:#257031;display:grid;align-items:center;grid-template-columns:auto 1fr;gap:8px;font-weight:500}@media(max-width: 767px){.share-modal .share-input>div .copy{font-size:14px}}.share-modal .share-input>div:has(.copy)::after{display:none}.share-modal .share-input button{width:100px}@media(max-width: 767px){.share-modal .share-input button{width:100%}}.share-modal .share-divider{height:1px;border:0;background:#d1d5dc}.share-modal .share-social-title{margin-bottom:16px;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:150%;color:#101828}.share-modal .share-social-icons{display:flex;gap:16px}.share-modal .share-social-btn{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);cursor:pointer}.share-modal .share-social-btn svg{width:24px;height:24px}.share-modal .share-social-btn-whatsapp{background:#25d366}.share-modal .share-social-btn-facebook{background:#3b5998}.share-modal .share-social-btn-x{background:#000}.share-modal .share-social-btn-linkedin{background:#0e76a8}.share-modal-footer .share-back{width:100%}#mdlDenunciarVaga #fmDenunciarVaga{margin-bottom:24px}#mdlDenunciarVaga .form-group-denuncia{display:flex;flex-direction:column;gap:0;margin-bottom:16px}#mdlDenunciarVaga .modal__custom-content{width:100%}#mdlDenunciarVaga .radio-item-denuncia{display:flex;align-items:flex-start;gap:12px;padding:0;margin-bottom:16px;cursor:pointer;font-weight:400}#mdlDenunciarVaga .radio-item-denuncia:last-of-type{margin-bottom:0}#mdlDenunciarVaga .radio-item-denuncia input[type=radio]{opacity:0;pointer-events:none;display:none}#mdlDenunciarVaga .radio-item-denuncia input[type=radio]:checked+span::before{border:4px solid #091a47;background:#fff}#mdlDenunciarVaga .radio-item-denuncia span{text-align:left;display:grid;grid-template-columns:auto 1fr;align-items:center;color:#6a7282;font-family:"Poppins",sans-serif;font-size:14px;line-height:150%;gap:8px}#mdlDenunciarVaga .radio-item-denuncia span::before{box-sizing:border-box;content:"";display:inline-block;width:16px;height:16px;border-radius:16px;border:1px solid #d1d5dc}#mdlDenunciarVaga label[for=txtInformacoesAdicionais]{display:block;color:#101828;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;line-height:150%;margin-bottom:8px;text-align:left}#mdlDenunciarVaga textarea{width:100%;display:flex;min-height:108px;padding:6px 12px;flex-direction:column;align-items:flex-start;gap:0;align-self:stretch;border-radius:6px;border:1px solid #d1d5dc;background:#fff;color:#101828;font-family:"Poppins",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0}#mdlDenunciarVaga textarea.is-invalid{border:1px solid #ff6467}#mdlDenunciarVaga textarea.is-invalid::placeholder{color:#ff6467}#mdlDenunciarVaga .helper-text-error{margin-top:8px;display:block;text-align:left;color:#c10007;font-family:"Poppins",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0}