@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");:root{--color-background-main:#fff;--color-background-pink:#fbf6f7;--color-background-blue:#17182f;--color-text-blue:#17182f;--color-text-white:#fff;--color-text-accent:#f45345;--color-accent:#ed4e08;--color-accent-transparent:rgba(237,78,8,.5);--color-header:#f5f5f8;--color-button-blue:#6461f3;--color-button-red:#f45345;--font-300:300;--font-400:400;--font-500:500;--font-600:600;--font-700:700;--transition:all 0.3s ease;--transition-long:all 0.7s ease;--transform-scale:scale(1.05);--box-shadow:1px 1px 10px 10px rgb(0 0 0/4%);--border-radius:16px}*{margin:0;padding:0;box-sizing:border-box;list-style-type:none;text-decoration:none;scroll-behavior:smooth;word-break:break-word;font-family:Montserrat,sans-serif}#root{width:100vw;min-height:100vh}#root,body{background-color:var(--color-background-main);color:var(--color-text-blue);min-height:100vh;max-width:100%;line-height:1.5;-webkit-font-smoothing:antialiased;position:relative}body.menuOpen{overflow:hidden}button{position:relative;display:inline-block;cursor:pointer;outline:none;border:0;vertical-align:middle;text-decoration:none;background:transparent;padding:0;font-size:inherit;font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.25}h1{font-size:3rem;margin-bottom:2rem}h2{margin-top:1rem;margin-bottom:1rem;font-size:2rem}h2,h3{font-weight:500}h3{font-size:1.5rem}p{margin-top:.5rem;margin-bottom:.5rem}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font-family:inherit}section{width:100%;max-width:100vw;padding:4rem 0;display:flex;flex-direction:column;align-items:center}.section-wrapper{width:75%;max-width:1200px;display:flex}footer .section-wrapper{width:90%}@media screen and (max-width:990px){.section-wrapper{width:90%}h1{font-size:2.5rem}}@media screen and (max-width:660px){h1{font-size:2rem}h2{font-size:1.5rem}}.mb-2{margin-bottom:2rem}.mt-2{margin-top:2rem}.flex{display:flex;flex-wrap:wrap}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.h-100{height:100%}.w-100{width:100%}.hover-underline-animation{display:inline-block;position:relative}.hover-underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background:linear-gradient(45deg,#0cf,var(--color-background-blue),#d400d4);transform-origin:bottom right;transition:transform .4s ease-out}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.info-card-container{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:660px){.info-card-container{justify-content:center}}@media screen and (max-width:990px){section{padding:3rem 0}}.btn{box-sizing:border-box;text-decoration:none;cursor:pointer;padding:.75rem 1.25rem;position:relative}.btn.glowing-border{width:160px;height:50px;display:inline-block;background-color:#fff}.btn.glowing-border:after,.btn.glowing-border:before{content:"";position:absolute;inset:0;background:red;transition:.4s}.btn.glowing-border:hover:before{inset:-3px}.btn.glowing-border:hover:after{inset:-3px;filter:blur(10px)}.btn.glowing-border:after,.btn.glowing-border:before{background:linear-gradient(45deg,#0cf,var(--color-background-blue),#d400d4)}.btn.glowing-border span{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-background-blue);z-index:10;display:flex;justify-content:center;align-items:center;font-size:1em;text-transform:uppercase;letter-spacing:2px;color:#fff;overflow:hidden;box-shadow:0 3px 5px rgba(0,0,0,.04);font-weight:600;text-align:center}.btn.glowing-border span:before{content:"";position:absolute;top:0;left:-50%;width:100%;height:100%;background:hsla(0,0%,100%,.075);transform:skew(25deg)}.btn.outline{border:1px solid #fff;border-radius:8px;outline:none;overflow:hidden;color:#fff;transition:color .3s ease-out .1s;text-align:center;line-height:250%;font-weight:500}.btn.outline:hover{color:#17182f;background-color:#fff;border:none}.btn-with-arrow{padding:1rem 0;font-size:18px;color:#17182f;-webkit-text-fill-color:#17182f;font-weight:500;transition:all .3s ease-in-out;position:relative;font-weight:600;letter-spacing:.5px}.btn-with-arrow:after{content:"";width:21px;height:14px;background:url(/images/right_arrow-btn-blue.svg);background-size:auto;background-repeat:no-repeat;position:absolute;right:-24px;top:23px;transition:all .3s ease-in-out}.btn-with-arrow:hover:after{transform:translateX(20px)}.btn-with-arrow-light{padding:1rem 0;font-size:18px;color:#fff;-webkit-text-fill-color:#fff;font-weight:500;transition:all .3s ease-in-out;position:relative;font-weight:600;letter-spacing:.5px}.btn-with-arrow-light:after{content:"";width:21px;height:14px;background:url(/images/right_arrow-btn.svg);background-size:auto;background-repeat:no-repeat;position:absolute;right:-30px;top:20px;transition:all .3s ease-in-out}.btn-with-arrow-light:hover:after{transform:translateX(20px)}.btn-with-arrow-light-down{padding:1rem 0;font-size:18px;color:#fff;-webkit-text-fill-color:#fff;font-weight:500;transition:all .3s ease-in-out;position:relative}.btn-with-arrow-light-down:after{content:"";width:21px;height:21px;background:url(/images/down-arrow.png);background-size:auto;background-repeat:no-repeat;position:absolute;right:-30px;top:18px;transition:all .3s ease-in-out}.btn-with-arrow-light-down:hover:after{transform:translateY(20px)}.ourAwards{position:relative;width:100%;background:linear-gradient(-45deg,#d86441,#da3e8c,#0684b1,#02c597);background-size:400% 400%;-webkit-animation:gradient 30s ease infinite;animation:gradient 30s ease infinite;justify-content:center}.egegenAwards{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;text-align:center;position:relative;margin-bottom:1rem}.egegenAwardsCard{display:flex;flex-direction:column;align-items:center;padding:1rem;max-width:20%;min-width:15%;width:18%}.egegenAwardsCardImage{margin-bottom:2rem;width:70%;height:21%;max-height:14rem}.egegenAwardsCardImage img{width:100%;height:100%;max-height:14rem;-o-object-fit:contain;object-fit:contain}.egegenAwards p{font-weight:500;color:#fff}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media screen and (max-width:768px){.egegenAwards{align-items:flex-start;justify-content:center;margin-bottom:2rem}.egegenAwardsCard:nth-child(3){display:none}.egegenAwardsCard{width:25%;max-width:50%}.egegenAwardsCard p{font-size:.9rem}.egegenAwardsCardImage{margin-bottom:1rem}}@media screen and (max-width:600px){.egegenAwardsCard{width:45%}.egegenAwardsCardImage{margin-bottom:.5rem}}.clientsSlide{padding:2rem 0 4rem}.clientsSlideText{margin-bottom:2rem}.clientsSlideText h2{font-size:2.25rem}.clientsSlideSlideshow{width:100%}.clientLogoSmall{width:100px;transition:all .3s ease;filter:grayscale(100%);-o-object-fit:contain;object-fit:contain}.clientLogoSmall:hover{filter:grayscale(0)}.clientsSlide .swiper-slide{height:100px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.clientsSlideContainer{padding:2rem 0}.clientsSlideText h2{text-align:center}}@media screen and (max-width:661px){.clientsSlideContainer{flex-direction:column}.clientsSlideText{margin-bottom:1rem}.clientsSlideSlideshow{width:90%}}section.contactForm{background:#f1f2f3}.contactFormWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:1200px;padding:0 4rem;min-height:435px}.contactFormWrapper h1{font-size:2rem;margin-bottom:2rem}.formControl{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.formControl .formRow{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between}#contactForm .formField{display:flex;flex-direction:column;width:45%;margin:.5rem 1rem}#contactForm label{font-size:1.1rem;color:#333;margin-bottom:.5rem}#contactForm label.labelRequired:after{content:"*"}#contactForm input,#contactForm textarea{padding:.75rem;border:1px solid #ccc;border-radius:4px}#contactForm button{padding:.75rem 1.5rem;border-radius:4px;background-color:var(--color-background-blue);color:#fff;margin:1rem;transition:all .3s ease;font-weight:600;font-size:1.1rem;letter-spacing:1px}#contactForm button:hover{background-color:#fff;color:var(--color-background-blue);box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}@media screen and (max-width:860px){.contactFormWrapper{padding:0 2rem}}@media screen and (max-width:784px){.contactFormWrapper{padding:0}}@media screen and (max-width:712px){.contactFormWrapper{padding:0}#contactForm .formField{width:100%}}@media screen and (min-width:1200px){section.contactForm{background-size:100%}}.learnMore{width:12rem;height:auto}.learnMore .circle{position:relative;display:block;margin:0;width:3rem;height:3rem;background:var(--color-background-blue);border-radius:1.625rem}.learnMore .circle,.learnMore .circle .icon{transition:all .45s cubic-bezier(.65,0,.076,1)}.learnMore .circle .icon{position:absolute;top:0;bottom:0;margin:auto;background:#fff}.learnMore .circle .icon.arrow{transition:all .45s cubic-bezier(.65,0,.076,1);left:.625rem;width:1.125rem;height:.125rem;background:none}.learnMore .circle .icon.arrow:before{position:absolute;content:"";top:-.25rem;right:.0625rem;width:.625rem;height:.625rem;border-top:.125rem solid #fff;border-right:.125rem solid #fff;transform:rotate(45deg)}.learnMore .button-text{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;left:0;right:0;bottom:0;padding:.75rem 0;margin:0 0 0 1.85rem;color:var(--color-text-blue);font-weight:700;line-height:1.6;text-align:center;text-transform:uppercase;font-size:1rem}.learnMore:hover .circle{width:100%}.learnMore:hover .circle .icon.arrow{background:#fff;transform:translate(1rem)}.learnMore:hover .buttonText{color:#fff}.innerProcessSection{padding-bottom:12rem}.innerProcessTitle{display:flex;flex-direction:column;align-items:center;margin-bottom:8rem}.innerProcessTitle h1{width:100%}.innerProcessGraphic{margin-inline:auto;width:100%;max-width:1200px;min-height:12rem;position:relative;background-image:url(/images/path.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.graphicLineVertical{display:none}.processGraphicBox{position:absolute}.processGraphicDots img{width:25px;height:25px}.processGraphicBox h2{font-size:24px;margin-bottom:.5rem}.processGraphicBox p{font-size:15px}.processGraphicDot1{position:absolute;top:69%;left:4%}.processGraphicDot2{position:absolute;top:63%;left:28%}.processGraphicDot3{position:absolute;top:45%;left:50%}.processGraphicDot4{position:absolute;top:33%;left:75%}.processGraphicDot5{position:absolute;top:1%;left:97%}.processGraphicDot5,.processGraphicDot5 img{width:50px;height:50px}.graphicBox1{max-width:278px;top:-6%;left:0}.graphicBox1,.graphicBox2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.graphicBox2{max-width:270px;top:75%;left:17%}.graphicBox3{max-width:274px;top:-26%;left:38%}.graphicBox3,.graphicBox4{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.graphicBox4{max-width:275px;top:43%;left:66%}.graphicBox5{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:24%;left:94%}@media screen and (max-width:1125px){.processGraphicBox h2{font-size:20px}.processGraphicBox p{font-size:14px}}@media screen and (max-width:990px){.innerProcessSection{padding-bottom:8rem}.innerProcessTitle{margin-bottom:3rem}.processGraphicBox p{display:none}.graphicBox1{top:33%}.graphicBox3{top:21%}.graphicBox5{top:29%;left:93%}}@media screen and (max-width:768px){.innerProcessSection{padding-bottom:6rem}.innerProcessTitle{margin-bottom:1rem}.processGraphicBox h2{font-size:17px}.graphicBox2{top:65%;left:15%}}@media screen and (max-width:660px){.graphicLineVertical{display:block;position:absolute;left:12px;top:7px;width:2px;height:100%;background-color:#489cf8}.innerProcessTitle{margin-bottom:3rem}.innerProcessGraphic{background:url(/images/path-mobile.svg);background-repeat:no-repeat;height:21rem}.processGraphicBox h2{margin-top:0;margin-bottom:0;width:auto}.graphicBox1{top:0;left:9%}.graphicBox2{top:23%;left:9%}.graphicBox3{top:45%;left:9%}.graphicBox4{top:69%;left:9%}.graphicBox5{top:93%;left:9%}}.services-submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:100%;list-style:none;text-align:start;display:flex;flex-direction:column}.services-submenu li{background:#00d4d4;cursor:pointer}.services-submenu li a:hover{background:#00afaf}.services-submenu.clicked{display:none}.submenuItem{display:block;width:100%;height:100%;text-decoration:none;color:#fff;padding:16px}footer{background-color:var(--color-background-blue);color:#fff;display:flex;flex-direction:column;align-items:center}.contact-us{width:100%;padding:4rem 0 2rem}.contact-us-button-container{margin-top:1rem}.contact-us-text-container{width:50%;margin-right:6rem;margin-bottom:4rem}.contact-us-text-container h1{font-size:3rem;margin-bottom:2rem}.contact-us-text-container p{margin-bottom:.5rem}.contact-info{padding:0 0 2rem}.contact-info h1{font-size:2rem;font-weight:500}.contact-info-left{width:20%;display:flex;flex-direction:column;align-items:center}.contact-info-left img{width:150px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.contact-info-left h1{margin-bottom:2rem}.contact-info-right{display:flex;flex:1 1;flex-direction:column}.socialIconsContainer{width:100%;justify-content:space-around;margin-bottom:2rem}.social-icon{width:30px;height:30px}.contact-info-top-right{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 0 0 4rem;margin-bottom:4rem}.contact-info-column{max-width:33%}.contact-info-column,.footer-link-item{display:flex;flex-direction:column}.contact-info-column h1{font-size:1.25rem;margin-bottom:1.5rem}.contact-info-column a{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.5rem;transition:all .3s ease}.contact-info-column a:hover{transform:scale(1.05)}.contact-info-bottom-right{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 0 0 4rem}.contact-info-location{max-width:20%;display:flex;flex-direction:column;margin-bottom:2rem}.contact-info-location h1{font-size:1.25rem;margin-bottom:1.5rem}.contact-info-location p{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.5rem}@-webkit-keyframes move{to{transform:translateZ(1px) rotate(1turn)}}@keyframes move{to{transform:translateZ(1px) rotate(1turn)}}.copyright-section{width:100%;padding:1rem 0}.copyright{margin-bottom:1rem}.copyright p,.policy a{font-size:.75rem}.policy a{color:#fff;font-weight:500;transition:all .3s ease}.policy a:not(:last-child){margin-right:1rem}.policy a:hover{transform:scale(1.05)}@media screen and (max-width:1100px){.contact-info .section-wrapper{flex-direction:column;align-items:center}.contact-us-text-container{width:55%}.contact-info-left{width:50%;margin-bottom:2rem}.contact-info-bottom-right,.contact-info-top-right{padding:0}.contact-us-button-container,.contact-us-text-container{margin-bottom:2rem}}@media screen and (max-width:768px){.contact-us-text-container{width:70%;margin-right:0}.contact-info-location{max-width:45%}.contact-info-location h1{margin-bottom:.5rem}.copyright{width:50%;margin-right:2rem}.policy{width:50%;margin-left:2rem}}@media screen and (max-width:661px){.contact-info-top-right{padding:0;align-items:center;justify-content:space-between}.contact-info-column{width:48%;max-width:48%;margin-bottom:2rem}.contact-info-bottom-right{padding:0}.contact-us-text-container{width:90%;margin-bottom:2rem}.contact-us-button-container{margin-bottom:2rem}.copyright{width:100%;margin-right:0}.policy{width:100%;margin-left:0}.contact-us-text-container h1{font-size:2.25rem;margin-bottom:1rem}}.info-card{display:flex;flex-direction:column;justify-content:space-between;width:32%;background:#fff;box-shadow:0 3px 36px #547a9e24;margin:.5rem 0}.info-card-icon{display:flex;align-items:center;justify-content:center;max-width:100%;height:150px;position:relative;margin-top:1rem;margin-bottom:1rem}.info-card-title{font-size:1.1rem;padding:0 1rem}.info-card-title h2{font-size:1.25rem}.info-card-sublink-container{display:flex;flex-direction:column;padding:0 1rem}.info-card-sublink{padding:.25rem 1rem;position:relative;transition:var(--transition)}.infoCardSublinkText{font-size:1rem;margin-bottom:.5rem;font-weight:500}.info-card-sublink:hover{transform:scale(1.05)}.infoCardTechContainer{width:75%;display:flex;flex-wrap:wrap;padding:1rem 0}.techIcon{transition:all .3s ease;margin-right:.5rem}.techIcon:hover{transform:scale(1.1)}.ctaButtonContainer{display:flex;flex-direction:column}.ctaButtonContainer .btn-with-arrow{margin-top:1rem}.info-card-footer{width:100%;display:flex;background:#dbf2fb;padding-left:1rem}.info-card-footer a{width:75%;display:flex}.info-card-footer .btn-with-arrow{font-size:16px}.info-card-btn{display:flex;align-items:center;width:100%;color:#fff;font-weight:500;transition:all .3s ease;background:transparent linear-gradient(262deg,#1d9ef3,#024efe) 0 0 no-repeat padding-box}.info-card-btn:hover{background:transparent;color:var(--color-text-blue)}.info-card-btn:after{content:"";width:19px;height:11px;background-image:url(/images/right_arrow-btn.svg);background-size:auto;position:absolute;right:32px;top:16px;pointer-events:none;z-index:9}.info-card-btn:hover .info-card-btn:after{background-image:url(/images/right_arrow-btn-blue.svg)}@media screen and (max-width:661px){.info-card{width:100%;max-width:100%}}.inner-navbar-wrapper{width:75%;max-width:1200px;height:100%;flex-direction:column;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.inner-navbar-wrapper,.innerNavContainer{display:flex;justify-content:center;align-items:center}.innerNavContainer{height:auto;width:100%;max-width:100%;background-color:#fff;border-radius:40px;box-shadow:0 10px 40px rgba(159,162,177,.8);z-index:1}.inner-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.inner-nav-item{color:#83818c;padding:8px 6px;text-decoration:none;transition:.3s;margin:0 2px;z-index:1;font-weight:500;position:relative}.underline{position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(45deg,#0cf,var(--color-background-blue),#d400d4);border-radius:8px 8px 0 0}#heroParticles,#notFoundParticles,#starparticles{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:0}.inner-page-hero.servicesHero{max-height:32rem;background-image:url(/images/design-hero-bg.jpeg);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;padding-top:12rem}.inner-page-hero p{font-weight:500;margin-bottom:2rem}.services-inner-section{padding:8rem 0}.services-inner-section.blue{background-color:#f3f9ff}.services-inner-section-text{display:flex;justify-content:space-between}.services-inner-section-text-left{width:75%}.services-inner-section-text-left h1,.services-inner-section-text-left p{margin-bottom:2rem}.services-inner-section-image{width:100%;height:450px;display:flex;justify-content:center;align-items:center;position:relative}.services-inner-section-text-only{width:100%;display:flex;flex-direction:column}.cta-wrapper p{font-size:.9rem;margin-bottom:.75rem}.services-inner-section-text-only p{font-size:1rem;margin-bottom:3rem}.services-inner-section-info-card{height:auto;max-width:48%;display:flex;flex-direction:column;padding:2rem;background-color:#fff;box-shadow:1px 1px 18px #547a9e1a;transition:all .3s ease-in-out}.services-inner-section-info-card:hover{transform:translateY(-10px)}.services-inner-section-info-card-icon{padding:0 1rem;margin-bottom:2rem}.services-inner-section-info-card-text{padding:0 1rem;margin-bottom:auto}.services-inner-section-info-card-text h2{margin-bottom:1rem}.services-inner-section-info-card-footer{padding:1rem}.inner-page-service-card-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem}.inner-page-service-card-section h1{font-size:2.5rem;margin-bottom:2rem}.inner-page-service-card{width:30%;display:flex;align-items:center;padding:2rem;border:1px solid #eee;transition:all .3s ease-in-out;cursor:auto;margin-bottom:2rem}.inner-page-service-card:hover{box-shadow:0 1px 18px 4px #547a9e1a}.inner-page-service-card-icon{margin-right:1.5rem}.inner-page-service-card-text h3{font-weight:500;font-size:1.35rem}.why-choose-egegen{background-color:var(--color-background-blue);color:#fff}.why-choose-egegen-main{width:100%;padding:2rem 0}.why-choose-egegen-main h1{font-size:2.5rem;margin-bottom:2rem;padding-left:1rem}.why-choose-egegen-main p{font-size:1rem;margin-bottom:2rem;padding-left:1rem}.why-choose-egegen-card-wrapper{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.why-choose-egegen-card{width:45%;display:flex;flex-direction:column;padding:1rem 0;margin-bottom:2rem}.why-choose-egegen-card-text h2{margin-bottom:1rem;font-size:1.5rem}.why-choose-egegen-card-text p{margin-bottom:1rem;font-size:.9rem}.tools-container{width:100%;max-width:1049px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:30px;place-items:center}.tool-icon{background:#fff;display:flex;align-items:center;justify-content:center;border-radius:100%;box-shadow:0 11px 18px #547a9e1a;height:135px;width:135px}.industries-we-serve-slide{margin-top:2rem}.tool-icon img{height:56px!important;width:56px!important}.industries-we-serve-text{display:flex;align-items:center;margin-bottom:3rem}.industries-we-serve-text h1{width:40%;font-size:2.25rem}.industries-we-serve-text p{width:60%}.industries-slide-card{box-shadow:1px 1px 18px #547a9e1a;margin-bottom:2rem}.industries-slide-card h1{display:flex;font-size:1.25rem;height:75px;padding:1rem}.projects-we-have-done-slide{width:100%}.projects-slide-card img{margin-bottom:2rem;height:330px}.projects-slide-card h1{font-size:1.75rem;text-align:start;margin-bottom:1rem}.projects-slide-card p{text-align:start}.other-services{padding:4rem 0 8rem}.other-services-image-wrapper{display:flex;align-items:center;justify-content:center;text-align:center}.other-services-image{position:relative;width:50%}.other-services-image img{transition:all .3s ease}.other-services-image:hover img{filter:blur(5px)}.other-services-image h2{position:absolute;width:335px;font-size:2.25rem;text-align:start;top:50%;left:15%;transform:translateY(-50%);color:var(--color-background-blue);font-weight:600}@media screen and (max-width:990px){.services-inner-section-info-card-text h2{font-size:1.5rem}.inner-page-service-card{flex-direction:column;justify-content:center}.inner-page-service-card-icon{margin-right:0;margin-bottom:1rem;width:50px;height:50px}.inner-page-service-card-text h3{font-size:1.25rem;text-align:center}.services-inner-section{padding:6rem 0}.services-inner-section-text{width:100%}.services-inner-section-image{width:100%;height:400px}.services-inner-section-text-only{width:80%}.services-inner-section-info-card{padding:1rem}.inner-page-service-card-section{padding:6rem 2rem}.why-choose-egegen-main{width:90%;padding:2rem 0;margin-right:2rem}.why-choose-egegen-card-icon{width:50px;height:50px}.tools-container{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tool-icon{height:120px;width:120px}.industries-we-serve-text h1{width:35%}.industries-we-serve-text p{width:65%}.other-services-image img{filter:blur(3px)}.other-services-image h2{font-size:2rem;top:75%}}@media screen and (max-width:800px){.why-choose-egegen-card{width:100%}.why-choose-egegen-card-icon{margin-bottom:1rem}}@media screen and (max-width:768px){.services-inner-section-text{width:85%;flex-direction:column}.services-inner-section-text-left{width:100%}.services-inner-section-text-right{margin-bottom:2rem}.services-inner-section-image,.services-inner-section-text-only{width:85%}.tools-container{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.tool-icon{height:100px;width:100px}.tool-icon img{width:45px!important;height:45px!important}.industries-we-serve-text{flex-direction:column}.industries-we-serve-text h1{width:100%;font-size:2rem;margin-bottom:1rem}.industries-we-serve-text p{width:100%}.other-services-image-wrapper{flex-direction:column;width:100%;align-items:center}.other-services-image{width:100%;margin-bottom:1rem}.other-services-image h2{width:80%}}@media screen and (max-width:661px){.services-inner-section{padding:4rem 0}.services-inner-section-text-only{width:95%}.services-inner-section-info-card{max-width:100%;margin-bottom:2rem}.inner-page-service-card{flex-direction:column;align-items:center;padding:1rem;justify-content:center}.inner-page-service-card-icon{margin-right:0;margin-bottom:1rem}.inner-page-service-card-text h3{font-weight:500;font-size:1rem;text-align:center}.tool-icon{height:75px;width:75px}.tools-container{grid-template-columns:repeat(auto-fit,minmax(75px,1fr));grid-gap:10px}}.servicesHero{height:100vh;background-image:url(/images/services-hero-bg.png);background-repeat:no-repeat;background-position:bottom;background-size:cover;position:relative;color:#fff}.servicesHeroTextWrapper{width:90%;height:100%;padding:0 2rem;display:flex;flex-direction:column;justify-content:center}.servicesHeroTextWrapper h1{font-size:3rem;margin-bottom:2rem}.servicesHeroTextWrapper p{margin-bottom:2rem}.innerNavSection{padding:0;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center}#designServices{background-color:#f8f8f8;width:100%}#digitalMarketing{background-color:#f2f2f2;width:100%}#softwareDevelopment{background-color:#f8f8f8;width:100%}#mobileDevelopment{background-color:#e9f7f7;width:100%}#devops{background-color:#edeef9;width:100%}#staffAugmentation{background-color:#e0ebf6;width:100%}.designServicesWrapper{display:flex;padding:2rem 0}.servicesInnerArticle .btn.glowing-border{height:40px}.designServicesText{width:100%;display:flex;flex-direction:column;padding:4rem 1rem;align-items:flex-start;justify-content:center;text-align:start}.designServicesText h1{font-size:2.5rem;font-weight:600;margin-bottom:2rem}.designServicesText p{margin-bottom:2rem}.designServicesImg{position:relative;width:90%}.infoCardSublinkContainer{display:flex;flex-direction:column;margin-bottom:1rem}.infoCardSublink{padding:.5rem 0;transition:var(--transition)}.infoCardSublink:hover{transform:scale(1.05)}.infoCardSublinkText{color:var(--color-text-blue);position:relative}.infoCardSublinkText:before{display:inline-flex;content:"";background-image:url(/images/right_arrow-btn-blue.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;height:12px;width:20px;margin-right:.5rem}@media screen and (max-width:990px){.info-card-sublink{padding:.25rem 0 .25rem 1rem}.infoCardSublinkText{font-size:1rem}.info-card{min-width:44%;max-width:44%}}@media screen and (max-width:900px){.designServicesText{padding:2rem 0}.designServicesText h1{font-size:2rem;margin-bottom:1rem}.designServicesText p,.infoCardSublinkText{font-size:.95rem}.servicesInnerArticle .btn-with-arrow{margin-top:0;font-size:16px;font-weight:500}}@media screen and (max-width:660px){.info-card-title{padding:1rem 1.5rem}.info-card{min-width:85%;max-width:100%}.info-card-sublink{padding:.25rem 0 .25rem 2rem}.info-card-footer{padding-left:1.5rem}}@media screen and (max-width:990px){.designServicesWrapper{padding:4rem 0 2rem}.innerNavContainer{padding:0 1rem}}@media screen and (max-width:1300px){.inner-navbar-wrapper{width:90%}.designServicesText{padding:4rem 0}}@media screen and (max-width:1070px){.inner-navbar-wrapper{display:none}}@media screen and (max-width:990px){.designServicesText{padding:2rem 1rem}.inner-nav-item{margin:0;padding:12px}.inner-nav-item.is-active:before{bottom:3px;height:2px}}@media screen and (max-width:661px){.inner-nav-item{margin:0;padding:6px}.innerNavContainer{flex-direction:column;padding:1rem}.inner-nav{overflow:auto;flex-direction:column}}@media screen and (max-width:768px){.designServicesWrapper{justify-content:space-between;align-items:center}.designServicesImg{width:250px;height:13rem}.designServicesText{padding:2rem 1rem}}@media screen and (max-width:661px){.designServicesWrapper{flex-direction:column-reverse;align-items:center;padding:8rem 0 4rem}.designServicesText{padding:2rem 0;width:90%}.designServicesText h1{font-size:2rem;margin-bottom:1rem}}section.not-found{position:relative;background-color:#17172f;color:#fff;background-image:url(/images/wintery-sunburst.svg);background-position:50%;background-size:cover;background-repeat:no-repeat}.not-found-container{min-height:100vh;width:100%;z-index:1}#title,.not-found-container{display:flex;flex-direction:column;justify-content:center;align-items:center}#title{top:50%;transform:translateY(-50%);left:0;right:0;color:#fff;text-align:center}#title h1{font-size:3rem;font-weight:400;letter-spacing:10px;background:-webkit-linear-gradient(#fff,#38495a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:3rem}#title button{width:185px}section.about-us-hero{min-height:50vh;max-height:28rem;position:relative;color:#fff;padding:0}.about-us-hero-box{width:75%;max-width:1200px;padding:3rem;background-color:#17172f;background-image:url(/images/quotes.svg);background-repeat:no-repeat;background-position:11.7% 50%;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%);z-index:3;display:flex;justify-content:space-between}.hero-box-left{width:50%;height:50%}.about-us-hero-box p{font-size:1.25rem;font-weight:500}.about-us-hero-title{position:absolute;top:75%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;z-index:5}.about-us-hero-title h1{font-size:3rem;font-weight:600;margin:0;color:#fff;text-decoration:underline}.about-us-hero-bg{position:absolute;inset:0;background:url(/images/about-us-hero.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0;filter:brightness(.4)}.about-us-text{background-color:#fff;overflow:hidden}.about-us-text-wrapper{width:75%;max-width:1200px;padding:8rem 0 4rem;position:relative}.about-us-text-wrapper h2{font-size:1.75rem;margin-bottom:4rem;text-align:center;font-weight:400}.about-us-text-wrapper p{font-family:inherit}.oscar-bg{position:absolute}.what-we-do{background-color:#17172f;color:#fff}.what-we-do-text{max-width:20%;margin-right:2rem}.what-we-do-text h1{margin-bottom:1rem;font-size:2.5rem}.what-we-do-text p{font-size:1rem;margin-bottom:1rem}.what-we-do-grid{width:calc(80% - 2rem);display:flex;flex-wrap:wrap}.what-we-do-card{width:25%;padding:0 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.what-we-do-card img{width:100px!important;margin-bottom:.5rem}.what-we-do-card h3{font-size:1.25rem}@media screen and (max-width:1100px){.what-we-do .section-wrapper{flex-direction:column;align-items:center}.what-we-do-text{max-width:100%;margin-right:0;margin-bottom:2rem}.what-we-do-text h1{font-size:2rem}.what-we-do-grid{width:100%}.what-we-do-card img{width:75px!important;height:75px!important}.what-we-do-card h3{font-size:1.25rem}}@media screen and (max-width:900px){.about-us-hero-box,.about-us-text-wrapper{width:90%}}@media screen and (max-width:768px){.about-us-text-wrapper{padding:8rem 0 6rem}.what-we-do-grid{width:100%;justify-content:center}.what-we-do-card{width:50%;padding:0}.what-we-do-card img{width:125px}.what-we-do-card h3{font-size:1.25rem;font-weight:600}.oscar-bg{width:200px;height:200px}}@media screen and (max-width:601px){.about-us-hero-box{flex-direction:column}}@media screen and (max-width:475px){.about-us-text-wrapper{padding:8rem 1rem}.what-we-do-text{width:95%}.what-we-do-card img{width:75px}.what-we-do-card h3{font-size:1rem}}.contact-page{background-color:#17172f;color:#fff;background-image:url(/images/Animated-Shape.svg);background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;padding-top:11rem}.contact-page .section-wrapper,.contact-page-title{align-items:center;justify-content:center}.contact-page-title{width:75%;display:flex;flex-direction:column;text-align:center}.contact-page-title iframe{max-width:600px}.contact-page-button{position:absolute;top:720px}.contact-page-title h1{font-size:3rem;margin-bottom:2rem}.contact-page-title h3,.contact-page-title p{font-size:1.25rem;font-weight:500;margin-bottom:2rem}.contact-page-title a{font-size:1.25rem;margin-bottom:1rem;color:#fff;text-decoration:none;transition:all .3s ease}.contact-page a p{font-weight:600;margin-bottom:0}.contact-page-title a:hover{text-decoration:none}@media screen and (max-width:1290px){.contact-page-title{width:100%;margin-right:0;align-items:center}.contact-page-title h1{font-size:2.5rem;margin-bottom:1.5rem}.contact-page-title a{margin-bottom:1rem}.calendly-inline-widget{width:100%!important}}.hero{background-color:var(--color-background-blue);background-image:url(/images/Simple-Shiny.svg);background-position:50%;background-size:cover;background-repeat:no-repeat;color:#fff;position:relative;overflow:hidden;padding-top:12rem}.hero-img-container{width:40%;height:600px;display:flex;justify-content:center;align-items:center}.hero h1{margin-bottom:.5rem}.hero-text-container p{font-size:1rem;margin-top:1rem}.hero-button{padding-top:1rem;padding-bottom:1rem}.partners-grid{display:flex;align-items:center}.partner-logo{margin-right:1rem}.introduction{display:flex;background-image:url(/images/egegen-introduction-bg.png);background-repeat:no-repeat;background-position:bottom;position:relative}.introduction-text{width:100%;max-width:1600px;padding:4rem 8rem;position:relative}.introduction-text h1{font-size:3rem;margin-bottom:2rem}.introduction-text p{margin-bottom:2rem;font-weight:500}.introduction-text h2{margin-bottom:1rem;font-weight:500}.egegen-logo-animated{width:200px;position:absolute;bottom:0;right:20%}.acceleration{display:flex;background:transparent linear-gradient(180deg,rgba(164,221,246,.4),#ffffff00 44%) 0 0 no-repeat padding-box}.acceleration-container{width:90%;max-width:1600px;display:flex;flex-direction:column;align-items:center}.acceleration-container h1{line-height:1.1;font-size:3rem;text-align:center;margin-bottom:2rem}.acceleration-container p{font-weight:500;text-align:center;margin-bottom:2rem}.portfolio{transition:all .3s ease}.acceleration .infoCardTechContainer{padding-left:1rem}.acceleration .info-card-footer a{width:85%}.tools-we-use{background-color:#f3f9ff}.projects-container{width:90%;max-width:1600px;display:flex;flex-direction:column;padding:0 2rem;align-items:center;justify-content:center}.projects-container>h2{margin-bottom:2rem}.projects-container h1{font-size:2.5rem;margin-bottom:4rem;text-align:center}.homepage-project{width:100%;display:flex;margin-bottom:6rem}.homepage-project:last-child{margin-bottom:2rem}.homepage-project.blue{background-color:#ebf1fb}.homepage-project.green{background-color:#ebf5f5}.homepage-project.lilac{background-color:#eaecfc}.project-text-container{width:60%;padding:2rem;display:flex;flex-direction:column}.project-tag-container{display:flex;flex-wrap:wrap;margin-bottom:1rem}.project-tag{font-size:12px;line-height:12px;color:#17182f;padding:6px 10px;background:#fff;margin-right:8px;margin-bottom:8px;border-radius:20px;text-transform:uppercase;font-weight:500}.project-title h1{font-size:2rem;margin-bottom:1rem}.project-text p{color:#121212;font-size:.95rem}.project-link{margin-top:auto;justify-self:flex-end}.values{display:flex;flex-direction:column;background:transparent linear-gradient(180deg,rgba(164,221,246,.4),#ffffff00 44%) 0 0 no-repeat padding-box}.values-container{display:flex;width:90%;padding:0 2rem;max-width:1600px}.values-text-container{width:65%;display:flex;flex-direction:column}.values-text-container h2{text-transform:uppercase;margin-bottom:2rem}.values-text-container h1{font-size:3rem;margin-bottom:2rem}.values-text-container h2{font-size:2rem;margin-bottom:.5rem}.values-text-container p{font-size:1rem;margin-bottom:2rem}.values-image-container{width:35%}.values-numbers-container{width:75%;max-width:1200px;padding:1rem 0;display:flex;border-top:1px solid #eee}.values-numbers{display:flex;flex-direction:column;margin-right:2rem}.values-numbers span{font-size:3rem;background:linear-gradient(90deg,#024efe 0,#1d9ef3);font-weight:600;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.values-numbers h1{font-size:1rem}@media screen and (max-width:990px){.hero-text-container{padding:6rem 0 0}.hero-text-container h1{font-size:2.75rem;margin-bottom:.5rem}.introduction-text{padding:4rem}.egegen-logo-animated{width:170px}.portfolio{padding:4rem 0}}@media screen and (max-width:900px){.values-numbers-container{width:90%}}@media screen and (max-width:768px){.hero-img-container{height:350px}.acceleration-container,.projects-container{padding:0}.project-text-container{padding:1rem;width:60%}.project-image-container{display:flex;align-items:center}.homepage-project{margin-bottom:4rem}.values-container{padding:0;flex-direction:column-reverse;align-items:center}.values-image-container{width:300px;height:265px}.values-numbers-container{padding:0;justify-content:center}.values-numbers{align-items:center}.egegen-awards{width:90%;padding:0}}@media screen and (max-width:661px){.hero-img-container{display:none}.hero-text-container{padding:0;width:100%}.hero-text-container h1{font-size:2rem}.introduction-text{padding:2rem}.introduction-text h1{font-size:2rem;margin-bottom:2rem}.egegen-logo-animated{width:120px;right:6%}.introduction-text h2{font-size:1.125rem}.acceleration-container h1{font-size:2rem}.homepage-project{flex-direction:column-reverse;margin-bottom:2rem}.projects-container h1{font-size:1.5rem;margin-bottom:2rem}.project-image-container,.project-text-container{width:100%}.values-image-container{margin-bottom:2rem}.values-text-container{margin-right:0;width:100%}.values-text-container h1{font-size:2rem;margin-bottom:2rem}.values-text-container h2{font-size:1.5rem;margin-bottom:.5rem}.values-text-container p{font-size:.9rem;margin-bottom:1.5rem}.values-numbers{margin-right:0}.values-numbers span{font-size:2rem}.values-numbers h1{font-size:.75rem}.values-numbers-container{justify-content:space-between}}:root{--mouse-x:50%;--mouse-y:50%}.awards-page{margin:0;background:#17172f;padding:12rem 0 4rem;color:#17172f;position:relative;overflow:hidden}.award-year-filter-container,.awards-page{display:flex;align-items:center;justify-content:center}.award-year-filter-container{width:90%;max-width:1340px;flex-wrap:wrap;z-index:1;margin-bottom:2rem}.award-year-filter-container button{padding:.5rem 1.5rem;background:hsla(0,0%,100%,.5);box-shadow:0 4px 18px 4px rgba(0,0,0,.1);border-radius:10px;border:1px solid hsla(0,0%,100%,.18);color:#17182f;font-size:1.2rem;font-weight:600;margin-inline:1rem;transition:all .3s ease}.award-year-filter-container button:hover{transform:scale(1.025);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:hsla(0,0%,100%,.9)}.awards-page-grid{width:90%;max-width:1340px;display:flex;flex-wrap:wrap;justify-content:center}.award-card{width:250px;height:250px;background:radial-gradient(circle,#fff 0,hsla(0,0%,100%,.5) 100%);border-radius:10px;border:1px solid hsla(0,0%,100%,.18);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem;box-shadow:0 4px 18px 4px rgba(0,0,0,.1);transition:all .3s ease;margin-right:1rem;margin-bottom:1rem;z-index:1}.award-card:hover{transform:scale(1.02);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.award-logo{width:100px;position:relative}.award-client-logo{width:100px;max-height:45px;max-width:120px}.award-title h2{font-size:1rem}.award-title h2,.award-title h3{font-weight:500;text-align:center}.award-title h3{font-size:.9rem}@media screen and (max-width:768px){.award-year-filter-container button{margin:1rem}.award-card{width:150px;height:215px}.award-logo{width:80px}.award-client-logo{max-height:40px;max-width:100px}.award-title h2{font-size:.9rem}.award-title h3{font-size:.85rem}}.logo{top:0;left:50%;transform:translateX(-50%);width:144px;z-index:12}.logo,.menu{position:absolute}.menu{top:3rem;left:3rem;height:3rem;width:3rem}.menuLink{width:100%;height:100%;position:absolute;z-index:105;cursor:pointer}.menuIcon{width:20px;height:14px;margin:auto;top:0;right:0;bottom:1px}.menuIcon,.menuLine{position:absolute;left:0}.menuLine{background-color:#fff;height:2px;width:100%;border-radius:2px;transition:all .25s ease-in-out}.menuLine2{top:0;bottom:0;margin:auto}.menuLine3{bottom:0}.menu.open .menuLine1{transform:translateY(7px) translateY(-50%) rotate(-45deg)}.menu.open .menuLine2{opacity:0}.menu.open .menuLine3{transform:translateY(-7px) translateY(50%) rotate(45deg)}.menuCircle{background-color:var(--color-background-blue);width:100%;height:100%;position:absolute;border-radius:50%;transform:scale(1);z-index:100;cursor:pointer}.menu:hover .menuCircle{transform:scale(1.5)}.menu.open .menuCircle{transform:scale(60);border-radius:0}.menuOverlay{background-color:var(--color-background-blue);color:var(--color-text-white);height:100%;max-height:100vh;width:100%;max-width:100vw;position:fixed;text-align:center;z-index:100;opacity:0;visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.menuOverlay.open{opacity:1;visibility:visible}.info{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay-info{text-align:center;color:var(--color-text-white)}.overlayGrid{display:flex;align-items:center;width:85%;height:80%}.overlayLeft,.overlayRight{width:100%;height:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.overlayLeft{margin-right:1rem}.overlayLeft *{margin:1rem 0}.overlayLeft img{width:120px;height:auto}.menuOverlay a{color:var(--color-text-white);transition:var(--transition);font-weight:600;margin:1rem 0}.menuOverlay.open .overlayGrid .overlayRight nav a{-webkit-animation-name:slideRight;animation-name:slideRight}@-webkit-keyframes slideRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.menuOverlay.open .overlayGrid .overlayRight nav a:first-child{-webkit-animation-duration:.3s;animation-duration:.3s}.menuOverlay.open .overlayGrid .overlayRight nav a:nth-child(2){-webkit-animation-duration:.6s;animation-duration:.6s}.menuOverlay.open .overlayGrid .overlayRight nav a:nth-child(3){-webkit-animation-duration:.9s;animation-duration:.9s}.menuOverlay.open .overlayGrid .overlayRight nav a:nth-child(4){-webkit-animation-duration:1.2s;animation-duration:1.2s}.menuOverlay.open .overlayGrid .overlayRight nav a:nth-child(5){-webkit-animation-duration:1.5s;animation-duration:1.5s}.menuOverlay.open .overlayGrid .overlayRight nav a:nth-child(6){-webkit-animation-duration:1.8s;animation-duration:1.8s}.overlayLeft a:hover{transform:var(--transform-scale)}.nav{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center}.nav a{font-size:2.5rem;text-align:start}.overlayLeftTop a,.overlayLeftTop img,.overlayLeftTop p{margin-bottom:1rem}.overlayLeftBottom{width:12rem}.socialIconsContainer{display:flex;align-items:center;justify-content:space-between}.socialIconsContainer a{height:40px;width:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.09);border-radius:100px;color:#fff;text-decoration:none;transition:var(--transition)}.socialIconsContainer a:hover{background:transparent linear-gradient(45deg,#0cf,var(--color-background-blue),#d400d4) 0 0 no-repeat padding-box}@media screen and (max-width:990px){.menuOverlay{padding:0}.logo{width:124px}}@media screen and (max-width:767px){.menu{top:2rem;left:2rem}.menu.open .menuCircle{display:none}.overlayGrid{flex-direction:column-reverse;align-items:center;width:65%;height:auto}.overlayLeftBottom{width:90%;display:flex;align-items:flex-end}.overlayLeftTop{justify-content:flex-end}.nav{margin-top:2rem;align-items:center}.nav a{font-size:2rem}.overlayLeft{margin-right:0;justify-content:flex-end}header .socialIconsContainer{margin-bottom:0}}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}
/*# sourceMappingURL=68564ef57ebcad1b.css.map*/