@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Popins;overflow-x:hidden}h2{font-weight:600}h2,p{font-family:Poppins}p{font-weight:300}button{font-family:Poppins;font-weight:400}header{align-items:center;display:flex;justify-content:center;left:0;margin:0;padding:1rem;position:absolute;right:0;top:0;z-index:100}.logo img{width:7rem}.wraper{align-items:center;height:5.5rem;justify-content:space-between;width:85%}.logo,.wraper{display:flex}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);-webkit-background-clip:text;background-clip:text;font-size:2rem}nav{color:#fff;width:45%}nav,nav ul{align-items:center;display:flex;justify-content:space-evenly}nav ul{list-style:none;width:80%}.mainBtn,li{font-size:.8rem}.mainBtn{background-color:#fff;border:none;border-radius:12px;color:#402864;cursor:pointer;font-family:Poppins;font-weight:500;height:31px;padding:0 1.5rem;transition:all .3s ease}.mainBtn:hover{box-shadow:0 4px 12px #40286433;transform:translateY(-2px)}.mainBtn.active{background-color:#402864;color:#fff}.mainBtn:active{transform:translateY(0)}.secondaryBtn{background-color:#fff;border:none;border-radius:12px;color:#402864;cursor:pointer;font-size:.8rem;font-weight:600;height:31px;padding:0 1.5rem;transition:all .3s ease}.secondaryBtn:hover{box-shadow:0 4px 12px #40286433}.secondaryBtn.active{background-color:#402864;color:#fff}.secondaryBtn:active{transform:translateY(0)}a{color:#fff;text-decoration:none;transition:all .6s}a:hover{border-bottom:1px solid #030352;color:#030352}.modal{align-items:center;display:flex;flex-flow:column;height:14rem;justify-content:space-between;text-align:center}.modal input{height:2rem;width:90%}.modalBtn{background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);color:#fff;cursor:pointer;transition:all .8s ease;width:80%}.modalBtn:hover{background-color:#639143}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:2rem;justify-content:space-around;padding:0;width:2rem;z-index:1001}.hamburger span{background:#402864;border-radius:10px;height:.25rem;position:relative;transform-origin:1px;transition:all .3s linear;width:2rem}.hamburger.active span:first-child{transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(20px)}.hamburger.active span:nth-child(3){transform:rotate(-45deg)}.mobile-nav{background:linear-gradient(135deg,#402864,#5a3a8a);box-shadow:-2px 0 10px #0000001a;display:none;height:100vh;max-width:300px;padding-top:5rem;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:70%;z-index:1000}.mobile-nav.open{right:0}.mobile-nav ul{align-items:center;display:flex;flex-direction:column;gap:1.5rem;list-style:none;padding:2rem 1rem;width:100%}.mobile-nav li{text-align:center;width:100%}.mobile-nav .mainBtn,.mobile-nav .secondaryBtn{background-color:#ffffffe6;color:#402864;font-size:1rem;height:45px;width:90%}.mobile-nav .mainBtn:hover,.mobile-nav .secondaryBtn:hover{background-color:#fff;transform:translateY(-2px)}.mobile-nav .mainBtn.active,.mobile-nav .secondaryBtn.active{background-color:#fff;color:#402864;font-weight:700}.desktop-nav{display:flex}@media (max-width:600px){body{margin:0;padding:0}header{left:0;margin:0;padding:1rem 0;position:absolute;right:0;top:0;z-index:100}.hamburger{display:flex}.hamburger span{background:#fff}.desktop-nav{display:none}.mobile-nav{display:block}.wraper{justify-content:space-between;width:85%}.wraper h1{color:#fff;font-size:2rem}nav{width:auto}}@media (min-width:601px) and (max-width:1000px){body{margin:0;padding:0}header{left:0;margin:0;padding:1rem 0;position:absolute;right:0;top:0}.hamburger{display:flex}.hamburger span{background:#fff}.desktop-nav{display:none}.mobile-nav{display:block}.wraper{justify-content:space-between}}@media (max-width:1200px){.wraper{justify-content:space-between;width:85%}}section{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:0;padding:0}.HeroSec{align-items:center;flex-direction:row;margin:0 auto;max-width:1400px;padding-top:0;width:100%}.HeroSec,.heroImageWrapper{display:flex;justify-content:center;position:relative}.heroImageWrapper{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,25% 100%);clip-path:polygon(0 0,100% 0,100% 100%,25% 100%);margin:0;order:2;padding:0;width:65%}.heroImg{max-width:1200px}.heroImg,.heroImg img,.heroImg video{display:block;height:100%;margin:0;padding:0;width:100%}.heroImg img,.heroImg video{min-height:600px;object-fit:cover}.contentWrapper{display:flex;justify-content:center;order:1;padding:3rem 0;position:relative;width:35%;z-index:10}.contentWrapper,.leftContent{align-items:center;flex-flow:row wrap}.leftContent{justify-content:flex-start;max-width:900px;padding-left:8rem;padding-top:16rem;text-align:left;width:100%}.leftContent input{border:.6px solid rgba(0,0,0,.637);border-radius:10px;color:#cf6f72;height:50px;text-indent:10px;width:85%}.handle{align-items:center;display:flex;justify-content:flex-start;margin-top:2rem;width:100%}.leftContent button{background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);border:none;border-radius:10px;height:50px;margin-left:1rem;width:50px}.leftContent h2{color:#030352;font-size:3rem;font-weight:800;line-height:1.5em;text-align:left;width:100%}input::placeholder{color:#402864;font-weight:300}@media (max-width:1000px){.contentWrapper{padding:2rem 0;width:90%}.leftContent h2{font-size:2rem;font-weight:800}}@media (max-width:1200px){.HeroSec{flex-direction:column!important}.heroImageWrapper{-webkit-clip-path:none;clip-path:none;order:1;width:100%!important}.contentWrapper{order:2;width:100%!important}}@media (max-width:600px){.HeroSec{align-items:center;margin-top:0}.heroImageWrapper{width:100%}.heroImg img,.heroImg video{height:85vh;min-height:420px;object-fit:cover;width:100%}.heroImg video::-webkit-media-controls,.heroImg video::-webkit-media-controls-enclosure,.heroImg video::-webkit-media-controls-panel{background:#0000!important}}@media (max-width:600px){.contentWrapper{min-height:auto;padding:0 1rem 2rem}.leftContent{padding:0;width:100%}.leftContent h2{color:#030352!important;font-size:1.5rem!important;line-height:1.4;text-align:left;width:100%}.handle{align-items:center;flex-direction:row;gap:.5rem;justify-content:center;margin-top:2rem}.handle input{background-color:#fff;border:1px solid #0000004d;color:#cf6f72!important;flex:1 1;font-size:.875rem;height:2.5rem;max-width:none;width:100%}.handle input::placeholder{color:#402864!important}.handle button{flex-shrink:0;height:2.5rem;margin-left:0;width:2.5rem}}@media (max-width:400px){.heroImageWrapper{-webkit-clip-path:none!important;clip-path:none!important;margin:0;padding:0;position:relative;width:100%!important}.heroImageWrapper:before{background:linear-gradient(180deg,#000 0,#0009 60%,#0000);content:"";height:25%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.heroImg{height:auto!important;margin:0;padding:0;width:100%}.heroImg img,.heroImg video{background-color:initial;display:block;height:75vh!important;margin:0 auto;max-width:100%!important;min-height:0!important;object-fit:contain!important;object-position:center center;width:100%!important}.heroImg video::-webkit-media-controls,.heroImg video::-webkit-media-controls-enclosure,.heroImg video::-webkit-media-controls-panel{background:#0000!important}}@media (max-width:330px){.heroImageWrapper{-webkit-clip-path:none!important;clip-path:none!important;padding:0;position:relative}.heroImageWrapper:before{background:linear-gradient(180deg,#000 0,#0009 60%,#0000);content:"";height:25%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.heroImg{height:auto!important;width:100%}.heroImg img,.heroImg video{aspect-ratio:16/9;background-color:initial;display:block;height:auto!important;margin:0 auto;max-width:100%!important;min-height:0!important;object-fit:contain!important;width:100%!important}.heroImg video::-webkit-media-controls,.heroImg video::-webkit-media-controls-enclosure,.heroImg video::-webkit-media-controls-panel{background:#0000!important}}@media (min-width:601px) and (max-width:1000px){.HeroSec{align-items:center;margin-top:0}.heroImageWrapper{width:100%}.heroImg img,.heroImg video{height:80vh;min-height:520px;object-fit:cover;width:100%}.contentWrapper{min-height:auto;padding:0 2rem 3rem}.leftContent{margin:0 auto;max-width:600px;padding:0;width:100%}.leftContent h2{color:#030352!important;font-size:2rem!important;line-height:1.4;text-align:left;width:100%}.handle{align-items:center;flex-direction:row;gap:1rem;justify-content:center;margin-top:2rem}.handle input{background-color:#fff;border:1px solid #0000004d;color:#cf6f72!important;font-size:1rem;height:3rem;max-width:400px;width:70%}.handle input::placeholder{color:#402864!important}.handle button{flex-shrink:0;height:3rem;width:3rem}}@media (min-width:1001px) and (max-width:1200px){.contentWrapper{width:90%}.leftContent h2{font-size:2.5rem!important}}.footerHead{margin-top:0;padding:0}.footer,.footerHead{align-items:center;display:flex;justify-content:center;width:100%}.footer{flex-direction:column;gap:.5rem;height:5rem;margin:0 auto}.leftContent{text-align:center}.leftContent,.rigthContent{display:flex;justify-content:center}.rigthContent{gap:0}.rigthContent p a{color:#211f24;font-weight:400;margin:0 12px;text-decoration:none}@media (max-width:600px){.footerHead{background:#0000;gap:1rem;height:auto;margin-top:0;padding:0 1rem 1rem}.footer,.footerHead{align-items:center;justify-content:center}.footer{flex-direction:column;gap:.75rem;margin-top:1rem;width:100%}.leftContent{order:1;text-align:center}.leftContent p{color:#000;font-size:.8rem;text-align:center}.rigthContent{align-items:center;flex-direction:column;gap:.5rem;order:2}.rigthContent p{font-size:.9rem;margin:0}.rigthContent a{margin-left:0!important}}@media (min-width:601px) and (max-width:1000px){.footerHead{background:#0000;gap:1.5rem;height:auto;margin-top:0;min-height:150px;padding:0 2rem 1rem}.footer,.footerHead{align-items:center;justify-content:center}.footer{flex-direction:column;gap:1rem}.leftContent{order:1;text-align:center}.leftContent p{color:#000;font-size:.9rem}.rigthContent{gap:2rem;justify-content:center;order:2}.rigthContent p{font-size:1rem;margin:0}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}.bRecipes{padding:3rem 0;width:100%}.bRecipes,.recipes{align-items:center;display:flex;justify-content:center}.recipes{width:85%}.infos,.recipes{flex-flow:column wrap}.infos{align-items:center;display:flex;margin-bottom:3rem}.infos h2{color:#030352;font-size:2rem}.infos p{color:#030352;display:flex;font-size:26px;justify-content:center;margin-left:30px}.recipe-posts{align-items:flex-start;display:flex;flex-flow:row wrap;gap:2rem;justify-content:space-between;width:100%}@media (max-width:600px){.bRecipes{align-items:center;background-color:initial;min-height:auto;padding:2rem 0;width:100%}.recipes{width:95%}.recipe-posts{flex-direction:column;gap:1.5rem;height:auto;justify-content:flex-start;width:100%}.infos{margin-bottom:2rem}.infos h2{color:#030352;font-size:1.5rem;text-align:center}.infos p{font-size:1rem;margin-left:0;text-align:center}}@media (min-width:601px) and (max-width:1000px){.bRecipes{align-items:center;background-color:initial;min-height:auto;padding:2.5rem 0;width:100%}.recipes{width:90%}.recipe-posts{flex-direction:column;gap:2rem;height:auto;justify-content:flex-start;width:100%}.infos{margin-bottom:2.5rem}.infos h2{color:#030352;font-size:1.8rem;text-align:center}.infos p{font-size:1.2rem;margin-left:0;text-align:center}}@media (min-width:1001px) and (max-width:1200px){.bRecipes{align-items:center;background-color:initial;min-height:auto;width:100%}.recipe-posts{flex-direction:row;flex-wrap:wrap;gap:1.5rem;height:auto;justify-content:space-between}.infos h2{color:#030352}}.postWrapper{align-items:center;background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);border-radius:10px;box-shadow:-5px 5px 15px rgba(0,0,0,.425);display:flex;height:11.5rem;justify-content:space-between;overflow:hidden;transition:all .3s ease;width:32rem}.postWrapper.easy{background:#f4a63a}.postWrapper:hover{transform:scale(1.01)}.leftInfo{align-items:stretch;display:flex;flex-shrink:0;height:100%;justify-content:flex-start;width:35%}.leftInfo img{height:100%;object-fit:cover;object-position:center;width:100%}.rigthInfo{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:1;height:100%;justify-content:center;min-width:0;padding:1rem;width:60%}.rigthInfo h2{word-wrap:break-word;color:#fff;font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:.5rem;overflow-wrap:break-word;width:100%}.postWrapper.easy .rigthInfo h2{color:#ef4b4b;font-size:1.4rem}.rigthInfo p{word-wrap:break-word;color:#fff;font-size:.9rem;font-weight:400;line-height:1.4;margin:0;overflow-wrap:break-word;white-space:normal;width:100%}.postWrapper.easy .rigthInfo p{color:#111;font-size:1.05rem;font-weight:700}.rigthInfo button{background-color:#402864;border:none;border-radius:10px;color:#fff;flex-shrink:0;height:2.5rem;margin-top:.5rem;width:7rem}@media (max-width:600px){.postWrapper{align-items:stretch;background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);flex-flow:row nowrap;height:auto;justify-content:space-between;margin-bottom:0;max-width:100%;min-height:11.5rem;width:100%}.leftInfo{display:flex;height:auto;width:35%}.leftInfo img{height:100%;object-fit:cover;object-position:center;width:100%}.rigthInfo{align-items:flex-start;display:flex;flex-flow:column wrap;height:auto;justify-content:center;padding:1rem .5rem 1rem 1rem;width:60%}.rigthInfo h2{font-size:1rem;line-height:1.4;text-align:left}.rigthInfo h2,.rigthInfo p{color:#fff;margin-bottom:.5rem}.rigthInfo p{font-size:.75rem;line-height:1.3}.rigthInfo button{background-color:#402864;color:#fff;font-size:.75rem;height:2rem;width:6rem}}@media (min-width:601px) and (max-width:1000px){.postWrapper{align-items:stretch;background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);flex-flow:row nowrap;height:auto;justify-content:space-between;margin-bottom:0;max-width:100%;min-height:11.5rem;width:100%}.leftInfo{display:flex;height:auto;width:35%}.leftInfo img{height:100%;object-fit:cover;object-position:center;width:100%}.rigthInfo{align-items:flex-start;display:flex;flex-flow:column wrap;height:auto;justify-content:center;padding:1.5rem 1rem 1.5rem 1.5rem;width:60%}.rigthInfo h2{font-size:1.3rem;line-height:1.5;text-align:left}.rigthInfo h2,.rigthInfo p{color:#fff;margin-bottom:.8rem}.rigthInfo p{font-size:.9rem;line-height:1.4}.rigthInfo button{background-color:#402864;color:#fff;font-size:.85rem;height:2.3rem;width:6.5rem}}@media (min-width:1001px) and (max-width:1200px){.postWrapper{background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);flex-flow:row nowrap;height:11.5rem;justify-content:space-between;margin-bottom:0;width:48%}.leftInfo{height:100%;width:35%}.rigthInfo{height:100%;padding:1rem;width:60%}.rigthInfo h2{font-size:1.2rem;margin-bottom:.8rem;text-align:left}.rigthInfo button{background-color:#402864;color:#fff;height:2.3rem}}.services{align-items:flex-start;flex-flow:row nowrap;margin-top:2rem;width:100%}.services,.servicesWrapper{display:flex;justify-content:space-between}.rigthServices{align-items:flex-start;display:flex;flex-flow:column;justify-content:center;width:50%}.fire-text-block{border-radius:10px;color:#000;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;margin-bottom:1.5rem;text-align:center}.fire-title{font-size:2rem;font-weight:400;line-height:1.1;margin-bottom:.5rem}.fire-subtitle{font-family:Arial Narrow,sans-serif;font-size:1rem;font-style:italic;font-weight:400;margin-bottom:1.5rem}.fire-heading{font-size:2rem;font-weight:400;line-height:1.1;margin-bottom:.5rem}.fire-subheading{font-family:Arial Narrow,sans-serif;font-style:italic;margin-bottom:1.5rem}.fire-subheading,.fire-text{font-size:1.2rem;font-weight:400}.fire-text{margin-bottom:.2rem}.small-margin{margin-top:.5rem}.fire-waiting{font-size:1.5rem;letter-spacing:.3rem;margin-top:1.5rem}.fire-legacy,.fire-waiting{font-weight:400;margin-bottom:1.5rem}.fire-legacy{font-size:1.8rem;line-height:1.1}.fire-cta{font-size:2.5rem;font-weight:400;line-height:1;margin-bottom:1rem}.rigthServices button{background-color:#402864;border:none;border-radius:10px;color:#fff;padding:.7rem 1.7rem}@media (max-width:600px){.servicesWrapper{align-items:center;background:#0000;flex-direction:column;justify-content:center;padding:2rem 0}.leftServices{display:block;margin-bottom:2rem;order:1;width:100%}.leftServices img{display:block;height:auto;width:100%}.rigthServices{align-items:center;margin-bottom:2rem;max-width:100%;order:2;padding:0 1rem;text-align:center;width:100%}.fire-text-block{width:100%}.fire-title{font-size:1.125rem!important}.fire-subtitle,.fire-title{line-height:1.4;margin-bottom:1rem}.fire-subtitle{font-size:.875rem!important}.fire-heading{font-size:1rem!important}.fire-heading,.fire-subheading{line-height:1.4;margin-bottom:.75rem}.fire-subheading{font-size:.875rem!important}.fire-text{font-size:.8125rem!important;line-height:1.5;margin-bottom:.5rem}.fire-text.small-margin{margin-bottom:.375rem}.fire-waiting{font-size:1rem!important;margin:1rem 0}.fire-legacy{font-size:1.125rem!important;line-height:1.4;margin:1rem 0}.fire-cta{font-size:1.25rem!important;line-height:1.3;margin-top:1.5rem}.rigthServices button{background-color:#402864;color:#fff;font-size:.875rem;height:2.5rem;margin-top:1rem;min-width:150px;width:60%}}@media (min-width:601px) and (max-width:900px){.servicesWrapper{align-items:center;background:#0000;flex-direction:column;justify-content:center;padding:2.5rem 0}.leftServices{display:block;margin-bottom:3rem;order:1;width:100%}.leftServices img{display:block;height:auto;width:100%}.rigthServices{align-items:center;margin-bottom:2rem;max-width:700px;order:2;text-align:center;width:90%}.fire-title{font-size:1.5rem!important}.fire-subtitle{font-size:1rem!important}.fire-heading{font-size:1.25rem!important}.fire-subheading{font-size:1rem!important}.fire-text{font-size:.9375rem!important}.fire-waiting{font-size:1.25rem!important}.fire-legacy{font-size:1.5rem!important}.fire-cta{font-size:1.75rem!important}.rigthServices button{background-color:#402864;color:#fff;height:2.75rem;min-width:200px;width:50%}}@media (min-width:901px) and (max-width:1200px){.servicesWrapper{align-items:center;background:#0000;flex-direction:column;justify-content:center;padding:3rem 0;width:100%}.leftServices{display:block;margin-bottom:3rem;order:1;width:100%}.leftServices img{display:block;height:auto;width:100%}.rigthServices{align-items:center;margin-bottom:2rem;max-width:800px;order:2;text-align:center;width:85%}.rigthServices h2{width:95%}.rigthServices p{width:90%}.rigthServices button{background-color:#402864;color:#fff;height:2.75rem;width:40%}}.contatWrapper{height:auto;margin-bottom:0;margin-top:0;padding-bottom:0}.contatWrapper,.leftContact{align-items:center;display:flex;justify-content:center;width:100%}.infosContact,.leftContact{flex-flow:column wrap}.infosContact{align-items:flex-start;display:flex;height:auto;justify-content:center;width:70%}.contact{margin-bottom:0;overflow:hidden;padding-bottom:0}.infosContact h2{color:#030352;font-size:2.5rem;margin-bottom:2rem;width:90%}.btnContact{display:flex;justify-content:space-between}.btnContact input{border:1px solid rgba(0,0,0,.377);border-radius:5px;margin-right:1rem;text-indent:1rem;width:20rem}.btnContact button{align-items:center;background:linear-gradient(178.17deg,#ff979a 1.42%,#cf6f72 98.33%);border:none;border-radius:5px;box-shadow:1px 5px 10px rgba(0,0,0,.233);color:#fff;display:flex;font-size:.9rem;font-weight:100;justify-content:center;padding:.7rem 2rem}@media (max-width:600px){.contact{height:auto;margin-bottom:0;margin-top:0;min-height:auto;padding:2rem 1rem 0}.contatWrapper{align-items:center;flex-direction:column;min-height:auto;padding:0}.rigthContact{display:flex;justify-content:center;margin-bottom:2rem;order:-1;width:100%}.rigthContact img{height:auto!important;max-width:100%;object-fit:contain;width:100%!important}.leftContact{display:flex;justify-content:center;width:100%}.infosContact{align-items:center;height:auto;max-width:100%;padding:0;text-align:center;width:100%}.infosContact h2{color:#030352;font-size:1.5rem!important;line-height:1.4;margin-bottom:1.5rem;width:100%}.btnContact{align-items:center;flex-direction:column;gap:1rem;width:100%}.btnContact input{font-size:.875rem;margin-right:0;max-width:100%;width:100%}.btnContact button{height:3rem;width:100%}}@media (min-width:601px) and (max-width:1000px){.contact{height:auto;margin-bottom:0;min-height:auto;padding:3rem 2rem 0}.contatWrapper{align-items:center;flex-direction:column;min-height:auto;padding:0}.rigthContact{display:flex;justify-content:center;margin-bottom:3rem;order:-1;width:100%}.rigthContact img{height:auto!important;max-width:600px;width:100%!important}.leftContact{display:flex;justify-content:center;max-width:700px;width:100%}.infosContact{align-items:center;height:auto;text-align:center;width:100%}.infosContact h2{font-size:2rem!important;margin-bottom:2rem;width:100%}.btnContact{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.btnContact input{flex:1 1;margin-right:0;min-width:250px}.btnContact button{height:3rem;padding:0 3rem}}@media (min-width:1001px) and (max-width:1200px){.contatWrapper{width:90%}.rigthContact img{height:auto!important;width:450px!important}}.blog{height:35rem;margin-bottom:3rem}.blog,.topInfo{align-items:center;display:flex;flex-flow:column wrap;justify-content:center}.topInfo h2{color:#030352;font-size:2.5rem;margin:1rem 0}.topInfo p{color:rgba(0,0,0,.445);margin-bottom:2rem;text-align:center;width:40%}.postsWrapper{display:flex;width:100%}.postBtn{align-items:center;display:flex;transition:all 1s ease}.postBtn button{background-color:#402864;border:none;border-radius:10px;color:#fff;font-size:1.5rem;padding:.1rem;width:6rem}.postBtn button:hover{cursor:pointer}.imgstyle{justify-content:center;margin-top:5px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:600px){.blog{align-content:center;background-color:initial;height:auto;justify-content:flex-start;margin-bottom:4rem;padding:2rem 0}.postBtn{display:none}.postsWrapper{align-items:center;flex-flow:column nowrap;gap:2rem;justify-content:center}.PostBlog{margin:0}.topInfo h2{color:#030352}.topInfo p{width:80%}}@media (min-width:601px) and (max-width:1000px){.blog{background-color:initial;height:auto;margin-bottom:4rem;padding:2rem 0}.postsWrapper{gap:2rem;justify-content:center}.topInfo h2{color:#030352}}.PostBlog{background-color:#fff;border-color:#000;border-radius:10px;border-width:2px;box-shadow:1px 5px 10px rgba(0,0,0,.466);display:flex;flex-flow:column wrap;margin:0 2rem;overflow:hidden;padding:5px;transition:all .3s;width:20rem}.PostBlog:hover{transform:scale(1.05)}.middleBlog{align-items:center;display:flex;height:10rem;justify-content:center}.middleBlog h2{color:#030352;line-height:2rem}.botBlog{align-items:center;display:flex;justify-content:center}.botBlog img{align-self:flex-end;display:flex;height:50px;margin-top:10px;width:220px}.botProfile{align-items:center;display:flex;justify-content:flex-start}.botProfile p{color:#0000005e;margin:1rem}.imgQrcode{height:100%;width:100%}.imgIcon{height:100%;width:200%}@media (max-width:742px){.PostBlog{align-content:center;align-items:center;background-color:#fff;margin-bottom:2rem;width:60%}.middleBlog h2{text-align:center;width:90%}.botProfile{align-items:center;display:flex;height:4rem;justify-content:center;width:100%}.botBlog img{align-self:flex-end;display:flex;height:50px;margin-top:10px;width:190px}}.page-container{background-color:#f9fafb;color:#374151;font-family:Poppins,sans-serif;min-height:100vh;padding:8rem 1rem 3rem}.content-wrapper{margin:0 auto;max-width:56rem}.page-header{margin-bottom:4rem;text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#db2777,#9333ea);background-clip:text;-webkit-background-clip:text;display:inline-block;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.page-title.blue-theme{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2563eb,#4f46e5);background-clip:text;-webkit-background-clip:text}.page-subtitle{color:#4b5563;font-size:1.25rem;font-weight:500}.effective-date{background-color:#fdf2f8;border:1px solid #fce7f3;border-radius:9999px;color:#be185d;display:inline-block;font-size:.875rem;font-weight:500;margin-top:1rem;padding:.375rem 1rem}.effective-date.blue-theme{background-color:#eff6ff;border-color:#dbeafe;color:#1d4ed8}.card{background-color:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;box-shadow:0 1px 2px 0 #0000000d;margin-bottom:2rem;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-top-border{background:linear-gradient(90deg,#db2777,#9333ea);height:4px;left:0;position:absolute;top:0;width:100%}.card-top-border.blue-theme{background:linear-gradient(90deg,#2563eb,#4f46e5)}.section-number{align-items:center;background-color:#fdf2f8;border-radius:50%;color:#db2777;display:flex;font-size:1.25rem;font-weight:700;height:3.5rem;justify-content:center;margin:0 auto 1.5rem;width:3.5rem}.section-number.blue-theme{background-color:#eff6ff;color:#2563eb}.section-number.purple-theme{background-color:#f3e8ff;color:#9333ea}.section-number.green-theme{background-color:#f0fdf4;color:#16a34a}.section-number.red-theme{background-color:#fef2f2;color:#dc2626}.section-number.yellow-theme{background-color:#fefce8;color:#ca8a04}.section-number.gray-theme{background-color:#f3f4f6;color:#4b5563}.section-number.white-theme{background-color:#fff3;color:#fff}.section-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.section-text{color:#4b5563;line-height:1.625;margin-bottom:2rem}.grid-2{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;width:100%}@media (min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;width:100%}@media (min-width:640px){.grid-3{grid-template-columns:repeat(3,1fr)}}.info-box{align-items:center;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:1rem;display:flex;flex-direction:column;height:100%;padding:1.5rem}.info-box-title{color:#111827;font-weight:700;margin-bottom:.5rem}.list-item{background-color:#fff;border:1px solid #f3f4f6;border-radius:.75rem;box-shadow:0 1px 2px 0 #0000000d;color:#4b5563;font-size:.875rem;margin-bottom:.5rem;padding:.75rem;width:100%}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 2fr}}.form-group{margin-bottom:1.5rem;text-align:left}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;font-family:inherit;outline:none;padding:.75rem 1rem;transition:all .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#db2777;box-shadow:0 0 0 3px #fce7f3}.submit-btn{background:linear-gradient(90deg,#db2777,#9333ea);border:none;border-radius:.75rem;box-shadow:0 4px 6px -1px #db27774d;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:700;padding:1rem;transition:transform .2s;width:100%}.submit-btn:hover{transform:translateY(-2px)}.text-center{text-align:center}.flex-center{align-items:center;display:flex;justify-content:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.w-full{width:100%}.max-w-2xl{margin-left:auto;margin-right:auto;max-width:42rem}.icon{height:20px;margin-right:.5rem;width:20px}.dark-card{background-color:#111827;color:#fff}.gradient-card{background:linear-gradient(to bottom right,#db2777,#7e22ce);color:#fff}.link{align-items:center;background-color:#ffffff1a;border-radius:1rem;color:inherit;display:flex;justify-content:center;padding:1rem;text-decoration:none;transition:background-color .2s}.link:hover{background-color:#fff3}.space-y-12{display:flex;flex-direction:column;gap:3rem}@media (max-width:640px){.page-container{padding:6rem .75rem 2rem}.content-wrapper{padding:0 .5rem}.page-header{margin-bottom:2.5rem}.page-title{font-size:1.75rem;line-height:1.2}.page-subtitle{font-size:1rem}.effective-date{font-size:.75rem;padding:.25rem .75rem}.card{border-radius:1rem;margin-bottom:1.5rem;padding:1.5rem}.section-number{font-size:1rem;height:2.5rem;margin-bottom:1rem;width:2.5rem}.section-title{font-size:1.25rem;margin-bottom:.75rem}.section-text{font-size:.875rem;margin-bottom:1.5rem}.grid-2,.grid-3{gap:1rem}.info-box{padding:1rem}.list-item{font-size:.8125rem;padding:.5rem}.contact-grid{gap:1.5rem}.form-input,.form-select,.form-textarea{font-size:.875rem;padding:.625rem .875rem}.submit-btn{font-size:1rem;padding:.875rem}.space-y-12{gap:2rem}.card[style*="padding: 2.5rem"]{padding:1.5rem!important}.card[style*="padding: 2rem"]{padding:1.25rem!important}}@media (max-width:768px){.page-container{padding:7rem 1rem 2.5rem}.content-wrapper{padding:0 .75rem}.page-header{margin-bottom:3rem}.page-title{font-size:2rem}.page-subtitle{font-size:1.125rem}.card{padding:2rem}.section-number{font-size:1.125rem;height:3rem;width:3rem}.section-title{font-size:1.375rem}.contact-grid{gap:1.75rem}.space-y-12{gap:2.5rem}}@media (max-width:900px){.contact-grid,.grid-2,.grid-3{grid-template-columns:1fr}}
/*# sourceMappingURL=main.58f24707.css.map*/