.footer{background:linear-gradient(135deg,#013333,#028f8f);color:#f3f2f2;padding:30px 60px;display:flex;flex-direction:column;gap:24px;font-family:Inter,sans-serif}@media(max-width:750px){.footer{padding:30px 34px}}@media(max-width:562px){.footer{padding:30px 25px}}.footer .footer-header{display:flex;justify-content:space-between;margin:30px 0}@media(max-width:600px){.footer .footer-header{margin:16px 0}}@media(max-width:400px){.footer .footer-header{margin:30px 0}}.footer .footer-header .logo-section{width:160px}@media(max-width:750px){.footer .footer-header .logo-section{width:140px}}@media(max-width:480px){.footer .footer-header .logo-section{width:125px}}.footer .footer-header .logo-section img{width:100%!important;display:block;filter:brightness(0) invert(1)}.footer .footer-header .contact-section{text-align:right}.footer .footer-header .contact-section p{margin:4px 0;font-weight:300;font-size:clamp(.88rem,2vw,1.13rem)}.footer .footer-content{display:flex;justify-content:space-between;border-top:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2);padding:50px 0;flex-wrap:wrap}@media(max-width:750px){.footer .footer-content{flex-wrap:nowrap}}@media(max-width:520px){.footer .footer-content{flex-wrap:wrap;gap:20px}}.footer .footer-content .footer-column{width:300px;padding:0 12px}@media(max-width:750px){.footer .footer-content .footer-column{padding:0;margin-right:10px}}.footer .footer-content .footer-column h4{font-weight:600;font-size:clamp(.98rem,3vw,1.12rem);margin-bottom:10px}.footer .footer-content .footer-column p{font-weight:300;font-size:clamp(.6rem,2vw,.75rem)!important;margin:6px 0}.footer .footer-bottom{display:flex;justify-content:space-between;font-weight:300;font-size:clamp(.6rem,2vw,.75rem)!important;margin:30px 0}.footer .footer-bottom a{color:#f3f2f2;margin-left:15px;text-decoration:none}.footer .footer-bottom a:hover{color:#f3f2f2}header{height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;position:fixed;width:100%;left:0;z-index:1000;background-color:rgba(0,0,0,0);transition:background-color .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out;transition:background-color .3s ease-in-out,backdrop-filter .3s ease-in-out;transition:background-color .3s ease-in-out,backdrop-filter .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out}@media(max-width:780px){header{padding:0 43px}}@media(max-width:480px){header{padding:0 30px}}@media(max-width:430px){header{padding:0 20px;height:138px}}@media(max-width:480px){header{height:87px}}@media(max-width:390px){header{height:71px}}header .nav_left_wrap{width:20%;display:flex}@media(max-width:934px){header .nav_left_wrap{width:25%}}@media(max-width:682px){header .nav_left_wrap{width:28%}}@media(max-width:606px){header .nav_left_wrap{width:36%}}@media(max-width:398px){header .nav_left_wrap{width:50%}}header .nav_icon{position:relative;width:52px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width:682px){header .nav_icon{width:63px}}@media(max-width:398px){header .nav_icon{width:45px}}header .nav_icon .icon{width:100%;align-items:center}header .nav_icon .icon svg{font-size:37px!important;color:#56c1ca}@media(max-width:934px){header .nav_icon .icon svg{width:34px}}header h1{width:130px}@media(max-width:380px){header h1{width:114px}}header h1 img{width:100%;display:block;filter:brightness(0) invert(1);opacity:.8}header .nav_bar{display:flex;align-items:center;gap:20px;background-color:#f57c73}@media(max-width:920px){header .nav_bar{display:none}}header .nav_bar li{font-size:21px;font-weight:500;color:#fff;transition:.2s ease-in;cursor:pointer}@media(max-width:1500px){header .nav_bar li{font-size:19px}}@media(max-width:1380px){header .nav_bar li{font-size:17px}}@media(max-width:1180px){header .nav_bar li{font-size:14px}}@media(max-width:1020px){header .nav_bar li{font-size:12px}}header .nav_bar li:hover{color:rgba(242,164,130,.5764705882)}header.scrolled{background-color:rgba(165,158,158,.26);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header.scrolled img{filter:none}header.scrolled .nav_bar li{color:#000;transition:.2s ease-in;cursor:pointer}header.scrolled .nav_bar li:hover{color:rgba(242,164,130,.5764705882)}header.scrolled .icon_circle svg{color:#506063}header.scrolled .icon_circle{background-color:hsla(0,0%,100%,.768627451)}header.scrolled .icon_circle:hover{cursor:pointer}header.scrolled .icon_circle:hover svg{color:#56c1ca}.mobile_nav li.active,.nav_bar li.active,.scrolled .nav_bar li.active{color:#faa2a2}.achiemnts{width:100%}.ToOrange{filter:none}.mobile_nav{position:fixed;width:354px;height:100vh;background-color:#8f8f8f;color:#f6feff!important;top:0;left:0;z-index:1000;padding:50px 36px;transform:translateX(-100%);transition:transform .6s;box-shadow:0 0 10px rgba(0,0,0,.1)}@media(max-width:962px){.mobile_nav{width:324px}}@media(max-width:700px){.mobile_nav{padding:50px 25px}}.mobile_nav.peek{animation:wiggleIn 2s ease-in-out forwards}.mobile_nav.open{transform:translateX(0);transition-timing-function:ease-in}.mobile_nav.closing{transform:translateX(-100%);transition-timing-function:ease-out}.mobile_nav .nav_head{display:flex;justify-content:flex-start;margin-bottom:30px}.mobile_nav .nav_head .closeSvg{font-size:30px;cursor:pointer}.mobile_nav .nav_head .closeSvg:hover{color:#f57c73}.mobile_nav .nav_content{display:flex;height:60%;justify-content:end;grid-template-columns:1fr 1fr;gap:40px}.mobile_nav .nav_content .nav_left{display:flex;flex-direction:column;gap:30px}.mobile_nav .nav_content .nav_left .nav_item{display:flex;align-items:center;gap:15px;font-size:clamp(1.1rem,6vw,2.1rem);font-weight:700;position:relative}.mobile_nav .nav_content .nav_left .nav_item svg{font-size:clamp(1rem,7vw,2rem)}.mobile_nav .nav_content .nav_left .nav_item span{font-size:35px}.mobile_nav .nav_content .nav_left .nav_item .desc_box{position:absolute;left:60px;top:100%;width:max-content;padding:8px 14px;font-size:14px;background:hsla(0,0%,100%,.9);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.mobile_nav .nav_content .nav_left .nav_item:hover .desc_box{opacity:1;transform:translateY(0);pointer-events:auto;animation:slideFadeIn .35s ease forwards}.mobile_nav .nav_content .nav_left .nav_item:not(:hover) .desc_box{animation:slideFadeOut .35s ease forwards}.mobile_nav .nav_content .nav_right{display:flex;flex-direction:column;gap:20px;position:relative;cursor:pointer;text-align:end;overflow:hidden;transition:transform .3s ease;background-color:#8f8f8f!important;z-index:1000!important}.mobile_nav .nav_content .nav_right li{font-size:clamp(0rem,5vw,1rem);font-weight:600;cursor:pointer;list-style-type:none;position:relative;border-bottom:1px solid #fff;margin-bottom:3px}.mobile_nav .nav_content .nav_right li:hover{color:#fff;transform:translateY(-5px)}.mobile_nav .nav_content .nav_right li:hover .desc_box{opacity:1;transform:translateY(0);pointer-events:auto;animation:slideFadeIn .35s ease forwards}.mobile_nav .nav_content .nav_right li:not(:hover) .desc_box{animation:slideFadeOut .35s ease forwards}.mobile_nav .nav_content .nav_last{display:flex;flex-direction:column;gap:10px}.mobile_nav .nav_content .nav_last li{font-size:clamp(.9rem,4vw,1.3rem);font-weight:800;list-style-type:none}.mobile_nav .nav_content .nav_last .item_second{font-weight:400;font-size:clamp(.9rem,4vw,1.3rem)}.mobile_nav .nav_footer{gap:28px}.mobile_nav .nav_footer,.mobile_nav .nav_footer .footer_logos{display:flex;flex-direction:column}.mobile_nav .nav_footer .footer_logos .footer_nav_sec1{display:flex;gap:28px;margin-bottom:20px}.mobile_nav .nav_footer .footer_logos .footer_nav_sec1 h5{font-size:clamp(1rem,4vw,1rem);margin-bottom:5px}.mobile_nav .nav_footer .footer_logos .footer_nav_sec1 span{font-size:clamp(.8rem,2.2vw,1rem);font-family:Inter,sans-serif!important;color:#d4d2d2}.mobile_nav .nav_footer .footer_logos .footer_nav_sec1 .footer_nav_sec1_items{width:176px}.mobile_nav .nav_footer .footer_logos .footer_nav_sec1 .middle_line_footer{width:1px;height:100%;border-left:1px solid rgba(48,47,47,.4588235294)}.mobile_nav .nav_footer .footer_logos .footer_nav_sec1 .footer_nav_sec1_items_2{width:176px}.mobile_nav .nav_footer .footer_logos .footer_nav_sec2{display:flex;flex-direction:column;align-items:left;text-align:end;font-family:Inter,sans-serif!important;color:#d4d2d2}.mobile_nav .nav_footer .footer_logos .footer_nav_sec2 h5{font-size:clamp(1rem,4vw,1.1rem);margin-bottom:12px}.mobile_nav .nav_footer .footer_links a{font-size:clamp(.8rem,2.2vw,.8rem);text-decoration:underline}@keyframes wiggleIn{0%{transform:translateX(-100%)}40%{transform:translateX(-95%)}60%{transform:translateX(-94%)}80%{transform:translateX(-98.5%)}to{transform:translateX(-95%)}}@keyframes bounceClose{0%{transform:translateX(-95%)}40%{transform:translateX(-100%)}60%{transform:translateX(-94%)}80%{transform:translateX(-100%)}to{transform:translateX(-100%)}}.nav_icon .icon{position:absolute;transition:opacity .6s ease;opacity:0}.nav_icon .icon.show{opacity:1}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFadeOut{0%{opacity:1;transform:translateY(0)}60%{opacity:.5;transform:translateY(10px)}to{opacity:0;transform:translateY(20px)}}.nav_right_wrap{width:20%;display:flex;gap:10px;align-items:center;justify-content:end}@media(max-width:675px){.nav_right_wrap{display:none}}.nav_right_wrap .icon_circle{width:32px;height:32px;border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.26)}.nav_right_wrap svg{font-size:30px;color:hsla(0,0%,100%,.937254902)}h1:hover img{filter:none!important;opacity:1!important}.nav_right_wrap .icon_circle svg{transition:.3s ease}.floating_whatsapp{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:rgba(32,32,32,.6588235294);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 8px 18px rgba(0,0,0,.25);border:1px solid rgba(0,197,33,.637);z-index:9999;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.floating_whatsapp svg{color:#0f6;font-size:26px}.floating_whatsapp:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 22px rgba(0,0,0,.3);background:rgba(0,197,33,.637)}.floating_whatsapp:hover svg{color:#fff}@media(max-width:600px){.floating_whatsapp{right:16px;bottom:16px;width:50px;height:50px}}.nav_right_wrap .icon_circle:first-child:hover svg{color:#ee2a7b}.nav_right_wrap .icon_circle:nth-child(2):hover svg{color:#1877f2}.nav_right_wrap .icon_circle:nth-child(3):hover svg{color:red}.nav_right_wrap .icon_circle:nth-child(4):hover svg{color:#0a66c2}