@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700;900&display=swap");html{font-size:62.5%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sans-serif;font-family:Poppins,sans-serif;text-rendering:optimizeLegibility}*,:after,:before{box-sizing:border-box;margin:0;padding:0}a,a:active,a:visited{color:unset;text-decoration:none}ul{list-style:none}.app{overflow:hidden}.container{margin:0 auto}.container--xl{max-width:1440px}.container--l{max-width:940px}.mb-s{margin-bottom:2rem}.mb-l{margin-bottom:4.4rem}.ch{display:flex;justify-content:center}.f-w{width:100%}.Checkout{align-items:center;background-color:#32589e;display:flex;height:100vh;justify-content:center;width:100vw}.Checkout__inner{display:flex;flex-direction:column;gap:24px;text-align:center}.Checkout__inner h1,.Checkout__inner h3{color:#fff}.Checkout__inner h1{font-size:36px}.Checkout__inner h3{font-size:20px}.Checkout__box{background-color:#fff;border-radius:5px;padding:36px;width:820px}.Checkout__box .__form{display:flex;gap:32px;justify-content:space-between;margin:0 0 36px;width:100%}.Checkout__box .__form .Entry{width:100%}.Checkout__box .__total{align-items:center;display:flex;justify-content:center;margin:0 0 36px}.Checkout__box .__total p{font-size:18px}.Checkout__box .__btn{align-items:center;display:flex;justify-content:center}.Checkout__box .__btn .MuiButtonBase-root{background-color:#ffc439;font-size:34px;height:60px;width:320px;width:100%}