@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");@import url("https://fonts.googleapis.com/css?family=Alexandria:300,700,500,400,200|Kumbh+Sans:400");:root{--green:#799170;--beige:#cdc4b8;--lightBeige:#ebe7e1;--lightBeige2:#e1dcd1;--blue:#323c50;--lightBlue:#577c8d;--navyBlue:#0a1a26;--darkBlue:#1c273c;--white:#fff}html{font-size:16px}@media screen and (max-width:3840px){html{font-size:22px}}@media screen and (max-width:2625px){html{font-size:20px}}@media screen and (max-width:2560px){html{font-size:19px}}@media screen and (max-width:2280px){html{font-size:17px}}@media screen and (max-width:2230px){html{font-size:15px}}@media screen and (max-width:1800px){html{font-size:14px}}@media screen and (max-width:1780px){html{font-size:13px}}@media screen and (max-width:1550px){html{font-size:12px}}@media screen and (max-width:1512px){html{font-size:11px}}@media screen and (max-width:1320px){html{font-size:10px}}@media screen and (max-width:1200px){html{font-size:9px}}@media screen and (max-width:1080px){html{font-size:8px}}@media screen and (max-width:960px){html{font-size:7px}}@media screen and (max-width:840px){html{font-size:6px}}@media screen and (max-width:720px){html{font-size:5px}}@media screen and (max-width:430px){html{font-size:11px}body,html{overflow-x:hidden}.row{display:block!important;padding:0 2rem}}body{background-color:var(--blue);font-family:Alexandria,sans-serif;font-size:1rem;font-weight:300;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{margin:0 auto;padding:0 3rem}.row{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr;grid-column-gap:3rem;grid-row-gap:2.25rem}.subtitle{color:var(--beige);font-size:1rem;font-weight:300;letter-spacing:.2em;text-align:center}a{display:inline-block;position:relative;transition:color .3s ease}a:before{background-color:var(--beige);bottom:0;content:"";height:.125rem;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out;width:100%}a:hover{color:#e74c3c}a:hover:before{transform:scaleX(1);transform-origin:bottom left}keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}