.page-module__w_4M9q__pageContainer{background-color:var(--gray-7);flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;padding-top:4rem;display:flex}.page-module__w_4M9q__postContainer{width:100%;max-width:1200px;padding:4rem 2rem}.page-module__w_4M9q__article{background:var(--gray-1);border-radius:2rem;padding:4rem;box-shadow:0 4px 12px #00000014}.page-module__w_4M9q__postHeader{margin-bottom:3rem}.page-module__w_4M9q__categories{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.page-module__w_4M9q__categoryBadge{background:var(--gradient-primary);color:#fff;text-transform:uppercase;letter-spacing:.75px;border-radius:24px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 3px 8px #00000026}.page-module__w_4M9q__categoryBadge:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0003}.page-module__w_4M9q__backLink{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s;display:inline-flex}.page-module__w_4M9q__backLink:hover{transform:translate(-4px)}.page-module__w_4M9q__postTitle{color:var(--gray-7);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.page-module__w_4M9q__postMeta{border-top:2px solid var(--gray-2);align-items:center;gap:1.5rem;padding-top:1rem;display:flex}.page-module__w_4M9q__postDate{color:var(--gray-5);font-size:1rem;font-weight:500}.page-module__w_4M9q__featuredImageContainer{aspect-ratio:16/9;border-radius:20px;width:80%;margin:0 auto;overflow:hidden;box-shadow:0 4px 16px #0000001a}.page-module__w_4M9q__featuredImage{object-fit:cover;width:100%;height:100%;display:block}.page-module__w_4M9q__excerpt{background:var(--white);border:1px solid var(--gray-1);border-left:4px solid var(--primary-color);border-radius:12px;width:80%;margin:2rem auto 3rem;padding:1rem 2rem;position:relative;box-shadow:0 2px 4px #00000026}.page-module__w_4M9q__excerpt:before{content:"Resumo";text-transform:uppercase;color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.page-module__w_4M9q__excerpt p{color:var(--gray-6);margin:0;font-size:.95rem;font-style:italic;line-height:1.6}.page-module__w_4M9q__content{width:100%;max-width:800px;color:var(--gray-7);text-align:left;margin:0 auto;font-size:1.125rem;line-height:1.8}.page-module__w_4M9q__content h1,.page-module__w_4M9q__content h2,.page-module__w_4M9q__content h3,.page-module__w_4M9q__content h4{color:var(--gray-6);margin-top:2.5rem;margin-bottom:1.25rem;font-weight:700;line-height:1.3}.page-module__w_4M9q__content h1{border-bottom:3px solid var(--primary-color);margin-top:3rem;padding-bottom:.75rem;font-size:2.5rem}.page-module__w_4M9q__content h2{border-bottom:2px solid var(--gray-3);margin-top:3rem;padding-bottom:.5rem;font-size:2rem}.page-module__w_4M9q__content h3{color:var(--primary-color);margin-top:2rem;font-size:1.5rem}.page-module__w_4M9q__content h4{color:var(--gray-6);font-size:1.25rem}.page-module__w_4M9q__content p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.5rem}.page-module__w_4M9q__content strong,.page-module__w_4M9q__content b{color:var(--gray-7);font-weight:700;font-size:inherit}.page-module__w_4M9q__content em,.page-module__w_4M9q__content i{color:var(--gray-6);font-style:italic}.page-module__w_4M9q__content ul,.page-module__w_4M9q__content ol{margin:1rem 0;padding-left:2rem}.page-module__w_4M9q__content ul{list-style-type:disc}.page-module__w_4M9q__content ul ul{margin:.75rem 0;list-style-type:circle}.page-module__w_4M9q__content ol{list-style-type:decimal}.page-module__w_4M9q__content ol ol{margin:.75rem 0;list-style-type:lower-alpha}.page-module__w_4M9q__content li{margin-bottom:.75rem;padding-left:.5rem;line-height:1.4}.page-module__w_4M9q__content li::marker{color:var(--primary-color);font-weight:600}.page-module__w_4M9q__content li>p{margin-bottom:.5rem}.page-module__w_4M9q__content a{color:var(--primary-color);word-break:break-word;border-bottom:2px solid #0000;font-weight:600;text-decoration:none;transition:all .3s}.page-module__w_4M9q__content a:hover{border-bottom-color:var(--primary-color);opacity:.8}.page-module__w_4M9q__content blockquote{background:linear-gradient(135deg, var(--gray-2) 0%, var(--gray-1) 100%);border-left:4px solid var(--primary-color);color:var(--gray-6);border-radius:8px;margin:2rem 0;padding:1.5rem 2rem;font-style:italic;box-shadow:0 2px 8px #0000000d}.page-module__w_4M9q__content blockquote p{margin-bottom:0;font-size:1.15rem}.page-module__w_4M9q__content img{border-radius:12px;max-width:100%;height:auto;margin:2.5rem auto;display:block;box-shadow:0 4px 16px #0000001a}.page-module__w_4M9q__content code{background:var(--gray-2);color:var(--gray-7);border-radius:4px;padding:.25rem .5rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem}.page-module__w_4M9q__content pre{background:var(--gray-7);color:var(--white);border-radius:8px;margin:2rem 0;padding:1.5rem;overflow-x:auto;box-shadow:0 4px 12px #00000026}.page-module__w_4M9q__content pre code{color:inherit;background:0 0;padding:0;font-size:.95rem}.page-module__w_4M9q__content table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:1rem;box-shadow:0 2px 8px #00000014}.page-module__w_4M9q__content table thead{background:var(--primary-color);color:var(--white)}.page-module__w_4M9q__content table th{text-align:left;padding:1rem;font-weight:700}.page-module__w_4M9q__content table td{border-bottom:1px solid var(--gray-3);padding:.875rem 1rem}.page-module__w_4M9q__content table tbody tr:hover{background:var(--gray-2)}.page-module__w_4M9q__content hr{background:linear-gradient(to right, transparent, var(--gray-3), transparent);border:none;height:2px;margin:3rem 0}.page-module__w_4M9q__content br{content:"";margin:.75rem 0;display:block}.page-module__w_4M9q__postFooter{border-top:2px solid var(--gray-2);background-color:var(--gray-1);margin-top:4rem;padding-top:2rem}.page-module__w_4M9q__backButton{background:var(--gradient-primary);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 12px #0003}.page-module__w_4M9q__backButton:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.page-module__w_4M9q__errorContainer{text-align:center;width:100%;max-width:900px;margin:0 auto;padding:4rem 2rem}.page-module__w_4M9q__errorContainer h1{color:var(--gray-7);margin-bottom:1rem;font-size:3rem;font-weight:700}.page-module__w_4M9q__errorContainer p{color:var(--gray-5);margin-bottom:2rem;font-size:1.25rem}@media (max-width:768px){.page-module__w_4M9q__featuredImageContainer,.page-module__w_4M9q__featuredImage,.page-module__w_4M9q__excerpt{width:100%}.page-module__w_4M9q__postContainer{padding:2rem 1rem}.page-module__w_4M9q__article{padding:2rem 1.5rem}.page-module__w_4M9q__postTitle{font-size:2rem}.page-module__w_4M9q__postMeta{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__w_4M9q__excerpt p{font-size:1.1rem}.page-module__w_4M9q__content{font-size:1rem}.page-module__w_4M9q__content h1{font-size:2rem}.page-module__w_4M9q__content h2{font-size:1.5rem}.page-module__w_4M9q__content h3{font-size:1.25rem}.page-module__w_4M9q__content h4{font-size:1.125rem}.page-module__w_4M9q__content p:first-of-type{font-size:1.1rem}.page-module__w_4M9q__content ul,.page-module__w_4M9q__content ol{padding-left:1.5rem}.page-module__w_4M9q__content blockquote{margin:1.5rem 0;padding:1rem 1.25rem}.page-module__w_4M9q__content table{font-size:.9rem}.page-module__w_4M9q__content table th,.page-module__w_4M9q__content table td{padding:.75rem .5rem}.page-module__w_4M9q__errorContainer h1{font-size:2rem}}@media (max-width:480px){.page-module__w_4M9q__article{padding:1.5rem}.page-module__w_4M9q__postTitle,.page-module__w_4M9q__content h1{font-size:1.75rem}.page-module__w_4M9q__content h2{font-size:1.35rem}.page-module__w_4M9q__content h3{font-size:1.15rem}.page-module__w_4M9q__content blockquote{padding:.875rem 1rem}.page-module__w_4M9q__content p{text-align:left}}
.styles-module__UYrbVW__button{background:var(--gradient-primary);color:var(--white-color);text-align:center;text-shadow:0 2px 4px #0003;border-radius:1rem;padding:.6rem 2rem;font-size:1.25rem;font-weight:600;transition:all .3s;animation:.5s ease-in-out forwards styles-module__UYrbVW__fadeInWhithTransition;position:relative;overflow:hidden}.styles-module__UYrbVW__button:before{content:"";background:var(--gradient-reverse);opacity:0;z-index:-1;transition:opacity .4s;position:absolute;inset:0}.styles-module__UYrbVW__button:hover:before{opacity:1}.styles-module__UYrbVW__button:hover{cursor:pointer;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}@keyframes styles-module__UYrbVW__fadeInWhithTransition{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.styles-module__0LNMWa__banner{background:var(--gray-6);flex-direction:column;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.styles-module__0LNMWa__smoothButton{z-index:10;position:absolute;bottom:1rem;transform:translate(-50%)}
.styles-module__GSYhDa__container{width:100%;overflow:hidden}.styles-module__GSYhDa__swiper{width:90%;height:500px;padding-bottom:3rem}.styles-module__GSYhDa__swiper .swiper-pagination-bullet-active{background-color:var(--primary-color)}.styles-module__GSYhDa__card{background-color:var(--gray-1);border:1px solid #00000015;border-radius:1rem;flex-direction:column;width:90%;height:100%;margin:0 auto;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001f}@media (hover:hover){.styles-module__GSYhDa__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000002e}}.styles-module__GSYhDa__imageWrapper{width:100%;height:150px;overflow:hidden}.styles-module__GSYhDa__coverImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}@media (hover:hover){.styles-module__GSYhDa__card:hover .styles-module__GSYhDa__coverImage{transform:scale(1.05)}}.styles-module__GSYhDa__content{flex-direction:column;flex:1;align-items:center;gap:1rem;padding:1.5rem 1rem;display:flex}.styles-module__GSYhDa__logo{object-fit:contain;width:100px;height:50px}.styles-module__GSYhDa__description{text-align:center;color:var(--gray-6);text-wrap:balance;font-size:.875rem;line-height:1.4;overflow:hidden}.styles-module__GSYhDa__cta{background-color:var(--brand-color);color:var(--gray-1);border-radius:.5rem;justify-content:center;align-items:center;margin-top:auto;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:filter .3s;display:inline-flex}@media (hover:hover){.styles-module__GSYhDa__cta:hover{filter:brightness(1.15)}}@media (min-width:768px){.styles-module__GSYhDa__card{width:95%;height:400px}}@media (min-width:1280px){.styles-module__GSYhDa__swiper{max-width:95%;padding-bottom:0}}@media (min-width:1440px){.styles-module__GSYhDa__card{width:95%}.styles-module__GSYhDa__swiper{max-width:1333px}}@media (min-width:1920px){.styles-module__GSYhDa__swiper{max-width:1440px}.styles-module__GSYhDa__card{height:450px}}
.styles-module__CxneCa__header{z-index:1000;background:0 0;justify-content:center;align-items:center;width:100%;height:auto;transition:background .3s ease-in-out;display:flex;position:fixed;top:0;left:0}.styles-module__CxneCa__header.styles-module__CxneCa__scrolled{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#282828b9}.styles-module__CxneCa__container{justify-content:space-between;align-items:center;width:100%;max-width:90%;margin-bottom:0;padding:.75rem .5rem;display:flex}.styles-module__CxneCa__homeClick{justify-content:center;align-items:center;display:flex}.styles-module__CxneCa__logo{cursor:pointer;width:70px;height:auto}.styles-module__CxneCa__logo:hover{opacity:.8;transition:opacity .3s ease-in-out}.styles-module__CxneCa__desktopNav{display:none}.styles-module__CxneCa__navLink{color:var(--gray-1);background:var(--gray-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:.25rem;font-size:16px;font-weight:600;text-decoration:none;transition:all .4s;position:relative}.styles-module__CxneCa__navLink:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .4s;position:absolute;bottom:0;left:0}.styles-module__CxneCa__navLink:hover{background:var(--gradient-primary);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #0003);-webkit-background-clip:text;background-clip:text;transform:translateY(-2px)}.styles-module__CxneCa__navLink:hover:after{width:100%}.styles-module__CxneCa__buttonOpenModal{text-shadow:none;border-radius:.8rem;padding:.7rem 1.5rem;font-size:16px;box-shadow:0 4px 6px #00000026}.styles-module__CxneCa__mobileMenuBtn{cursor:pointer;background:0 0;border:none;padding:0;display:block}.styles-module__CxneCa__menuIcon{color:var(--primary-color);filter:drop-shadow(0 1px 1px #00000036);width:42px!important;height:32px!important}.styles-module__CxneCa__overlay{z-index:999;opacity:0;background-color:#0000008f;transition:opacity .3s;position:fixed;inset:0}.styles-module__CxneCa__overlayOpen{opacity:1}.styles-module__CxneCa__overlayClose{opacity:0}.styles-module__CxneCa__drawer{background-color:var(--gray-7);z-index:10000;flex-direction:column;width:80%;max-width:280px;height:100%;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 6px #0000001a}.styles-module__CxneCa__drawerOpen{animation:.4s forwards styles-module__CxneCa__slideIn}.styles-module__CxneCa__drawerClose{animation:.3s forwards styles-module__CxneCa__slideOut}.styles-module__CxneCa__closeBtn{cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;position:absolute;top:1rem;right:1rem}.styles-module__CxneCa__closeIcon{color:var(--primary-color)}.styles-module__CxneCa__drawerContent{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:4rem;padding-left:1.5rem;display:flex}.styles-module__CxneCa__mobileNav{flex-direction:column;align-items:flex-start;gap:1.4rem;margin-top:2rem;display:flex}.styles-module__CxneCa__mobileNavLink{color:var(--gray-1);margin-bottom:1rem;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .2s}.styles-module__CxneCa__mobileNavBtnFranqueado{background:var(--gradient-reverse)!important;color:var(--white-color)!important;background-size:200% 200%!important;border-radius:1rem!important;padding:.8rem 1.4rem!important;font-size:1.1rem!important;font-weight:600!important;transition:background .2s!important;animation:2s infinite styles-module__CxneCa__infiniteGlow!important}.styles-module__CxneCa__mobileDetails{width:100%;margin-bottom:1rem}.styles-module__CxneCa__mobileDetails[open] .styles-module__CxneCa__mobileSummary .styles-module__CxneCa__mobileChevron{transform:rotate(180deg)}.styles-module__CxneCa__mobileSummary{cursor:pointer;outline:none;align-items:center;gap:.5rem;margin-bottom:0;list-style:none;display:flex}.styles-module__CxneCa__mobileSummary::-webkit-details-marker{display:none}.styles-module__CxneCa__mobileChevron{transition:transform .3s}.styles-module__CxneCa__mobileDropdownList{border-left:2px solid var(--gray-6);flex-direction:column;gap:1rem;margin-top:1rem;padding-left:1rem;display:flex}.styles-module__CxneCa__mobileDropdownLink{color:var(--white-color);font-size:1rem;font-weight:400;text-decoration:none;transition:color .2s}.styles-module__CxneCa__mobileDropdownLink:hover{color:var(--primary-color)}.styles-module__CxneCa__dropdownContainer{align-items:center;display:flex;position:relative}.styles-module__CxneCa__dropdownTrigger{cursor:pointer;border:none;outline:none;align-items:center;gap:.25rem;font-family:inherit;display:flex}.styles-module__CxneCa__dropdownMenu{border:1px solid var(--gray-6);opacity:0;visibility:hidden;background:#1f1f1f;border-radius:8px;flex-direction:column;min-width:260px;padding:.5rem 0;transition:all .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 4px 12px #0000004d}.styles-module__CxneCa__dropdownContainer:hover .styles-module__CxneCa__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.styles-module__CxneCa__dropdownLink{color:var(--white-color);white-space:nowrap;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.styles-module__CxneCa__dropdownLink:hover{color:var(--primary-color);background:#2a2a2a}@keyframes styles-module__CxneCa__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes styles-module__CxneCa__slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes styles-module__CxneCa__infiniteGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (min-width:1025px){.styles-module__CxneCa__header{align-items:flex-end;height:100px}.styles-module__CxneCa__container{max-width:85%;margin-bottom:1rem;padding:0}.styles-module__CxneCa__desktopNav{align-items:center;gap:30px;padding:0 1rem;display:flex}.styles-module__CxneCa__mobileMenuBtn{display:none}}@media (min-width:1280px){.styles-module__CxneCa__container{align-self:center;max-width:1200px;margin-top:1.5rem}.styles-module__CxneCa__logo{width:auto;height:75px}}@media (min-width:1440px){.styles-module__CxneCa__container{max-width:1333px}}@media (min-width:1920px){.styles-module__CxneCa__container{max-width:1440px}}
.styles-module__zPZcGW__mainContato{background-color:var(--background);width:100%;overflow:hidden}.styles-module__zPZcGW__heroSection{background:var(--gray-7);justify-content:center;align-items:center;width:100%;padding:3rem 0;display:flex;overflow:hidden}.styles-module__zPZcGW__heroContent{flex-direction:column;justify-content:center;align-items:center;width:90%;padding-top:2rem;display:flex}.styles-module__zPZcGW__heroTitle{color:var(--gray-1);margin-bottom:1.5rem;font-weight:500;line-height:1.2}.styles-module__zPZcGW__heroSubtitle{opacity:.95;color:var(--gray-3);text-align:center;font-size:1.2rem;font-weight:400}.styles-module__zPZcGW__infoSection{background:#fff;justify-content:center;align-items:center;width:100%;padding:1.5rem;display:flex}.styles-module__zPZcGW__container{max-width:1440px}.styles-module__zPZcGW__contactGrid{grid-template-columns:1fr;gap:3rem;width:100%;display:grid}.styles-module__zPZcGW__contactInfo{flex-direction:column;gap:2rem;display:flex}.styles-module__zPZcGW__sectionTitle{color:var(--gray-7);text-align:left;margin-bottom:1rem;font-size:2.5rem;font-weight:600}.styles-module__zPZcGW__contactItems{flex-direction:column;gap:1.5rem;width:100%;padding:0;display:flex}.styles-module__zPZcGW__contactItem{background:var(--gray-1);border:1px solid #0000;border-radius:.8rem;align-items:center;gap:1.5rem;width:100%;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__zPZcGW__contactItem:hover{border-color:var(--primary-color);background:#fff;transform:translate(5px);box-shadow:10px 10px 30px #0000000d}.styles-module__zPZcGW__iconWrapper{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.styles-module__zPZcGW__itemTitle{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.styles-module__zPZcGW__itemText{color:var(--gray-6);font-size:1rem;font-weight:400}.styles-module__zPZcGW__aboutSection{flex-direction:column;gap:1.5rem;display:flex}.styles-module__zPZcGW__aboutText{color:var(--gray-6);font-size:1.1rem;font-weight:400;line-height:1.8}.styles-module__zPZcGW__ctaSection{background:var(--gray-6);justify-content:center;align-items:center;padding:5rem 2rem;display:flex;box-shadow:inset 0 -4px 10px #0f0f0f26}.styles-module__zPZcGW__ctaContent{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:800px;display:flex}.styles-module__zPZcGW__ctaTitle{color:var(--gray-1);font-size:2.5rem;font-weight:600}.styles-module__zPZcGW__ctaDescription{color:var(--gray-2);font-size:1.25rem;font-weight:400;line-height:1.8}.styles-module__zPZcGW__ctaButton{color:#fff;background:var(--gradient-primary);cursor:pointer;border:none;border-radius:1rem;padding:1rem 3rem;font-size:1.1rem;font-weight:700;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #0003}.styles-module__zPZcGW__ctaButton:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}@media (min-width:992px){.styles-module__zPZcGW__contactGrid{grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:5rem}}@media (min-width:1280px){.styles-module__zPZcGW__infoSection{padding:2rem}}@media (min-width:1440px){.styles-module__zPZcGW__infoSection{padding:5rem 2rem}}@media (min-width:1920px){.styles-module__zPZcGW__container{width:100%;max-width:1440px}.styles-module__zPZcGW__contactGrid{gap:15rem}}
.styles-module__6a8_TG__mainBlogBDC{background-color:var(--gray-7);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100vw;display:flex;overflow:hidden}.styles-module__6a8_TG__title{text-align:center;color:var(--gray-1);padding-top:7rem;padding-bottom:2rem;font-size:3rem;font-weight:400}.styles-module__6a8_TG__title strong{color:var(--primary-color);font-weight:700}.styles-module__6a8_TG__subtitle{color:var(--gray-3);text-align:center;font-size:1.2rem;font-weight:400}.styles-module__6a8_TG__swiperContainer{background-color:var(--gray-1);justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex}
.styles-module__NqU6ea__formContainer{background-color:var(--gray-1);border:1px solid #bdbdbd27;border-radius:1rem;width:100%;padding:3rem 2.5rem;box-shadow:0 0 15px #0000001a}.styles-module__NqU6ea__formHeader{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:2.5rem;display:flex}.styles-module__NqU6ea__formTitle{text-align:center;color:#0000;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.1}.styles-module__NqU6ea__formSubtitle{color:var(--gray-5);font-size:1.25rem;font-weight:500}.styles-module__NqU6ea__form{flex-direction:column;gap:1.25rem;width:100%;display:flex}.styles-module__NqU6ea__field{width:100%}.styles-module__NqU6ea__input{border:1px solid var(--gray-2);width:100%;color:var(--gray-6);background:var(--white-color);box-sizing:border-box;border-radius:.6rem;outline:none;padding:.85rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles-module__NqU6ea__input:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px #c98c331a}.styles-module__NqU6ea__input::placeholder{color:var(--gray-3);opacity:.8}.styles-module__NqU6ea__inlineInputs{justify-content:space-between;align-items:flex-start;gap:1.25rem;width:100%;display:flex}.styles-module__NqU6ea__inlineInputs .styles-module__NqU6ea__field{flex:1}@media (max-width:500px){.styles-module__NqU6ea__inlineInputs{flex-direction:column}.styles-module__NqU6ea__formContainer{padding:2.5rem 1.5rem}}.styles-module__NqU6ea__customSelectContainer{width:100%;position:relative}.styles-module__NqU6ea__hiddenSelect{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.styles-module__NqU6ea__selectTrigger{border:1px solid var(--gray-2);width:100%;color:var(--gray-6);background:var(--white-color);cursor:pointer;box-sizing:border-box;border-radius:.6rem;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__NqU6ea__selectTrigger.styles-module__NqU6ea__active{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px #c98c331a}.styles-module__NqU6ea__placeholder{color:var(--gray-3);opacity:.8}.styles-module__NqU6ea__selectIcon{width:20px;height:20px;color:var(--gray-3);transition:transform .3s cubic-bezier(.4,0,.2,1),color .3s}.styles-module__NqU6ea__selectIcon.styles-module__NqU6ea__rotated{color:var(--primary-color);transform:rotate(180deg)}.styles-module__NqU6ea__optionsList{border:1px solid var(--gray-1);z-index:100;background:#fff;border-radius:.75rem;width:100%;animation:.3s cubic-bezier(.4,0,.2,1) styles-module__NqU6ea__slideIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 15px 40px #0000001f}@keyframes styles-module__NqU6ea__slideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.styles-module__NqU6ea__optionItem{color:var(--gray-5);cursor:pointer;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.styles-module__NqU6ea__optionItem:hover{background:var(--gray-1);color:var(--primary-color);padding-left:1.5rem}.styles-module__NqU6ea__privacySection{justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;margin-top:.5rem;display:flex}.styles-module__NqU6ea__inputCheckbox{border:1px solid var(--gray-2);cursor:pointer;width:1rem;height:1rem;accent-color:var(--primary-color);border-radius:4px;flex-shrink:0;margin-top:.25rem}.styles-module__NqU6ea__privacyText{color:var(--gray-5);margin:0;font-size:.9rem;font-weight:400;line-height:1.6}.styles-module__NqU6ea__submitButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:.8rem;width:100%;margin-top:.5rem;padding:1.1rem;font-size:1.15rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #c98c3340}.styles-module__NqU6ea__submitButton:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 12px 30px #c98c3359}.styles-module__NqU6ea__submitButton:active:not(:disabled){transform:translateY(-1px)}.styles-module__NqU6ea__submitButton:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}
.page-module__brK-5G__container{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}
.page-module___8aEwW__page{width:100%;min-height:100vh}
.styles-module__o3t-ta__buscaPostContainer{width:100%;max-width:1440px;padding:1rem 2rem}.styles-module__o3t-ta__filtersContainer{background:var(--gray-1);border-radius:12px;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #00000014}.styles-module__o3t-ta__filterGroup{flex:1;align-items:center;gap:.75rem;min-width:240px;display:flex}.styles-module__o3t-ta__filterLabel{color:var(--gray-5);white-space:nowrap;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.styles-module__o3t-ta__filterLabel svg{color:var(--gray-5)}.styles-module__o3t-ta__filterSelect{border:2px solid var(--gray-5);background:var(--white);color:var(--gray-5);cursor:pointer;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.styles-module__o3t-ta__filterSelect:hover{border-color:var(--primary-color)}.styles-module__o3t-ta__filterSelect:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #ffc4001a}.styles-module__o3t-ta__filterInfo{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.styles-module__o3t-ta__activeFilter{background:var(--primary-color);color:var(--white);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;animation:.3s styles-module__o3t-ta__fadeIn;display:inline-flex;font-size:.9rem!important}.styles-module__o3t-ta__filterLabel,.styles-module__o3t-ta__activeFilter strong{font-weight:600}.styles-module__o3t-ta__clearFilter{width:20px;height:20px;color:var(--white);cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.2rem;line-height:1;transition:all .2s;display:flex}.styles-module__o3t-ta__clearFilter:hover{background:#ffffff4d;transform:scale(1.1)}@keyframes styles-module__o3t-ta__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.styles-module__o3t-ta__resultsCount{text-align:center;color:var(--gray-3);margin-top:2rem;padding:1rem;font-size:.95rem;font-weight:500}.styles-module__o3t-ta__title{color:var(--gray-1);margin:1rem 0;font-size:3rem;font-weight:600}.styles-module__o3t-ta__postsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.styles-module__o3t-ta__postCard{background-color:var(--gray-6);cursor:pointer;color:inherit;border-radius:16px;flex-direction:column;height:100%;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.styles-module__o3t-ta__postCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.styles-module__o3t-ta__imageContainer{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.styles-module__o3t-ta__postImage{object-fit:cover;object-position:center top;transition:transform .3s}.styles-module__o3t-ta__postCard:hover .styles-module__o3t-ta__postImage{transform:scale(1.05)}.styles-module__o3t-ta__placeholderImage{background:linear-gradient(135deg, var(--gray-2) 0%, var(--gray-3) 100%);width:100%;height:100%;color:var(--gray-1);justify-content:center;align-items:center;display:flex}.styles-module__o3t-ta__cardContent{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.styles-module__o3t-ta__categories{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.styles-module__o3t-ta__categoryBadge{background:var(--gradient-primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.375rem .875rem;font-size:.75rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 2px 4px #0000001a}.styles-module__o3t-ta__postCard:hover .styles-module__o3t-ta__categoryBadge{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.styles-module__o3t-ta__postTitle{color:var(--gray-1);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.styles-module__o3t-ta__postDescription{color:var(--gray-1);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.styles-module__o3t-ta__cardFooter{border-top:1px solid var(--gray-1);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.styles-module__o3t-ta__postDate,.styles-module__o3t-ta__postAuthor{color:var(--gray-1);font-size:.875rem;font-weight:500}.styles-module__o3t-ta__readMore{color:var(--primary-color);align-items:center;gap:.5rem;margin-top:.5rem;font-size:1rem;font-weight:600;display:flex}.styles-module__o3t-ta__arrow{transition:transform .3s;display:inline-block}.styles-module__o3t-ta__postCard:hover .styles-module__o3t-ta__arrow{transform:translate(4px)}.styles-module__o3t-ta__emptyState{text-align:center;color:var(--gray-5);grid-column:1/-1;padding:4rem 2rem;font-size:1.25rem}@media (max-width:768px){.styles-module__o3t-ta__buscaPostContainer{padding:1.25rem 1.5rem}.styles-module__o3t-ta__filtersContainer{flex-direction:column;align-items:stretch;gap:2rem;margin-bottom:.5rem}.styles-module__o3t-ta__filterGroup{flex-direction:column;align-items:stretch;min-width:100%}.styles-module__o3t-ta__filterLabel{justify-content:flex-start}.styles-module__o3t-ta__title{font-size:2.5rem}.styles-module__o3t-ta__subtitle{font-size:1.1rem}.styles-module__o3t-ta__postsGrid{grid-template-columns:1fr;gap:2rem}.styles-module__o3t-ta__imageContainer{height:200px}.styles-module__o3t-ta__cardContent{padding:1.5rem}.styles-module__o3t-ta__postTitle{font-size:1.25rem}}@media (max-width:480px){.styles-module__o3t-ta__filtersContainer{padding:1rem}.styles-module__o3t-ta__filterSelect{padding:.65rem .85rem;font-size:.9rem}.styles-module__o3t-ta__activeFilter{padding:.4rem .85rem;font-size:.85rem}.styles-module__o3t-ta__title{font-size:2rem}.styles-module__o3t-ta__imageContainer{height:180px}.styles-module__o3t-ta__postTitle{font-size:1.15rem}.styles-module__o3t-ta__postDescription{font-size:.95rem}}
.style-module__hL6t3G__main{background:var(--gray-1);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:5rem 0;display:flex}.style-module__hL6t3G__container{max-width:1200px}.style-module__hL6t3G__title{text-align:center;border-bottom:3px solid var(--primary-color);margin-bottom:4rem;padding-bottom:2rem}.style-module__hL6t3G__title h1{color:var(--gray-7);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.style-module__hL6t3G__lastUpdate{color:var(--gray-5);font-size:1rem;font-weight:500}.style-module__hL6t3G__content{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 4px 24px #00000014}.style-module__hL6t3G__section{border-bottom:1px solid var(--gray-2);margin-bottom:3rem;padding-bottom:2rem}.style-module__hL6t3G__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.style-module__hL6t3G__section h2{color:var(--primary-color);border-bottom:2px solid var(--gray-2);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:700}.style-module__hL6t3G__section h3{color:var(--gray-7);margin:2rem 0 1rem;font-size:1.5rem;font-weight:600}.style-module__hL6t3G__section p{color:var(--gray-6);margin-bottom:1.25rem;font-size:1.125rem;line-height:1.8}.style-module__hL6t3G__section p strong{color:var(--gray-7);font-size:1.125rem;font-weight:600}.style-module__hL6t3G__section ul{margin:1.5rem 0;padding-left:0;font-size:1.125rem;list-style:none}.style-module__hL6t3G__section ul li{color:var(--gray-6);margin-bottom:1rem;padding-left:2rem;font-size:1.125rem;line-height:1.7;position:relative}.style-module__hL6t3G__section ul li:before{content:"✓";color:var(--primary-color);font-size:1.25rem;font-weight:700;position:absolute;top:0;left:0}.style-module__hL6t3G__section ul li strong{color:var(--gray-7);font-size:1.125rem;font-weight:600}.style-module__hL6t3G__contact{background:linear-gradient(135deg, var(--gray-1) 0%, var(--gray-2) 100%);border-left:4px solid var(--primary-color);border-radius:16px;margin:1.5rem 0;padding:2rem}.style-module__hL6t3G__contact p{margin-bottom:.75rem;font-size:1.125rem}.style-module__hL6t3G__contact p:last-child{margin-bottom:0}
.styles-module__UyfDaa__footer{background-color:var(--gray-7);width:100%;color:var(--gray-1);z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.styles-module__UyfDaa__content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1440px;display:flex}.styles-module__UyfDaa__logo{justify-content:center;align-items:center;width:150px;height:auto;display:flex}.styles-module__UyfDaa__logo img{width:100%;height:100%}.styles-module__UyfDaa__links{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.styles-module__UyfDaa__list{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;display:flex}.styles-module__UyfDaa__item{color:var(--gray-3);text-align:center;font-size:1rem;transition:color .3s ease-in-out}.styles-module__UyfDaa__item:hover{color:var(--gray-1)}.styles-module__UyfDaa__item a{color:inherit;text-decoration:none}.styles-module__UyfDaa__copy{border-top:1px solid var(--gray-5);flex-direction:column;align-items:center;width:100%;max-width:1200px;padding-top:1.5rem;display:flex}.styles-module__UyfDaa__copy span{color:var(--gray-4);text-align:center;font-size:.875rem}.styles-module__UyfDaa__redesSociais{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.styles-module__UyfDaa__redesSociais h3{color:var(--gray-2);text-align:center;margin:0;font-size:1rem}.styles-module__UyfDaa__redesSociais ul{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.styles-module__UyfDaa__redesSociais a{color:var(--gray-3);justify-content:center;align-items:center;padding:.5rem;transition:color .3s ease-in-out;display:flex}.styles-module__UyfDaa__redesSociais a:hover{color:var(--gray-1)}.styles-module__UyfDaa__franchiseButton{color:var(--gray-3);cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-size:1rem;transition:color .3s ease-in-out}.styles-module__UyfDaa__franchiseButton:hover{color:var(--gray-1)}@media (min-width:1024px){.styles-module__UyfDaa__footer{padding:2rem 1rem}.styles-module__UyfDaa__content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem;max-width:85%;padding:2rem 0}.styles-module__UyfDaa__logo{width:160px}.styles-module__UyfDaa__links{flex-direction:row;align-items:center;gap:6rem;width:auto}.styles-module__UyfDaa__list{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:none;display:grid}.styles-module__UyfDaa__item{text-align:left;width:auto}.styles-module__UyfDaa__redesSociais h3{text-align:right}}@media (min-width:1200px){.styles-module__UyfDaa__content{max-width:90%}.styles-module__UyfDaa__logo{width:180px}}@media (min-width:1440px){.styles-module__UyfDaa__footer{padding:3rem 2rem}.styles-module__UyfDaa__content{gap:4rem;max-width:1220px}.styles-module__UyfDaa__list{gap:1.25rem}}@media (min-width:1600px){.styles-module__UyfDaa__content{max-width:1400px}}
.error-pages-module__tuQx6G__pageContainer{background-color:#fafafa;flex-direction:column;min-height:100vh;display:flex}.error-pages-module__tuQx6G__mainContent{flex:1;justify-content:center;align-items:center;padding:80px 24px;display:flex}.error-pages-module__tuQx6G__card{text-align:center;background:#fff;border:1px solid #c98c3326;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:640px;padding:48px 36px;animation:.4s ease-out forwards error-pages-module__tuQx6G__fadeIn;display:flex;box-shadow:0 10px 30px #0000000f}@keyframes error-pages-module__tuQx6G__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.error-pages-module__tuQx6G__errorCode{background:var(--gradient-primary,linear-gradient(90deg, #c98c33 0%, #fc6 100%));-webkit-text-fill-color:transparent;letter-spacing:-2px;-webkit-background-clip:text;margin-bottom:8px;font-size:clamp(5rem,12vw,8rem);font-weight:800;line-height:1}.error-pages-module__tuQx6G__iconWrapper{width:64px;height:64px;color:var(--primary-color,#c98c33);background:#c98c331a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.error-pages-module__tuQx6G__iconWrapperError{color:#dc2626;background:#dc26261a}.error-pages-module__tuQx6G__title{color:var(--gray-7,#252525);margin-bottom:12px;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600}.error-pages-module__tuQx6G__description{color:var(--gray-5,#606060);max-width:480px;margin-bottom:32px;font-size:1rem;line-height:1.6}.error-pages-module__tuQx6G__digestBadge{background:var(--gray-1,#efefef);color:var(--gray-6,#404040);word-break:break-all;border-radius:6px;margin-bottom:24px;padding:4px 10px;font-family:monospace;font-size:12px}.error-pages-module__tuQx6G__buttonGroup{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;margin-bottom:32px;display:flex}.error-pages-module__tuQx6G__primaryButton{background:var(--gradient-primary,linear-gradient(90deg, #c98c33 0%, #fc6 100%));color:#fff;cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #c98c334d}.error-pages-module__tuQx6G__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c98c3366}.error-pages-module__tuQx6G__secondaryButton{color:var(--gray-7,#252525);border:1.5px solid var(--gray-2,#cdcdcd);cursor:pointer;background:0 0;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.error-pages-module__tuQx6G__secondaryButton:hover{border-color:var(--primary-color,#c98c33);color:var(--primary-color,#c98c33);background:#c98c330d}.error-pages-module__tuQx6G__linksSection{border-top:1px solid var(--gray-1,#efefef);width:100%;padding-top:24px}.error-pages-module__tuQx6G__linksTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-4,#848484);margin-bottom:16px;font-size:13px;font-weight:600}.error-pages-module__tuQx6G__linksGrid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.error-pages-module__tuQx6G__linkPill{color:var(--gray-6,#404040);background:var(--gray-1,#efefef);border-radius:20px;padding:8px 16px;font-size:14px;text-decoration:none;transition:all .2s}.error-pages-module__tuQx6G__linkPill:hover{background:var(--primary-color,#c98c33);color:#fff}.error-pages-module__tuQx6G__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:70vh;display:flex}.error-pages-module__tuQx6G__spinner{border:4px solid #c98c3333;border-left-color:var(--primary-color,#c98c33);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite error-pages-module__tuQx6G__spin}@keyframes error-pages-module__tuQx6G__spin{to{transform:rotate(360deg)}}.error-pages-module__tuQx6G__loadingText{color:var(--gray-5,#606060);letter-spacing:.2px;font-size:16px;font-weight:500}
.page-module__UKj4Ha__page{flex-direction:column;width:100%;display:flex;overflow:hidden}.page-module__UKj4Ha__header{background-color:var(--gray-5)}.page-module__UKj4Ha__main{background-color:var(--gray-1);flex:1;justify-content:center;align-items:center;padding:7rem 0 4rem;display:flex}.page-module__UKj4Ha__container{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.page-module__UKj4Ha__backLink{color:var(--gray-5);border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;margin:0 0 1rem 1rem;padding:.7rem 1rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__UKj4Ha__backLink:hover{color:var(--gray-7)}.page-module__UKj4Ha__content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.page-module__UKj4Ha__jobDetails{background:#fff;border-radius:12px;width:90%;padding:2rem;box-shadow:0 4px 12px #0000000d}.page-module__UKj4Ha__title{color:var(--primary-color);margin-bottom:1rem;font-size:2rem;font-weight:700}.page-module__UKj4Ha__tags{border-bottom:1px solid var(--gray-2,#e9ecef);flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:flex}.page-module__UKj4Ha__tag{background:var(--gray-1,#f8f9fa);color:var(--gray-6,#495057);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.page-module__UKj4Ha__section{margin-bottom:2.5rem}.page-module__UKj4Ha__section:last-child{margin-bottom:0}.page-module__UKj4Ha__section h2{color:var(--gray-7,#212529);margin-bottom:1rem;font-size:1.5rem}.page-module__UKj4Ha__section p{color:var(--gray-5,#6c757d);line-height:1.7}.page-module__UKj4Ha__list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.page-module__UKj4Ha__list li{color:var(--gray-5);align-items:flex-start;gap:.75rem;line-height:1.5;display:flex}.page-module__UKj4Ha__checkIcon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.page-module__UKj4Ha__applyFormContainer{background:#fff;border-radius:12px;width:90%;padding:2rem;position:sticky;top:2rem;box-shadow:0 4px 12px #0000000d}.page-module__UKj4Ha__applyFormContainer h2{color:var(--gray-7);margin-bottom:1.5rem;font-size:1.5rem}.page-module__UKj4Ha__form{flex-direction:column;gap:1.25rem;display:flex}.page-module__UKj4Ha__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__UKj4Ha__formGroup label{color:var(--gray-6);font-size:.875rem;font-weight:600}.page-module__UKj4Ha__formGroup input,.page-module__UKj4Ha__formGroup textarea{border:1px solid var(--gray-3);border-radius:8px;padding:.875rem;font-family:inherit;font-size:.95rem;transition:all .2s}.page-module__UKj4Ha__formGroup input:focus,.page-module__UKj4Ha__formGroup textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #e2421d1a}.page-module__UKj4Ha__fileInput{background:var(--gray-1);padding:.5rem!important}.page-module__UKj4Ha__submitButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.page-module__UKj4Ha__submitButton:hover{background:var(--secondary)}@media (min-width:1024px){.page-module__UKj4Ha__content{flex-direction:row;align-items:flex-start;max-width:90%}.page-module__UKj4Ha__backLink{margin-left:3.5rem}}@media (min-width:1440px){.page-module__UKj4Ha__main{padding-top:9rem}}
.page-module__ohMxyG__page{flex-direction:column;min-height:100vh;display:flex}.page-module__ohMxyG__main{flex-direction:column;flex:1;display:flex}.page-module__ohMxyG__heroSection{background:var(--gray-6);color:var(--white-color);text-align:center;justify-content:center;padding:6rem 2rem 3rem;display:flex}.page-module__ohMxyG__heroContent{max-width:800px}.page-module__ohMxyG__heroContent h1{color:var(--white-color);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:400}.page-module__ohMxyG__heroContent h1 strong{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700}.page-module__ohMxyG__heroContent p{color:var(--gray-2);font-size:1.25rem;line-height:1.6}.page-module__ohMxyG__jobsSection{background-color:var(--white-color);justify-content:center;padding:3rem 1rem;display:flex}.page-module__ohMxyG__jobsContainer{flex-direction:column;gap:2rem;width:100%;max-width:1000px;display:flex}.page-module__ohMxyG__filters{background:var(--gray-1);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__ohMxyG__searchBar{background:var(--white-color);border:1px solid var(--gray-2);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.page-module__ohMxyG__searchInput{width:100%;color:var(--gray-7);background:0 0;border:none;outline:none;font-size:1rem}.page-module__ohMxyG__filterOptions{flex-direction:column;gap:1rem;display:flex}.page-module__ohMxyG__select{flex:1;width:100%}.page-module__ohMxyG__jobsList{flex-direction:column;gap:1rem;display:flex}.page-module__ohMxyG__jobCard{background:var(--white-color);border:1px solid var(--gray-2);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;transition:all .2s ease-in-out;display:flex}.page-module__ohMxyG__jobCard:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 15px #0000000d}.page-module__ohMxyG__jobInfo{flex-direction:column;gap:.75rem;display:flex}.page-module__ohMxyG__jobTitle{color:var(--gray-7);font-size:1.25rem;font-weight:600}.page-module__ohMxyG__jobTags{flex-wrap:wrap;gap:1rem;display:flex}.page-module__ohMxyG__tag{color:var(--gray-5);background:var(--gray-1);border:1px solid var(--gray-2);border-radius:2rem;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.875rem;display:flex}.page-module__ohMxyG__applyButton{background-color:var(--primary-color);color:var(--white-color);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.page-module__ohMxyG__applyButton:hover{background-color:var(--secondary)}@media (min-width:768px){.page-module__ohMxyG__filters{flex-direction:row;align-items:center}.page-module__ohMxyG__searchBar{flex:2}.page-module__ohMxyG__filterOptions{flex-direction:row;flex:3}.page-module__ohMxyG__jobCard{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 2rem}.page-module__ohMxyG__applyButton{width:auto}}
