:root{--header-height:3.5rem;--first-color:#d38c22;--first-color-alt:#c1801f;--black-color:#1b1f22;--card-color:#e6e6e6;--title-color:#1b1f22;--text-color:#676c6f;--text-color-light:#bdc0c2;--body-color:#f7f7f8;--container-color:#fff;--body-font:"Lato",sans-serif;--biggest-font-size:2.25rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:.938rem;--small-font-size:.813rem;--smaller-font-size:.75rem;--font-bold:700;--z-tooltip:10;--z-fixed:100}@media screen and (min-width:968px){:root{--biggest-font-size:3.5rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:.875rem;--smaller-font-size:.813rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color)}h1,h2,h3{color:var(--title-color);font-weight:var(--font-bold)}h1,h2,h3,p{line-height:140%}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}button{border:none;outline:none;cursor:pointer}.container{max-width:1024px;margin-left:1.5rem;margin-right:1.5rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.section{padding:4.5rem 0 2rem}.section__title{position:relative;font-size:var(--h1-font-size);padding-left:1.25rem;margin-bottom:2.5rem}.section__title:before{content:"";position:absolute;top:8px;left:0;width:3px;height:20px;background-color:var(--first-color)}::-webkit-scrollbar{width:.6rem;background:#caccce}::-webkit-scrollbar-thumb{background:#a0a4a7}::-webkit-scrollbar-thumb:hover{background:#767b7f}@media screen and (max-width:320px){.container{margin-left:1rem;margin-right:1rem}}@media screen and (min-width:767px){.section{padding:7rem 0 2rem}}@media screen and (min-width:1040px){.container{margin-left:auto;margin-right:auto}.section__title{padding-right:15rem;padding-left:1.75rem}.section__title:before{height:28px;width:4px;top:12px}}