.footer-bottom{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-links{display:flex;align-items:center;gap:.5rem}@media (max-width: 640px){.footer-bottom,.footer-links{gap:.25rem}}.chatbot-open{animation:chatbotFadeIn .3s ease forwards}.chatbot-close{animation:chatbotFadeOut .3s ease forwards}@keyframes chatbotFadeIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatbotFadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.98)}}.chatbot-input::-moz-placeholder{-moz-transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease}.chatbot-input::placeholder{transition:opacity .5s ease,transform .5s ease}.chatbot-input.fade-out::-moz-placeholder{opacity:0;transform:translateY(-4px)}.chatbot-input.fade-out::placeholder{opacity:0;transform:translateY(-4px)}.chatbot-input.fade-in::-moz-placeholder{opacity:1;transform:translateY(0)}.chatbot-input.fade-in::placeholder{opacity:1;transform:translateY(0)}.chatbot-button{position:fixed;bottom:30px;right:30px;z-index:1000;display:flex;align-items:center;gap:12px;padding:12px 40px;background:linear-gradient(135deg,#19918f8c,#136c838c);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.706);border-radius:30px;box-shadow:0 8px 32px #136c8359,inset 0 0 .5px #fff9;cursor:pointer;transition:all .3s ease;color:#fff;font-weight:600;font-size:16px}.chatbot-button:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(135deg,#19918fb3,#136c83b3);box-shadow:0 12px 40px #136c8380}.chatbot-button-avatar{width:40px;height:40px;border-radius:50%;background:#ffffff40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center}.chatbot-button-icon{color:#fff;font-weight:700;font-size:20px}.chatbot-button-name{color:#fff}.chatbot-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}@media (min-width: 1024px){.chatbot-overlay{justify-content:flex-end;padding-right:30px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chatbot-modal{width:100%;max-width:450px;height:70vh;max-height:700px;background:#f8f9fa;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-messages:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 15% 20%,rgba(20,184,166,.08) 0%,transparent 40px),radial-gradient(ellipse at 85% 30%,rgba(13,148,136,.08) 0%,transparent 35px),radial-gradient(ellipse at 25% 70%,rgba(20,184,166,.06) 0%,transparent 45px),radial-gradient(ellipse at 75% 80%,rgba(13,148,136,.08) 0%,transparent 40px),radial-gradient(circle at 50% 15%,rgba(20,184,166,.06) 0%,transparent 30px),radial-gradient(circle at 55% 18%,rgba(20,184,166,.06) 0%,transparent 30px),radial-gradient(circle at 10% 50%,rgba(13,148,136,.07) 0%,transparent 25px),radial-gradient(circle at 12% 52%,rgba(13,148,136,.07) 0%,transparent 25px),radial-gradient(circle at 90% 60%,rgba(20,184,166,.06) 0%,transparent 20px),radial-gradient(circle at 92% 62%,rgba(20,184,166,.06) 0%,transparent 20px),radial-gradient(circle at 88% 58%,rgba(20,184,166,.06) 0%,transparent 20px);pointer-events:none;z-index:0;opacity:.4}.chatbot-header{background:linear-gradient(135deg,#136c83,#19918f);padding:20px;display:flex;align-items:center;justify-content:space-between;z-index:1;position:relative;border-bottom:1px solid rgba(255,255,255,.2)}.chatbot-header-left{display:flex;align-items:center;gap:15px}.chatbot-avatar{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatbot-avatar-icon{color:#fff;font-weight:700;font-size:24px}.chatbot-message-avatar .chatbot-avatar-icon{font-size:18px}.chatbot-header-info{display:flex;flex-direction:column}.chatbot-name{margin:0;color:#fff;font-size:18px;font-weight:800}.chatbot-status{display:flex;align-items:center;gap:6px}.chatbot-status-dot{width:10px;height:10px;border-radius:50%;background:#10b981;border:1.5px solid rgba(255,255,255,.7);box-shadow:0 0 4px #10b98199}.chatbot-status-text{color:#ffffffe6;font-size:16px}.chatbot-exit-button{padding:8px 30px;background:#fff;color:#0d9488;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.chatbot-exit-button:hover{background:#f0f0f0;transform:translateY(-1px)}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px;z-index:1;position:relative;background:#f8f9fa}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#14b8a64d;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#14b8a680}.chatbot-message{display:flex;align-items:flex-end;gap:10px;animation:messageSlide .3s ease}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-message-ai{justify-content:flex-start}.chatbot-message-user{justify-content:flex-end}.chatbot-message-avatar{width:35px;height:35px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.chatbot-message-avatar-user{order:2}.chatbot-user-avatar{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.chatbot-user-avatar svg{width:100%;height:100%}.chatbot-message-bubble{max-width:75%;padding:12px 16px;border-radius:18px;position:relative;word-wrap:break-word}.chatbot-message-bubble-ai{background:linear-gradient(135deg,#136c83,#19918f);color:#fff;border-bottom-left-radius:4px}.chatbot-message-bubble-ai:before{content:"";position:absolute;left:-8px;bottom:0;width:0;height:0;border-style:solid;border-width:0 0 12px 12px;border-color:transparent transparent #136C83 transparent}.chatbot-message-bubble-user{background:linear-gradient(135deg,#19918f,#136c83);color:#fff;border-bottom-right-radius:4px}.chatbot-message-bubble-user:after{content:"";position:absolute;right:-8px;bottom:0;width:0;height:0;border-style:solid;border-width:0 0 12px 12px;border-color:transparent transparent #136C83 transparent;transform:rotate(90deg)}.chatbot-message-text{margin:0;font-size:15px;line-height:1.5;white-space:pre-wrap}.chatbot-input-container{padding:20px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:12px;z-index:1;position:relative}.chatbot-input{flex:1;padding:12px 16px;border:2px solid #19918F;border-radius:20px;font-size:15px;outline:none;transition:all .2s ease}.chatbot-input:focus{border-color:#136c83;box-shadow:0 0 0 3px #14b8a61a}.chatbot-input::-moz-placeholder{color:#9ca3af}.chatbot-input::placeholder{color:#9ca3af}.chatbot-send-button{width:45px;height:45px;border-radius:50%;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chatbot-send-button .chatbot-bot-icon{transition:transform .25s cubic-bezier(.4,0,.2,1)}.chatbot-send-button .chatbot-bot-icon:hover{transform:scale(1.09)}.chatbot-send-button:active{transform:scale(.95)}.chatbot-input.disabled{opacity:.6;cursor:not-allowed}.chatbot-send-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.chatbot-modal{width:100%;height:100vh;max-height:100vh;border-radius:0}.chatbot-button{bottom:20px;right:20px;padding:10px 16px;font-size:14px}.chatbot-button-avatar{width:35px;height:35px}.chatbot-button-name{display:none}}.contact-form-card{background-color:#fff;border-radius:20px;margin:5rem;padding:2rem}.contact-form-title{font-size:1.875rem;font-weight:700;color:#e55733;text-align:center;margin-bottom:1.5rem}.contact-form-label{display:block;color:#909090;font-weight:600;margin-bottom:.5rem}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;padding:.5rem 1rem;border-radius:10px;background-color:#79797920;outline:none}.contact-form-select{width:100%;padding:12px;border-radius:8px;border:1px solid #d1d5db;outline:none}.contact-form-select:focus{border-color:#19918f}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{border-color:#19918f;box-shadow:0 0 0 2px #19918f4d}.contact-form-error{border-color:#ef4444}.contact-form-error-text{color:#ef4444;font-size:.875rem;margin-top:.25rem}.contact-form-button{width:100%;background-color:#19918f;color:#fff;padding:.75rem 0;border-radius:10px;transition:background-color .2s ease}.contact-form-button:hover{background-color:#147370}.contact-form-button:disabled{opacity:.5;cursor:not-allowed}.contact-form-success{color:#16a34a;text-align:center}.contact-form-failure{color:#dc2626;text-align:center}@media (max-width: 1024px){.contact-form-card{margin:3rem;padding:1.5rem}.contact-form-title{font-size:1.75rem}.contact-form-button{padding:.6rem 0}}@media (max-width: 768px){.contact-form-card{margin:1.5rem;padding:1rem;border-radius:15px}.contact-form-title{font-size:1.5rem}.contact-form-input,.contact-form-select,.contact-form-textarea{padding:.4rem .8rem;font-size:.9rem}.contact-form-button{padding:.5rem 0;font-size:.95rem}.contact-form-card~img{display:none}}.flash-message{position:fixed;top:20px;right:20px;z-index:1000;min-width:300px;max-width:500px;padding:1rem 1.25rem;border-radius:10px;box-shadow:0 4px 12px #00000026;transform:translate(400px);opacity:0;transition:all .3s ease-in-out}.flash-message.show{transform:translate(0);opacity:1}.flash-message.hide{transform:translate(400px);opacity:0}.flash-message.success{background-color:#10b981;color:#fff;border-left:4px solid #059669}.flash-message.error{background-color:#ef4444;color:#fff;border-left:4px solid #dc2626}.flash-message-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.flash-message-text{flex:1;font-weight:500;font-size:.95rem}.flash-message-close{background:none;border:none;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.flash-message-close:hover{background-color:#fff3}@media (max-width: 768px){.flash-message{top:10px;right:10px;left:10px;min-width:auto;max-width:none;transform:translateY(-100px)}.flash-message.show{transform:translateY(0)}.flash-message.hide{transform:translateY(-100px)}}.top-btn{all:unset;font-size:1.5rem;position:fixed;right:20px;bottom:20px;cursor:pointer;transform:scale(1.8);opacity:0;transition:opacity .3s,transform .3s}.up_btn{color:#0371f1;transition:transform .3s}.up_btn:hover{transform:scale(.6)}.animate-on-left,.animate-on-right,.animate-on-down,.animate-on-up,.animate-Fadein,.animate-Fadeout{opacity:0;filter:blur(4px);transition:transform .8s ease-out,opacity .5s ease-out,filter .5s ease-out;transition-delay:.1s}.animate-on-left{transform:translate(-50px)}.animate-on-right{transform:translate(50px)}.animate-on-down{transform:translateY(50px)}.animate-on-up{transform:translateY(-50px)}.animate-Fadein{transform:scale(1.2);filter:blur(8px)}.animate-Fadeout{transform:scale(.8)}.one{transition-delay:.1s}.two{transition-delay:.2s}.three{transition-delay:.3s}.four{transition-delay:.4s}.five{transition-delay:.5s}.six{transition-delay:1.8s}.animate{opacity:1;filter:blur(0);transform:translate(0) scale(1)}.auto_countingpage{background:#0d1321}@media (max-width: 575.98px){.animate-on-left,.animate-on-right,.animate-on-down,.animate-on-up,.animate-Fadein,.animate-Fadeout{opacity:0;filter:blur(4px);transition:transform .8s ease-out,opacity .5s ease-out,filter .5s ease-out;transition-delay:.1s}.animate-on-left{transform:translate(-5px)}.animate-on-right{transform:translate(5px)}.animate-on-down{transform:translateY(5px)}.animate-on-up{transform:translateY(-5px)}.animate-Fadein{transform:scale(1.1);filter:blur(6px)}.animate-Fadeout{transform:scale(.8)}.one{transition-delay:.1s}.two{transition-delay:.15s}.three{transition-delay:.2s}.four{transition-delay:.25s}.five{transition-delay:.3s}.six{transition-delay:1.5s}.animate{opacity:1;filter:blur(0);transform:translate(0) scale(1)}.auto_countingpage{background:#0d1321}}@font-face{font-family:Metropia;src:url(/assets/Metropia_Light-CFAf77CX.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Metropia;src:url(/assets/Metropia_LightItalic-GiEGRBQu.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Metropia;src:url(/assets/Metropia_Regular-OKAVXGgW.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Metropia;src:url(/assets/Metropia_Italic-C3W-4sbh.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Metropia;src:url(/assets/Metropia_Bold-Cx7nzNdr.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Metropia;src:url(/assets/Metropia_BoldItalic-3l6ujFEu.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}.hero-section{min-height:70svh;position:relative}.hero-logo{width:180px;top:16px;left:10px;position:absolute}.hero-title{font-size:32px;line-height:1.3}.hero-subtitle{font-family:Metropia,sans-serif;margin-top:12px;font-weight:900;color:#f3d239}.hero-center-wrapper{position:relative}.hero-center{position:relative;z-index:10}.hero-center-overlay{position:absolute;top:0;right:0;bottom:0;left:0;margin:70px auto auto;z-index:20;pointer-events:none}.hero-images{display:flex;justify-content:center;align-items:flex-end;gap:16px}.hero-images img{width:250px;border-radius:12px}.hero-left,.hero-right{margin-bottom:12rem}@media (max-width: 575.98px){.hero-section{height:60svh;padding-top:60px;padding-bottom:40px}.hero-logo{width:100px;top:1.6rem;left:10px}.hero-title{font-size:22px;padding:0 12px;margin-top:3rem}.hero-subtitle{font-size:16px}.hero-left,.hero-right{display:none;margin-bottom:0}.hero-images img{width:220px}}@media (min-width: 576px) and (max-width: 767.98px){.hero-section{height:0svh;padding-bottom:40px}.hero-logo{width:120px}.hero-title{font-size:24px}.hero-left,.hero-right{display:none}.hero-images img{width:220px}}@media (min-width: 768px) and (max-width: 991.98px){.hero-section{height:70svh}.hero-logo{width:140px}.hero-title{font-size:28px}.hero-images{gap:10px}.hero-images img{width:220px}.hero-left,.hero-right{margin-bottom:6rem}.hero-center{margin-bottom:0}}@media (min-width: 992px) and (max-width: 1199.98px){.hero-section{height:70svh}.hero-title{font-size:30px}.hero-images img{width:240px}.hero-left,.hero-right{margin-bottom:10rem}}.feature-section{width:100%}.feature-section .feature-wrapper{display:flex;align-items:center;justify-content:space-between;gap:3rem;width:100%}.feature-section .side-image{display:flex}.feature-section .side-image:first-child{justify-content:flex-start}.feature-section .side-image:last-child{justify-content:flex-end}@media (max-width: 1024px){.feature-section{padding:3rem 1rem}.feature-section img{height:180px}.feature-section h2{font-size:1.75rem}}@media (max-width: 768px){.feature-section{padding:2.5rem 1rem;overflow:hidden}.feature-section .feature-wrapper{flex-direction:row;gap:1.5rem}.feature-section .side-image .l_img{margin-left:-30px;height:auto;width:210px;margin-right:2rem}.feature-section .side-image .r_img{margin-right:-30px;height:auto;width:260px}.feature-section h2{font-size:1.5rem;margin-top:20px;margin-left:2px}}@media (max-width: 480px){.feature-section h2{font-size:1.35rem}}.diet-section h2{font-size:2.25rem}.diet-section p{font-size:22px;max-width:520px}.diet-section .main-image{width:18rem}.diet-section .overlay-image{width:15rem}@media (max-width: 1024px){.diet-section h2{font-size:2rem}.diet-section p{font-size:.95rem}.diet-section .main-image{width:16rem}.diet-section .overlay-image{width:13rem}}@media (max-width: 767px){.diet-section{padding-top:2.5rem;padding-bottom:2.5rem}.diet-section .content-grid{display:flex;flex-direction:column;gap:2rem}.diet-section h2{font-size:1.75rem;text-align:center}.diet-section p{font-size:.95rem;text-align:center;margin:0 auto}.diet-section .content_box{display:flex;flex-direction:column-reverse}.diet-section .image-wrapper{justify-content:center;margin-block:22px;height:380px}.diet-section .image_2{left:1rem}}@media (max-width: 480px){.diet-section h2{font-size:1.5rem}.diet-section p{font-size:.9rem}.diet-section .main-image{width:12rem}}.section-calorie .image-main{width:18rem;margin-top:-40px;margin-bottom:-40px}.section-calorie .image-overlay{width:15rem;top:50%;left:1.5rem;transform:translateY(-50%)}.section-calorie h2{font-size:2.25rem}.section-calorie p{font-size:22px;line-height:1.7}@media (max-width: 1023px){.section-calorie .image-main{width:16rem;margin-top:-30px;margin-bottom:-30px}.section-calorie .image-overlay{width:13rem;left:1rem}.section-calorie h2{font-size:2rem;text-align:center}.section-calorie p{text-align:center}}@media (max-width: 767px){.section-calorie{padding-top:2rem;padding-bottom:2rem}.section-calorie .grid{display:flex;flex-direction:column;gap:2rem}.section-calorie .image-wrapper{margin-block:22px;height:380px}.section-calorie .image_2{left:1rem}.section-calorie h2{font-size:1.75rem;text-align:center}.section-calorie p{font-size:.95rem;text-align:center}}.food-section h2{font-size:1.875rem;font-weight:700;color:#f3d239;margin-bottom:1rem;line-height:1.2}.food-section p{color:#fff;line-height:1.6;font-size:22px}.food-images{position:relative;display:flex;justify-content:center;animation:animateOnRight .8s ease-out forwards;opacity:0;transform:translate(30px)}.food-main-image{width:224px;height:auto;border-radius:1rem;z-index:10;margin-top:-40px;margin-bottom:-40px}.food-overlay-image{position:absolute;top:50%;left:8px;transform:translateY(-50%);width:240px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;z-index:20;transition:transform .3s ease-out;transform-origin:center}.food-overlay-image:hover{transform:translateY(-50%) scale(1.25)}@media (min-width: 768px){.food-grid{grid-template-columns:1fr 1fr;gap:2rem}.food-title{font-size:2.25rem}.food-main-image{width:288px}.food-overlay-image{left:auto;right:1.5rem}}@media (min-width: 1200px){.food-grid{gap:3rem}.food-title{font-size:2.5rem;margin-bottom:1.5rem}.food-main-image{width:320px}.food-overlay-image{width:280px;right:2rem}}@media (max-width: 767px){.food-section{padding-top:2rem;padding-bottom:2rem}.food-grid{gap:1.5rem}.food-title{font-size:1.75rem}.food-section .content_box{display:flex;flex-direction:column-reverse}.food-section .image_box{margin-block:22px;height:350px}.food-section .image_2{left:1.4rem}.food-section h2{font-size:1.75rem;text-align:center}.food-section p{font-size:.95rem;text-align:center}}.fitness-section p{font-size:22px}.fitness-container{max-width:1152px;margin:0 auto;width:100%}.fitness-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;width:100%}@media (min-width: 1200px){.fitness-grid{gap:3rem}.fitness-title{font-size:2.5rem;margin-bottom:1.5rem}.fitness-main-image{width:320px}.fitness-overlay-image{width:280px;height:280px;left:2rem}}@media (max-width: 767px){.fitness-section{padding-top:2rem;padding-bottom:2rem}.fitness-section .image_box{margin-block:22px;height:380px}.fitness-section .image_2{left:6.1rem}.fitness-section h2{margin-top:0;font-size:1.75rem;text-align:center}.fitness-section p{font-size:.95rem;text-align:center}}@media (min-width: 376px) and (max-width: 425px){.fitness-section .image_2{left:auto}}@media (max-width: 375px){.fitness-section .image_2{left:auto}}@media (max-width: 320px){.fitness-section .image_2{left:auto}}.region-section p{font-size:22px}.region-container{max-width:1152px;margin:0 auto;width:100%}.region-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;width:100%}.region-text{animation:animateOnLeft .8s ease-out forwards;opacity:0;transform:translate(-30px)}.region-title{font-size:1.875rem;font-weight:700;color:#f3d239;margin-bottom:1rem;line-height:1.2}.region-description{color:#fff;line-height:1.6;font-size:1rem}.region-images{position:relative;display:flex;justify-content:center;animation:animateOnRight .8s ease-out forwards;opacity:0;transform:translate(30px)}.region-main-image{width:224px;height:auto;border-radius:1rem;z-index:10;margin-top:-40px;margin-bottom:-40px}.region-overlay-image{position:absolute;top:50%;left:8px;transform:translateY(-50%);width:240px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;z-index:20;transition:transform .3s ease-out;transform-origin:center}.region-overlay-image:hover{transform:translateY(-50%) scale(1.25)}@media (max-width: 767px){.region-section{padding-top:2rem;padding-bottom:2rem}.region-section .content_box{display:flex;flex-direction:column-reverse}.region-section .image_box{margin-block:22px;height:380px}.region-section .image_2{left:.7rem}.region-section h2{font-size:1.75rem;text-align:center}.region-section p{font-size:.95rem;text-align:center}}.privacy-section{width:100%;min-height:100dvh;margin:0;padding:0;background:#e5e7eb}.pdf-frame{width:100%;height:100dvh;border:none;display:block;background-color:#fff}@media (max-width: 768px){.pdf-frame{height:calc(100dvh - 60px)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-left-5{left:-1.25rem}.left-2{left:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.m-20{margin:5rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-me-2{margin-inline-end:-.5rem}.-mt-12{margin-top:-3rem}.mb-0{margin-bottom:0}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ms-0{margin-inline-start:0px}.ms-2{margin-inline-start:.5rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-8{margin-top:2rem}.mt-\[114px\]{margin-top:114px}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-20{height:5rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-96{height:24rem}.h-\[150px\]{height:150px}.h-\[540px\]{height:540px}.h-\[auto\],.h-auto{height:auto}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[176px\]{width:176px}.w-\[188px\]{width:188px}.w-\[190px\]{width:190px}.w-\[198px\]{width:198px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[600px\]{width:600px}.w-auto{width:auto}.w-full{width:100%}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.origin-center{transform-origin:center}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0px}.gap-12{gap:3rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-tl-\[60px\]{border-top-left-radius:60px}.rounded-tr-\[60px\]{border-top-right-radius:60px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\[\#19918F\]{--tw-bg-opacity: 1;background-color:rgb(25 145 143 / var(--tw-bg-opacity, 1))}.bg-\[\#EFFEFE\]{--tw-bg-opacity: 1;background-color:rgb(239 254 254 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pt-16{padding-top:4rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-\[\#19918F\]{--tw-text-opacity: 1;color:rgb(25 145 143 / var(--tw-text-opacity, 1))}.text-\[\#E66E10\]{--tw-text-opacity: 1;color:rgb(230 110 16 / var(--tw-text-opacity, 1))}.text-\[\#F3D239\]{--tw-text-opacity: 1;color:rgb(243 210 57 / var(--tw-text-opacity, 1))}.text-\[\#feed01\]{--tw-text-opacity: 1;color:rgb(254 237 1 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*{scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.09\]:hover{--tw-scale-x: 1.09;--tw-scale-y: 1.09;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-\[\#147370\]:hover{--tw-bg-opacity: 1;background-color:rgb(20 115 112 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#00f3d2\]:hover{--tw-text-opacity: 1;color:rgb(0 243 210 / var(--tw-text-opacity, 1))}.hover\:text-\[\#19918F\]:hover{--tw-text-opacity: 1;color:rgb(25 145 143 / var(--tw-text-opacity, 1))}.hover\:text-\[\#F3D239\]:hover{--tw-text-opacity: 1;color:rgb(243 210 57 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#19918F\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(25 145 143 / var(--tw-ring-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 640px){.sm\:border-b-0{border-bottom-width:0px}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:left-4{left:1rem}.md\:left-auto{left:auto}.md\:right-2{right:.5rem}.md\:right-4{right:1rem}.md\:ms-16{margin-inline-start:4rem}.md\:mt-\[124px\]{margin-top:124px}.md\:mt-\[8rem\]{margin-top:8rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[180px\]{height:180px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/5{width:40%}.md\:w-52{width:13rem}.md\:w-60{width:15rem}.md\:w-\[220px\]{width:220px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[1fr_2fr_1fr\]{grid-template-columns:1fr 2fr 1fr}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-10{gap:2.5rem}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:pe-\[8rem\]{padding-inline-end:8rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
