@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);*{box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none}body,html{margin:0;padding:0;font-family:"Poppins",sans-serif;overscroll-behavior-x:none}.home-screen{min-height:100vh;width:100%;padding:115px 40px 0;background-color:#f9f9f9}.home-screen h1{margin-top:90px;margin-bottom:40px}.home-screen .company-list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px}.home-screen .company-list .company-list-item{background-color:#fff;padding:10px;display:flex;flex-direction:row;border-radius:4px;justify-content:space-between;align-items:center;text-decoration:none}.home-screen .company-list .company-list-item .company-list-description{display:flex;flex-direction:column;margin-left:10px;width:80%}.home-screen .company-list .company-list-item .company-list-description span{color:#231f20;font-size:14px;font-weight:700}.home-screen .company-list .company-list-item .company-list-description .company-description{margin-left:0;font-weight:400;width:100%;text-transform:uppercase;font-size:10px}.home-screen .company-list .company-list-item .icon-wrapper{background-color:#231f20;padding:10px;color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center}.home-screen .company-list .company-list-item .icon-wrapper svg{font-size:20px}.error-alert{height:70px;width:100%;position:fixed;top:0;left:0;z-index:100;background-color:#ec2323;display:flex;align-items:center;justify-content:center}.error-alert span{color:#fff}.loader-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.loader-screen svg{margin-top:100px}body,html{background-color:#f9f9f9}.overview-screen{margin:0 auto;width:80%}.overview-screen h1{text-align:center;font-weight:500;margin-top:100px}.overview-screen .company-list{display:grid;grid-gap:30px;grid-template-columns:18% 18% 18% 18% 18%;width:100%;margin-top:80px;margin-bottom:80px}.overview-screen .company-list .company-list-item{background-color:#fff;padding:50px 35px;border-radius:10px;display:flex;align-items:center;justify-content:center}.overview-screen .company-list .company-list-item:hover{cursor:pointer}.overview-screen .company-list .company-list-item img{height:70%}.company-screen{display:flex;flex-direction:column;justify-content:space-between;padding:0 160px;height:100vh;position:relative}.company-screen .side-line{width:40px;height:100%;position:absolute;right:0;top:0}.company-screen .back-button{color:#231f20;text-decoration:none;margin-top:100px;font-weight:500;font-size:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:20px 0}.company-screen .back-button svg{margin-right:15px}.company-screen .content-wrapper{height:80%}.company-screen .content-wrapper .company-content{margin:260px 0}.company-screen .content-wrapper .company-content .company-title-text{font-size:32px;font-weight:700}.company-screen .content-wrapper .company-content .company-logo{height:100px;align-self:flex-start;width:400px;object-fit:contain;object-position:left}.company-screen .content-wrapper .company-title h1{margin-top:0;margin-bottom:20px;font-size:48px}.company-screen .content-wrapper .company-title p{margin-top:0;margin-bottom:120px;font-size:20px}.company-screen .content-wrapper .people-wrapper{width:100%;margin-bottom:100px;margin-top:100px}.company-screen .content-wrapper .people-wrapper .people-title{font-weight:700}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner{display:flex;flex-direction:column;margin-top:20px}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person{display:flex;flex-direction:row;align-items:center;padding:10px 15px;background-color:#142234;border-radius:5px;justify-content:space-between}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person:not(:last-child){margin-bottom:12px}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person.checkout{background-color:rgba(20,34,52,.8);pointer-events:none}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person.checkout span{color:hsla(0,0%,100%,.3)}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person.checkout .icon-wrapper{background-color:hsla(0,0%,100%,.4)}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person:hover{cursor:pointer}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person span{font-weight:500;color:#fff;font-size:18px}.company-screen .content-wrapper .people-wrapper .people-wrapper-inner .person .icon-wrapper{background-color:#fff;padding:10px 15px;color:#142234;border-radius:5px}.company-screen .about-wrapper{height:20%}.company-screen .about-wrapper .about-title{font-size:32px;font-weight:700;margin-bottom:20px;display:block}.company-screen .about-wrapper p{margin:0}.ring-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-screen .countdown-bar{height:15px;width:100%;position:absolute;top:0;right:0;animation:slip 10s linear forwards}.ring-screen .lottie{height:200px}.ring-screen p{text-align:center;font-size:20px}@keyframes slip{0%{width:100%}to{width:0}}
/*# sourceMappingURL=main.e4eca583.chunk.css.map */