:root{--header-height: 50px;--footer-height: 400px;--section-gap: 10px;--main-card-corner-radius: 20px;--meso-dark-navy: #0c1219;--meso-navy: #152330;--meso-teal: #225a64;--meso-yellow: #dbd265;--meso-green: #81ae6e;--meso-turquoise: #318f97;--offerings-pages-lr-padding: 12.5%}body,html{margin:0;padding:0}body{margin-top:var(--header-height)}section{position:relative}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.full-screen-section{height:100vh}.full-screen-section-exclude-header{height:calc(100vh - var(--header-height) - 2 * var(--section-gap));flex-shrink:0}.full-centered{justify-content:center;align-items:center}.meso-gradient-background{background:linear-gradient(135deg,var(--meso-teal) 0%,var(--meso-dark-navy) 75%)}.card{border-radius:var(--main-card-corner-radius)}.illuminated-background{background-image:url(/backgrounds/illuminated-backdrop.png);background-position:center;background-size:cover}.page-box{box-sizing:border-box;row-gap:var(--section-gap);padding:var(--section-gap);height:100%}html{font-size:20px;color:#fff;font-family:DM Sans,Arial,sans-serif}h1{font-size:4.8rem;font-weight:400;margin:0}h2{font-size:3.82rem;font-weight:400;margin:0}h3{font-size:3.05rem;font-weight:400;margin:0}h4{font-size:2.45rem;font-weight:400;margin:0}h5{font-size:1.95rem;font-weight:400;margin:0}h6{font-size:1rem;font-weight:400;margin:0}p{margin:0;font-family:Work Sans,Arial,sans-serif}small{margin:0;font-size:.75rem;font-family:Work Sans,Arial,sans-serif}button{cursor:pointer;font-family:DM Sans,Arial,sans-serif;font-weight:300}.yellow-outline-button{font-size:1.25rem;padding:.75rem 1.5rem;color:var(--meso-yellow);background-color:#0000;border:var(--meso-yellow) solid 1px;border-radius:10px;transition:color .15s;transition:background-color .15s}.yellow-outline-button:hover{background-color:var(--meso-yellow);color:#fff}.yellow-solid-button{font-size:1.25rem;font-weight:400;padding:.75rem 1.5rem;color:#fff;background-color:var(--meso-yellow);border:var(--meso-yellow) solid 1px;border-radius:10px;transition:box-shadow .15s}.yellow-solid-button:hover{box-shadow:inset 0 0 20px 5px #ffffff40}
