@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap";:root{font-family:montserrat,sans-serif;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#f5f5f5;--accent-color-2: #01796f;--accent-color: #01796f;--text-color: black;--text-alt:white;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.space{height:50vh;padding:20rem}a{all:unset}a:hover{color:var(--accent-color);cursor:pointer}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;color:var(--text-color)}.heading{font-size:3rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.text{font-size:1.25rem;font-weight:400;color:var(--text-color);margin-bottom:1rem}.sub-text{font-size:1rem;font-weight:300;color:var(--text-color);margin-bottom:1rem}@media screen and (max-width:2560px)and (min-width:2000px){.heading{font-size:6rem}.text{font-size:2.25rem}.sub-text{font-size:1.8rem}}@media screen and (max-width:2000px)and (min-width:1800px){.heading{font-size:4.75rem}.text{font-size:2.2rem}.sub-text{font-size:1.7rem}}@media screen and (max-width:1024px){.heading{font-size:2.75rem}}@media screen and (max-width:768px){.heading{font-size:2.5rem}}@media screen and (max-width:550px){.heading{font-size:2.25rem}.text{font-size:1rem}}@media screen and (max-width:400px){.heading{font-size:2rem}}.home-container{position:relative;top:0;height:100vh;overflow:hidden;color:var(--text-alt)}.background-video{position:absolute;top:50%;left:50%;min-height:100vh;z-index:-1;transform:translate(-50%,-50%);object-fit:cover}.content{z-index:1;color:var(--text-alt);height:100vh;background:#000000b3}.home-headings{z-index:1;color:var(--text-alt);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;text-align:left;padding:0rem 4rem}.home-headings h1{font-size:7rem;font-weight:400;width:70%;margin:0}.home-headings h5{font-size:2rem;font-weight:300;margin:1rem 0}.home-headings p{font-size:1.25rem;font-weight:200;margin:0}@media screen and (max-width:2560px)and (min-width:2000px){.home-headings{padding:0 8rem}.home-headings h1{font-size:12.5rem;font-weight:400}.home-headings h5{font-size:4rem;margin:2rem 0}.home-headings p{font-size:2.5rem;margin:0}.content-cta{margin:2rem 0;height:5rem;font-size:2rem;gap:1rem}.content-cta-icon{font-size:3rem;padding:.5rem}}@media screen and (max-width:1999px)and (min-width:1800px){.home-headings{padding:0 4rem}.home-headings h1{font-size:11.3rem;font-weight:400}.home-headings h5{font-size:3.25rem;margin:1.5rem 0}.home-headings p{font-size:2rem;margin:0}.content-cta{margin:1rem 0;height:3.2rem;font-size:1.28rem;gap:.64rem}.content-cta-icon{font-size:1.92rem;padding:.32rem}}@media screen and (max-width:1024px){.home-headings h1{font-size:5.5rem}}@media screen and (max-width:768px){.home-headings{padding:0 2rem}.home-headings h1{font-size:4rem}.home-headings h5{font-size:1.5rem}.home-headings p{font-size:1rem}}@media screen and (max-width:550px){.home-headings{padding:0 2rem}.home-headings h1{font-size:3rem}.home-headings h5{font-size:1.25rem}.home-headings p{font-size:.75rem}}@media screen and (max-width:400px){.home-headings{padding:0 1rem}.home-headings h1{font-size:2.5rem;width:100%;margin:0 0 2rem}.home-headings h5{font-size:1.25rem;margin:.25rem 0}.home-headings p{font-size:.75rem}.content-cta{margin:1.5rem 0;height:2rem;font-size:1rem;gap:0rem}}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 4rem 1rem;background:transparent;position:fixed;top:0;right:0;left:0;z-index:3;font-family:var(--font-family);color:var(--text-alt);transition:background .3s ease-in-out}*,*:before,*:after{box-sizing:border-box;scroll-behavior:smooth}body,html{width:100%}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#5a5a5b59;border-radius:12px;height:5px}::-webkit-scrollbar-thumb:hover{background:#000}::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-track-piece{border:0px solid #2b2b2b4c;height:5px}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:768px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}.approach-container{padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.approach-content{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;padding:1rem 0rem}.approachs{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;width:25%;text-wrap:wrap}.approach-heading{margin-bottom:3rem}.approachs-icon{display:flex;align-items:center;font-size:4rem;color:var(--accent-color-2)}.approachs-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.approachs-number{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:2rem;height:2rem;font-weight:600;margin:0;padding:0}.approachs-text{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin:0;padding:0}@media screen and (max-width:2560px)and (min-width:2001px){.approach-container{padding:0 8rem}.approachs-icon{font-size:6.5rem}.approachs-number{font-size:4rem;height:4rem}}@media screen and (max-width:2000px)and (min-width:1800px){.approach-container{padding:0 6.25rem}.approach-heading{margin-top:5rem}.approachs-icon{font-size:6.25rem}.approachs-number{font-size:4rem;height:4rem}}@media screen and (max-width:1024px){.approach-container{padding:0 3rem}}@media screen and (max-width:768px){.approach-container{align-items:center}.approach-content{flex-direction:column;gap:1rem}.approachs{width:100%}}.services-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 4rem 0rem}.services-heading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.limit{width:70%}.services-heading .heading{margin:0;padding:0}.services-heading .text{margin-bottom:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:slideDown .5s ease-out forwards}.carousel-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 0;flex-wrap:wrap}.carousel-arrows{margin:2rem 0 0rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.carousel-arrow{font-size:1.5rem}.carousel-arrow:hover{cursor:pointer;color:var(--accent-color-2)}.services-row{display:flex;flex-direction:row;align-items:center;justify-content:center;transition:transform .5s ease}.service{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin:0 1rem;text-align:left;flex:1 0 calc(100% / 3);max-width:calc(100% / 3);padding:1.5rem;width:18rem;height:fit-content;border:1px solid gray;border-radius:5px}.service:hover{transform:translateY(-5px);transition:transform .3s}.service-icon img{height:3rem;margin-bottom:1rem}.service-title{font-size:1.5rem;font-weight:600;text-wrap:wrap;margin:0;display:flex;align-items:center;height:3rem;color:var(--text-color)}.service-description{height:10rem}.service-button{display:flex;justify-self:flex-end;border:none;background-color:var(--accent-color-2);color:var(--text-alt);padding:.5rem 1rem;border-radius:5px}.service-button:hover{cursor:pointer}.line{width:30%;height:3px;background-color:var(--accent-color-2)}@media screen and (max-width:2560px)and (min-width:2201px){.services-container{padding:8rem 8rem 0rem}.service{padding:3rem}.carousel-container{padding:8rem 0;width:90%}.carousel-arrows{margin:4rem 0 0rem}.carousel-arrow{font-size:5rem}.carousel{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:center}.service{flex:1 0 calc(100% / 3);width:40%;height:fit-content}.service-icon img{height:6rem;margin-bottom:2rem}.service-title{font-size:3rem;height:6rem}.service-description{height:20rem}.line{height:6px}}@media screen and (max-width:2200px)and (min-width:1800px){.services-container{padding:8rem 4rem 0rem}.carousel-container{padding:8rem 0;width:90%}.carousel-arrows{margin:2rem 0 0rem}.carousel-arrow{font-size:5rem}.carousel{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:center}.service{height:fit-content;flex:1 0 calc(100% / 3);width:40%;padding:2.5rem}.service-icon img{height:4rem;margin-bottom:2rem}.service-button{padding:1rem 2rem}.service-title{font-size:2.75rem;height:6rem}.service-description{height:20rem}.line{height:6px}.service-description{height:18rem}.carousel{width:100%}.carousel-arrow{font-size:3rem}}@media screen and (max-width:1023px){.services-container{padding:3rem 0rem 0}.carousel-container{padding:3rem 0}.carousel-arrows{margin:1.75rem 0 0rem}.carousel-arrow{font-size:1.5rem}.services-row{justify-content:center;flex-wrap:wrap}.service-title{font-size:1.35rem}.line{height:6px}.service{flex:1 0 calc(100% / 3);max-width:40%}}@media screen and (max-width:768px){.limit{max-width:100%}}@media screen and (max-width:550px){.service{flex:1 0 100;max-width:100%}}.modern-approach-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0rem 0rem 0rem 4rem;background-color:var(--text-color);color:var(--text-alt);gap:4rem;height:100vh}.modern-approach-container p{color:var(--text-alt)!important}.modern-approach-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:2;text-wrap:wrap;margin-bottom:2rem}.modern-approach-image{display:flex;width:55%;height:100%;overflow:hidden;flex-direction:column;justify-content:center;align-items:center}.modern-approach-img{overflow:hidden;height:100%;width:100%}.modern-approach-image img{object-fit:cover;filter:grayscale(70%);overflow:hidden;height:100vh}@media screen and (max-width:2560px)and (min-width:1800px){.modern-approach-container{padding:0rem 0rem 0rem 8rem;margin-top:8rem}}@media screen and (max-width:1024px){.modern-approach-container{padding:0rem 0rem 0rem 2rem}.modern-approach-image{width:45%}}@media screen and (max-width:768px){.modern-approach-container{padding:0rem 0rem 0rem 2rem;height:fit-content}.modern-approach-container{display:flex;flex-direction:column-reverse;padding:0;gap:0;margin-top:2rem}.modern-approach-content{padding:2rem}.modern-approach-image{width:100%;height:25rem}}.about-container{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:0rem 4rem 0rem 0rem;background-color:var(--text-color);color:var(--text-alt);gap:4rem;height:100vh}.about-container p{color:var(--text-alt)!important}.about-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:2;text-wrap:wrap;margin-bottom:2rem}.about-image{display:flex;width:50%;height:100%;overflow:hidden;flex-direction:column;justify-content:center;align-items:center}.about-img{overflow:hidden;height:100%;width:100%}.about-image img{object-fit:cover;filter:grayscale(70%);overflow:hidden;height:100vh}.about-content .service-button{margin-top:2rem}.about-content .service-button:hover{transform:translateY(-5px);transition:transform .3s}@media screen and (max-width:2560px)and (min-width:1800px){.about-container{padding:0rem 8rem 0rem 0rem}}@media screen and (max-width:1024px){.about-container{padding:0rem 2rem 0rem 0rem}.about-image{width:45%}}@media screen and (max-width:768px){.about-container{padding:0rem 2rem 0rem 0rem;height:fit-content}.about-container{display:flex;flex-direction:column-reverse;padding:0;gap:0;margin-top:2rem}.about-content{padding:2rem}.about-image{width:100%;height:25rem}}.Footer{color:var(--text-color);display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:4rem 0rem 1.5rem;box-shadow:0 -5px 10px #0000001a}.Footer .text{font-weight:550}.footer-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;gap:1rem}.footer-top-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;flex:1}.footer-top-right{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;width:100%;gap:5rem;flex:3}.Footer .nav-logo,.Footer .navbar-laptop{color:var(--text-color);font-weight:600}.footer-logo{display:flex;flex-direction:row;align-items:center;justify-content:center;height:max-content}.footer-top h3{margin-bottom:1rem}.footer-top .sub-text:hover{color:var(--accent-color)}hr{background-color:var(--grey);width:80%}@media screen and (max-width:2560px)and (min-width:1800px){.Footer{padding:6rem 0rem 1.5rem;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.footer-top{width:80%}}@media screen and (max-width:768px){.Footer .navbar-laptop{display:inline}}@media screen and (max-width:768px){.Footer{flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;padding:4rem 3rem;width:100%}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer-top-left,.footer-top-right{align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:1rem}hr{width:100%}}@media screen and (max-width:320px){.Footer .nav-logo{display:inline}}.profile-hero-container{width:100%}.hero-container{position:relative;width:100%;height:100vh;overflow:hidden;color:var(--text-alt)}.hero-container video{width:100%}.background-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;z-index:-1;transform:translate(-50%,-50%);object-fit:cover}.content{z-index:1;color:var(--text-alt);height:100vh;width:100%;background:#000000b3}.hero-headings{z-index:1;color:var(--text-alt);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;gap:1rem;text-align:left;padding:0rem 4rem}.hero-headings h1{font-size:7rem;font-weight:400;margin:0}.hero-headings h5{font-size:4rem;font-weight:300;margin:1rem 0}.hero-headings p{font-size:1.25rem;font-weight:200;margin:0}.content-cta{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;margin:1rem 0;height:2.5rem;font-weight:500;text-transform:uppercase;font-size:1rem;gap:.5rem}.content-cta:hover{cursor:pointer;color:var(--color-accent)}.content-cta-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:100;font-size:1.5rem;padding:.25rem}.content-cta-text{display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width:2560px)and (min-width:1800px){.hero-headings{padding:0 8rem}.hero-headings h1{font-size:12.5rem;font-weight:400}.hero-headings h5{font-size:4rem;margin:2rem 0}.hero-headings p{font-size:2.5rem;margin:0}.content-cta{margin:2rem 0;height:5rem;font-size:2rem;gap:1rem}.content-cta-icon{font-size:3rem;padding:.5rem}}@media screen and (max-width:1024px){.hero-headings h1{font-size:5.5rem}}@media screen and (max-width:768px){.hero-headings{padding:0 2rem}.hero-headings h1{font-size:4rem}.hero-headings h5{font-size:1.5rem}.hero-headings p{font-size:1rem}}@media screen and (max-width:550px){.hero-headings{padding:0 2rem}.hero-headings h1{font-size:3rem}.hero-headings h5{font-size:1.25rem}.hero-headings p{font-size:.75rem}}@media screen and (max-width:400px){.hero-headings{padding:0 1rem}.hero-headings h1{font-size:2.5rem;width:100%;margin:0 0 2rem}.hero-headings h5{font-size:1.25rem;margin:.25rem 0}.hero-headings p{font-size:.75rem}.content-cta{margin:1.5rem 0;height:2rem;font-size:1rem;gap:0rem}}.navbar{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 4rem 1rem;background:transparent;position:fixed;top:0;right:0;left:0;z-index:3;font-family:var(--font-family);color:var(--text-alt);transition:background .3s ease-in-out}.navbar-scrolled{background:#000c}.nav-logo{font-size:1.5rem;color:var(--text-alt)}.nav-logo:hover{color:var(--text-alt)}.cal-button{all:unset}.navbar-laptop,.cal-button{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-alt)}.navbar-laptop p{margin:0}.cal-button:hover{color:var(--accent-color)}.navbar-laptop p:hover,.cal-button:hover{cursor:pointer;color:var(--accent-color)}.cal-button:focus{outline:none}.navbar-phone{display:none}.opacity{background:#000;position:absolute;top:0;right:0;width:45%;height:100vh}.close-icon,.open-icon{color:var(--text-alt);z-index:5;font-size:2rem}.navbar-phone-container{display:flex;flex-direction:column;background:var(--low);position:absolute;top:0rem;left:0rem;height:100vh;width:100%;z-index:1}.navbar-phone-links{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;padding:2rem;width:100%}.close-menu{z-index:5}@media screen and (max-width:2560px)and (min-width:1800px){.navbar{padding:3rem 8rem 2rem}.nav-logo{font-size:3rem}.navbar-laptop{font-size:2rem}}@media screen and (max-width:768px){.navbar{padding:3rem 2rem 2rem}.navbar-laptop{display:none}.navbar-phone{display:flex}}@media screen and (max-width:550px){.opacity{width:60%}}@media screen and (max-width:400px){.nav-logo{font-size:1.25rem}.navbar-laptop{font-size:2rem}.navbar{padding:2rem 1rem 1rem}.open-icon,.close-icon{font-size:1.5rem}}@media screen and (max-width:320px){.opacity{width:70%}.nav-logo{display:none}.navbar{padding:1rem}}.about-founder{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--font-family);gap:3rem;padding-bottom:6rem}.about-founder-heading{display:flex;flex-direction:column;align-items:center;justify-content:center}.about-founder-heading h1{font-size:3rem;font-weight:700;margin:0;margin-bottom:5rem;color:var(--color-dark)}.data-header{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.icon{color:var(--color-dark);font-size:3.25rem}.data-header h1{font-size:3rem;font-weight:700;margin:0;margin-bottom:1rem;color:var(--color-dark)}.founders-wrapper{display:flex;flex-direction:column;gap:10rem}.about-founder-content{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.rev{display:flex;flex-direction:row-reverse}.about-founder-content_data{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;flex:.75}.about-founder-content_data h1{font-size:2.4rem;font-weight:700;margin:0;color:var(--color-dark)}.about-founder-content_data p{font-size:1.25rem;line-break:1.25rem;margin:0;color:var(--color-light)}.pointer{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem}.bullet{color:var(--color-dark);font-size:2rem}.about-founder-content_img{display:flex;flex:.25;transition:transform .2s ease-in-out}.about-founder-content_img:hover{transform:scale(1.05)}.about-founder-content_img img{width:500px;height:auto;box-shadow:10px 10px 10px #888;border-radius:25px;border:5px solid var(--color-dark);transition:transform .2s ease-in-out}@media screen and (max-width:2560px)and (min-width:1800px){.about-founder-heading h1{font-size:6rem}}@media screen and (max-width:1024px){.about-founder-content_img img{width:350px}.about-founder-content_data h1{font-size:2rem}.about-founder-content_data p{font-size:1rem}}@media screen and (max-width:800px){.about-founder-heading h1{font-size:2.5rem}.about-founder-content{flex-direction:column-reverse}.about-founder-content_data{align-items:center;text-align:center}.about-founder-content_img{margin-bottom:3rem}.about-founder-content_img img{width:400px}.about-founder-content_data h1{font-size:2rem;text-align:center}.about-founder-content_data p{font-size:1.25rem}.about-founder-content_data ul{align-self:flex-start}.about-founder-content_data li{text-align:left}}@media screen and (max-width:550px){.about-founder-heading h1{font-size:2rem}.about-founder-content_img img{width:300px}.about-founder-heading{text-align:center;max-width:100%}.about-founder-heading h1{font-size:2rem;font-weight:700;margin:0;color:var(--color-dark)}.about-founder-content_data h1{font-size:1.75rem}.about-founder-content_img{margin-bottom:3rem}}@media screen and (max-width:426px){.about-founder-heading h1{font-size:1.75rem}.about-founder-content_data p{font-size:1rem}}.popup-overlay{position:fixed;padding:2rem;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-container{background:#fff;border-radius:8px;width:90%;text-align:center}.close-btn{position:fixed;top:2rem;right:2rem;background:transparent;border:none;font-size:1.5rem;color:var(--text-alt);cursor:pointer}.team{padding:5rem 4rem 6rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.team .heading{margin:0rem 0rem 2rem}.team-cards{display:flex;flex-direction:row;justify-content:space-between;gap:2rem;align-items:center}.team-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:1rem;gap:1rem;border:1px solid rgb(187,186,186);border-radius:5px;height:fit-content;width:fit-content;box-shadow:5px 5px 10px #0000004d}.team-card:hover{cursor:pointer}.team-card-image{width:15rem;height:20rem;object-fit:cover}.team-card-image img{width:100%;height:100%;object-fit:contain;border-radius:5px}.team-card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}.team-card .text{font-weight:600;margin:0}.team-card .sub-text{margin:0}.team-card .service-button .sub-text{color:var(--text-alt)}.team-card .service-button{z-index:5;margin-top:1rem}.team-card .service-button button:hover{cursor:pointer;background-color:none;border:1px solid var(--accent-color)}.popup-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2rem;gap:2rem}.popup-right{display:flex;flex-direction:column;justify-content:center;align-items:center}.popup-image{width:15rem;height:20rem;object-fit:cover;border-radius:5px;box-shadow:5px 5px 10px #0000004d}.popup-left .heading,.popup-left .text .popup-left .sub-text{margin:0}.popup-image img{width:100%;height:100%;object-fit:contain}.popup-left{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;padding:1rem}@media screen and (max-width:2560px)and (min-width:1800px){.team{padding:10rem 8rem 12rem}.team .heading{margin:0rem 0rem 4rem}.team-card{padding:2rem;gap:1rem}.team-card-image{width:30rem;height:30rem}.popup-content{gap:4rem}.popup-image{width:32rem;height:40rem;border-radius:10px}.popup-left .heading,.popup-left .text .popup-left .sub-text{margin:0}}@media screen and (max-width:1024px){.popup-image{width:15rem;height:20rem;object-fit:cover}.popup-image img{object-fit:contain}}@media screen and (max-width:768px){.team{padding:4rem 3rem 5rem}.team-cards{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;align-items:center}.popup-content{flex-direction:column;height:90vh;gap:2rem;overflow:scroll}.popup-image{width:100%;object-fit:cover}}@media screen and (max-width:550px){.team{padding:4rem 1rem 5rem;align-items:center;justify-content:center}.popup-content{padding:1rem}.popup-left{padding:0}}
