.nav-container{width:90%;background-color:#fc0;height:100px;min-height:100px;position:fixed;top:15px;z-index:150;border-bottom:red;border-bottom-width:8px;border-bottom-style:solid;border-radius:30px;box-shadow:0 0 0 5px red;transform:translateZ(200px)}.nav-container.scroll{background-color:#fc0;border:none;display:none}.hamburger-container{width:auto;height:100%}.mobile-link-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;position:relative;svg{height:100%;width:auto}}.nav-mobile-title{font-size:2.5rem;color:red;font-family:Namecat;width:-moz-fit-content;width:fit-content;text-align:center;padding-top:10px}.tray{display:flex;flex-direction:column;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;width:100%;background-color:transparent;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:5px;border-top-right-radius:5px;z-index:100;margin-top:20px;margin-bottom:20px;background-color:#fff7d8}.tray-link{color:#000;font-size:1.5rem;padding:6.5px;text-decoration:none;font-family:Barlow Semi Condensed Bold;transition:color .3s linear;width:100%;text-align:center;background-color:#fc0;border-radius:15px;margin:3px}@keyframes borderGrow{0%{border:0 solid red}to{border:5px solid red}}.tray-link:hover{color:#000;background-color:#fc0;border:5px solid red;border-radius:15px;animation:borderGrow .2s ease-in-out}.link-container{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}.nav-link{color:red;font-size:2.5rem;margin-left:24px;margin-right:24px;text-decoration:none;font-family:Barlow Semi Condensed Bold;transition:color .3s linear}.corn{padding-top:8px}.nav-link:hover{color:#000;scale:1.2}@media screen and (max-width:1200px){.nav-link{font-size:2rem;margin-left:20px;margin-right:20px}}@media screen and (min-width:769px) and (max-width:1199px){.link-container{padding-top:0}.nav-link{font-size:1.5rem;margin-left:20px;margin-right:20px}}@media screen and (max-width:768px){.link-container{padding-top:15px}.nav-link{font-size:1.5rem;margin-left:12px;margin-right:12px}.nav-mobile-title{font-size:2.5rem;color:red;font-family:Namecat;width:-moz-fit-content;width:fit-content;text-align:center}}@media screen and (max-width:499px){.link-container{padding-top:10px}.nav-mobile-title{font-size:2.5rem;color:red;font-family:Namecat;width:-moz-fit-content;width:fit-content;text-align:center}.nav-link{font-size:.98rem;margin-left:5px;margin-right:5px}.nav-container{width:95%}.corn{padding-top:2px}.hamburger-container{width:auto;height:100%;padding-right:10px}.wordmark{height:auto;width:150px}.mobile-link-container{padding-top:10px}.corn-guy{height:60px;width:60px;margin-left:10px}}@media only screen and (min-width:320px) and (max-width:480px){.nav-mobile-title{font-size:1.75rem;color:red;font-family:Namecat;width:-moz-fit-content;width:fit-content;text-align:center}}@media only screen and (min-width:481px) and (max-width:768px) and (orientation:landscape){.nav-container{height:15%}.link-container{padding-top:0}.nav-link{font-size:1.5rem;margin-left:20px;margin-right:20px}}.ham{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .4s;-moz-user-select:none;-webkit-user-select:none;user-select:none}.hamRotate.active{transform:rotate(45deg)}.hamRotate180.active{transform:rotate(180deg)}.line{fill:none;transition:stroke-dasharray .4s,stroke-dashoffset .4s;stroke:#000;stroke-width:5.5;stroke-linecap:round}.ham6 .top{stroke-dasharray:40 172}.ham6 .middle{stroke-dasharray:40 111}.ham6 .bottom{stroke-dasharray:40 172}.ham6.active .top{stroke-dashoffset:-132px}.ham6.active .middle{stroke-dashoffset:-71px}.ham6.active .bottom{stroke-dashoffset:-132px}.contact-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#fff7d8;color:red;padding-top:60%}.contact-container p{font-size:2rem;margin:10px;font-family:Barlow Semi Condensed Bold,sans-serif}.contact-container a,.contact-container p{color:#000;text-decoration:none}.hiring{color:red;border-bottom:3px solid red;padding-bottom:5px}.apply-here,.hiring{font-size:2rem;font-family:Barlow Semi Condensed Bold,sans-serif;text-decoration:none}.apply-here{color:#000;background-color:#fc0!important;padding:10px;border-radius:15px}.contact-title{font-size:5rem;font-family:Namecat,sans-serif;z-index:100;margin:0}.circle-animation-container{position:fixed;top:50%;left:50%;width:0;height:0;transform:translate(-50%,-50%);animation:orbitAround 10s linear infinite}@keyframes orbitAround{0%{transform:translate(-100%,-100%) rotate(0deg);color:#fc0}50%{color:red}75%{color:red}to{transform:translate(-100%,-100%) rotate(1turn);color:#fc0}}.paper-airplane{position:absolute;top:-40vh;left:0;width:50px;height:50px;margin:10px;z-index:100;transform:rotate(90deg)}.contact-footer-container{background-color:#fffaf9;width:100vw;transform:translateZ(200px);z-index:50;padding-bottom:50px}.contact-footer-container,.contact-form{display:flex;justify-content:center;align-items:center;height:-moz-fit-content;height:fit-content}.contact-form{flex-direction:column;width:80vw;color:red;margin:2rem 0;background-color:#fff7d8;border-radius:15px;padding:2rem}.contact-form-title{font-size:3rem;font-family:Namecat,sans-serif;z-index:100;margin:0}.contact-input{width:50%;height:3rem;margin:10px;padding:10px;border-radius:5px;border:none;border-bottom:2px solid red;font-size:1.5rem;font-family:Barlow Semi Condensed Bold,sans-serif;background-color:#fc0;color:red}.contact-input::placeholder{color:red}.contact-input:focus{outline:none}.contact-message-input{background-color:#fc0;width:50%;height:10rem;margin:10px;padding:10px;border-radius:15px;border:2px solid red;font-size:1.5rem;font-family:Barlow Semi Condensed Bold,sans-serif;color:red}.contact-message-input:focus{outline:none}.contact-message-input::placeholder{color:red}.contact-submit{width:10%;height:3rem;margin:10px;padding:10px;border-radius:15px;border:2px solid red;font-size:2rem;font-family:Barlow Semi Condensed Bold,sans-serif;background-color:red;color:#fff;cursor:pointer}.contact-loading,.contact-submit{display:flex;justify-content:center;align-items:center}.contact-loading{flex-direction:column;width:100vw;height:100vh;background-color:#fff7d8;color:red;z-index:1}.contact-loading h2{opacity:1;z-index:1;font-family:Barlow Semi Condensed Semi Bold,sans-serif;font-size:2rem;text-align:center}.contact-loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/_next/static/media/FeatureBackground.3e9e08ef.png);opacity:.5}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-border{position:relative;padding:20px;display:inline-block;margin-bottom:50px}.loading-border:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-bottom:5px solid red;border-radius:50%;animation:spin 2s linear infinite;padding:20px}.contact-loading h1{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Namecat,sans-serif;font-size:2rem;text-align:center;margin:10px;padding:50px;border-radius:15px;width:300px;height:300px}.contact-form input:-webkit-autofill,.contact-form input:-webkit-autofill:active,.contact-form input:-webkit-autofill:focus,.contact-form input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fc0!important;-webkit-text-fill-color:#000!important}@media only screen and (min-width:320px) and (max-width:480px){.contact-container{padding-top:1050px}.contact-title{font-size:3rem}.contact-container p{font-size:1.5rem}.paper-airplane{top:-25vh;width:30px;height:30px}.contact-footer-container{padding-bottom:25px}.contact-form{width:95vw}.contact-form-title{font-size:1.5rem}.contact-input,.contact-message-input{width:100%}.contact-submit{width:40%}}@media only screen and (min-width:481px) and (max-width:768px){.contact-container{padding-top:1100px}.contact-title{font-size:3rem}.contact-subtitle{font-size:1.5rem}.paper-airplane{top:-25vh;width:30px;height:30px}.contact-footer-container{padding-bottom:25px}.contact-form{width:90vw}.contact-form-title{font-size:2rem}.contact-input,.contact-message-input{width:100%}.contact-submit{width:30%}}@media only screen and (min-width:769px) and (max-width:1024px){.contact-container{padding-top:1100px}.contact-title{font-size:4rem}.contact-subtitle{font-size:1.8rem}.paper-airplane{top:-30vh;width:40px;height:40px}.contact-footer-container{padding-bottom:35px}.contact-form{width:90vw}.contact-form-title{font-size:3rem}.contact-input,.contact-message-input{width:100%}.contact-submit{width:30%}}@media only screen and (min-width:1025px) and (max-width:1200px){.contact-container{padding-top:1000px}.contact-title{font-size:4.5rem}.contact-subtitle{font-size:2rem}.paper-airplane{top:-35vh;width:45px;height:45px}.contact-footer-container{padding-bottom:40px}.contact-form{width:60vw}.contact-form-title{font-size:3rem}.contact-input,.contact-message-input{width:100%}.contact-submit{width:30%}}@media only screen and (min-width:1201px){.contact-container{padding-top:1000px}.contact-title{font-size:5rem}.contact-subtitle{font-size:2rem}.paper-airplane{top:-35vh;width:50px;height:50px}.contact-footer-container{padding-bottom:50px}}.footer-container{display:flex;flex-direction:column;align-items:center;width:100%;height:max-content;position:static;bottom:0;font-family:Namecat,sans-serif;font-size:1.5rem;color:red;border-radius:10px;background-color:#fffaf9;padding-bottom:50px}.footer-container p{font-size:1rem}.footer-container a{text-decoration:none;color:#000}.footer-container h1{font-size:2.5rem;font-family:Namecat,sans-serif;margin:0}.border-container{width:100%;top:-5px}.border-svg{background-color:#fc0;background-image:linear-gradient(180deg,#fc0,#fc0 90%,#fffaf9 91%,#fffaf9)}.footer-info-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;padding:1.5rem 1.5rem 0}.footer-info,.footer-socials{font-family:Barlow Semi Condensed Semi Bold,sans-serif;color:#000}.footer-socials{display:flex;justify-content:space-between;width:60%;padding-top:10px}.footer-info-header{font-size:1.5rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;width:100%}.footer-info-header p{font-size:1rem}.footer-logo{padding:1rem}.footer-fade{display:flex;justify-content:center;align-items:center;background-color:#fff7d8;width:100vw;height:10vh;background-image:linear-gradient(0deg,#fc0 0,#fc0 50%,#fff7d8)}@media only screen and (min-width:320px) and (max-width:480px){.footer-container{display:flex;flex-direction:column;height:750px;padding:0}.footer-container p{font-size:.8rem}.border-container{position:relative;width:100vw;margin:opx}.footer-info-container{display:flex;flex-direction:column}.footer-info-header{font-size:1.5rem;margin-bottom:1.5rem;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.footer-info-header p{font-size:1rem}.footer-info{font-size:.9rem}.footer-socials{width:80%}.border-svg{background-color:#fc0;background-image:linear-gradient(180deg,#fc0,#fc0 80%,#fffaf9 81%,#fffaf9)}}@media only screen and (min-width:481px) and (max-width:768px){.footer-container{display:flex;flex-direction:column;height:750px;padding:0}.footer-container p{font-size:.8rem}.border-container{position:relative;width:100vw;margin:opx}.footer-info-container{display:flex;flex-direction:column}.footer-info-header{font-size:1.5rem;margin-bottom:1.5rem;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.footer-info-header p{font-size:1rem}.footer-info{font-size:.9rem}.footer-socials{width:80%}.border-svg{background-color:#fc0;background-image:linear-gradient(180deg,#fc0,#fc0 80%,#fffaf9 81%,#fffaf9)}}@media only screen and (min-width:769px) and (max-width:1024px){.footer-info-container{display:grid;grid-template-columns:1fr 1fr;margin-bottom:25px}.footer-info{font-size:1rem}.border-svg{background-color:#fc0;background-image:linear-gradient(180deg,#fc0,#fc0 80%,#fffaf9 81%,#fffaf9)}}@media only screen and (min-width:1025px) and (max-width:1200px){.footer-socials{width:80%}.border-svg{background-color:#fc0;background-image:linear-gradient(180deg,#fc0,#fc0 80%,#fffaf9 81%,#fffaf9)}}@media only screen and (min-width:1201px){.footer-socials{width:60%}.border-svg{background-color:#fc0;background-image:linear-gradient(180deg,#fc0,#fc0 80%,#fffaf9 81%,#fffaf9)}}