.carousel-text-align{font-family:var(--poppins);position:absolute!important;right:auto!important;bottom:auto!important;left:12rem!important;top:13rem!important;text-align:left!important;padding-right:50vw}.carousel h3{font-size:var(--title-size);color:var(--tertiary-color);font-weight:700;padding-bottom:1rem}.carousel p{font-size:var(--paragraph-size);color:var(--quaternary-color);width:30rem}.carousel{position:relative;width:100%;max-width:100%;height:600px;margin:auto}.carousel-inner{position:relative;height:100%}.carousel-item{padding:0!important}.carousel-inner img{object-fit:cover;width:100%;height:100%}.carousel-text-align{position:absolute;bottom:20px;left:20px;color:white}.carousel-indicators{display:flex;justify-content:center;margin-top:10px}.indicator{width:50px;height:4px;margin:0 5px;background-color:gray;border:none;cursor:pointer}.indicator.active{background-color:var(--tertiary-color)}.carousel-container{position:relative}.carousel-control-next,.carousel-control-prev{position:absolute;background:transparent;border:none;cursor:pointer}.carousel-control-prev{left:10px}.carousel-control-next{right:10px}.carousel-control-next svg,.carousel-control-prev svg{width:30px;height:30px;fill:var(--quaternary-color)}@media only screen and (min-width:1201px){.carousel{height:600px}}@media only screen and (min-width:769px) and (max-width:1200px){.carousel{height:470px}.carousel-text-align{font-family:var(--poppins);position:absolute!important;right:auto!important;bottom:auto!important;left:10rem!important;top:8rem!important;text-align:left!important;padding-right:50vw}}@media only screen and (min-width:577px) and (max-width:1000px){.carousel{height:450px;width:100%;overflow:hidden}.carousel-inner,.carousel-item{height:100%}.carousel-text-align{position:absolute;left:8rem!important;top:5rem!important;text-align:left;padding-right:50vw;width:50rem}.carousel h3{font-size:1.5rem}.carousel p{font-size:1rem;width:auto}.carousel-inner img{width:auto!important;height:100%!important;max-height:100%;object-fit:cover}}@media only screen and (max-width:576px){.carousel{height:450px;width:100%;overflow:hidden}.carousel-inner,.carousel-item{height:100%}.carousel-inner img{width:auto!important;height:100%!important;max-height:100%;object-fit:cover}.carousel-text-align{left:5rem!important;top:4rem!important;padding-right:20vw;text-align:left}.carousel h3{font-size:1.5rem}.carousel p{font-size:.8rem;width:auto}.carousel-control-next svg,.carousel-control-prev svg{width:20px;height:20px}}.submission-process-container{font-family:var(--poppins);color:var(--primary-color);gap:2rem}.submission-process-title h1{font-size:var(--title-size);display:flex;flex-direction:column;align-items:center;font-weight:700}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0}.steps-instructions{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;padding:0;margin:1rem;height:auto;box-shadow:0 0 9px #0000003a}.step-number.col-3{background-color:var(--tertiary-color);border-radius:15px 0 0 15px;display:flex;justify-content:center;align-items:center;padding:2rem;margin:0}.step-number h1{font-size:3rem;font-weight:700;color:var(--quaternary-color)}.step-content{text-align:left;padding:2rem;border-radius:0 15px 15px 0;display:flex;flex-direction:column;justify-content:center;background-color:var(--quaternary-color)}.step-content h2{color:var(--primary-color);font-size:1.2rem;font-weight:700}.step-content p{color:var(--primary-color);font-size:var(--paragraph-size);margin:0}@media only screen and (min-width:577px) and (max-width:990px){.steps-container{display:flex;flex-direction:column;gap:0;width:70%;align-items:center;margin:0 auto}.steps-instructions{flex-direction:column;align-items:flex-start;margin:1rem 0;box-shadow:none;padding:1rem}.step-number{padding:.5rem;margin:0;height:auto}.step-number h1{font-size:2rem}.step-content{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width:576px){.steps-container{display:flex;flex-direction:column;gap:0}.steps-instructions{flex-direction:column;align-items:flex-start;margin:1rem 0;box-shadow:none;padding:1rem}.step-number{width:auto;padding:.5rem;margin:0;height:auto}.step-number h1{font-size:2rem}.step-content{padding-left:1rem;padding-right:1rem}}@media only screen and (min-width:320px) and (max-width:439px){.step-number.col-3{padding:1rem}}@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--secondary-color:#d9d9d9}.header{position:relative;z-index:10}.body{background-color:var(--secondary-color);height:100%}.body,.section-1{width:100%;overflow-x:hidden}.section-1{background-image:url(/images/home/section-1-bg.png);background-size:cover;background-position:50%;height:100vh;display:flex;justify-content:flex-start;align-items:end}.section-1-content{position:relative;display:flex;flex-direction:column;font-family:var(--poppins);color:var(--secondary-color);left:10rem;bottom:12rem;gap:.5rem}.section-1-content h1{font-size:var(--title-size);font-weight:700;color:var(--tertiary-color);width:30rem}.section-1-content h3{font-size:var(--heading-1-size);font-weight:500}.section-1-content p{font-size:var(--paragraph-size);text-align:left;width:30rem}.buttons{display:flex;gap:1em}.buttons a{text-decoration:none}.get-started,.learn-more{height:3em;width:8em;border-radius:10px;font-size:var(--paragraph-size);border:none;background-color:var(--quaternary-color);color:var(--primary-color);display:flex;justify-content:center;align-items:center;padding:.5rem;cursor:pointer}.learn-more{background-color:transparent;color:var(--quaternary-color);border:2px solid var(--quaternary-color)}.get-started:hover{background-color:var(--tertiary-color);color:var(--primary-color)}.get-started:hover,.learn-more:hover{transition:background-color .3s,color .3s}.learn-more:hover{color:var(--tertiary-color);border-color:var(--tertiary-color)}@media only screen and (max-width:576px){.section-1{display:flex;align-items:center;justify-content:center;text-align:center;font-size:.6em;padding:2rem;background-position:75%;overflow:hidden}.section-1-content{top:10%;left:0;bottom:15rem;padding:5rem}.section-1-content h1{font-size:2rem;width:20rem}.section-1-content p{text-align:center;width:20rem;margin:0 auto}.section-1-content{position:relative;margin:1rem 2rem!important}.buttons{display:flex;justify-content:center;gap:1em}}@media only screen and (min-width:577px) and (max-width:768px){.section-1-content{top:-5%;left:0;position:relative;bottom:15rem;padding:5rem}.section-1-content p{text-align:left}.section-1{background-position:82%;overflow:hidden}}@media only screen and (min-width:769px) and (max-width:1200px){.section-1-content{left:6rem}.section-1{background-position:75%}}.yellow-bar{background-color:var(--tertiary-color);height:.5em;width:100%;border-radius:10px}.section-2{width:100%;height:100%}.section-2-content{display:flex;flex-direction:row;gap:1.7em;padding:7em;align-items:center;justify-content:center}@media screen and (max-width:768px){.section-2-content{display:flex;flex-direction:column!important;justify-content:center;align-items:center;gap:1.7em;padding:7em}}@media screen and (max-width:912px){.section-2-content{padding:3rem 5rem}}.section-3{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0;padding:0}.carousel{margin:0;padding:0;width:100vw;overflow:hidden}@media screen and (max-width:768px){.section-3{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2em}}@media screen and (max-width:912px){.section-3{gap:1em}}.section-4{flex-direction:column;align-items:center;padding:6rem 2rem}.section-4,.section-4-flowchart{display:flex;justify-content:center}.section-4-flowchart{width:80%;height:auto;margin:1rem}.section-4-flowchart img{border-radius:15px;box-shadow:0 0 6px 5px rgba(0,0,0,.121)}[data-rmiz-modal-overlay=visible]{background-color:rgba(0,0,0,.85)!important;transition:background-color .3s ease}@media screen and (max-width:768px){.section-4-flowchart{width:100%;margin:.5rem}.section-4-flowchart img{width:100%;border-radius:10px}}::-webkit-scrollbar{background-color:var(--primary-color);width:5px}::-webkit-scrollbar-thumb{background-color:var(--tertiary-color);border-radius:10px}:root{--primary-color:#121212;--secondary-color:#cfcfcf;--tertiary-color:#fcbf15;--quaternary-color:#fffcf7;--poppins:"Poppins",sans-serif;--title-size:2rem;--heading-1-size:1.5rem;--paragraph-size:0.85rem}.card{background-color:#fffcf7;box-shadow:0 0 9px #0000003a;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:.5rem;font-family:var(--poppins)}.card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5em;padding:3.5rem;text-align:left;height:25rem;width:20rem}.card h1{font-size:var(--heading-1-size)!important;text-align:left!important;font-weight:700}.card h1,.card p{color:var(--primary-color)}.card p{font-size:var(--paragraph-size)!important;text-align:left;font-style:normal;font-weight:400;line-height:normal}.card button{width:10rem;height:2.5rem;background-color:var(--primary-color);border:none;border-radius:10px;font-size:var(--paragraph-size);color:var(--quaternary-color);box-shadow:0 0 5px rgba(0,0,0,.248);position:relative;top:2em;cursor:pointer}.card button:hover{background-color:var(--tertiary-color);color:var(--primary-color)}.card img{width:3.5em;height:3.5em}.card img,.card svg{display:flex;flex-shrink:0;position:relative;bottom:1rem}.card svg{width:3.2em;height:3.2em}@media only screen and (max-width:576px){.card{width:18rem!important}}@media only screen and (min-width:577px) and (max-width:960px){.section-2-content{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center;align-items:center}.card{width:17rem!important}.card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5em;padding:4rem;text-align:left;height:25rem}.card h1{font-size:var(--heading-1-size)!important;text-align:left!important;font-weight:700}.card h1,.card p{color:var(--primary-color)}.card p{font-size:.8rem!important;text-align:left;font-style:normal;font-weight:400;line-height:normal}}@media screen and (max-width:1280px) and (min-width:769px){.section-2-content{padding:5rem 2rem}.card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5em;padding:4.2rem;text-align:left;height:25rem;width:20rem}.card h1{font-size:var(--heading-1-size)!important;text-align:center!important;font-weight:700}.card h1,.card p{color:var(--primary-color)}.card p{font-size:.8rem!important;font-style:normal;font-weight:400;line-height:normal;text-align:center}}[data-rmiz-ghost]{position:absolute;pointer-events:none}[data-rmiz-btn-unzoom],[data-rmiz-btn-zoom]{background-color:rgba(0,0,0,.7);border-radius:50%;border:none;box-shadow:0 0 1px rgba(255,255,255,.5);color:#fff;height:40px;margin:0;outline-offset:2px;padding:9px;touch-action:manipulation;width:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}[data-rmiz-btn-zoom]:not(:focus):not(:active){position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;pointer-events:none;white-space:nowrap;width:1px}[data-rmiz-btn-zoom]{position:absolute;inset:10px 10px auto auto;cursor:zoom-in}[data-rmiz-btn-unzoom]{position:absolute;inset:20px 20px auto auto;cursor:zoom-out;z-index:1}[data-rmiz-content=found] [data-zoom],[data-rmiz-content=found] [role=img],[data-rmiz-content=found] img,[data-rmiz-content=found] svg{cursor:zoom-in}[data-rmiz-modal]::backdrop{display:none}[data-rmiz-modal][open]{position:fixed;width:100vw;width:100dvw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:transparent;overflow:hidden;pointer-events:all}[data-rmiz-modal-overlay]{position:absolute;inset:0;transition:background-color .3s}[data-rmiz-modal-overlay=hidden]{background-color:rgba(255,255,255,0)}[data-rmiz-modal-overlay=visible]{background-color:rgba(255,255,255,1)}[data-rmiz-modal-content]{position:relative;width:100%;height:100%}[data-rmiz-modal-img]{position:absolute;cursor:zoom-out;image-rendering:high-quality;transform-origin:top left;transition:transform .3s}@media (prefers-reduced-motion:reduce){[data-rmiz-modal-img],[data-rmiz-modal-overlay]{transition-duration:.01ms!important}}