@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins&display=swap");:root{--white:#FFFFFF;--black:#000000}*,:after,:before{box-sizing:border-box}body{background:#FFFFF8;min-height:100vh;color:#000;font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}.wrapper{max-width:1134px;margin:0 auto;padding:0 15px}.btn{padding:16px 42px;border-radius:10px;color:#FFFFFF;display:inline-block;font-weight:700;font-size:16px;margin:0}.btn,a{text-decoration:none}section{margin-top:80px}.heroCard h1{font-weight:1000;margin-bottom:50px}.heroCard h1,h2{font-size:38px;line-height:125%;color:black}h2{font-weight:800;margin:0}section p{font-size:14px}section p,section small{font-weight:400;line-height:200%;color:black;margin:12px 0}section small{font-size:13px}section h4{font-size:18px}section h3,section h4{font-weight:700;line-height:200%;color:black;margin:12px 0}section h3{font-size:28px}@media(max-width:768px){section{margin-top:60px}.heroCard h1{font-size:30px;margin-bottom:30px}h2,section h3{font-size:20px}section h3{line-height:130%}.btn{padding:12px 30px;font-size:14px}}img{max-width:100%;height:auto}html{scroll-behavior:smooth}::selection{background:rgba(255,107,107,.3)}::-moz-selection{background:rgba(255,107,107,.3)}