@font-face{font-family:AimoSans-Medium;src:local("AimoSans-Medium"),url(/static/media/AimoSans-Medium.21b5c418d9e0c5d9e2bd.ttf) format("truetype"),url(/static/media/AimoSans-Medium.56a9e7d4ec7b0842d889.otf) format("opentype")}@font-face{font-family:AimoSans-Regular;src:local("AimoSans-Regular"),url(/static/media/AimoSans-Regular.9537594f6594f6eae48b.ttf) format("truetype"),url(/static/media/AimoSans-Regular.2d8159cae5b37c2b2513.otf) format("opentype")}@font-face{font-family:AimoSans-Bold;src:local("AimoSans-Bold"),url(/static/media/AimoSans-Bold.3b4e0f27f9ac3d0b38cc.ttf) format("truetype"),url(/static/media/AimoSans-Bold.ae118485d3abf5ba7d2a.otf) format("opentype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#d6dfe3;font-family:AimoSans-Medium,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}p{font-size:18px}button:disabled{background-color:#6d8085;color:#49595e}.App .MuiInput input::-webkit-input-placeholder{font-family:AimoSans-Medium}.App .MuiInput input::placeholder,.App .MuiInputBase-root,.App .MuiInputLabel-root,.App .MuiMenuItem-root,.App .MuiTableCell-root,.MuiButtonBase-root.MuiMenuItem-root{font-family:AimoSans-Medium}.inputContainer{margin:auto;text-align:left;width:50%}.App{text-align:center}.flexWrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.title{font-family:AimoSans-Bold}.buttonBase,.buttonBlue{border:0;border-radius:3em;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:AimoSans-Bold,serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.2;margin:1rem 0 0;padding:.8em 1.5em;text-align:center;text-decoration:none}.buttonBase{background-color:#008f3c}.buttonBlue{background-color:#002636}.buttonBase.buttonTransparent{background-color:initial;color:#000;font-family:AimoSans-Regular}.centered{margin:0 auto}.App .MuiTypography-root{font-family:AimoSans-Bold}.peopleFirstImg{margin:-40px 0;width:240px}.inputLabel{margin-bottom:0}.policyContainer .MuiCheckbox-root.Mui-checked{color:#00ba4d}.policyContainer a{color:#002636}.buttonContainer{display:flex;justify-content:flex-end}.confirmationDialog h2,.confirmationDialog p{color:#000;font-family:AimoSans-Medium}.confirmationDialog h2{padding-left:12px}.confirmationDialog button{font-family:AimoSans-Bold}.confirmationDialog div{padding:12px}.confirmationDialog .bold{font-family:AimoSans-Bold;margin-top:16px}.MuiPaper-root.MuiDialog-paper{margin:8px}.footerContainer{font-family:AimoSans-Bold;font-weight:400;margin-top:30px}.footerLinkContainer{background-color:#002636;box-sizing:border-box;color:#fff;display:flex;font-size:18px;height:64px;justify-content:center;list-style:none;margin:0;padding-left:0;padding-top:28px;width:400px;width:100%}.footerLinkContainer a{color:#fff;cursor:pointer;position:relative;text-decoration:none}.footerLinkContainer li{margin:0 1rem}.footerLogoContainer{background-color:#002636;display:flex;justify-content:flex-end;padding:8px 40px 8px 0}.footerLogoContainer img{height:64px;margin-bottom:32px}.footerText:hover:after{-webkit-animation:grow .2s linear;animation:grow .2s linear;background-color:#fff;bottom:-4px;content:"";height:2px;left:0;position:absolute;width:100%}@-webkit-keyframes grow{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes grow{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:700px){.footerLinkContainer{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.footerLinkContainer li{margin-bottom:.5rem}}@media only screen and (max-width:900px){.footerLogoContainer{margin-top:0;padding-top:40px}.footerLogoContainer img{height:54px}}.languageSwitchContainer{display:flex;justify-content:flex-end;padding-top:20px}.languageSwitchContainer .buttonTransparent{margin:0;padding:0 20px 0 10px}.globeImg{height:20px}.requestContainer{border-radius:4px;box-sizing:border-box;margin:auto;max-width:1164px;padding:1.5rem 1rem 2.5rem;width:100%}.requestContainer h1{font-size:36px;text-align:center}.receiptIcon{width:180px}.inputField,.numberInputField{align-items:baseline;display:flex;margin-bottom:1rem}.numberInputField{margin-top:1rem}.cardNumberDigit{margin-right:1rem;text-align:center;width:60px}.titleContainer{width:100%}.titleContainer img{width:180px}.phonePaymentInfo{background-color:#002636;border-radius:8px;color:#fff;font-size:14px;margin-top:8px;padding:12px}.phonePaymentInfo a{color:#00ba4d}@media only screen and (max-width:1164px){.requestContainer{margin:1rem auto;width:90%}.inputContainer{max-width:566px;width:70%}}@media only screen and (max-width:566px){.requestContainer{width:95%}.inputContainer{width:90%}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.select,.textField{width:100%}.MuiInputBase-root{background-color:#fff}.loader,.smallLoader{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border-radius:50%;position:relative}.loader{height:64px;width:64px}.smallLoader{height:24px;width:24px}.loader:before,.smallLoader:before{-webkit-animation:prixClipFix 2s linear infinite;animation:prixClipFix 2s linear infinite;border:8px solid #00ba4d;border-radius:50%;box-sizing:border-box;content:"";inset:0;position:absolute}.loader:before{border:8px solid #00ba4d}.smallLoader:before{border:4px solid #fff}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}
/*# sourceMappingURL=main.faf4e8ab.css.map*/