@import"https://fonts.googleapis.com/css2?family=Raleway:wght@100..700&display=swap";:root{--site-min-height:125px;--site-max-width:1280px;--color-blue:#00538f;--color-yellow:#f9b600;--color-red:#e62735;--color-gray:#f2f0f3;--color-text:#575756;--color-green:#00b050;--font-text:"Raleway";--font-title:"Raleway";--font-size:18px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;display:flex;flex-direction:column;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth;font-size:var(--font-size)}a{color:var(--color-red);text-decoration:none;font-weight:700}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);color:var(--color-text)}h1{font-size:2.4em;font-weight:700}@media screen and (max-width:1024px){h1{font-size:1.8em}}h2{font-weight:700;font-size:2em}@media screen and (max-width:1024px){h2{font-size:1.4em}}h3{font-weight:700;font-size:1.8em}@media screen and (max-width:1024px){h3{font-size:1.2em}}h4{font-weight:700;font-size:1.6em}@media screen and (max-width:1024px){h4{font-size:1em}}h5{font-weight:700;font-size:1.4em}@media screen and (max-width:1024px){h5{font-size:1em}}h6{font-weight:700;font-size:1.2em}@media screen and (max-width:1024px){h6{font-size:1em}}.chapo,a,div,i,input,label,p,span,textarea{font-family:var(--font-text);font-size:var(--font-size);font-weight:500}b{font-weight:700}main{margin:auto;margin-top:calc(var(--site-min-height) + 20px);display:flex;flex-direction:column;align-items:center;width:100%}section{width:100%;box-sizing:border-box}section.contain{max-width:var(--site-max-width)}.flexcenter{display:flex;flex-direction:row;justify-content:center;gap:8px}@media screen and (max-width:1024px){.flexcenter{flex-direction:column;align-items:center}}.twocol{display:flex;flex-direction:row;box-sizing:border-box;justify-content:center;align-items:center;text-align:center;gap:20px;width:100%}@media only screen and (max-width:768px){.twocol{flex-direction:column}}.twocol .col{display:flex;flex-direction:column;align-items:center;gap:20px;width:50%}@media only screen and (max-width:768px){.twocol .col{width:100%}}footer{z-index:10;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-column-gap:40px;grid-row-gap:40px;padding:60px;background-color:var(--color-blue);color:#000;box-sizing:border-box;box-shadow:0 -2px 18px 0 rgba(0,0,0,.3);line-height:1.2em}footer .col1{grid-area:1/1/2/2}footer .col2{grid-area:1/2/2/3}footer .col3{display:none}footer .col4{grid-area:2/1/3/3}@media screen and (max-width:1024px){footer{text-align:center;display:flex;flex-direction:column;gap:32px;padding:40px 20px}}footer h2{color:#fff;font-size:24px;font-weight:700;margin-bottom:16px}footer .links{display:flex;flex-direction:column;gap:16px}footer a,footer p{color:#fff;letter-spacing:.235px}footer a:hover{color:var(--color-yellow);letter-spacing:0;font-weight:700}@media screen and (max-width:1024px){footer .col4{margin-top:0}}