:root{--gray-10: #222222;--gray-9: #3B3B3B;--gray-8: #515151;--gray-7: #626262;--gray-6: #7E7E7E;--gray-5: #9E9E9E;--gray-4: #B1B1B1;--gray-3: #CFCFCF;--gray-2: #E1E1E1;--gray-1: #F7F7F7;--dark-primary: #016457;--primary: #079A82;--light-primary: #8EEDD1;--dark-red: #8A041A;--red: #E12D39;--light-red: #FF9B9B;--dark-yellow: #CB6E17;--yellow: #F7C948;--light-yellow: #FFF3C4}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:"Kanit",sans-serif;color:var(--gray-9)}*:focus{outline:none}html,body{overflow-x:hidden;overflow-x:clip;background-color:var(--gray-1)}a{text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:"Unica One",sans-serif;color:var(--gray-10);font-weight:500}a.button:not(.special),button:not(.special){padding:15px;border-radius:4px;color:#fff;font-weight:500;text-transform:uppercase;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:200ms all;text-align:center}a.button:not(.special):active,button:not(.special):active{transform:scale(0.95);opacity:.9}a.button:not(.special):hover,button:not(.special):hover{text-decoration:none}a.button:not(.special).red,button:not(.special).red{background-color:var(--red)}a.button:not(.special).yellow,button:not(.special).yellow{background-color:var(--yellow)}a.button:not(.special).dark-primary,button:not(.special).dark-primary{background-color:var(--dark-primary)}a.button:not(.special).primary,button:not(.special).primary{background-color:var(--primary)}a.button:not(.special).light-primary,button:not(.special).light-primary{background-color:var(--light-primary)}a.button:not(.special).big,button:not(.special).big{padding:20px;font-size:20px}main hr{width:50%;margin:50px auto;border:1px solid var(--gray-3)}main section{max-width:1100px;width:95%;margin-left:auto;margin-right:auto;padding:50px 0}main section h2{font-size:35px;text-align:center}main section.white{background-color:#fff;width:100%;max-width:100%;margin:0}main section.white .inner{max-width:1100px;width:95%;margin:0 auto}main section.hero{display:flex;flex-flow:column nowrap;align-items:center;padding-top:50px}main section.hero h1{text-align:center;font-size:50px;margin-bottom:20px}main section.hero h1+p{text-align:center;font-size:20px;line-height:30px;margin-bottom:20px}main section.hero h1+p+img{height:300px;width:auto}#cta-shadowbox{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);padding:50px;border-radius:12px;display:flex;flex-flow:column nowrap;align-items:center;width:95%;max-width:fit-content;margin:0 auto}#cta-shadowbox h3{font-size:30px;margin-bottom:20px;text-align:center}footer{padding:50px 0}footer p{text-align:center}
