*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif}.App{min-height:100vh}.content{width:100%}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;left:0;padding:.5rem 0;position:fixed;right:0;top:0;z-index:1000}.container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.container,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.02)}.logo{height:70px;object-fit:contain;width:auto}.navbar-links{align-items:center;display:flex;gap:2rem}.nav-link{color:#0056b3;font-size:1.4rem;font-weight:500;padding-bottom:.5rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background-color:#0056b3;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link:hover{color:#04182e}.hamburger{cursor:pointer;display:none;z-index:2}.bar{background-color:#007bff;display:block;height:3px;margin:5px auto;width:25px}.bar,.quote-button{transition:all .3s ease}.quote-button{align-items:center;background-color:#11335b;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:500;height:40px;line-height:1;margin-left:20px;overflow:hidden;padding:15px 20px;position:relative;text-decoration:none}.quote-button:hover{background-color:initial;box-shadow:0 2px 8px #0056b333;color:#0056b3;transform:translateY(-2px)}.quote-button:active{transform:translateY(0)}@media screen and (max-width:768px){.hamburger{display:block}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-links{background-color:#fff;box-shadow:0 2px 4px #0000001a;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem 0;position:absolute;right:0;text-align:left;top:-300px;transition:all .3s ease-in-out;visibility:hidden;width:100%;z-index:1}.navbar-links.active{opacity:1;top:100%;visibility:visible}.nav-link{display:block;font-size:1.1rem;margin:1rem 2rem}.logo{height:50px}.quote-button{font-size:1.1rem;height:auto;justify-content:center;margin:1rem 2rem;text-align:center;width:calc(100% - 4rem)}}.home-container{background-color:#0c2643;margin:0 auto;min-height:calc(100vh - 100px);padding:7rem 2rem}.home-container-inner{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1400px}.content-section{flex:0 0 55%}.image-section{align-items:center;display:flex;flex:0 0 35%;justify-content:center}.home-image,.image-container{position:relative;width:100%}.home-image{height:auto;object-fit:contain;z-index:2}.stroke-image{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:1}.hero-image{border-radius:10px;height:auto;object-fit:contain;width:100%}.content-section h1{color:#fff;font-size:3rem;line-height:1.2;margin-bottom:1rem}.content-section h2{color:#e0e0e0;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.content-section p{color:#d0d0d0;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.services-section{background-color:#f8f9fa;padding:4rem 2rem;width:100%}.services-section h2{color:#333;display:inline-block;font-size:2.5rem;left:50%;margin-bottom:3rem;position:relative;text-align:center;transform:translateX(-50%)}.services-section h2:after{background-color:#0056b3;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-items:center;margin:0 auto;max-width:1400px;padding:0 1rem}.service-card{animation:slideUp .6s ease forwards;animation-play-state:paused;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;max-width:400px;opacity:0;padding:2.5rem;text-decoration:none;transform:translateY(50px);transition:transform .3s ease,box-shadow .3s ease;width:100%}.service-card.reveal{animation-play-state:running}.service-card:hover{box-shadow:0 6px 12px #0003;transform:translateY(-5px)}.service-icon{align-items:center;background-color:#fff;border:2px solid #0056b3;border-radius:50%;box-shadow:0 2px 8px #0056b333;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:80px}.service-card:hover .service-icon{box-shadow:0 4px 12px #0056b34d;transform:scale(1.05)}.service-card h3{color:#0c2643;font-size:1.4rem;margin-bottom:1rem;text-align:center}.service-card p{color:#555;flex-grow:1;line-height:1.6;margin:0 0 1.5rem;text-align:center}.read-more-btn{align-self:center;background-color:#0056b3;border:2px solid #0056b3;border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;margin:0 auto;padding:.6rem 1.2rem;text-align:center;text-decoration:none;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.read-more-btn:hover{background-color:initial;color:#0056b3}.contact-button{background-color:#fff;border:2px solid #fff;border-radius:50px;color:#0c2643;display:inline-block;font-size:1.1rem;font-weight:500;max-width:-webkit-fit-content;max-width:fit-content;min-width:200px;padding:1rem 2.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.contact-button:hover{background-color:initial;color:#fff}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,minmax(300px,1fr));max-width:900px}}@media (max-width:768px){.home-container{padding:4rem 1rem}.home-container-inner{flex-direction:column;gap:3rem}.content-section,.image-section{flex:0 0 100%}.content-section h1{font-size:2.5rem;text-align:left}.content-section h2,.content-section p{text-align:left}.contact-button{display:inline-block;font-size:1rem!important;padding:.8rem 2rem!important;width:auto!important}.services-section{padding:3rem 1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr;max-width:450px;padding:0}.service-card{max-width:100%;padding:2rem}.service-card h3{font-size:1.3rem}.service-card p{font-size:1rem}.service-icon{height:70px;width:70px}}@media (max-width:480px){.home-container{padding:3rem 1rem}.content-section h1{font-size:2rem;text-align:left}.content-section h2{font-size:1.25rem;text-align:left}.content-section p{text-align:left}.services-section{padding:2rem 1rem}.services-section h2{font-size:2rem}.service-card{padding:1.5rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.95rem}.service-icon{height:60px;width:60px}.read-more-btn{font-size:.9rem;padding:.5rem 1rem}}.contact-section-home{background:linear-gradient(135deg,#0c2643,#0056b3);box-shadow:0 4px 20px #00000026;padding:6rem 2rem}.contact-content{max-width:1200px}.contact-content h2{color:#fff}.contact-benefits{margin-left:auto;margin-right:auto;max-width:1000px}.benefit-item{transition:transform .3s ease,background-color .3s ease}.benefit-item p{font-size:1rem}@media (max-width:992px){.contact-benefits{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contact-section-home{padding:4rem 1.5rem}.contact-content h2{font-size:2.2rem!important}.contact-content>p{font-size:1.1rem!important}.contact-benefits{gap:1.5rem;grid-template-columns:1fr}.benefit-item{padding:1.5rem}}@media (max-width:480px){.contact-section-home{padding:3rem 1rem}.contact-content h2{font-size:1.8rem!important}.contact-cta-button{font-size:.8rem!important;padding:1rem!important;text-align:center!important;width:100%!important}}.benefit-icon{transition:transform .3s ease,background-color .3s ease}.benefit-item:hover .benefit-icon{background:#fff3;transform:scale(1.1)}.contact-info{display:flex;flex-direction:column;gap:12px;margin:20px 0}.contact-item{align-items:center;display:flex}.contact-item a{color:#333;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#0056b3}.contact-details-container{margin:40px auto;max-width:800px;padding:0 20px}.contact-details{display:flex;gap:40px;justify-content:center;margin:30px 0}.contact-detail-item{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;display:flex;flex:1 1;min-width:280px;padding:25px 30px;transition:transform .3s ease,box-shadow .3s ease}.contact-detail-item:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-5px)}.contact-icon-wrapper{align-items:center;background:#0056b3;border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-right:20px;transition:transform .3s ease,background-color .3s ease;width:60px}.contact-detail-item:hover .contact-icon-wrapper{background:#003d82;transform:scale(1.1)}.contact-text{flex:1 1;min-width:0}.contact-text h4{color:#333;font-size:1.1rem;font-weight:500;margin:0 0 8px}.contact-text a{color:#0056b3;display:block;font-size:1.2rem;font-weight:500;overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap}.contact-text a:hover{color:#003d82;transform:translateX(5px)}@media (max-width:768px){.contact-details{flex-direction:column;gap:20px;padding:0 10px}.contact-detail-item{flex-direction:column;min-width:0;min-width:auto;padding:20px;text-align:center;width:100%}.contact-icon-wrapper{height:50px;margin:0 auto 15px;width:50px}.contact-text{text-align:center}.contact-text h4{font-size:1rem}.contact-text a{font-size:1.1rem}}@media (max-width:480px){.contact-details-container{padding:0 10px}.contact-detail-item{padding:15px}.contact-icon-wrapper{height:45px;margin-bottom:12px;width:45px}.contact-text h4{font-size:.95rem;margin-bottom:5px}.contact-text a{font-size:1rem}}.social-contact-icons{align-items:center;display:flex;gap:20px;margin-bottom:25px}.social-icon{align-items:center;background:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-icon:hover{box-shadow:0 4px 12px #0003;transform:translateY(-3px)}@media (max-width:768px){.social-contact-icons{gap:15px;margin-bottom:20px}.social-icon{height:40px;width:40px}}@media (max-width:480px){.social-contact-icons{gap:12px;margin-bottom:18px}.social-icon{height:38px;width:38px}}.about{margin:0 auto;max-width:1200px;padding:2rem}.about h1{color:#0056b3;font-size:2.5rem;margin-bottom:2rem}.about-content{color:#333;font-size:1.2rem;line-height:1.6}.about-section{margin:2rem 0}.about-section h2{color:#0056b3;font-size:1.8rem;margin-bottom:1rem}.about-page{background-color:#f8f9fa;min-height:100vh}.about-hero{align-items:center;background:linear-gradient(135deg,#071627,#072d57);color:#fff;display:flex;height:400px;justify-content:center;padding:2rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:600;margin-bottom:1rem}.hero-content h2{font-size:2rem;font-weight:400;opacity:.9}.about-content{margin:0 auto;max-width:1400px;padding:4rem 2rem}.about-main{margin-bottom:4rem}.about-text{margin:0 auto 4rem;max-width:900px;text-align:center}.lead-text{color:#444;font-size:1.3rem;line-height:1.8}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.value-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2.5rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{align-items:center;background:#f8f9fa;border-radius:50%;box-shadow:0 4px 15px #0056b326;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.value-card h3{color:#0c2643;font-size:1.4rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.gallery-section{margin:6rem 0;padding:0 2rem;text-align:center}.gallery-section h2{color:#0c2643;display:inline-block;font-size:2.5rem;margin-bottom:3rem;padding-bottom:1rem;position:relative}.gallery-section h2:after{background-color:#0056b3;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-auto-rows:200px;grid-template-columns:repeat(12,1fr);margin:0 auto;max-width:1400px;padding:1rem}.gallery-item{border-radius:15px;box-shadow:0 4px 20px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-item:hover img{transform:scale(1.05)}.gallery-item:first-child{grid-column:span 8;grid-row:span 2}.gallery-item:nth-child(2),.gallery-item:nth-child(3){grid-column:span 4;grid-row:span 1}.gallery-item:nth-child(4){grid-column:span 8;grid-row:span 1}.gallery-item:nth-child(5),.gallery-item:nth-child(6),.gallery-item:nth-child(7),.gallery-item:nth-child(8){grid-column:span 4;grid-row:span 1}@media (max-width:1200px){.gallery-grid{grid-auto-rows:180px;grid-template-columns:repeat(8,1fr)}.gallery-item:first-child{grid-column:span 8;grid-row:span 2}.gallery-item:nth-child(2),.gallery-item:nth-child(3){grid-column:span 4;grid-row:span 1}.gallery-item:nth-child(4){grid-column:span 8;grid-row:span 1}.gallery-item:nth-child(5),.gallery-item:nth-child(6),.gallery-item:nth-child(7),.gallery-item:nth-child(8){grid-column:span 4;grid-row:span 1}}@media (max-width:768px){.gallery-grid{gap:.8rem;grid-auto-rows:160px;grid-template-columns:repeat(4,1fr)}.gallery-item:first-child{grid-column:span 4;grid-row:span 2}.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(4),.gallery-item:nth-child(5),.gallery-item:nth-child(6),.gallery-item:nth-child(7),.gallery-item:nth-child(8){grid-column:span 2;grid-row:span 1}}@media (max-width:480px){.gallery-section{padding:0 1rem}.gallery-grid{gap:1rem;grid-auto-rows:200px;grid-template-columns:1fr}.gallery-item:first-child,.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(4),.gallery-item:nth-child(5),.gallery-item:nth-child(6),.gallery-item:nth-child(7),.gallery-item:nth-child(8){grid-column:span 1;grid-row:span 1}}.contact-section-about{background:linear-gradient(135deg,#0c2643,#0056b3);box-shadow:0 4px 20px #00000026;margin:0;padding:4rem 0;width:100%}.contact-content{color:#fff;margin:0 auto;padding:0 2rem!important;text-align:center}.contact-content h2{display:inline-block;font-size:2.8rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.contact-content h2:after{background-color:#fff;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.contact-content>p{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;opacity:.9}.contact-benefits{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.benefit-item{background:#ffffff1a;border-radius:15px;padding:2rem;transition:transform .3s ease}.benefit-item:hover{background:#ffffff26;transform:translateY(-5px)}.benefit-item h3{color:#fff;font-size:1.4rem;margin-bottom:1rem}.benefit-item p{color:#ffffffe6;line-height:1.5}.contact-cta-button{background-color:#fff;border:2px solid #fff;border-radius:50px;color:#0c2643;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1.2rem 2.8rem;text-decoration:none;transition:all .3s ease}.contact-cta-button:hover{background-color:initial;box-shadow:0 4px 12px #0003;color:#fff;transform:translateY(-2px)}.benefit-icon{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:80px}.benefit-icon:hover{background:#ffffff26;transform:scale(1.1)}@media (max-width:1200px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{height:300px}.hero-content h1{font-size:2.8rem}.hero-content h2{font-size:1.6rem}.about-content{padding:3rem 1.5rem}.lead-text{font-size:1.2rem}.contact-benefits,.values-grid{gap:1.5rem;grid-template-columns:1fr}.gallery-section h2{font-size:2rem}}@media (max-width:480px){.about-hero{height:250px}.hero-content h1{font-size:2.2rem}.hero-content h2{font-size:1.3rem}.about-content{padding:2rem 1rem}.benefit-item,.value-card{padding:1.5rem}.contact-cta-button{padding:1rem 2rem;width:100%}}.service-detail-page{background-color:#fff;display:block;min-height:100vh;padding-top:80px;position:relative;top:0}.service-detail-container{margin:0 auto;max-width:1400px;padding:2rem;position:relative;top:0}.service-detail-content{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:3rem}.service-detail-content h1{color:#0c2643;font-size:2.8rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.service-detail-content h1:after{background-color:#0056b3;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.service-detail-image{border-radius:15px;box-shadow:0 4px 20px #0000001a;height:500px;margin-bottom:2.5rem;overflow:hidden;position:relative;width:100%}.service-detail-image img{border-radius:15px;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.service-detail-image:hover img{transform:scale(1.02)}.service-description{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.service-features{margin-bottom:4rem}.service-features h2{color:#0c2643;font-size:2.2rem;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.service-features h2:after{background-color:#0056b3;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-items:center;margin:0 auto;max-width:1200px}.feature-card{align-items:center;background:#f8f9fa;border-radius:15px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;max-width:350px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.feature-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.feature-icon{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 4px 15px #0056b326;display:flex;height:90px;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:90px}.feature-card:hover .feature-icon{box-shadow:0 6px 20px #0056b333;transform:scale(1.1)}.feature-card h3{color:#0c2643;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#666;font-size:1.1rem;line-height:1.6;margin:0}.contact-section{background:linear-gradient(135deg,#0c2643,#0056b3);border-radius:15px;box-shadow:0 4px 20px #00000026;color:#fff;padding:3.5rem;text-align:center}.contact-section h2{font-size:2.2rem;margin-bottom:1.5rem}.contact-section p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.contact-btn{background-color:#fff;border:2px solid #fff;border-radius:50px;color:#0c2643;display:inline-block;font-size:1.1rem;font-weight:600;padding:1.2rem 2.8rem;text-decoration:none;transition:all .3s ease}.contact-btn:hover{background-color:initial;box-shadow:0 4px 12px #0003;color:#fff;transform:translateY(-2px)}@media (max-width:992px){.service-detail-container{padding:1.5rem}.service-detail-content{padding:2.5rem}.service-detail-content h1{font-size:2.4rem}.service-detail-image{height:400px;margin-bottom:2rem}.features-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.service-detail-content h1{font-size:2rem}.service-detail-image{height:300px}.service-description{font-size:1.1rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem}.contact-section{padding:2.5rem}.contact-section h2{font-size:1.8rem}}@media (max-width:480px){.service-detail-container{padding:1rem}.service-detail-content{padding:1.5rem}.service-detail-image{height:250px;margin-bottom:1.5rem}.feature-card{padding:1.5rem}.contact-btn{font-size:1rem;padding:1rem 2rem;width:100%}}.contact-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0000004d;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.contact-modal{animation:slideUp .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:320px;padding:4rem 2rem;position:relative;width:90%}.close-modal{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:8px;top:8px;transition:all .2s ease}.close-modal:hover{background-color:#f5f5f5;color:#0056b3}.modal-content{padding-top:.5rem}.modal-content h3{color:#11335b;font-size:1.2rem;font-weight:600;margin-bottom:.8rem;text-align:center}.modal-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.2rem;text-align:center}.modal-note{color:#888;font-size:.85rem;font-style:italic;margin-top:1rem;text-align:center}.contact-options{display:flex;flex-direction:column;gap:.8rem}.contact-option-btn{align-items:center;background-color:#f8f9fa;border:none;border-radius:8px;color:#11335b;cursor:pointer;display:flex;font-size:1rem;gap:12px;justify-content:center;padding:12px 20px;transition:all .2s ease;width:100%}.contact-option-btn:hover{background-color:#11335b;color:#fff;transform:translateY(-1px)}.contact-option-btn span{font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.contact-modal{padding:1.2rem;width:85%}.contact-option-btn{font-size:.95rem;padding:10px 16px}}
/*# sourceMappingURL=main.8a10c44b.css.map*/