.home-intro-wrapper{background-blend-mode:darken;background-image:linear-gradient(90deg,#000000b3,#0000001a),url(/backgrounds/university-building-background.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;gap:2rem;min-height:125vh;display:flex;position:relative}.home-intro-container{color:#fff;text-wrap:wrap;max-width:600px;margin:0 4rem}.home-intro-container h1{margin:0;font-size:48px}.home-intro-container p{font-size:18px;line-height:2rem}.home-intro-container button{background-color:var(--sunset-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:2rem;padding:1rem 2rem;font-size:18px;transition:background-color .3s}.home-intro-container button:hover{background-color:var(--sunset-orange-dark)}.home-intro-bottom-container{box-sizing:border-box;background:#fff;border-radius:12px;grid-template-columns:repeat(3,1fr);width:calc(100% - 8rem);padding:2rem;display:grid;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);box-shadow:0 8px 24px #0003}.home-intro-bottom-section{box-sizing:border-box;flex-direction:row;gap:1rem;padding:1rem;display:flex}.home-intro-bottom-section-image{width:64px;height:64px}.home-intro-bottom-section h3{margin:0}.home-section2{flex-direction:column;gap:4rem;margin:11rem 4rem 4rem;display:flex}.home-section2-top{flex-direction:row;gap:2rem;width:100%;display:flex}.home-section2-top-left-image{object-fit:cover;width:45%;height:100%}.home-section2-top-right{text-align:left;width:55%;color:var(--deep-indigo-dark);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.home-section2-top-right h2{font-size:32px}.home-section2-top-right p{font-size:18px;line-height:1.5rem}.home-section2-top-right ul{text-align:left;list-style-type:none}.home-section2-top-right ul li{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.home-section2-top-right ul li img{width:1.5rem;height:1.5rem}.home-section2-top-right button{background-color:var(--sunset-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:2rem;padding:1rem 2rem;font-size:18px;transition:background-color .3s}.home-section2-top-right button:hover{background-color:var(--sunset-orange-dark)}.home-section2-bottom{border-radius:12px;grid-template-columns:repeat(4,1fr);width:100%;display:grid;overflow:hidden;box-shadow:0 8px 24px #0003}.home-section2-bottom-section{box-sizing:border-box;border-right:1px solid #ccc;flex-direction:row;gap:1rem;padding:2rem 1.5rem;display:flex}.home-section2-bottom-section:last-child{border-right:none}.home-section2-bottom-section h3{color:var(--sunset-orange);margin:0;font-size:42px}.home-section2-bottom-section svg{flex-shrink:0;width:48px;height:48px}@media (max-width:1080px){.home-intro-wrapper{min-height:0}.home-intro-container{margin:2rem}.home-intro-bottom-container{grid-template-columns:1fr;align-self:center;width:calc(100% - 4rem);margin-bottom:2rem;position:relative;left:0;transform:none}.home-section2-top{flex-direction:column;justify-content:center;align-items:center;gap:1rem}.home-section2-top-left-image{width:100%;height:auto;max-height:520px}.home-section2-top-right{width:100%}.home-section2{gap:2rem;margin:2rem}.home-section2-bottom{grid-template-columns:1fr 1fr}}@media (max-width:768px){.home-intro-wrapper{text-align:center;align-items:center;min-height:0}.home-intro-wrapper h3{margin-top:2rem}.home-intro-wrapper h1{font-size:36px}.home-intro-wrapper p{font-size:16px;line-height:1.5rem}.home-intro-container{margin:0 1rem}.home-intro-bottom-container{text-align:left;grid-template-columns:1fr;align-items:center;width:calc(100% - 2rem);margin-bottom:1rem;padding:1rem;position:relative;left:0;transform:none}.home-intro-bottom-section{align-items:center;padding:.5rem 1rem;position:relative;bottom:1rem}.home-section2-top{flex-direction:column;justify-content:center;align-items:center;gap:1rem}.home-section2-top-left-image{width:100%;height:auto;max-height:480px}.home-section2-top-right{width:100%}.home-section2{gap:2rem;margin:1rem}.home-section2-bottom{grid-template-columns:1fr}.home-section2-bottom-section h3{font-size:36px}}
:root{--color-dark-bg:#111827;--color-text-normal:#9ca3af;--space-md:1rem;--space-lg:2rem;--space-xl:3rem;--max-width-content:1280px}.logo-section{background-color:var(--color-dark-bg)}.container{max-width:var(--max-width-content);padding:var(--space-xl)var(--space-md);box-sizing:border-box;margin:0 auto}.university-grid{justify-content:space-around;gap:var(--space-lg);flex-wrap:wrap;display:flex}.header-text{width:100%;margin-bottom:var(--space-md);margin-top:calc(-1*var(--space-md));text-align:center;text-transform:uppercase;color:var(--color-text-normal);letter-spacing:.05em;font-size:1rem;font-weight:600}.header-link{text-decoration:none}.header-link:hover .header-text{text-decoration:underline}.university-link{min-width:100px;height:5rem;text-decoration:none;display:block;position:relative}.logo{object-fit:contain;filter:grayscale()brightness(.7);opacity:.7;transition:filter .3s,opacity .3s}.university-link:hover .logo{filter:grayscale(0%)brightness(1.2);opacity:1}@media (max-width:640px){.university-grid{gap:var(--space-md)}.university-link{flex-basis:45%}}
