*{box-sizing:border-box}body,html{margin:0;overflow-x:hidden;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding-top:95px}@media (max-width:968px){body{padding-top:78px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:100%;padding:1rem 2rem}.header-container.login-page-header{justify-content:center}.header-logo{flex-shrink:0}.header-logo,.logo-button{align-items:center;display:flex}.logo-button{background:none;border:none;cursor:pointer;padding:0;transition:opacity .2s ease}.logo-button:hover{opacity:.8}.logo-button:focus{border-radius:2px;outline:2px solid #16416f;outline-offset:2px}.logo-image{height:60px;margin-left:2vw;max-width:325px;width:auto}.header-nav{align-items:center;display:flex;flex:1 1;gap:0;justify-content:flex-end;margin:0 2rem}.nav-item{margin-right:-.4vw;position:relative}.nav-link{background:none;border:none;color:#0e0e0e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;padding:.75rem 1.25rem;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#16416f}.dropdown-menu{background-color:#fff;border-radius:4px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:0;min-width:200px;padding:.5rem 0;position:absolute;top:100%;width:-webkit-max-content;width:max-content;z-index:1001}.dropdown-item{color:#0e0e0e;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95rem;padding:.75rem 1.25rem;text-align:left;transition:background-color .2s ease;white-space:nowrap}.dropdown-item:hover{background-color:#f5f5f5}.header-actions{align-items:center;display:flex;flex-shrink:0}.client-login-btn{background-color:#fff;border:2px solid #16416f;border-radius:.5vw;color:#16416f;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;margin-right:2vw;padding:.8rem 1rem;text-decoration:none;transition:all .2s ease}.client-login-btn:hover{background-color:#16416f;color:#fff}@media (max-width:1200px){.header-nav{gap:0}.nav-link{font-size:.9rem;padding:.75rem 1rem}}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem;z-index:1002}.hamburger-icon{display:flex;flex-direction:column;gap:4px;height:18px;width:24px}.hamburger-icon span{background-color:#0e4877;display:block;height:2px;transition:all .3s ease;width:100%}.hamburger-icon.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{background-color:#fff;border-top:1px solid #e0e0e0;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;display:none;flex-direction:column;left:0;margin:0;max-height:calc(100vh - 80px);position:absolute;right:0;top:100%;width:100%;z-index:1001}.mobile-menu,.mobile-nav{overflow-y:auto;padding:0}.mobile-nav{flex:1 1}.mobile-nav-item{border-bottom:1px solid #e0e0e0}.mobile-nav-link{align-items:center;background:none;border:none;color:#0e0e0e;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .2s ease;width:100%}.mobile-nav-link:hover{background-color:#f5f5f5}.mobile-chevron{color:#16416f;font-size:.75rem;transition:transform .3s ease}.mobile-chevron.open{transform:rotate(180deg)}.mobile-submenu{background-color:#f9f9f9;padding:0}.mobile-submenu-item{background:none;border:none;color:#0e0e0e;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95rem;font-weight:400;padding:.75rem 1.5rem .75rem 3rem;text-align:left;transition:background-color .2s ease;width:100%}.mobile-submenu-item:hover{background-color:#f0f0f0}.mobile-menu-footer{background-color:#fff;border-top:1px solid #e0e0e0;padding:1.5rem}.mobile-client-login-btn{background-color:#fff;border:2px solid #16416f;border-radius:4px;color:#16416f;cursor:pointer;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s ease;width:100%}.mobile-client-login-btn:hover{background-color:#16416f;color:#fff}@media (max-width:968px){.header-actions,.header-nav{display:none}.mobile-menu-toggle{display:block}.mobile-menu{display:flex}.header-container{box-sizing:border-box;padding:1rem;width:100%}.logo-image{height:56px;max-width:260px}.header{position:fixed;top:0;width:100%;z-index:1000}.header,.mobile-menu{left:0;max-width:100%;right:0}.mobile-menu{margin-left:0;margin-right:0;max-height:calc(100vh - 78px);overflow-y:auto;position:absolute;top:100%;transform:translateX(0);width:100vw;z-index:999}}.hero-banner,.homepage{margin-top:0;width:100%}.hero-banner{align-items:center;display:flex;height:90vh;justify-content:center;overflow:hidden;position:relative}.hero-video{object-fit:cover;z-index:1}.hero-video,.homepage-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.homepage-hero-overlay{background-color:#16416f80;z-index:2}.hero-content{z-index:3}.hero-title{color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:3rem!important;font-weight:400!important;line-height:1.2;margin:0 0 1.5rem;text-shadow:0 2px 4px #0000004d;white-space:nowrap}.hero-subtitle{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem!important;font-weight:400;line-height:1.5;margin:-1rem 0 2.5rem!important}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:4vh}.btn{border:2px solid;border-radius:4px;border-radius:.5vw;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem;font-weight:600;padding:1.3rem 1.2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#fff;border-color:#16416f;color:#16416f}.btn-primary:hover{background-color:#f5f5f5;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.btn-secondary{background-color:initial;border-color:#fff;color:#fff}.btn-secondary:hover{background-color:#ffffff1a;box-shadow:0 4px 8px #0000004d;transform:translateY(-2px)}.who_we_serve{align-items:center;background-color:#fff;display:flex;flex-direction:column;padding:6rem 0;width:100%}.who_we_serve-text{color:#0e0e0e;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.6;margin:0 auto 3rem;text-align:center;width:85vw}.carousel-wrapper{align-items:center;display:flex;position:relative;width:85vw}.logo-carousel{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;padding:0;scroll-behavior:smooth;scrollbar-width:none;-webkit-user-select:none;user-select:none;width:100%}.logo-carousel::-webkit-scrollbar{display:none}.carousel-fade{bottom:0;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.carousel-fade-left{background:linear-gradient(90deg,#fff 0,#fff0);left:0}.carousel-fade-right{background:linear-gradient(270deg,#fff 0,#fff0);right:0}.logo-item{align-items:center;display:flex;flex-shrink:0;height:120px;justify-content:center;padding:1rem}.logo-item .logo-image{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;height:auto;object-fit:contain;pointer-events:auto;transition:opacity .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:18vw}.home-page-picture-text-pair{align-items:center;background-color:#f4f8fb;display:flex;flex-direction:column;padding:4rem 0;width:100%}.quick-service-highlights-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 -2rem;text-align:left;width:85vw}.homepage-picture-left-text-right{align-items:center;display:flex;gap:3rem;width:85vw}.homepage-picture-left-text-right:not(:first-child){margin-top:4rem}.homepage-picture-right-text-left{align-items:center;display:flex;gap:3rem;margin-top:4rem;width:85vw}.service-image-container{flex:1 1;min-width:0}.service-image{border-radius:8px;height:auto;object-fit:cover;width:100%}.service-text-container{display:flex;flex:1 1;flex-direction:column;min-width:0;text-align:left}.service-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:500;margin:0 0 1.5rem}.service-description{color:#000;font-weight:400;line-height:1.6;margin:0 0 2rem}.service-button,.service-description{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem}.service-button{align-self:flex-start;background-color:initial;border:2px solid #0e4877;border-radius:.5vw;color:#0e4877;cursor:pointer;font-weight:700;padding:.875rem 1.5rem;text-align:left;transition:all .3s ease}.service-button:hover{background-color:#0e4877;box-shadow:0 4px 8px #0e487733;color:#fff;transform:translateY(-2px)}@media (max-width:968px){.hero-title{font-size:5rem;white-space:normal}.hero-subtitle{font-size:1.25rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}}@media (max-width:640px){.hero-banner{height:90vh;min-height:90vh}.hero-video{display:block;filter:brightness(.7)}.homepage-hero-overlay{background-color:#16416f66}.hero-title{font-size:1.35rem!important;font-weight:400!important;letter-spacing:.033em!important;line-height:1.4!important;white-space:normal}.hero-subtitle{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.5!important}.hero-content{display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem 1.5rem}.hero-buttons{align-items:stretch;flex-direction:column;gap:1rem;width:100%}.btn{font-size:1rem;max-width:none;padding:.875rem 1.5rem;width:100%}.btn-secondary{background-color:initial;border-color:#fff;color:#fff}.who_we_serve{padding:3rem 0}.who_we_serve-text{font-size:.9rem;margin-bottom:0;text-align:left;width:90vw}.carousel-wrapper{margin-bottom:-2rem;width:90vw}.logo-carousel{display:flex;flex-direction:row;gap:2rem;overflow-x:auto;overflow-y:hidden}.logo-item{flex-shrink:0;height:234px}.logo-item .logo-image{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;max-width:60vw;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:60vw}.home-page-picture-text-pair{padding:3rem 0}.quick-service-highlights-title{font-size:1.5rem;margin:0 0 -1rem!important;width:90vw}.homepage-picture-left-text-right{flex-direction:column;gap:2rem;margin-top:3rem!important;width:90vw}.homepage-picture-right-text-left{flex-direction:column-reverse;gap:2rem;margin-top:3rem;width:90vw}.service-title{font-size:1.2rem}.service-description{font-size:.85rem}.service-button{text-align:left;width:100%}}.homepage-featured-success-stories{align-items:center;background-color:#fff;display:flex;flex-direction:column;padding:4rem 0;width:100%}.featured-success-stories-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem!important;font-weight:500;margin:0 0 3rem;text-align:left;width:85vw}.success-stories-container{align-items:flex-start;display:flex;gap:3rem;width:85vw}.success-story-card{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.success-story-image-container{min-width:0;width:100%}.success-story-image{border-radius:8px;height:auto;object-fit:cover;width:100%}.success-story-content{display:flex;flex-direction:column;text-align:left}.success-story-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:500;margin:0 0 1.5rem}.success-story-description{color:#000;font-weight:400;line-height:1.6;margin:0 0 2rem}.success-story-button,.success-story-description{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem}.success-story-button{align-self:flex-start;background-color:initial;border:2px solid #0e4877;border-radius:.5vw;color:#0e4877;cursor:pointer;font-weight:700;padding:.875rem 1.5rem;text-align:left;transition:all .3s ease}.success-story-button:hover{background-color:#0e4877;box-shadow:0 4px 8px #0e487733;color:#fff;transform:translateY(-2px)}@media (max-width:968px){.success-stories-container{flex-direction:column;gap:3rem;width:90vw}.success-story-card{width:100%}.featured-success-stories-title{font-size:1.7rem;margin-bottom:2rem;width:90vw}}@media (max-width:640px){.success-stories-container{flex-direction:column;gap:2rem;width:90vw}.featured-success-stories-title{font-size:1.5rem}.success-story-title{font-size:1.2rem}.success-story-description{font-size:.85rem}}.homepage-latest-news{align-items:center;background-color:#f4f8fb;display:flex;flex-direction:column;padding:4rem 0;width:100%}.latest-news-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem;width:85vw}.latest-news-title{font-size:2.3rem;margin:0}.latest-news-title,.latest-news-view-all{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.latest-news-view-all{font-size:1rem;text-decoration:none;transition:opacity .3s ease}.latest-news-view-all:hover{opacity:.7}.latest-news-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);width:85vw}.latest-news-empty,.latest-news-loading{color:#666;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;grid-column:1/-1;padding:3rem;text-align:center}.news-card{align-items:stretch;background-color:initial;border:none;display:flex;flex-direction:row;gap:1.5rem}.news-image-container{align-items:stretch;display:flex;flex-shrink:0;height:100%;width:150px}.news-image{border-radius:8px;height:100%;min-height:150px;object-fit:cover;width:150px}.news-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;text-align:left}.news-title-link{color:inherit;text-decoration:none;transition:opacity .2s ease}.news-title-link:hover{opacity:.8}.news-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:500;line-height:1.4;margin:0 0 1rem}.news-description{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 1.5rem;overflow:hidden;text-overflow:ellipsis}.news-institution{align-items:center;display:flex;gap:.75rem;margin-top:auto}.institution-logo{flex-shrink:0;height:40px;object-fit:contain;width:auto}.institution-name{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem!important;font-size:.9rem;font-weight:400;line-height:1.4}@media (max-width:968px){.latest-news-container{grid-template-columns:1fr;width:85vw}.news-card{flex-direction:column}.news-image,.news-image-container{height:auto;width:100%}.news-image{min-height:180px}.latest-news-header{align-items:flex-start;flex-direction:column;gap:1rem;width:85vw}.latest-news-title{font-size:1.5rem;margin-bottom:0}}@media (max-width:640px){.latest-news-container{grid-template-columns:1fr;width:90vw}.latest-news-header{align-items:flex-start;flex-direction:column;gap:1rem;width:90vw}.news-title{font-size:1.2rem}.news-description{font-size:.85rem}.institution-name{font-size:.9rem}}.homepage-testimonial{align-items:center;background-color:#0e4877;display:flex;flex-direction:column;padding:4rem 0;width:100%}.testimonial-container{align-items:center;display:flex;gap:4rem;width:85vw}.testimonial-left{display:flex;flex:1 1;flex-direction:column;gap:1rem;text-align:left}.testimonial-callout,.testimonial-subheading{color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:400;margin:0}.testimonial-subheading strong{font-weight:700}.testimonial-customers{color:gold;font-weight:700}.testimonial-right{display:flex;flex:1 1;flex-direction:column;text-align:left}.testimonial-quote{border:none;color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.6;margin:0 0 2rem;padding:0;quotes:none}.testimonial-quote:after,.testimonial-quote:before{content:""}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.testimonial-divider{background-color:#fff;height:1px;margin:0 0 1.5rem;width:100%}.testimonial-attribution{display:flex;flex-direction:column;gap:.5rem}.testimonial-name{font-weight:700}.testimonial-name,.testimonial-role{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;margin:0}.testimonial-role{font-weight:400}@media (max-width:968px){.testimonial-container{flex-direction:column;gap:3rem;width:85vw}.testimonial-callout,.testimonial-subheading{font-size:1.5rem}.testimonial-name,.testimonial-quote,.testimonial-role{font-size:1.1rem}}@media (max-width:640px){.testimonial-container{flex-direction:column;gap:2rem;width:90vw}.testimonial-left,.testimonial-right{width:100%}.testimonial-callout,.testimonial-subheading{font-size:1.2rem;text-align:center}.testimonial-name,.testimonial-quote,.testimonial-role{font-size:1rem}}.homepage-request{align-items:center;background-color:#fff;display:flex;flex-direction:column;padding:4rem 0;width:100%}.request-container{align-items:center;display:flex;gap:3rem;width:85vw}.request-image-container{flex:1 1;min-width:0}.request-image{border-radius:8px;height:auto;object-fit:cover;width:100%}.request-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0;text-align:left}.request-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 .5rem}.request-description{color:#000;font-weight:400;line-height:1.6;margin:0 0 2rem;text-align:left}.request-button,.request-description{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem}.request-button{align-self:flex-start;background-color:#0e4877;border:2px solid #0e4877;border-radius:.5vw;color:#fff;cursor:pointer;font-weight:700;padding:1rem;text-align:center;transition:all .3s ease}.request-button:hover{background-color:#0a3a5f;border-color:#0a3a5f;box-shadow:0 4px 8px #0e48774d;transform:translateY(-2px)}@media (max-width:968px){.request-container{flex-direction:column;gap:2rem;width:85vw}.request-content,.request-image-container{width:100%}.request-title{font-size:1.3rem}.request-description{font-size:.95rem}}@media (max-width:640px){.request-container{flex-direction:column;gap:2rem;width:90vw}.request-title{font-size:1.2rem}.request-description{font-size:.85rem}}.our-history-page,.our-history-page *{box-sizing:border-box}.our-history-page{max-width:100vw;overflow-x:hidden;width:100%}.our-history-hero{align-items:center;display:flex;height:40vh;justify-content:center;max-width:100vw;overflow:hidden;position:relative;width:100%}.hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:1}.hero-background,.our-history-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.our-history-hero-overlay{background-color:#16416f1a;z-index:2}.hero-content{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:1600px;padding:2rem;position:relative;text-align:center;width:100%;z-index:2}.hero-subtitle{font-size:1.2rem;font-weight:500;margin-bottom:0!important}.hero-subtitle,.our-history-hero .hero-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:0 2px 4px #0000004d}.our-history-hero .hero-title{font-size:2.3rem!important;font-weight:100!important;line-height:1.4!important;margin:0 auto!important;max-width:85vw;text-align:center;white-space:normal!important}.our-history-body{align-items:center;background-color:#fff;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden;padding:4rem 0;width:100%}.our-history-intro{box-sizing:border-box;max-width:1600px;width:85vw}.our-history-intro p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}.our-history-intro strong{font-weight:700}.our-history-expertise{box-sizing:border-box;margin-top:2rem;max-width:1600px;text-align:left;width:85vw}.expertise-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem}.expertise-content{display:flex;flex-direction:column;gap:1rem}.expertise-content p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}.expertise-content strong{font-weight:700}.our-history-advantages{box-sizing:border-box;margin-top:2rem;max-width:1600px;text-align:left;width:85vw}.advantages-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem}.advantages-content{display:flex;flex-direction:column;gap:1rem}.advantages-content p,.advantages-list{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}.advantages-list{list-style-type:disc;padding-left:1.5rem}.advantages-list li{margin-bottom:1rem}.advantages-list li:last-child{margin-bottom:0}.advantages-list strong{font-weight:700}.our-history-mission{box-sizing:border-box;margin-top:2rem;max-width:1600px;text-align:left;width:85vw}.mission-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem}.mission-content{display:flex;flex-direction:column;gap:1rem}.mission-content p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}.mission-content strong{font-weight:700}.our-history-vision{box-sizing:border-box;margin-top:2rem;max-width:1600px;text-align:left;width:85vw}.vision-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem}.vision-content{display:flex;flex-direction:column;gap:1rem}.vision-content p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}.vision-content strong{font-weight:700}.our-history-contact{align-items:center;background-color:#0e4877;display:flex;flex-direction:column;justify-content:center;max-width:100vw;overflow-x:hidden;padding:4rem 2rem;text-align:center;width:100%}.contact-title{font-size:2.3rem;margin:0 0 1rem}.contact-subtitle,.contact-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.contact-subtitle{font-size:1.1rem;margin:0 0 2rem}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-button{border:2px solid;border-radius:.5vw;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.contact-button-primary{background-color:#fff;border-color:#0e4877;color:#0e4877}.contact-button-primary:hover{background-color:#f0f0f0}.contact-button-secondary{background-color:initial;border-color:#fff;color:#fff}.contact-button-secondary:hover{background-color:#ffffff1a}@media (max-width:968px){.our-history-hero .hero-title{font-size:1.3rem!important;font-weight:400!important;margin-top:-4vh!important}.our-history-hero .hero-subtitle{font-size:.3rem}.our-history-hero .hero-content{padding:1.5rem}.our-history-body{padding:3rem 0}.our-history-intro{width:85vw}.contact-buttons{align-items:center;flex-direction:column;width:100%}.contact-button{max-width:300px;width:100%}}@media (max-width:640px){.our-history-hero .hero-title{font-size:1.3rem!important;line-height:1.6}.our-history-hero .hero-subtitle{font-size:.75rem!important;margin-bottom:0}.our-history-hero .hero-content{padding:1rem}.our-history-intro p{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.5!important}.expertise-title{font-size:1rem!important;font-weight:400!important;margin-bottom:.5rem!important}.expertise-content p{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.5!important}.advantages-title{font-size:1rem!important;font-weight:400!important;margin-bottom:.5rem!important}.advantages-content p,.advantages-list{font-size:.75rem!important;letter-spacing:.02em!important;line-height:1.5!important}.mission-title,.vision-title{font-size:1rem!important;font-weight:400!important;margin-bottom:.5rem!important}.mission-content p,.vision-content p{font-size:.75rem!important;letter-spacing:.02em!important;line-height:1.5!important}.contact-title{font-size:1.5rem!important;font-weight:400!important}.contact-subtitle{font-size:.8rem!important;font-weight:400!important}}.teams-page,.teams-page *{box-sizing:border-box}.teams-page{max-width:100vw;overflow-x:hidden;width:100%}.teams-hero-banner{align-items:center;box-sizing:border-box;display:flex;height:40vh;justify-content:center;max-width:100vw;overflow:hidden;position:relative;width:100%}.teams-hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:1}.teams-hero-background,.teams-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.teams-hero-overlay{background:linear-gradient(90deg,#16416f80 0,#16416f1a);z-index:2}.teams-hero-content{box-sizing:border-box;color:#fff;margin:0 auto;max-width:1200px;padding:2rem;position:relative;text-align:center;width:100%;z-index:3}.teams-breadcrumb{font-size:1.2rem;font-weight:400;letter-spacing:.5px;margin:0 0 1.5rem}.teams-breadcrumb,.teams-hero-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:0 2px 4px #0000004d}.teams-hero-title{font-size:2.3rem;font-weight:100;line-height:1.4;margin-left:auto;margin-right:auto;margin-top:1.5;max-width:900px}@media (max-width:968px){.teams-hero-title{font-size:2rem}.teams-breadcrumb{font-size:.9rem}.teams-hero-content{padding:1.5rem}}@media (max-width:640px){.teams-hero-title{font-size:1.3rem!important;line-height:1.4!important;width:95vw!important}.teams-breadcrumb{font-size:.85rem;margin-bottom:1rem}.teams-hero-content{padding:1rem}}.our-team{align-items:center;background-color:#fff;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden;padding:4rem 0;width:100%}.our-team,.team-grid{box-sizing:border-box}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);max-width:1600px;width:85vw}.team-member{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.team-member-image{display:block;margin:0 auto 1rem;object-fit:cover;object-position:center center;width:12vw}.team-member-name{color:#0e4877;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.team-member-name:hover{color:#0a3a5f;text-decoration:underline}.team-member-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.4;margin:0}@media (max-width:968px){.team-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.team-member-image{height:25vw;width:25vw}}@media (max-width:640px){.team-grid{gap:2rem;grid-template-columns:1fr}.team-member-image{height:40vw;width:40vw}}.our-team-contact{align-items:center;background-color:#0e4877;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:100vw;overflow-x:hidden;padding:4rem 2rem;text-align:center;width:100%}.team-contact-title{font-size:2.3rem;margin:0 0 1rem}.team-contact-subtitle,.team-contact-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.team-contact-subtitle{font-size:1.1rem;margin:0 0 2rem}.team-contact-button{background-color:#fff;border:none;border-radius:.5vw;color:#0e4877;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.team-contact-button:hover{background-color:#f0f0f0}@media (max-width:968px){.team-contact-title{font-size:2rem}.team-contact-subtitle{font-size:1.1rem}}@media (max-width:640px){.team-contact-title{font-size:1.5rem}.team-contact-subtitle{font-size:1rem}.our-team-contact{padding:3rem 1.5rem}.team-contact-button{font-size:1rem}}.private-policy-page{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;width:100%}.private-policy-hero-banner{background-color:#0e4877;height:40vh;position:relative}.private-policy-hero-banner,.private-policy-hero-content{align-items:center;display:flex;justify-content:center;width:100%}.private-policy-hero-content{flex-direction:column;max-width:1200px;padding:0 2rem;text-align:center}.private-policy-title{font-size:2.3rem;margin:0 0 1rem}.private-policy-subtitle,.private-policy-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.private-policy-subtitle{font-size:1.2rem;margin:0}.private-policy-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;text-align:left;width:90vw}.policy-intro{margin-bottom:3rem;text-align:left;width:100%}.policy-main-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 1rem}.policy-updated,.policy-website{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:.5rem 0}.policy-link{color:#0e4877;text-decoration:none}.policy-link:hover{text-decoration:underline}.policy-contact-us,.policy-cookies,.policy-data-retention,.policy-data-security,.policy-data-sharing,.policy-information-collect,.policy-information-use,.policy-introduction,.policy-privacy-change,.policy-scope{margin-bottom:3rem;text-align:left;width:100%}.policy-section-title{font-size:1.3rem;margin:0 0 1rem}.policy-section-title,.policy-subsection-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.policy-subsection-title{font-size:1.1rem;margin:1.5rem 0 .75rem}.policy-section-content{text-align:left;width:100%}.policy-section-content p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 1rem}.policy-section-content p:last-child{margin-bottom:0}.policy-list{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:.5rem 0 1rem 1.5rem;padding:0}.policy-list li{margin:.5rem 0}.policy-contact-info{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:.5rem 0}@media (max-width:968px){.private-policy-title{font-size:2rem}.private-policy-subtitle{font-size:1.1rem}.private-policy-body{padding:3rem 1.5rem}.policy-main-title{font-size:1.8rem}.policy-section-title{font-size:1.2rem}.policy-subsection-title{font-size:1rem}}@media (max-width:640px){.private-policy-hero-banner{height:30vh}.private-policy-title{font-size:1.5rem}.private-policy-subtitle{font-size:1rem}.private-policy-body{padding:2rem 1rem}.policy-main-title{font-size:1.5rem}.policy-section-title{font-size:1.1rem}.policy-subsection-title{font-size:.95rem}.policy-list,.policy-section-content p{font-size:.9rem}}.healthcare-page{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;width:100%}.healthcare-hero-banner{background-color:#0e4877;height:38vh;position:relative}.healthcare-hero-banner,.healthcare-hero-content{align-items:center;display:flex;justify-content:center;width:100%}.healthcare-hero-content{flex-direction:column;max-width:1200px;padding:0 2rem;text-align:center}.healthcare-breadcrumb{font-size:1.2rem;margin:0 0 1rem}.healthcare-breadcrumb,.healthcare-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.healthcare-title{font-size:2.3rem;margin:0}.healthcare-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;width:85vw}.healthcare-intro p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:0;text-align:left}.healthcare-icons{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(6,minmax(120px,1fr));justify-items:center;margin:4rem auto 2rem;width:100%}.healthcare-icon-cell{align-items:center;display:flex;justify-content:center;padding:.5rem}.healthcare-icon{height:auto;max-width:260px;object-fit:contain;width:15vw}.healthcare-icon-text{text-align:center;width:100%}.healthcare-icon-text p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;margin:0}@media (max-width:968px){.healthcare-title{font-size:2rem}.healthcare-breadcrumb{font-size:1.1rem}.healthcare-icons{grid-template-columns:repeat(3,minmax(100px,1fr))}.healthcare-icon{max-width:220px;width:26vw}}@media (max-width:640px){.healthcare-hero-banner{height:30vh}.healthcare-title{font-size:1.5rem}.healthcare-breadcrumb{font-size:1rem}.healthcare-icons{gap:1rem;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);justify-items:start;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:fit-content}.healthcare-icon{max-width:140px;width:35vw}.healthcare-icon-cell{padding:.25rem}}.higher-education-page{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;width:100%}.higher-education-hero-banner{background-color:#0e4877;height:40vh;position:relative}.higher-education-hero-banner,.higher-education-hero-content{align-items:center;display:flex;justify-content:center;width:100%}.higher-education-hero-content{flex-direction:column;max-width:1200px;padding:0 2rem;text-align:center}.higher-education-breadcrumb{font-size:1.2rem;margin:0 0 1rem}.higher-education-breadcrumb,.higher-education-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.higher-education-title{font-size:2.3rem;margin:0}.higher-education-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;width:85vw}.higher-education-intro p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:0;text-align:left}.higher-education-icons{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(6,minmax(120px,1fr));justify-items:center;margin:4rem auto 2rem;width:100%}.higher-education-icon-cell{align-items:center;display:flex;justify-content:center;padding:.5rem}.higher-education-icon{height:auto;max-width:260px;object-fit:contain;width:15vw}.higher-education-icon-text{text-align:center;width:100%}.higher-education-icon-text p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;margin:0}@media (max-width:968px){.higher-education-title{font-size:2rem}.higher-education-breadcrumb{font-size:1.1rem}.higher-education-icons{grid-template-columns:repeat(3,minmax(100px,1fr))}.higher-education-icon{max-width:220px;width:26vw}}@media (max-width:640px){.higher-education-hero-banner{height:30vh}.higher-education-title{font-size:1.5rem}.higher-education-breadcrumb{font-size:1rem}.higher-education-icons{gap:1rem;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);justify-items:start;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:fit-content}.higher-education-icon{max-width:140px;width:35vw}.higher-education-icon-cell{padding:.25rem}}.exec-place-page{background-color:#fff;flex-direction:column;min-height:100vh}.exec-place-hero-banner,.exec-place-page{box-sizing:border-box;display:flex;width:100%}.exec-place-hero-banner{align-items:center;height:40vh;justify-content:center;overflow:hidden;position:relative}.exec-place-hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:1}.exec-place-hero-background,.exec-place-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.exec-place-hero-overlay{background:linear-gradient(90deg,#16416f99 0,#16416f33);z-index:2}.exec-place-hero-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:3}.exec-place-breadcrumb{font-size:1.2rem;margin:0 0 1rem}.exec-place-breadcrumb,.exec-place-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-shadow:0 2px 4px #0000004d}.exec-place-title{font-size:2.3rem;margin:0;width:95vw}.exec-place-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;width:85vw}.exec-place-intro p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:0 0 1.5rem;text-align:left}.exec-place-intro p:last-child{margin-bottom:0}.exec-commitment{background-color:#f4f8fb;box-sizing:border-box;padding:4rem 0;width:100%}.exec-commitment-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 .5rem;text-align:center}.exec-commitment-subtitle{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 auto 3rem;max-width:85vw;text-align:center}.exec-commitment-guarantees{grid-gap:3rem;box-sizing:border-box;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:85vw}.exec-commitment-guarantee{align-items:flex-start;display:flex;flex-direction:column}.exec-commitment-icon{align-items:center;display:flex;height:46px;justify-content:center;margin-bottom:.5rem;width:46px}.exec-commitment-icon img{height:100%;object-fit:contain;width:100%}.exec-commitment-guarantee-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:500;margin:0 0 .5rem;text-align:left}.exec-commitment-guarantee-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}.exec-text-image-pair{background-color:#fff;box-sizing:border-box;margin-left:-10vw;padding:4rem 0;width:100%}.exec-text-image-pair-container{align-items:center;box-sizing:border-box;display:flex;gap:0;margin:0 auto;max-width:85vw}.exec-text-image-pair-image{flex:0 0 auto;width:50%}.exec-text-image-pair-image img{height:auto;margin-left:5vw;object-fit:contain;width:70%}.exec-text-image-pair-text{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-left:-2vw}.exec-text-image-pair-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 .5rem;text-align:center}.exec-text-image-pair-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0;text-align:center;width:56vw}.exec-comprehensive-pack{background-color:#0e4877;box-sizing:border-box;padding:4rem 0;width:100%}.exec-comprehensive-pack-title{color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 .8rem;text-align:center}.exec-comprehensive-pack-subtitle{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1;margin:0 auto 2rem;max-width:85vw;text-align:center}.exec-comprehensive-pack-list{grid-gap:3rem;box-sizing:border-box;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:85vw}.exec-comprehensive-pack-column{display:flex;flex-direction:column}.exec-comprehensive-pack-column ul{list-style:disc;margin:0;padding-left:1.5rem}.exec-comprehensive-pack-column li{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1rem;text-align:left}.exec-comprehensive-pack-column li:last-child{margin-bottom:0}.exec-proven-checklist{background-color:#fff;box-sizing:border-box;padding:4rem 0;width:100%}.exec-proven-checklist-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 .5rem;text-align:center}.exec-proven-checklist-subtitle{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 auto 3rem;max-width:85vw;text-align:center}.exec-proven-checklist-timeline{box-sizing:border-box;height:40px;margin:0 auto 1%;position:relative;width:90vw}.exec-proven-checklist-line{background-color:#d3d3d3;height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.exec-proven-checklist-dots{display:grid;grid-template-columns:repeat(4,1fr);height:100%;margin-left:-11vw;position:relative;width:100%;z-index:2}.exec-proven-checklist-dot{background-color:gold;border:4px solid gold;border-radius:50%;height:24px;margin:0 auto;position:relative;top:50%;transform:translateY(-50%);width:24px}.exec-proven-checklist-dot:nth-child(2){margin-left:calc(50% + .1vw);margin-right:auto}.exec-proven-checklist-dot:nth-child(3){margin-left:calc(50% + .6vw);margin-right:auto}.exec-proven-checklist-dot:nth-child(4){margin-left:calc(50% + 1vw);margin-right:auto}.exec-proven-checklist-dot:after{background-color:#0e4877;border-radius:50%;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.exec-proven-checklist-phases{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:90vw}.exec-proven-checklist-phase{display:flex;flex-direction:column}.exec-proven-checklist-phase-header{margin-bottom:1.5rem}.exec-proven-checklist-phase-number{display:block;font-size:1rem;margin-bottom:.5rem;text-transform:uppercase}.exec-proven-checklist-phase-number,.exec-proven-checklist-phase-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;text-align:left}.exec-proven-checklist-phase-title{font-size:1.1rem;margin:0}.exec-proven-checklist-phase-list{list-style:none;margin:0;padding:0}.exec-proven-checklist-phase-list li{align-items:flex-start;color:#000;display:flex;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;gap:.75rem;line-height:1.5;margin:0 0 1rem;text-align:left}.exec-proven-checklist-phase-list li:last-child{margin-bottom:0}.exec-proven-checklist-check{flex-shrink:0;height:22px;margin-top:2px;width:22px}.exec-contact{align-items:center;background-color:#0e4877;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center;width:100%}.exec-contact-title{font-size:2.3rem;margin:0 0 1rem}.exec-contact-subtitle,.exec-contact-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400}.exec-contact-subtitle{font-size:1.1rem;margin:0 0 2rem}.exec-contact-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.exec-contact-button{border:2px solid;border-radius:.5vw;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.exec-contact-button-primary{background-color:#fff;border-color:#0e4877;color:#0e4877}.exec-contact-button-primary:hover{background-color:#f0f0f0}.exec-contact-button-secondary{background-color:initial;border-color:#fff;color:#fff}.exec-contact-button-secondary:hover{background-color:#ffffff1a}@media (max-width:968px){.exec-place-title{font-size:2rem}.exec-place-breadcrumb{font-size:1.1rem}.exec-commitment-guarantees{gap:2.5rem;grid-template-columns:1fr}.exec-text-image-pair-container{flex-direction:column;gap:2rem}.exec-text-image-pair-image{width:100%}.exec-text-image-pair-text{margin-left:0;width:100%}.exec-text-image-pair-description{width:100%}.exec-comprehensive-pack-list{gap:2rem;grid-template-columns:1fr}.exec-proven-checklist-phases{gap:2.5rem;grid-template-columns:1fr}.exec-proven-checklist-timeline{display:block;left:0;margin:0;position:absolute;width:15px;z-index:1}.exec-contact-title{font-size:2rem}.exec-contact-subtitle{font-size:1.1rem}.exec-contact-buttons{flex-direction:column;width:100%}.exec-contact-button{width:100%}}@media (max-width:640px){.exec-place-hero-banner{height:30vh}.exec-place-title{font-size:1.3rem!important;line-height:1.6!important}.exec-place-breadcrumb{font-size:.8rem!important}.exec-place-intro p{font-size:.75rem!important;letter-spacing:.02em!important;line-height:1.6!important}.exec-commitment-title{font-size:1.1rem!important;padding-left:7vw;text-align:left;width:80vw}.exec-commitment-subtitle{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.6!important;text-align:left}.exec-commitment-guarantee-title{font-size:1.1rem!important;letter-spacing:.02em!important;line-height:1.6!important}.exec-commitment-guarantee-description{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.6!important}.exec-commitment-guarantees{gap:2rem;grid-template-columns:1fr}.exec-text-image-pair{align-items:center;display:flex;justify-content:center;margin-left:0}.exec-text-image-pair-container{align-items:center;flex-direction:column;gap:2rem;margin:0 auto;max-width:85vw;width:100%}.exec-text-image-pair-image{display:flex;justify-content:center;width:100%}.exec-text-image-pair-image img{max-width:400px;width:100%}.exec-text-image-pair-text{align-items:center;display:flex;flex-direction:column;margin-left:0;width:100%}.exec-text-image-pair-title{font-size:1.2rem}.exec-text-image-pair-description{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.6!important;width:100%}.exec-comprehensive-pack-title{font-size:1.2rem;padding-left:7vw;text-align:left}.exec-comprehensive-pack-subtitle{margin-bottom:2vh!important;text-align:left}.exec-comprehensive-pack-column li,.exec-comprehensive-pack-subtitle{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.6!important}.exec-comprehensive-pack-list{gap:2rem;grid-template-columns:1fr}.exec-proven-checklist-title{font-size:1.1rem!important}.exec-proven-checklist-subtitle{font-size:.8rem!important}.exec-proven-checklist{position:relative}.exec-proven-checklist-timeline{display:none}.exec-proven-checklist-line{background-color:#d3d3d3;height:100%;left:7.5px;position:absolute;top:0;transform:none;width:2px}.exec-proven-checklist-dots{display:block;height:100%;position:relative;width:100%;z-index:2}.exec-proven-checklist-dot{height:24px;left:-4.5px;margin:0;position:absolute;top:0;transform:none;width:24px}.exec-proven-checklist-dot:first-child{top:0}.exec-proven-checklist-dot:nth-child(2){top:25%}.exec-proven-checklist-dot:nth-child(3){top:50%}.exec-proven-checklist-dot:nth-child(4){top:75%}.exec-proven-checklist-phases{gap:2rem;grid-template-columns:1fr;margin-left:0;margin-top:0;padding-left:calc(50px + 7vw);position:relative;z-index:0}.exec-proven-checklist-phases:before{content:"";height:100%;left:7vw;position:absolute;top:0;width:15px;z-index:1}.exec-proven-checklist-phases:after{background-color:#d3d3d3;content:"";height:100%;left:calc(7vw + 7.5px);position:absolute;top:0;width:2px;z-index:1}.exec-proven-checklist-phase:first-child .exec-proven-checklist-phase-header:before{background-color:gold;border:4px solid gold;border-radius:50%;content:"";height:22px;left:calc(-33.5px - 7vw);position:absolute;top:0;transform:translateY(0);width:22px;z-index:2}.exec-proven-checklist-phase:first-child .exec-proven-checklist-phase-header:after{background-color:#0e4877;border-radius:50%;content:"";height:20px;left:calc(-28.1px - 7vw);position:absolute;top:5.5px;width:20px;z-index:3}.exec-proven-checklist-phase:nth-child(2) .exec-proven-checklist-phase-header:before{background-color:gold;border:4px solid gold;border-radius:50%;content:"";height:22px;left:calc(-33.5px - 7vw);position:absolute;top:0;transform:translateY(0);width:22px;z-index:2}.exec-proven-checklist-phase:nth-child(2) .exec-proven-checklist-phase-header:after{background-color:#0e4877;border-radius:50%;content:"";height:20px;left:calc(-28.1px - 7vw);position:absolute;top:5.5px;width:20px;z-index:3}.exec-proven-checklist-phase:nth-child(3) .exec-proven-checklist-phase-header:before{background-color:gold;border:4px solid gold;border-radius:50%;content:"";height:22px;left:calc(-33.5px - 7vw);position:absolute;top:0;transform:translateY(0);width:22px;z-index:2}.exec-proven-checklist-phase:nth-child(3) .exec-proven-checklist-phase-header:after{background-color:#0e4877;border-radius:50%;content:"";height:20px;left:calc(-28.1px - 7vw);position:absolute;top:5.5px;width:20px;z-index:3}.exec-proven-checklist-phase:nth-child(4) .exec-proven-checklist-phase-header:before{background-color:gold;border:4px solid gold;border-radius:50%;content:"";height:22px;left:calc(-33.5px - 7vw);position:absolute;top:0;transform:translateY(0);width:22px;z-index:2}.exec-proven-checklist-phase:nth-child(4) .exec-proven-checklist-phase-header:after{background-color:#0e4877;border-radius:50%;content:"";height:20px;left:calc(-28.1px - 7vw);position:absolute;top:5.5px;width:20px;z-index:3}.exec-proven-checklist-phase{align-items:flex-start;display:flex;min-height:-webkit-fit-content;min-height:fit-content;position:relative}.exec-proven-checklist-phase-header{padding-left:0;position:relative}.exec-proven-checklist-phase-number,.exec-proven-checklist-phase-title{font-size:.9rem!important;letter-spacing:.02em!important;line-height:1.6!important}.exec-proven-checklist-phase-list li{font-size:.8rem!important;letter-spacing:.02em!important;line-height:1.6!important}.exec-contact{padding:3rem 1.5rem}.exec-contact-title{font-size:1.4rem!important}.exec-contact-subtitle{font-size:.85rem!important;letter-spacing:0!important;line-height:1.6!important}.exec-contact-buttons{flex-direction:column;width:100%}.exec-contact-button{width:100%}.exec-contact-button-primary,.exec-contact-button-secondary{font-size:1rem}}.ai-innovation-page{background-color:#fff;flex-direction:column;min-height:100vh}.ai-hero-banner,.ai-innovation-page{box-sizing:border-box;display:flex;width:100%}.ai-hero-banner{align-items:center;height:40vh;justify-content:center;overflow:hidden;position:relative}.ai-hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ai-hero-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:3}.ai-hero-breadcrumb{font-size:1.2rem;margin:0 0 1rem}.ai-hero-breadcrumb,.ai-hero-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-shadow:0 2px 4px #0000004d}.ai-hero-title{font-size:2.3rem;margin:0}.ai-innovation-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;width:85vw}.ai-innovation-intro{text-align:center}.ai-innovation-intro p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:center}.ai-innovation-intro p:last-child{margin-bottom:0}.ai-text-image-pair{background-color:#fff;box-sizing:border-box;padding:4rem 0;width:100%}.ai-image-left-text-right{align-items:center;box-sizing:border-box;display:flex;gap:4rem;margin:0 auto;max-width:85vw}.ai-image-left{flex:0 0 auto;width:50%}.ai-image-left img{border-radius:2vw;height:auto;object-fit:contain;width:100%}.ai-text-right{display:flex;flex:1 1;flex-direction:column;justify-content:center}.ai-text-right-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem;text-align:left}.ai-text-right-intro{font-weight:400;line-height:1.5;margin:0 0 1.5rem}.ai-text-right-heading,.ai-text-right-intro{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;text-align:left}.ai-text-right-heading{font-weight:700;margin:0 0 1rem}.ai-text-right-list{list-style:disc;margin:0 0 1.5rem;padding-left:1.5rem}.ai-text-right-list li{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1rem;text-align:left}.ai-text-right-list li:last-child{margin-bottom:0}.ai-text-right-goal{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}.ai-image-right-text-left{align-items:center;box-sizing:border-box;display:flex;gap:4rem;margin:10vh auto 0;max-width:85vw}.ai-text-left{display:flex;flex:1 1;flex-direction:column;justify-content:center}.ai-text-left-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem;text-align:left}.ai-text-left-intro{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:left}.ai-text-left-intro:last-of-type{margin-bottom:1.5rem}.ai-text-left-heading{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:700;margin:0 0 1rem;text-align:left}.ai-text-left-list{list-style:disc;margin:0;padding-left:1.5rem}.ai-text-left-list li{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1rem;text-align:left}.ai-text-left-list li:last-child{margin-bottom:0}.ai-image-right{flex:0 0 auto;width:50%}.ai-image-right img{border-radius:2vw;height:auto;object-fit:contain;width:100%}@media (max-width:968px){.ai-hero-title{font-size:2rem}.ai-hero-breadcrumb{font-size:1.1rem}.ai-image-left-text-right{flex-direction:column;gap:2rem}.ai-image-left{width:100%}.ai-image-right-text-left{flex-direction:column;gap:2rem}.ai-image-right{width:100%}}@media (max-width:640px){.ai-hero-banner{height:30vh}.ai-hero-title{font-size:1.5rem}.ai-hero-breadcrumb{font-size:1rem}.ai-image-left-text-right{flex-direction:column;gap:2rem}.ai-image-left{width:100%}.ai-image-right-text-left{flex-direction:column;gap:2rem;margin-top:2rem}.ai-image-right{width:100%}}.ai-contact-us{align-items:center;background-color:#0e4877;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center;width:100%}.ai-contact-us-title{font-size:2.3rem}.ai-contact-us-description,.ai-contact-us-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;margin:0 0 1.5rem;text-align:center}.ai-contact-us-description{font-size:1.1rem;line-height:1.5;max-width:85vw}.ai-contact-us-description:last-of-type{margin-bottom:2rem}.ai-contact-us-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.ai-contact-us-button{border:2px solid;border-radius:4px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.ai-contact-us-button-primary{background-color:#fff;border-color:#0e4877;color:#0e4877}.ai-contact-us-button-primary:hover{background-color:#f0f0f0}.ai-contact-us-button-secondary{background-color:initial;border-color:#fff;color:#fff}.ai-contact-us-button-secondary:hover{background-color:#ffffff1a}@media (max-width:968px){.ai-contact-us-title{font-size:1.8rem}.ai-contact-us-description{font-size:1.1rem}}@media (max-width:640px){.ai-hero-title{font-size:1.3rem!important}.ai-hero-breadcrumb,.ai-innovation-intro p{font-size:.75rem!important}.ai-innovation-intro p{letter-spacing:.02em!important;line-height:1.6!important}.ai-text-image-pair{margin-top:-8vh!important}.ai-text-right-title{font-size:1.1rem!important}.ai-text-right-intro,.ai-text-right-title{letter-spacing:.02em!important;line-height:1.6!important}.ai-text-right-intro{font-size:.75rem!important}.ai-text-right-heading{font-size:.9rem!important;letter-spacing:.02em!important;line-height:1.6!important}.ai-text-right-goal,.ai-text-right-list li{font-size:.75rem!important;letter-spacing:.02em!important;line-height:1.6!important}.ai-text-left-title{font-size:1.1rem!important}.ai-text-left-intro,.ai-text-left-title{letter-spacing:.02em!important;line-height:1.6!important}.ai-text-left-intro{font-size:.75rem!important}.ai-text-left-heading{font-size:.9rem!important}.ai-text-left-heading,.ai-text-left-list li{letter-spacing:.02em!important;line-height:1.6!important}.ai-text-left-list li{font-size:.75rem!important}.ai-contact-us{padding:3rem 1.5rem}.ai-contact-us-title{font-size:1.5rem}.ai-contact-us-description{font-size:.85rem}.ai-contact-us-buttons{align-items:stretch;flex-direction:column;width:100%}.ai-contact-us-button{width:100%}.ai-contact-us-button-primary,.ai-contact-us-button-secondary{font-size:1rem}}.campus-safety-page{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;width:100%}.campus-safety-hero-banner{align-items:center;box-sizing:border-box;display:flex;height:40vh;justify-content:center;overflow:hidden;position:relative;width:100%}.campus-safety-hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.campus-safety-hero-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:3}.campus-safety-breadcrumb{font-size:1.2rem;margin:0 0 1rem}.campus-safety-breadcrumb,.campus-safety-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-shadow:0 2px 4px #0000004d}.campus-safety-title{font-size:2.3rem;margin:0}.campus-safety-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;width:85vw}.campus-safety-intro{text-align:center}.campus-safety-intro-title{margin:0 0 .5rem}.campus-safety-intro-subtitle,.campus-safety-intro-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;text-align:center}.campus-safety-intro-subtitle{margin:0 0 1rem}.campus-safety-intro-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0;text-align:center}@media (max-width:968px){.campus-safety-title{font-size:2rem}.campus-safety-breadcrumb{font-size:1.1rem}.campus-safety-intro-subtitle,.campus-safety-intro-title{font-size:1.3rem}.campus-safety-intro-description{font-size:1rem}}@media (max-width:640px){.campus-safety-hero-banner{height:30vh}.campus-safety-title{font-size:1.2rem!important}.campus-safety-breadcrumb{font-size:.75rem!important}.campus-safety-intro-subtitle,.campus-safety-intro-title{font-size:1.1rem!important}.campus-safety-intro-description{font-size:.9rem!important}}.campus-safety-audit{background-color:#f4f8fb;box-sizing:border-box;padding:4rem 0;width:100%}.campus-safety-audit-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 1.5rem;text-align:center}.campus-safety-audit-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 auto 3rem;max-width:85vw;text-align:center}.campus-safety-audit-cards{box-sizing:border-box;display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:85vw;position:relative}.campus-safety-audit-card{background-color:#fff;border-radius:12px;box-sizing:border-box;display:flex;gap:3rem;margin-bottom:2rem;padding:3rem 5vw 3rem 15vw;position:relative}.campus-safety-audit-card:first-child:after{background-color:#000;bottom:-2rem;content:"";left:8rem;position:absolute;top:calc(3rem + 80px);width:2px;z-index:0}.campus-safety-audit-card:not(:first-child):not(:last-child):before{background-color:#000;bottom:-2rem;content:"";left:8rem;position:absolute;top:-2rem;width:2px;z-index:0}.campus-safety-audit-card:last-child:before{background-color:#000;content:"";height:5rem;left:8rem;position:absolute;top:-2rem;width:2px;z-index:0}.campus-safety-audit-orb-container{flex-shrink:0;left:calc(2.75rem - 40px);left:5.6rem;position:absolute;top:3rem;z-index:2}.campus-safety-audit-orb{align-items:center;background-color:#0e4877;border:3px solid #fdca09;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;height:80px;justify-content:center;position:relative;width:80px;z-index:2}.campus-safety-audit-orb-label{font-size:.75rem;font-weight:400;text-transform:uppercase}.campus-safety-audit-orb-label,.campus-safety-audit-orb-number{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1}.campus-safety-audit-orb-number{font-size:1.5rem;font-weight:700;margin-top:.25rem}.campus-safety-audit-card-content{flex:1 1}.campus-safety-audit-card-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1rem;text-align:left}.campus-safety-audit-card-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:left}.campus-safety-audit-card-list{list-style:disc;margin:0;padding-left:1.5rem}.campus-safety-audit-card-list li{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 .75rem;text-align:left}.campus-safety-audit-card-list li:last-child{margin-bottom:0}@media (max-width:968px){.campus-safety-audit-cards{padding-left:50px}.campus-safety-audit-cards:before{left:30px}.campus-safety-audit-card{flex-direction:column;gap:1.5rem}.campus-safety-audit-orb{height:70px;width:70px}.campus-safety-audit-title{font-size:1.5rem}.campus-safety-audit-description{font-size:1rem}}@media (max-width:640px){.campus-safety-audit{padding:3rem 1.5rem}.campus-safety-audit-title{font-size:1.1rem!important}.campus-safety-audit-description{font-size:.85rem}.campus-safety-audit-cards{padding-left:0}.campus-safety-audit-card{flex-direction:column;padding:5rem 1.5rem 1.5rem;position:relative}.campus-safety-audit-card:after,.campus-safety-audit-card:before{display:none!important}.campus-safety-audit-orb-container{left:1.5rem;position:absolute;top:1.5rem;z-index:2}.campus-safety-audit-orb{height:60px;width:60px}.campus-safety-audit-orb-label{font-size:.65rem}.campus-safety-audit-orb-number{font-size:1.2rem;margin-top:.15rem}.campus-safety-audit-card-content{margin-top:0;width:100%}.campus-safety-audit-card-title{font-size:1.1rem;margin-top:1rem}.campus-safety-audit-card-description,.campus-safety-audit-card-list li{font-size:.85rem}}.campus-safety-deliverables{background-color:#fff;box-sizing:border-box;padding:15vh 0;width:100%}.campus-safety-deliverables-container{align-items:center;box-sizing:border-box;display:flex;gap:4rem;margin:0 auto;max-width:85vw}.campus-safety-deliverables-text{display:flex;flex:1 1;flex-direction:column;justify-content:center}.campus-safety-deliverables-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 1.5rem;text-align:left}.campus-safety-deliverables-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:left}.campus-safety-deliverables-list{list-style:disc;margin:0;padding-left:1.5rem}.campus-safety-deliverables-list li{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 .75rem;text-align:left}.campus-safety-deliverables-list li:last-child{margin-bottom:0}.campus-safety-deliverables-image{flex:0 0 auto}.campus-safety-deliverables-image img{height:auto;object-fit:contain;width:30vw}@media (max-width:968px){.campus-safety-deliverables-container{flex-direction:column;gap:2rem}.campus-safety-deliverables-image img{max-width:300px;width:50vw}.campus-safety-deliverables-title{font-size:1.5rem}.campus-safety-deliverables-description,.campus-safety-deliverables-list li{font-size:1.1rem}}@media (max-width:640px){.campus-safety-deliverables{padding:3rem 1.5rem}.campus-safety-deliverables-image img{max-width:250px;width:70vw}.campus-safety-deliverables-title{font-size:1.1rem}.campus-safety-deliverables-description,.campus-safety-deliverables-list li{font-size:.85rem}}.campus-safety-why{background-color:#f4f8fb;box-sizing:border-box;padding:4rem 0;width:100%}.campus-safety-why-container{align-items:center;box-sizing:border-box;display:flex;gap:4rem;margin:0 auto;max-width:85vw}.campus-safety-why-title-section{flex:0 0 auto;min-width:300px}.campus-safety-why-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;line-height:1.3;margin:0;text-align:left}.campus-safety-why-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.campus-safety-why-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:left}.campus-safety-why-list{list-style:disc;margin:0;padding-left:1.5rem}.campus-safety-why-list li{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 .75rem;text-align:left}.campus-safety-why-list li:last-child{margin-bottom:0}@media (max-width:968px){.campus-safety-why-container{align-items:flex-start;flex-direction:column;gap:2rem}.campus-safety-why-title-section{min-width:auto;width:100%}.campus-safety-why-title{font-size:1.5rem}.campus-safety-why-description,.campus-safety-why-list li{font-size:1.1rem}}@media (max-width:640px){.campus-safety-why{padding:3rem 1.5rem}.campus-safety-why-title{font-size:1.1rem!important;margin-bottom:-3vh}.campus-safety-why-description,.campus-safety-why-list li{font-size:.85rem}}.campus-safety-contact{align-items:center;background-color:#0e4877;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem;text-align:center;width:100%}.campus-safety-contact-title{color:#fff;font-size:2.3rem;font-weight:400;margin:0 0 2.5rem;text-align:center}.campus-safety-contact-button,.campus-safety-contact-title{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.campus-safety-contact-button{background-color:#fff;border:2px solid #0e4877;border-radius:.5vw;color:#0e4877;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease}.campus-safety-contact-button:hover{background-color:#f0f0f0}@media (max-width:968px){.campus-safety-contact-title{font-size:1.8rem}}@media (max-width:640px){.campus-safety-contact{padding:3rem 1.5rem}.campus-safety-contact-title{font-size:1.3rem}.campus-safety-contact-button{font-size:.95rem;width:100%}}.exec-coaching-page{background-color:#fff;flex-direction:column;min-height:100vh}.exec-coaching-banner,.exec-coaching-page{box-sizing:border-box;display:flex;width:100%}.exec-coaching-banner{align-items:center;height:40vh;justify-content:center;overflow:hidden;position:relative}.exec-coaching-hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.exec-coaching-hero-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:3}.exec-coaching-breadcrumb{font-size:1.2rem}.exec-coaching-breadcrumb,.exec-coaching-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;margin:0 0 1rem;text-shadow:0 2px 4px #0000004d}.exec-coaching-title{font-size:2.3rem}.exec-coaching-subtitle{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:400;margin:0;text-shadow:0 2px 4px #0000004d;width:95vw}@media (max-width:968px){.exec-coaching-title{font-size:2rem}.exec-coaching-breadcrumb{font-size:1.1rem}.exec-coaching-subtitle{font-size:2rem}}@media (max-width:640px){.exec-coaching-banner{height:30vh}.exec-coaching-title{font-size:1.2rem}.exec-coaching-breadcrumb{font-size:.75rem}.exec-coaching-subtitle{font-size:1.2rem}}.exec-coaching-body{box-sizing:border-box;margin:0 auto;padding:4rem 0;width:85vw}.exec-coaching-intro p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:left}.exec-coaching-intro p:last-child{margin-bottom:0}@media (max-width:968px){.exec-coaching-intro p{font-size:1.1rem}}@media (max-width:640px){.exec-coaching-body{padding:3rem 0;width:90vw}.exec-coaching-intro p{font-size:.8rem}}.exec-coaching-text-image-pair{background-color:#f4f8fb;box-sizing:border-box;padding:4.5rem 0;width:100%}.exec-coaching-text-image-pair-container{align-items:center;box-sizing:border-box;display:flex;gap:4rem;margin:0 auto;max-width:85vw}.exec-coaching-text-image-pair-image{flex:0 0 auto;width:50%}.exec-coaching-text-image-pair-image img{border-radius:2vw;height:auto;object-fit:contain;width:100%}.exec-coaching-text-image-pair-text{display:flex;flex:1 1;flex-direction:column;justify-content:center}.exec-coaching-text-image-pair-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem;text-align:left}.exec-coaching-text-image-pair-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem;text-align:left}.exec-coaching-text-image-pair-description:last-child{margin-bottom:0}@media (max-width:968px){.exec-coaching-text-image-pair-container{flex-direction:column;gap:2rem}.exec-coaching-text-image-pair-image{width:100%}.exec-coaching-text-image-pair-title{font-size:1.3rem}.exec-coaching-text-image-pair-description{font-size:1rem}}@media (max-width:640px){.exec-coaching-text-image-pair{padding:3rem 0}.exec-coaching-text-image-pair-container{max-width:90vw}.exec-coaching-text-image-pair-image img{border-radius:3vw}.exec-coaching-text-image-pair-title{font-size:1.1rem}.exec-coaching-text-image-pair-description{font-size:.85rem}}.exec-coaching-key-areas{box-sizing:border-box;margin-bottom:1rem;margin-top:0;width:100%}.exec-coaching-key-areas-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem;text-align:left}.exec-coaching-key-areas-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 2rem;text-align:left}.exec-coaching-key-areas-columns{grid-gap:3rem;box-sizing:border-box;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.exec-coaching-key-areas-column{display:flex;flex-direction:column}.exec-coaching-key-areas-column-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:700;margin:0 0 1rem;text-align:left}.exec-coaching-key-areas-list{list-style:disc;margin:0;padding-left:1.5rem}.exec-coaching-key-areas-list li{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 0 .75rem;text-align:left}.exec-coaching-key-areas-list li:last-child{margin-bottom:0}@media (max-width:968px){.exec-coaching-key-areas{margin-top:3rem}.exec-coaching-key-areas-title{font-size:1.3rem}.exec-coaching-key-areas-description{font-size:1rem}.exec-coaching-key-areas-columns{gap:2rem}.exec-coaching-key-areas-column-title,.exec-coaching-key-areas-list li{font-size:1rem}}@media (max-width:640px){.exec-coaching-key-areas-columns{gap:2rem;grid-template-columns:1fr}.exec-coaching-key-areas-title{font-size:1.1rem;margin-bottom:1vh;margin-top:-6vh}.exec-coaching-key-areas-column-title,.exec-coaching-key-areas-description,.exec-coaching-key-areas-list li{font-size:.85rem}}.exec-coaching-divider{box-sizing:border-box;margin:0;padding:0;width:100%}.exec-coaching-divider img{display:block;height:auto;object-fit:cover;width:100%}@media (max-width:640px){.exec-coaching-divider img{height:30vh;min-height:30vh;object-fit:cover}}.exec-coaching-confidential{background-color:#f4f8fb;box-sizing:border-box;padding:4.5rem 0;width:100%}.exec-coaching-confidential-container{box-sizing:border-box;margin:0 auto;max-width:85vw}.exec-coaching-confidential-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 .5rem;text-align:left}.exec-coaching-confidential-description{font-weight:400;line-height:1.5;margin:0 0 2rem}.exec-coaching-confidential-description,.exec-coaching-confidential-subtitle{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;text-align:left}.exec-coaching-confidential-subtitle{font-weight:700;margin:0 0 .5rem}.exec-coaching-confidential-intro{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:0 0 1rem;text-align:left}.exec-coaching-confidential-boxes{grid-gap:1.5rem;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 0 2.5rem}.exec-coaching-confidential-box{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;display:flex;justify-content:center;min-height:120px;padding:1.5rem}.exec-coaching-confidential-box p{text-align:center}.exec-coaching-confidential-box p,.exec-coaching-confidential-conclusion{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0}.exec-coaching-confidential-conclusion{text-align:left}@media (max-width:968px){.exec-coaching-confidential{padding:3rem 0}.exec-coaching-confidential-container{max-width:90vw}.exec-coaching-confidential-title{font-size:1.3rem}.exec-coaching-confidential-box p,.exec-coaching-confidential-conclusion,.exec-coaching-confidential-description,.exec-coaching-confidential-intro,.exec-coaching-confidential-subtitle{font-size:1rem}.exec-coaching-confidential-boxes{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.exec-coaching-confidential{padding:2rem 0}.exec-coaching-confidential-title{font-size:1.05rem;margin-bottom:1vh}.exec-coaching-confidential-description,.exec-coaching-confidential-intro{font-size:.85rem;margin-bottom:3vh}.exec-coaching-confidential-box p{font-size:.9rem}.exec-coaching-confidential-conclusion{font-size:.85rem}.exec-coaching-confidential-subtitle{font-size:.85rem;margin-bottom:1vh}.exec-coaching-confidential-boxes{gap:1rem;grid-template-columns:1fr;margin-bottom:3vh}.exec-coaching-confidential-box{min-height:100px}}.exec-coaching-contact{align-items:center;background-color:#0e4877;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center;width:100%}.exec-coaching-contact-title{font-size:2.3rem;margin:0 0 2rem}.exec-coaching-contact-description,.exec-coaching-contact-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-align:center}.exec-coaching-contact-description{font-size:1.1rem;line-height:1.5;margin:0 0 1.5rem;max-width:85vw}.exec-coaching-contact-description:last-of-type{margin-bottom:2rem}.exec-coaching-contact-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.exec-coaching-contact-button{border:2px solid;border-radius:.5vw;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;padding:.8rem 1rem;transition:all .3s ease}.exec-coaching-contact-button-primary{background-color:#fff;border-color:#0e4877;color:#0e4877}.exec-coaching-contact-button-primary:hover{background-color:#f0f0f0}.exec-coaching-contact-button-secondary{background-color:initial;border-color:#fff;color:#fff}.exec-coaching-contact-button-secondary:hover{background-color:#ffffff1a}@media (max-width:968px){.exec-coaching-contact{padding:3rem 1.5rem}.exec-coaching-contact-title{font-size:1.3rem}.exec-coaching-contact-description{font-size:1rem}}@media (max-width:640px){.exec-coaching-contact{padding:3rem 1.5rem}.exec-coaching-contact-title{font-size:1.2rem}.exec-coaching-contact-description{font-size:.76rem}.exec-coaching-contact-buttons{align-items:stretch;flex-direction:column;width:100%}.exec-coaching-contact-button{width:100%}.exec-coaching-contact-button-primary,.exec-coaching-contact-button-secondary{font-size:.85rem}}.news-testing-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.news-testing-header{margin-bottom:2rem;text-align:center}.news-testing-header h1{color:#333;font-size:2rem;margin-bottom:.5rem}.news-testing-header p{color:#666;font-size:1rem}.news-testing-editor-wrapper{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.news-testing-title-section{background:#f9f9f9;border-bottom:1px solid #eee;padding:1rem}.news-testing-title-section label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.news-testing-title-input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:1.1rem;padding:.75rem;width:100%}.news-testing-title-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.news-testing-toolbar{align-items:center;background:#f5f5f5;border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.news-testing-toolbar-group{border-right:1px solid #ddd;display:flex;gap:.25rem;padding-right:.75rem}.news-testing-toolbar-group:last-child{border-right:none}.news-testing-toolbar-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;font-size:.9rem;justify-content:center;min-width:40px;padding:.5rem .75rem;transition:all .2s}.news-testing-toolbar-btn:hover{background:#e8f4f8;border-color:#4a90e2}.news-testing-toolbar-btn:active{background:#d0e8f2;transform:scale(.95)}.news-testing-toolbar-btn em,.news-testing-toolbar-btn strong,.news-testing-toolbar-btn u{font-style:normal;font-weight:700;text-decoration:none}.news-testing-editor{color:#333;font-size:1rem;line-height:1.6;max-height:600px;min-height:400px;outline:none;overflow-y:auto;padding:1.5rem}.news-testing-editor:empty:before{color:#999;content:attr(data-placeholder);pointer-events:none}.news-testing-editor:focus{background:#fafafa}.news-testing-editor h1,.news-testing-editor h2,.news-testing-editor h3,.news-testing-editor h4,.news-testing-editor h5,.news-testing-editor h6{font-weight:600;margin:1rem 0 .5rem}.news-testing-editor h1{font-size:2rem}.news-testing-editor h2{font-size:1.75rem}.news-testing-editor h3{font-size:1.5rem}.news-testing-editor p{margin:.5rem 0}.news-testing-editor ol,.news-testing-editor ul{margin:.5rem 0;padding-left:2rem}.news-testing-editor blockquote{background:#f0f7ff;border-left:4px solid #4a90e2;font-style:italic;margin:1rem 0;padding:.5rem 1rem}.news-testing-editor img{border-radius:4px;height:auto;margin:1rem 0;max-width:100%}.news-testing-editor a{color:#4a90e2;text-decoration:underline}.news-testing-actions{background:#f9f9f9;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}.news-testing-action-btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.news-testing-action-btn-primary{background:#4a90e2;color:#fff}.news-testing-action-btn-primary:hover{background:#357abd;box-shadow:0 4px 8px #4a90e24d;transform:translateY(-1px)}.news-testing-action-btn-secondary{background:#6c757d;color:#fff}.news-testing-action-btn-secondary:hover{background:#5a6268;box-shadow:0 4px 8px #6c757d4d;transform:translateY(-1px)}.news-testing-action-btn-danger{background:#dc3545;color:#fff}.news-testing-action-btn-danger:hover{background:#c82333;box-shadow:0 4px 8px #dc35454d;transform:translateY(-1px)}.news-testing-preview{background:#f9f9f9;border-top:1px solid #eee;margin-top:1rem;padding:1rem}.news-testing-preview h3{color:#333;margin-bottom:.5rem}.news-testing-json-preview{background:#2d2d2d;border-radius:4px;color:#f8f8f2;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;max-height:400px;overflow-x:auto;overflow-y:auto;padding:1rem}@media (max-width:768px){.news-testing-container{padding:1rem}.news-testing-toolbar{align-items:stretch;flex-direction:column}.news-testing-toolbar-group{border-bottom:1px solid #ddd;border-right:none;margin-bottom:.5rem;padding-bottom:.5rem}.news-testing-toolbar-group:last-child{border-bottom:none;margin-bottom:0}.news-testing-actions{flex-direction:column}.news-testing-action-btn{width:100%}}.contact-us-page{background-color:#fff;flex-direction:column;min-height:100vh}.contact-us-hero-banner,.contact-us-page{box-sizing:border-box;display:flex;width:100%}.contact-us-hero-banner{align-items:center;height:38vh;justify-content:center;overflow:hidden;position:relative}.contact-us-hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:1}.contact-us-hero-background,.contact-us-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.contact-us-hero-overlay{background-color:#0e487733;z-index:2}.contact-us-hero-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:2rem;position:relative;text-align:center;width:100%;z-index:3}.contact-us-breadcrumb{font-size:1.1rem;text-align:center}.contact-us-breadcrumb,.contact-us-hero-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;margin:0 0 1.5rem;text-shadow:0 2px 4px #0000004d}.contact-us-hero-title{font-size:2.3rem;line-height:1.3;width:95vw}.contact-us-hero-subtitle{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0;text-shadow:0 2px 4px #0000004d;width:95vw}@media (max-width:968px){.contact-us-hero-title{font-size:1.3rem}.contact-us-breadcrumb,.contact-us-hero-subtitle{font-size:1.1rem}}@media (max-width:640px){.contact-us-hero-banner{height:30vh}.contact-us-hero-title{font-size:1.3rem}.contact-us-breadcrumb{font-size:.8rem}.contact-us-hero-subtitle{font-size:.9rem}}.contact-us-corporate-office{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;padding:4rem 2rem}.contact-us-corporate-office-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:0 0 2rem;text-align:center}.contact-us-corporate-office-info{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:2.4rem;justify-content:center;max-width:100vw;padding:0 2rem;width:100%}.contact-us-info-item{align-items:center;display:flex;flex:0 1 auto;gap:.75rem;white-space:nowrap}.contact-us-info-icon{flex-shrink:0;height:24px;margin-right:-.4vw;width:24px}.contact-us-info-text{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:0;text-align:left;text-decoration:none}.contact-us-info-text:hover{text-decoration:underline}@media (max-width:968px){.contact-us-corporate-office{padding:3rem 1.5rem}.contact-us-corporate-office-title{font-size:1.3rem}.contact-us-corporate-office-info{align-items:flex-start;flex-direction:column;gap:1.5rem}.contact-us-info-item{min-width:auto;white-space:normal;width:100%}.contact-us-info-text{font-size:1.1rem;white-space:normal}}@media (max-width:640px){.contact-us-corporate-office{align-items:flex-start;padding:1rem 1rem 2rem 1cap;width:120vw}.contact-us-corporate-office-title{align-self:center;font-size:1.2rem;margin-left:-20vw;margin-top:5vh;padding-left:0;text-align:center;width:100%}.contact-us-corporate-office-info{align-items:flex-start;gap:1rem;padding:0 .5rem}.contact-us-info-item{align-items:flex-start;white-space:normal}.contact-us-info-text{font-size:.9rem;white-space:normal}}.contact-us-form-section{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:center;padding:2rem;width:100%}.contact-us-form{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;width:100%}.contact-us-form-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:0 0 1rem;text-align:center}.contact-us-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.contact-us-form-field{display:flex;flex-direction:column;gap:.5rem}.contact-us-form-field-full{grid-column:1/-1}.contact-us-form-label{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;text-align:left}.contact-us-required{color:red;margin-left:.25rem}.contact-us-form-input,.contact-us-form-select,.contact-us-form-textarea{background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;padding:.75rem;transition:border-color .2s,background-color .2s;width:100%}.contact-us-form-input:focus,.contact-us-form-select:focus,.contact-us-form-textarea:focus{background-color:#fff;border-color:#0e4877;outline:none}.contact-us-form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.contact-us-form-textarea{font-family:inherit;min-height:120px;resize:vertical}.contact-us-radio-group{display:flex;flex-direction:row;gap:2rem;margin-top:.5rem}.contact-us-radio-label{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;gap:.5rem}.contact-us-radio-input{accent-color:#0e4877;cursor:pointer;height:18px;width:18px}.contact-us-form-submit{align-self:flex-start;background-color:#0e4877;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;margin-top:1rem;padding:.875rem 2rem;transition:background-color .2s}.contact-us-form-submit:hover{background-color:#0a3a5f}.contact-us-form-submit:active{background-color:#082d4a}@media (max-width:968px){.contact-us-form-section{padding:3rem 1.5rem}.contact-us-form-title{font-size:1.3rem}.contact-us-form-row{gap:1rem}}@media (max-width:640px){.contact-us-form-section{padding:2rem 1rem}.contact-us-form-title{font-size:1.2rem}.contact-us-form-row{gap:1rem;grid-template-columns:1fr}.contact-us-form-field-full{grid-column:1}.contact-us-radio-group{flex-direction:column;gap:1rem}}.current-search-page{background-color:#f5f5f5;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;width:100%}.current-search-container{box-sizing:border-box;margin:0 auto;max-width:85vw;padding:3rem 2rem;width:85vw}.current-search-form{margin-bottom:2rem;width:100%}.current-search-bar{align-items:center;background-color:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;margin:0 auto;max-width:800px;position:relative;transition:border-color .2s,box-shadow .2s;width:100%}.current-search-bar:focus-within{border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.current-search-input{background:#0000;border:none;box-sizing:border-box;color:#000;flex:1 1;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:1rem 1.25rem;width:100%}.current-search-input::placeholder{color:#999}.current-search-icon-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:1rem 1.25rem;transition:opacity .2s}.current-search-icon-button:hover{opacity:.7}.current-search-icon-button:active{opacity:.5}.current-search-icon{flex-shrink:0;height:20px;width:20px}@media (max-width:968px){.current-search-container{padding:2rem 1.5rem}.current-search-bar{max-width:100%}.current-search-input{font-size:.95rem;padding:.875rem 1rem}.current-search-icon-button{padding:.875rem 1rem}}@media (max-width:640px){.current-search-container{padding:1.5rem 1rem}.current-search-input{font-size:.9rem}.current-search-icon-button,.current-search-input{padding:.75rem .875rem}.current-search-icon{height:18px;width:18px}}.current-search-content{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:350px 1fr;margin-top:2rem;max-width:100%;overflow:hidden;width:100%}.current-search-listings{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;max-height:calc(100vh - 300px);max-width:100%;overflow-y:auto}.current-search-listing-item{align-items:flex-start;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;gap:1rem;padding:1rem;text-align:left;transition:all .2s ease;width:100%}.current-search-listing-item:hover{background-color:#f9f9f9;border-color:#0e4877}.current-search-listing-item.active{background-color:#f0f7ff;border-color:#0e4877;border-width:2px}.current-search-listing-icon{align-items:center;background-color:#f5f5f5;border-radius:4px;display:flex;flex-shrink:0;height:50px;justify-content:center;overflow:hidden;width:50px}.current-search-listing-icon img{height:100%;object-fit:cover;width:100%}.current-search-listing-content{word-wrap:break-word;display:flex;flex:1 1;flex-direction:column;gap:.25rem;max-width:100%;min-width:0;overflow-wrap:break-word;word-break:break-word}.current-search-listing-title{color:#000;font-size:.95rem;font-weight:500}.current-search-listing-school,.current-search-listing-title{word-wrap:break-word;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3;overflow-wrap:break-word;word-break:break-word}.current-search-listing-school{color:#666;font-size:.85rem;font-weight:400}.current-search-listing-time{color:#999;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.3}.current-search-details{word-wrap:break-word;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;max-width:100%;overflow-wrap:break-word;padding:2rem;word-break:break-word}.current-search-details-header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;max-width:100%;padding-bottom:1.5rem}.current-search-details-header-left{align-items:center;display:flex;flex:1 1;gap:1rem;max-width:100%;min-width:0}.current-search-details-icon{align-items:center;background-color:initial;border-radius:4px;display:flex;flex-shrink:0;height:80px;justify-content:center;max-height:80px;max-width:160px;overflow:hidden;width:80px}.current-search-details-icon img{height:100%;max-height:100%;max-width:100%;object-fit:contain;width:100%}.current-search-details-company-info{word-wrap:break-word;flex:1 1;max-width:100%;min-width:0;overflow-wrap:break-word;word-break:break-word}.current-search-details-company-name{color:#000;font-size:1.1rem;font-weight:500}.current-search-details-company-name,.current-search-details-timestamp{word-wrap:break-word;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-wrap:break-word;word-break:break-word}.current-search-details-timestamp{color:#666;flex-shrink:0;font-size:.9rem;font-weight:400;text-align:right;white-space:nowrap}.current-search-details-title{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.current-search-details-company,.current-search-details-title{word-wrap:break-word;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3;overflow-wrap:break-word;text-align:left;word-break:break-word}.current-search-details-company{font-size:1.2rem;font-weight:300;margin-bottom:1.5rem}.current-search-details-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.current-search-button{border:2px solid #0000;border-radius:4px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.current-search-button-primary{background-color:#0e4877;border-color:#0e4877;color:#fff}.current-search-button-primary:hover{background-color:#0a3a5f;border-color:#0a3a5f}.current-search-button-secondary{background-color:#fff;border-color:#0e4877;color:#0e4877}.current-search-button-secondary:hover{background-color:#f0f7ff}.current-search-details-description{word-wrap:break-word;box-sizing:border-box;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;max-width:100%;overflow:hidden;overflow-wrap:break-word;text-align:left;word-break:break-word}.current-search-details-description *{word-wrap:break-word!important;box-sizing:border-box!important;max-width:100%!important;overflow-wrap:break-word!important;word-break:break-word!important}.current-search-details-description [style*=width]{max-width:100%!important;width:auto!important}.current-search-details-description [style*="white-space: nowrap"],.current-search-details-description [style*="white-space:nowrap"]{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.current-search-details-description p{word-wrap:break-word;line-height:1.6;margin:.5rem 0;max-width:100%;overflow-wrap:break-word;word-break:break-word}.current-search-details-description p:first-child{margin-top:0}.current-search-details-description p:last-child{margin-bottom:0}.current-search-details-description h1,.current-search-details-description h2,.current-search-details-description h3,.current-search-details-description h4,.current-search-details-description h5,.current-search-details-description h6{word-wrap:break-word;font-weight:600;line-height:1.3;margin:1rem 0 .5rem;max-width:100%;overflow-wrap:break-word;word-break:break-word}.current-search-details-description h1{font-size:1.75rem}.current-search-details-description h2{font-size:1.5rem}.current-search-details-description h3{font-size:1.25rem}.current-search-details-description b,.current-search-details-description strong{font-weight:600}.current-search-details-description em,.current-search-details-description i{font-style:italic}.current-search-details-description u{text-decoration:underline}.current-search-details-description ol,.current-search-details-description ul{word-wrap:break-word;margin:.5rem 0;max-width:100%;overflow-wrap:break-word;padding-left:2rem;word-break:break-word}.current-search-details-description li{margin:.25rem 0}.current-search-details-description a,.current-search-details-description li{word-wrap:break-word;max-width:100%;overflow-wrap:break-word;word-break:break-word}.current-search-details-description a{color:#0e4877;display:inline-block;text-decoration:underline}.current-search-details-description table{word-wrap:break-word;border-collapse:collapse;max-width:100%!important;overflow-wrap:break-word;table-layout:auto!important;width:100%!important;word-break:break-word}.current-search-details-description table td,.current-search-details-description table th{word-wrap:break-word!important;max-width:100%!important;overflow-wrap:break-word!important;padding:.5rem;word-break:break-word!important}.current-search-details-description img{display:block;height:auto!important;max-width:100%!important}.current-search-details-description code,.current-search-details-description pre{word-wrap:break-word!important;max-width:100%!important;overflow-wrap:break-word!important;white-space:pre-wrap!important;word-break:break-word!important}.current-search-details-description a:hover{color:#0a3a5f}.current-search-details-description [style*="text-align: left"],.current-search-details-description [style*="text-align:left"]{text-align:left!important}.current-search-details-description [style*="text-align: center"],.current-search-details-description [style*="text-align:center"]{text-align:center!important}.current-search-details-description [style*="text-align: right"],.current-search-details-description [style*="text-align:right"]{text-align:right!important}.current-search-details-description [style*="text-align: justify"],.current-search-details-description [style*="text-align:justify"]{text-align:justify!important}@media (max-width:968px){.current-search-content{gap:1.5rem;grid-template-columns:300px 1fr}.current-search-details{padding:1.5rem}.current-search-details-title{font-size:1.3rem}.current-search-details-company{font-size:1.1rem}.current-search-details-buttons{gap:.75rem}.current-search-button{font-size:.95rem;padding:.625rem 1.25rem}}.current-search-collapsible-list{display:none;width:100%}.current-search-collapsible-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;overflow:hidden;position:relative;transition:all .3s ease;z-index:1}.current-search-collapsible-header{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;outline:none;padding:1rem;text-align:left;transition:background-color .2s ease;width:100%}.current-search-collapsible-header:hover{background-color:#f9f9f9}.current-search-collapsible-header:active,.current-search-collapsible-header:focus{background-color:#f9f9f9;outline:none}.current-search-collapsible-header-content{align-items:flex-start;display:flex;flex:1 1;gap:1rem}.current-search-collapsible-icon{align-items:center;background-color:#f5f5f5;border-radius:4px;display:flex;flex-shrink:0;height:50px;justify-content:center;overflow:hidden;width:50px}.current-search-collapsible-icon img{height:100%;object-fit:cover;width:100%}.current-search-collapsible-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.current-search-collapsible-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:500;line-height:1.3}.current-search-collapsible-school{color:#666;font-size:.85rem}.current-search-collapsible-school,.current-search-collapsible-time{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.3}.current-search-collapsible-time{color:#999;font-size:.75rem}.current-search-collapsible-arrow{flex-shrink:0;margin-left:1rem;transition:transform .3s ease}.current-search-collapsible-item.expanded .current-search-collapsible-arrow{transform:rotate(180deg)}.current-search-collapsible-content{word-wrap:break-word;box-sizing:border-box;max-height:0;max-width:100%;overflow:hidden;overflow-wrap:break-word;padding:0 1rem;transition:max-height .3s ease,padding .3s ease;width:100%;word-break:break-word}.current-search-collapsible-item.expanded .current-search-collapsible-content{max-height:5000px;padding:1.25rem}@media (max-width:640px){.current-search-details,.current-search-listings{display:none}.current-search-collapsible-list{display:block;width:100%}.current-search-content{gap:0;grid-template-columns:1fr}.current-search-details-header{align-items:flex-start;flex-direction:column;gap:1rem}.current-search-details-timestamp{text-align:left;white-space:normal}.current-search-details-title{font-size:1.2rem}.current-search-details-company{font-size:1rem}.current-search-details-buttons{flex-direction:column;gap:.75rem}.current-search-button{width:100%}.current-search-collapsible-content{width:100%}.current-search-collapsible-content,.current-search-collapsible-content .current-search-details-description{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.current-search-collapsible-content .current-search-details-description *{word-wrap:break-word!important;box-sizing:border-box!important;max-width:100%!important;overflow-wrap:break-word!important;word-break:break-word!important}.current-search-collapsible-content .current-search-details-description [style*=width]{max-width:100%!important;width:auto!important}.current-search-collapsible-content .current-search-details-description [style*="white-space: nowrap"],.current-search-collapsible-content .current-search-details-description [style*="white-space:nowrap"]{overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.current-search-collapsible-content .current-search-details-description table{word-wrap:break-word;border-collapse:collapse;max-width:100%!important;overflow-wrap:break-word;table-layout:auto!important;width:100%!important;word-break:break-word}.current-search-collapsible-content .current-search-details-description table td,.current-search-collapsible-content .current-search-details-description table th{word-wrap:break-word!important;max-width:100%!important;overflow-wrap:break-word!important;padding:.5rem;word-break:break-word!important}.current-search-collapsible-content .current-search-details-description img{display:block;height:auto!important;max-width:100%!important}.current-search-collapsible-item{overflow:hidden}.current-search-collapsible-header,.current-search-collapsible-item{box-sizing:border-box;max-width:100%;width:100%}.current-search-collapsible-header-content,.current-search-collapsible-info{box-sizing:border-box;max-width:100%;min-width:0;width:100%}.current-search-collapsible-info{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.current-search-collapsible-school,.current-search-collapsible-time,.current-search-collapsible-title{word-wrap:break-word;max-width:100%;overflow-wrap:break-word;word-break:break-word}.current-search-collapsible-content .current-search-details-company,.current-search-collapsible-content .current-search-details-title{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow-wrap:break-word;word-break:break-word}.current-search-collapsible-content .current-search-details-buttons{box-sizing:border-box;max-width:100%;width:100%}}.sitemap-page,.sitemap-page *{box-sizing:border-box}.sitemap-page{max-width:100vw;overflow-x:hidden;width:100%}.sitemap-hero{background-color:#0e4877;height:40vh;max-width:100vw;overflow:hidden}.sitemap-hero,.sitemap-hero-content{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.sitemap-hero-content{box-sizing:border-box;color:#fff;flex-direction:column;margin:0 auto;max-width:1600px;padding:2rem;text-align:center;z-index:2}.sitemap-breadcrumb{font-size:1.2rem;margin:0 0 .5rem}.sitemap-breadcrumb,.sitemap-title{color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-align:center}.sitemap-title{font-size:2.3rem;margin:0}.sitemap-body{align-items:center;background-color:#fff;display:flex;flex-direction:column;max-width:100vw;overflow-x:hidden;padding:4rem 0;width:100%}.sitemap-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(6,1fr);margin:0 auto;max-width:1600px;width:85vw}.sitemap-nav-column{display:flex;flex-direction:column;gap:1rem;text-align:left}.sitemap-nav-title{margin:0}.sitemap-nav-title,.sitemap-nav-title a{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600}.sitemap-nav-title a{text-decoration:none;transition:opacity .3s ease}.sitemap-nav-title a:hover{opacity:.7}.sitemap-nav-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.sitemap-nav-column:nth-child(4) .sitemap-nav-list{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:1.5rem}.sitemap-nav-column:nth-child(4) .sitemap-nav-list li{white-space:nowrap}.sitemap-nav-list li{margin:0}.sitemap-nav-list a{color:#000;display:block;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:opacity .3s ease}.sitemap-nav-list a:hover{opacity:.7}@media (max-width:1200px){.sitemap-container{grid-template-columns:repeat(4,1fr)}}@media (max-width:968px){.sitemap-hero{height:35vh}.sitemap-breadcrumb{font-size:1rem}.sitemap-title{font-size:1.8rem}.sitemap-body{padding:3rem 0}.sitemap-container{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sitemap-hero{height:30vh}.sitemap-breadcrumb{font-size:.9rem}.sitemap-title{font-size:1.5rem}.sitemap-body{padding:2rem 0}.sitemap-container{grid-template-columns:1fr;width:90vw}}.not-found-page{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.not-found-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:600px;padding:3rem 2rem;text-align:center}.not-found-title{color:#16416f;font-size:8rem;font-weight:700;line-height:1;margin:0}.not-found-subtitle{color:#333;font-size:2rem;font-weight:600;margin:1rem 0}.not-found-message{color:#666;font-size:1.1rem;line-height:1.6;margin:1.5rem 0 2.5rem}.not-found-button{background-color:#16416f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background-color .3s ease}.not-found-button:hover{background-color:#0d2d4a}.not-found-button:focus{outline:2px solid #16416f;outline-offset:2px}@media (max-width:768px){.not-found-title{font-size:5rem}.not-found-subtitle{font-size:1.5rem}.not-found-message{font-size:1rem}}.profile-desc p{font-size:1.2rem!important}@media (max-width:640px){.profile-picture-container{border-width:3px;bottom:-60px;height:120px;width:120px}.profile-content{padding-top:70px}.profile-name{font-size:1.3rem}.profile-title{font-size:.9rem}.profile-desc{width:90vw}.profile-desc p{font-size:1rem}.profile-picture-container{border-width:3px;bottom:-60px;height:120px;width:120px}.profile-content{padding-top:70px}.profile-name{font-size:1.3rem}.profile-title{font-size:.9rem}.profile-desc{width:90vw}.profile-desc p{font-size:.85rem}}.profile-page{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;width:100%}.profile-header{align-items:flex-end;background-color:#0e4877;display:flex;height:15vh;justify-content:center;position:relative;width:100%}.profile-picture-container{align-items:center;background-color:#fff;border:4px solid gold;border-radius:50%;bottom:-100px;display:flex;height:200px;justify-content:center;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);width:200px;z-index:10}.profile-picture{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-content{align-items:center;background-color:#fff;display:flex;flex:1 1;flex-direction:column;padding-bottom:4rem;padding-top:120px;text-align:center}.profile-name{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:400;margin:0 0 1rem}.profile-title-container{align-items:center;display:flex;gap:.5rem;justify-content:center}.profile-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;margin:0}.profile-linkedin-icon{height:24px;width:24px}.profile-desc{margin-top:3rem;max-width:1200px;text-align:left;width:85vw}.profile-desc p{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem}.profile-desc p:last-child{margin-bottom:0}@media (max-width:968px){.profile-picture-container{bottom:-75px;height:150px;width:150px}.profile-content{padding-top:90px}.profile-name{font-size:1.5rem}.profile-title{font-size:1rem}.profile-desc{width:85vw}.profile-desc p{font-size:1.1rem}}@media (max-width:640px){.profile-picture-container{border-width:3px;bottom:-60px;height:120px;width:120px}.profile-content{padding-top:70px}.profile-name{font-size:1.3rem}.profile-title{font-size:.9rem}.profile-desc{width:90vw}.profile-desc p{font-size:.85rem!important}}.login-page{align-items:flex-start;background-color:#f5f5f5;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:calc(90px + 4vh) 2rem 2rem;width:100%}.login-container{margin-top:0;max-width:400px;width:100%}.login-form{background-color:#fff;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;padding:2.5rem}.login-title{color:#0e4877;font-size:1.8rem;font-weight:600;margin:0 0 .5rem}.login-description,.login-title{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:left}.login-description{color:#666;font-size:.95rem;font-weight:400;margin:0 0 2rem}.login-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.login-label{font-weight:700;margin-bottom:.5rem;text-align:left}.login-input,.login-label{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem}.login-input{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;font-weight:400;padding:.75rem;transition:border-color .2s,background-color .2s;width:100%}.login-input::placeholder{color:#999}.login-input:focus{background-color:#fff;border-color:#0e4877;outline:none}.login-checkbox-label{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;gap:.5rem}.login-checkbox{accent-color:#0e4877;cursor:pointer;height:18px;width:18px}.login-submit-button{background-color:#0e4877;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem 2rem;transition:background-color .2s;width:100%}.login-submit-button:hover{background-color:#0a3a5f}.login-submit-button:active{background-color:#082d4a}.login-submit-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.login-submit-button:disabled:hover{background-color:#ccc}.login-error{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:4px;color:#d32f2f;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:400;margin-bottom:1rem;padding:.75rem;text-align:center}@media (max-width:640px){.login-page{padding:1rem}.login-form{padding:2rem 1.5rem}.login-title{font-size:1.5rem}}.job-upload-page{background-color:#f5f5f5;box-sizing:border-box;min-height:100vh;padding:2rem;width:100%}.job-upload-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;margin:0 auto;max-width:none;padding:2.5rem;width:90vw}.job-upload-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 2rem;text-align:left}.job-upload-form{display:flex;flex-direction:column;gap:1.5rem}.job-upload-form-columns{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.job-upload-column{gap:1.5rem}.job-upload-column,.job-upload-column-right{display:flex;flex-direction:column}.job-upload-column-right .job-upload-field:last-child{display:flex;flex:1 1;flex-direction:column}.job-upload-column-right .job-upload-field:last-child .wysiwyg-editor{flex:1 1}.job-upload-field-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.job-upload-field-half{flex:1 1}.job-upload-field{display:flex;flex-direction:column;gap:.5rem}.job-upload-label{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.5rem;text-align:left}.file-format-note{color:#666;font-size:.9rem;font-weight:400}.required{color:#d32f2f;margin-left:.25rem}.char-count{color:#666;font-weight:400;margin-left:.5rem}.job-upload-input{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;padding:.75rem;transition:border-color .2s,background-color .2s;width:100%}.job-upload-input:focus{background-color:#fff;border-color:#0e4877;outline:none}.job-upload-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;color:#000;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;padding:.75rem 2.5rem .75rem .75rem;transition:border-color .2s;width:100%}.job-upload-select:focus{border-color:#0e4877;outline:none}.job-upload-select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.7}.job-upload-textarea{background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;padding:.75rem;resize:vertical;transition:border-color .2s,background-color .2s;width:100%}.job-upload-textarea:focus{background-color:#fff;border-color:#0e4877;outline:none}.job-upload-file-input{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;box-sizing:border-box;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;padding:.5rem;width:100%}.job-upload-file-input:focus{background-color:#fff;border-color:#0e4877;outline:none}.job-upload-file-input::-webkit-file-upload-button{background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-right:1rem;padding:.5rem 1rem;-webkit-transition:background-color .2s;transition:background-color .2s}.job-upload-file-input::file-selector-button{background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;margin-right:1rem;padding:.5rem 1rem;transition:background-color .2s}.job-upload-file-input::-webkit-file-upload-button:hover{background-color:#e0e0e0}.job-upload-file-input::file-selector-button:hover{background-color:#e0e0e0}.file-preview{align-items:center;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;display:flex;gap:1rem;margin-top:.5rem;padding:.75rem}.file-preview-image{border-radius:4px;height:60px;object-fit:cover;width:60px}.file-name{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem}.wysiwyg-toolbar{background-color:#f5f5f5;border:1px solid #d0d0d0;border-bottom:none;border-radius:4px 4px 0 0;flex-wrap:wrap;gap:.25rem;padding:.5rem}.toolbar-btn,.wysiwyg-toolbar{align-items:center;display:flex}.toolbar-btn{background-color:#fff;border:1px solid #d0d0d0;border-radius:3px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;height:32px;justify-content:center;min-width:32px;padding:.4rem .6rem;transition:background-color .2s,border-color .2s}.toolbar-btn:hover{background-color:#f0f0f0;border-color:#0e4877}.toolbar-btn:active{background-color:#e0e0e0}.toolbar-btn-color{position:relative}.toolbar-btn-color .color-icon{text-decoration:underline;-webkit-text-decoration-color:red;text-decoration-color:red;text-underline-offset:2px}.toolbar-btn-highlight .highlight-icon{background:linear-gradient(#0000 60%,#ff0 0);padding:0 2px}.toolbar-color-picker-wrapper{display:inline-block;position:relative}.color-picker-popup{background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;box-shadow:0 2px 8px #00000026;left:0;margin-top:.25rem;padding:.5rem;position:absolute;top:100%;z-index:1000}.color-palette-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(10,1fr);width:200px}.color-palette-item{border:1px solid #d0d0d0;border-radius:2px;cursor:pointer;height:18px;margin:0;padding:0;transition:transform .1s,box-shadow .1s;width:18px}.color-palette-item:hover{box-shadow:0 0 0 1px #0003;position:relative;transform:scale(1.2);z-index:1}.color-palette-item:active{transform:scale(1.1)}.toolbar-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23333' d='M4 6 1 3h6z'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border:1px solid #d0d0d0;border-radius:3px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;height:32px;min-width:80px;padding:.4rem 1.5rem .4rem .6rem}.toolbar-select:hover{border-color:#0e4877}.toolbar-select:focus{border-color:#0e4877;outline:none}.toolbar-btn-align-center,.toolbar-btn-align-justify,.toolbar-btn-align-left,.toolbar-btn-align-right{min-width:36px;padding:.5rem;position:relative}.toolbar-btn-align-center .align-icon-center,.toolbar-btn-align-justify .align-icon-justify,.toolbar-btn-align-left .align-icon-left,.toolbar-btn-align-right .align-icon-right{display:block;height:14px;position:relative;width:20px}.toolbar-btn-align-left{background-image:linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333);background-position:calc(50% - 3px) calc(50% - 7px),50% calc(50% - 4px),calc(50% - 4px) calc(50% - 1px),50% calc(50% + 2px),calc(50% - 3px) calc(50% + 5px);background-repeat:no-repeat;background-size:10px 2px,16px 2px,8px 2px,16px 2px,10px 2px}.toolbar-btn-align-left .align-icon-left{display:none}.toolbar-btn-align-center{background-image:linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333);background-position:center calc(50% - 7px),center calc(50% - 4px),center calc(50% - 1px),center calc(50% + 2px),center calc(50% + 5px);background-repeat:no-repeat;background-size:10px 2px,16px 2px,8px 2px,16px 2px,10px 2px}.toolbar-btn-align-center .align-icon-center{display:none}.toolbar-btn-align-right{background-image:linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333);background-position:calc(50% + 3px) calc(50% - 7px),50% calc(50% - 4px),calc(50% + 4px) calc(50% - 1px),50% calc(50% + 2px),calc(50% + 3px) calc(50% + 5px);background-repeat:no-repeat;background-size:10px 2px,16px 2px,8px 2px,16px 2px,10px 2px}.toolbar-btn-align-right .align-icon-right{display:none}.toolbar-btn-align-justify{background-image:linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333),linear-gradient(#333,#333);background-position:center calc(50% - 7px),center calc(50% - 4px),center calc(50% - 1px),center calc(50% + 2px),center calc(50% + 5px);background-repeat:no-repeat;background-size:18px 2px,18px 2px,18px 2px,18px 2px,18px 2px}.toolbar-btn-align-justify .align-icon-justify{display:none}.wysiwyg-editor{background-color:#fff;border:1px solid #d0d0d0;border-radius:0 0 4px 4px;box-sizing:border-box;flex:1 1;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;min-height:400px;outline:none;overflow-y:auto;padding:1rem;text-align:left;width:100%}.wysiwyg-editor:focus{border-color:#0e4877;box-shadow:0 0 0 2px #0e48771a}.wysiwyg-editor:empty:before{color:#999;content:attr(data-placeholder);pointer-events:none}.wysiwyg-editor h1,.wysiwyg-editor h2,.wysiwyg-editor h3,.wysiwyg-editor h4,.wysiwyg-editor h5,.wysiwyg-editor h6{font-weight:600;margin:1rem 0 .5rem}.wysiwyg-editor p{line-height:1.6;margin:.5rem 0;text-align:left}.wysiwyg-editor ol,.wysiwyg-editor ul{margin:.5rem 0;padding-left:2rem}.wysiwyg-editor a{color:#0e4877;text-decoration:underline}.char-count-error{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:4px;color:#d32f2f;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;margin-top:.5rem;padding:.5rem}.job-upload-submit-container{border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.job-upload-submit-button{background-color:#0e4877;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:background-color .2s}.job-upload-submit-button:hover{background-color:#0a3a5f}.job-upload-submit-button:active{background-color:#082d4a}.confirmation-overlay{align-items:center;background-color:#00000080;bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.confirmation-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;box-sizing:border-box;max-width:500px;padding:2.5rem;width:100%}.confirmation-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.confirmation-message,.confirmation-title{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:center}.confirmation-message{font-size:1rem;font-weight:400;line-height:1.6;margin:0 0 2rem}.confirmation-buttons{display:flex;gap:1rem;justify-content:center}.confirmation-btn{border:none;border-radius:4px;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600;min-width:120px;padding:.75rem 2rem;transition:background-color .2s,border-color .2s}.confirmation-btn:disabled{cursor:not-allowed;opacity:.6}.confirmation-btn-primary{background-color:#0e4877;color:#fff}.confirmation-btn-primary:hover:not(:disabled){background-color:#0a3a5f}.confirmation-btn-secondary{background-color:#fff;border:2px solid #0e4877;color:#0e4877}.confirmation-btn-secondary:hover:not(:disabled){background-color:#f0f7ff}@media (max-width:968px){.job-upload-form-columns{gap:1.5rem;grid-template-columns:1fr}.job-upload-field-row{gap:1rem;grid-template-columns:1fr}}@media (max-width:640px){.job-upload-page{padding:1rem}.job-upload-container{padding:1.5rem}.job-upload-title{font-size:1.5rem}.confirmation-modal{padding:1.5rem}.confirmation-buttons{flex-direction:column}.confirmation-btn{width:100%}.wysiwyg-toolbar{gap:.2rem}.toolbar-btn{font-size:.8rem;height:28px;min-width:28px;padding:.3rem .4rem}}.directory-search-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.directory-download-csv-button{background-color:#0e4877;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s ease,opacity .2s ease}.directory-download-csv-button:hover:not(:disabled){background-color:#16416f}.directory-download-csv-button:disabled{background-color:#d0d0d0;color:#666;cursor:not-allowed;opacity:.6}.directory-search-controls,.directory-search-date-filters{align-items:flex-end;display:flex;gap:2rem;margin-bottom:2rem}.directory-search-date-input{background-color:#fff;border:1px solid #d0d0d0;border-radius:8px;color:#000;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.directory-search-date-input:focus{border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.directory-search-field{display:flex;flex:1 1;flex-direction:column}.directory-search-field .job-upload-label{margin-bottom:.75rem}.directory-search-select{background-color:#fff;border:1px solid #d0d0d0;border-radius:8px;color:#000;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.directory-search-select:focus{border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.directory-search-input{background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:8px;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s,background-color .2s;width:100%}.directory-search-input:focus{background-color:#fff;border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.directory-search-input:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.6}.directory-search-error,.directory-search-loading{color:#666;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;padding:2rem;text-align:center}.directory-search-error{color:#dc3545}.directory-search-table-container{margin-top:2rem;width:100%}.directory-search-table{background-color:#fff;border:1px solid #d0d0d0;border-radius:8px;overflow:hidden;width:100%}.directory-table-header{background-color:#16416f;color:#fff;display:grid;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500}.directory-table-4-cols .directory-table-header,.directory-table-4-cols .directory-table-row{grid-template-columns:120px 1fr 2fr 100px}.directory-table-2-cols .directory-table-header,.directory-table-2-cols .directory-table-row{grid-template-columns:200px 1fr}.directory-table-4-cols-subscriber .directory-table-header,.directory-table-4-cols-subscriber .directory-table-row{grid-template-columns:1fr 1fr 2fr 1.5fr}.directory-table-row{border-top:1px solid #e0e0e0;display:grid;transition:background-color .2s ease}.directory-table-row:hover{background-color:#f5f5f5}.directory-table-cell{word-wrap:break-word;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;overflow-wrap:break-word;padding:1rem}.directory-table-header .directory-table-cell{color:#fff;font-weight:500}.directory-table-empty{color:#666;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;grid-column:1/-1;padding:2rem;text-align:center}@media (max-width:968px){.directory-search-controls{flex-direction:column;gap:1rem}.directory-table-header,.directory-table-row{grid-template-columns:1fr}.directory-table-cell{border-bottom:1px solid #e0e0e0;padding:.75rem 1rem}.directory-table-header .directory-table-cell{background-color:#16416f;color:#fff;font-weight:600}.directory-table-row:last-child .directory-table-cell:last-child{border-bottom:none}}.list-of-placements-page{background-color:#fff;min-height:calc(100vh - 200px);width:100%}.list-placements-banner{background-color:#16416f;flex-direction:column;height:40vh;padding:3.5rem 2rem;text-align:center}.list-placements-banner,.list-placements-breadcrumb{align-items:center;color:#fff;display:flex;justify-content:center}.list-placements-breadcrumb{flex-wrap:wrap;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;gap:.5rem;margin:0 0 1.5rem}.list-placements-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s ease}.list-placements-breadcrumb a:hover{opacity:.8;text-decoration:underline}.list-placements-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:400;margin:0;text-align:center}.list-placements-content{background-color:#fff;margin:0 auto;max-width:90vw;padding:2rem;position:relative;width:100%}.list-placements-search-container{display:flex;justify-content:flex-end;margin-bottom:2rem}.list-placements-search-bar{align-items:center;background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;max-width:300px;position:relative;transition:border-color .2s,box-shadow .2s;width:100%}.list-placements-search-bar:focus-within{border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.list-placements-search-input{background:#0000;border:none;box-sizing:border-box;color:#000;flex:1 1;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:.75rem 1rem;width:100%}.list-placements-search-input::placeholder{color:#999}.list-placements-search-icon-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.75rem 1rem;transition:opacity .2s}.list-placements-search-icon-button:hover{opacity:.7}.list-placements-search-icon-button svg{height:20px;width:20px}.list-placements-empty,.list-placements-loading{color:#666;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;padding:3rem;text-align:center}.list-placements-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.placement-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;gap:2rem;padding:2rem;transition:box-shadow .2s ease}.placement-card:hover{box-shadow:0 4px 8px #0000001a}.placement-card-image{border-radius:.5vw;flex-shrink:0;height:25vh;overflow:hidden;width:12vw}.placement-card-image img{height:100%;object-fit:cover;width:100%}.placement-card-content{display:flex;flex:1 1;flex-direction:column;text-align:left}.placement-card-date{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:0 0 .75rem;text-align:left}.placement-card-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;margin:0 0 1rem;text-align:left}.placement-title-link{color:#0e4877;text-decoration:none;transition:color .2s ease}.placement-title-link:hover{color:#0a5fa0;text-decoration:underline}.placement-title-link:visited{color:#0e4877}.placement-card-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 1.5rem;overflow:hidden;text-align:left;text-overflow:ellipsis}.placement-card-source{align-items:center;display:flex;gap:.75rem;margin-top:auto}.placement-source-icon{flex-shrink:0}.placement-source-text{font-size:1rem;text-align:left}.list-placements-pagination{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem}.pagination-info{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400}.pagination-controls{align-items:center;background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;display:flex;gap:0;padding:.25rem}.pagination-button{background:#0000;border:none;color:#0e4877;cursor:pointer;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;min-width:40px;padding:.5rem .75rem;position:relative;text-align:center;transition:all .2s ease}.pagination-button:not(:last-child):after{background-color:#d0d0d0;content:"";height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.pagination-button:hover:not(.active):not(:disabled){background-color:#f5f5f5;color:#0a3a5f}.pagination-button.active{background-color:#e8e8e8;border-radius:4px;color:#000;font-weight:700}.pagination-button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:968px){.list-placements-banner{height:20vh;padding:1.5rem 1rem}.list-placements-breadcrumb{font-size:1rem;margin:0 0 1rem}.list-placements-title{font-size:2rem;margin-top:1vh}.list-placements-content{padding:1.5rem 1rem}.list-placements-search-container{justify-content:center}.list-placements-search-bar{max-width:100%}.placement-card{flex-direction:column;gap:1.5rem}.placement-card-image{height:220px;width:100%}.list-placements-pagination{align-items:center;flex-direction:column;gap:1.5rem}.pagination-controls{flex-wrap:wrap;justify-content:center}}@media (max-width:640px){.list-placements-banner{height:20vh;margin-bottom:3vh;padding:1rem}.list-placements-breadcrumb{font-size:.9rem;margin:0 0 .75rem}.list-placements-title{font-size:1.5rem}.list-placements-content{margin-bottom:3vh;padding:1rem}.placement-card{padding:1.5rem}.placement-card-image{height:200px}.placement-card-title{font-size:1rem}.placement-card-date,.placement-card-description{font-size:.9rem}.list-placements-pagination{margin-top:2rem;padding-top:1.5rem}.pagination-info{font-size:.9rem;text-align:center}.pagination-button{font-size:.9rem;min-width:35px;padding:.4rem .6rem}}.placement-news-page{min-height:calc(100vh - 200px);padding-top:0;width:100%}.placement-news-breadcrumb{align-items:center;background-color:#16416f;color:#fff;display:flex;flex-wrap:wrap;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;gap:.5rem;justify-content:center;min-height:60px;padding:calc(2rem + 5vh) 2rem;text-align:center}.placement-news-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s ease}.placement-news-breadcrumb a:hover{opacity:.8;text-decoration:underline}.breadcrumb-current{font-weight:500}.breadcrumb-ellipsis-mobile{color:#fff;display:none}.placement-news-content{margin:0 auto;max-width:90vw;padding:3rem 2rem}.placement-news-layout{align-items:flex-start;display:flex;gap:2rem}.placement-news-error,.placement-news-loading{color:#666;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;padding:3rem;text-align:center}.placement-news-image{flex-shrink:0}.placement-news-image,.placement-news-image img{height:27.78vh;max-height:300px;max-width:252px;width:13.125vw}.placement-news-image img{border-radius:4px;display:block;object-fit:cover}.placement-news-text{flex:1 1;min-width:0}.placement-news-date{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:0 0 1rem;text-align:left}.placement-news-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;margin:0 0 1.5rem;text-align:left}.placement-news-source{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem;text-align:left}.placement-news-source,.placement-source-label{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400}.placement-source-label{color:#000}.placement-source-icon{border-radius:50%;height:40px;object-fit:contain;width:40px}.placement-source-text{color:#000}.placement-news-body,.placement-source-text{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400}.placement-news-body{color:#333;line-height:1.8;text-align:left}.placement-news-body p{margin:1rem 0}.placement-news-body h1,.placement-news-body h2,.placement-news-body h3,.placement-news-body h4,.placement-news-body h5,.placement-news-body h6{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;margin:2rem 0 1rem}.placement-news-body h1{font-size:2rem}.placement-news-body h2{font-size:1.75rem}.placement-news-body h3{font-size:1.5rem}.placement-news-body img{border-radius:.5vw;height:auto;margin:1.5rem 0;max-width:100%}.placement-news-body a{color:#16416f;text-decoration:underline;transition:color .2s ease}.placement-news-body a:hover{color:#0a3a5f}.placement-news-body ol,.placement-news-body ul{margin:1rem 0;padding-left:2rem}.placement-news-body li{margin:.5rem 0}@media (max-width:968px){.placement-news-breadcrumb{flex-wrap:nowrap;font-size:1rem;gap:.2rem;height:20vh;margin:0 0 1rem;overflow:hidden}.breadcrumb-separator{margin:0 .1rem}.breadcrumb-news-insights{display:none}.breadcrumb-ellipsis-mobile{display:inline}.breadcrumb-current{flex:0 1 20%;max-width:20%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.placement-news-content{padding:2rem 1rem}.placement-news-layout{display:flex;flex-direction:column;gap:2rem}.placement-news-title{margin-top:1vh}.placement-news-image{align-items:center;background-color:initial;border-radius:8vw!important;display:flex!important;justify-content:center;margin-bottom:0;max-height:none!important;max-width:100%!important;min-height:50vh;order:1;overflow:hidden!important;width:100%!important}.placement-news-image img{border-radius:8vw!important;display:block!important;height:100%!important;max-height:100%!important;max-width:none!important;object-fit:contain!important;width:auto!important}.placement-news-text{order:2;width:100%}.placement-news-title{font-size:1.2rem}.placement-news-date{font-size:1.1rem}.placement-news-body,.placement-news-source,.placement-source-label,.placement-source-text{font-size:1rem}}@media (max-width:640px){.placement-news-breadcrumb{flex-wrap:nowrap;font-size:.9rem;gap:.2rem;margin:0 0 .75rem;overflow:hidden;padding:1rem}.breadcrumb-separator{margin:0 .1rem}.breadcrumb-news-insights{display:none}.breadcrumb-ellipsis-mobile{display:inline}.breadcrumb-current{flex:0 1 20%;max-width:20%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.monthly-news-page{background-color:#fff;min-height:calc(100vh - 200px);width:100%}.monthly-news-banner{background-color:#16416f;flex-direction:column;height:40vh;padding:3.5rem 2rem;text-align:center}.monthly-news-banner,.monthly-news-breadcrumb{align-items:center;color:#fff;display:flex;justify-content:center}.monthly-news-breadcrumb{flex-wrap:wrap;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;gap:.5rem;margin:0 0 1.5rem}.monthly-news-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s ease}.monthly-news-breadcrumb a:hover{opacity:.8;text-decoration:underline}.monthly-news-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:400;margin:0;text-align:center}.monthly-news-content{background-color:#fff;margin:0 auto;max-width:90vw;padding:2rem;position:relative;width:100%}.monthly-news-search-container{display:flex;justify-content:flex-end;margin-bottom:1rem}.monthly-news-search-bar{align-items:center;background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;max-width:300px;position:relative;transition:border-color .2s,box-shadow .2s;width:100%}.monthly-news-search-bar:focus-within{border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.monthly-news-search-input{background:#0000;border:none;box-sizing:border-box;color:#000;flex:1 1;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:.75rem 1rem;width:100%}.monthly-news-search-input::placeholder{color:#999}.monthly-news-search-icon-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.75rem 1rem;transition:opacity .2s}.monthly-news-search-icon-button:hover{opacity:.7}.monthly-news-search-icon-button svg{height:20px;width:20px}.monthly-news-subscribe-section{margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:2rem 0;text-align:center;width:75vw}.monthly-news-subscribe-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:500;margin:0 0 1rem;text-align:center}.monthly-news-subscribe-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin:0 0 2rem;text-align:center}.monthly-news-subscribe-form{width:100%}.monthly-news-form-row{align-items:flex-end;display:flex;gap:1.5rem;justify-content:center}.monthly-news-form-field{display:flex;flex:1 1;flex-direction:column;text-align:left}.monthly-news-form-label{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;margin-bottom:.5rem}.monthly-news-form-label .required{color:#dc3545}.monthly-news-form-input{background-color:#f5f5f5;border:1px solid #d0d0d0;border-radius:8px;box-sizing:border-box;color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.monthly-news-form-input:focus{background-color:#fff;border-color:#0e4877;box-shadow:0 2px 8px #0e487726}.monthly-news-form-submit-container{align-items:flex-end;display:flex;height:100%;padding-bottom:0}.monthly-news-submit-button{background-color:#16416f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;height:-webkit-fit-content;height:fit-content;padding:.75rem 2rem;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.monthly-news-submit-button:hover:not(:disabled){background-color:#0e4877;box-shadow:0 4px 8px #0e487733;transform:translateY(-2px)}.monthly-news-submit-button:disabled{cursor:not-allowed;opacity:.6}.monthly-news-empty,.monthly-news-loading{color:#666;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;padding:3rem;text-align:center}.monthly-news-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.monthly-news-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 0 16px #00000026,0 0 8px #0000001f,0 0 0 1px #0000000d;display:flex;flex-direction:column;padding:2rem;transition:box-shadow .2s ease}.monthly-news-card:hover{box-shadow:0 0 20px #0003,0 0 12px #00000026,0 0 0 1px #00000014}.monthly-news-card-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4;margin:0 0 1rem;text-align:left}.monthly-news-card-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;flex:1 1;font-weight:400;line-height:1.6;margin:0 0 1.5rem;overflow:hidden;text-overflow:ellipsis}.monthly-news-card-description,.monthly-news-card-read-more{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;text-align:left}.monthly-news-card-read-more{align-self:flex-start;color:#0e4877;font-weight:700;text-decoration:underline;transition:color .2s ease}.monthly-news-card-read-more:hover{color:#0a5fa0}@media (max-width:968px){.monthly-news-banner{padding:1.5rem 1rem}.monthly-news-breadcrumb{font-size:1rem;margin:0 0 1rem}.monthly-news-title{font-size:2rem}.monthly-news-content{padding:1.5rem 1rem}.monthly-news-search-container{justify-content:center;margin-bottom:2rem}.monthly-news-search-bar{max-width:100%}.monthly-news-subscribe-section{width:90vw}.monthly-news-subscribe-title{font-size:2rem}.monthly-news-form-row{align-items:stretch;flex-direction:column;gap:1rem}.monthly-news-form-submit-container{align-items:flex-start;justify-content:center}.monthly-news-list{gap:1.5rem;grid-template-columns:1fr}.monthly-news-card{padding:1.5rem}}@media (max-width:640px){.monthly-news-banner{height:20vh;margin-bottom:3vh;padding:1rem}.monthly-news-breadcrumb{font-size:.9rem;margin:0 0 .75rem}.monthly-news-title{font-size:1.5rem}.monthly-news-content{max-width:100%;padding:1rem}.monthly-news-subscribe-section{margin-left:0;margin-right:0;padding:2rem .5rem;width:100%}.monthly-news-subscribe-title{font-size:1.5rem;margin-top:-4vh;text-align:center}.monthly-news-subscribe-description{font-size:1rem;text-align:center}.monthly-news-form-row{padding:0;width:100%}.monthly-news-form-field{width:100%}.monthly-news-submit-button{margin-top:3vh;width:100%}.monthly-news-list{gap:1.5rem;grid-template-columns:1fr;margin-bottom:3vh}.monthly-news-card{padding:1.25rem}.monthly-news-card-title{font-size:1.1rem}.monthly-news-card-description,.monthly-news-card-read-more{font-size:1rem}}.success-stories-list-page{background-color:#fff;min-height:calc(100vh - 200px);width:100%}.success-stories-list-banner{background-color:#16416f;flex-direction:column;height:40vh;padding:3.5rem 2rem;text-align:center}.success-stories-list-banner,.success-stories-list-breadcrumb{align-items:center;color:#fff;display:flex;justify-content:center}.success-stories-list-breadcrumb{flex-wrap:wrap;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;gap:.5rem;margin:0 0 1.5rem}.success-stories-list-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s ease}.success-stories-list-breadcrumb a:hover{opacity:.8;text-decoration:underline}.breadcrumb-current{color:#fff;font-weight:400}.success-stories-list-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:400;margin:0;text-align:center}.success-stories-list-content{background-color:#fff;margin:0 auto;max-width:90vw;padding:3rem 2rem;width:100%}.success-stories-list-tagline{margin-bottom:3rem;text-align:center}.success-stories-list-tagline p{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:0}.list-of-success-stories-stories{margin-bottom:2rem;width:100%}.list-of-success-stories-stories .success-stories-container{align-items:flex-start;display:flex;gap:3rem;width:100%}.list-of-success-stories-stories .success-story-card{background-color:initial;display:flex;flex:1 1;flex-direction:column;gap:0}.list-of-success-stories-stories .success-story-image-container{border-radius:8px;min-width:0;overflow:hidden;width:100%}.list-of-success-stories-stories .success-story-image{border-radius:8px;display:block;height:auto;object-fit:cover;width:100%}.list-of-success-stories-stories .success-story-content{display:flex;flex-direction:column;padding:1.5rem 0 0;text-align:left}.list-of-success-stories-stories .success-story-title{color:#0e4877;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:500;margin:0 0 1.5rem}.list-of-success-stories-stories .success-story-description{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 2rem}.list-of-success-stories-stories .success-story-button{align-self:flex-start;background-color:initial;border:2px solid #0e4877;border-radius:.5vw;color:#0e4877;cursor:pointer;display:inline-block;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:700;padding:.875rem 1.5rem;text-align:left;text-decoration:none;transition:all .3s ease}.list-of-success-stories-stories .success-story-button:hover{background-color:#0e4877;box-shadow:0 4px 8px #0e487733;color:#fff;transform:translateY(-2px)}@media (max-width:968px){.success-stories-list-banner{padding:2rem 1.5rem}.success-stories-list-breadcrumb{font-size:1rem;margin:0 0 1rem}.success-stories-list-title{font-size:2rem}.success-stories-list-content{padding:2rem 1.5rem}.success-stories-list-tagline{margin-bottom:3rem}.success-stories-list-tagline p{font-size:1.1rem}.list-of-success-stories-stories .success-stories-container{flex-direction:column;gap:3rem}.list-of-success-stories-stories .success-story-card{width:100%}}@media (max-width:640px){.success-stories-list-banner{height:20vh;margin-bottom:3vh;padding:1.5rem 1rem}.success-stories-list-breadcrumb{font-size:.9rem;margin:0 0 .75rem}.success-stories-list-title{font-size:1.5rem}.success-stories-list-content{padding:1.5rem 1rem}.success-stories-list-tagline{margin-bottom:2rem}.success-stories-list-tagline p{font-size:1rem}.list-of-success-stories-stories .success-stories-container{gap:2rem}.success-story-title{font-size:1.1rem!important}.success-story-button,.success-story-description{font-size:.85rem!important}}.empowering-lead-page{background-color:#fff;margin-top:0;min-height:calc(100vh - 200px);padding-top:0;width:100%}.empowering-lead-hero-banner{align-items:center;display:flex;height:40vh;justify-content:center;margin-top:0;overflow:hidden;padding-top:0;position:relative;width:100%}.empowering-lead-hero-background{background-size:150%}.empowering-lead-hero-background,.empowering-lead-hero-background-mobile{background-position:50%;background-repeat:no-repeat;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.empowering-lead-hero-background-mobile{background-size:cover;display:none}.empowering-lead-hero-content{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:3.5rem 2rem;position:relative;text-align:center;width:100%;z-index:3}.empowering-lead-breadcrumb{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;gap:.5rem;justify-content:center;margin:0 0 1.5rem}.empowering-lead-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s ease}.empowering-lead-breadcrumb a:hover{opacity:.8;text-decoration:underline}.breadcrumb-separator{color:#fff;margin:0 .25rem}.empowering-lead-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:400;line-height:1.3;margin:0;text-align:center;text-shadow:0 2px 4px #0000004d}.empowering-lead-content{background-color:#fff;margin:0 auto;max-width:90vw;padding:4rem 2rem;text-align:left;width:100%}.empowering-lead-section{margin-bottom:3rem;text-align:left}.empowering-lead-section:last-child{margin-bottom:0}.empowering-lead-section-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:0 0 .25rem;text-align:left}.empowering-lead-section-text{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:0 0 .25rem;text-align:left}.empowering-lead-section-text:last-child{margin-bottom:0}.empowering-lead-section-text strong{color:#000;font-weight:600}.empowering-lead-list{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:.25rem 0;padding-left:1.5rem;text-align:left}.empowering-lead-list li{margin-bottom:1rem}.empowering-lead-list li:last-child{margin-bottom:0}.empowering-lead-list strong{color:#000;font-weight:600}@media (max-width:968px){.empowering-lead-hero-background{display:none}.empowering-lead-hero-background-mobile{display:block}.empowering-lead-hero-banner{min-height:350px}.empowering-lead-hero-content{padding:2.5rem 1.5rem}.empowering-lead-breadcrumb{font-size:1rem;margin:0 0 1rem}.empowering-lead-title{font-size:2rem}.empowering-lead-content{padding:3rem 1.5rem}.empowering-lead-section{margin-bottom:2.5rem}.empowering-lead-list,.empowering-lead-section-text,.empowering-lead-section-title{font-size:1rem}}@media (max-width:640px){.empowering-lead-hero-banner{min-height:300px}.empowering-lead-hero-content{padding:2rem 1rem}.empowering-lead-breadcrumb{font-size:.9rem;margin:0 0 .75rem}.empowering-lead-title{font-size:1.2rem}.empowering-lead-content{padding:2rem 1rem}.empowering-lead-section{margin-bottom:2rem}.empowering-lead-section-text,.empowering-lead-section-title{font-size:.85rem}.empowering-lead-list{font-size:.85rem;padding-left:1.25rem}}.looking-ahead{align-items:center;background-color:#0e4877;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem;position:relative;text-align:center;width:100%}.looking-ahead-title{font-size:2.3rem;margin:0 0 1.5rem}.looking-ahead-description,.looking-ahead-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-align:center}.looking-ahead-description{font-size:1.1rem;line-height:1.6;margin:0;max-width:1200px}.looking-ahead-description strong{font-weight:600}@media (max-width:968px){.looking-ahead{padding:3rem 1.5rem}.looking-ahead-title{font-size:1.2rem}.looking-ahead-description{font-size:.9rem}}@media (max-width:640px){.looking-ahead{padding:2rem 1rem}.looking-ahead-title{font-size:1.2rem;margin-bottom:1rem}.looking-ahead-description{font-size:1rem}}.regional-internship-page{background-color:#fff;margin-top:0;min-height:calc(100vh - 200px);padding-top:0;width:100%}.regional-internship-hero-banner{align-items:center;display:flex;height:40vh;justify-content:center;margin-top:0;overflow:hidden;padding-top:0;position:relative;width:100%}.regional-internship-hero-background{background-size:150%}.regional-internship-hero-background,.regional-internship-hero-background-mobile{background-position:50%;background-repeat:no-repeat;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.regional-internship-hero-background-mobile{background-size:cover;display:none}.regional-internship-hero-content{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:1200px;padding:3.5rem 2rem;position:relative;text-align:center;width:100%;z-index:3}.regional-internship-breadcrumb{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:400;gap:.5rem;justify-content:center;margin:0 0 1.5rem}.regional-internship-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s ease}.regional-internship-breadcrumb a:hover{opacity:.8;text-decoration:underline}.regional-internship-breadcrumb .breadcrumb-separator{color:#fff;margin:0 .25rem}.regional-internship-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.3rem;font-weight:400;line-height:1.3;margin:0;text-align:center;text-shadow:0 2px 4px #0000004d}@media (max-width:968px){.regional-internship-hero-background{display:none}.regional-internship-hero-background-mobile{display:block}.regional-internship-hero-banner{min-height:350px}.regional-internship-hero-content{padding:2.5rem 1.5rem}.regional-internship-breadcrumb{font-size:1rem;margin:0 0 1rem}.regional-internship-title{font-size:2rem}}@media (max-width:640px){.regional-internship-hero-banner{min-height:300px}.regional-internship-hero-content{padding:2rem 1rem}.regional-internship-breadcrumb{font-size:.9rem;margin:0 0 .75rem}.regional-internship-title{font-size:1.2rem}}.regional-internship-content{background-color:#fff;margin:0 auto;max-width:90vw;padding:4rem 2rem;text-align:left;width:100%}.regional-internship-section{margin-bottom:3rem;text-align:left}.regional-internship-section:last-child{margin-bottom:0}.regional-internship-section-title{color:#000;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:0 0 .25rem;text-align:left}.regional-internship-section-text{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin:0 0 .25rem;text-align:left}.regional-internship-section-text:last-child{margin-bottom:0}.regional-internship-section-text strong{font-weight:700}.regional-internship-list,.regional-internship-section-text strong{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.regional-internship-list{font-size:1.1rem;font-weight:400;line-height:1.8;margin:.25rem 0;padding-left:1.5rem;text-align:left}.regional-internship-list li{margin-bottom:1rem}.regional-internship-list li:last-child{margin-bottom:0}.regional-internship-list strong{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700}@media (max-width:968px){.regional-internship-content{padding:3rem 1.5rem}.regional-internship-section{margin-bottom:2.5rem}.regional-internship-list,.regional-internship-section-text,.regional-internship-section-title{font-size:1rem}}@media (max-width:640px){.regional-internship-content{padding:2rem 1rem}.regional-internship-section{margin-bottom:2rem}.regional-internship-section-text,.regional-internship-section-title{font-size:.85rem}.regional-internship-list{font-size:.85rem;padding-left:1.25rem}}.regional-looking-ahead{align-items:center;background-color:#16416f;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem;position:relative;text-align:center;width:100%}.regional-looking-ahead-title{font-size:2.3rem;margin:0 0 1.5rem}.regional-looking-ahead-description,.regional-looking-ahead-title{color:#fff;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;text-align:center}.regional-looking-ahead-description{font-size:1.1rem;line-height:1.6;margin:0;max-width:1200px}.regional-looking-ahead-description strong{font-weight:600}@media (max-width:968px){.regional-looking-ahead{padding:3rem 1.5rem}.regional-looking-ahead-title{font-size:1.3rem}.regional-looking-ahead-description{font-size:1.1rem}}@media (max-width:640px){.regional-looking-ahead{padding:2rem 1rem}.regional-looking-ahead-title{font-size:1.2rem;margin-bottom:1rem}.regional-looking-ahead-description{font-size:.95rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer{background-color:#283038;color:#fff;width:100%}.footer-container{margin:0 auto;max-width:95vw;padding:0 2rem;width:95vw}.footer-top{padding:3rem 0}.footer-top .footer-container{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between}.footer-logo-section{flex-shrink:0;text-align:left}.footer-logo{height:60px;object-fit:contain;width:auto}.footer-company-info{grid-gap:3rem;display:grid;flex:1 1;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;font-weight:400;gap:3rem;grid-template-columns:repeat(3,1fr);line-height:1.6;text-align:left}.company-name-address{display:flex;flex-direction:column;gap:.5rem}.company-name{font-weight:500}.company-address,.company-name{color:#fff;margin:0}.company-email-container{align-items:flex-start;display:flex}.company-email{color:#fff;margin:0 0 0 3vw;text-decoration:none;transition:opacity .3s ease}.company-email:hover{opacity:.7}.company-contact-container{align-items:flex-start;display:flex}.company-contact{color:#fff;margin:0}.company-contact a{color:#fff;text-decoration:none;transition:opacity .3s ease}.company-contact a:hover{opacity:.7}.footer-divider{background-color:#fff3;height:1px;width:100%}.footer-middle{padding:3rem 0}.footer-middle .footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(7,1fr)}.footer-nav-column{display:flex;flex-direction:column;gap:1rem;text-align:left}.footer-nav-title{margin:0}.footer-nav-title,.footer-nav-title a{color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:600}.footer-nav-title a{text-decoration:none;transition:opacity .3s ease}.footer-nav-title a:hover{opacity:.7}.footer-nav-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-nav-column:nth-child(4) .footer-nav-list{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:1.5rem}.footer-nav-column:nth-child(4) .footer-nav-list li{white-space:nowrap}.footer-nav-list li{margin:0}.footer-nav-list a{color:#fff;display:block;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:400;text-decoration:none;transition:opacity .3s ease}.footer-nav-list a:hover{opacity:.7}.footer-social-icons{align-items:center;display:flex;gap:.75rem}.social-icon{height:36px;transition:opacity .3s ease;width:36px}.social-icon:hover{opacity:.7}.footer-bottom{padding:2rem 0}.footer-bottom .footer-container{align-items:center;display:flex;justify-content:space-between}.footer-copyright{color:#ffffffb3;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;font-weight:400;margin:0}.footer-legal{align-items:center;display:flex;gap:.5rem}.footer-legal a{color:#ffffffb3;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;font-weight:400;text-decoration:none;transition:opacity .3s ease}.footer-legal a:hover{opacity:.7}.footer-legal-separator{color:#ffffffb3;font-size:.85rem}@media (max-width:1200px){.footer-middle .footer-container{grid-template-columns:repeat(4,1fr)}}@media (max-width:968px){.footer-top .footer-container{flex-direction:column;gap:2rem}.footer-company-info{gap:1.5rem;grid-template-columns:1fr}.footer-middle .footer-container{gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-bottom .footer-container{align-items:flex-start;flex-direction:column;gap:1rem;text-align:left}.footer-legal{justify-content:flex-start}}@media (max-width:600px){.footer-middle .footer-container{grid-template-columns:1fr}.footer-container{padding:0 1rem;width:95vw}.footer-company-info{font-size:.9rem}.footer-nav-title,.footer-nav-title a{font-size:.95rem}.footer-nav-list a{font-size:.85rem}.footer-copyright,.footer-legal a,.footer-legal-separator{font-size:.8rem}.company-email{margin-left:0!important}}
/*# sourceMappingURL=main.7bd5198c.css.map*/