@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{background-color:#fffffff2;box-shadow:0 2px 10px #00000014;height:18vh;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999;width:100%;transition:all .3s ease}.navbar.scrolled{background-color:#fffffffa;box-shadow:0 4px 15px #0000001a;height:12vh}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:18vh;max-width:1500px;padding:0 50px}.navbar-container .navbar-logo-container{display:flex;align-items:center;justify-content:center;transition:all .3s ease}.navbar-container .navbar-logo-container img{width:150px;height:150px;border-radius:0%;object-fit:contain;margin:5px 0}.navbar-container .navbar-logo-container:hover{color:#2c3e50;transform:scale(1.03);cursor:pointer}.navbar-container .navbar-logo-container .navbar-logo:hover{color:#2c3e50}.navbar-logo{color:#2c3e50;font-size:1.2rem;display:flex;align-items:center;text-decoration:none;font-weight:600;letter-spacing:.5px;transition:all .3s ease}.navbar .menu-icon{display:none;color:#2c3e50;font-size:1.2rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:1000}.navbar .menu-icon:hover{color:#3498db;transform:scale(1.1)}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center;margin-right:2rem}.nav-menu .nav-item{height:70px;padding:0 1rem;position:relative}.nav-menu .nav-item .nav-links{color:#2c3e50;display:flex;align-items:center;text-decoration:none;padding:.5rem 1rem;height:100%;font-weight:500;font-size:.8rem;letter-spacing:.3px;transition:all .3s ease}.nav-menu .nav-item .nav-links:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background-color:#3498db;transition:all .3s ease;transform:translate(-50%)}.nav-menu .nav-item .nav-links:hover:after{width:70%}.nav-menu .nav-item.active .nav-links{color:#3498db}.nav-menu .nav-item.active .nav-links:after{width:70%}@media screen and (max-width: 960px){.navbar-container{padding:0 30px}.navbar-logo{font-size:1.5rem}.navbar .menu-icon{display:block;font-size:1.2rem}.nav-menu{display:flex;flex-direction:column;width:100%;height:auto;position:absolute;top:12vh;left:-100%;opacity:0;visibility:hidden;transition:all .5s ease;background-color:#fffffffa;box-shadow:0 5px 10px #0000001a;padding:1rem 0}.nav-menu.active{left:0;opacity:1;visibility:visible;z-index:1}.nav-menu .nav-item{height:60px;width:100%}.nav-menu .nav-item .nav-links{text-align:center;padding:1.5rem;width:100%;display:flex;justify-content:center}.nav-menu .nav-item .nav-links:after{bottom:15px}.nav-menu .nav-item .nav-links:hover:after{width:30%}}@media screen and (max-width: 768px){.navbar-container{padding:0 20px}.navbar-logo{font-size:1.3rem}.nav-menu{top:12vh}.nav-menu .nav-item .nav-links{padding:1.2rem}}@media screen and (max-width: 480px){.navbar{display:flex;align-items:center;justify-content:center}.navbar-container{padding:0 15px}.navbar-logo{font-size:1.1rem}}.layout{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden;background-color:#f8f9fa}.layout .navbar{height:20vh}.layout .content{flex:1;padding:2rem;width:100%;max-width:100%}@media screen and (max-width: 768px){.layout .content{overflow-x:hidden}}.home{max-width:100%;width:100%;margin:0;padding:0;background-color:#f8f9fa;min-height:100vh;position:relative;overflow:hidden;scroll-behavior:smooth}.home .section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;overflow-x:hidden}.home .section.visible{opacity:1;transform:translateY(0)}.home .section-container{max-width:1200px;width:100%;padding:0 2rem;margin:0 auto}.home .section h2{font-size:2.8rem;margin-bottom:2.5rem;color:#2c3e50;text-align:center;font-weight:700;position:relative;padding-bottom:.8rem}.home .section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#3498db}.home .hero-section{background-color:#f8f9fa;opacity:1;transform:translateY(0);display:flex;justify-content:center;align-items:center;max-height:80vh;min-height:80vh!important;margin-top:0;padding:0}.home .hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#fff9,#fff9),url(/background.jpg);background-size:cover;background-position:center;filter:blur(3px);z-index:-1}.home .hero-section .hero-container{max-width:800px;padding:2rem;animation:fadeIn 1.2s ease-in-out;text-align:center;margin-top:0;position:relative;z-index:1}.home .hero-section .hero-container .logowrapper{display:flex;align-items:center;justify-content:center;margin-top:0}.home .hero-section .hero-container .logowrapper img{width:15vw;height:15vw;max-width:150px;max-height:150px;border-radius:20%}.home .hero-section h1{font-size:3rem;margin-bottom:1rem;margin-top:5vh;color:#fff;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.1);animation:slideUp 1s ease-out}.home .hero-section .tagline{font-size:1.5rem;line-height:1.6;color:#fff;font-weight:500;margin-bottom:1.5rem;letter-spacing:.5px;animation:slideUp 1s ease-out .3s backwards}.home .hero-section p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1.5rem;animation:slideUp 1s ease-out .6s backwards}.home .about-section{background-color:#fff;min-height:100vh;padding:6rem 0}.home .about-section .about-content{display:flex;flex-wrap:wrap;align-items:center;gap:3rem}.home .about-section .about-content .about-text{flex:1;min-width:300px;text-align:center}.home .about-section .about-content .about-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.home .about-section .about-content .about-image{flex:1;min-width:300px}.home .about-section .about-content .about-image .image-placeholder{height:350px;display:flex;justify-content:center;align-items:center;font-style:italic;box-shadow:0 5px 15px #0000001a}.home .services-section{background-color:#f8f9fa;min-height:100vh;padding:6rem 0}.home .services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.home .services-section .services-grid .service-card{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:350px;margin:0 auto}.home .services-section .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.home .services-section .services-grid .service-card .service-icon{font-size:3rem;margin-bottom:1.5rem}.home .services-section .services-grid .service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2c3e50;text-align:center}.home .services-section .services-grid .service-card p{font-size:.95rem;color:#666;line-height:1.6;text-align:center}.home .services-section .section-container .secondary-button{display:block;margin:0 auto;text-align:center;width:fit-content}.home .projects-section{background-color:#fff;min-height:100vh;padding:6rem 0;text-align:center}.home .projects-section .projects-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.home .projects-section .projects-showcase .project-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.home .projects-section .projects-showcase .project-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #0000001a}.home .projects-section .projects-showcase .project-card .project-image{height:200px}.home .projects-section .projects-showcase .project-card .project-image .image-placeholder{height:100%;background-color:#e9eff5;display:flex;justify-content:center;align-items:center;color:#999;font-style:italic}.home .projects-section .projects-showcase .project-card .project-info{padding:1.5rem}.home .projects-section .projects-showcase .project-card .project-info h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.home .projects-section .projects-showcase .project-card .project-info p{font-size:.9rem;color:#666}.home .contact-section{background-color:#f8f9fa;min-height:100vh;padding:6rem 0;align-items:flex-start;justify-content:flex-start}.home .contact-section .contact-content{display:flex;flex-wrap:wrap;gap:3rem}.home .contact-section .contact-content .contact-info{flex:1;min-width:300px}.home .contact-section .contact-content .contact-info .contact-item{display:flex;align-items:flex-start;margin-bottom:2rem}.home .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:1.8rem;margin-right:1rem}.home .contact-section .contact-content .contact-info .contact-item h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.home .contact-section .contact-content .contact-info .contact-item p{font-size:1rem;color:#555;line-height:1.5}.home .contact-section .contact-content .contact-form-container{flex:1;min-width:300px}.home .contact-section .contact-content .contact-form-container .contact-form{display:flex;flex-direction:column;gap:1rem}.home .contact-section .contact-content .contact-form-container .contact-form input,.home .contact-section .contact-content .contact-form-container .contact-form textarea{padding:1rem;border-radius:5px;border:1px solid #ddd;font-family:inherit;font-size:1rem;background-color:#f8f9fa;box-shadow:0 0 0 2px #b7b7b733}.home .contact-section .contact-content .contact-form-container .contact-form input:focus,.home .contact-section .contact-content .contact-form-container .contact-form textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #b7b7b733}.home .contact-section .contact-content .contact-form-container .contact-form textarea{resize:vertical;background-color:#f8f9fa;resize:none;box-shadow:0 0 0 2px #b7b7b733}.home .cta-button{display:inline-block;padding:.8rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:30px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #3498db4d;cursor:pointer}.home .cta-button:hover{background-color:#2980b9;transform:translateY(-3px);box-shadow:0 6px 20px #3498db66}.home .secondary-button{display:inline-block;padding:.7rem 1.8rem;background-color:transparent;color:#3498db;border:2px solid #3498db;border-radius:30px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer}.home .secondary-button:hover{background-color:#3498db;color:#fff;transform:translateY(-3px);box-shadow:0 4px 15px #3498db4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home .section{padding:3rem 0}.home .section h2{font-size:2.2rem}.home .hero-section{min-height:70vh!important}.home .hero-section .hero-container{padding:1rem}.home .hero-section h1{font-size:2.5rem;margin-top:2vh;margin-bottom:.8rem}.home .hero-section .tagline{font-size:1.3rem;margin-bottom:1.2rem}.home .hero-section p{font-size:1rem;margin-bottom:1.2rem}.home .hero-section:before{background-size:cover;background-position:top center;background-repeat:no-repeat}.home .about-section .section-container,.home .services-section .section-container,.home .projects-section .section-container,.home .contact-section .section-container{padding:0 1.5rem}}.about{width:100%;margin:0 auto;padding:0;background-color:#f8f9fa;min-height:90vh;display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeInUp .8s ease-out}.about .about-container{max-width:1200px;width:100%;padding:4rem 2rem}.about .about-container h1{font-size:3rem;margin-bottom:2rem;color:#2c3e50;font-weight:700;position:relative;padding-bottom:.8rem;animation:fadeInUp 1s ease-out}.about .about-container h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:3px}.about .about-container .about-content{display:flex;flex-direction:column;gap:3rem;margin-top:2rem;animation:fadeInUp 1.2s ease-out}.about .about-container .about-content .about-text-full{width:100%}.about .about-container .about-content .about-text-full p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem;text-align:left}.about .about-container .about-content .about-cards{width:100%;display:flex;flex-direction:column;gap:2rem}.about .about-container .about-content .about-cards .about-card{background-color:#fff;border-radius:12px;padding:1.8rem;box-shadow:0 10px 25px #00000012;transition:transform .3s ease,box-shadow .3s ease}.about .about-container .about-content .about-cards .about-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.about .about-container .about-content .about-cards .about-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1.2rem;font-weight:600;text-align:center}.about .about-container .about-content .about-cards .about-card p{font-size:1.05rem;line-height:1.7;color:#555;text-align:left}.about .about-container .about-content .about-cards .about-card ul{list-style-type:none;padding:0}.about .about-container .about-content .about-cards .about-card ul li{padding:.7rem 0;font-size:1.05rem;color:#555;display:flex;align-items:center;text-align:left}.about .about-container .about-content .about-cards .about-card ul li:before{content:"✓";color:#3498db;margin-right:12px;font-weight:700;background-color:#3498db1a;width:24px;height:24px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.9rem;flex-shrink:0}.about .about-container .about-content .about-cards .about-card-container{display:flex;gap:2rem;margin-top:1rem}.about .about-container .about-content .about-cards .about-card-container .about-card{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 992px){.about .about-container{padding:3rem 2rem}.about .about-container h1{font-size:2.4rem}}@media screen and (max-width: 768px){.about .about-container{padding:2rem 1.5rem}.about .about-container h1{font-size:2rem}.about .about-container .about-content .about-cards .about-card-container{flex-direction:column;gap:2rem}}.services{max-width:100%;width:100%;margin:0;padding:0;background-color:#f8f9fa;min-height:100vh;position:relative;overflow:hidden;scroll-behavior:smooth}.services .section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;overflow-x:hidden;animation:fadeInUp 1s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services .section.visible{opacity:1;transform:translateY(0)}.services .section-container{max-width:1200px;width:100%;padding:0 2rem;margin:0 auto}.services .section h2{font-size:2.8rem;margin-bottom:2.5rem;color:#2c3e50;text-align:center;font-weight:700;position:relative;padding-bottom:.8rem}.services .section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#3498db}.services .services-section{background-color:#f8f9fa;min-height:100vh;padding:6rem 0}.services .services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.services .services-section .services-grid .service-card{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:350px;margin:0 auto}.services .services-section .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.services .services-section .services-grid .service-card .service-icon{font-size:3rem;margin-bottom:1.5rem}.services .services-section .services-grid .service-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2c3e50;text-align:center}.services .services-section .services-grid .service-card p{font-size:.95rem;color:#666;line-height:1.6;text-align:center}.services .services-section .secondary-button{display:inline-block;padding:.8rem 2rem;background-color:#fff;color:#3498db;border:2px solid #3498db;border-radius:30px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;margin:0 auto;display:block;width:fit-content}.services .services-section .secondary-button:hover{background-color:#3498db;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #3498db33}@media screen and (max-width: 992px){.services .section h2{font-size:2.4rem}.services .services-section{padding:4rem 0}.services .services-section .services-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media screen and (max-width: 768px){.services .section h2{font-size:2rem}.services .services-section{padding:3rem 0}.services .services-section .services-grid{grid-template-columns:1fr}}.contact{max-width:100%;width:100%;margin:0;padding:0;background-color:#f8f9fa;min-height:100vh;position:relative;overflow:hidden;scroll-behavior:smooth}.contact .section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;position:relative;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;overflow-x:hidden}.contact .section.visible{opacity:1;transform:translateY(0)}.contact .section-container{max-width:1200px;width:100%;padding:0 2rem;margin:0 auto}.contact .section h2{font-size:2.8rem;margin-bottom:2.5rem;color:#2c3e50;text-align:center;font-weight:700;position:relative;padding-bottom:.8rem}.contact .section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#3498db}.contact .contact-section{background-color:#fff;min-height:100vh;padding:6rem 0}.contact .contact-section .contact-content{display:flex;flex-wrap:wrap;gap:3rem;align-items:flex-start}.contact .contact-section .contact-content .contact-info{flex:1;min-width:300px;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #e0dbdb0d}.contact .contact-section .contact-content .contact-info .contact-item{display:flex;margin-bottom:2rem}.contact .contact-section .contact-content .contact-info .contact-item .contact-icon{font-size:2rem;color:#3498db;margin-right:1.5rem;min-width:40px}.contact .contact-section .contact-content .contact-info .contact-item h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact .contact-section .contact-content .contact-info .contact-item p,.contact .contact-section .contact-content .contact-info .contact-item a{font-size:1.1rem;color:#555;text-decoration:none;line-height:1.6}.contact .contact-section .contact-content .contact-info .contact-item a:hover{color:#3498db;text-decoration:underline}.contact .contact-section .contact-content .contact-form-container{flex:2;min-width:300px}.contact .contact-section .contact-content .contact-form-container .contact-form{background-color:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.contact .contact-section .contact-content .contact-form-container .contact-form input,.contact .contact-section .contact-content .contact-form-container .contact-form textarea{display:block;width:100%;padding:1rem;margin-bottom:1.5rem;border-radius:5px;border:1px solid #ddd;font-family:inherit;font-size:1rem;background-color:#fff;color:#333;resize:none}.contact .contact-section .contact-content .contact-form-container .contact-form input:focus,.contact .contact-section .contact-content .contact-form-container .contact-form textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #fff3}.contact .contact-section .contact-content .contact-form-container .contact-form input::placeholder,.contact .contact-section .contact-content .contact-form-container .contact-form textarea::placeholder{color:#777}.contact .contact-section .contact-content .contact-form-container .contact-form textarea{min-height:150px}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button{display:inline-block;padding:.8rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:30px;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #3498db4d;cursor:pointer}.contact .contact-section .contact-content .contact-form-container .contact-form .cta-button:hover{background-color:#2980b9;transform:translateY(-3px);box-shadow:0 6px 20px #3498db66}@media screen and (max-width: 992px){.contact .section h2{font-size:2.4rem}.contact .contact-section{padding:4rem 0}}@media screen and (max-width: 768px){.contact .section h2{font-size:2rem}.contact .contact-section{padding:3rem 0}.contact .contact-section .contact-content{flex-direction:column-reverse;gap:2rem}}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--primary-color: #3498db;--primary-dark: #2980b9;--secondary-color: #2c3e50;--text-color: #555;--light-bg: #f8f9fa;--light-gray: #e9eff5;--white: #ffffff;--shadow-sm: 0 2px 5px rgba(0, 0, 0, .05);--shadow-md: 0 5px 15px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--border-radius: 8px;--transition: all .3s ease}html,body{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}body{background-color:var(--light-bg);color:var(--text-color);min-height:100vh;line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);font-weight:600;line-height:1.3}a{text-decoration:none;color:var(--primary-color);transition:var(--transition)}button{cursor:pointer;font-family:inherit;border:none;background:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.btn{display:inline-block;padding:.8rem 2rem;border-radius:30px;font-weight:500;transition:var(--transition);text-align:center}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-3px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}@media screen and (max-width: 1200px){.container{max-width:1000px}}@media screen and (max-width: 992px){.container{max-width:768px}html{font-size:95%}}@media screen and (max-width: 768px){.container{max-width:100%;padding:0 1.5rem}html{font-size:90%}}@media screen and (max-width: 576px){.container{padding:0 1rem}html{font-size:85%}}
