@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap);:root{--primary-red:#ff3d00;--text-dark:#1a1a1a;--text-gray:#666;--bg-light:#f9f9f9;--white:#fff;--border-color:#eee;--shadow-subtle:0 4px 20px #0000000d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#1a1a1a;color:var(--text-dark);font-family:Outfit,sans-serif}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Arial,Helvetica,sans-serif;margin:0}.navbar{background:var(--white);border-bottom:1px solid var(--border-color);padding:15px 5%;position:sticky;top:0;width:100%;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px}.logo,.navbar-container{align-items:center;display:flex}.logo{gap:10px;text-decoration:none}.logo-icon{align-items:center;border-radius:8px;display:flex;height:60px;justify-content:center;overflow:hidden;width:70px}.navbar-logo-img{height:100%;object-fit:cover;width:100%}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-main{color:var(--primary-red);font-size:18px;font-weight:700}.logo-sub{color:var(--text-dark);font-size:10px;font-weight:500;text-transform:uppercase}.menu{display:flex;gap:40px;list-style:none;margin:0;padding:0}.menu li a{color:var(--text-dark);font-size:16px;font-weight:500;text-decoration:none;transition:color .3s}.menu li a.active,.menu li a:hover{color:var(--primary-red)}.nav-right{gap:20px}.nav-right,.search-box{align-items:center;display:flex}.search-box{background:#fdfdfd;border:1px solid var(--border-color);border-radius:50px;padding:10px 20px;position:relative}.search-dropdown{background:var(--white);border:1px solid var(--border-color);border-radius:15px;box-shadow:0 10px 30px #0000001a;left:0;list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:10px 0;position:absolute;top:calc(100% + 5px);width:100%;z-index:1100}.search-dropdown li{color:var(--text-dark);cursor:pointer;font-size:14px;padding:12px 20px;text-align:left;transition:background .2s}.search-dropdown li:hover{background:#f8f8f8;color:var(--primary-red)}.search-box input{background:#0000;border:none;flex:1 1;outline:none;width:150px}.search-box input,.search-icon{color:var(--text-gray);font-size:14px}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:6px;padding:5px;z-index:1002}.hamburger span{background-color:var(--text-dark);border-radius:5px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.hamburger.active span:first-child{transform:translateY(8.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.menu-wrapper{align-items:center;display:flex}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:opacity .4s ease;width:100%;z-index:1000}.mobile-search,.overlay{display:none}@media (max-width:992px){.hamburger{display:flex}.desktop-search{display:none}.menu{background:var(--white);box-shadow:-10px 0 30px #0000001a;flex-direction:column;gap:35px;height:100vh;padding:100px 40px;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.4,0,.2,1);width:300px;z-index:1001}.menu-wrapper.open .menu{right:0}.menu-wrapper.open .overlay{display:block;opacity:1}.menu li a{display:block;font-size:24px;font-weight:700;width:100%}.mobile-search{display:block;margin-bottom:20px}.mobile-search .search-box,.mobile-search .search-box input{width:100%}}.close-btn{display:none}.heros{background-color:var(--white);padding:60px 5% 40px}.heros-container{margin:0 auto;max-width:1400px;text-align:center}.heros-subtitle{color:var(--text-gray);display:block;font-size:22px;font-weight:500;margin-bottom:60px;text-align:left}.heros-title{color:#1a1a1a;font-size:72px;font-weight:800;letter-spacing:-2px;margin:0 0 40px;text-align:center}.highlights-red{color:var(--primary-red)}.heros-description{color:var(--text-gray);font-size:18px;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.heros-divider{background-color:#f3a7a2;height:2px;margin:80px auto 40px;width:90%}@media (max-width:1024px){.heros-title{font-size:56px}}@media (max-width:768px){.heros-title{font-size:40px;letter-spacing:-1px}.heros-description{font-size:18px}}.services{background:var(--white);padding:40px 5%}.services-container{display:flex;flex-wrap:wrap;gap:35px;justify-content:center;margin:0 auto;max-width:1400px}.card{background:var(--white);border:1px solid #eee;border-radius:25px;box-shadow:0 10px 40px #00000012;display:flex;flex-direction:column;overflow:hidden;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);width:380px}.card:hover{transform:translateY(-5px)}.card img{height:260px;object-fit:cover;width:100%}.card-content{flex:1 1;padding:30px;text-align:left}.card-content h3{color:#000;font-size:24px;font-weight:800;margin:0 0 15px}.card-content p{color:#777;font-size:14.5px;line-height:1.7;margin:0}@media (max-width:768px){.card{max-width:380px;width:100%}}.about-page{background-color:var(--white)}.about-container{margin:0 auto;max-width:1400px;padding:0 5%}.about-hero{padding:60px 0 20px;text-align:center}.about-hero .hero-subtitle{color:var(--text-gray);display:block;font-size:21px;font-weight:500;margin-bottom:60px;text-align:left}.about-hero .hero-title{color:#1a1a1a;font-size:80px;font-weight:800;letter-spacing:-3px;margin:0 0 40px}.about-hero .heros-description{color:var(--text-gray);font-size:20px;line-height:1.6;margin-bottom:80px}.about-hero .hero-divider{background-color:#fce4ec;height:3px;margin:0 auto;width:90%}.who-we-are{padding:40px 0}.flex-row{align-items:center;display:flex;gap:80px}.who-image{flex:1.2 1}.who-image img{border-radius:30px;box-shadow:0 10px 40px #00000014;height:350px;object-fit:cover;width:90%}.who-content{flex:1 1}.section-subtitle{color:var(--text-gray);display:block;font-size:20px;font-weight:500;margin-bottom:20px}.section-title{color:#1a1a1a;font-size:52px;font-weight:800;line-height:1.1;margin-bottom:30px}.section-desc{color:var(--text-gray);font-size:16px;line-height:1.8}.mission-vision{padding:20px 0;text-align:center}.centered-subtitle{color:var(--text-gray);font-size:16px;font-weight:500;margin-bottom:30px}.mv-card{background:#f9f9f9;border-radius:30px;gap:0;justify-content:center;padding:50px 80px}.mv-card,.mv-item{align-items:center;display:flex}.mv-item{flex:1 1;gap:25px;padding:0 40px;text-align:left}.mv-icon{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.mv-icon img{filter:invert(41%) sepia(87%) saturate(2847%) hue-rotate(344deg) brightness(96%) contrast(97%);height:100%;object-fit:contain;width:100%}.mv-text h4{color:#1a1a1a;font-size:28px;font-weight:800;margin:0 0 12px}.mv-text p{color:#333;font-size:15px;line-height:1.5;margin:0}.mv-divider{background:#fce4ec;height:60px;width:1.5px}.experience{padding:40px 0 20px;text-align:center}.stats-card{background:#f9f9f9;border-radius:30px;display:flex;gap:30px;justify-content:space-around;padding:60px 40px}.stat-item{align-items:center;display:flex;flex:1 1;flex-direction:column}.stat-icon{height:45px;margin-bottom:20px;width:45px}.stat-icon img{filter:invert(41%) sepia(87%) saturate(2847%) hue-rotate(344deg) brightness(96%) contrast(97%);height:100%;object-fit:contain;width:100%}.stat-number{color:#1a1a1a;font-size:48px;font-weight:800;margin:0 0 10px}.stat-label{color:var(--text-gray);font-size:16px;font-weight:500;margin:0}.final-tagline{padding:40px 0;text-align:center}.final-tagline h2{color:#1a1a1a;font-size:36px;font-weight:800;margin:0}@media (max-width:992px){.flex-row{flex-direction:column;gap:40px}.about-hero .hero-title{font-size:48px}.mv-card{flex-direction:column;gap:40px;padding:40px 20px}.mv-item{justify-content:center;padding:0;width:100%}.mv-divider{height:1px;width:60%}.stats-card{flex-wrap:wrap;gap:40px;padding:40px 20px}.stat-item{flex:1 1 40%}}@media (max-width:600px){.about-hero .hero-subtitle{margin-bottom:30px;text-align:left}.about-hero .hero-title{font-size:36px;letter-spacing:-1px;margin-bottom:25px}.about-hero .heros-description{font-size:16px;margin-bottom:40px}.section-title{font-size:32px}.section-desc,.section-subtitle,.section-title{text-align:center}.mv-text h4{font-size:24px}.stat-number{font-size:28px}.stat-item{flex:1 1 100%}.final-tagline h2{font-size:28px;padding:0 20px}}.cta-section{background-color:var(--white);padding:40px 5% 60px;text-align:center}.cta-container{margin:0 auto;max-width:1400px}.cta-section h2{color:var(--text-dark);font-size:36px;font-weight:700;line-height:1.2;margin-bottom:20px}.highlight-red{color:var(--primary-red)}.cta-button{background-color:var(--primary-red);border:none;border-radius:50px;color:var(--white);cursor:pointer;font-size:16px;font-weight:600;padding:12px 35px;transition:background-color .3s,transform .3s}.cta-button:hover{background-color:#e63700;transform:scale(1.05)}@media (max-width:768px){.cta-section h2{font-size:24px}}.footer{background-color:#f0f0f0;border-top:1px solid #e0e0e0;padding:60px 5% 40px}.footer-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.5fr 1fr 1.5fr 1fr;margin:0 auto;max-width:1400px}.footer-column h3{color:#000;font-size:18px;font-weight:800;margin-bottom:30px}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column ul li{font-size:16px;font-weight:500;margin-bottom:15px}.footer-column ul li a{color:#333;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:var(--primary-red)}.footer-logo-box{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:20px}.footer-logo-img{height:80px;margin-bottom:10px;object-fit:contain;width:100px}.logo-main-text{color:var(--primary-red);font-size:18px;font-weight:800;margin:0}.footer-tagline{color:#333;font-size:14px;font-weight:600;margin-bottom:15px}.footer-desc{font-size:14px;max-width:300px}.contact-list li{align-items:flex-start;display:flex;gap:12px}.contact-list .icon{color:var(--primary-red);font-size:16px}.contact-link{color:#333;text-decoration:none;transition:color .3s}.contact-link:hover{color:var(--primary-red)}.social-icons{display:flex;gap:20px}.social-icon{align-items:center;background:#000;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:30px;justify-content:center;width:30px}.footer-bottom-line{background-color:#ddd;height:2px;margin:40px auto 0;max-width:1200px}@media (max-width:992px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-column{display:flex;flex-direction:column}.footer-column,.footer-logo-box{align-items:center}.contact-list li,.social-icons{justify-content:center}}.hero-container{align-items:center;background-color:#fff;display:flex;font-family:Inter,sans-serif;gap:2rem;justify-content:space-between;min-height:60vh;padding:2rem 10%}.hero-text-content{flex:1 1;max-width:500px}.hero-title{color:#1a1a1a;font-size:4.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:2rem}@media (min-width:1025px){.hero-title{min-width:600px}}.hero-title .highlight{color:#ff311f}.hero-description{color:#666;font-size:1.15rem;line-height:1.5;margin-bottom:2.5rem;max-width:420px}.btn-book{background-color:#ff311f;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.btn-book:hover{background-color:#e62c1c}.hero-image-container{display:flex;flex:1.2 1;justify-content:flex-end;margin-left:50px}.hero-image-wrapper{border-radius:0 20px 20px 0;box-shadow:10px 20px 40px #0000001a;height:450px;margin-top:15px;max-width:700px;overflow:hidden;position:relative;transform:translateX(50px);width:100%}.hero-img{display:block;height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity .8s ease-in-out;width:100%}.hero-img.active{opacity:1}.hero-image-shade{background:linear-gradient(90deg,#fff 0,#0000);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:40%;z-index:5}@media (max-width:1024px){.hero-container{flex-direction:column;padding:4rem 5%;text-align:center}.hero-text-content{margin-bottom:3rem;max-width:100%}.hero-title{min-width:auto}.hero-description{margin:0 auto 2.5rem}.hero-image-container{justify-content:center}}@media (max-width:768px){.hero-container{gap:1rem;padding:2rem 5%}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;min-width:auto}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-image-container{margin-left:0;width:100%}.hero-image-wrapper{border-radius:15px;height:300px;margin:0 auto;max-width:100%;transform:none}.hero-image-shade{width:20%}}.home-content-wrapper{background:#fff;overflow-x:hidden}.services-section{font-family:Inter,sans-serif;padding:4rem 10%}.services-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:3rem}.services-header h2{font-size:2.5rem;font-weight:400;margin:0}.services-header h2 span{font-weight:800}.arrow-right-red{align-items:center;display:flex}.arrow-right-red .line{background-color:#ff2a13;height:2.5px;width:50px}.arrow-right-red .head{color:#ff2a13;font-size:2rem;font-weight:700;margin-left:-5px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.service-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-8px)}.service-image-wrapper{align-items:center;display:flex;height:170px;justify-content:center;padding:10px;transition:all .4s ease}.service-image-wrapper img{border-radius:10px;height:100%;object-fit:cover;width:100%}.service-card:hover .service-image-wrapper{height:260px;padding:15px}.service-title-block{background:#ff2a13;border-radius:12px;color:#fff;font-weight:700;margin:0 15px 15px;opacity:1;padding:.9rem;text-align:center;transition:all .3s ease}.service-card:hover .service-title-block{height:0;margin:0;opacity:0;padding:0}.layout-row-top{grid-column-gap:60px;align-items:start;column-gap:60px;display:grid;grid-template-columns:260px 220px 1fr}.branding-box{grid-column:2/3;justify-self:start;margin-left:50px;text-align:start}.branding-box h3{font-size:2.2rem;font-weight:800;margin:0;padding-bottom:10px}.branding-box p{font-size:2.2rem;font-weight:400;line-height:1.1;margin:0}.description-box{color:#333;font-size:.97rem;font-weight:500;grid-column:3/5;line-height:1.5;max-width:100%;padding-top:95px}.showcase-row{grid-gap:2rem;align-items:flex-start;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.why-mml-box{grid-column:1/3;padding-top:8rem}.why-mml-box h2{word-wrap:break-word;font-size:2.5rem;font-weight:400;line-height:1.1;margin:0}.why-mml-header{align-items:center;display:flex;gap:2.5rem}@media (max-width:768px){.why-mml-box h2{font-size:1.8rem}}.why-mml-box h2 span{font-weight:800}.red-arrow-indicator{align-items:center;display:flex;margin-top:.5rem}.showcase-image-container{align-self:start;display:flex;grid-column:3/5;justify-content:flex-end;margin-top:-30px}.showcase-image-container img{display:block;height:auto;object-fit:contain;width:80%}.trust-section{background:#fff;padding:0 10%}.trust-grid{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:1fr 1fr 2.5fr}.trust-points-container{display:flex;flex-direction:column;max-width:400px;width:100%}.trust-item{margin-bottom:3rem}.trust-header{gap:1rem;margin-bottom:1rem}.trust-header,.trust-icon-svg{align-items:center;display:flex}.trust-icon-svg{flex-shrink:0;justify-content:center;margin-top:3px}.trust-text h4{color:#000;font-size:1.3rem;font-weight:800;margin:0}.trust-item p{color:#333;font-size:1rem;font-weight:500;line-height:1.6;margin:0;padding-left:1rem;width:390px}.worker-image-box{align-items:flex-start;display:flex;justify-content:flex-end;margin-top:-4rem}.worker-image-box img{height:700px;max-width:none;object-fit:contain;transform:translateX(220px);width:350%}.cta-banner{border-top:1px solid #eee;padding:5rem 10%;text-align:center}.cta-banner h3{font-size:2.2rem;font-weight:800}.cta-banner h3 span{color:#ff2a13}.cta-banner p{color:#666;font-size:1.1rem;margin-top:.5rem}.main-footer{background:#f9f9f9;border-top:1px solid #eee;padding:5rem 10% 3rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 2fr 1fr}.footer-logo{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.red-text{color:#ff2a13}.footer-tagline{font-weight:700;margin-bottom:1rem}.footer-desc{color:#666;font-size:.9rem;line-height:1.6}.footer-col h4{font-size:1.1rem;font-weight:800;margin-bottom:2rem}.footer-col ul{list-style:none;padding:0}.footer-col ul li{color:#444;cursor:pointer;font-size:.95rem;margin-bottom:1rem}.footer-col.contact p{color:#444;font-size:.9rem;margin-bottom:1rem}.social-row{display:flex;font-size:.9rem;font-weight:700;gap:1.5rem}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}.layout-row-top{gap:2rem;grid-template-columns:1fr}.branding-box,.description-box{grid-column:1/-1;margin-left:0;padding-top:0;text-align:center}.showcase-row{display:flex;flex-direction:column-reverse;gap:0}.showcase-image-container,.why-mml-box{grid-column:1/-1;margin-top:0;padding-top:0}.trust-grid{gap:2rem;grid-template-columns:1fr}.trust-points-container{width:100%}.worker-image-box{justify-content:center;margin-top:2rem}.worker-image-box img{height:auto;max-width:500px;transform:none;width:100%}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){.cta-banner,.main-footer,.services-section,.trust-section{box-sizing:border-box;display:flex;flex-direction:column;padding:3rem 5%;width:100%}.layout-row-top,.services-grid,.showcase-row{display:contents}.services-header{order:1!important}.services-grid>.service-card:first-child{order:2!important}.card-9-box{order:5}.services-grid>.service-card{order:4!important}.branding-box{order:5}.showcase-image-container{margin-bottom:2rem;margin-top:1rem;order:6;padding:0 20px}.description-box{order:7}.why-mml-box{order:8}.branding-box h3{font-size:3rem;font-weight:800;margin-bottom:.5rem}.branding-box h3,.branding-box p{padding-left:20px;text-align:left}.branding-box p{font-size:2.5rem;font-weight:400;line-height:1;margin-bottom:2rem}.description-box p{color:#444;font-size:1rem;line-height:1.6;margin-bottom:3rem;padding:0 20px;text-align:left}.services-header h2{font-size:1.8rem;text-align:center;width:auto}.services-header{align-items:center;flex-direction:row;justify-content:center;text-align:center;width:100%}.arrow-right-red{display:none}.trust-points-container{margin:0 auto;max-width:100%;width:100%}.trust-item{align-items:center;margin-bottom:3rem;padding:0 10%;text-align:center}.trust-item h4,.trust-item img{margin-bottom:1rem}.trust-item h4{font-size:1.5rem}.trust-item{align-items:flex-start;display:flex;flex-direction:column;gap:6px}.trust-item p{font-size:.9rem;line-height:1.5;margin:0;max-width:100%;padding-left:0;text-align:left}.trust-header,.worker-image-box{justify-content:center}.worker-image-box{display:flex;margin-top:-1rem;overflow:hidden;transform:scale(1.3);width:90%}.worker-image-box img{height:auto;max-width:100%;object-fit:cover;transform:none;width:100%}.why-mml-box{margin:0;padding-left:20px;text-align:left;width:100%}.why-mml-header{align-items:center;flex-direction:row;gap:2rem;justify-content:flex-start}.why-mml-box h2{font-size:2.2rem;margin-bottom:0;text-align:left;width:auto}.red-arrow-indicator{justify-content:center;margin-left:0}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.social-row{justify-content:center}.cta-banner h3{font-size:1.5rem}}.contact-page-container{background-color:#fff;min-height:80vh;padding:5rem 10%}.contact-title{color:#666;font-size:1.9rem;font-weight:450;margin-bottom:3rem}.contact-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info-box{background-color:#f5f5f5;border-radius:24px;display:flex;flex-direction:column;gap:2rem;height:580px;padding:3rem}.contact-info-box p{color:#1a1a1a;font-size:1.1rem;line-height:1.6;margin:0}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.contact-method{align-items:center;display:flex;gap:1rem}.method-icon{color:#ff2a13;font-size:1.2rem}.address-section h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.address-section p{color:#444;max-width:300px}.contact-form-side{gap:1rem;margin-left:40px;width:80%}.contact-form-side,.form-field{display:flex;flex-direction:column}.form-field{gap:.8rem}.form-field label{color:#1a1a1a;font-size:1rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{background-color:#fff;border:1px solid #c9c7c7;border-radius:4px;font-size:1rem;outline:none;overflow:hidden;padding:12px 16px;resize:none;transition:border-color .3s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#ff2a13}.form-field input::placeholder,.form-field textarea::placeholder{color:#bbb}.phone-input-group{display:flex;gap:10px}.country-code{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;color:#666;font-size:1rem;padding:12px 0;text-align:center;width:60px}.phone-input-group input{flex:1 1}.char-counter{color:#666;font-size:.85rem;margin-top:-10px}.submit-button{background-color:#ff2a13;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:1rem;transition:background .3s,transform .2s}.submit-button:hover{background-color:#e02511}.submit-button:active{transform:scale(.98)}@media (max-width:992px){.contact-grid{gap:3rem;grid-template-columns:1fr}.contact-form-side{margin-left:0;width:100%}.contact-info-box{height:auto}.contact-page-container{padding:3rem 5%}}@media (max-width:600px){.contact-info-box{padding:2rem}.contact-title{font-size:1.8rem}}
/*# sourceMappingURL=main.e962556f.css.map*/