@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");:root{--layout--1:1rem;--layout--2:2rem;--layout--3:3rem;--layout--4:4rem;--layout--5:5rem;--layout--6:6rem;--layout--7:8rem;--layout--8:9rem;--layout--9:11rem;--mid-transition-speed:.5s;--column--1--margin--1:15rem;--ps-white:#efede9;--ps-dark-grey:#4e4e4e;--ps-light-grey:#a3a3a3;--font-size--big:2.6rem;--font-size--medium:2.6rem;--font-size--small:1.8rem}html{font-size:10px;background-color:var(--ps-white);color:var(--ps-dark-grey)}body,html{padding:0;margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{font-size:var(--font-size--medium)}a{color:inherit;text-decoration:none}.italics{font-style:italic}*{box-sizing:border-box}.header-margin{margin-top:14.8rem}.margin-top--layout--1{margin-top:var(--layout--1)}.margin-top--layout--2{margin-top:var(--layout--2)}.margin-top--layout--3{margin-top:var(--layout--3)}.margin-top--layout--4{margin-top:var(--layout--4)}.margin-top--layout--5{margin-top:var(--layout--5)}.margin-top--layout--6{margin-top:var(--layout--6)}.margin-top--layout--7{margin-top:var(--layout--7)}.margin-right--layout--2{margin-right:var(--layout--2)}.margin-right--layout--3{margin-right:var(--layout--3)}.margin-right--layout--4{margin-right:var(--layout--4)}.margin-right--layout--6{margin-right:var(--layout--6)}.margin-right--layout--7{margin-right:var(--layout--7)}.margin-bottom--layout--6{margin-bottom:var(--layout--6)}.margin-left--layout--1{margin-left:var(--layout--1)}.margin-left--layout--2{margin-left:var(--layout--2)}.margin-left--layout--8{margin-left:var(--layout--8)}.margin-left--column--1--margin--1{margin-left:var(--column--1--margin--1)}.padding-left-right--column--1--margin--1{padding-left:var(--column--1--margin--1);padding-right:var(--column--1--margin--1)}.grid-container{display:flex;justify-content:center;padding:0 6rem}.grid{width:100%;max-width:1480px}h1,h2{font-weight:400}h1,h2,p{margin:0}.font-size--big{font-size:var(--font-size--big)}.text-transform--upercase{text-transform:uppercase}.color--dark--grey{color:var(--ps-dark-grey)}.color--light--grey{color:var(--ps-light-grey)}.color--white{color:#fff}button{font-size:var(--font-size--medium);background-color:transparent;padding:0;cursor:pointer}.button--no-styles{border:none;text-align:left;margin-bottom:0;margin-right:0}.button--text{border:none}.button--text.color--dark--grey.disabled{color:var(--ps-light-grey)}.button--text.color--dark--grey.disabled:hover{opacity:1!important}.button--icon{border:none}.icon{transform:scale(1);width:48px;height:48px;margin:auto}.a--internal{text-underline-offset:.2rem}.a--internal:hover{text-decoration:underline}.opacity--light{opacity:.6}.animation--slide-in{-webkit-animation-name:slide-in;animation-name:slide-in;-webkit-animation-duration:.5s;animation-duration:.5s}.flex{display:flex}.inline-flex{display:inline-flex}.flex--direction--column{flex-direction:column}.justify-content--space-between{justify-content:space-between}.justify-content--center{justify-content:center}.align-items--center{align-items:center}.align-items--baseline{align-items:baseline}.align-items--flex-end{align-items:flex-end}li{list-style:none}.text-decoration--underline{text-decoration:underline}.divider{height:1px;width:100%;display:block;background-color:rgba(0,0,0,.5)}.scrollbar--hidden::-webkit-scrollbar{display:none}.scrollbar--hidden{-ms-overflow-style:none;scrollbar-width:none}.cursor--pointer{cursor:pointer}@media only screen and (max-width:1075px){:root{--column--1--margin--1:10rem}html{font-size:8px}}@media only screen and (max-width:672px){:root{--column--1--margin--1:2rem}.icon{transform:scale(.75)}.grid-container{padding:0 3rem}}@media only screen and (max-width:320px){html{font-size:6px}}