@charset "UTF-8";:root{--header-height:80px;--layout-padding:2.5%}@media screen and (min-width:993px){:root{--header-height:100px;--layout-padding:80px}}@media screen and (min-width:1201px){:root{--header-height:120px;--layout-padding:128px}}::selection{background-color:#0c3a5e;color:#fff}:user-valid{color:#0f0}:user-invalid{color:red}*,::after,::before{box-sizing:border-box}html{font-size:16px;color-scheme:dark light;hanging-punctuation:first last;scroll-behavior:smooth;color:#353535}body{min-height:100svh;max-width:1920px;margin:0 auto;padding:0;overflow:overlay;overflow-x:hidden}body.hidden{overflow:hidden}a,blockquote,h1,h2,h3,h4,h5,h6,li,p,span{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-optical-sizing:auto;font-style:normal}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:500}a,blockquote,li,p,span{font-weight:400;font-size:clamp(18px,1.04vw,20px);max-width:85ch}ol,p,ul{line-height:1.5}p{margin:0;text-wrap:pretty}a{text-decoration:none;color:inherit}a:hover{color:#e7a900}button{padding:0;border:0;background:inherit;cursor:pointer}ol,ul{list-style:none;padding:0}img,picture,svg,video{display:block;max-width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#0c3a5e}::-webkit-scrollbar-thumb{background-color:#fff;background-clip:padding-box}.section-3{padding:6rem var(--layout-padding);display:flex;flex-flow:column nowrap;justify-content:space-between;gap:4rem}@media screen and (min-width:993px){.section-3{padding:6rem 10%;flex-flow:row nowrap}}.section-3>div{flex:0 1 40%;display:grid;grid-template-rows:60% 40%}.section-3>div img{height:100%;object-fit:contain;max-width:250px;margin:auto}.section-3>div blockquote{text-align:center}