*{margin:0;padding:0;box-sizing:border-box}ul{list-style-type:none}a{text-decoration:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-smooth:always;font-family:"Montserrat",sans-serif;color:#333;overflow-x:hidden;background-color:#fff}.container{width:100%;max-width:1320px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;box-sizing:border-box}@media(min-width: 768px){.container{padding-left:30px;padding-right:30px}}@media(min-width: 992px){.container{padding-left:40px;padding-right:40px}}.color{color:#1f6144;font-weight:600}.bold{font-weight:700}.heading-primary,.heading-secondary,.heading-third{color:#000;line-height:1.2;margin-bottom:1rem}.heading-primary{font-size:28px}@media(min-width: 768px){.heading-primary{font-size:40px}}.heading-secondary{font-size:24px}@media(min-width: 768px){.heading-secondary{font-size:32px}}.heading-third{font-size:20px;line-height:140%}@media(min-width: 768px){.heading-third{font-size:24px}}.paragraph-primary,.paragraph-secondary,.paragraph-small{font-weight:500;font-family:"Poppins",sans-serif;line-height:150%;color:#525252}.paragraph-primary{font-size:16px}@media(min-width: 768px){.paragraph-primary{font-size:18px}}.paragraph-secondary,.paragraph-small{font-size:14px}@media(min-width: 768px){.paragraph-secondary,.paragraph-small{font-size:16px}}.btn{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease,color .3s ease}.btn-primary{background-color:#1f6144;color:#f7f8fa;border:2px solid #1f6144}.btn-primary:hover{background-color:#133a29}.btn-secondary{background-color:#f7f8fa;color:#1f6144;border:2px solid #1f6144}.btn-secondary:hover{background-color:#1f6144;color:#f7f8fa}.header{padding:1rem 0;background-color:#f7f8fa}.header-wrapper{display:flex;justify-content:space-between;align-items:center}.header-logo{width:150px;height:auto}.header-nav{position:fixed;top:0;left:-100%;width:80%;height:100vh;background-color:#f7f8fa;padding:2rem;transition:left .3s ease;z-index:1000;display:flex;flex-direction:column}.header-nav.active{left:0}.header-nav-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header-nav ul{list-style-type:none}.header-nav ul li{margin:2rem 0}.header-nav ul li a{color:#333;text-decoration:none;font-weight:600;position:relative;display:inline-block;color:#000}.header-nav ul li a::after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#123928;transition:width .3s ease}.header-nav ul li a:hover{color:#123928}.header-nav ul li a:hover::after{width:100%}@media(min-width: 768px){.header-nav{position:static;width:auto;height:auto;padding:0;background-color:rgba(0,0,0,0);flex-direction:row}.header-nav-top,.header-nav .header-cta-mobile{display:none}.header-nav ul{display:flex;gap:32px}.header-nav ul li{margin:0}}.header-cta-mobile{margin-top:1.6rem;text-align:center}.header-cta-desktop{display:none}@media(min-width: 768px){.header-cta-mobile{display:none}.header-cta-desktop{display:block}}.header-toggle{background:none;border:none;cursor:pointer}.header-toggle span{display:block;width:25px;height:3px;background-color:#1f6144;margin:5px 0}@media(min-width: 768px){.header-toggle{display:none}}.header-close{background:none;border:none;cursor:pointer;padding:0}.header-close img{width:24px;height:24px}@media(min-width: 768px){.header-close{display:none}}.header-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.header-overlay.active{display:block}body.menu-open{overflow:hidden}.hero{background-color:#f7f8fa;padding:8rem 0;min-height:800px}.hero-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-wrapper .heading-primary{max-width:100%}@media(min-width: 768px){.hero-wrapper .heading-primary{max-width:900px}}.hero-wrapper .paragraph-primary{max-width:100%}@media(min-width: 768px){.hero-wrapper .paragraph-primary{max-width:805px}}@media(min-width: 768px){.hero-wrapper{flex-direction:column;text-align:center;align-items:center;justify-content:space-between}}.hero-wrapper img{width:100%;height:auto;object-fit:cover}.hero-buttons{display:flex;flex-direction:column;align-items:center;margin-top:2rem;gap:16px}@media(min-width: 576px){.hero-buttons{flex-direction:row;justify-content:center}}@media(min-width: 768px){.hero-buttons{justify-content:flex-start}}.functions{background-color:#f7f8fa;margin-top:3.2rem}@media(min-width: 768px){.functions{margin-top:6.4rem}}.functions-wrapper{position:relative}.functions-wrapper .functions-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:4.8rem;z-index:3}.functions-wrapper .functions-content .paragraph-primary{max-width:100%}@media(min-width: 992px){.functions-wrapper .functions-content .paragraph-primary{max-width:805px}}@media(min-width: 992px){.functions-wrapper .functions-content{padding-top:4rem}}.functions-wrapper .functions-grid{position:relative;display:flex;flex-direction:column;gap:16px;margin-top:3.2rem;padding-bottom:4.8rem;z-index:3}@media(min-width: 768px){.functions-wrapper .functions-grid{display:grid;grid-template-columns:45% 45%;gap:24px;padding-bottom:3rem}}@media(min-width: 992px){.functions-wrapper .functions-grid{grid-template-columns:30% 30% 30%;gap:32px;margin-top:48px;padding-bottom:4rem}}.functions-wrapper .functions-grid .functions-item{display:flex;flex-direction:column;background-color:#fff;padding:16px 16px;gap:8px}@media(min-width: 768px){.functions-wrapper .functions-grid .functions-item{padding:24px 24px;gap:12px}}@media(min-width: 992px){.functions-wrapper .functions-grid .functions-item{padding:32px 32px;gap:16px}}.functions-wrapper::before{display:none}@media(min-width: 1200px){.functions-wrapper::before{display:block;content:"";position:absolute;right:0;background-color:#15402d;width:150px;height:100%}}.why{padding:4.8rem 0;position:relative;overflow:hidden}@media(min-width: 768px){.why{padding:6.4rem 0}}.why-wrapper{display:flex;flex-direction:column}.why-wrapper .why-content{display:flex;flex-direction:column;margin-bottom:32px}@media(min-width: 768px){.why-wrapper .why-content{display:grid;grid-template-columns:50% 50%}}.why-wrapper .why-list{display:flex;flex-direction:column;gap:16px;margin-top:3.2rem}@media(min-width: 768px){.why-wrapper .why-list{display:grid;grid-template-columns:45% 45%;gap:24px}}@media(min-width: 992px){.why-wrapper .why-list{grid-template-columns:30% 30% 30%;gap:32px;margin-top:48px}}.why-wrapper .why-list .why-item{display:flex;flex-direction:column;width:100%;background-color:#faf8f2;padding:24px;gap:16px}.why-wrapper .why-list .why-item img{width:48px;height:48px}@media(min-width: 768px){.why-wrapper .why-list .why-item{padding:32px}}.solutions{background-color:#faf8f2;padding:3.2rem 0}.solutions-wrapper h2{text-align:center;margin-bottom:32px}.solutions-wrapper .solutions-content{display:flex;flex-direction:column;gap:32px}.solutions-wrapper .solutions-content-left img{width:100%;height:auto}.solutions-wrapper .solutions-content-right{display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.solutions-wrapper .solutions-content{display:grid;grid-template-columns:50% 50%;align-items:center}}.cta{background-color:#1f6144;color:#f7f8fa;display:flex;flex-direction:column;margin:0 auto;margin-top:8rem}@media(min-width: 992px){.cta{flex-direction:row}}.cta-wrapper{padding:3rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width: 768px){.cta-wrapper{flex-direction:row;justify-content:space-between;padding:4.8rem 3.2rem}}.cta-wrapper .cta-content{max-width:100%;margin:0 0 2rem 0;text-align:center}@media(min-width: 768px){.cta-wrapper .cta-content{max-width:55%;margin:0;text-align:left}}.cta-wrapper .cta-btn{width:100%;display:flex;justify-content:center}@media(min-width: 768px){.cta-wrapper .cta-btn{width:25%;justify-content:flex-end}}.cta-wrapper .cta-btn a{margin-left:0}@media(min-width: 768px){.cta-wrapper .cta-btn a{margin-left:auto}}.cta-content{margin-bottom:2rem}.cta-content .heading-secondary,.cta-content .paragraph-primary{color:#f7f8fa}.cta-btn a{display:inline-block;padding:1rem 2rem;background-color:#f7f8fa;color:#1f6144;text-decoration:none;font-weight:700;border-radius:5px;transition:background-color .3s ease,color .3s ease}.cta-btn a:hover{background-color:#dbf5e9}.hero-subpage{background-color:#f7f8fa;padding:8rem 0;min-height:800px}.hero-subpage-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media(min-width: 768px){.hero-subpage-wrapper{display:grid;grid-template-columns:1fr 1fr;text-align:left;gap:3rem}}.hero-subpage-wrapper-content{max-width:100%}@media(min-width: 768px){.hero-subpage-wrapper-content{max-width:900px}}.hero-subpage-wrapper .heading-primary{max-width:100%}.hero-subpage-wrapper .paragraph-primary{max-width:100%}.hero-subpage-wrapper .hero-image img{width:100%;height:auto;object-fit:cover;margin-top:3.2rem}.hero-subpage-buttons{display:flex;flex-direction:column;align-items:center;margin-top:2rem;gap:1rem}@media(min-width: 576px){.hero-subpage-buttons{flex-direction:row;justify-content:center}}@media(min-width: 768px){.hero-subpage-buttons{justify-content:flex-start}}.career-tool{padding:6.4rem 0}@media(min-width: 768px){.career-tool{padding:3.2rem 0}}.career-tool-wrapper{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;gap:16px}@media(min-width: 768px){.career-tool-wrapper{flex-direction:row}}.career-tool-wrapper-left{width:100%;display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){.career-tool-wrapper-left{width:585px;gap:32px}}.career-tool-wrapper-left .paragraph-small{width:100%;padding:24px;background-color:#15402d;border-radius:8px;color:#fff}@media(min-width: 768px){.career-tool-wrapper-left .paragraph-small{padding:32px;font-size:18px;line-height:27px}}.career-tool-wrapper-right{width:100%;display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){.career-tool-wrapper-right{width:528px;gap:32px}}.career-tool-wrapper-right .career-tool-card{background-color:#faf8f2;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){.career-tool-wrapper-right .career-tool-card{padding:32px}}.how-we-use{background-color:#f7f8fa;padding:3.2rem 0}.how-we-use-wrapper{display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.how-we-use-wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center}}.how-we-use-wrapper .how-we-use-left,.how-we-use-wrapper .how-we-use-right{display:flex;flex-direction:column;gap:32px}.how-we-use-wrapper .how-we-use-left img{width:100%;height:auto}.manual{padding:3.2rem 0}.manual-wrapper{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:32px}@media(min-width: 992px){.manual-wrapper{flex-direction:row}}.manual-wrapper .manual-left,.manual-wrapper .manual-right{width:100%;display:flex;flex-direction:column;gap:32px}.manual-wrapper .manual-left .paragraph-small{width:100%;padding:24px;background-color:#15402d;border-radius:8px;color:#fff}@media(min-width: 768px){.manual-wrapper .manual-left .paragraph-small{padding:32px}}.manual-wrapper .manual-tool-card{background-color:#faf8f2;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){.manual-wrapper .manual-tool-card{padding:32px}}.manual .manual-info{width:100%;padding:24px;background-color:#15402d;border-radius:0;display:flex;flex-direction:column;gap:16px;color:#fff;margin-top:32px}@media(min-width: 768px){.manual .manual-info{padding:32px;border-radius:8px}}.manual .manual-info h3,.manual .manual-info p{color:#fff}.personality-types{padding:3.2rem 0}.personality-types-wrapper{display:flex;flex-direction:column;gap:32px}@media(min-width: 768px){.personality-types-wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:128px}}.personality-types-wrapper .personality-types-left,.personality-types-wrapper .personality-types-right{display:flex;flex-direction:column;gap:32px}.personality-types-wrapper .personality-types-right img{width:100%;height:auto}.personality-types-wrapper .personality-types-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}footer{color:#000;text-align:left;padding:4rem 0 2rem;display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){footer{text-align:left}}footer .footer-content{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:3.2rem;gap:32px}@media(min-width: 768px){footer .footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:4.8rem}}footer .footer-content .logo-footer-item{display:flex;flex-direction:column;gap:16px}footer .footer-content .logo-footer-item .footer-logo{width:180px;height:auto}footer .footer-content .logo-footer-item .paragraph-small{max-width:100%}@media(min-width: 768px){footer .footer-content .logo-footer-item .paragraph-small{max-width:320px;text-align:left}}footer .footer-content .footer-menu,footer .footer-content .footer-nav{list-style-type:none;display:flex;flex-direction:column;gap:16px}footer .footer-content .footer-menu label,footer .footer-content .footer-nav label{font-weight:600}footer .footer-content .footer-menu li>a,footer .footer-content .footer-nav li>a{color:#525252;font-weight:500;transition:.3s all ease-in-out}footer .footer-content .footer-menu li>a:hover,footer .footer-content .footer-nav li>a:hover{color:#1f6144}/*# sourceMappingURL=style.css.map */
