:root{--primary-light:#e6ecf2;--primary-light-hover:#dae2ec;--primary-light-active:#b2c3d7;--primary:#073e7d;--primary-hover:#063871;--primary-active:#063264;--primary-dark:#052f5e;--primary-dark-hover:#04254b;--primary-dark-active:#031c38;--primary-darker:#02162c;--secondary-light:#e7f5fe;--secondary-light-hover:#dbf0fd;--secondary-light-active:#b4e0fa;--secondary:#0e9cf0;--secondary-hover:#0d8cd8;--secondary-active:#0b7dc0;--secondary-dark:#0b75b4;--secondary-dark-hover:#085e90;--secondary-dark-active:#06466c;--secondary-darker:#053754;--green-light:#e6fbf2;--green-light-hover:#d9f9eb;--green-light-active:#b0f3d6;--green:#00d77a;--green-hover:#00c26e;--green-active:#00ac62;--green-dark:#00a15c;--green-dark-hover:#008149;--green-dark-active:#006137;--green-darker:#004b2b;--dark-lighter:#9f9f9f;--dark-light-hover:#8b8b8b;--dark-light-active:#747474;--dark:#292929;--dark-hover:#232323;--dark-active:#1e1e1e;--dark-deep:#0e0e0e;--dark-deep-hover:#0a0a0a;--dark-deep-active:#050505;--surface-white:#fff;--surface-white-hover:#fcfdfd;--surface-white-active:#f5f7f9;--surface-light:#fcfdfd;--surface-light-hover:#f5f7f9;--surface-light-active:#f0f3f6;--surface:#f9fafb;--surface-hover:#f2f4f7;--surface-active:#ebeef2;--surface-dark:#f6f8f9;--grey-light:#fafbfb;--grey-light-hover:#f8f9fa;--grey-light-active:#f1f2f4;--grey:#d1d5db;--grey-hover:#bcc0c5;--grey-active:#a7aaaf;--grey-dark:#9da0a4;--grey-dark-hover:#7d8083;--grey-dark-active:#5e6063;--grey-darker:#494b4d;--font-heading:"Roboto", sans-serif;--font-body:"Nunito Sans", sans-serif;--max-width:1200px;--nav-height:72px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height,72px)}body{color:var(--dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf9f6;line-height:1.6;font-family:Figtree,sans-serif!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2}h1{font-size:2rem}h2{font-size:1.812rem}h3{font-size:1.625rem}h4{font-size:1.438rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{font-size:1rem;line-height:1.5}.text-small{font-size:1rem}.text-xs{font-size:.812rem}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-body);border:none;outline:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}@media (max-width:768px){.section-padding{padding:48px 0}}.fade-in{--fade-duration:1s;--fade-distance:30px;opacity:0;transition:opacity var(--fade-duration) cubic-bezier(.25, .46, .45, .94), transform var(--fade-duration) cubic-bezier(.25, .46, .45, .94);will-change:opacity, transform}.fade-in--up{transform:translateY(var(--fade-distance))}.fade-in--down{transform:translateY(calc(var(--fade-distance) * -1))}.fade-in--left{transform:translateX(var(--fade-distance))}.fade-in--right{transform:translateX(calc(var(--fade-distance) * -1))}.fade-in--none{transform:none}.fade-in--visible{opacity:1!important;transform:translate(0)!important}.fade-in-child{opacity:0;transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94);transform:translateY(20px)}.fade-in-child--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in,.fade-in-child{opacity:1!important;transition:none!important;transform:none!important}}
